@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 1px 2px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #333;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #333;
}

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #333;
  position: relative;
}

.jspDrag {
  background: #555;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* @author: Xavier Damman (@xdamman) - http://github.com/xdamman/selection-sharer - @license: MIT */
@-webkit-keyframes selectionSharerPopover-animation {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    filter: alpha(opacity=70);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100%, 70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes selectionSharerPopover-animation {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    filter: alpha(opacity=70);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100%, 70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

#selectionSharerPopover {
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 1010;
}

#selectionSharerPopover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #262625;
  -webkit-box-shadow: 0 0 2px #262625;
  box-shadow: 0 0 2px #262625;
}

#selectionSharerPopover.anim {
  -webkit-transition: top .075s ease-out;
  -o-transition: top .075s ease-out;
  transition: top .075s ease-out;
  animation: selectionSharerPopover-animation 180ms forwards linear;
  -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}

#selectionSharerPopover-inner {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid;
  border-color: #262625 #1c1c1b #121211;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.07), inset 0 0 2px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.07), inset 0 0 2px rgba(255, 255, 255, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 49, 47, 0.97)), to(#262625));
  background: -o-linear-gradient(top, rgba(49, 49, 47, 0.97), #262625);
  background: linear-gradient(to bottom, rgba(49, 49, 47, 0.97), #262625);
  background-repeat: repeat-x;
}

#selectionSharerPopover .selectionSharerPopover-clip {
  position: absolute;
  bottom: -11px;
  display: block;
  left: 50%;
  clip: rect(12px 24px 24px 0);
  margin-left: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

#selectionSharerPopover .selectionSharerPopover-arrow {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  background-color: #454543;
  border: 2px solid #121211;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.selectionSharer ul {
  padding: 0;
  display: inline;
}

.selectionSharer ul li {
  float: left;
  list-style: none;
  background: 0 0;
  margin: 0;
}

.selectionSharer a.action {
  display: block;
  text-indent: -200px;
  margin: 5px 7px;
  width: 20px;
  height: 20px;
  border: 0;
}

.selectionSharer a:hover {
  color: #ccc;
}

.selectionSharer a.tweet {
  background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='171' height='139'%3e%3cg transform='translate(-282.32053,-396.30734)'%3e%3cpath style='fill:white' d='m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z' /%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: 18px;
  background-position: 2px 4px;
}

.selectionSharer a.facebook {
  background: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 33 33' width='25' height='25' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:white' d='M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: 18px;
  background-position: 0 2px;
  display: none;
}

.selectionSharer a.email {
  background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='64'%3e%3cg transform='translate(-10, -10)' fill='transparent'%3e%3crect x='0' y='0' width='114' height='114'%3e%3c/rect%3e%3cpath d='M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z' stroke='white' stroke-width='5'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: 20px;
  background-position: 0 4px;
}

#selectionSharerPopunder.fixed {
  -webkit-transition: bottom .5s ease-in-out;
  -o-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -50px;
}

.selectionSharer {
  transition: -webkit-transform .6s ease-in-out;
}

.selectionSharer.moveDown {
  -webkit-transform: translate3d(0, 60px, 0);
}

#selectionSharerPopunder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
  background: #ccc;
  border: 0;
  -webkit-box-shadow: inset 0 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 5px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 5px -10px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  overflow: hidden;
}

#selectionSharerPopunder.show {
  height: 50px;
}

.selectionSharerPlaceholder {
  height: 1em;
  margin-bottom: -2em;
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.selectionSharerPlaceholder.show {
  height: 50px !important;
}

#selectionSharerPopunder-inner ul {
  overflow: hidden;
  float: right;
  margin: 0;
}

#selectionSharerPopunder-inner ul li {
  padding: 5px;
  overflow: hidden;
}

#selectionSharerPopunder-inner label {
  color: #fff;
  font-weight: 300;
  line-height: 50px;
  margin: 0 20px 0 10px;
}

#selectionSharerPopunder-inner a {
  width: 30px;
  height: 30px;
  background-size: 30px;
}

#selectionSharerPopunder-inner a.tweet {
  background-position: 0 2px;
}

.header-wrap .primary.experts .button, button,
[type='submit'],
.button, .button-alt, .button--reverse, .zone-1 .bigButton a,
.button-big, .button-big-alt {
  border-radius: 4px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  line-height: 1;
  display: block;
  padding: 7px 17px 9px;
  padding: 0.4rem 1rem 0.5rem;
  background: #062544;
  color: white;
  -webkit-transition: background-color 0.2s cubic-bezier(0.46, 0.6, 0.5, 0.36);
  -o-transition: background-color 0.2s cubic-bezier(0.46, 0.6, 0.5, 0.36);
  transition: background-color 0.2s cubic-bezier(0.46, 0.6, 0.5, 0.36);
}

.header-wrap .primary.experts .button:after, button:after,
[type='submit']:after,
.button:after, .button-alt:after, .button--reverse:after, .zone-1 .bigButton a:after,
.button-big:after, .button-big-alt:after {
  content: "";
  display: inline-block;
  border-left: 8px white solid;
  border-top: 5px transparent solid;
  border-bottom: 5px transparent solid;
  border-right: 0;
  margin-left: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.header-wrap .primary.experts .inline-block.button, button.inline-block,
.inline-block[type='submit'],
.inline-block.button, .inline-block.button-alt, .inline-block.button--reverse, .zone-1 .bigButton a.inline-block,
.inline-block.button-big, .inline-block.button-big-alt {
  display: inline-block;
}

.header-wrap .primary.experts .button:hover, button:hover,
:hover[type='submit'],
.button:hover, .button-alt:hover, .button--reverse:hover, .zone-1 .bigButton a:hover,
.button-big:hover, .button-big-alt:hover {
  background: #a28556;
}

.accordion-trigger {
  border-radius: 5px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em;
  background: #062544;
  color: white;
  margin-bottom: 0.5em;
  cursor: pointer;
  font-family: "FrutigerNeueLTW02-CnMd", Arial, sans-serif;
  text-transform: uppercase;
}

.accordion-trigger:hover {
  text-decoration: none;
}

.accordion-trigger:active, .active.accordion-trigger {
  background: #3d71b7;
}

.accordion-trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 13px;
  margin-top: -6px;
  background: url(/layout-images/sprite_master.png) no-repeat -400px -580px;
  top: 50%;
  right: 1em;
}

.active.accordion-trigger:after {
  background-position: -700px -580px;
}

.header-wrap .topics.primary .panes a:hover {
  position: relative;
}

.header-wrap .topics.primary .panes a:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 9px;
  margin-top: -5px;
  background: url(/layout-images/sprite_master.png) no-repeat -1149px -91px;
  top: 50%;
  right: 1em;
}

.blog .comment-count a {
  background: transparent url(/layout-images/sprite_master.png) 0px 0px no-repeat;
}

.header-wrap .primary.experts .panes, .header-wrap .topics.primary .panes {
  clear: both;
}

.header-wrap .container-max-width, .cols, .zone-title--has-nav, .clearfix, .purchase-links {
  clear: both;
}

.header-wrap .container-max-width:before, .cols:before, .zone-title--has-nav:before, .clearfix:before, .purchase-links:before, .header-wrap .container-max-width:after, .cols:after, .zone-title--has-nav:after, .clearfix:after, .purchase-links:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  font-size: 1px;
  line-height: 0px;
  visibility: hidden;
}

html.lt-ie8 .header-wrap .container-max-width, .header-wrap html.lt-ie8 .container-max-width, html.lt-ie8 .cols, html.lt-ie8 .zone-title--has-nav, html.lt-ie8 .clearfix, html.lt-ie8 .purchase-links {
  overflow: hidden;
}

.menu-list:after,
.dropdown-list:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  font-size: 1px;
  line-height: 0px;
  visibility: hidden;
}

.accordion-trigger {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.link-list .ceip-icon,
.button-list .ceip-icon, .header-wrap .navResource > li [class*="icon-"], .header-wrap .primary.search form > * {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}


.list-across,
.list-across-spaced,
.list-across-spaced--more, .clean-list, .list-across-divided {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-across li, .list-across-spaced li, .list-across-spaced--more li, .clean-list li, .list-across-divided li {
  margin: 0;
}

.tag, .header-wrap .topics.primary .column.forths > li > a:hover,
.header-wrap .topics.primary .column.fifths > li > a:hover,
.header-wrap .topics.primary .column.regions > li > a:hover, .font-smooth, .map-reset {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.header-wrap .navResource > li > a > span, .visuallyhidden, #prompt-view .commentsHead, #prompt-view #addcomment, #prompt-view .commentsTools, #prompt-view .commentTools, #prompt-view #replyForm, #prompt-view .commentsFoot {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.header-wrap .navResource > li > a > span[class*="icon-"], .interior-page .pub-filter label {
  position: inherit;
  overflow: visible;
  height: auto;
  width: auto;
  margin: auto;
}

.zone-1 .tab-content .accordion-trigger, .header-wrap .regionSubDropdown, .header-wrap .primary.global .mega-menu-sub, .mega-menu, .accordion-content, .election-guide-widget-2012 h4 span {
  display: none;
}

.header-wrap .primary.experts .center a, .header-wrap .topics.primary .tabs a, .header-wrap .primary.search .tabs a, .letter-tabs a {
  font-family: "FrutigerNeueLTW02-CnMd", Arial, sans-serif;
  color: #635a4f;
  background: #ccc7c2;
  display: block;
  padding: 0.3em 1em;
}

.header-wrap .primary.experts .center a:hover, .header-wrap .topics.primary .tabs a:hover, .header-wrap .primary.search .tabs a:hover, .letter-tabs a:hover,
.header-wrap .primary.experts .center .active > a,
.header-wrap .topics.primary .tabs .active > a,
.header-wrap .primary.search .tabs .active > a,
.letter-tabs .active > a {
  background: #e4e3dd;
}

.search-result-filters__filter .ceip-icon, .map-reset {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.search-result-filters__filter .ceip-icon:hover, .map-reset:hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.link-list > li, .button-list > li {
  padding: 0;
  margin: 0;
}

.link-list > li > a, .button-list > li > a {
  display: block;
  padding: 5px;
}

.link-list > li > a:hover, .button-list > li > a:hover {
  background: #e4e3dd;
  text-decoration: none;
}

.list-across > li, .list-across-spaced > li, .list-across-spaced--more > li {
  float: none;
  display: inline-block;
  margin-right: 10px;
}

.list-across > li:last-child, .list-across-spaced > li:last-child, .list-across-spaced--more > li:last-child {
  margin-right: 0;
}

.tag {
  display: inline-block;
  text-transform: uppercase;
  background: #ccc7c2;
  border: 1px solid #e4e3dd;
  padding: 3px;
  padding: 0.2rem;
  line-height: 1;
  border-radius: 5px;
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.8rem;
}

.tag:hover {
  background: #635a4f;
  text-decoration: none;
  border-color: #ccc7c2;
}

@media (max-width: 1024px) {
  .tablet-zero {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border: 0 !important;
    display: block !important;
  }
}

@media (max-width: 767px) {
  .mobile-zero {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    border: 0 !important;
  }
}

.pub-preview, .purchase-links__buy-digital span {
  background: transparent url(/layout-images/sprite_bookstore.png) 0px 0px no-repeat;
}

.zone-1 .bigButton a,
.button-big, .drop-shadow {
  -webkit-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
}

.zone-title__nav .active > a, .text-shadow, .blog-post-nav a span {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.quote {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
}

.flex-vertical-align, .praise-box .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-stage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@font-face {
  font-family: "FrutigerNeueLTW02-CnBoo 775064";
  src: url("/fonts/a3ffd8a8-f7cf-4b4b-aeeb-023f98e282aa.eot?#iefix");
  src: url("/fonts/a3ffd8a8-f7cf-4b4b-aeeb-023f98e282aa.eot?#iefix") format("eot"), url("/fonts/110752fd-247d-48b6-b69b-fa2ddb8fd341.woff2") format("woff2"), url("/fonts/f92b4ff8-0cdf-40fa-a1c5-594f283d17d7.woff") format("woff"), url("/fonts/745775b7-ff92-4606-8980-7e93944d6b9f.ttf") format("truetype"), url("/fonts/a83f290d-e2d2-4a31-9a3c-5141ae5fa259.svg#a83f290d-e2d2-4a31-9a3c-5141ae5fa259") format("svg");
}

@font-face {
  font-family: "FrutigerNeueLTW02-CnMd";
  src: url("/fonts/910ee5ba-f133-472b-b324-758c157fe702.eot?#iefix");
  src: url("/fonts/910ee5ba-f133-472b-b324-758c157fe702.eot?#iefix") format("eot"), url("/fonts/5ecbfff6-9b9d-4687-8abc-b03f3c87ca69.woff2") format("woff2"), url("/fonts/6a2bba3b-7cc9-41f1-a7a9-ab0663a80117.woff") format("woff"), url("/fonts/855d17db-09a2-446d-a7ea-17c0b527a35d.ttf") format("truetype"), url("/fonts/5d4b5cb3-7521-4627-a524-6fe03ccc2f47.svg#5d4b5cb3-7521-4627-a524-6fe03ccc2f47") format("svg");
}

@font-face {
  font-family: "FrutigerNeueLTW02-CnBlk 775104";
  src: url("/fonts/cdc94529-98ca-45f0-9f0d-a0b8608a64c3.eot?#iefix");
  src: url("/fonts/cdc94529-98ca-45f0-9f0d-a0b8608a64c3.eot?#iefix") format("eot"), url("/fonts/e1480cd2-a5d3-4863-928e-6d949137d03d.woff2") format("woff2"), url("/fonts/0a5e55ff-d9e1-4eba-97be-d41bcd7a83de.woff") format("woff"), url("/fonts/48e413d3-ebf6-4c08-a07c-95ff8e95b61e.ttf") format("truetype"), url("/fonts/4a44f59a-0954-40c3-a53c-612dcdf0c505.svg#4a44f59a-0954-40c3-a53c-612dcdf0c505") format("svg");
}

@font-face {
  font-family: "NeueFrutigerW10-CdBook";
  src: url("/fonts/5806e4cb-cb82-4933-8208-cd0370940046.eot?#iefix");
  src: url("/fonts/5806e4cb-cb82-4933-8208-cd0370940046.eot?#iefix") format("eot"), url("/fonts/d8acf45b-780b-422b-988b-8ac66a4b3b92.woff2") format("woff2"), url("/fonts/75640ca0-526b-4324-a966-72a62c389504.woff") format("woff"), url("/fonts/28df4324-543d-48fd-be24-adf077c8ce25.ttf") format("truetype"), url("/fonts/cace41ed-ab36-4408-a13e-cd712e4903c2.svg#cace41ed-ab36-4408-a13e-cd712e4903c2") format("svg");
}

@font-face {
  font-family: "NeueFrutigerW10-CdMediu 892794";
  src: url("/fonts/1c5cfddd-72a0-456b-85a7-a80a5786a7a5.eot?#iefix");
  src: url("/fonts/1c5cfddd-72a0-456b-85a7-a80a5786a7a5.eot?#iefix") format("eot"), url("/fonts/06d7ef47-69d1-47e7-b635-2b05578fa638.woff2") format("woff2"), url("/fonts/aaecea6d-06f8-45f2-bca8-376e23907a70.woff") format("woff"), url("/fonts/fb401804-6c9f-4933-bda9-7b55898602b4.ttf") format("truetype"), url("/fonts/462623c4-400e-4aad-a21a-cc527c2131a2.svg#462623c4-400e-4aad-a21a-cc527c2131a2") format("svg");
}

@font-face {
  font-family: "NeueFrutigerW10-CdBlack 892812";
  src: url("/fonts/0b7601c9-a3c9-4ec1-8c30-fe5d4445c3c9.eot?#iefix");
  src: url("/fonts/0b7601c9-a3c9-4ec1-8c30-fe5d4445c3c9.eot?#iefix") format("eot"), url("/fonts/679a1825-ccf9-4b99-aeb1-bc99b4069cf7.woff2") format("woff2"), url("/fonts/5a471263-c8c6-4636-ad7a-081577b7c3d8.woff") format("woff"), url("/fonts/ef032a78-c308-4934-893c-8be5eed89d3a.ttf") format("truetype"), url("/fonts/7319045b-972c-4528-8cac-2b4e6e243e3a.svg#7319045b-972c-4528-8cac-2b4e6e243e3a") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Thin";
  src: url("/fonts/65e8e636-c8bd-465d-b59c-0a6a975e7e4e.eot?#iefix");
  src: url("/fonts/65e8e636-c8bd-465d-b59c-0a6a975e7e4e.eot?#iefix") format("eot"), url("/fonts/ca9c0395-d220-494c-8421-f2b4716e362b.woff2") format("woff2"), url("/fonts/58c43d42-f6b2-4cac-9dc8-232ba23cdb20.woff") format("woff"), url("/fonts/31722e5a-a6f0-4f55-b6df-ccdbf6500807.ttf") format("truetype"), url("/fonts/a791ca23-e805-42eb-8d53-ec2d87754833.svg#a791ca23-e805-42eb-8d53-ec2d87754833") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Thin It";
  src: url("/fonts/d37798a7-1af3-4f60-b53f-d7b003a8b231.eot?#iefix");
  src: url("/fonts/d37798a7-1af3-4f60-b53f-d7b003a8b231.eot?#iefix") format("eot"), url("/fonts/8a34cd1a-6292-4c05-bde7-a84fd37c0746.woff2") format("woff2"), url("/fonts/7c3f0c48-92bd-4c8b-ad0f-39ccefc5186a.woff") format("woff"), url("/fonts/865b6a85-faa6-45fc-9f90-15a35600b26c.ttf") format("truetype"), url("/fonts/4eb3ddc1-a6b4-43bd-b0bb-25a92e90ab05.svg#4eb3ddc1-a6b4-43bd-b0bb-25a92e90ab05") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Book";
  src: url("/fonts/0e30381f-4f13-4f10-bf2a-fa8d6d077dcf.eot?#iefix");
  src: url("/fonts/0e30381f-4f13-4f10-bf2a-fa8d6d077dcf.eot?#iefix") format("eot"), url("/fonts/86fb3670-1e3d-4833-8fc2-37dfba73680d.woff2") format("woff2"), url("/fonts/4927cdec-3339-45ba-9da1-090dd5d6f254.woff") format("woff"), url("/fonts/b819c910-4f85-4985-98ee-c8e51ddb492c.ttf") format("truetype"), url("/fonts/8d6f3d18-9a5a-41db-9657-fe11853abaaa.svg#8d6f3d18-9a5a-41db-9657-fe11853abaaa") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Book It";
  src: url("/fonts/11e26a99-9d2f-477d-b8c3-9a3bd57fd37d.eot?#iefix");
  src: url("/fonts/11e26a99-9d2f-477d-b8c3-9a3bd57fd37d.eot?#iefix") format("eot"), url("/fonts/1fc806a9-f067-4911-9ae6-14a84ef42ce8.woff2") format("woff2"), url("/fonts/7aca50ea-9be5-4cc7-8b2b-1dd720dfec3c.woff") format("woff"), url("/fonts/309eca34-5493-46f8-bdf1-e74b3cae917a.ttf") format("truetype"), url("/fonts/75afaa19-f87b-4c07-b250-3c0756e102fa.svg#75afaa19-f87b-4c07-b250-3c0756e102fa") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Bold";
  src: url("/fonts/5656fd28-0c8a-45fd-bd99-f3d798e777c5.eot?#iefix");
  src: url("/fonts/5656fd28-0c8a-45fd-bd99-f3d798e777c5.eot?#iefix") format("eot"), url("/fonts/d13f4ce3-6d5f-4e11-b7a6-9cde6f1624a0.woff2") format("woff2"), url("/fonts/9147fb15-b4da-4721-8ed8-d82293660aec.woff") format("woff"), url("/fonts/82654d6a-ec17-4dcc-be94-5092663b0bd2.ttf") format("truetype"), url("/fonts/2f96c1cb-f1c3-433f-aa09-21e3d556d1f6.svg#2f96c1cb-f1c3-433f-aa09-21e3d556d1f6") format("svg");
}

@font-face {
  font-family: "Frutiger Neue LT W06 Bold It";
  src: url("/fonts/a8b1dd7d-e6a6-4c67-882d-26821952f1c4.eot?#iefix");
  src: url("/fonts/a8b1dd7d-e6a6-4c67-882d-26821952f1c4.eot?#iefix") format("eot"), url("/fonts/f0b6fc25-0ce8-493e-9ee4-551d039329dc.woff2") format("woff2"), url("/fonts/38317c07-4f60-49f1-93e5-bba5c0c68a20.woff") format("woff"), url("/fonts/e5005ac7-489a-4890-9558-bf4e35f35dca.ttf") format("truetype"), url("/fonts/d209118f-44a7-4c6b-8ab8-5a698f2eed7b.svg#d209118f-44a7-4c6b-8ab8-5a698f2eed7b") format("svg");
}

@font-face {
  font-family: "FrutigerLTW01-47LightCn";
  src: url("/fonts/e5b1a25e-0d2b-4aec-8672-da21553f205d.eot?#iefix");
  src: url("/fonts/e5b1a25e-0d2b-4aec-8672-da21553f205d.eot?#iefix") format("eot"), url("/fonts/5ff03272-db79-41a8-ba43-504e794a61b3.woff2") format("woff2"), url("/fonts/e59898b4-93a8-4df7-885a-7806f9f0604d.woff") format("woff"), url("/fonts/85928e7e-2ace-4f1d-be54-b11c333a8d97.ttf") format("truetype"), url("/fonts/89390d0d-7a62-493d-9e77-9c162a709520.svg#89390d0d-7a62-493d-9e77-9c162a709520") format("svg");
}

@font-face {
  font-family: "FrutigerLTW01-67BoldCn";
  src: url("/fonts/a3a15351-8e3c-4c29-82e6-15b106c2181f.eot?#iefix");
  src: url("/fonts/a3a15351-8e3c-4c29-82e6-15b106c2181f.eot?#iefix") format("eot"), url("/fonts/d9235e39-d563-4c19-bdad-bb1bcd8c692d.woff2") format("woff2"), url("/fonts/f1f95a55-f0c6-4fb5-8939-b93160b7a751.woff") format("woff"), url("/fonts/032fd83c-fe79-47fa-9dda-0a3f03bd0506.ttf") format("truetype"), url("/fonts/17f04727-b70e-460f-8b5c-c8cd21771240.svg#17f04727-b70e-460f-8b5c-c8cd21771240") format("svg");
}

@font-face {
  font-family: "FrutigerLTW01-87ExtraBk";
  src: url("/fonts/7ee7e6db-f32b-4199-ae77-73ffbf62e6ec.eot?#iefix");
  src: url("/fonts/7ee7e6db-f32b-4199-ae77-73ffbf62e6ec.eot?#iefix") format("eot"), url("/fonts/c6533a65-41a9-4c0f-8614-61efa2eb4556.woff2") format("woff2"), url("/fonts/6fb42ae0-a24e-4927-930d-47b462560e78.woff") format("woff"), url("/fonts/7522a4a8-1787-4cc6-a72a-3c56c39c2abe.ttf") format("truetype"), url("/fonts/ba4991ce-c7b2-48ad-b711-8403662ff6d7.svg#ba4991ce-c7b2-48ad-b711-8403662ff6d7") format("svg");
}

@font-face {
  font-family: "FrutigerLTW20-55Roman";
  src: url("/fonts/70e7445b-bf3a-4454-afcb-8751be709d1f.eot?#iefix");
  src: url("/fonts/70e7445b-bf3a-4454-afcb-8751be709d1f.eot?#iefix") format("eot"), url("/fonts/1e344912-2d66-4683-b950-2ffc155b8cc2.woff2") format("woff2"), url("/fonts/d05c6c4a-9731-44a4-b39d-0456c0757826.woff") format("woff"), url("/fonts/5fa9f06e-4a5b-48c5-8f33-bf2064a4cf91.ttf") format("truetype"), url("/fonts/d06bdbba-ef62-455e-a7e3-33085f73bb05.svg#d06bdbba-ef62-455e-a7e3-33085f73bb05") format("svg");
}

@font-face {
  font-family: "Frutiger LT W20 57 Cn";
  src: url("/fonts/6f2e2c70-5576-4cfe-b316-eba6e2b2d093.eot?#iefix");
  src: url("/fonts/6f2e2c70-5576-4cfe-b316-eba6e2b2d093.eot?#iefix") format("eot"), url("/fonts/a27593e1-87d9-4410-8c95-1d18867c9891.woff2") format("woff2"), url("/fonts/5e20dbc4-82a8-4f74-b487-3463a0699a32.woff") format("woff"), url("/fonts/6637e82d-d5cb-49ee-b768-3036ceb1d5ae.ttf") format("truetype"), url("/fonts/68eacbe9-77c2-4fcf-a266-eca1ba9119b4.svg#68eacbe9-77c2-4fcf-a266-eca1ba9119b4") format("svg");
}

@font-face {
  font-family: "FrutigerLTW20-77BlackCn";
  src: url("/fonts/98554784-2bfa-45fe-86f4-dca4d13f1068.eot?#iefix");
  src: url("/fonts/98554784-2bfa-45fe-86f4-dca4d13f1068.eot?#iefix") format("eot"), url("/fonts/28400b62-02c9-40e9-bcca-a64295516b4b.woff2") format("woff2"), url("/fonts/f0696075-d00f-4e71-bcb0-eab952543220.woff") format("woff"), url("/fonts/f250e6b7-60af-480a-925a-999532297168.ttf") format("truetype"), url("/fonts/105914ad-5c9f-4a8f-a9f0-b0991ec705e1.svg#105914ad-5c9f-4a8f-a9f0-b0991ec705e1") format("svg");
}

@font-face {
  font-family: "GaramondPremierW08-Capt";
  src: url("/fonts/2fc2231a-5a88-4f62-92b4-2f0887ca84c0.eot?#iefix");
  src: url("/fonts/2fc2231a-5a88-4f62-92b4-2f0887ca84c0.eot?#iefix") format("eot"), url("/fonts/a73819c0-2f8a-4524-8f7e-f33d572f3098.woff2") format("woff2"), url("/fonts/85784df3-78c1-42e6-9c0e-0b3438411ad2.woff") format("woff"), url("/fonts/17628a9d-5c21-4597-856e-c8f8b854e472.ttf") format("truetype"), url("/fonts/ce97f1f2-5bed-4efa-9e4d-c20b67564b3d.svg#ce97f1f2-5bed-4efa-9e4d-c20b67564b3d") format("svg");
}

@font-face {
  font-family: "GaramondPremierW08-ItCa";
  src: url("/fonts/a13b9127-d9a2-4459-b76d-690d9a740c0c.eot?#iefix");
  src: url("/fonts/a13b9127-d9a2-4459-b76d-690d9a740c0c.eot?#iefix") format("eot"), url("/fonts/852408e2-4d3d-4011-94e8-36ba1b5c50da.woff2") format("woff2"), url("/fonts/33435d37-5113-421c-b313-945b25c61ffc.woff") format("woff"), url("/fonts/e6c0e94d-4bc2-429e-9450-b545d5e3bc90.ttf") format("truetype"), url("/fonts/582261d6-e199-480a-82f7-bda224afd4f9.svg#582261d6-e199-480a-82f7-bda224afd4f9") format("svg");
}

@font-face {
  font-family: "GaramondPremierW08-Semb1166454";
  src: url("/fonts/2e80338c-18b8-464d-85f4-ebb916a22e12.eot?#iefix");
  src: url("/fonts/2e80338c-18b8-464d-85f4-ebb916a22e12.eot?#iefix") format("eot"), url("/fonts/72ca9374-86f9-468a-ae3a-e9160a4a691d.woff2") format("woff2"), url("/fonts/cb2086da-d843-44a3-9fda-25cb47e21d7e.woff") format("woff"), url("/fonts/c5acb7e6-0f0b-40de-adce-7e845ccacbee.ttf") format("truetype"), url("/fonts/7145582a-b55d-4231-9fa3-b5fdf4b2d879.svg#7145582a-b55d-4231-9fa3-b5fdf4b2d879") format("svg");
}

@font-face {
  font-family: "GaramondPremierW08-Smbd1167193";
  src: url("/fonts/def58823-4bcb-4bd3-a0a0-4d5c81d4e87c.eot?#iefix");
  src: url("/fonts/def58823-4bcb-4bd3-a0a0-4d5c81d4e87c.eot?#iefix") format("eot"), url("/fonts/64b389a2-94db-4060-aa98-dc051e65201d.woff2") format("woff2"), url("/fonts/dba4de61-73c6-4f5f-a038-ef022b271236.woff") format("woff"), url("/fonts/942251f9-e3b3-4e38-a1bc-dfc08fdeacea.ttf") format("truetype"), url("/fonts/d68c977d-1e04-45b9-884a-22f432705482.svg#d68c977d-1e04-45b9-884a-22f432705482") format("svg");
}

@font-face {
  font-family: "MHei PRC Medium";
  src: url("/fonts/a05975aa-3e0d-47f0-b2a2-3d5ab3bdcd4f.eot?#iefix");
  src: url("/fonts/a05975aa-3e0d-47f0-b2a2-3d5ab3bdcd4f.eot?#iefix") format("eot"), url("/fonts/3d2cfba4-d1f1-41c4-9572-d6ad585027ae.woff2") format("woff2"), url("/fonts/e2a7dbb1-683b-43f9-93c3-3c90bd796947.woff") format("woff"), url("/fonts/209e9e03-c8da-484c-8b2f-0fa5504f0850.ttf") format("truetype"), url("/fonts/c0b5e77b-a1e7-4989-ae5a-7fa992240b4d.svg#c0b5e77b-a1e7-4989-ae5a-7fa992240b4d") format("svg");
}

@font-face {
  font-family: "MHei PRC Bold";
  src: url("/fonts/0b85aa83-e449-4a97-b056-567283e34f63.eot?#iefix");
  src: url("/fonts/0b85aa83-e449-4a97-b056-567283e34f63.eot?#iefix") format("eot"), url("/fonts/01d1ba12-fd66-4482-9c1f-2575e0c7c3a9.woff2") format("woff2"), url("/fonts/6e492d69-4e39-4717-a5bf-81c3c6054266.woff") format("woff"), url("/fonts/accfa525-7961-48ca-ac81-4f8a9b90a571.ttf") format("truetype"), url("/fonts/abee04b2-133d-4c23-9f53-08cfe61704bd.svg#abee04b2-133d-4c23-9f53-08cfe61704bd") format("svg");
}

@font-face {
  font-family: "MHei PRC Xbold";
  src: url("/fonts/7a07dde9-a274-4f29-ada9-c5b4d7c19d42.eot?#iefix");
  src: url("/fonts/7a07dde9-a274-4f29-ada9-c5b4d7c19d42.eot?#iefix") format("eot"), url("/fonts/cab652ee-af3f-470b-86be-61bea966801f.woff2") format("woff2"), url("/fonts/be802a9b-cf43-4d15-8c64-8dd27afaba9e.woff") format("woff"), url("/fonts/bd48d38e-54d2-4e5a-bd6f-952d39bfb026.ttf") format("truetype"), url("/fonts/d38dabfb-09e7-4594-af43-e0663fcb8b5f.svg#d38dabfb-09e7-4594-af43-e0663fcb8b5f") format("svg");
}

* {
  border: none;
  padding: 0;
  margin: 0;
}

html {
  font-size: 17px;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  color: #333;
  line-height: 1.5;
  padding-top: 67px;
}

@media (max-width: 767px) {
  body {
    padding-top: 52px;
  }
}

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  color: #3d71b7;
}

a:hover {
  text-decoration: underline;
}

.zone-1 a,
.zone-2 a {
  word-wrap: break-word;
}

.h,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-bottom: 7.5px;
  font-weight: normal;
}

.h1,
h1 {
  color: black;
  clear: both;
  font-size: 51px;
  font-size: 3rem;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 43px;
    font-size: 2.5rem;
  }
}

.h2,
.h3,
h2,
h3 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.h2,
.h4,
h2,
h4 {
  color: #635a4f;
}

.h5,
.h6,
h5,
h6 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.h2,
h2 {
  font-size: 31px;
  font-size: 1.8rem;
}

.h3,
h3 {
  font-size: 27px;
  font-size: 1.6rem;
  color: #998b7b;
}

.h4,
h4 {
  font-size: 24px;
  font-size: 1.4rem;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.h5,
h5 {
  font-size: 20px;
  font-size: 1.2rem;
}

.h6,
h6 {
  font-size: 19px;
  font-size: 1.1rem;
}

ol,
ul {
  margin-left: 15px;
}

li,
p,
form,
table {
  margin-bottom: 15px;
}

em,
i,
.em {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
}

img {
  max-width: 100%;
}

blockquote {
  border-top: 1px solid #ccc7c2;
  border-bottom: 1px solid #ccc7c2;
  color: #998b7b;
  font-family: "FrutigerNeueLTW02-CnBoo 775064", "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 30px 30px 30px -30px;
  padding: 15px 15px 15px 30px;
  width: 55%;
  text-align: right;
}

blockquote.tweet {
  background: transparent url(/layout-images/skin/2010/TwitterBird.png) no-repeat scroll left 0;
}

@media (max-width: 767px) {
  blockquote {
    float: none;
    width: auto;
    margin: 30px 0;
    padding-left: 15px;
    clear: both;
  }
}

blockquote.textBox {
  float: left;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9rem;
  line-height: normal;
  margin: 30px 30px 30px -30px;
  padding: 3.75px 15px 3.75px 30px;
  text-align: left;
}

.blockquote-alt {
  clear: both;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  color: #998b7b;
  display: block;
  font-weight: normal;
  font-size: 34px;
  font-size: 2rem;
  line-height: 1.1;
  margin: 7.5px 35% 30px 30px;
}

@media (max-width: 767px) {
  .blockquote-alt {
    margin: 30px;
  }
}

label {
  display: block;
  font-weight: 700;
}

label span {
  font-weight: 300;
}

label.inline-block {
  margin-right: 15px;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 1px 1px 3px #ccc;
  box-shadow: inset 1px 1px 3px #ccc;
  font-weight: normal;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #a28556;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(162, 133, 86, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(162, 133, 86, 0.25);
}

select {
  border: 1px solid #ccc;
  background: white;
}

textarea {
  display: block;
  width: 100%;
}

pre {
  margin: 15px 0;
  background: gray;
  color: lightgray;
  padding: 7.5px;
}

th {
  text-align: left;
  background: #e4e3dd;
}

td,
th {
  padding: 7.5px;
  border-bottom: 1px solid #e4e3dd;
}

table.last-row-borderless tr:last-child td {
  border-bottom: 0;
}

dl {
  margin-top: 0;
  overflow: hidden;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
  float: left;
  clear: both;
}

dd {
  margin-left: 15px;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
}

.highlight-on-dark-bg {
  color: #fffcd5;
}

.quote-attribution {
  display: block;
  font-size: 14px;
  font-size: 0.8rem;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  margin-top: 15px;
}

.photo-caption {
  color: #635a4f;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  font-size: 0.8rem;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  line-height: normal;
  margin-top: 5px;
}

.tag--disabled {
  background: white !important;
  color: #ccc !important;
  border: 1px solid #e4e3dd !important;
}

.tag .icon-arrow-down {
  line-height: 1.2;
}

a.tag {
  color: white !important;
}

a.tag--disabled {
  color: #ccc !important;
}

.arrow-down-link {
  display: inline-block;
}

.arrow-down-link.no-margin-right:after {
  margin-right: 0;
}

.arrow-down-link:after {
  content: "";
  display: inline-block;
  border-top: 10px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: 0 15px 0 5px;
}

.element-reset {
  padding: 0;
  border: 0;
  margin: 0;
}

.mobile-only {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-only {
    display: block;
  }
}

.hide-mobile {
  display: block;
}

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

.div-sample {
  height: 100px;
}

.div-sample.light-gray {
  background: #f5f5f5;
}

.div-sample.medium-gray {
  background: #e6e7e8;
}

.div-sample.dark-gray {
  background: #929497;
}

.div-sample.darkest-gray {
  background: #636466;
}

.div-sample.teal {
  background: #00a79d;
}

.div-sample.carnegie-blue {
  background: #003A63;
}

.div-sample.copper {
  background: #89684F;
}

.div-sample.dark-gray-new {
  background: #6e6e71;
}

.div-sample.medium-gray-new {
  background: #a7a9ac;
}

.div-sample.light-gray-new {
  background: #e6e7e8;
}

.div-sample.dark-blue {
  background: #00365E;
}

.div-sample.medium-blue {
  background: #3183b1;
}

.div-sample.light-blue {
  background: #27aae1;
}

.div-sample.beige {
  background: #b99763;
}

.div-sample.medium-beige {
  background: #c2ac97;
}

.div-sample.light-beige {
  background: #e3d3c5;
}

.div-sample.red {
  background: #ef4136;
}

.div-sample.yellow {
  background: #fbb040;
}

.div-sample.purple {
  background: #812160;
}

.div-sample.black {
  background: #000;
}

.list-spaced > li, .list-spaced--more > li, .list-spaced--less > li {
  margin-bottom: 15px;
}

.list-spaced--more > li {
  margin-bottom: 30px;
}

.list-spaced--less > li {
  margin-bottom: 7.5px;
}


.list-across li {
  margin-bottom: 10px;
}


.list-across-spaced {
  margin-bottom: 15px;
}


.list-across-spaced > li {
  margin-right: 30px;
}


.list-across-spaced--more > li {
  margin-right: 60px;
}

.list-across-divided > li {
  display: inline;
  border-right: 1px solid #cdccc1;
  margin-right: 10px;
  padding-right: 7.5px;
  line-height: 1;
}

.list-across-divided > li:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

.list-across-divided > li.inline-block {
  display: inline-block;
}

.list-across-divided .list-across li {
  margin-bottom: 0;
}

.list-items-divided > li, .list-items-divided--less > li {
  border-bottom: 1px solid #e4e3dd;
}

.list-items-divided > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list-items-divided--less > li {
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
}

.list-items-divided.link-list > li {
  padding: 0;
  margin: 0;
}

.link-list .ceip-icon,
.button-list .ceip-icon {
  margin-right: 5px;
}

.banded .link-list a {
  background-color: transparent;
  color: #635a4f;
}

.banded .link-list a:hover {
  background: white;
}

.link-list--padded > li > a {
  padding: 10px;
}

.link-list--icons a {
  border: 1px solid;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
}

.link-list--icons a:hover {
  text-decoration: none;
}

.link-list--icons .icon-facebook:before {
  position: relative;
  top: -0.1em;
  left: -0.07em;
}

@media screen and (min-width: 767px) and (max-width: 800px) {
  .link-list--icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

.button-list a {
  color: white;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 2px;
  padding: 3px 10px;
}

.banded .button-list a {
  background-color: white;
  color: #092e55;
}

.banded .button-list a:hover {
  background: #b0bac8;
  color: white;
}

.nav-tabs {
  margin-left: 0;
  border-bottom: 3px solid #998b7b;
}

.zone-1 .nav-tabs {
  margin-bottom: 15px;
}

.zone-1 .nav-tabs > li > a {
  margin-right: 7.5px;
}

.nav-tabs a {
  background: #ccc7c2;
  border: 0 !important;
  color: white !important;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.nav-tabs > li {
  margin-bottom: 0;
}

.nav-tabs > li > a {
  line-height: 1;
  border-radius: 0;
}

.nav-tabs > li.active > a {
  background: #998b7b;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  background: #998b7b;
}

.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:focus {
  background: #7f7162;
}

@media (max-width: 767px) {
  .zone-1 .nav-tabs {
    display: none;
  }
}

@media (max-width: 767px) {
  .zone-1 .control-tabs {
    display: block;
  }
}

.zone-1 .tab-content .accordion-content {
  display: block;
}

@media (max-width: 767px) {
  .zone-1 .tab-content > div {
    display: block !important;
  }
  .zone-1 .tab-content .accordion-trigger {
    display: block;
  }
  .zone-1 .tab-content .accordion-content {
    display: none;
  }
  .zone-1 .tab-content .accordion-content.show {
    display: block;
  }
  .zone-1 .tab-content .tab-pane.fade {
    opacity: 1;
  }
}

.nav-tabs--alt {
  border-bottom: 1px solid #092e55;
}

.nav-tabs--alt a {
  background: #092e55;
  border: 1px solid #092e55 !important;
  border-bottom: 0 !important;
  text-shadow: none;
  border-radius: 0 !important;
}

.nav-tabs--alt > li.active > a {
  background: white;
  color: #092e55 !important;
}

.nav-tabs--alt > li.active > a,
.nav-tabs--alt > li > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-tabs--alt > li.active > a:focus,
.nav-tabs--alt > li > a:focus {
  background: #e4e3dd;
}

.nav-tabs--alt > li > a:hover {
  background: #020c15;
  color: white !important;
}

.nav-tabs--alt > li.active > a:hover {
  background: transparent;
  color: #092e55 !important;
}

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

.comment-indicator:before, .zone-1 .carousel-nav [class^="icon-"], .zone-1 .carousel-nav [class*=" icon-"],
.ceip-icon {
  font-family: "ceip-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ar .comment-indicator:before, body.ar .zone-1 .carousel-nav [class^="icon-"], .zone-1 .carousel-nav body.ar [class^="icon-"], body.ar .zone-1 .carousel-nav [class*=" icon-"], .zone-1 .carousel-nav body.ar [class*=" icon-"], body.ar
.ceip-icon {
  unicode-bidi: bidi-override;
  direction: ltr;
}

.icon-vk:before {
  content: "\21";
}

.icon-search:before {
  content: "\22";
}

.icon-share:before {
  content: "\23";
}

.icon-menu:before {
  content: "\24";
}

.icon-arrow-down:before {
  content: "\25";
}

.icon-arrow-right:before {
  content: "\26";
}

.icon-triangle-left:before {
  content: "\27";
}

.icon-triangle-right:before {
  content: "\28";
}

.icon-image:before {
  content: "\29";
}

.icon-phone:before {
  content: "\2a";
}

.icon-twitter:before {
  content: "\2b";
}

.icon-feed:before {
  content: "\2c";
}

.icon-pencil:before {
  content: "\2d";
}

.icon-envelope:before {
  content: "\2e";
}

.icon-bubble:before {
  content: "\2f";
}

.icon-expand:before {
  content: "\30";
}

.icon-collapse:before {
  content: "\31";
}

.icon-earth:before {
  content: "\32";
}

.icon-move:before {
  content: "\33";
}

.icon-plus-circle:before {
  content: "\34";
}

.icon-minus-circle:before {
  content: "\35";
}

.icon-cancel-circle:before {
  content: "\36";
}

.icon-facebook:before {
  content: "\37";
}

.comment-indicator:before {
  content: "\2f";
}

.ceip-navigation .icon-arrow-down {
  position: relative;
  top: 3px;
}

.site-title {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  width: 250px;
  padding: 0.55em 0.9em 0.5em;
  z-index: 10;
}

@media (max-width: 767px) {
  .site-title {
    padding: 0.5em;
    width: 150px;
  }
  .site-title .site-logo {
    height: 29px;
  }
}

.site-logo {
  background-image: url(/layout-images/header-logo-global.png);
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 49px;
}

.header-wrap {
  position: fixed;
  background: #092e55;
  color: white;
  display: table;
  z-index: 1001;
  top: 0px;
  width: 100%;
  padding-bottom: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

.header-wrap h4, .header-wrap h5 {
  font-size: 17px;
  font-size: 1rem;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}

.header-wrap a:hover {
  text-decoration: none;
}

.header-wrap a h3 {
  color: #092e55;
}

.header-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-wrap .container-max-width {
  min-width: 1280px;
}

html.lt-ie8 .header-wrap .container-max-width {
  width: 1280px;
}

@media screen and (max-width: 1280px) {
  .header-wrap .container-max-width {
    width: 100%;
    min-width: 0;
  }
}

.header-wrap .first-level {
  float: right;
}

.header-wrap .first-level > li {
  float: left;
  height: 100%;
}

.header-wrap .first-level > li.active > a {
  background: #e4e3dd;
  color: #092e55;
  -webkit-box-shadow: inset 0 3px 0 0 #ccc7c2;
  box-shadow: inset 0 3px 0 0 #ccc7c2;
}

.header-wrap .first-level > li > a {
  font-size: 19px;
  font-size: 1.1rem;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  display: block;
  padding: 1.1em 1em 1em 1em;
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .header-wrap .first-level > li > a {
    font-size: 17px;
    font-size: 1rem;
  }
}

.header-wrap .navSection > li > a {
  border-left: 1px solid #062544;
}

@media screen and (max-width: 1295px) {
  .header-wrap .navSection .primary.topics {
    display: none;
  }
}

@media screen and (max-width: 1360px) {
  .header-wrap .navSection .primary.se,
  .header-wrap .navSection .primary.blog {
    display: none;
  }
}

@media screen and (max-width: 1130px) {
  .header-wrap .navSection .primary.events.dc,
  .header-wrap .navSection .primary.se,
  .header-wrap .navSection .primary.blog,
  .header-wrap .navSection .ceip-navigation__other-language {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-wrap .navSection {
    display: none;
  }
}

.header-wrap .navResource > li > a {
  background: #062544;
  border-left: 1px solid #092e55;
}

.header-wrap .navResource > li > a > span[class*="icon-"] {
  vertical-align: baseline;
}

.header-wrap .navResource > li [class*="icon-"] {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.header-wrap .navResource > li .icon-menu {
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  transform: scale(1.9);
}

.header-wrap .navResource > li.active > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-wrap .navResource > li.active > a,
.header-wrap .navResource > li.active .mega-menu {
  background: white;
}

.header-wrap .primary.blog .content-stage {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.header-wrap .primary.research .content-stage,
.header-wrap .primary.programs .content-stage {
  margin: 30px;
  width: 79%;
}

@media (min-width: 1280px) {
  .header-wrap .primary.research .content-stage,
  .header-wrap .primary.programs .content-stage {
    width: 80%;
  }
}

.header-wrap .primary.research .more,
.header-wrap .primary.programs .more {
  background-color: #062544;
  display: inline-block;
  float: right;
  margin: 15px 0;
  padding: 1em 3em;
}

.header-wrap .primary.research .more .label-container > .label-text,
.header-wrap .primary.programs .more .label-container > .label-text {
  color: #fff;
  display: inline-block;
  float: left;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}

.header-wrap .primary.research .more .label-container > .icon-arrow-right,
.header-wrap .primary.programs .more .label-container > .icon-arrow-right {
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 2em;
  position: relative;
  text-align: left;
  width: inherit;
}

.header-wrap .primary.research .more:hover,
.header-wrap .primary.programs .more:hover {
  background-color: #b0bac8;
}

.header-wrap .primary.research .heading {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1.1;
  display: block;
}

.header-wrap .primary.research .feature .heading {
  width: 100%;
  float: left;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: .5em;
}

@media (min-width: 1280px) {
  .header-wrap .primary.research .feature .heading {
    font-size: 2em;
    margin-left: .5em;
  }
}

.header-wrap .primary.research .content-stage .feature {
  float: left;
  width: 47%;
}

@media (min-width: 1280px) {
  .header-wrap .primary.research .content-stage .feature {
    float: left;
    width: 63%;
  }
}

.header-wrap .primary.research .content-stage .feature .no-image .title-container {
  background: none;
  margin-top: 10px;
  position: relative;
}

.header-wrap .primary.research .content-stage .feature .no-image .title-container:hover {
  background-color: #fff;
}

.header-wrap .primary.research .content-stage .feature .no-image .heading {
  color: #062544;
  font-size: 2.5em;
}

.header-wrap .primary.research .content-stage .feature .no-image .meta {
  color: #062544;
}

.header-wrap .primary.research .content-stage .feature .no-image .summary {
  color: #062544;
  display: block;
  font-size: 1.2em;
  line-height: normal;
  margin-left: 15px;
}

.header-wrap .primary.research .content-stage .feature > strong {
  background-color: #062544;
  display: block;
  padding: .5em 1em;
  width: auto;
}

.header-wrap .primary.research .content-stage .feature > strong a {
  background-repeat: no-repeat;
  background-position: top right;
  color: white;
  display: block;
  height: 20px;
  text-align: right;
  width: auto;
}

.header-wrap .primary.research .content-stage .feature > strong.EurasiaOutlook a {
  margin-top: 8px;
  background-image: url(/layout-images/footerLogo_eurasiaoutlook.png);
}

.header-wrap .primary.research .content-stage .feature > strong.Sada a {
  background-image: url(/layout-images/footerLogo_sada.png);
}

.header-wrap .primary.research .content-stage .feature > strong.StrategicEurope a {
  background-image: url(/layout-images/footerLogo_strategiceurope.png);
}

.header-wrap .primary.research .content-stage .feature > strong.SyriainCrisis a {
  background-image: url(/layout-images/footerLogo_syriaincrisis.png);
}

.header-wrap .primary.research .content-stage .feature > strong.Diwan a {
  background-image: url(/layout-images/footerLogo_diwan.png);
  background-size: 10%;
  height: 25px;
}

.header-wrap .primary.research .content-stage .feature > strong.ChinaFinancialMarkets a {
  background-image: url(/layout-images/footerLogo_chinafinancialmarkets.png);
}

.header-wrap .primary.research .content-stage .feature > a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: table;
  height: 350px;
  position: relative;
  width: 100%;
}

@media (min-width: 1280px) {
  .header-wrap .primary.research .content-stage .feature > a {
    background-size: 100% auto;
    height: 350px;
    width: 100%;
  }
}

.header-wrap .primary.research .content-stage .feature > a .title-container {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  padding: 15px 0;
  position: absolute;
  width: 100%;
}

.header-wrap .primary.research .content-stage .feature > a strong, .header-wrap .primary.research .content-stage .feature > a .meta {
  color: #fff;
  margin: 0 15px;
  width: 95%;
}

@media (min-width: 1280px) {
  .header-wrap .primary.research .content-stage .feature > a strong, .header-wrap .primary.research .content-stage .feature > a .meta {
    margin-left: 15px;
  }
}

.header-wrap .primary.research .content-stage .feature > a .summary {
  display: none;
  font-size: .8em;
  line-height: normal;
}

.header-wrap .primary.research .content-stage .tallList {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #062544;
  float: left;
  margin: 0 0 0 15px;
  padding: 0 0 0 1em;
  width: 49%;
}

@media (min-width: 1280px) {
  .header-wrap .primary.research .content-stage .tallList {
    width: 33%;
  }
}

.header-wrap .primary.research .content-stage .tallList li {
  margin-bottom: .5em;
}

.header-wrap .primary.research .content-stage .tallList a {
  color: #062544;
  display: table;
  padding: .25em .5em;
  margin-left: -.5em;
  margin-right: .5em;
  width: 100%;
}

.header-wrap .primary.research .content-stage .tallList a:hover {
  background-color: white;
}

.header-wrap .primary.research .content-stage .tallList > em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
  padding-bottom: 7.5px;
}

.header-wrap .primary.research .content-stage .research, .header-wrap .primary.research .content-stage .mostPopular {
  display: block;
  float: left;
  width: 100%;
}

.header-wrap .primary.research .content-stage .research li, .header-wrap .primary.research .content-stage .mostPopular li {
  float: left;
  margin-right: .5em;
  padding: .5em;
  width: 15.6%;
}

@media (min-width: 1280px) {
  .header-wrap .primary.research .content-stage .research li, .header-wrap .primary.research .content-stage .mostPopular li {
    width: 15.8%;
  }
}

.header-wrap .primary.research .content-stage .research li:hover, .header-wrap .primary.research .content-stage .mostPopular li:hover {
  background: white;
}

.header-wrap .primary.research .content-stage .research li > a, .header-wrap .primary.research .content-stage .mostPopular li > a {
  color: #062544;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  font-size: .9em;
  line-height: 1.1em;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (min-width: 1280px) {
  .header-wrap .primary.research .content-stage .research li > a, .header-wrap .primary.research .content-stage .mostPopular li > a {
    font-size: 1.1em;
  }
}

.header-wrap .primary.research .content-stage .research li > a > span, .header-wrap .primary.research .content-stage .mostPopular li > a > span {
  display: block;
  padding-top: 160%;
}

.header-wrap .primary.research .content-stage .mostPopular li {
  width: 18.99%;
}

@media (min-width: 1280px) {
  .header-wrap .primary.research .content-stage .mostPopular li {
    width: 19.2%;
  }
}

.header-wrap .primary.research .content-stage .mostPopular li > a {
  background-position: center top;
  background-size: auto 11.5em;
}

.header-wrap .primary.research .content-stage .mostPopular li > a > span {
  padding-top: 0;
}

.header-wrap .primary.research .content-stage .mostPopular li .rank {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: table;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  line-height: 1em;
  padding: .2em .5em;
  width: auto;
}

.header-wrap .primary.research .content-stage .mostPopular li strong {
  display: block;
  font-weight: normal;
  padding-top: 11.25em;
}

.header-wrap .primary.research .content-stage .mostPopular li .author {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: .9em;
  padding-top: .5em;
  text-transform: uppercase;
}

.header-wrap .primary.research #NavHeaderEO, .header-wrap .primary.research #NavHeaderSE {
  display: table;
  margin-bottom: 1em;
  width: 96%;
}

.header-wrap .primary.research #NavHeaderEO .feature > a > strong, .header-wrap .primary.research #NavHeaderSE .feature > a > strong {
  margin-left: 1em;
  margin-top: 1em;
  width: 40%;
}

.header-wrap .primary.research #NavHeaderEO .feature > a > .metaD, .header-wrap .primary.research #NavHeaderSE .feature > a > .metaD {
  margin-left: 2.6em;
  width: auto;
}

.header-wrap .primary.research #NavHeaderEO .tallList, .header-wrap .primary.research #NavHeaderSE .tallList {
  width: 27%;
}

.header-wrap .research-spotlight__item {
  background-position: center left;
  background-repeat: no-repeat;
  height: 9em;
  /*
		* Do we need all of these?
		*/
}

.header-wrap .research-spotlight__item--bg-right {
  background-position: center right;
}

.header-wrap .research-spotlight__item.syriaInCrisis {
  background-image: url(/layout-images/bnr/bnr_SyriaCrisis_300x150.jpg);
}

.header-wrap .research-spotlight__item.NPPCon2015 {
  background-image: url(/layout-images/bnr/bnr_NPC2015-300.jpg);
}

.header-wrap .research-spotlight__item.sada {
  background-image: url(/layout-images/bnr/bnr_SadaAd_300x150.jpg);
}

.header-wrap .research-spotlight__item.egyptTransition {
  background-image: url(/layout-images/bnr/bnr_EgyptinFocus_300.jpg);
}

.header-wrap .research-spotlight__item.strategicEurope {
  background-image: url(/layout-images/bnr/bnr_StrategicEurope_JD_300x150.jpg);
}

.header-wrap .research-spotlight__item.eurasiaOutlook {
  background-image: url(/layout-images/bnr/bnr_EurasiaOutlook_300x150.jpg);
}

.header-wrap .research-spotlight__item.indiaDecides {
  background-image: url(/layout-images/bnr/bnr_IndiaDecides_300x150.jpg);
}

.header-wrap .research-spotlight__item.indonesiaVotes {
  background-image: url(/layout-images/bnr/bnr_IndonesiaVotes_300x150.jpg);
}

.header-wrap .research-spotlight__item.egyptFocus {
  background-image: url(/layout-images/bnr/bnr_EgyptinFocus_300.jpg);
}

.header-wrap .research-spotlight__item.WindowIntoChina {
  background-image: url(/layout-images/bnr/bnr_WindowIntoChina_300x150.jpg);
}

.header-wrap .research-spotlight__item.WindowIntoChina.zh {
  background-image: url(/layout-images/bnr/bnr_WindowIntoChina_300x150-zh.jpg);
}

.header-wrap .research-spotlight__item.ChinaInTheWorldPodcasts {
  background-image: url(/layout-images/bnr/bnr_ChinaintheWorld_300x150.jpg);
}

.header-wrap .research-spotlight__item.ChinaVenezuela {
  background-image: url(/layout-images/bnr/bnr_ChinaVenezuela_300.jpg);
}

.header-wrap .research-spotlight__item.ChinaVenezuela.zh {
  background-image: url(/layout-images/bnr/bnr_China-Venezuela-Relations_300x150-zh.jpg);
}

.header-wrap .research-spotlight__item.ukraine {
  background-image: url(/layout-images/bnr/bnr_Ukraine_300x150.jpg);
}

.header-wrap .research-spotlight__item.PoC {
  background-image: url(/layout-images/bnr/bnr_PoC_300.jpg);
}

.header-wrap .research-spotlight__item.YearInCrisis {
  background-image: url(/layout-images/bnr/bnr_EOY_300x150.jpg);
}

.header-wrap .research-spotlight__item.CapitalSeries {
  background-image: url(/layout-images/bnr/bnr_SE-CapitalSeries-300.jpg);
}

.header-wrap .research-spotlight__item.Nato2Percent {
  background-image: url(/layout-images/bnr/bnr_NATO2Percent-300.jpg);
}

.header-wrap .research-spotlight__item.ProNews {
  background-image: url(/layout-images/bnr/ProNews_300x150.jpg);
}

.header-wrap .research-spotlight__item.acmr {
  background-image: url(/layout-images/bnr/bnr_ACMR_300x150.jpg);
}

.header-wrap .research-spotlight__item.reformingUkraine {
  background-image: url(/layout-images/bnr/bnr_ReformingUkraine_300x150.jpg);
}

.header-wrap .research-spotlight__item.insideTurkeyElections {
  background-image: url(/layout-images/bnr/bnr_TurkishElections_300x150.jpg);
}

.header-wrap .research-spotlight__item.oilInitiative {
  background-image: url(/layout-images/bnr/bnr_OilInitative_300x150.jpg);
}

.header-wrap .research-spotlight__item.refugees {
  background-image: url(/layout-images/bnr/bnr_EuropeRefugeeCrisis_300x150.png);
}

.header-wrap .research-spotlight__item.cyber {
  background-image: url(/layout-images/bnr/bnr_Cyber_300x150.jpg);
}

.header-wrap .research-spotlight__item.europeElectionYear {
  background-image: url(/layout-images/bnr/bnr_EuropeElectionYear_300.jpg);
}

.header-wrap .research-spotlight__item.BeltAndRoad {
  background-image: url(/layout-images/bnr/bnr_BeltAndRoad_300.jpg);
}

.header-wrap .research-spotlight__item.BeltAndRoad.zh {
  background-image: url(/layout-images/bnr/bnr_BeltRoad_300x150-zh.jpg);
}

.header-wrap .research-spotlight__item.migration {
  background-image: url(/layout-images/bnr/bnr_Migrations_300.jpg);
}

.header-wrap .research-spotlight__item.transatlantic-security {
  background-image: url(/layout-images/bnr/bnr_TransatlanticSecurity_300.jpg);
}

.header-wrap .research-spotlight__item.turkey-transformation {
  background-image: url(/layout-images/bnr/bnr_TurkeyTransformation_300x150.jpg);
}

.header-wrap .research-spotlight__item.EESP {
  background-image: url(/layout-images/bnr/bnr_EESP_300x150.jpg);
}

.header-wrap .research-spotlight__item.brexit {
  background-image: url(/layout-images/bnr/bnr_Brexit_300.jpg);
}

.header-wrap .research-spotlight__item.reshapingEuropeanDemocracy {
  background-image: url(/layout-images/bnr/bnr_reshapingEuropeanDemocracy_300x150.jpg);
}

.header-wrap .research-spotlight__item.europeanReformists {
  background-image: url(/layout-images/bnr/bnr_EuropeanReformists-300.jpg);
}

.header-wrap .research-spotlight__item.europeanDemocracyHub {
  background-image: url(/layout-images/special-projects/img/europeandemocracyhub/spotlight_EuropeanDemocacyHub-300.jpg);
}

.header-wrap .research-spotlight__item.politicalIslam {
  background-image: url(/layout-images/bnr/bnr_Politicalslam_300x150-ads.jpg);
}

.header-wrap .research-spotlight__item.conflictRefugees {
  background-image: url(/layout-images/bnr/bnr_ConflictRefugees_300x150.jpg);
}

.header-wrap .research-spotlight__item.xborder {
  background-image: url(/layout-images/bnr/bnr_Xborder-300_en.jpg);
}

.header-wrap .research-spotlight__item.arabSpring20 {
  background-image: url(/layout-images/bnr/bnr_ArabSpring2_300x150_en.jpg);
}

.header-wrap .research-spotlight__item.decodingLebanon {
  background-image: url(/layout-images/bnr/bnr_DecodingLebanon-300_en.jpg);
}

.header-wrap .research-spotlight__item:hover {
  background-color: white;
}

@media (min-width: 1280px) {
  .header-wrap .research-spotlight__item {
    background-position: center center;
  }
}

.header-wrap .blog a > .logo {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-right: 3px;
}

.header-wrap .blog.sada a > img {
  height: 18px;
  width: 72px;
}

.header-wrap .blog.sic a > img {
  height: 20px;
  width: 213px;
}

.header-wrap .blog.active a > .logo {
  background-position: 0 -40px;
}

.header-wrap .primary.experts .mainBox {
  margin: 2em;
  margin-bottom: 0;
  width: 94%;
}

@media (min-width: 1280px) {
  .header-wrap .primary.experts .mainBox {
    width: 95%;
  }
}

.header-wrap .primary.experts .directory {
  float: right;
}

.header-wrap .primary.experts .tabs {
  background: #ccc7c2;
  display: block;
  float: left;
  border-left: 7px solid #ccc7c2;
  border-right: 7px solid #ccc7c2;
  margin-bottom: .5em;
  width: 100%;
}

@media (min-width: 1280px) {
  .header-wrap .primary.experts .tabs {
    margin-bottom: 1em;
    width: 85%;
  }
}

.header-wrap .primary.experts .panes {
  margin: 0.5em 0;
  width: 100%;
}

.header-wrap .primary.experts .panes > div {
  display: block;
  height: 15em;
  margin-bottom: 1em;
  margin-left: -.5em;
  margin-top: 1em;
  padding-right: .25em;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 1280px) {
  .header-wrap .primary.experts .panes > div {
    margin-top: 0;
  }
}

.header-wrap .primary.experts .panes li {
  display: table;
  padding: 17px;
  padding: 1rem;
  width: 100%;
}

.header-wrap .primary.experts .panes li:hover {
  background: white;
}

.header-wrap .primary.experts .panes .last li {
  margin-right: 0;
}

.header-wrap .primary.experts .panes a {
  color: inherit;
}

.header-wrap .primary.experts .heading {
  color: #062544;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  text-transform: none;
}

.header-wrap .primary.experts .center a {
  font-size: 120%;
  padding: 5px 15px;
}

.header-wrap .primary.experts .button {
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 1em;
}

@media (min-width: 1280px) {
  .header-wrap .primary.experts .button {
    margin-bottom: 0;
  }
}

.header-wrap .wide-menu-wrapper,
.header-wrap .events-wrapper {
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.header-wrap .events.primary .heading {
  color: #062544;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: .5em;
  margin-top: 60%;
}

.header-wrap .events.primary .mainBox {
  display: table;
  width: 98%;
}

.header-wrap .events.primary .mainBox .event-list-wrap {
  float: left;
  padding: 2em;
  width: auto;
}

.header-wrap .events.primary .mainBox .event-list-wrap strong {
  background-color: #e4e3dd;
  color: #a28556;
  display: block;
  float: none;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}

.header-wrap .events.primary .mainBox .event-list-wrap > ul {
  background: none;
  padding-top: 0;
  margin-right: -2em;
}

.header-wrap .events.primary .mainBox li.future-events {
  background-color: #fff;
  background-color: #30837e;
  background-blend-mode: luminosity;
  background-size: cover;
  margin: 0 10px 10px 10px;
  padding: 0;
}

.header-wrap .events.primary .mainBox li.future-events strong {
  margin: -15px -10px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.header-wrap .events.primary .mainBox li.future-events a {
  padding: 30px 15px 15px 0.95em;
}

.header-wrap .events.primary .mainBox li.future-events h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 5px 5px 5px 10px;
  color: #fff;
  text-align: left;
}

.header-wrap .events.primary .mainBox li.future-events .date {
  background-color: #a28556;
  color: #fff;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
}

.header-wrap .events.primary .mainBox li.future-events .date .month {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.header-wrap .events.primary .mainBox li.future-events .date .day {
  display: block;
  font-size: 1.8rem;
  text-align: center;
}

.header-wrap .events.primary .mainBox li.future-events .date .year {
  display: block;
  text-align: center;
}

.header-wrap .events.primary .mainBox li.future-events a:hover {
  background-color: transparent;
}

.header-wrap .events.primary .mainBox li.past-events {
  margin-right: 0;
  padding-right: 0;
  background-color: #fff;
  margin: 0 10px 10px 10px;
  padding: 0;
  position: relative;
}

.header-wrap .events.primary .mainBox li.past-events strong {
  margin: -15px -10px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.header-wrap .events.primary .mainBox li.past-events a {
  padding: 30px 15px 15px 15px;
}

.header-wrap .events.primary .mainBox li.past-events h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 5px 5px 15px 10px;
  color: #00a79d;
  text-align: left;
}

.header-wrap .events.primary .mainBox li.past-events .date {
  border-right: 2px #a28556 solid;
  color: #003A63;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
}

.header-wrap .events.primary .mainBox li.past-events .date .month {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.header-wrap .events.primary .mainBox li.past-events .date .day {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.8rem;
  text-align: center;
}

.header-wrap .events.primary .mainBox li.past-events .date .year {
  display: block;
  text-align: center;
}

.header-wrap .events.primary .mainBox li.past-events .play-button {
  background-color: #003A63;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.header-wrap .events.primary .mainBox li.past-events a:hover {
  background-color: transparent;
}

.header-wrap .events.primary .mainBox .more {
  background-color: #062544;
  display: inline-block;
  float: right;
  margin: 15px 0;
  padding: 1em 3em;
}

.header-wrap .events.primary .mainBox .more .label-container > .label-text {
  color: #fff;
  display: inline-block;
  float: left;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}

.header-wrap .events.primary .mainBox .more .label-container > .icon-arrow-right {
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 2em;
  position: relative;
  text-align: left;
  width: inherit;
}

.header-wrap .events.primary .mainBox .more:hover {
  background-color: #b0bac8;
}

.header-wrap .events.primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.header-wrap .events.primary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  margin-left: -.75em;
  margin-right: .75em;
  width: 198px;
}

@media (min-width: 1280px) {
  .header-wrap .events.primary li {
    width: 251px;
  }
}

.header-wrap .primary.programs .content-stage {
  margin: 15px;
}

.header-wrap .mega-menu .link-list a {
  padding: 15px;
}

.header-wrap .mega-menu .link-list a,
.header-wrap .primary.simple-menu .content-stage a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  color: #092e55;
}

.header-wrap .primary.simple-menu .mainBox {
  display: table;
  height: 2em;
  margin: 2em;
  width: 95%;
}

.header-wrap .primary.simple-menu ul {
  display: table;
  height: 2em;
  width: 100%;
}

.header-wrap .primary.simple-menu li {
  display: table;
  float: left;
  height: 2em;
  margin: 0 1%;
  width: 10.5%;
}

.header-wrap .primary.simple-menu li:hover {
  color: white;
  background: #b0bac8;
}

.header-wrap .primary.simple-menu li > a {
  font-size: 110%;
}

.header-wrap .primary.simple-menu li > a:hover {
  color: white;
}

.header-wrap .primary.simple-menu li a {
  display: block;
  padding: 0.2em 0.5em;
  font-weight: normal;
  margin: auto 0;
  text-align: center;
  width: auto;
}

.header-wrap .primary.other-language > .mega-menu > .mainBox {
  text-align: center;
}

.header-wrap .primary.other-language > .mega-menu > .mainBox > ul {
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

.header-wrap .primary.other-language > .mega-menu > .mainBox > ul > li {
  width: 18%;
}

.header-wrap .topics.primary .mainBox {
  display: table;
  margin: 2em;
  width: 99%;
}

.header-wrap .topics.primary .tabs {
  background: #ccc7c2;
  display: block;
  float: left;
  border-left: 7px solid #ccc7c2;
  border-right: 7px solid #ccc7c2;
  margin-bottom: 1em;
  width: 94.5%;
}

.header-wrap .topics.primary .tabs.index-nav.header li a.current,
.header-wrap .topics.primary .tabs.index-nav.header a.current {
  background-color: #ccc7c2;
}

.header-wrap .topics.primary .tabs.index-nav.header li a {
  background-color: #ccc7c2;
}

.header-wrap .topics.primary .tabs.index-nav.header li.active a {
  background-color: #e4e3dd;
}

.header-wrap .topics.primary .tabs a {
  font-size: 120%;
}

.header-wrap .topics.primary .panes .submenu > ul > li:hover {
  background: white;
}

.header-wrap .topics.primary .panes strong {
  display: block;
  float: none;
}

.header-wrap .topics.primary .panes .issues li {
  margin-bottom: .75em;
}

.header-wrap .topics.primary .panes .issues li li {
  margin-bottom: 0;
}

.header-wrap .topics.primary .panes li:hover {
  background: white;
}

.header-wrap .topics.primary .panes a {
  display: block;
  padding: 0.2em 0.5em;
  font-weight: normal;
  color: #092e55;
}

.header-wrap .topics.primary .panes a:hover {
  color: white;
  background: #b0bac8;
}

.header-wrap .topics.primary .column.forths > li > a,
.header-wrap .topics.primary .column.fifths > li > a,
.header-wrap .topics.primary .column.regions > li > a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 110%;
}

.header-wrap .topics.primary .column.fifths {
  float: left;
  margin-bottom: 1em;
  width: 18.5%;
}

.header-wrap .topics.primary .column.sixths {
  float: left;
  width: 15.4%;
}

.header-wrap .topics.primary .column.sevenths a {
  font-family: "FrutigerNeueLTW02-CnMd", Arial, sans-serif;
}

@media (max-width: 480px) {
  .header-wrap .primary.follow {
    display: none;
  }
}

.header-wrap .primary.follow .mega-menu {
  padding: 2em;
  padding-bottom: 1.8em;
}

.header-wrap .primary.follow .signup-wrap, .header-wrap .primary.follow .share-menu {
  display: block;
  width: auto;
  float: left;
}

@media (max-width: 568px) {
  .header-wrap .primary.follow .signup-wrap, .header-wrap .primary.follow .share-menu {
    float: none;
  }
}

.header-wrap .primary.follow .signup-wrap {
  border-right: 3px solid #e4e3dd;
  margin-right: 1em;
  padding-right: 2em;
  width: 31%;
}

@media (max-width: 1280px) {
  .header-wrap .primary.follow .signup-wrap {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .header-wrap .primary.follow .signup-wrap {
    width: 38.5%;
  }
}

@media (max-width: 568px) {
  .header-wrap .primary.follow .signup-wrap {
    width: 100%;
    border-right: none;
    border-bottom: 3px solid #e4e3dd;
    margin-right: 0;
    margin-bottom: 1em;
    padding-right: 0;
    padding-bottom: 2em;
  }
}

@media (max-width: 568px) and (orientation: landscape) {
  .header-wrap .primary.follow .signup-wrap {
    display: none;
  }
}

.header-wrap .primary.follow .signup-wrap h3 {
  color: #998b7b;
  display: block;
  font-family: "Frutiger Neue LT W06 Thin", Arial, sans-serif;
  font-size: 1.7em;
  font-weight: normal;
  line-height: .95em;
  text-transform: uppercase;
  width: 100%;
}

.header-wrap .primary.follow .signup-wrap h3 span {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.header-wrap .primary.follow fieldset {
  border: none;
}

.header-wrap .primary.follow .social-wrapper {
  border-color: #ccc;
}

.header-wrap .primary.follow label {
  display: table;
  margin: 0;
  padding: 0;
  padding-right: 1em;
  width: 90%;
}

@media (max-width: 1024px) {
  .header-wrap .primary.follow label {
    width: 93%;
  }
}

@media (max-width: 768px) {
  .header-wrap .primary.follow label {
    width: 91%;
  }
}

.header-wrap .primary.follow input.txtFld {
  display: block;
  height: auto;
  margin: 0;
  padding: 0.5em;
  width: 100%;
  border: 2px solid #b0bac8;
}

.header-wrap .primary.follow button {
  float: left;
  font-size: 100%;
  margin-left: .5em;
  width: auto;
}

@media (max-width: 1024px) {
  .header-wrap .primary.follow button {
    float: right;
  }
}

.header-wrap .primary.follow .share-menu li {
  display: table;
  float: left;
  text-align: center;
  width: 25%;
}

.header-wrap .primary.follow .share-menu #email {
  display: none;
}

@media (max-width: 568px) and (orientation: landscape) {
  .header-wrap .primary.follow .share-menu #email {
    display: table;
  }
}

@media (max-width: 568px) and (orientation: landscape) {
  .header-wrap .primary.follow .share-menu #scrib {
    display: none;
  }
}

.header-wrap .primary.follow .share-menu li a {
  background: transparent url(/layout-images/sprite_follow-icons_2020.png) center 0px no-repeat;
  display: block;
  color: #062544;
  padding: 0.4em;
  padding-bottom: 0.3em;
  padding-top: 2.9em;
}

.header-wrap .primary.follow li#youtube a {
  background-position: center 10px;
}

.header-wrap .primary.follow li#scribd a {
  background-position: center -54px;
}

.header-wrap .primary.follow li#twitter a {
  background-position: center -118px;
}

.header-wrap .primary.follow li#facebook a {
  background-position: center -182px;
}

.header-wrap .primary.follow li#email a {
  background-position: center -246px;
}

.header-wrap .primary.follow li#rss a {
  background-position: center -310px;
}

.header-wrap .primary.follow li#mobile a {
  background-position: center -374px;
}

.header-wrap .primary.follow li#podcasts a {
  background-position: center -438px;
}

.header-wrap .primary.follow li#linkedin a {
  background-position: center -502px;
}

.header-wrap .primary.follow li#googleplus a {
  background-position: center -567px;
}

.header-wrap .primary.follow li#weibo a {
  background-position: center -632px;
}

.header-wrap .primary.follow li#vkontakte a {
  background-position: center -695px;
}

.header-wrap .primary.follow li#instagram a {
  background-position: center -756px;
}

.header-wrap .primary.follow .share-menu li a:hover {
  background-color: #e4e3dd;
}

@media (max-width: 767px) {
  .header-wrap .primary.follow .divider-left {
    margin: 0;
  }
}

.header-wrap .primary.search .mega-menu {
  left: auto;
  padding: 2em 0;
  padding-bottom: 1.8em;
  width: 750px;
}

@media (max-width: 768px) {
  .header-wrap .primary.search .mega-menu {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-wrap .primary.search .mega-menu {
    padding-bottom: 1em;
  }
}

.header-wrap .primary.search label, .header-wrap .primary.search .tabs-wrap, .header-wrap .primary.search .button-wrap {
  display: block;
  width: auto;
  float: left;
}

.header-wrap .primary.search form {
  display: table;
  text-align: right;
  font-size: 17px;
  padding: 0 30px;
  width: 100%;
}

.header-wrap .primary.search form > * {
  text-align: left;
}

.header-wrap .primary.search label {
  display: block;
  float: none;
}

.header-wrap .primary.search input.txtFld {
  display: block;
  height: auto;
  padding: 0.5em;
  width: 100%;
  border: 2px solid #b0bac8;
  margin-bottom: 5px;
}

.header-wrap .primary.search button {
  font-size: 100%;
}

.header-wrap .primary.search .button-wrap {
  float: right;
}

.header-wrap .primary.search .tabs-wrap {
  margin-top: 0.2em;
}

.header-wrap .primary.search .tabs-wrap strong, .header-wrap .primary.search .tabs-wrap .tabs {
  float: left;
}

@media (max-width: 480px) {
  .header-wrap .primary.search .tabs-wrap {
    height: auto;
    margin-bottom: 1em;
  }
}

.header-wrap .primary.search .tabs {
  margin: 0;
}

.header-wrap .primary.search .tabs a {
  background: white;
  color: #092e55;
}

.header-wrap .primary.search .tabs .active a {
  background: #b0bac8;
}

.header-wrap .primary.search strong {
  color: #635a4f;
  font-weight: normal;
  margin-right: 0.5em;
}

.header-wrap .primary.global .mega-menu-wrap,
.header-wrap .primary.global .mega-menu-sub-wrap {
  background: white;
}

.header-wrap .primary.global .mega-menu,
.header-wrap .primary.global .mega-menu-sub {
  background: white;
  height: 3000px;
}

.header-wrap .primary.global .mega-menu-wrap,
.header-wrap .primary.global .mega-menu-sub-wrap {
  overflow: auto;
  padding: 1em 0;
  width: 100%;
}

.header-wrap .primary.global .mega-menu {
  left: auto;
  overflow: visible;
}

@media (max-width: 568px) {
  .header-wrap .primary.global .mega-menu {
    width: 50%;
  }
}

.header-wrap .primary.global .mega-menu-sub {
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 15em;
}

@media (max-width: 568px) {
  .header-wrap .primary.global .mega-menu-sub {
    min-width: 0;
    width: 100%;
  }
}

.header-wrap .primary.global .mega-menu-sub .mega-menu-sub-wrap {
  border-left: 1px solid #e4e3dd;
  -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.2);
  overflow: auto;
  padding: 1em 0;
  width: 100%;
  margin-left: auto;
}

.header-wrap .primary.global .mega-menu-sub ul {
  margin-bottom: 1em;
}

.header-wrap .primary.global .mega-menu-sub a {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  text-transform: none;
  color: #092e55;
  background: #fff;
}

.header-wrap .primary.global .mega-menu-sub a:hover {
  background: #e4e3dd;
}

.header-wrap .primary.global .mega-menu-sub .categories a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.header-wrap .primary.global .mega-menu-sub .categories .en {
  display: block;
}

.header-wrap .primary.global .languages .mega-menu-sub {
  bottom: 0;
}

.header-wrap .primary.global .languages .mega-menu-sub-wrap {
  height: 2000px;
}

.header-wrap .primary.global .secondary.active .mega-menu-sub {
  display: block;
}

.header-wrap .primary.global .secondary.active .submenu-trigger {
  background: #b0bac8;
  position: relative;
  overflow: hidden;
}

.header-wrap .primary.global .secondary.active .submenu-trigger:before {
  content: '';
  top: 50%;
  margin-top: 0;
  left: 0;
  position: absolute;
  display: block;
  border-left: 10px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -10px;
  z-index: 10;
}

.header-wrap .primary.global h4, .header-wrap .primary.global h5,
.header-wrap .primary.global .submenu-trigger {
  padding: 5px 20px;
}

.header-wrap .primary.global h4, .header-wrap .primary.global h5 {
  color: #b0bac8;
  text-transform: uppercase;
}

.header-wrap .primary.global .submenu-trigger {
  color: #092e55;
}

.header-wrap .primary.global .nav-block {
  background-color: inherit;
  width: auto;
  text-align: left;
  padding: 0;
  margin-bottom: 1em;
}

.header-wrap .nav-block {
  background: #ccc7c2;
  width: 15%;
  text-align: right;
}

.header-wrap .nav-block li.active a {
  background: #e4e3dd;
}

.header-wrap .nav-block li.active a .ceip-icon {
  display: block;
}

.header-wrap .nav-block a,
.header-wrap .nav-block .nav-block-heading {
  padding: 5px 26px;
}

.header-wrap .nav-block a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  position: relative;
  display: block;
  color: #635a4f;
}

.header-wrap .nav-block a:hover {
  background: #e4e3dd;
}

.header-wrap .nav-block a:hover .ceip-icon {
  display: block;
}

.header-wrap .nav-block a .ceip-icon {
  display: none;
  color: #092e55;
  position: absolute;
  top: 9px;
  right: 6px;
}

.header-wrap .nav-block,
.header-wrap .nav-block-group {
  padding: 0.5em 0;
}

.header-wrap .nav-block-heading,
.header-wrap h4 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  color: #092e55;
  text-transform: uppercase;
}

.header-wrap .metaD {
  text-transform: uppercase;
  font-size: 80%;
  margin-bottom: 0.5em;
}

.mega-menu {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  background: #e4e3dd;
  color: black;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  -webkit-box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #ccc7c2;
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #ccc7c2;
  font-size: 16px;
}

.header-wrap .global .mega-menu {
  width: auto;
}

.mega-menu > div {
  float: left;
}

.mega-menu .mainBox {
  float: none;
}

.mega-menu .tabs {
  overflow: hidden;
}

.mega-menu .tabs li {
  float: left;
}

@media (max-width: 767px) {
  .mega-menu .padded {
    padding: 15px;
  }
}

.active > .mega-menu {
  display: block;
}

.zone-title__nav {
  background: #635a4f;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 0 10px;
}

.zone-title__nav a {
  color: white;
  display: block;
  padding: 10px 15px;
  line-height: 1;
}

.zone-title__nav a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.zone-title__nav .active {
  background: #998b7b;
  color: white !important;
}

.zone-title__nav ul {
  margin-bottom: 0;
}

.zone-title__nav li {
  margin-bottom: 0;
}

.zone-title__nav .navicon {
  font-size: 37px;
  font-size: 2.2rem;
  padding: 0 5px;
}

.zone-title__nav .secondary .mega-menu {
  left: auto;
  background: #998b7b;
}

.zone-title__nav .secondary .mega-menu a {
  min-width: 200px;
}

@media (max-width: 767px) {
  .zone-title__nav .secondary .mega-menu a {
    min-width: 0;
    width: 100%;
  }
}

.zone-title__nav .secondary .mega-menu--full a {
  min-width: 0;
}

@media (max-width: 767px) {
  .zone-title__nav {
    position: relative;
  }
}

.zone-title__nav--tighten a {
  padding: 10px 5px;
}

.sp-nav {
  background-color: #000;
}

a[name="video"],
.anchor-point {
  display: block;
  position: relative;
  top: -85px;
  visibility: hidden;
  pointer-events: none;
}

.letter-tabs a {
  font-size: 19px;
  font-size: 1.1rem;
  padding: 5px 15px;
  text-transform: uppercase;
}

.menu-list > li,
.dropdown-list > li {
  float: left;
}

.menu-list a,
.dropdown-list a {
  display: block;
}

.menu-list .mega-menu {
  width: 1030px;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

.menu-list .mega-menu a:hover {
  text-decoration: underline;
}

.dropdown-list {
  position: relative;
  color: #3d71b7;
}

.dropdown-list a {
  padding: 9px;
  padding: 0.5rem;
}

.dropdown-list li {
  position: relative;
}

.dropdown-list li > a:focus, .dropdown-list li:hover {
  background-color: #e4e3dd;
}

.dropdown-list li > a:focus + ul,
.dropdown-list li:hover > ul {
  display: block;
}

.dropdown-list li a:hover {
  background-color: #3d71b7 !important;
  color: white !important;
  text-decoration: none;
}

.dropdown-list li > ul {
  width: 250px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.dropdown-list li.has-mega-menu {
  position: static;
}

.dropdown-list li ul.mega-menu {
  width: 100%;
}

@media (max-width: 767px) {
  .dropdown-list > li {
    float: none;
    border-bottom: 1px solid #e4e3dd;
  }
  .dropdown-list > li > ul {
    width: 100%;
    position: relative;
    top: 0;
  }
}

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


.foreground,
.container-max-width {
  position: relative;
  margin: 0 auto;
}

.container-max-width {
  max-width: 1600px;
}


.foreground {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
}

.section,
.section--2x {
  display: block;
  clear: both;
}

.section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section--2x {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-inner--3x {
  padding-top: 90px;
  padding-bottom: 90px;
}

.component {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.component--narrow {
  display: block;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.cols {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1024px) {
  .cols--gutters-tablet {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media (max-width: 767px) {
  .cols {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.cols--equal-heights {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cols--equal-heights,
.cols--equal-heights > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .cols--equal-heights,
  .cols--equal-heights > .col {
    display: block;
  }
}

.cols--equal-heights > .col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cols--equal-heights .banded,
.cols--equal-heights .area-focus {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cols--equal-heights .col-33 {
  width: 33.2%;
}

.col {
  float: left;
}

@media (max-width: 767px) {
  .col {
    float: none;
    width: 100% !important;
  }
  .col > .gutters {
    margin-left: 0;
    margin-right: 0;
  }
}

.col--force-layout {
  min-height: 1px;
}

.col-100 {
  width: 100%;
}

.col-90 {
  width: 90%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-75 {
  width: 75%;
}

.col-70 {
  width: 70%;
}

.col-66 {
  width: 66.5%;
}

.col-60 {
  width: 60%;
}

.col-50 {
  width: 50%;
}

.col-50:nth-child(2n + 1) {
  clear: both;
}

.col-40 {
  width: 40%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.3333%;
}

.col-25 {
  width: 25%;
}

.col-20 {
  width: 20%;
}

.col-16 {
  width: 16.6666667%;
}

.col-16:nth-child(6n + 1) {
  clear: both;
}

.col-15 {
  width: 15%;
}

.col-10 {
  width: 10%;
}

@media (max-width: 1024px) {
  .col-50-tablet {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .zone-1,
  .zone-2 {
    width: auto;
    float: none;
  }
}

.zone-1 {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .zone-2 {
    margin: 0 auto;
    width: auto;
  }
  .zone-2 .tablet-wide {
    float: none;
    width: auto;
    clear: both;
  }
}

@media (max-width: 767px) {
  .zone-2 {
    width: auto;
  }
  .zone-2 > * {
    float: none;
    width: auto !important;
    margin: 0 auto 30px !important;
  }
}

.gutters {
  margin-left: 15px;
  margin-right: 15px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1024px) {
  .gutters-tablet {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.gutter-half-top {
  margin-top: 15px;
}

.gutter-half-bottom {
  margin-bottom: 15px;
}

.gutter-half-left {
  margin-left: 15px;
}

.gutter-half-right {
  margin-right: 15px;
}

.gutter-left {
  margin-left: 30px;
}

.gutter-right {
  margin-right: 30px;
}

.gutter-top {
  margin-top: 30px;
}

.gutter-top__double {
  margin-top: 60px;
}

.gutter-top__bottom-gutter {
  margin-bottom: 45px;
}

.gutter-bottom {
  margin-bottom: 30px;
}

.gutter-bottom-narrow {
  margin-bottom: 7.5px;
}

.spacer-right {
  margin-right: 7.5px;
}

.spacer-left {
  margin-left: 7.5px;
}

.banded,
.banded-alt {
  overflow: hidden;
}

.banded [class*="divider"],
.banded .list-items-divided li,
.banded .list-items-divided--less li,
.banded-alt [class*="divider"],
.banded-alt .list-items-divided li,
.banded-alt .list-items-divided--less li {
  border-color: white;
}

.banded.allow-overflow,
.banded-alt.allow-overflow {
  overflow: visible;
}

.banded {
  background-color: #e4e3dd;
}

.banded .banded {
  background-color: #ccc7c2;
}

.banded .divider-alt {
  border-color: #ccc7c2;
}

.banded-alt {
  background-color: #998b7b;
}

.banded-alt .banded {
  background-color: #887969;
}

.banded--primary {
  background-color: #092e55;
}

.banded--primary-alt {
  background-color: #062544;
}

.banded-bright {
  background-color: white;
}

.banded-style-text {
  color: #635a4f;
}

.banded-style-text .h,
.banded-style-text h1,
.banded-style-text h2,
.banded-style-text h3,
.banded-style-text h4,
.banded-style-text h5,
.banded-style-text legend {
  text-shadow: 1px 1px white;
}

.border-focus {
  border: 2px solid #e3e1de;
}

.border-focus:hover {
  border-color: #ccc7c2;
}

.banded--fade,
.banded .banded--fade {
  background-color: #efeeec;
}

.border-focus--slim {
  border-width: 1px;
}

.banded--fade [class*="divider"],
.banded-bright [class*="divider"] {
  border-color: #e4e3dd;
}

.area-focus:hover {
  background-color: #e4e3dd;
}

.banded .area-focus:hover {
  background-color: #ccc7c2;
}

.mega-menu .area-focus:hover {
  background-color: white;
}

.area-focus--opacity:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.divider {
  border-bottom: 5px solid #e4e3dd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.divider-top {
  border-top: 5px solid #e4e3dd;
  padding-top: 15px;
  margin-top: 15px;
}

.divider-left {
  border-left: 5px solid #e4e3dd;
  padding-left: 15px;
  margin-left: 15px;
}

.divider-right {
  border-right: 5px solid #e4e3dd;
  padding-right: 15px;
  margin-right: 15px;
}

.divider--slim {
  border-width: 2px;
}

.divider--light {
  border-width: 1px;
}

.divider--text {
  border-bottom: none;
  border-top: 6px solid #e6e7e8;
  line-height: 1px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-top: 45px;
  margin-right: auto;
  padding: 0;
  text-align: center;
  width: 25%;
}

.push-down {
  margin-bottom: 60px;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .mobile-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-order > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mobile-order .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mobile-order .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .landscape-three-column {
    display: block;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .landscape-three-column > .col,
  .landscape-three-column > div {
    width: auto;
    display: inline-block;
    float: none;
  }
}

.cols-css-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.cols-css-2 > .col {
  display: inline-block;
  float: none !important;
  width: auto;
}

@media (max-width: 767px) {
  .cols-css-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.preview-module {
  background-color: black;
}

.preview-module a {
  text-decoration: none;
}

.preview-module em,
.preview-module i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.preview-module--has-image .container-headline {
  height: 170px;
}

.preview-module--has-image .preview-module__headline {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.preview-module--has-image:hover .preview-module__headline {
  background-color: rgba(0, 0, 0, 0.9);
}

.preview-module--no-image .container-headline {
  background-color: transparent;
  height: auto;
}

.preview-module--no-image .preview-module__headline,
.preview-module--no-image .preview-module__special-meta {
  position: relative;
}

.preview-module--no-image .preview-module__special-meta {
  margin-bottom: 5px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .preview-module .container-headline {
    margin: 0;
  }
}

.preview-module__headline {
  font-size: 19px;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .preview-module__headline {
    font-size: 17px;
    font-size: 1rem;
  }
}

.preview-module__special-meta {
  background-color: #a28556;
  color: black;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 5px;
  font-family: "FrutigerNeueLTW02-CnBoo 775064", "Arial Narrow", Arial, sans-serif;
}

.content-layer {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.scroll-area {
  height: 500px;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.footer {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.8rem;
  text-align: center;
}

.footer a {
  color: #092e55;
}

.footer .footer-logo {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.footer .foreground {
  max-width: 100em;
  border-top: 5px solid #e4e3dd;
}

.footer-links {
  text-transform: uppercase;
}

.footer-links li {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
}

.footer-links .footer__support-think-tank {
  display: block;
  border: none;
}

@media (max-width: 800px) and (orientation: portrait) {
  .footer-links {
    margin-left: 7%;
    margin-right: 7%;
  }
  .footer-links li {
    float: left;
    display: block;
    margin-right: 0;
    width: 33%;
  }
  .footer-links .footer__support-think-tank {
    float: none;
    width: 100%;
    clear: both;
  }
}

@media (max-width: 320px) {
  .footer-links {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-links li {
    float: none;
    width: 100%;
  }
}

.footer-logo {
  display: inline-block;
  background-image: url(/layout-images/sprite_master.png);
  background-position: -750px -360px;
  background-repeat: no-repeat;
  height: 35px;
  width: 192px;
}

.footer-logo:hover, .footer-logo:focus {
  background-position: -750px -400px;
}

.comment-box {
  position: relative;
  color: #635a4f;
}

.comment-box .button {
  font-size: 1rem;
  text-transform: uppercase;
}

.comment-box__count {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.comment-sort {
  text-transform: uppercase;
  color: #635a4f;
}

.comment-sort li {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 0;
  line-height: 1.5;
}

.comment-sort .label {
  float: left;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .comment-sort ul {
    display: block;
    margin: 0;
  }
}

.comments {
  margin-top: 15px;
}

.comment-meta {
  overflow: visible;
  width: 130px;
  margin-right: 30px;
  color: #635a4f;
  position: relative;
}

.comment-meta:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 100%;
  border-left: 13px solid #e4e3dd;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
  .comment-meta {
    float: none !important;
    margin: 0 0 15px;
    width: auto;
  }
  .comment-meta:after {
    top: 100%;
    left: 15px;
    border-bottom: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 13px solid #EFEEEC;
  }
}

.comment-time {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  display: block;
  line-height: 1.3em;
}

.comment-author {
  font-size: 19px;
  font-size: 1.1rem;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  color: #333;
  line-height: 1.15em;
  margin-bottom: 20px;
  position: relative;
  word-break: break-all;
  z-index: 1;
}

.comment-content {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  overflow: hidden;
}

.comment-content .button-alt {
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
}

.comment-content .button-alt:hover {
  background-color: #fffcd5;
  border: none;
}

.comment {
  border-bottom: 3px dotted #e4e3dd;
}

.comment-reply .comment-author {
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment-reply .comment-meta {
  background-color: transparent;
  border-bottom: 5px solid #e4e3dd;
  display: inline-block;
  margin: 0 0 15px;
  padding: 15px 15px 15px 0;
  white-space: nowrap;
  width: 100%;
}

.comment-reply .comment-meta:after {
  top: 100%;
  left: 15px;
  border-bottom: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 13px solid #e4e3dd;
}

.comment-reply .comment-time {
  display: inline-block;
  margin-right: 5px;
}

.comment-reply .comment-content {
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .comment-reply {
    margin-left: 30px;
  }
}

.content-author .banded {
  background-color: #998b7b;
}

.content-author .comment-author, .content-author .comment-time {
  color: #fff;
}

.content-author .comment-meta:after {
  border-left-color: #998b7b;
}

.reply-author .comment-meta:after {
  border-left-color: #fff;
  border-top-color: #998b7b;
}

.comment-tools .tag {
  border: none;
  border-radius: 4px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  padding: 3px 10px;
}

.comment-tools .tag:hover {
  background-color: #fffcd5;
  color: #635a4f;
}

.disabled {
  cursor: not-allowed;
}

[readonly],
[disabled] {
  cursor: not-allowed !important;
}

[readonly] {
  background-color: #e4e3dd;
  color: #666;
}

[readonly], [readonly]:focus {
  background-color: #e4e3dd !important;
}

[readonly]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

[type='file'] {
  border: 1px solid #ccc;
  padding: 3px;
  font-weight: normal;
}

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

.transparent-inputs input[type='text'],
.transparent-inputs input[type='date'],
.transparent-inputs input[type='email'],
.transparent-inputs input[type='password'],
.transparent-inputs input[type='number'],
.transparent-inputs input[type='tel'],
.transparent-inputs input[type='url'],
.transparent-inputs textarea {
  background-color: rgba(255, 255, 255, 0.7);
}

button.disabled {
  background-color: #ccc7c2 !important;
  color: #92877d !important;
  border-color: transparent;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  pointer-events: none;
}

.button--plain {
  background-color: transparent;
  outline: none;
  color: inherit;
  font-family: inherit;
}

.button--plain:focus {
  text-decoration: underline;
}

.button--plain:hover {
  background-color: transparent;
}

.button--plain:after {
  display: none;
}

a.button--plain:after {
  display: none;
}

button.tag {
  color: white;
  background: #ccc7c2;
  text-decoration: none !important;
}

button.tag:hover {
  background: #635a4f;
}

.tag--darker,
button.tag--darker {
  background: #a39f9b;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .select-label {
    position: relative;
  }
  .select-label:after {
    content: '';
    display: block;
    position: absolute;
    border-top: 6px solid #3d71b7;
    border-left: 4px transparent solid;
    border-right: 4px transparent solid;
    top: 13px;
    right: 10px;
  }
  .select-label select {
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 30px 7px 5px;
    border-radius: 5px;
    line-height: 1;
    width: 100%;
  }
  .select-label select::-ms-expand {
    display: none;
  }
  .select-label.smaller-text:after {
    top: 10px;
    right: 7px;
  }
}

@media (max-width: 767px) {
  .button-mobile {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5em;
    background: #062544;
    color: white !important;
    margin-bottom: 0.5em;
    cursor: pointer;
    font-family: "FrutigerNeueLTW02-CnMd", Arial, sans-serif;
    text-transform: uppercase;
  }
  .button-mobile:hover {
    text-decoration: none;
  }
  .button-mobile:active, .button-mobile.active {
    background: #3d71b7;
  }
  .button-mobile:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 13px;
    margin-top: -6px;
    background: url(/layout-images/sprite_master.png) no-repeat -400px -580px;
    top: 50%;
    right: 1em;
  }
  .button-mobile.active:after {
    background-position: -700px -580px;
  }
  body.ar .button-mobile:after {
    right: auto;
    left: 1em;
  }
}

.button-alt {
  display: inline-block;
  background: #e4e3dd;
  border-radius: 3px;
  color: #3d71b7;
  border: 1px solid #e4e3dd;
  border-bottom: #ccc7c2 solid 1px;
  border-right: #ccc7c2 solid 1px;
}

.button-alt:after {
  display: none;
}

.button-alt:hover {
  text-decoration: none;
  background: #e4e3dd;
  border: 1px solid #3d71b7;
}

.button--reverse {
  background-color: #a28556;
}

.button--reverse:hover {
  background-color: #092e55;
}

.button--secondary {
  background-color: #3d71b7;
  border-color: #3d71b7;
}

.button--secondary:focus, .button--secondary:hover {
  background-color: #5e8cc9;
  border-color: #3d71b7;
}

.button--tertiary {
  background-color: #666;
  border-color: #5e5e5e;
}

.button--tertiary:focus, .button--tertiary:hover {
  background-color: gray;
  border-color: #666666;
}

.button--secondary,
.button--tertiary {
  color: white;
}

.button--secondary:focus,
.button--tertiary:focus {
  text-decoration: none;
}

a.button,
a.button--reverse,
a.button-alt,
a.button-big,
a.button-special {
  display: inline-block;
  margin: 0 10px 15px 0;
}

a.button:hover,
a.button--reverse:hover,
a.button-alt:hover,
a.button-big:hover,
a.button-special:hover {
  text-decoration: none;
}

.zone-1 .bigButton a,
.button-big {
  text-transform: uppercase;
  font-size: 120%;
}

.zone-1 .bigButton a:after,
.button-big:after {
  display: none;
}

.button-big-alt {
  font-family: sans-serif;
  font-size: 120%;
  background: #a28556;
  border: 5px solid #e4e3dd;
  text-align: center;
  border-radius: 5px;
  line-height: 1.3;
}

.button-big-alt:after {
  display: none;
}

.button-big-alt:hover {
  background: #d68019;
  text-decoration: none;
}

.label {
  color: #635a4f;
  font-family: "FrutigerNeueLTW02-CnBoo 775064", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.5rem;
}

.input-error {
  border: 1px solid red !important;
  background-color: #fff7f7;
}

.checks-radios-wrapper {
  position: relative;
}

.checks-radios-wrapper input {
  position: absolute;
  top: 5px;
  left: 0px;
}

.checks-radios-wrapper label {
  padding-left: 20px;
}

.clean-form input,
.clean-form textarea {
  border-radius: 2px;
  border: 1px solid #e4e3dd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.clean-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.flat-form input,
.flat-form textarea {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-big-elements input,
.form-big-elements button {
  padding: 9px 17px;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

form.stay-in-the-know, .marketo-form.stay-in-the-know {
  background-image: url(/layout-images/sprite_z2.png);
  background-repeat: no-repeat;
  background-position: -1113px -4px;
  background-size: 400% auto;
}

@media (max-width: 1024px) {
  form.stay-in-the-know, .marketo-form.stay-in-the-know {
    background-image: none;
  }
}

.stay-in-the-know__heading {
  margin-left: 88px;
  font-size: 22px;
  font-size: 1.3rem;
}

@media (max-width: 1024px) {
  .stay-in-the-know__heading {
    margin-left: 0;
    font-size: 26px;
    font-size: 1.5rem;
  }
}

.form-search-results input[type='text'] {
  color: #8f8b88;
  font-family: "FrutigerNeueLTW02-CnBlk 775104", "Arial Black", Gadget, sans-serif;
  font-size: 26px;
  font-size: 1.5rem;
  padding-right: 115px;
}

.form-search-results [type='submit'] {
  line-height: 1.5;
  top: -4px;
  position: relative;
}

@media (max-width: 767px) {
  .form-search-results__terms {
    display: block !important;
  }
}

.form-search-results__terms .control-group {
  position: relative;
}

.form-search-results__terms .control-group .action-button,
.form-search-results__terms .control-group .result-options {
  position: absolute;
  right: 0;
}

.form-search-results__terms .control-group .action-button {
  top: 0;
  bottom: 0;
  background-color: #666;
  border-radius: 0 3px 3px 0;
  display: block;
  height: 100%;
  margin: 0;
  line-height: 1.8;
}

.form-search-results__terms .control-group .action-button.active, .form-search-results__terms .control-group .action-button:hover {
  background-color: gray;
}

.form-search-results__terms .control-group .action-button:after {
  display: none;
}

.form-search-results__terms .control-group button.action-button {
  line-height: 1.5;
}

.form-search-results__terms .control-group .result-options {
  top: 100%;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: gray;
  border-radius: 3px 0 3px 3px;
  z-index: 10;
}

@media (max-width: 767px) {
  .form-search-results__terms .control-group .result-options {
    width: 100%;
  }
}

.search-result-filters .arrow-down-link {
  color: #666;
  display: block;
}

.search-result-filters .arrow-down-link:after {
  display: block;
  float: right;
  margin: 5px 0 0;
  border-top-color: #d9d7cf;
}

.search-result-filters .arrow-down-link.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .search-result-filters > li {
    margin-bottom: 15px;
  }
  .search-result-filters .arrow-down-link {
    background-color: #092e55;
    color: white;
  }
  .search-result-filters .arrow-down-link:hover, .search-result-filters .arrow-down-link:focus {
    background-color: #3d71b7;
  }
}

.search-result-filters__filter:hover .ceip-icon {
  opacity: 1;
}

.search-result-filters__filter .padded-narrow {
  padding: 5px;
}

.search-result-filters__filter .ceip-icon {
  margin-right: 0;
  margin-top: 5px;
  opacity: 0;
}

.applied-filters .tag {
  background-color: #e4e3dd;
  color: #3d71b7 !important;
  font-weight: 400;
  border-color: #d9d7cf;
}

.applied-filters .tag:hover {
  background-color: #3d71b7 !important;
  color: white !important;
}

.show .mktoForm, .show-research .mktoForm {
  width: 100% !important;
}

.show .mktoForm *, .show-research .mktoForm * {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.show .mktoForm label#LblEmail, .show .mktoForm .mktoOffset, .show-research .mktoForm label#LblEmail, .show-research .mktoForm .mktoOffset {
  display: none;
}

.show .mktoForm input.mktoEmailField, .show .mktoForm .mktoFieldDescriptor, .show .mktoForm .mktoFieldWrap, .show-research .mktoForm input.mktoEmailField, .show-research .mktoForm .mktoFieldDescriptor, .show-research .mktoForm .mktoFieldWrap {
  width: 100% !important;
}

.show .mktoForm .mktoField, .show-research .mktoForm .mktoField {
  font-size: 1.3em !important;
}

.show .mktoForm input[type="text"], .show .mktoForm input[type="url"], .show .mktoForm input[type="email"], .show .mktoForm input[type="tel"], .show .mktoForm input[type="number"], .show .mktoForm input[type="date"], .show .mktoForm textarea.mktoField, .show .mktoForm select.mktoField, .show-research .mktoForm input[type="text"], .show-research .mktoForm input[type="url"], .show-research .mktoForm input[type="email"], .show-research .mktoForm input[type="tel"], .show-research .mktoForm input[type="number"], .show-research .mktoForm input[type="date"], .show-research .mktoForm textarea.mktoField, .show-research .mktoForm select.mktoField {
  padding: 5px;
}

.show .mktoForm input.mktoEmailField, .show-research .mktoForm input.mktoEmailField {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
}

.header-wrap .mktoForm, .marketo-form .mktoForm, .program-sign-up .mktoForm {
  width: 100% !important;
}

.header-wrap .mktoForm *, .marketo-form .mktoForm *, .program-sign-up .mktoForm * {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.header-wrap .mktoForm label#LblEmail, .header-wrap .mktoForm .mktoOffset, .marketo-form .mktoForm label#LblEmail, .marketo-form .mktoForm .mktoOffset, .program-sign-up .mktoForm label#LblEmail, .program-sign-up .mktoForm .mktoOffset {
  display: none;
}

.header-wrap .mktoForm input.mktoEmailField, .header-wrap .mktoForm .mktoFieldDescriptor, .header-wrap .mktoForm .mktoFieldWrap, .marketo-form .mktoForm input.mktoEmailField, .marketo-form .mktoForm .mktoFieldDescriptor, .marketo-form .mktoForm .mktoFieldWrap, .program-sign-up .mktoForm input.mktoEmailField, .program-sign-up .mktoForm .mktoFieldDescriptor, .program-sign-up .mktoForm .mktoFieldWrap {
  width: 100% !important;
}

.header-wrap .mktoForm .mktoField, .marketo-form .mktoForm .mktoField, .program-sign-up .mktoForm .mktoField {
  font-size: 1.3em !important;
}

.header-wrap .mktoForm input[type="text"], .header-wrap .mktoForm input[type="url"], .header-wrap .mktoForm input[type="email"], .header-wrap .mktoForm input[type="tel"], .header-wrap .mktoForm input[type="number"], .header-wrap .mktoForm input[type="date"], .header-wrap .mktoForm textarea.mktoField, .header-wrap .mktoForm select.mktoField, .marketo-form .mktoForm input[type="text"], .marketo-form .mktoForm input[type="url"], .marketo-form .mktoForm input[type="email"], .marketo-form .mktoForm input[type="tel"], .marketo-form .mktoForm input[type="number"], .marketo-form .mktoForm input[type="date"], .marketo-form .mktoForm textarea.mktoField, .marketo-form .mktoForm select.mktoField, .program-sign-up .mktoForm input[type="text"], .program-sign-up .mktoForm input[type="url"], .program-sign-up .mktoForm input[type="email"], .program-sign-up .mktoForm input[type="tel"], .program-sign-up .mktoForm input[type="number"], .program-sign-up .mktoForm input[type="date"], .program-sign-up .mktoForm textarea.mktoField, .program-sign-up .mktoForm select.mktoField {
  padding: 5px;
}

.header-wrap .mktoForm input.mktoEmailField, .marketo-form .mktoForm input.mktoEmailField, .program-sign-up .mktoForm input.mktoEmailField {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
}

.article-body h2, .article-body h3 {
  font-size: 2.2rem;
  line-height: 1em;
  margin-bottom: 30px;
  margin-left: -60px;
  margin-top: 75px;
  width: 80%;
}

.article-body h2:first-child, .article-body h3:first-child {
  margin-top: 0;
}

.article-body h3 {
  text-transform: uppercase;
}

.article-body h4 {
  font-weight: normal;
  padding: 45px 0 30px;
  text-transform: uppercase;
}

.article-body ul ul, .article-body ol ul {
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .article-body h2, .article-body h3 {
    margin-left: -45px;
  }
}

@media (max-width: 767px) {
  .article-body {
    font-size: 20px;
    font-size: 1.2rem;
  }
  .article-body h2, .article-body h3 {
    margin-left: 0;
  }
  .article-body h3 {
    font-size: 1.8rem;
  }
}

.event .article-body h2, .event .article-body h3 {
  margin-left: 0;
}

.zone-1 .main-gutters {
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 75px;
}

.zone-1 .article-body, .zone-1 .article-body > p, .zone-1 .article-body > ul {
  font-size: 1.4rem;
  line-height: 1.7em;
  margin-bottom: 1em;
}

.zone-1 .article-body .author-box, .zone-1 .article-body > p .author-box, .zone-1 .article-body > ul .author-box {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .zone-1 .article-body, .zone-1 .article-body > p, .zone-1 .article-body > ul {
    font-size: 1.2rem;
  }
}

.zone-1 .program-box {
  background-color: #e4e3dd;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3em;
  margin: 4em -10%;
  padding: 60px;
}

.zone-1 .program-box h3 {
  border-bottom: 2px solid #998b7b;
  color: #998b7b;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.7rem;
  margin-left: 0;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: none;
  width: 100%;
}

.zone-1 .program-box h4 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
}

.zone-1 .program-box .col-60 {
  width: 57%;
}

.zone-1 .program-box .signup-form {
  background-color: #fff;
  padding-top: 15px;
}

.zone-1 .program-box .signup-form.col-40 {
  margin-left: 30px;
  width: 38%;
}

.zone-1 .program-box .signup-form form input[type="email"] {
  background-color: #e4e3dd;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 1rem;
  width: 12vw;
}

.zone-1 .program-box .signup-form form button {
  font-size: 0.9rem;
  line-height: 1.7em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .zone-1 .program-box .signup-form form input[type="email"] {
    width: 100%;
  }
  .zone-1 .program-box .signup-form form button {
    float: right;
    margin-top: 3px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .zone-1 .program-box {
    margin: 30px -15px;
    padding: 30px;
  }
  .zone-1 .program-box .signup-form.col-40 {
    display: inline-block;
    margin-left: 0;
    padding: 15px;
  }
  .zone-1 .program-box .signup-form.col-40 > div {
    padding: 15px;
  }
  .zone-1 .program-box .signup-form.col-40 form {
    dislay: inline-block;
  }
  .zone-1 .program-box .signup-form.col-40 form input[type="email"] {
    float: left;
    width: 100%;
  }
}

.zone-1 .article-body > div.containerPromo {
  margin-bottom: 45px;
  margin-left: -60px;
}

.zone-1 .article-body > div.related-content {
  margin-bottom: 0;
}

.zone-1 .extQuote {
  margin-left: 1em;
  margin-right: 1em;
}

.zone-1 .article-body > ul {
  line-height: normal;
  margin-right: 10%;
}

.zone-1 .article-body li {
  line-height: 1.7em;
}

.zone-1 b, .zone-1 strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 88%;
  font-weight: normal;
  line-height: inherit;
}

.zone-1 .meta a {
  color: #3d71b7;
}

.zone-1 .bigButton {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.zone-1 .bigButton a {
  display: inline-block;
}

.zone-1 .bigButton a:hover {
  text-decoration: none;
}

.zone-1 .table-of-contents {
  border-left: 5px solid #e6e7e8;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  line-height: normal;
  margin-right: -60px;
  padding-left: 30px;
}

.zone-1 .table-of-contents h5 {
  border-bottom: none;
  font-size: 0.9rem;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.zone-1 .table-of-contents ol > li {
  padding: 5px 7.5px;
}

.zone-1 .table-of-contents ol > li p {
  line-height: 1.1em;
  margin-bottom: 3px;
}

.zone-1 .table-of-contents ol > li p a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.zone-1 .table-of-contents ol > li ul.list-across li {
  margin-bottom: 0;
  margin-right: 0;
  text-transform: uppercase;
}

.zone-1 .table-of-contents ol > li .toc-authors span {
  margin-bottom: 0;
  margin-right: 0;
  text-transform: uppercase;
}

.zone-1 .table-of-contents ol > li.selected-chapter {
  background-color: #3183b1;
}

.zone-1 .table-of-contents ol > li.selected-chapter p, .zone-1 .table-of-contents ol > li.selected-chapter a, .zone-1 .table-of-contents ol > li.selected-chapter .list-across > li {
  color: #fff;
}

.zone-1 .table-of-contents.floating {
  float: right;
  width: 40%;
}

@media (max-width: 1024px) {
  .zone-1 .table-of-contents {
    border-left: 0;
    margin-bottom: 90px;
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
  }
  .zone-1 .table-of-contents.bottom-toc.mobile-only {
    display: inline-block;
    width: auto;
  }
  .zone-1 .table-of-contents ol li {
    margin-bottom: 15px;
  }
  .zone-1 .table-of-contents ol li p a {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .zone-1 .table-of-contents {
    border-top: 1px solid #ccc7c2;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 90px;
    padding-top: 30px;
  }
}

.zone-1 blockquote, .zone-1 .blockquote {
  border-top-width: 5px;
  border-color: #635a4f;
  color: #635a4f;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3em;
  text-align: left;
  margin: 69px -60px 90px;
  padding: 45px 0 54px;
  width: auto;
}

.zone-1 blockquote em, .zone-1 blockquote i, .zone-1 .blockquote em, .zone-1 .blockquote i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: none;
}

@media (max-width: 1024px) {
  .zone-1 blockquote, .zone-1 .blockquote {
    font-size: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .zone-1 blockquote, .zone-1 .blockquote {
    background-color: #b0bac8;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.zone-1 .meta-heading-2 {
  font-size: 1.3rem;
  border-top: 1px solid #ccc7c2;
  display: block;
  padding-bottom: 10px;
  padding-top: 30px;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

.zone-1 .meta-heading-2 .container-icon {
  background-color: #ccc7c2;
  background-image: url(/layout-images/sprite_show-page-icons.png);
  background-repeat: no-repeat;
  background-size: 180% auto;
  border-radius: 50%;
  display: block;
  float: left;
  height: 45px;
  margin-right: 15px;
  text-align: center;
  width: 45px;
}

.zone-1 .meta-heading-2 h4 {
  line-height: 1.7em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .zone-1 .meta-heading-2 {
    margin-top: 90px;
  }
}

.zone-1 .related-topics {
  margin: 120px auto;
}

.zone-1 .related-topics .meta-heading-2 .container-icon {
  background-position: -41px -91px;
}

.zone-1 .related-topics li {
  border: none;
  display: inline-block;
}

.zone-1 .related-topics li a {
  background-color: #e4e3dd;
  color: tertiary;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 15px;
  padding: 15px 30px;
}

.zone-1 .related-topics li a:hover {
  background-color: #fce444;
  opacity: 1;
  filter: alpha(opacity=10);
  text-decoration: none;
}

.zone-1 .comment-wrapper .meta-heading-2 .container-icon {
  background-position: -42px 8px;
}

.zone-1 .comment-wrapper .meta-heading-2 h4 > span {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-left: 5px;
}

.zone-1 .purchase-links-wrapper {
  margin-top: 120px;
}

.zone-1 .purchase-links-wrapper .meta-heading-2 .container-icon {
  background-position: -43px -188px;
}

.zone-1 .long-form-carousel {
  margin-top: 60px;
}

.zone-1 .long-form-carousel .meta-heading-2 .container-icon {
  background-position: -42px -237px;
}

.zone-1 table thead .table-title {
  background: #092e55;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .zone-1 table thead .table-title {
    line-height: 1.3em;
  }
}

.zone-1 table .row-background-highlight {
  background: #e4e3dd;
}

.zone-1 table td {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

@media (max-width: 767px) {
  .zone-1 table td {
    font-size: 0.7rem;
    padding: 3.5px;
  }
}

.zone-1 table tfoot {
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.zone-1 table tfoot td {
  border-bottom: 0;
}

.zone-1 table tfoot a {
  word-wrap: break-word;
}

.zone-1 .fullWidthHeader {
  clear: both;
  color: #fff;
  display: block;
  float: none;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin: 0 -100% 1em -100%;
  padding: 30px 0;
  text-align: center;
  width: auto;
}

@media (max-width: 1024px) {
  .zone-1 .fullWidthHeader {
    margin: 0;
  }
}

.zone-1 .fullWidthHeader.black-title {
  background-color: #000;
  font-size: 1.5em;
}

.zone-1 .fullWidthHeader.all-caps {
  text-transform: uppercase;
}

.zone-1 .fullWidthHeader .fullWidthHeader--text-align-left {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.zone-1 .fullWidthHeader .teal-header {
  color: #00a79d;
}

.zone-1 .fullWidthHeader .teal-header a {
  color: #00a79d;
}

.zone-1 .fullWidthHeader .black-title--footer-text {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.zone-1 .video, .embed-floated {
  float: left;
  border-top: 1px solid #e4e3dd;
  border-bottom: 1px solid #e4e3dd;
  margin: 15px 30px 15px -30px;
  padding: 0.5em 0 15px 0;
  width: 400px;
}

.zone-1 .video h3, .embed-floated h3 {
  font-size: 17px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .zone-1 .video, .embed-floated {
    float: none;
    margin: 30px 0;
    width: 100%;
  }
}

.zone-1 .video .video-embed {
  margin-bottom: 0;
}

.content-img {
  float: left;
  margin: 0 20px 15px 0;
}

@media (max-width: 767px) {
  .content-img {
    float: none;
    margin: 15px 0;
    text-align: center;
    width: auto;
  }
}

.heading-divider {
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.heading-divider,
.banded .heading-divider {
  border-color: #092e55;
}

.content-img--max-height {
  max-height: 250px;
}

.doc-end {
  clear: both;
  background: url(/layout-images/sprite_master.png) no-repeat;
  background-position: right bottom;
  width: 20px;
  height: 20px;
  margin: 30px 0;
}

.preview-module--has-image:hover .preview-module__headline {
  background-color: transparent;
}

.related-content__inline {
  float: left;
  margin: 30px 60px 30px -60px;
  width: 250px;
}

.related-content__inline > strong {
  border-bottom: 2px solid #998b7b;
  color: #998b7b;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1em;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}

.related-content__inline .related-item {
  background-color: transparent;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}

.related-content__inline .related-item a {
  color: #000;
  display: inline-block;
  padding-top: 0;
  position: relative;
  width: 100%;
}

.related-content__inline .related-item a.preview-module--has-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 140px;
}

.related-content__inline .related-item:last-child {
  margin-bottom: 0;
}

.related-content__inline .title {
  background: none;
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  line-height: 1.1em;
  padding: 0;
  position: inline-block;
}

.related-content__inline.related-events .has-video {
  background-color: white;
  background-image: url(/layout-images/sprite_show-page-icons.png);
  background-position: 6px -141px;
  background-repeat: no-repeat;
  background-size: 180% auto;
  display: inline-block;
  border-radius: 50%;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: .6rem;
  height: 45px;
  right: 0.5vw;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 45px;
}

.related-content__inline.related-events .has-video:hover {
  background-color: #00a79d;
  opacity: 1;
  filter: alpha(opacity=10);
}

.related-content__inline.related-events .metaD {
  margin-top: 7.5px;
}

.related-content__inline.related-events .metaD .metaD-item {
  color: #635a4f;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .related-content__inline {
    margin-left: -45px;
  }
}

@media (max-width: 767px) {
  .related-content__inline {
    background-color: #e4e3dd;
    display: block;
    float: none;
    margin: 60px -15px 90px -15px;
    padding: 15px;
    width: 100vw;
  }
  .related-content__inline.related-events .has-video {
    right: 1vw;
  }
  .related-content__inline ul {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .related-content__inline .related-item {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 46vw;
  }
  .related-content__inline .related-item a.preview-module--has-image {
    background-position: center top;
    background-size: auto 19vh;
    padding-top: 20vh;
  }
  .related-content__inline .related-item:nth-child(even) {
    float: right;
  }
}

@media (max-width: 640px) {
  .related-content__inline .related-item a.preview-module--has-image {
    background-size: auto 22vh;
    padding-top: 23vh;
  }
}

@media (max-width: 568px) {
  .related-content__inline {
    padding: 30px;
  }
  .related-content__inline ul {
    display: inline-block;
  }
  .related-content__inline .related-item {
    float: none;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .related-content__inline .related-item:last-child {
    margin-bottom: 0;
  }
  .related-content__inline .related-item a.preview-module--has-image {
    background-size: auto 26vh;
    padding-top: 27vh;
  }
}

.author-box {
  background: white;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  width: 330px;
  float: right;
  margin: 30px -60px 60px 60px;
  padding-left: 30px;
  font-size: 14px;
  font-size: 0.8rem;
}

.author-box .avatar {
  height: 70px;
  width: 70px;
}

.author-box img {
  max-width: auto;
  width: 100%;
}

.author-box img.component {
  width: 100%;
}

.author-box > em {
  display: table;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  line-height: normal;
  margin-top: 30px;
}

.author-box .metaD .description {
  display: inline-block;
  font-size: 1rem;
  line-height: normal;
  padding-top: 20px;
}

.author-box .button-alt {
  display: none;
  border: none;
  border-radius: 0;
  float: right;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: .9rem;
  margin-top: 15px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .author-box {
    margin-right: -45px;
  }
}

@media (max-width: 767px) {
  .author-box {
    background-color: #e4e3dd;
    border: 0;
    float: none;
    display: block;
    padding: 30px;
    margin: 60px -15px;
    width: auto;
  }
  .author-box .avatar {
    float: none;
    height: 90px;
    margin: 0 auto 15px;
    width: 90px;
  }
  .author-box h5 {
    text-align: center;
    width: auto;
  }
}

.author-box__heading {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.7rem;
  line-height: 1.1em;
  margin-bottom: 15px;
}

.author-box__heading > a {
  overflow-wrap: normal;
}

.author-box__meta.meta {
  font-size: 1rem;
  line-height: normal;
  text-transform: uppercase;
}

.author-box__description {
  color: #635a4f;
  font-size: 0.9rem;
  line-height: normal;
  padding-bottom: 15px;
}

.author-box__description em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.author-box__articles {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.3em;
}

.author-box__social-media {
  display: block;
}

.author-box__social-media a {
  background-image: url("/layout-images/sprite_zTitle-buttons.png");
  background-color: transparent;
  background-repeat: no-repeat;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  padding-left: 20px;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  text-transform: uppercase;
}

.author-box__social-media .twitter {
  background-position: 0px -196px;
}

.author-box__social-media .twitter:hover {
  background-position: -310px -196px;
}

.author-box__social-media .google {
  background-position: 0px -256px;
}

.author-box__social-media .google:hover {
  background-position: -310px -256px;
}

@media (max-width: 767px) {
  .author-box__social-media {
    text-align: center;
  }
  .author-box__social-media a {
    display: inline-block;
    width: auto;
  }
  .author-box__social-media a.twitter {
    background-position: -0px -198px;
  }
}

.first-letter > p:nth-child(1):first-letter {
  float: left;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  line-height: 1em;
  margin: 11px 0 -5px 0;
  padding: 0 .1em 0 0;
  height: .7em;
  *line-height: 1em;
  /* IE7 Only */
  font-size: 51px;
  font-size: 3rem;
  margin-top: -3px;
  margin-top: -0.2rem;
  margin-right: 9px;
  margin-right: 0.5rem;
}

.dropCap {
  float: left;
  font-family: "FrutigerLTW01-75Black", "Arial Black", sans-serif;
  font-size: 51px;
  font-size: 3rem;
  font-weight: normal;
  line-height: .8em;
  margin-bottom: 0;
  margin-right: .2em;
}

.text-box {
  line-height: 1.6;
  background-color: #e4e3dd;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9rem;
  margin: 30px 0;
  padding: 30px;
}

.text-box em, .text-box i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.text-box h3 {
  margin-left: 0;
}

.authors {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-bottom: 0.5em;
}

.headline {
  position: inline-block;
}

.section-headings {
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 1.4em;
  padding-bottom: 1em;
}

.comment-indicator {
  font-size: 14px;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: sans-serif;
  color: white;
  position: relative;
}

.comment-indicator:before {
  font-size: 26px;
  font-size: 1.5rem;
  color: #ccc7c2;
}

.comment-indicator span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.pub-carousel small {
  display: block;
}

.zone-2,
.zone-2 h4 {
  font-size: 15px;
  font-size: 0.9rem;
  font-family: arial, helvetica, sans-serif;
}

.zone-2 h4 {
  color: #998b7b;
  text-transform: uppercase;
}

.zone-2 .nav > li > a {
  padding: 10px;
}

.zone-2 > .content-footer {
  margin-top: 120px !important;
}

.app-links a,
.app-links__thumbnail {
  background: transparent url(/layout-images/sprite_z2BlogApps.png) 0px 0px no-repeat;
}

.app-links a {
  display: block;
  width: 89px;
  height: 31px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.app-links .h {
  font-size: 24px;
  font-size: 1.4rem;
  font-family: "FrutigerNeueLTW02-CnMd", Arial, sans-serif;
}

.app-links .h-alt {
  font-size: 17px;
  font-size: 1rem;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  text-shadow: none;
}

.app-links li.googleplay a {
  background-position: -0px -450px;
}

.app-links li.googleplay a:hover {
  background-position: -0px -481px;
}

.app-links li.itunes a {
  background-position: -0px -520px;
}

.app-links li.itunes a:hover {
  background-position: -0px -551px;
}

.app-links li.amazon {
  margin: 0 8%;
}

.app-links li.amazon a {
  background-position: -0px -590px;
  margin: 0 auto;
}

.app-links li.amazon a:hover {
  background-position: -0px -621px;
}

.app-links__thumbnail {
  width: 60px;
  height: 130px;
}

.global .app-links__thumbnail {
  background-position: 0 -604px;
}

.sada .app-links__thumbnail {
  background-position: 0 -753px;
}

.syriaincrisis .app-links__thumbnail {
  background-position: 0 0;
}

.eurasiaOutlook .app-links__thumbnail {
  background-position: 0 -149px;
}

.strategicEurope .app-links__thumbnail {
  background-position: 0 -301px;
}

.widget-heading {
  text-transform: uppercase;
  margin-bottom: 7.5px;
}

.blog-widget {
  background: #e4e3dd;
}

.blog-widget .link-list li {
  border-bottom-style: dotted;
  border-color: #ccc7c2;
}

.blog-widget .meta li {
  border-bottom: none;
}

.blog-widget .link-list > li > a {
  padding-top: 7px;
}

.blog-widget .link-list a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.blog-widget .smallest-text, .blog-widget .smallest-text p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.blog-widget .smallest-text em, .blog-widget .smallest-text p em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: none;
}

.blog-widget--dark,
.blog-widget--dark a {
  color: white;
}

.blog-widget--dark .link-list li {
  border-color: #e4e3dd;
}

.blog-widget--light,
.blog-widget--light a {
  color: #000;
}

.blog-widget--light .link-list li {
  border-color: #635a4f;
  color: #635a4f;
}

.blog-widget--light .component a {
  color: #bb3326;
}

.blog-widget__heading {
  margin: 0;
  background-color: #092e55;
  background-size: cover;
  background-position: center;
}

.blog-widget__heading a {
  display: block;
  height: 75px;
  background-size: auto 55%;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-widget--strategic-europe {
  background: #e4e3dd;
}

.blog-widget--strategic-europe .link-list li {
  border-color: #fff;
}

.blog-widget--strategic-europe .link-list a {
  color: #073f6d;
}

.blog-widget--strategic-europe .transparent-text, .blog-widget--strategic-europe.blog-widget--dark, .blog-widget--strategic-europe.blog-widget--dark a {
  color: #073f6d;
}

.blog-widget__heading--strategic-europe {
  background-image: url(/layout-images/blogs/strategic-europe/bg_zone_SE.png);
}

.blog-widget__heading--strategic-europe a {
  background-image: url(/layout-images/blogs/strategic-europe/Strategic-Europe-Logo.png);
  background-size: auto 38%;
  height: 85px;
}

.blog-widget--diwan {
  background: #e4e3dd;
}

.blog-widget--diwan h5, .blog-widget--diwan a {
  color: #000;
}

.blog-widget__heading--diwan {
  background-image: url(/layout-images/blogs/diwan/diwan-header-en.jpg);
}

.blog-widget__heading--diwan a {
  background-image: url(/layout-images/blogs/diwan/bnr_logo_en.png);
}

body.ar .blog-widget__heading--diwan a {
  background-image: url(/layout-images/blogs/diwan/bnr_logo_ar.png);
}

.blog-widget--sada {
  background: #666;
}

.blog-widget__heading--sada {
  background-image: url(/layout-images/blogs/sada/sada-header.jpg);
}

.blog-widget__heading--sada a {
  background-image: url(/layout-images/blogs/sada/bg_logo.png);
}

.blog-widget--carnegie-ru {
  border-bottom: 5px solid;
}

.blog-widget--carnegie-ru .link-list a {
  color: black;
}

.blog-widget--carnegie-ru .meta li {
  color: #635a4f;
}

.blog-widget--carnegie-ru,
.blog-widget--carnegie-ru .divider {
  border-color: #092e55;
}

.blog-widget__heading--carnegie-ru a {
  height: 90px;
  background-size: auto 100%;
  background-image: url(/layout-images/blogs/carnegie-ru/bg_logo.png);
  background-position: 0 50%;
}

body.ru .blog-widget__heading--carnegie-ru a {
  background-image: url(/layout-images/blogs/carnegie-ru/bg_logo_ru.png);
}

.blog-widget--syria-in-crisis {
  background: #e4e3dd;
}

.blog-widget__heading--syria-in-crisis {
  background-color: #000;
}

.blog-widget__heading--syria-in-crisis a {
  background-image: url(/layout-images/blogs/syria-in-crisis/bg_logo.png);
  background-size: auto 50%;
}

.blog-widget__heading--syria-in-crisis.sp1511 a {
  background-image: url(/layout-images/bnr/bnr_RoadThroughParis_z2.png);
}

.blog-widget__heading--syria-in-crisis.sp1511 a:hover {
  background-position: center bottom;
}

.podcast-widget--china-in-the-world .link-list a {
  color: #3d71b7;
}

.podcast-widget__heading--china-in-the-world {
  background-image: url(/layout-images/podcasts/ChinaInTheWorld_310x100.jpg);
}

.blog-widget--china-financial-markets {
  background: #e4e3dd;
}

.blog-widget--china-financial-markets h5, .blog-widget--china-financial-markets a {
  color: #000;
}

.blog-widget--china-financial-markets .component a {
  color: #635a4f;
}

.show .podcast-widget--interpretingindia .podcast-widget__heading--interpretingindia {
  background-image: url(/layout-images/bnr/InterpretingIndia_WebBanner646x181.jpg);
  background-repeat: no-repeat;
}

.show .podcast-widget--interpretingindia .blog-widget__heading a {
  height: 105px;
}

.show .podcast-widget--interpretingindia .link-list a {
  color: #3d71b7;
}

@media (max-width: 800px) and (orientation: portrait) {
  .show .podcast-widget--interpretingindia .blog-widget__heading a {
    height: 75px;
  }
}

.publications-search-results .podcast-widget--interpretingindia .podcast-widget__heading--interpretingindia, .landing-events .podcast-widget--interpretingindia .podcast-widget__heading--interpretingindia {
  background-image: url(/layout-images/bnr/InterpretingIndia_WebBanner646x181.jpg);
  background-repeat: no-repeat;
}

.publications-search-results .podcast-widget--interpretingindia .blog-widget__heading a, .landing-events .podcast-widget--interpretingindia .blog-widget__heading a {
  height: 75px;
}

.publications-search-results .podcast-widget--interpretingindia .link-list a, .landing-events .podcast-widget--interpretingindia .link-list a {
  color: #3d71b7;
}

@media (max-width: 1024px) {
  .publications-search-results .podcast-widget--interpretingindia .blog-widget__heading a, .landing-events .podcast-widget--interpretingindia .blog-widget__heading a {
    height: 155px;
  }
}

@media (max-width: 767px) {
  .publications-search-results .podcast-widget--interpretingindia .blog-widget__heading a, .landing-events .podcast-widget--interpretingindia .blog-widget__heading a {
    height: 75px;
  }
}

.blog-widget__heading--china-financial-markets {
  background-image: url(/layout-images/blogs/china-financial-markets/cfm-header.jpg);
}

.blog-widget__heading--china-financial-markets a {
  background-image: url(/layout-images/blogs/china-financial-markets/cfm_BlogHeader_logo.png);
}

.zone-2__experts {
  max-height: 750px;
}

html.no-js .zone-2__experts {
  height: auto;
  max-height: none;
}

@media (max-width: 1024px) {
  .zone-2__experts {
    min-height: 400px;
    height: auto;
  }
  .zone-2__experts .inside-scroll {
    white-space: nowrap;
  }
  html.no-js .zone-2__experts .inside-scroll {
    overflow-x: scroll;
  }
  .zone-2__experts li {
    width: 250px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    border: none;
    padding: 0;
    margin: 0 15px 30px 0 !important;
  }
}

.containerPromo {
  display: block;
  margin: 0 0 30px;
}

.containerPromo a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  max-width: 310px;
  margin: 0 auto;
}

.containerPromo a:hover {
  background-position: bottom left;
}

.show-expert .containerPromo a {
  background-size: 100% auto;
  height: 51px;
}

.mint-feature-box {
  background-image: url(/layout-images/bg_z2-feature_mint-national-agenda2014.png);
  background-repeat: no-repeat;
  background-color: #b0bac8;
}

.mint-feature-box .ceip-carousel {
  padding-top: 170px;
}

.mint-feature-box .container-headline {
  height: 145px;
}

.zone-2__related-content .related-item {
  margin-bottom: 5px;
}

.carnegie-podcast-widget {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.carnegie-podcast-widget .carnegie-podcast .brand-tab {
  background-color: #092e55;
  background-image: url(/layout-images/logo-carnegie-podcast.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85% auto;
  display: inline-block;
  float: left;
  height: 70px;
  margin-top: -15px;
  width: 70px;
}

.carnegie-podcast-widget .carnegie-podcast p {
  font-size: .8rem;
}

.carnegie-podcast-widget .carnegie-podcast p em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.carnegie-podcast-widget .carnegie-podcast .section {
  margin: 0;
}

.carnegie-podcast-widget .carnegie-podcast .section > iframe {
  background-color: #fff;
  padding: 5px;
}

.carnegie-podcast-widget .carnegie-podcast .boilerplate {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: .7rem;
  line-height: normal;
  padding-top: 1em;
}

.carnegie-podcast__heading {
  margin-left: 88px;
  font-size: 22px;
  font-size: 1.3rem;
}

@media (max-width: 1024px) {
  .carnegie-podcast__heading {
    margin-left: 0;
    font-size: 26px;
    font-size: 1.5rem;
  }
}

.podcast-widget__heading--diplopod {
  background-color: #e4e3dd;
}

.podcast-widget__heading--diplopod a {
  height: 130px;
  background-size: auto 100%;
  background-image: url(/layout-images/podcasts/logo-WorldUnpacked_645x180.jpg);
  background-position: 0 top;
}

@media (max-width: 768px) {
  .podcast-widget__heading--diplopod a {
    background-size: 100% auto;
    height: 9vh;
  }
}

@media (max-width: 767px) {
  .podcast-widget__heading--diplopod a {
    height: 13vh;
  }
}

.ebook-widget__not-war.ebook-widget.app-links .h-alt {
  text-align: center;
}

.ebook-widget__not-war.ebook-widget.app-links a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: auto;
  width: auto;
}

.ebook-widget__not-war.ebook-widget .containerPromo a {
  background-image: url("https://images.carnegieendowment.org/images/article_images/NotWarNotPeacePakistan.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 200px;
  height: 200px;
  width: auto;
}

.ebook-widget__japan.ebook-widget.app-links .h-alt {
  text-align: center;
}

.ebook-widget__japan.ebook-widget.app-links a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: auto;
  width: auto;
}

.ebook-widget__japan.ebook-widget .containerPromo a {
  background-image: url("https://images.carnegieendowment.org/images/article_images/CEIP-Uncommon-Alliance_final-full-1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 200px;
  height: 200px;
  width: auto;
}

.component.tunisia-pm-sp .section {
  margin: 0;
}

.component.tunisia-pm-sp .boilerplate {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.7rem;
  line-height: normal;
  padding-top: 1em;
}

.embeddedForm {
  margin-bottom: 60px;
}

.embeddedForm.banded {
  background-color: #00a79d;
}

.embeddedForm .gutters {
  color: #fff;
}

.embeddedForm .gutters #confirmform {
  border-top: 3px solid #fff;
  margin-top: 30px;
  padding-top: 15px;
}

.embeddedForm .gutters #confirmform strong {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
}

.embeddedForm .gutters #confirmform p {
  padding-top: 0;
}

.embeddedForm h4 {
  color: #fff;
  padding-top: 15px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.embeddedForm p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  line-height: normal;
  padding-top: 15px;
}

.embeddedForm .mktoForm {
  margin-bottom: 15px;
}

.embeddedForm .mktoForm .mktoLabel {
  clear: both;
  color: #fff;
  display: block;
  float: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.embeddedForm .mktoForm .mktoFieldWrap, .embeddedForm .mktoForm .mktoFormRow {
  width: 150px;
}

.embeddedForm .mktoForm .mktoButtonWrap {
  display: block;
  float: right;
  left: 40px;
  margin-top: -52px;
  position: relative;
}

.embeddedForm .mktoForm input[type="email"] {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  font-variant: none;
  padding: 5px 10px;
}

.embeddedForm .mktoForm button::after, .embeddedForm .mktoForm [type="submit"]::after {
  display: none;
}

.embeddedForm .mktoForm button, .embeddedForm .mktoForm [type="submit"] {
  border-radius: 0;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  line-height: 1.4em;
  padding: 7.5px 15px;
  text-transform: uppercase;
}

.embeddedForm .mktoForm .mktoOffset, .embeddedForm .mktoForm .mktoGutter {
  display: none !important;
}

@media (max-width: 1024px) {
  .embeddedForm p {
    float: left;
    width: 60%;
  }
  .embeddedForm .mktoForm {
    float: right;
  }
}

@media (max-width: 768px) {
  .embeddedForm p {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .embeddedForm p {
    float: none;
    width: 90%;
  }
  .embeddedForm .mktoForm {
    float: none;
  }
}

.taxonomy-description .contentImg {
  display: none !important;
}

.zone-title {
  position: relative;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  z-index: 10;
}

.zone-title .button-list a {
  font-size: 14px;
  font-size: 0.8rem;
  text-align: left;
}

.zone-title .secondary .mega-menu {
  width: 250px;
}

.zone-title .secondary .mega-menu--full {
  width: 100%;
  max-width: 1030px;
}

@media (max-width: 1024px) {
  .zone-title > .section {
    margin: 15px auto;
  }
  .zone-title .related-topics {
    display: none;
  }
}

.zone-title--has-nav {
  position: relative;
  border-bottom: 4px solid #635a4f;
  overflow: visible;
  z-index: 10;
}

.zone-title--has-nav .headline,
.landing .zone-title--has-nav .headline {
  bottom: 60px;
}

@media (max-width: 767px) {
  .zone-title--has-nav .headline,
  .landing .zone-title--has-nav .headline {
    bottom: 0;
  }
}

.zone-title--bg {
  background-color: #f5f5f5;
  background-image: url("../layout-images/bg_zoneTitle2.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.bg-screen--dark,
.bg-screen--light {
  position: relative;
}

.bg-screen--dark > *,
.bg-screen--light > * {
  position: relative;
  z-index: 1;
}

.bg-screen--dark:before,
.bg-screen--light:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-screen--dark:before {
  background: rgba(0, 0, 0, 0.3);
}

.bg-screen--light:before {
  background: rgba(255, 255, 255, 0.5);
}

.container-headline {
  background: #092e55 center no-repeat;
  background-size: cover;
  height: 350px;
  color: white;
  position: relative;
}

@media (max-width: 1024px) {
  .container-headline {
    margin: -15px -15px 3px;
    background-position: center 30%;
  }
}

.container-headline--no-image {
  height: auto;
  margin: 0;
}

.container-headline--no-image,
.container-headline--no-image .headline {
  background: transparent;
}

.container-headline--no-image .headline {
  text-transform: none;
  position: relative;
  color: #635a4f;
  padding: 0;
  font-size: 48px;
  font-size: 2.8rem;
}

.headline {
  line-height: 1;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 15px;
  margin-bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .headline {
    font-size: 34px;
    font-size: 2rem;
  }
}

.headline-alt {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.container-title__tag {
  border: 0;
  font-size: 15px;
  font-size: 0.9rem;
}

.container-title__tag .ceip-icon {
  margin-left: 7.5px;
}

@media (max-width: 767px) {
  .container-title {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .container-summary {
    float: left;
    width: 55%;
    border: 0 !important;
  }
}

@media (max-width: 640px) {
  .container-summary {
    width: auto;
    float: none;
  }
}

.zone-title__summary {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-size: 1.2rem;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .zone-title__summary {
    float: left;
    width: 60%;
    padding-right: 30px;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .zone-title__summary {
    float: none;
    width: auto;
  }
}

.meta {
  font-size: 14px;
  font-size: 0.8rem;
  color: #635a4f;
}

.meta a {
  color: #092e55;
}

.zone-title .meta em, .zone-title .meta i {
  font-weight: normal;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.meta-heading {
  font-size: 17px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.meta-heading-2, .meta-heading-3 {
  margin-bottom: 5px;
}

.meta-heading-2 {
  font-size: inherit;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  color: #092e55;
}

.meta-heading-3 {
  font-size: 15px;
  font-size: 0.9rem;
  font-family: "FrutigerNeueLTW02-CnBoo 775064", "Arial Narrow", Arial, sans-serif;
  color: #635a4f;
}

.pub-meta i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

@media (max-width: 1024px) {
  .pub-meta {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .page-utility {
    clear: none;
    float: right;
  }
  .page-utility .col {
    width: 100%;
  }
  .page-utility .button-list {
    float: left;
  }
  .page-utility .comment-jump {
    margin-left: 15px;
    margin-top: 0;
    float: right;
  }
}

@media (max-width: 767px) {
  .page-utility {
    width: auto;
    float: none;
    text-align: right;
  }
  .page-utility .comment-jump {
    float: none;
    overflow: hidden;
  }
  .page-utility .button-list {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .page-utility .button-list li {
    display: inline-block;
    margin-left: 5px;
  }
}

.show .related-media {
  border-left: 2px dotted #fff;
  padding-left: 20px;
}

.persistant-tools {
  float: right;
  width: auto;
}

.persistant-tools a {
  background-color: #fff;
  background-image: url(/layout-images/sprite_show-page-icons.png);
  background-repeat: no-repeat;
  background-size: 180% auto;
  border-radius: 50%;
  display: block;
  height: 45px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-align: center;
  width: 45px;
}

.persistant-tools a:hover {
  background-color: #00a79d;
  opacity: 1;
  filter: alpha(opacity=10);
}

.persistant-tools .tool-print a {
  background-position: 7px -43px;
}

.persistant-tools .tool-comments {
  margin-top: 10px;
}

.persistant-tools .tool-comments a {
  background-position: 7px 8px;
}

.persistant-tools .tool-comments a span {
  color: #fff;
  display: block;
  font-family: "FrutigerNeueLTW02-CnBlk 775104", "Arial Black", Gadget, sans-serif;
  font-size: 0.7rem;
  line-height: 3.7em;
}

.related-docs {
  padding-right: 15px;
}

.related-docs .button-list li {
  margin: 2px 0;
}

.related-docs .button-list a {
  border-radius: 4px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.7rem;
  line-height: 1.1em;
}

.related-docs .button-list a:hover {
  background-color: #00a79d;
}

.comment-jump {
  font-family: arial;
  display: block;
  background: white;
  padding: 7px 7px 5px;
  max-width: 120px;
}

.comment-jump:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .comment-jump {
    padding: 0;
    display: inline-block;
  }
  .comment-jump .comment-jump__inner {
    width: auto;
    height: auto;
    padding: 5px 5px 5px 36px;
  }
  .comment-jump .comment-jump__inner, .comment-jump .comment-jump__inner:hover {
    background-position: -444px -287px;
  }
  .comment-jump .comment-jump__number {
    line-height: 1;
    width: auto;
    font-size: 20px;
  }
}

.comment-jump__inner {
  background: url("/layout-images/sprite_master.png") 0 0 no-repeat;
  background-position: -400px -150px;
  display: block;
  height: 55px;
  margin: 0 auto;
  position: relative;
  width: 100px;
  line-height: 1;
  font-size: 11px;
  text-align: left;
}

.comment-jump__inner:hover {
  background-position: -501px -150px;
}

.comment-jump__number {
  display: inline-block;
  text-align: center;
  color: #a28556;
  font-size: 26px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-left: 2%;
  width: 75px;
}

.comment-jump__message {
  text-transform: uppercase;
  padding: 10px 30px 10px 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .comment-jump__message {
    padding: 0;
  }
}

.zone-title__related-list {
  max-height: 180px;
}

.landing .container-headline {
  height: 370px;
}

.landing .related-media,
.landing .headline {
  position: absolute;
}

.landing .headline {
  bottom: 30px;
  color: #635a4f;
  width: calc(100% - 180px);
}

.landing .related-media {
  top: 15px;
  right: 15px;
  max-width: 150px;
  z-index: 2;
}

.landing .bordered-box--header {
  color: #998b7b;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.landing .bordered-box--header a, .landing .bordered-box--header .no-link {
  border: 2px solid #998b7b;
  padding: 7.5px 15px;
}

.landing .bordered-box--header a:hover {
  text-decoration: none;
}

.landing .container-connector {
  display: inline-block;
  position: relative;
  width: 100%;
  bottom: -38px;
}

.landing .container-connector .connector {
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 70px;
}

.landing .container-connector .connector.ceip-icon {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .landing .container-headline {
    height: auto;
    clear: both;
  }
  .landing .headline {
    width: 100%;
    position: relative;
    bottom: 0;
    margin: 30px 0;
  }
  .landing .related-media {
    float: right;
    top: 0;
    right: 0;
    margin: 15px 0 30px;
    position: relative;
    margin-bottom: 30px;
  }
}

.landing__zone-title--short .container-headline {
  height: auto;
}

.landing__zone-title--short.taller .container-headline {
  height: 170px;
}

.landing__zone-title--short .headline {
  bottom: 0 !important;
  margin: 30px 0;
  position: relative;
  float: left;
  padding-right: 165px;
}

@media (max-width: 767px) {
  .landing__zone-title--short .headline {
    float: none;
    padding-right: 0;
  }
}

.zone-spotlight {
  background-size: cover;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.2);
}

.container-feature,
.container-feature__image a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container-feature {
  position: relative;
  background-color: #092e55;
  overflow: hidden;
}

.container-feature__image a {
  display: block;
}

@media (max-width: 767px) {
  .container-feature__image {
    width: auto;
    max-width: 200px;
    margin: 30px auto;
  }
}

.container-feature__content {
  background: black;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
}

.container-feature__content,
.container-feature__content a {
  color: white;
}

.container-feature__content p:last-child {
  margin-bottom: 0;
}

.media.washington .landing .nav-tabs a {
  font-size: 0.9rem;
}

.show .zone-title > .section {
  background-attachment: fixed;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  margin-top: 0;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .show .zone-title > .section {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .show .zone-title > .section {
    height: 550px;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  .show .zone-title > .section {
    background-attachment: inherit;
  }
}

.show .zone-title .container-title {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 30px 0 15px 0;
  position: absolute;
  width: 100%;
}

.show .zone-title .container-headline {
  background-color: transparent;
  background-image: none;
  height: auto;
  padding: 0;
  width: 100%;
}

.show .zone-title .container-headline > h1 {
  font-size: 4.5rem;
}

.show .zone-title .container-headline .context-project {
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  text-align: right;
  text-transform: uppercase;
}

.show .zone-title .container-headline .headline {
  background: none;
  margin-bottom: 30px;
  padding: 0;
  position: static;
  width: auto;
}

.show .zone-title .container-headline .subhead {
  color: #fff;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: 45px;
}

.show .zone-title .container-headline .post-author, .show .zone-title .container-headline .post-date {
  color: #fff;
  line-height: 1.1em;
  text-transform: uppercase;
}

.show .zone-title .container-headline .post-author {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
}

.show .zone-title .container-headline .post-author > a {
  color: #fff;
}

.show .zone-title .container-headline .post-date {
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  text-align: right;
}

.show .zone-title .container-headline .post-date li em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

@media (max-width: 1024px) {
  .show .zone-title .container-headline {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .show .zone-title .container-headline {
    padding-left: 15px;
    padding-right: 15px;
  }
  .show .zone-title .container-headline .headline {
    font-size: 2.5rem;
    margin-top: 10px;
  }
  .show .zone-title .container-headline .post-date {
    font-size: 0.9rem;
    margin-top: 15px;
    text-align: left;
  }
}

.show .zone-title .photo-caption {
  color: #fff;
  float: right;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.6rem;
  margin: 0;
  padding-right: 30px;
}

@media (max-width: 1024px) {
  .show .zone-title .photo-caption {
    padding: 7.5px;
  }
}

.show .zone-title .page-utility {
  padding: 30px 0;
}

@media (max-width: 1024px) {
  .show .zone-title .page-utility .col {
    width: 100%;
  }
  .show .zone-title .page-utility .button-list {
    float: right;
  }
}

@media (max-width: 767px) {
  .show .zone-title .page-utility {
    text-align: left;
    padding: 15px 0 0;
  }
  .show .zone-title .page-utility .button-list {
    margin-top: -10px;
  }
  .show .zone-title .page-utility .button-list > li > a {
    padding: 8px;
  }
}

.show .zone-title .container-summary {
  font-size: 1.5rem;
  line-height: normal;
}

.show .zone-title .container-summary .zone-title__summary {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
  padding-right: 30px;
}

@media (max-width: 1024px) {
  .show .zone-title .container-summary.foreground {
    padding: 0 30px;
  }
  .show .zone-title .container-summary .zone-title__summary {
    padding-right: 0;
    width: 100%;
  }
  .show .zone-title .container-summary .related-media {
    border-left: 0;
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
  .show .zone-title .container-summary .related-media .related-docs {
    padding-top: 0.4em;
    padding-right: 0;
    text-align: right;
    width: 83%;
  }
  .show .zone-title .container-summary .related-media .related-docs .button-list {
    float: right;
    width: auto;
  }
  .show .zone-title .container-summary .related-media .related-docs li {
    float: left;
    margin: 0 0 0 10px;
  }
  .show .zone-title .container-summary .related-media .related-docs li a {
    margin-bottom: 0;
    padding: 5px 15px;
    width: auto;
  }
  .show .zone-title .container-summary .related-media .persistant-tools {
    float: right;
    width: 100px;
  }
  .show .zone-title .container-summary .related-media .persistant-tools .clean-list {
    width: 110px;
  }
  .show .zone-title .container-summary .related-media .persistant-tools li {
    float: left;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .show .zone-title .container-summary {
    width: auto;
  }
  .show .zone-title .container-summary.foreground {
    padding: 0 15px;
  }
  .show .zone-title .container-summary .zone-title__summary {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .show .zone-title .container-summary .related-media {
    padding-top: 0;
    width: 100%;
  }
  .show .zone-title .container-summary .related-media .related-docs {
    display: inline-block;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
  }
  .show .zone-title .container-summary .related-media .related-docs .button-list {
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .show .zone-title .container-summary .related-media .related-docs li {
    float: none;
  }
  .show .zone-title .container-summary .related-media .related-docs li:first-child {
    margin-left: 0;
  }
  .show .zone-title .container-summary .related-media .persistant-tools {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
  .show .zone-title .container-summary .related-media .persistant-tools .clean-list {
    margin: 0 auto;
    width: 100px;
  }
  .show .zone-title .container-summary .related-media .persistant-tools .tool-print {
    margin-left: 0;
  }
}

.show .zone-title .comment-jump {
  float: right;
}

@media (max-width: 1024px) {
  .show .zone-title .button-list a {
    margin-bottom: 5px;
    padding-top: 8px;
    text-align: center;
    width: 115px;
  }
}

.show .zone-title .zone-title__no-image.section {
  background-image: url(/layout-images/bg_zoneTitle2.png);
  background-size: 100% auto;
  background-color: #f5f5f5;
  height: 500px;
}

.show .content-footer, .show-research .content-footer {
  margin-top: 120px;
}

.show .content-footer .doc-related, .show-research .content-footer .doc-related {
  display: inline-block;
  margin: 0 0 60px 0;
  width: 970px;
}

.show .content-footer .doc-related h3, .show-research .content-footer .doc-related h3 {
  border-bottom: 2px solid #998b7b;
  color: #998b7b;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1em;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}

.show .content-footer .doc-related .doc-related__item, .show-research .content-footer .doc-related .doc-related__item {
  background-color: transparent;
  float: left;
  margin-right: 30px;
  width: 220px;
}

.show .content-footer .doc-related .doc-related__item:last-child, .show-research .content-footer .doc-related .doc-related__item:last-child {
  margin-right: 0;
}

.show .content-footer .doc-related .doc-related__item a, .show-research .content-footer .doc-related .doc-related__item a {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 220px auto;
  color: #000;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  padding-top: 125px;
  width: 100%;
}

.show .content-footer .doc-related .doc-related__item a .title, .show-research .content-footer .doc-related .doc-related__item a .title {
  line-height: 1.1em;
  margin-bottom: 7.5px;
}

.show .content-footer .doc-related .doc-related__item a .title:hover, .show-research .content-footer .doc-related .doc-related__item a .title:hover {
  text-decoration: underline;
}

.show .content-footer .doc-related .doc-related__item a .small-text, .show-research .content-footer .doc-related .doc-related__item a .small-text {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: .7rem;
  line-height: 1.1em;
  text-transform: uppercase;
}

.show .content-footer .doc-related .doc-related__item a .small-text em, .show-research .content-footer .doc-related .doc-related__item a .small-text em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: none;
}

.show .content-footer .global-content.footer-columns, .show-research .content-footer .global-content.footer-columns {
  clear: both;
  display: inline-block;
  margin: 60px 0 0 0;
}

.show .content-footer h3.black-text, .show-research .content-footer h3.black-text {
  border-bottom: 2px solid #998b7b;
  color: #998b7b;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1em;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}

.show .content-footer .footer-column, .show-research .content-footer .footer-column {
  float: left;
  width: 47%;
}

.show .content-footer .footer-column:first-child, .show-research .content-footer .footer-column:first-child {
  margin-right: 3%;
}

.show .content-footer .footer-column:last-child, .show-research .content-footer .footer-column:last-child {
  margin-left: 3%;
}

.show .content-footer ul.mostPopular, .show-research .content-footer ul.mostPopular {
  margin: 0;
  padding: 0;
  list-style: none;
}

.show .content-footer ul.mostPopular li, .show-research .content-footer ul.mostPopular li {
  display: block;
  margin-right: .5em;
  width: 100%;
}

.show .content-footer ul.mostPopular li a, .show-research .content-footer ul.mostPopular li a {
  background-size: 0px 0px;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
}

.show .content-footer ul.mostPopular li a:hover, .show-research .content-footer ul.mostPopular li a:hover {
  text-decoration: none;
}

.show .content-footer ul.mostPopular li .rank, .show-research .content-footer ul.mostPopular li .rank {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: table;
  float: left;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  height: 30px;
  line-height: 1.6em;
  margin: 5px 10px 10px 0;
  text-align: center;
  width: 30px;
}

.show .content-footer ul.mostPopular li strong, .show-research .content-footer ul.mostPopular li strong {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

.show .content-footer ul.mostPopular li .author, .show-research .content-footer ul.mostPopular li .author {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.7em;
  padding-top: .5em;
  text-transform: uppercase;
}

.show .content-footer ul.mostPopular li a:hover span.author, .show-research .content-footer ul.mostPopular li a:hover span.author {
  text-decoration: none;
}

.show .content-footer ul.mostPopular li a:hover strong, .show-research .content-footer ul.mostPopular li a:hover strong {
  text-decoration: underline;
}

.show .content-footer ul.mostPopular li:first-child a, .show-research .content-footer ul.mostPopular li:first-child a {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 250px;
  margin-bottom: 30px;
  padding-top: 260px;
  position: relative;
}

.show .content-footer ul.mostPopular li:first-child .rank, .show-research .content-footer ul.mostPopular li:first-child .rank {
  background-color: #fff;
  color: #000;
  float: none;
  left: 5px;
  position: absolute;
  top: 0;
}

.show .content-footer ul.mostPopular li:first-child strong, .show-research .content-footer ul.mostPopular li:first-child strong {
  font-size: 1.2rem;
  line-height: 1.2em;
}

.show .content-footer ul.mostPopular li:first-child .author, .show-research .content-footer ul.mostPopular li:first-child .author {
  font-size: 0.9rem;
}

.show .content-footer .most-popular-show .more, .show-research .content-footer .most-popular-show .more {
  display: none;
}

.show .content-footer .global-content.footer-columns, .show-research .content-footer .global-content.footer-columns {
  margin-top: 0;
}

.show .content-footer .ad-space, .show-research .content-footer .ad-space {
  padding-top: 30px;
}

@media (max-width: 1024px) {
  .show .content-footer .doc-related, .show-research .content-footer .doc-related {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: 0;
    margin-right: 0;
    width: 92.5vw;
  }
  .show .content-footer .doc-related .doc-related__item, .show-research .content-footer .doc-related .doc-related__item {
    margin-right: 2.8vw;
    width: 21vw;
  }
  .show .content-footer .doc-related .doc-related__item a, .show-research .content-footer .doc-related .doc-related__item a {
    background-size: auto 16vh;
    padding-top: 17vh;
  }
  .show .content-footer ul.mostPopular li:first-child a, .show-research .content-footer ul.mostPopular li:first-child a {
    background-size: auto 33vh;
    padding-top: 34vh;
  }
}

@media (max-width: 768px) {
  .show .content-footer ul.mostPopular li:first-child a, .show-research .content-footer ul.mostPopular li:first-child a {
    background-size: auto 18vh;
    padding-top: 19vh;
  }
}

@media (max-width: 767px) {
  .show .content-footer .doc-related, .show-research .content-footer .doc-related {
    background-color: transparent;
    padding: 0;
    width: 100%;
  }
  .show .content-footer .doc-related .doc-related__item, .show-research .content-footer .doc-related .doc-related__item {
    min-height: auto;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .show .content-footer .doc-related .doc-related__item:nth-child(odd), .show-research .content-footer .doc-related .doc-related__item:nth-child(odd) {
    margin-right: 0;
  }
  .show .content-footer .doc-related .doc-related__item:nth-child(even), .show-research .content-footer .doc-related .doc-related__item:nth-child(even) {
    margin-left: 0;
  }
  .show .content-footer .doc-related .doc-related__item a, .show-research .content-footer .doc-related .doc-related__item a {
    background-size: auto 28vh;
    padding-top: 29vh;
  }
  .show .content-footer .footer-column, .show-research .content-footer .footer-column {
    float: none;
    width: 100%;
  }
  .show .content-footer .footer-column:first-child, .show-research .content-footer .footer-column:first-child {
    margin-right: 0;
  }
  .show .content-footer .footer-column:last-child, .show-research .content-footer .footer-column:last-child {
    margin-left: 0;
    margin-top: 60px;
  }
  .show .content-footer .footer-column.column-right h3, .show-research .content-footer .footer-column.column-right h3 {
    display: none;
  }
  .show .content-footer ul.mostPopular li:first-child a, .show-research .content-footer ul.mostPopular li:first-child a {
    background-size: auto 26vh;
    padding-top: 27vh;
  }
}

.show .content-footer .podcast-widget__heading--china-in-the-world, .show-research .content-footer .podcast-widget__heading--china-in-the-world {
  background-image: url(/layout-images/podcasts/ChinaInTheWorld_645x181.jpg);
}

.show .content-footer .podcast-widget__heading--china-in-the-world a, .show-research .content-footer .podcast-widget__heading--china-in-the-world a {
  height: 125px;
}

@media (max-width: 767px) {
  .show .content-footer .podcast-widget__heading--china-in-the-world a, .show-research .content-footer .podcast-widget__heading--china-in-the-world a {
    height: 85px;
  }
}

.article-body .project-promo, .article-body .feature-promo {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  float: left;
  height: 200px;
  margin: 0.6em 60px 30px -60px;
  width: 200px;
}

.article-body .project-promo a, .article-body .feature-promo a {
  display: inline-block;
  height: 200px;
  position: relative;
  width: 100%;
}

.article-body .project-promo a span, .article-body .feature-promo a span {
  background-color: #000;
  border-top: 3px solid #fff;
  color: #fff;
  bottom: 0;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  line-height: 1.1em;
  padding: 6px 0;
  text-align: center;
  position: absolute;
  width: 100%;
}

.article-body .project-promo a:hover span, .article-body .feature-promo a:hover span {
  background-color: #00a79d;
  text-decoration: none;
}

.article-body .project-promo.no-label:hover, .article-body .feature-promo.no-label:hover {
  opacity: .7;
}

.article-body .project-promo.no-label span, .article-body .feature-promo.no-label span {
  display: none;
}

@media (max-width: 1024px) {
  .article-body .project-promo, .article-body .feature-promo {
    margin-left: -45px;
  }
}

@media (max-width: 767px) {
  .article-body .project-promo, .article-body .feature-promo {
    background-size: 100% auto;
    height: 125px;
    margin: 0 0 30px 0;
    width: 100%;
  }
  .article-body .project-promo a, .article-body .feature-promo a {
    height: 140px;
  }
}

.article-body .project-promo.bay-of-bengal, .article-body .feature-promo.bay-of-bengal {
  background-image: url(/layout-images/bnr/proj-promo-bay-of-bengal-initiative.jpg);
}

.article-body .project-promo.belt-and-road-initiative, .article-body .feature-promo.belt-and-road-initiative {
  background-image: url(/layout-images/bnr/proj-promo-belt-and-road-initiative.jpg);
}

.article-body .project-promo.changing-geopolitics-eurasia, .article-body .feature-promo.changing-geopolitics-eurasia {
  background-image: url(/layout-images/bnr/proj-promo-geopolitics-eurasia.jpg);
}

.article-body .project-promo.china-venezuela-relations, .article-body .feature-promo.china-venezuela-relations {
  background-image: url(/layout-images/bnr/proj-promo-china-venezuela-relations.jpg);
}

.article-body .project-promo.civic-research-network, .article-body .feature-promo.civic-research-network {
  background-image: url(/layout-images/bnr/proj-promo-civic-research-network.jpg);
}

.article-body .project-promo.conflict-refugees, .article-body .feature-promo.conflict-refugees {
  background-image: url(/layout-images/bnr/proj-promo-conflict-refugees.jpg);
}

.article-body .project-promo.eurasia-in-transition, .article-body .feature-promo.eurasia-in-transition {
  background-image: url(/layout-images/bnr/proj-promo-eurasia-in-transition.jpg);
}

.article-body .project-promo.europe-initiative, .article-body .feature-promo.europe-initiative {
  background-image: url(/layout-images/bnr/proj-promo-europe-initiative.jpg);
}

.article-body .project-promo.india-elects-2019, .article-body .feature-promo.india-elects-2019 {
  background-image: url(/layout-images/bnr/proj-promo-india-decides-2019.jpg);
}

.article-body .project-promo.inside-korea, .article-body .feature-promo.inside-korea {
  background-image: url(/layout-images/bnr/proj-promo-inside-korea.jpg);
}

.article-body .project-promo.managing-us-russia-standoff, .article-body .feature-promo.managing-us-russia-standoff {
  background-image: url(/layout-images/bnr/proj-promo-managing-us-russia-standoff.jpg);
}

.article-body .project-promo.nuclear-entanglement, .article-body .feature-promo.nuclear-entanglement {
  background-image: url(/layout-images/programs/npp/npp-entanglement-background-1980.png);
}

.article-body .project-promo.political-islam, .article-body .feature-promo.political-islam {
  background-image: url(/layout-images/bnr/proj-promo-political-islam.jpg);
}

.article-body .project-promo.protecting-financial-stability-against-cyber-threats, .article-body .feature-promo.protecting-financial-stability-against-cyber-threats {
  background-image: url(/layout-images/bnr/proj-promo-protecting-financial-stability-against-cyber-threats.jpg);
}

.article-body .project-promo.reforming-ukraine, .article-body .feature-promo.reforming-ukraine {
  background-image: url(/layout-images/bnr/proj-promo-reforming-ukraine.jpg);
}

.article-body .project-promo.reshaping-european-democracy, .article-body .feature-promo.reshaping-european-democracy {
  background-image: url(/layout-images/bnr/proj-promo-reshaping-european-democracy.jpg);
}

.article-body .project-promo.return-global-russia, .article-body .feature-promo.return-global-russia {
  background-image: url(/layout-images/bnr/proj-promo-return-global-russia.jpg);
}

.article-body .project-promo.rising-democracies-network, .article-body .feature-promo.rising-democracies-network {
  background-image: url(/layout-images/bnr/proj-promo-rising-democracies-network.jpg);
}

.article-body .project-promo.sources-sectarianism-middle-east, .article-body .feature-promo.sources-sectarianism-middle-east {
  background-image: url(/layout-images/bnr/proj-promo-sources-sectarianism-middle-east.jpg);
}

.article-body .project-promo.tunisia-monitor, .article-body .feature-promo.tunisia-monitor {
  background-image: url(/layout-images/bnr/proj-promo-tunisia-monitor.jpg);
}

.article-body .project-promo.united-states-japan-asia, .article-body .feature-promo.united-states-japan-asia {
  background-image: url(/layout-images/bnr/proj-promo-united-states-japan-asia.jpg);
}

.article-body .project-promo.arab-world-horizons, .article-body .feature-promo.arab-world-horizons {
  background-image: url(/layout-images/bnr/proj-promo-arab-horizons.jpg);
}

.article-body .project-promo.arab-world-horizons.ar, .article-body .feature-promo.arab-world-horizons.ar {
  background-image: url(/layout-images/bnr/proj-promo-arab-horizons_ar.jpg);
}

.article-body .project-promo.window-into-china, .article-body .feature-promo.window-into-china {
  background-image: url(/layout-images/bnr/proj-promo-window-into-china.jpg);
}

.article-body .project-promo.cmras, .article-body .feature-promo.cmras {
  background-image: url(/layout-images/bnr/proj-promo-cmras.jpg);
}

.article-body .project-promo.political-economy, .article-body .feature-promo.political-economy {
  background-image: url(/layout-images/bnr/proj-promo-political-economy.jpg);
}

.article-body .project-promo.security-studies, .article-body .feature-promo.security-studies {
  background-image: url(/layout-images/bnr/proj-promo-security-studies.jpg);
}

.article-body .project-promo.security-studies-seminar-series, .article-body .feature-promo.security-studies-seminar-series {
  background-image: url(/layout-images/bnr/bnr_CISecurityStudiesSeries-1980.jpg);
  background-position: center right;
}

.article-body .project-promo.rra, .article-body .feature-promo.rra {
  background-image: url(/layout-images/bnr/hdr_RRAProject.jpg);
}

.article-body .project-promo.india-world, .article-body .feature-promo.india-world {
  background-image: url(/layout-images/bnr/bnr_IndiaInTheWorld-1980.jpg);
}

.article-body .project-promo.technology-and-society, .article-body .feature-promo.technology-and-society {
  background-image: url(/layout-images/bnr/proj-promo-technology-and-society.jpg);
}

.article-body .project-promo.x-border, .article-body .feature-promo.x-border {
  background-image: url(/layout-images/bnr/promo-Xborder_en.jpg);
}

.article-body .project-promo.arab-spring-20, .article-body .feature-promo.arab-spring-20 {
  background-image: url(/layout-images/bnr/promo_ArabSpring2.jpg);
}

.article-body .project-promo.coronavirus, .article-body .feature-promo.coronavirus {
  background-image: url(/layout-images/special-projects/img/coronavirus/hdr_coronavirus.jpg);
}

.article-body .project-promo.coronavirus.ar, .article-body .feature-promo.coronavirus.ar {
  background-image: url(/layout-images/special-projects/img/coronavirus/hdr_coronavirus_ar.jpg);
}

.article-body .project-promo.coronavirus.india, .article-body .feature-promo.coronavirus.india {
  background-image: url(/layout-images/special-projects/img/coronavirus/hdr_coronavirus_india.jpg);
}

.article-body .project-promo.paxSinica, .article-body .feature-promo.paxSinica {
  background-image: url(/layout-images/bnr/promo-paxSinica_en.jpg);
}

.article-body .project-promo.decoding-lebanon, .article-body .feature-promo.decoding-lebanon {
  background-image: url(/layout-images/bnr/bnr_DecodingLebanon-1980.jpg);
}

.article-body .project-promo.pcio, .article-body .feature-promo.pcio {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/bnr_InfluenceOps_SiteHeader-parallax.jpg);
}

.article-body .project-promo.fincyber, .article-body .feature-promo.fincyber {
  background-image: url(/layout-images/campaign-assets/banner-fincyber.jpg);
}

.article-body .project-promo.european-democracy-hub, .article-body .feature-promo.european-democracy-hub {
  background-image: url(/layout-images/special-projects/img/europeandemocracyhub/hdr_EuropeanDemocracyHub_1980x490-2.jpg);
}

.article-body .project-promo.european-democracy-hub div, .article-body .feature-promo.european-democracy-hub div {
  background-image: url(/layout-images/special-projects/img/europeandemocracyhub/EDH-Logo-bg-colour.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: inherit;
}

.article-body .project-promo.return-global-russia.feature, .article-body .feature-promo.return-global-russia.feature {
  background-image: url(/layout-images/bnr/feature-promo-return-global-russia.jpg);
}

.show-research #related-panel h4 {
  padding: 0;
  text-transform: none;
}

.show-research .zone-title > .section {
  margin-bottom: 0px;
  margin-top: 45px;
}

.show-research .zone-title > .section > .cols {
  background-color: #fff;
  padding: 30px 60px;
}

@media (max-width: 767px) {
  .show-research .zone-title > .section > .cols {
    padding: 0 15px;
  }
}

.show-research .zone-title .meta-heading > a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.show-research .purchase-links a {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
}

@media (max-width: 767px) {
  .show-research .purchase-links a {
    font-size: 0.8rem;
    width: 97px;
  }
}

.show-research .article-body h3 {
  margin-left: 0;
}

.show.photo-essay .zone-title {
  height: 800px;
}

.show.photo-essay .zone-title > .section {
  height: 800px;
}

@media (max-width: 1024px) {
  .show.photo-essay .zone-title {
    height: 600px;
  }
  .show.photo-essay .zone-title > .section {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .show.photo-essay .zone-title > .section {
    background-position: -38vw center;
  }
}

@media (max-width: 767px) {
  .show.photo-essay .zone-title > .section {
    background-position: -55vw 1vh;
  }
}

.show.photo-essay .container-title {
  background: none;
  bottom: 10%;
  padding-right: 15px;
  right: 10%;
  text-align: right;
  width: 60%;
}

@media (max-width: 1024px) {
  .show.photo-essay .container-title {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .show.photo-essay .container-title .container-headline .headline {
    font-size: 2rem;
  }
}

.show.photo-essay .photo-caption {
  float: none;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.show.photo-essay .container-headline .post-author {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  text-transform: none;
}

.show.photo-essay .container-summary {
  background-color: #a28556;
  color: #fff;
  padding: 60px 0;
}

.show.photo-essay .container-summary .zone-title__summary {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .show.photo-essay .container-summary .zone-title__summary {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .show.photo-essay .container-summary .zone-title__summary {
    text-align: left;
  }
}

.show.photo-essay .container-summary .translation-link {
  color: #fff;
}

.show.photo-essay .zone-main {
  margin-top: 60px;
}

.show.photo-essay .zone-main .gutter-top {
  margin-top: 75px;
}

.show.photo-essay .zone-main .gutter-bottom {
  margin-bottom: 75px;
}

.show.photo-essay .caption {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.2em;
}

.show.photo-essay .sticky-images {
  margin-bottom: 5vh;
}

@media (max-width: 1024px) {
  .show.photo-essay .sticky-images {
    margin-bottom: 0;
  }
}

.show.photo-essay .sticky-images .image {
  height: 100vh;
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow-y: hidden;
}

@media (max-width: 1024px) {
  .show.photo-essay .sticky-images .image {
    position: relative;
    height: auto;
  }
}

.show.photo-essay .zone-1 blockquote {
  border: 0;
  color: #00a79d;
  float: right;
  font-size: 1em;
  line-height: 1.7em;
  margin: 0 15px 0 90px;
  width: 40%;
}

@media (max-width: 1024px) {
  .show.photo-essay .zone-1 blockquote {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .show.photo-essay .zone-1 blockquote {
    background: none;
    float: none;
    margin: 15px 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .show.photo-essay .zone-1 blockquote {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.show.photo-essay .videoEmbed {
  border: none;
  padding-bottom: 50.25%;
}

.show.photo-essay .article-body h3 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2.7rem;
  line-height: 1.3em;
  margin-left: 0;
  text-transform: none;
  width: 70%;
}

.show.photo-essay .article-body h4 {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 2.4rem;
  text-transform: none;
  width: 80%;
}

@media (max-width: 767px) {
  .show.photo-essay .article-body h3, .show.photo-essay .article-body h4 {
    width: 100%;
  }
  .show.photo-essay .article-body h3 {
    font-size: 2.2rem;
  }
  .show.photo-essay .article-body h4 {
    font-size: 1.9rem;
  }
}

@media (min-width: 1600px) {
  .show.photo-essay .full-width-image {
    text-align: center;
  }
  .show.photo-essay .videoEmbed {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .show.photo-essay .cols {
    margin-left: 0;
    margin-right: 0;
  }
  .show.photo-essay .container-title {
    right: 0;
  }
  .show.photo-essay .zone-1 blockquote {
    margin-right: 30px;
  }
  .show.photo-essay .author-box {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .show.photo-essay .author-box {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.show-events .zone-title > .section {
  background-attachment: fixed;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: 550px;
  margin-top: 0;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .show-events .zone-title > .section {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .show-events .zone-title > .section {
    height: 550px;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  .show-events .zone-title > .section {
    background-attachment: inherit;
  }
}

.show-events .zone-title .duotone {
  background-color: #30837e;
  background-blend-mode: luminosity;
}

.show-events .zone-title .hero-image {
  background-color: #30837e;
  background-image: url(/layout-images/bg_teal-topo.png);
}

.show-events .zone-title .container-title {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.show-events .zone-title .container-headline {
  background-color: white;
  padding: 30px 0 0 0;
  height: auto;
  width: 70%;
}

.show-events .zone-title .container-headline > h1 {
  color: #00a79d;
  font-size: 3.5rem;
  margin-top: -5px;
}

.show-events .zone-title .container-headline .headline {
  background: none;
  margin-bottom: 0;
  padding: 0 30px 10px 30px;
  position: static;
  width: auto;
}

@media (max-width: 1024px) {
  .show-events .zone-title .container-headline {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .show-events .zone-title .container-headline {
    padding-left: 15px;
    padding-right: 15px;
  }
  .show-events .zone-title .container-headline .headline {
    font-size: 2.5rem;
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .show-events .zone-title .button-list a {
    margin-bottom: 5px;
    padding-top: 8px;
    text-align: center;
    width: 115px;
  }
}

.show-events .zone-title .zone-title__no-image.section {
  background-image: url(/layout-images/bg_zoneTitle2.png);
  background-size: 100% auto;
  background-color: #f5f5f5;
  height: 500px;
}

.show-events .button-big.teal {
  background-color: #00a79d;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}

.show-events .zone-1 .event-details {
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 30px;
}

.show-events .zone-1 .event-details .date, .show-events .zone-1 .event-details .time, .show-events .zone-1 .event-details .location {
  color: #003A63;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.show-events .zone-1 .event-details .time, .show-events .zone-1 .event-details .location {
  display: block;
}

.show-events .zone-1 .tablet {
  display: none;
}

.show-events .zone-1 .article-body {
  padding-left: 30px;
  padding-top: 15px;
}

.show-events .zone-1 .article-body p, .show-events .zone-1 .article-body li {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.2rem;
}

.show-events .zone-1 .article-body p em, .show-events .zone-1 .article-body li em, .show-events .zone-1 .article-body p i, .show-events .zone-1 .article-body li i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 1.2rem;
}

.show-events .zone-1 .article-body p strong, .show-events .zone-1 .article-body li strong, .show-events .zone-1 .article-body p b, .show-events .zone-1 .article-body li b {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
}

.show-events .zone-1 .doc-end {
  background: none;
}

.show-events .zone-1 .gutter-right {
  margin-right: 45px;
}

.show-events .zone-1 .for-staging {
  display: none;
}

.show-events .zone-2 {
  margin-top: 30px;
}

.show-events .zone-2 h3, .show-events .zone-2 h4 {
  color: #89684F;
}

.show-events .zone-2 .resources h4 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.show-events .section-title {
  display: inline-block;
  margin: 60px 0 60px 0;
  width: auto;
}

.show-events .section-title.bordered-box--header {
  border: 1px solid #a28556;
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}

.show-events .container-connector {
  display: inline-block;
  position: relative;
  width: 100%;
  bottom: -38px;
}

.show-events .container-connector .connector {
  background-color: #e6e7e8;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 70px;
}

.show-events .container-connector .connector.ceip-icon {
  color: #fff;
  font-size: 4rem;
}

.show-events .bios {
  background-color: #e6e7e8;
}

.show-events .bios .speaker-name a {
  word-break: break-word;
}

.show-events .bios .roman-normal-book em, .show-events .bios .roman-normal-book i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.show-events .bios .container-connector.white .connector {
  background-color: #fff;
}

.show-events .bios .container-connector.white .connector.ceip-icon {
  color: #e6e7e8;
}

.show-events .bios .container-connector.dark-blue-background .connector {
  background-color: #003A63;
}

.show-events .bios .container-connector.dark-blue-background .connector.ceip-icon {
  color: #fff;
}

.show-events .agenda h5 {
  margin: 0 0 15px 0;
}

.show-events .agenda h4 {
  color: #00a79d;
  margin: 0 0 10px 0;
}

.show-events .agenda p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.show-events .agenda .container-connector .connector {
  background-color: #003A63;
}

.show-events .agenda .container-connector .connector.ceip-icon {
  color: #fff;
}

.show-events .sign-up {
  background-color: #003A63;
  padding-bottom: 30px;
}

.show-events .sign-up .section-title.bordered-box--header {
  border: 1px solid #fff;
  color: #fff;
}

.show-events .sign-up p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-right: 30px;
}

.show-events .sign-up form, .show-events .sign-up .marketo-event-form {
  background-color: #fff;
  margin-bottom: 30px;
}

.show-events .sign-up form h3, .show-events .sign-up .marketo-event-form h3 {
  color: #a28556;
}

.show-events .sign-up form p, .show-events .sign-up .marketo-event-form p {
  color: #6e6e71;
}

@media (max-width: 1024px) {
  .show-events .zone-1 .tablet {
    display: block;
  }
  .show-events .zone-2 {
    text-align: center;
  }
  .show-events .zone-2 .desktop {
    display: none;
  }
  .show-events .sign-up p {
    margin-left: 15px;
  }
  .show-events .sign-up form {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .show-events .zone-title > .section {
    height: 650px;
  }
  .show-events .zone-title .container-headline .headline {
    font-size: 2.3rem;
  }
  .show-events .zone-1 .article-body {
    padding-left: 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .show-events .zone-title > .section {
    height: 450px;
  }
}

.show-events .at-icon-wrapper.at-share-btn.at-svc-facebook, .show-events .at-icon-wrapper.at-share-btn.at-svc-twitter, .show-events .at-icon-wrapper.at-share-btn.at-svc-linkedin, .show-events .at-icon-wrapper.at-share-btn.at-svc-email, .show-events .at-icon-wrapper.at-share-btn.at-svc-print, .show-events .at-icon-wrapper.at-share-btn.at-svc-compact {
  background-color: #003A63 !important;
  border-radius: 50% !important;
}

.ceip-carousel {
  margin: 0 15px;
  display: none;
}

.ceip-carousel .slick-slide {
  outline: 0;
}

@media (max-width: 767px) {
  .zone-2 .ceip-carousel {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

body.no-js .ceip-carousel, .ceip-carousel.slick-initialized {
  display: block;
}

.ceip-carousel .slick-arrow {
  height: auto;
  width: auto;
  margin-top: -30px;
}

.ceip-carousel .slick-arrow:before {
  content: '';
  display: block;
  margin: 15px 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.ceip-carousel .slick-arrow:hover {
  background: #e4e3dd;
}

.ceip-carousel .slick-arrow:after {
  display: none;
}

.ceip-carousel .slick-next {
  border-radius: 0 7px 7px 0;
}

.ceip-carousel .slick-next:before {
  border-left: 15px solid #b0bac8;
}

.ceip-carousel .slick-prev {
  border-radius: 7px 0 0 7px;
}

.ceip-carousel .slick-prev:before {
  border-right: 15px solid #b0bac8;
}

.banded .ceip-carousel .area-focus:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.ceip-carousel .slick-dots li {
  line-height: 1;
  width: auto;
  height: auto;
}

.ceip-carousel .slick-dots button {
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 1px;
  text-indent: -999px;
}

.ceip-carousel .slick-dots .slick-active button {
  background-color: white;
}

.ceip-carousel .slick-dots li button:before,
.ceip-carousel .slick-dots li button:after {
  display: none;
}

html.no-js .ceip-carousel {
  overflow: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  display: block;
}

html.no-js .ceip-carousel > div {
  white-space: normal;
  display: inline-block;
  max-width: 314px;
}

.praise-box {
  background: #ccc7c2;
  color: white;
  position: relative;
  font-size: 17px;
  font-size: 1rem;
}

.praise-box .quote-attribution {
  color: #635a4f;
  text-align: right;
}

.ceip-featured-content {
  position: relative;
}

.ceip-featured-content .slick-slider {
  position: static;
}

.ceip-featured-content .slick-arrow {
  top: 15px;
  left: auto;
  right: 15px;
  padding: 2px 5px;
  background: white;
  border: 1px solid #3d71b7;
  margin-top: 0 !important;
  opacity: 0.8;
}

.ceip-featured-content .slick-arrow:before {
  margin: 0 !important;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
}

.ceip-featured-content .slick-arrow:hover {
  background: white;
  opacity: 1;
}

.ceip-featured-content .slick-next {
  border-radius: 0 !important;
}

.ceip-featured-content .slick-next:before {
  border-left: 8px solid #3d71b7 !important;
}

.ceip-featured-content .slick-prev {
  right: 40px !important;
  border-radius: 0 !important;
}

.ceip-featured-content .slick-prev:before {
  border-right: 8px solid #3d71b7 !important;
}

.feature-spotlight__slide-inner {
  padding-top: 54.214876%;
}

.feature-spotlight__slide-content {
  bottom: 30px;
  left: 30px;
  max-width: 60%;
}

@media (max-width: 767px) {
  .feature-spotlight__slide-content {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: none;
  }
}

.feature-spotlight__slide-heading {
  font-size: 34px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .feature-spotlight__slide-heading {
    font-size: 17px;
    font-size: 1rem;
    margin-bottom: 9px;
    margin-bottom: 0.5rem;
  }
}

.zone-1 .carousel.slide {
  overflow: hidden;
  position: relative;
  width: auto;
}

.zone-1 .carousel.slide .carousel-inner {
  overflow: hidden;
}

.zone-1 .carousel.slide .carousel-inner > .item.active {
  display: block;
  height: inherit;
  position: relative;
  width: 100%;
}

.zone-1 .carousel.slide .carousel-inner > .item img {
  width: 100%;
}

.zone-1 .carousel.slide .carousel-inner > .item .caption {
  float: right;
  font-size: 0.6em;
  font-style: italic;
}

.zone-1 .carousel.slide .carousel-inner > .item .slide-content {
  bottom: 0;
  margin: 0 10%;
  position: relative;
  width: 80%;
}

.zone-1 .carousel.slide .carousel-inner > .item .slide-content .highlight {
  border-bottom: 1px #000 solid;
  display: block;
  font-family: "FrutigerNeueLTW02-CnMd",Arial,sans-serif;
  margin: 0 auto 2em;
  padding: 2em 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 60%;
}

.zone-1 .carousel.slide .carousel-inner > .item .slide-content .tableContents a {
  font-size: 1.1em;
}

.zone-1 .carousel.slide .carousel-indicators {
  display: block;
  list-style: outside none none;
  padding: 1em;
  text-align: center;
  width: auto;
  position: relative;
  bottom: 0;
  left: 0;
  margin-left: 0;
}

.zone-1 .carousel.slide .carousel-indicators li {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}

.zone-1 .carousel.slide .carousel-indicators li.active {
  background-color: #000000;
}

.zone-1 .carousel-nav a {
  background: none repeat scroll 0 0 #000;
  top: 150px;
  color: #ffffff;
  font-size: 3em;
  position: absolute;
  text-decoration: none;
  z-index: 9;
}

.zone-1 .carousel-nav a.next-button {
  right: 0;
}

.zone-1 .carousel-nav a.prev-button {
  left: 0;
}

@media (max-width: 767px) {
  .zone-1 .carousel-nav a {
    font-size: 2em;
    top: 50px;
  }
}

@media (max-width: 1024px) {
  .desktop-content {
    display: none;
  }
}

.tablet-content {
  display: none;
}

@media (max-width: 1024px) {
  .tablet-content {
    display: block;
  }
}

.not-tablet-content {
  display: none;
}

@media screen and (min-width: 1025px) {
  .not-tablet-content {
    display: block;
  }
}

@media (max-width: 767px) {
  .not-tablet-content {
    display: block;
  }
}

.mobile-content {
  display: none;
}

@media (max-width: 767px) {
  .mobile-content {
    display: block;
  }
}

.no-before-content:before,
.no-after-content:after {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-hidden--active {
    display: block;
  }
}

@media (max-width: 320px) and (orientation: portrait) {
  .mobile-hidden--slim {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-centered {
    text-align: center;
  }
}

.no-max-width {
  max-width: none !important;
}

.relative {
  position: relative !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.no-text-transform {
  text-transform: none !important;
}

.font-normal {
  font-weight: normal;
}

.roman {
  font-family: "FrutigerLTW20-55Roman", Arial, sans-serif;
}

.roman-normal-light {
  font-family: "Frutiger Neue LT W06 Thin", Arial, sans-serif;
}

.roman-normal-italic {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.roman-normal-book {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.roman-normal-bold {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.roman-italic-light {
  font-family: "Frutiger Neue LT W06 Thin It", Arial, sans-serif;
}

.roman-italic-book {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.roman-italic-bold {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.roman-condensed-light {
  font-family: "FrutigerNeueLTW02-CnBoo 775064", "Arial Narrow", Arial, sans-serif;
}

.roman-condensed-book {
  font-family: "FrutigerNeueLTW02-CnMd", Arial, sans-serif;
}

.roman-condensed-bold {
  font-family: "FrutigerNeueLTW02-CnBlk 775104", "Arial Black", Gadget, sans-serif;
}

.roman-condensed-black {
  font-family: "FrutigerLTW20-77BlackCn", "Arial Black", Gadget, sans-serif;
}

.intro-text {
  font-size: 26px;
  font-size: 1.5rem;
  color: #092e55;
  font-family: "FrutigerNeueLTW02-CnBoo 775064", "Arial Narrow", Arial, sans-serif;
  line-height: 1.3;
}

.transparent-text {
  color: rgba(255, 255, 255, 0.5);
}

.white-text {
  color: white;
}

.black-text {
  color: black;
}

.primary-color {
  color: #092e55;
}

.primary-alt-color {
  color: #062544;
}

.secondary-color {
  color: #e4e3dd;
}

.secondary-alt-color {
  color: #ccc7c2;
}

.tertiary-color {
  color: #635a4f;
}

.tertiary-alt-color {
  color: #b0bac8;
}

.accent-color {
  color: #a28556;
}

.accent-alt-color {
  color: #998b7b;
}

.text-color {
  color: #333;
}

.text-alt-color {
  color: #666;
}

.links-main-color {
  color: #3d71b7;
}

.links-other-color {
  color: #d68019;
}

.dividers-color {
  color: #e4e3dd;
}

.carnegie-blue-color {
  color: #003A63;
}

.bright-bg-color {
  background: white;
}

.dark-bg-color {
  background: black;
}

.primary-bg-color {
  background: #092e55;
}

.primary-alt-bg-color {
  background: #062544;
}

.secondary-bg-color {
  background: #e4e3dd;
}

.secondary-alt-bg-color {
  background: #ccc7c2;
}

.tertiary-bg-color {
  background: #635a4f;
}

.tertiary-alt-bg-color {
  background: #b0bac8;
}

.accent-bg-color {
  background: #a28556;
}

.accent-alt-bg-color {
  background: #998b7b;
}

.text-bg-color {
  background: #333;
}

.text-alt-bg-color {
  background: #666;
}

.links-main-bg-color {
  background: #3d71b7;
}

.links-other-bg-color {
  background: #d68019;
}

.dividers-bg-color {
  background: #e4e3dd;
}

.largest-text {
  font-size: 31px;
  font-size: 1.8rem;
}

.larger-text {
  font-size: 26px;
  font-size: 1.5rem;
}

.large-text {
  font-size: 20px;
  font-size: 1.2rem;
}

.small-text {
  font-size: 15px;
  font-size: 0.9rem;
}

.smaller-text {
  font-size: 14px;
  font-size: 0.8rem;
}

.smallest-text {
  font-size: 12px;
  font-size: 0.7rem;
}

.base-font-size {
  font-size: 17px;
  font-size: 1rem;
}

.letter-space {
  letter-spacing: 3px;
  letter-spacing: 0.2rem;
}

.underline {
  text-decoration: underline;
}

.no-letter-spacing {
  letter-spacing: 0;
}

.sans-serif {
  font-family: arial, helvetica, sans-serif;
}

.serif {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
}

.narrow-line-height {
  line-height: 1 !important;
}

.tighten-line-height {
  line-height: 1.1;
}

.highlight-text {
  color: #a28556;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none !important;
}

.clearfix {
  clear: both;
}

.clear-none {
  clear: none !important;
}

.center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.vertical-align-top {
  vertical-align: top;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

.showMore {
  cursor: pointer;
  color: #6699cc;
}

.moreToShow {
  display: none;
}

.hidden {
  display: none !important;
}

.hidden--active {
  display: block !important;
}

.no-drop-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-shadow-alt {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.text-shadow--light {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.text-shadow--more {
  text-shadow: 0 0 4px black;
}

.no-text-shadow {
  text-shadow: none !important;
}

.padded {
  padding: 30px;
}

.padded-less {
  padding: 15px;
}

.padded-narrow {
  padding: 7.5px;
}

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

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

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

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

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

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

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

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

.for-print {
  display: none !important;
}

@media print {
  .for-print {
    display: block !important;
  }
}

.block {
  display: block !important;
}

.inline {
  display: inline;
}

.inline-elements > * {
  display: inline !important;
}

.contentImg {
  float: left;
  padding: 0.3em 1em 0.5em 0;
}

.contentImg.wide {
  display: table;
  float: none;
  margin: 0 auto;
  padding: 1.5em 0;
  text-align: center;
}

.contentImg.wide > img {
  margin: 0 auto;
}

.contentImg.wide > .photo-caption {
  display: block;
  text-align: left;
}

.negative-margins {
  margin-left: -60px;
  margin-right: -60px;
}

@media (max-width: 767px) {
  .negative-margins {
    margin: 0;
  }
}

.img-float-left {
  float: left;
  margin: 0 30px 30px 0;
  width: 50%;
}

.img-float-left.negative-margin {
  margin-left: -60px;
}

@media (max-width: 1024px) {
  .img-float-left {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .img-float-left.negative-margin {
    margin-left: 0;
  }
}

.img-float-right {
  float: right;
  margin: 0 0 30px 30px;
  width: 50%;
}

.img-float-right.negative-margin {
  margin-right: -60px;
}

@media (max-width: 1024px) {
  .img-float-right {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .img-float-right.negative-margin {
    margin-right: 0;
  }
}

.img-40percent {
  width: 40%;
}

@media (max-width: 1024px) {
  .img-40percent {
    width: 100%;
  }
}

.inline-block,
.links-inline-block a {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

@media print {
  .no-print {
    display: none !important;
  }
}

.reveal-this {
  position: relative;
  overflow: visible;
}

.reveal-this .hide-me {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 28px;
  height: 28px;
  background: #635a4f;
  color: white;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  font-family: sans-serif;
}

body.ar .reveal-this .hide-me {
  right: auto;
  left: -15px;
}

.reveal-this .hide-me:hover {
  text-decoration: none;
  background: black;
}

.reveal-paragraphs {
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  max-height: 0;
  max-height: 0;
}

.reveal-paragraphs.active {
  max-height: 2720px;
  max-height: 160rem;
}

.slide-in {
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -o-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.slide-in.active {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -o-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.slide-in.active .panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.slide-in .panel-container {
  bottom: 30%;
  display: block;
  height: 30%;
  position: fixed;
  right: 0;
  width: 30%;
  z-index: 99;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media (max-width: 1024px) {
  .slide-in .panel-container {
    bottom: 45%;
    width: 40%;
  }
}

@media (max-width: 767px) {
  .slide-in .panel-container {
    bottom: 45%;
    width: 80%;
  }
}

.slide-in .panel-container form.stay-in-the-know {
  background: none;
}

.slide-in.slide-up.from-bottom .panel-container {
  margin-bottom: 30px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  width: 100%;
}

.slide-in.slide-up.from-bottom .panel-container .hide-panel.icon-cancel-circle {
  font-size: 2em;
  left: 15px;
  top: 20px;
}

.slide-in .hide-panel {
  background: #fff;
  border-radius: 50%;
  color: #fff;
  font-family: sans-serif;
  left: -15px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 15px;
}

.slide-in .hide-panel.icon-cancel-circle {
  color: #635a4f;
  font-size: 1.3em;
  text-decoration: none;
}

.videoEmbed, .video-embed {
  border-bottom: 5px solid #e4e3dd;
  margin-bottom: 30px;
  text-align: center;
}

.video-embed,
.videoEmbed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

.embed-floated .video-embed, .embed-floated
.videoEmbed {
  margin-bottom: 0;
}

.videoEmbed iframe,
.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.ceip-overlay,
.overlay-content {
  display: none;
}

.ceip-overlay {
  position: fixed;
  background: lightgray;
  background: rgba(211, 211, 211, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}

.ceip-overlay.active {
  display: block;
}

.ceip-overlay__inner {
  background: black;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  position: relative;
  top: 50%;
  width: 470px;
  max-width: 470px;
  margin: -330px auto 0;
  overflow: hidden;
  border-radius: 7px;
}

.ceip-overlay__inner .banded {
  background: white;
  color: #333;
}

:root .ceip-overlay__inner {
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  :root .ceip-overlay__inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .ceip-overlay__inner {
    width: 100% !important;
    margin: 0;
    top: 30px;
    left: 0;
  }
}

.ceip-overlay__content > * {
  display: block;
  margin: 0 auto;
  max-width: 470px;
}

@media (max-width: 767px) {
  .ceip-overlay__content > * {
    width: 100%;
  }
}

.ceip-overlay__close {
  color: white;
  padding: 5px 0px;
  font-size: 24px;
  font-size: 1.4rem;
  display: block;
}

.ceip-overlay__close:hover {
  text-decoration: none;
}

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

.border-radius {
  border-radius: 5px;
}

.background-cover {
  background-size: cover;
}

.background-center {
  background-position: center center !important;
}

.no-background {
  background: transparent !important;
}

.spinner {
  position: relative;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
}

.mega-menu .spinner {
  position: absolute;
  top: calc(50% - 32px);
}

.research .mega-menu .spinner {
  left: calc(60% - 32px);
}

.blog .mega-menu .spinner {
  left: calc(50% - 32px);
}

body.ar .spinner {
  left: auto;
  right: calc(50% - 32px);
}

.research .mega-menu body.ar .spinner {
  left: auto;
  right: calc(60% - 32px);
}

.spinner__inner {
  position: absolute;
  border-radius: 50%;
  border: 8px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #e4e3dd;
  border-top-color: #092e55;
  -webkit-animation: rotate-left 0.8s cubic-bezier(0.46, 0.6, 0.5, 0.36) infinite;
  animation: rotate-left 0.8s cubic-bezier(0.46, 0.6, 0.5, 0.36) infinite;
}

.banded .spinner__inner {
  border-color: #092e55;
  border-top-color: #3d71b7;
}

@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.flip-horizontal {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pointer {
  cursor: pointer;
}

.grab,
.drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
}

.inactive {
  pointer-events: none;
  cursor: not-allowed;
  color: #ccc;
}

/* @jScrollPane - for use with responsive video gallery */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background: red;
}

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

/* hide horizontal scrollbar .jspHorizontalBar { display: none; }*/
.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #999;
  position: relative;
}

.jspDrag {
  background: #555;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/*** @addthis social share tools customization ***/
.addthis_toolbox span {
  vertical-align: inherit !important;
}

#at4-share.atss {
  z-index: 99;
}

.atss a {
  margin-bottom: 1px !important;
}

@media (max-width: 1024px) {
  .atss a {
    margin-bottom: 0 !important;
  }
}

.atss .at-icon-wrapper {
  background-color: transparent !important;
}

.atss a.at-svc-email, .atss a.at-svc-print, .atss a.at-svc-linkedin, .atss a.at-svc-facebook, .atss a.at-svc-twitter, .atss a.at-svc-google_plusone_share, .atss a.at-svc-compact, .atss a.at-svc-vk, .atss a.at-svc-sinaweibo, .atss a.at-svc-whatsapp, .atss a.at-svc-messenger {
  background-color: #ccc7c2 !important;
}

.atss a.at-svc-email, .atss a.at-svc-print, .atss a.at-svc-link {
  background-color: #A79F90 !important;
}

.atss a.at-svc-compact {
  background-color: #dcd9d4 !important;
}

#ceip .atss a span {
  background-image: url(/layout-images/sprite_add-this-social-share.png) !important;
}

#ceip .atss a.at-svc-email span.aticon-email,
#ceip .atss a.at-svc-email span.at15t_email {
  background-position: 0px 0px !important;
}

#ceip .atss a.at-svc-print span.aticon-print,
#ceip .atss a.at-svc-print span.at15t_print {
  background-position: 0px -32px !important;
}

#ceip .atss a.at-svc-facebook span.aticon-facebook,
#ceip .atss a.at-svc-facebook span.at15t_facebook {
  background-position: 0px -64px !important;
}

#ceip .atss a.at-svc-twitter span.aticon-twitter,
#ceip .atss a.at-svc-twitter span.at15t_twitter {
  background-position: 0px -96px !important;
}

#ceip .atss a.at-svc-google_plusone_share span.aticon-google_plusone_share,
#ceip .atss a.at-svc-google_plusone_share span.at15t_google_plusone_share {
  background-position: 0px -128px !important;
}

#ceip .atss a.at-svc-linkedin span.aticon-linkedin,
#ceip .atss a.at-svc-linkedin span.at15t_linkedin {
  background-position: 0px -160px !important;
}

#ceip .atss a.at-svc-compact span.aticon-compact,
#ceip .atss a.at-svc-compact span.at15t_compact {
  background-position: 0px -192px !important;
}

#ceip .atss a.at-svc-vk span.aticon-vk,
#ceip .atss a.at-svc-vk span.at15t_vk {
  background-position: 0px -224px !important;
}

#ceip .atss a.at-svc-sinaweibo span.aticon-sinaweibo,
#ceip .atss a.at-svc-sinaweibo span.at15t_sinaweibo {
  background-position: 0px -256px !important;
}

/* @pageLinks */
.page-links {
  color: transparent;
  font-family: sans-serif;
  line-height: 1;
  text-align: right;
}

.center > .page-links {
  text-align: center;
}

.page-links a,
.page-links b {
  display: inline-block;
  margin: 0 3px;
  margin: 0 0.2rem;
}

.page-links b {
  color: black;
}

.page-links a.page-link {
  padding: 3px;
  padding: 0.2rem;
  border-radius: 5px;
}

.page-links a.page-link:hover {
  background: #e4e3dd;
  text-decoration: none;
}

@media (max-width: 767px) {
  .page-links {
    padding-top: 30px;
  }
  .page-links .tag {
    position: absolute;
    top: 0;
  }
  .page-links .page-links__next {
    right: 0;
  }
  .page-links .page-links__prev {
    left: 0;
  }
}

/* @responsiveVideoPlayer - basic player/playlist console display styles*/
#componentWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

#componentWrapper .componentInnerWrapper {
  position: absolute;
  width: 1000px;
  height: 280px;
  left: 50%;
  top: 50%;
  margin-left: -390px;
  margin-top: -140px;
  /*background:red;*/
}

/* player */
#componentWrapper .playerHolder {
  position: absolute;
  left: 0px;
  overflow: hidden;
}

#componentWrapper .playerHolder_fs {
  position: fixed;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#componentWrapper .mediaHolder, #componentWrapper .youtubeHolder, #componentWrapper .vimeoHolder, #componentWrapper .mediaPreview, #componentWrapper #flashPreview {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  outline: none;
}

#componentWrapper .playerControls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 480px;
  height: 33px;
  background-image: url("/layout-images/icons/bg.png");
  background-repeat: repeat-x;
  display: none;
}

#componentWrapper .player_playControl {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 26px;
}

#componentWrapper .player_playControl img {
  position: absolute;
  display: block;
  width: 12px;
  height: 14px;
  top: 6px;
  left: 10px;
}

#componentWrapper .player_progress {
  position: absolute;
  top: 3px;
  left: 38px;
  width: 220px;
  height: 26px;
}

#componentWrapper .progress_bg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
  height: 5px;
  background: #333333;
}

#componentWrapper .load_level {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0px;
  height: 5px;
  background: #ffffff;
}

#componentWrapper .progress_level {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0px;
  height: 5px;
  background: #999;
}

#componentWrapper .player_progress_tooltip {
  position: absolute;
  top: -15px;
  width: 70px;
  height: 18px;
  background: #333;
  display: none;
  -webkit-box-shadow: 1px 1px 1px #222;
  box-shadow: 1px 1px 1px #222;
}

#componentWrapper .player_progress_tooltip_value {
  position: absolute;
  top: 2px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

#componentWrapper .player_mediaTime {
  position: absolute;
  top: 9px;
  right: 143px;
  color: #e5e5e5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#componentWrapper .player_volume {
  position: absolute;
  top: 3px;
  right: 107px;
  width: 25px;
  height: 26px;
}

#componentWrapper .player_volume img {
  position: absolute;
  display: block;
  width: 13px;
  height: 14px;
  top: 6px;
  left: 5px;
}

#componentWrapper .volume_seekbar {
  position: absolute;
  top: 3px;
  right: 40px;
  width: 60px;
  height: 26px;
}

#componentWrapper .volume_bg {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 50px;
  height: 5px;
  background: #ffffff;
}

#componentWrapper .volume_level {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 0px;
  height: 5px;
  background: #999;
}

#componentWrapper .player_volume_tooltip {
  position: absolute;
  top: -15px;
  width: 35px;
  height: 18px;
  background: #333;
  display: none;
  -webkit-box-shadow: 1px 1px 1px #222;
  box-shadow: 1px 1px 1px #222;
}

#componentWrapper .player_volume_tooltip_value {
  position: absolute;
  top: 2px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

#componentWrapper .player_fullscreen {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 24px;
  height: 26px;
}

#componentWrapper .player_fullscreen img {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 5px;
}

/* playlist */
#componentWrapper .playlistHolder {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
}

#componentWrapper .componentPlaylist {
  position: absolute;
  overflow: hidden;
}

#componentWrapper .playlist_inner {
  position: relative;
  top: 0px;
  left: 0px;
  height: 100%;
}

/* hide all playlists on beginning, IMPORTANT! */
#componentWrapper .playlist_inner ul {
  display: none;
}

/* hide playlist li items, IMPORTANT! */
#componentWrapper .playlist_inner ul li {
  display: none;
}

#componentWrapper .componentPlaylist .playlistNonSelected {
  position: relative;
  top: 0px;
  left: 0px;
  list-style: none;
  overflow: hidden;
  float: left;
}

#componentWrapper .componentPlaylist .playlistSelected {
  background-color: #000;
  color: #FFF;
  position: relative;
  top: 0px;
  left: 0px;
  list-style: none;
  overflow: hidden;
  float: left;
}

#componentWrapper .componentPlaylist .playlistNonSelected_mob {
  position: relative;
  top: 0px;
  left: 0px;
  list-style: none;
  overflow: hidden;
  float: left;
}

#componentWrapper .componentPlaylist .playlistSelected_mob {
  background-color: #000;
  color: #FFF;
  position: relative;
  top: 0px;
  left: 0px;
  list-style: none;
  overflow: hidden;
  float: left;
}

#componentWrapper .playlistThumb {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

#componentWrapper .playlistThumb .thumb {
  display: block;
  position: absolute;
}

#componentWrapper .playlistInfo {
  position: absolute;
  overflow: hidden;
}

#componentWrapper .playlistSelected .playlistTitle, #componentWrapper .playlistSelected_mob .playlistTitle {
  color: #FFF;
}

#componentWrapper .playlistTitle {
  color: #002F55;
  font-family: "FrutigerNeueLTW02-CnBlk 775104", "Arial Black", "Gadget", sans-serif;
}

#componentWrapper .mediaPreloader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0px 0px -25px;
  background: #000 url("/layout-images/icons/loader.gif") no-repeat center center;
  width: 50px;
  height: 50px;
  z-index: 998;
  opacity: 0.7;
}

#componentWrapper .bigPlay {
  display: none;
  position: absolute;
  width: 76px;
  height: 76px;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  z-index: 999;
}

#publicFunctions {
  position: absolute;
  padding: 10px 20px 10px 30px;
  background: #933;
  left: 50px;
  top: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  list-style: circle;
  -webkit-box-shadow: 2px 2px 5px #222;
  box-shadow: 2px 2px 5px #222;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
  display: none;
}

#publicFunctions li a {
  color: #fff;
}

#publicFunctions li a:hover, #publicFunctions li .current {
  text-decoration: underline;
}

/* show page carousel */
/* zone2 carousel */
#prompt-view {
  background: #000;
  color: #fff;
  font-size: 250%;
  padding: 2%;
  margin-top: 5%;
}

#prompt-view h2 {
  background-color: #635a4f;
  border-bottom: 0.1em solid #fff;
  font-size: 1em;
  height: 1em;
  margin-bottom: 1em;
  margin-left: -2%;
  margin-right: -2%;
  padding: .4em 2%;
  display: table;
  position: fixed;
  top: 0;
  width: 100%;
}

#prompt-view h2 strong {
  display: block;
  float: left;
  font-weight: normal;
  height: 1.2em;
  overflow: hidden;
  width: 86%;
}

#prompt-view h2 a {
  background-color: #ccc7c2;
  border-radius: .2em;
  color: #635a4f;
  float: right;
  font-size: .6em;
  line-height: 1.4em;
  margin-left: 1em;
  padding: .3em 1em 0.2em 1em;
  position: fixed;
  text-transform: uppercase;
  top: .7em;
  width: auto;
}

#prompt-view .containerComments .commentsList {
  list-style: none;
  margin: 0;
  padding: 0;
}

#prompt-view .containerComments .commentsList li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#prompt-view .containerComments .commentsList li .commentInfo.column.first {
  width: 25%;
}

#prompt-view .containerComments .commentsList li .commentInfo .metaD {
  color: #e4e3dd;
  display: block;
  font-size: .8em;
  text-transform: uppercase;
}

#prompt-view .containerComments .commentsList li .column.last {
  font-style: italic;
  width: 68%;
}

/* @videoPlayer */
/* @responsiveVideoPlayer */
.ceip-video-gallery {
  overflow: hidden;
  clear: both;
}

.ceip-video-gallery .componentWrapper .playlistHolder {
  background-color: #ccc7c2;
}

.ceip-video-gallery .componentWrapper .playlistContent {
  /*color:#000;*/
  display: none;
  font-family: "FrutigerNeueLTW02-CnMd", Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.ceip-video-gallery .componentWrapper .playlistNonSelected {
  float: left;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
  margin-right: 3px;
  width: 270px;
}

.ceip-video-gallery .componentWrapper .playlistSelected {
  background: #FFF;
  float: left;
  height: 90px;
  margin-bottom: 5px;
  margin-right: 3px;
  width: 270px;
}

.ceip-video-gallery .componentWrapper .playlistTitle {
  color: #000 !important;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1em !important;
  left: 10px;
  line-height: 1.15em;
  margin-bottom: -.5em;
  padding-bottom: 0;
  position: relative;
  top: .6em;
  width: 250px;
}

.ceip-video-gallery .componentWrapper .playlistThumb {
  width: 68px;
  height: 90px;
}

.ceip-video-gallery .componentWrapper .playlistThumb .thumb {
  top: -15px;
  left: -8px;
  height: 120px;
  max-width: 280%;
}

.ceip-video-gallery .componentWrapper .playlistInfo {
  left: -10px;
  top: -85px;
  width: 180px;
  height: 80px;
}

@media (max-width: 767px) {
  .ceip-video-gallery .componentWrapper .playlistInfo {
    display: block !important;
  }
}

.feature-box--twitter {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.twitter-timeline-widget {
  position: relative;
  overflow: visible;
}

.twitter-timeline-widget:after {
  content: '';
  display: block;
  border-top: 15px solid #e4e3dd;
  border-left: 15px solid #e4e3dd;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 100%;
  right: 30px;
}

.twitter-timeline-widget iframe {
  width: 100% !important;
  max-width: none !important;
}

.article-body .audioEmbed {
  margin-bottom: 30px;
}

.css-timeline-container {
  display: inline-block;
}

.css-timeline {
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 40px 5%;
  padding-left: 40px;
  position: relative;
  width: 90%;
}

.css-timeline:before, .css-timeline:after {
  border: 2px solid #ccc;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -9px;
  position: absolute;
  width: 18px;
}

.css-timeline:before {
  top: -18px;
}

.css-timeline:after {
  bottom: -18px;
}

.css-timeline li {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  width: 100%;
}

.css-timeline li:first-child {
  margin-top: 0;
}

.css-timeline li:before {
  background-color: #ccc;
  content: "";
  height: 1px;
  left: -41px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.css-timeline li:after {
  background-color: #ccc;
  content: "";
  height: 7px;
  left: -45px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 7px;
}

.css-timeline li .timeline-description strong {
  display: block;
}

@media (max-width: 767px) {
  .section--mobile {
    display: block;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .component--mobile {
    display: block;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .gutter-half-top--mobile {
    margin-top: 15px !important;
  }
  .gutter-half-bottom--mobile {
    margin-bottom: 15px !important;
  }
  .gutter-half-left--mobile {
    margin-left: 15px !important;
  }
  .gutter-half-right--mobile {
    margin-right: 15px !important;
  }
  .gutter-left--mobile {
    margin-left: 30px !important;
  }
  .gutter-right--mobile {
    margin-right: 30px !important;
  }
  .gutter-top--mobile {
    margin-top: 30px !important;
  }
  .gutter-bottom--mobile {
    margin-bottom: 30px !important;
  }
  .divider-top--mobile {
    border-top: 1px solid;
  }
  .divider--mobile {
    border-bottom: 1px solid;
  }
}

.blog-zone-title,
.blog-zone-title__logo {
  background-position: center;
  background-repeat: no-repeat;
}

.blog-zone-title {
  background-color: #092e55;
  background-size: cover;
}

.blog-zone-title__logo {
  display: block;
  max-width: 100%;
  height: 100px;
  padding: 30px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.blog-zone-title__logo,
.blog-zone-title__logo h1 {
  color: transparent;
}

@media (max-width: 767px) {
  .blog-zone-title__logo {
    background-size: 100%;
  }
}

.blog-nav__top-level > li > a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.blog-nav .blog-search {
  margin-top: 4px;
  margin-bottom: 0;
  overflow: hidden;
}

.blog-search {
  position: relative;
  max-width: 240px;
}

.blog-search [type="text"] {
  padding: 3px 50px 3px 3px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
}

.blog-search [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0px 10px 5px;
}

.blog-zone-feature {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 400px;
  padding-top: 0;
  position: relative;
}

.blog-zone-feature,
.blog-zone-feature .meta,
.blog-zone-feature .meta a {
  color: white;
}

@media (max-width: 767px) {
  .blog-zone-feature {
    background-size: cover;
    height: auto;
  }
}

.blog-zone-feature__content {
  position: absolute;
  bottom: 15px;
  left: 90px;
  right: 90px;
}

.blog-zone-feature__content a:hover {
  text-decoration: none;
  color: #e4e3dd;
}

@media (max-width: 767px) {
  .blog-zone-feature__content {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
  }
}

.avatar,
.avatar--small,
.avatar--bigger,
.avatar--biggest {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 1px solid #a28556;
  border-radius: 50%;
  display: block;
  float: left;
  height: 55px;
  width: 55px;
  margin-right: 15px;
}

.avatar.wide-img,
.avatar--small.wide-img,
.avatar--bigger.wide-img,
.avatar--biggest.wide-img {
  background-size: 200% auto;
}

.avatar--small {
  width: 30px;
  height: 30px;
}

.avatar--bigger {
  height: 90px;
  width: 90px;
}

.avatar--biggest {
  height: 130px;
  width: 130px;
}

@media (max-width: 767px) {
  .avatar--biggest {
    float: none;
    margin: 0 auto !important;
  }
}

.avatar--no-img {
  border-color: #ccc7c2;
  background-image: url(/layout-images/author-image-blank.png);
}

.category-label {
  position: relative;
  background-color: #998b7b;
  color: white;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  margin-right: 9px;
  margin-right: 0.5rem;
  text-shadow: -1px -1px #645A4F;
  top: -9px;
  top: -0.5rem;
  font-size: 15px;
  font-size: 0.9rem;
  padding: 3px 20px 3px 7px;
  padding: 0.2rem 1.2rem 0.2rem 0.4rem;
  text-transform: none;
  display: inline;
}

.category-label:before, .category-label:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  border: 8px solid white;
  border-left: 8px solid transparent;
}

.category-label:before {
  bottom: 0;
  border-top: 8px solid transparent;
}

.category-label:after {
  top: 0;
  border-bottom: 8px solid transparent;
}

.expert-thumbnail {
  max-width: 100px;
}

.blog-post-nav {
  padding: 5px;
}

.blog-post-nav a {
  background-color: #ccc7c2;
  border-width: 1px;
  border-radius: 0;
  min-height: 60px;
}

.blog-post-nav a:hover {
  background-color: #635a4f;
}

.blog-post-nav a span {
  font-size: 43px;
  font-size: 2.5rem;
  position: relative;
  top: -10px;
}

.blog-post-nav__prev-post span {
  margin-right: 10px;
}

.blog-post-nav__next-post span {
  margin-left: 10px;
}

.blog .author-box {
  margin-left: 30px;
  margin-right: 30px;
}

.blog .comment-count {
  height: 32px;
}

.blog .comment-count a {
  background-position: -500px -210px;
  color: white;
  display: block;
  height: 32px;
  text-align: center;
  width: 48px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.blog .comment-count a:hover {
  background-position: -500px -243px;
  text-decoration: none;
}

.blog .comment-count a .ceip-icon {
  top: 2px;
}

.blog .comment-count a {
  background-position: -500px -210px;
  color: white;
  display: block;
  height: 32px;
  text-align: center;
  width: 48px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.blog .comment-count a:hover {
  background-position: -500px -243px;
  text-decoration: none;
}

.blog .h, .blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
  line-height: 1.15em;
}

.blog.about .zone-2 .about-text {
  display: none;
}

.zone-2 .about-text a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.7rem;
  padding-left: 1em;
  text-transform: uppercase;
}

.engage-box {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.engage-box em, .engage-box i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.engage-box .subscribe-box h4, .engage-box .app-links h4, .engage-box .share-menu h4 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

body.ar .engage-box .app-links .googleplay {
  margin-left: 0;
}

.landing--hero-image .zone-title {
  background-position: center center;
}

.landing--hero-image .zone-title__foreground {
  height: 265px;
}

.landing--hero-image .container-title {
  background: black;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 30px;
  padding: 15px;
}

.landing--hero-image .container-title .headline {
  color: white;
}

.landing--hero-image .headline {
  position: relative;
  padding: 0;
  bottom: 0;
  background: none;
  width: auto;
  text-transform: none;
  font-size: 43px;
  font-size: 2.5rem;
}

.landing--hero-image .zone-title--has-nav .container-title {
  bottom: 60px;
}

.landing--hero-image .zone-title--has-nav .headline {
  bottom: 0;
}

.landing--hero-image .container-title__tag {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.landing--hero-image .container-title__tag:hover {
  background: white;
  color: black !important;
}

@media (max-width: 767px) {
  .landing--hero-image .zone-title__foreground {
    padding: 0;
    height: 175px;
  }
  .landing--hero-image .headline {
    font-size: 26px;
    font-size: 1.5rem;
  }
}

.nppe .zone-title {
  background-image: url(/layout-images/bnr/PrinciplesofConduct_1680x490.jpg);
  background-color: #256E40;
}

.zone-title--beijing-podcasts {
  background-image: url(/layout-images/bnr/bnr_ChinaInTheWorld100Episode.jpg);
  background-position: bottom center !important;
}

@media (max-width: 767px) {
  .zone-title--beijing-podcasts {
    background-position: bottom 6% left 25% !important;
  }
}

.election-guide-widget-2012 {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.election-guide-widget-2012 h4 {
  background: url(http://carnegieendowment.org/layout-images/ViewFrom_Moscow_250x30.png) no-repeat scroll center bottom transparent;
  height: 30px;
  width: 250px;
}

.election-guide-widget-2012.sp1270 h4 {
  background: url(http://carnegieendowment.org/layout-images/ViewFrom_Moscow_250x30.png) no-repeat scroll center bottom transparent;
}

.election-guide-widget-2012.sp1272 h4 {
  background: url(http://carnegieendowment.org/layout-images/ViewFrom_Beirut_250x30.png) no-repeat scroll center bottom transparent;
}

.election-guide-widget-2012.sp1275 h4 {
  background: url(http://carnegieendowment.org/layout-images/ViewFrom_Beijing_250x30.png) no-repeat scroll center bottom transparent;
}

.election-guide-widget-2012 .meta.smallest-text {
  font-size: 0.6rem;
}

.election-guide-widget-2012 li a {
  padding-left: 0;
}

.election-guide-widget-2012 h5 {
  color: #3d71b7;
  font-family: "FrutigerNeueLTW02-CnMd", Arial, sans-serif;
}

.landing--hero-image.scroller.include-arrows .section {
  margin-top: 0;
  margin-bottom: 0;
}

.landing--hero-image.scroller.include-arrows .section.description {
  padding-bottom: 0;
}

.landing--hero-image.scroller .section.description {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-top: 0;
  padding-bottom: 30px;
  padding-top: 30px;
}

.landing--hero-image.scroller .section.description .foreground {
  max-width: 900px;
}

.landing--hero-image.scroller .section.description .headline {
  margin: 30px 0;
}

.landing--hero-image.scroller .section.description p {
  line-height: 1.7em;
  margin-bottom: 30px;
}

.landing--hero-image.scroller .section.description a {
  color: #fff;
  text-decoration: underline;
}

.landing--hero-image.scroller .section.description a.button {
  text-decoration: none;
}

.landing--hero-image.scroller .gray-background {
  background-color: #e4e3dd;
}

.landing--hero-image.scroller .section-title {
  display: inline-block;
  margin: 30px 0 60px 0;
  width: auto;
}

.landing--hero-image.scroller .section-title.bordered-box--header {
  border: 1px solid #635a4f;
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}

.landing--hero-image.scroller .section-title.bordered-box--header.teal {
  border: 1px solid #00a79d;
  color: #00a79d;
}

.landing--hero-image.scroller .content-list {
  margin: 60px auto;
  width: 70%;
}

.landing--hero-image.scroller .content-list li.clearfix {
  background-color: #fff;
  border: 1px solid #929497;
  border-radius: 15px;
  display: block;
  margin-bottom: 60px;
  padding: 45px 30px 30px;
  position: relative;
}

.landing--hero-image.scroller .content-list li.clearfix:first-child {
  margin-top: 60px;
}

.landing--hero-image.scroller .content-list li.clearfix .doctype {
  background-color: #00a79d;
  border-radius: 5px;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
  padding: 5px 15px;
  position: absolute;
  right: 5%;
  text-transform: uppercase;
  top: -15px;
}

.landing--hero-image.scroller .content-list li.clearfix h4 {
  line-height: 1.1em;
  margin-bottom: 15px;
}

.landing--hero-image.scroller .content-list li.clearfix .meta li.date, .landing--hero-image.scroller .content-list li.clearfix .meta li.location {
  white-space: nowrap;
}

.landing--hero-image.scroller .content-list li.clearfix .meta li.authors {
  border-right: 0;
  padding-bottom: 0;
  display: inline-block;
}

.landing--hero-image.scroller .content-list li.clearfix .meta em, .landing--hero-image.scroller .content-list li.clearfix .meta i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.landing--hero-image.scroller .content-list li.clearfix p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing--hero-image.scroller .three-column .content-list {
  width: 100%;
}

.landing--hero-image.scroller .three-column .content-list ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.landing--hero-image.scroller .three-column .content-list li.clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  float: left;
  clear: none;
  margin: 0 15px 60px 15px;
  width: 30%;
}

.landing--hero-image.scroller .three-column .content-list li.clearfix .col-30.content-img {
  width: 100%;
}

.landing--hero-image.scroller .three-column .content-list li.clearfix .list-across-divided > li {
  line-height: 1.5em;
}

.landing--hero-image.scroller .black-background {
  background-color: #000;
  padding-top: 60px;
  margin-bottom: 0;
}

.landing--hero-image.scroller .black-background .light-blue {
  color: #27aae1;
}

.landing--hero-image.scroller .black-background .light-blue .no-link {
  border: 2px solid #27aae1;
}

.landing--hero-image.scroller .black-background .media {
  color: #fff;
}

.landing--hero-image.scroller .black-background .media .gutters .cols {
  margin-left: 0;
  margin-right: 0;
}

.landing--hero-image.scroller .black-background .media .meta {
  color: #fff;
}

.landing--hero-image.scroller .black-background .media .title {
  padding-top: 15px;
}

.landing--hero-image.scroller .black-background .media .avatar {
  border: 1px solid #27aae1;
}

.landing--hero-image.scroller .black-background .media .col-70 {
  text-align: left;
}

.landing--hero-image.scroller .black-background .container-connector .connector.ceip-icon {
  background-color: #000;
  color: #fff;
}

.landing--hero-image.scroller .sign-up {
  padding-top: 60px;
}

.landing--hero-image.scroller .sign-up .bordered-box--header {
  color: #998b7b;
}

.landing--hero-image.scroller .sign-up .bordered-box--header .no-link {
  border-color: #998b7b;
}

.landing--hero-image.scroller .sign-up .cols p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  padding-right: 60px;
}

.landing--hero-image.scroller .sign-up .clean-form {
  background-color: #fff;
}

.landing--hero-image.scroller .sign-up .clean-form p {
  font-size: 0.8rem;
}

.landing--hero-image.scroller .sign-up .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.scroller .sign-up .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.scroller .experts {
  background-color: #fff;
  color: #000;
  padding-top: 30px;
}

.landing--hero-image.scroller .experts h3 {
  color: #000;
  padding-bottom: 30px;
  text-align: center;
}

.landing--hero-image.scroller .experts .avatar {
  float: none;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

.landing--hero-image.scroller .experts h4, .landing--hero-image.scroller .experts .meta {
  text-align: center;
}

.landing--hero-image.scroller .experts h4 a, .landing--hero-image.scroller .experts .meta {
  color: #000;
}

.landing--hero-image.scroller .experts p {
  display: none;
}

.landing--hero-image.scroller .container-connector {
  display: inline-block;
  position: relative;
  width: 100%;
  bottom: -38px;
}

.landing--hero-image.scroller .container-connector .connector {
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 70px;
  background-color: #e4e3dd;
}

.landing--hero-image.scroller .container-connector .connector.ceip-icon {
  font-size: 4rem;
}

.landing--hero-image.scroller .container-connector .connector.ceip-icon {
  color: #fff;
}

@media (max-width: 1024px) {
  .landing--hero-image.scroller .content .three-column .content-list li.clearfix {
    width: 45%;
  }
  .landing--hero-image.scroller .sign-up .cols p {
    padding-left: 15px;
  }
  .landing--hero-image.scroller .sign-up .clean-form {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.scroller .content .three-column .content-list {
    width: 90%;
  }
  .landing--hero-image.scroller .content .three-column .content-list li.clearfix .doctype {
    font-size: 0.7rem;
  }
  .landing--hero-image.scroller .content .three-column .content-list li.clearfix {
    width: 90%;
  }
  .landing--hero-image.scroller .sign-up .cols p {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .landing--hero-image.scroller .sign-up .clean-form {
    margin-right: 0;
  }
}

.landing--hero-image.CarnegieElectionGuideAViewFromEurope .zone-title, .landing--hero-image.frenchElections2012 .zone-title, .landing--hero-image.germanElections .zone-title, .landing--hero-image.windowIntoChina .zone-title, .landing--hero-image.CarnegieElectionGuideAViewFromBeijing .zone-title {
  background-position: bottom 10% center;
}

.landing--hero-image.CarnegieElectionGuideAViewFromEurope .zone-title {
  background-image: url(/layout-images/bnr/2012CarnegieElections-Brussels1680x490.jpg);
}

.landing--hero-image.frenchElections2012 .zone-title {
  background-image: url(/layout-images/bnr/FrenchElections_1680x490.jpg);
}

.landing--hero-image.germanElections .zone-title {
  background-image: url(/layout-images/bnr/bnr_GermanElections_1680x490.jpg);
}

.landing--hero-image.insideTurkeysElections .zone-title {
  background-image: url(/layout-images/bnr/bnr_TurkishElections_1680x490.jpg);
}

.landing--hero-image.natos2percentpledge .zone-title {
  background-image: url(/layout-images/bnr/bnr_NATO2Percent.jpg);
}

.landing--hero-image.CarnegieElectionGuideAViewFromBeijing .zone-title {
  background-image: url(/layout-images/bnr/2012CarnegieElections-Beijing1680x490.jpg);
}

.landing--hero-image.windowIntoChina .zone-title {
  background-image: url(/layout-images/bnr/bnr_WindowOnChina_1680x490.jpg);
}

.landing--hero-image.sourcesofSectarianismintheMiddleEast .zone-title {
  background-image: url(/layout-images/bnr/bnr_SourcesOfSectarianism_1680x490.jpg);
}

.landing--hero-image.cyber .zone-title {
  background-image: url(/layout-images/bnr/bnr_Cyber_1680.jpg);
}

.landing--hero-image.theRoadThroughParis .zone-title {
  background-image: url(/layout-images/bnr/bnr_RoadThroughParis_1680x490.jpg);
}

.landing--hero-image.pricingOilforaWarmingClimate .zone-title {
  background-image: url(/layout-images/bnr/bnr_PricingOilforaWarmingClimate_1680.jpg);
}

.landing--hero-image.russiaEUDialogue .zone-title {
  background-image: url(/layout-images/bnr/bnr_RussiaEUDialogue.jpg);
}

.landing--hero-image.carnegieOilInitiative .zone-title {
  background-image: url(/layout-images/bnr/bkgd_OilPage1680.jpg);
}

.landing--hero-image.carnegieOilInitiative .container-title h1 {
  text-transform: uppercase;
}

.landing--hero-image.carnegieOilInitiative .container-title .description {
  color: #fff;
  display: block;
  float: left;
  padding-top: 1em;
}

.landing--hero-image.carnegieOilInitiative .container-title .description p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .landing--hero-image.carnegieOilInitiative .container-title .description {
    display: none;
  }
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons {
  margin-bottom: 3em;
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded {
  background-color: #fff;
  border: 1px dashed #e4e3dd;
  padding: 5%;
}

@media (max-width: 767px) {
  .landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded {
    border: 1px dashed #e4e3dd !important;
  }
  .landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active {
    border: 1px dashed #9dca64 !important;
  }
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3 {
  background-color: #e4e3dd;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.9em;
  height: 8.5em;
  margin: 5% 0;
  padding: 15%;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3 {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 900px) {
  .landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3 {
    font-size: 0.8em;
    height: 9em;
  }
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3 span {
  background-repeat: no-repeat;
  background-size: 80%;
  display: block;
  height: 3em;
  width: 3em;
}

@media (max-width: 1024px) {
  .landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3 span {
    background-size: 50%;
  }
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3.climate span {
  background-image: url(/layout-images/icons/icon-cloud-white.png);
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3.economy span {
  background-image: url(/layout-images/icons/icon-dollar-white.png);
  background-size: 40%;
}

@media (max-width: 1024px) {
  .landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3.economy span {
    background-size: 20%;
  }
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3.environment span {
  background-image: url(/layout-images/icons/icon-plant-white.png);
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3.geopolitics span {
  background-image: url(/layout-images/icons/icon-globe-white.png);
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3.archives span {
  background-image: url(/layout-images/icons/icon-archive-arrows-white.png);
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded h3:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded:hover {
  background-color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active {
  border: 1px dashed #9dca64;
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active h3.climate {
  background-color: #9dca64;
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active h3.climate:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active h3.economy {
  background-color: #33805F;
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active h3.economy:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active h3.environment {
  background-color: #34A3DB;
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active h3.environment:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active h3.geopolitics {
  background-color: #002546;
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active h3.geopolitics:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active h3.archives {
  background-color: #a28556;
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons .banded.active h3.archives:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.landing--hero-image.carnegieOilInitiative .oil-section-buttons a.col:hover {
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .landing--hero-image.carnegieOilInitiative .oil-section-buttons .col.col-20 {
    float: left !important;
    margin-bottom: 15px;
    width: 50% !important;
  }
  .landing--hero-image.carnegieOilInitiative .oil-section-buttons .gutters {
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding: 10% !important;
  }
}

@media (max-width: 480px) {
  .landing--hero-image.carnegieOilInitiative .oil-section-buttons .col.col-20 {
    float: left !important;
    margin-bottom: 15px;
    width: 80% !important;
  }
}

.landing--hero-image.regionalVoicesontheChallengesofNuclearDeterrenceStabilityinSouthernAsia .zone-title {
  background-image: url(/layout-images/bnr/bnr_RegionalNuclearSouthAsia_1680.jpg);
}

.landing--hero-image.theIranDealOneYearOn .zone-title {
  background-image: url(/layout-images/bnr/bnr_IranDealOneYear_1680.jpg);
}

.landing--hero-image.CarnegieElectionGuide .zone-title {
  background-image: url(/layout-images/bnr/2012CarnegieElectionsGuide1680x490.jpg);
}

.landing--hero-image.CarnegieElectionGuide .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.YearsAfter .zone-title {
  background-image: url(/layout-images/bnr/20YearsAfter_1680x490.jpg);
}

.landing--hero-image.YearsAfter .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.WhatLiesAhead .zone-title {
  background-image: url(/layout-images/bnr/bnr_2014_header.jpg);
}

.landing--hero-image.WhatLiesAhead .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.indiaDecides2014 .zone-title {
  background-image: url(/layout-images/bnr/bnr_IndiaDecides_header.jpg);
}

.landing--hero-image.indiaDecides2014 .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.indonesiaVotes .zone-title {
  background-image: url(/layout-images/bnr/bnr_IndoVotes_header.jpg);
}

.landing--hero-image.indonesiaVotes .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.insideRussia .zone-title {
  background-image: url(/layout-images/bnr/bnr_InsideRussia_1680x490.jpg);
}

.landing--hero-image.insideKorea .zone-title {
  background-image: url(/layout-images/bnr/bnr_insideKorea-1980x490.jpg);
}

.landing--hero-image.changingGeopoliticsofEurasia .zone-title {
  background-image: url(/layout-images/bnr/bnr_GeopoliticsEurasia_1680.jpg);
}

.landing--hero-image.TaskForceonUSPolicyTowardRussiaUkraineandEurasia .zone-title {
  background-image: url(/layout-images/bnr/bnr_taskForceEurasia_1680c.jpg);
}

.landing--hero-image.myanmarVotes2015 .zone-title {
  background-image: url(/layout-images/bnr/bnr_MyanmarVotes.jpg);
  background-position: left bottom;
}

.landing--hero-image.myanmarVotes2015 .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.risingDemocraciesNetwork .zone-title {
  background-image: url(/layout-images/bnr/bnr_RisingDemocracies_1680x490.jpg);
  background-position: left bottom;
}

.landing--hero-image.risingDemocraciesNetwork .container-title {
  display: none;
}

.landing--hero-image.risingDemocraciesNetwork .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.theGlobalDynamicsoftheSyrianConflict .zone-title {
  background-image: url(/layout-images/bnr/bnr_GlobalImpactSyria_header.jpg);
  background-position: left bottom;
}

.landing--hero-image.theGlobalDynamicsoftheSyrianConflict .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.EuroAtlanticSecurityInitiativeEASI .zone-title {
  background-image: url(/layout-images/bnr/EASI_1680X490_11_2013.jpg);
  background-position: center bottom;
}

.landing--hero-image.EuroAtlanticSecurityInitiativeEASI .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.EuroAtlanticSecurityInitiativeEASI .container-title {
  display: none;
}

.landing--hero-image.EuroAtlanticSecurityInitiativeEASI .zone-title__nav ul.sp-nav__top-level a {
  font-size: 0.95em;
  padding: 10px 8px;
}

.landing--hero-image.nextGen .zone-title {
  background-image: url(/layout-images/bnr/EASI_1680X490_NextGen.jpg);
  background-position: center bottom;
}

.landing--hero-image.nextGen .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.nextGen .container-title {
  display: none;
}

.landing--hero-image.nextGen .zone-title__nav ul.sp-nav__top-level a {
  font-size: 0.95em;
  padding: 10px 8px;
}

.landing--hero-image.nuclearPolicyConferences .zone-title {
  background-image: url(/layout-images/bnr/NPC_Header_generic.jpg);
}

.landing--hero-image.nuclearPolicyConferences .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.nuclearPolicyConferences div.containerRelated.npp li a span {
  background-image: url(/layout-images/sprite_footerShareIcons.png);
  background-repeat: no-repeat;
  display: table;
  float: left;
  height: 32px;
  margin-right: 0.5em;
  width: 32px;
}

.landing--hero-image.nuclearPolicyConferences div.containerRelated.npp li.twitter a span {
  background-position: 0 -64px;
}

.landing--hero-image.nuclearPolicyConferences div.containerRelated.npp li.facebook a span {
  background-position: 0 -96px;
}

.landing--hero-image.oilClimateIndex .zone-title {
  background-image: url(/layout-images/bnr/OilClimateIndex-1680x490.jpg);
}

.landing--hero-image.theUSJapanAlliancePastIsPrologue .zone-title {
  background-image: url(/layout-images/bnr/bnr_USJapanAlliance-1680x490.jpg);
}

.landing--hero-image.reformingUkraine .zone-title {
  background-image: url(/layout-images/bnr/bnr_UkraineMonitor.jpg);
}

.landing--hero-image.usrussialonghaul .zone-title {
  background-image: url(/layout-images/bnr/bnr_LongHaul1980.jpg);
}

.landing--hero-image.fincyber .zone-title {
  background-image: url(/layout-images/campaign-assets/banner-fincyber.jpg);
}

.landing--hero-image.europeanExternalStrategyProject .zone-title {
  background-image: url(/layout-images/bnr/bnr_EESP_1680x490.jpg);
  background-position: bottom center;
}

.landing--hero-image.europeanExternalStrategyProject .zone-title__foreground {
  height: 310px;
}

@media (max-width: 767px) {
  .landing--hero-image.europeanExternalStrategyProject .zone-title {
    background-position: bottom left 25%;
    background-size: 300%;
  }
}

.landing--hero-image.brexit .zone-title {
  background-image: url(/layout-images/bnr/bnr_Brexit_1680.jpg);
}

.landing--hero-image.chinaVenezuelaRelations .zone-title {
  background-image: url(/layout-images/bnr/bnr_ChinaVenezuela_1680.jpg);
}

.landing--hero-image.bayofBengalInitiative .zone-title {
  background-image: url(/layout-images/bnr/bnr_BayBengal_1680.jpg);
}

.landing--hero-image.eurasiainTransition .zone-title {
  background-image: url(/layout-images/bnr/bnr_EurasiaInTransition_1680.jpg);
}

.landing--hero-image.securityinEurope .zone-title {
  background-image: url(/layout-images/bnr/bnr_Security-in-Europe-1980.jpg);
}

.landing--hero-image.protectingFinancialStability .zone-title {
  background-image: url(/layout-images/campaign-assets/banner-fincyber.jpg);
}

.landing--hero-image.protectingFinancialStability .ceip-video-gallery .componentWrapper .playlistThumb {
  width: 0;
}

.landing--hero-image.protectingFinancialStability .ebook-widget__global-norms.ebook-widget.app-links .h-alt {
  text-align: center;
}

.landing--hero-image.protectingFinancialStability .ebook-widget__global-norms.ebook-widget.app-links a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: auto;
  width: auto;
}

.landing--hero-image.protectingFinancialStability .ebook-widget__global-norms.ebook-widget .containerPromo {
  margin: 10px;
}

.landing--hero-image.protectingFinancialStability .ebook-widget__global-norms.ebook-widget .containerPromo a {
  background-image: url("https://images.carnegieendowment.org/images/article_images/Cyber_Financial-Data_white-paper-1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 250px;
  height: 250px;
  width: auto;
}

.landing--hero-image.fincyber-guides .zone-title {
  background-image: url(/layout-images/special-projects/img/fincyber/GuidesBackground.jpg);
}

.landing--hero-image.europesElectionYear .zone-title {
  background-image: url(/layout-images/bnr/bnr_EuropeElectionYear_1680.jpg);
}

.landing--hero-image.tunisiaMonitor .zone-title {
  background-image: url(/layout-images/bnr/bnr_TunisiaMonitor_1680.jpg);
}

.landing--hero-image.tunisiaMonitor .ar a {
  letter-spacing: 0;
}

.landing--hero-image.beltAndRoadInitiative .zone-title {
  background-image: url(/layout-images/bnr/bnr_BeltRoad1680.jpg);
}

.landing--hero-image.conflictAndRefugees .zone-title {
  background-image: url(/layout-images/bnr/bnr_ConflictRefugees1680.jpg);
}

.landing--hero-image.conflictAndRefugees .zone-1 .nav-tabs > li > a {
  font-size: 0.9rem;
}

.landing--hero-image.russianpresidentialelection .zone-title {
  background-image: url(/layout-images/bnr/bnr_2018RussianPresidentialElection_1980.jpg);
}

.landing--hero-image.bookReviews .zone-title {
  background-image: url(/layout-images/bnr/bnr_bookReviews_1980.jpg);
}

.landing--hero-image.europeInitiative .zone-title {
  background-image: url(/layout-images/bnr/bnr_europeInitiative_1980.jpg);
}

.landing--hero-image.politicalEconomy .zone-title {
  background-image: url(/layout-images/bnr/bnr_PoliticalEconomy-1980.jpg);
}

.landing--hero-image.securityStudies .zone-title {
  background-image: url(/layout-images/bnr/bnr_SecurityStudies-1980.jpg);
}

.landing--hero-image.technologyandSociety .zone-title {
  background-image: url(/layout-images/bnr/bnr_TechnologyAndSociety-1980.jpg);
}

.landing--hero-image.thereturnofglobalrussia .zone-title {
  background-image: url(/layout-images/bnr/global-russia_project-page-banner1980x490.jpg);
  background-position: center right;
}

.landing--hero-image.politicalislam .zone-title {
  background-image: url(/layout-images/bnr/bnr_PoliticalIslam_1980-new.jpg);
  background-position: center right;
}

.landing--hero-image.twentyfirstCenturyStrategicStability .zone-title {
  background-image: url(/layout-images/bnr/bnr_21stCenturyStability-1980.jpg);
}

.landing--hero-image.europeanDefenseinaNewTransatlanticContext .zone-title {
  background-image: url(/layout-images/bnr/bnr_EuropeanDefense-1980.jpg);
}

.landing--hero-image.europeanForeignPolicyinaNewTransatlanticContext .zone-title {
  background-image: url(/layout-images/bnr/bnr_EuropeanFP-1980.jpg);
}

.landing--hero-image.europeanForeignPolicyinaNewTransatlanticContext .funder-image img {
  max-width: 50%;
}

.landing--hero-image.securityStudiesSeminarSeries .zone-title {
  background-image: url(/layout-images/bnr/bnr_CISecurityStudiesSeries-1980.jpg);
}

.landing--hero-image.arabSpring20 .zone-title {
  background-image: url(/layout-images/bnr/bnr_ArabSpring2-1980.jpg);
}

.landing--hero-image.indiaandtheWorld .zone-title {
  background-image: url(/layout-images/bnr/bnr_IndiaInTheWorld-1980.jpg);
  background-size: cover;
}

.landing--hero-image.indiaandtheWorld .zone-title .container-title {
  background: #003A63;
}

.landing--hero-image.indiaElects2019 .zone-title {
  background-image: url(/layout-images/bnr/bnr_IndiaDecides2019_SiteHeader_1680.jpg);
}

.landing--hero-image.indiaElects2019 .zone-title .container-title {
  background: none;
}

.landing--hero-image.indiaElects2019 .zone-title .container-title h1 {
  background-image: url(/layout-images/bnr/hdr_IndiaDecides2019_Name.png);
  background-repeat: no-repeat;
  color: transparent;
  height: 100px;
  width: 900px;
}

@media (max-width: 767px) {
  .landing--hero-image.indiaElects2019 .zone-title .container-title h1 {
    background-size: 60%;
    height: 60px;
  }
}

.landing--hero-image.sinoRussianEntente .zone-title {
  background-image: url(/layout-images/bnr/bnr_SinoRussianEntente-1980.jpg);
}

.landing--hero-image.reshapingEuropeanDemocracy .zone-title {
  background-image: url(/layout-images/bnr/bnr_EuropeanDemocracy1980.jpg);
  background-size: cover;
}

.landing--hero-image.reshapingEuropeanDemocracy .zone-title .zone-title__foreground {
  height: 305px;
}

.landing--hero-image.reshapingEuropeanDemocracy .section.description {
  background-color: #00a79d;
  margin-bottom: 0;
}

.landing--hero-image.reshapingEuropeanDemocracy .section.description h2 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 15px;
}

.landing--hero-image.reshapingEuropeanDemocracy .section.description p {
  margin-bottom: 0;
}

.landing--hero-image.reshapingEuropeanDemocracy .section.description .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.reshapingEuropeanDemocracy .section.description .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.reshapingEuropeanDemocracy .gray-background .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.reshapingEuropeanDemocracy .gray-background .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.reshapingEuropeanDemocracy .section.content {
  margin-top: 60px;
}

.landing--hero-image.reshapingEuropeanDemocracy .no-gutter-top {
  margin-top: 0;
}

.landing--hero-image.reshapingEuropeanDemocracy .no-gutter-top .button-alt.teal {
  background-color: #003A63;
  color: #fff;
}

.landing--hero-image.reshapingEuropeanDemocracy .section.team {
  margin-bottom: 30px;
}

.landing--hero-image.reshapingEuropeanDemocracy.about p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing--hero-image.europeanDemocracyHub .zone-title {
  background-image: url(/layout-images/special-projects/img/europeandemocracyhub/hdr_EuropeanDemocracyHub_1980x490-2.jpg);
  background-size: cover;
}

.landing--hero-image.europeanDemocracyHub .zone-title .zone-title__foreground {
  height: 305px;
}

.landing--hero-image.europeanDemocracyHub .zone-title .container-title {
  background: transparent;
  left: 30%;
}

.landing--hero-image.europeanDemocracyHub .zone-title .container-title a {
  background-image: url(/layout-images/special-projects/img/europeandemocracyhub/EDH-Logo-bg-colour.png);
  background-size: contain;
  width: 400px;
  height: 200px;
  display: inline-block;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.landing--hero-image.europeanDemocracyHub .zone-title .container-title a h1 {
  display: none;
}

@media (max-width: 767px) {
  .landing--hero-image.europeanDemocracyHub .zone-title .container-title {
    left: 0;
  }
}

.landing--hero-image.europeanDemocracyHub .section.description {
  background-color: #e6e7e8;
  margin-bottom: 0;
}

.landing--hero-image.europeanDemocracyHub .section.description h2 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 15px;
}

.landing--hero-image.europeanDemocracyHub .section.description p {
  color: #003A63;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 0;
}

.landing--hero-image.europeanDemocracyHub .section.description a {
  color: #003A63;
}

.landing--hero-image.europeanDemocracyHub .section.description .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.europeanDemocracyHub .section.description .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.europeanDemocracyHub .gray-background .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.europeanDemocracyHub .gray-background .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.europeanDemocracyHub .gray-background.sign-up {
  padding-bottom: 60px;
}

.landing--hero-image.europeanDemocracyHub .section.content {
  margin-top: 60px;
}

.landing--hero-image.europeanDemocracyHub .section.content .content-list li.clearfix .doctype {
  background-color: #003A63;
}

.landing--hero-image.europeanDemocracyHub .section.content .content-list li.clearfix p {
  display: none;
}

.landing--hero-image.europeanDemocracyHub .no-gutter-top {
  margin-top: 0;
}

.landing--hero-image.europeanDemocracyHub .no-gutter-top .button-alt.teal {
  background-color: #003A63;
  color: #fff;
}

.landing--hero-image.europeanDemocracyHub .section.team {
  margin-bottom: 30px;
  margin-top: 60px;
}

.landing--hero-image.europeanDemocracyHub .section.team .epd-logo {
  background-image: url(/layout-images/special-projects/img/europeandemocracyhub/EPD-LOGO_Standard_Blues.png);
  background-size: contain;
  width: 300px;
  height: 150px;
  display: inline-block;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.landing--hero-image.europeanDemocracyHub .section.team p {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  margin-top: 30px;
}

.landing--hero-image.civicResearchNetwork .zone-title {
  background-image: url(/layout-images/bnr/bnr_CAN_1680.jpg);
  background-size: cover;
}

.landing--hero-image.civicResearchNetwork .zone-title .zone-title__foreground {
  height: 305px;
}

.landing--hero-image.civicResearchNetwork .section.description {
  background-color: #00a79d;
  margin-bottom: 0;
}

.landing--hero-image.civicResearchNetwork .section.description h2 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 15px;
}

.landing--hero-image.civicResearchNetwork .section.description .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.civicResearchNetwork .section.description .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.civicResearchNetwork .gray-background {
  background-color: #e4e3dd;
  margin-top: 0;
  padding: 60px 0 30px 0;
}

.landing--hero-image.civicResearchNetwork .gray-background .button::after {
  content: none;
}

.landing--hero-image.civicResearchNetwork .gray-background .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.civicResearchNetwork .gray-background .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.civicResearchNetwork .section.content {
  margin-top: 60px;
}

.landing--hero-image.civicResearchNetwork .section.content.members {
  margin-top: 60px;
}

.landing--hero-image.civicResearchNetwork .section.content.members .avatar--bigger {
  background-position: center top;
}

.landing--hero-image.civicResearchNetwork .section.content.members .meta strong {
  display: block;
  padding-bottom: 10px;
}

.landing--hero-image.civicResearchNetwork .section.content.members ul.clean-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.landing--hero-image.civicResearchNetwork .section.content.members ul.clean-list li .col {
  margin-top: 15px;
}

.landing--hero-image.civicResearchNetwork .section.content.members ul.clean-list li .clean-list li {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.landing--hero-image.civicResearchNetwork .section.content.members ul.clean-list li .meta a {
  overflow-wrap: break-word;
}

.landing--hero-image.civicResearchNetwork .section.content.members .list-items-divided li.cols.no-border {
  border-bottom: red 2px solid;
}

.landing--hero-image.civicResearchNetwork .no-gutter-top {
  margin-top: 0;
}

.landing--hero-image.civicResearchNetwork .no-gutter-top .button-alt.teal {
  background-color: #003A63;
  color: #fff;
}

.landing--hero-image.civicResearchNetwork .section.team {
  margin-bottom: 30px;
}

.landing--hero-image.civicResearchNetwork.about p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing--hero-image.xBorderLocalResearchNetwork .zone-title {
  background-image: url(/layout-images/bnr/bnr_XBorder-1980.jpg);
}

@media (max-width: 1024px) {
  .landing--hero-image.xBorderLocalResearchNetwork .zone-title {
    background-size: cover;
  }
}

.landing--hero-image.xBorderLocalResearchNetwork .zone-title .zone-title__foreground {
  height: 305px;
}

.landing--hero-image.xBorderLocalResearchNetwork .zone-title .container-title {
  background: none;
  bottom: -30px;
  position: relative;
}

.landing--hero-image.xBorderLocalResearchNetwork .zone-title .container-title h1 {
  background-image: url(/layout-images/bnr/hdr_Xborder-Cmyk-Light.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  height: 200px;
  float: none;
  margin: 0 auto;
  width: 223px;
}

.landing--hero-image.xBorderLocalResearchNetwork .zone-title .container-title a:hover {
  text-decoration: none;
}

.landing--hero-image.xBorderLocalResearchNetwork .description {
  background-color: #257f7e;
  margin-bottom: 0;
}

.landing--hero-image.xBorderLocalResearchNetwork .description h2 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 15px;
}

.landing--hero-image.xBorderLocalResearchNetwork .bulletin {
  margin-top: 0;
  padding-bottom: 30px;
}

.landing--hero-image.xBorderLocalResearchNetwork .bulletin .bulletin-cover {
  background-image: url(/layout-images/special-projects/img/xborder/Peripheral-Vision-fall20.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 200px;
  margin-bottom: 15px;
  width: auto;
}

.landing--hero-image.xBorderLocalResearchNetwork.about p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing--hero-image.paxSinica .zone-title .background-video .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  overflow: hidden;
  position: relative;
}

.landing--hero-image.paxSinica .zone-title .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -75%;
}

.landing--hero-image.paxSinica .zone-title video {
  background: url(/layout-images/special-projects/img/paxsinica/hdr_PaxSinica_static.png) no-repeat;
  position: absolute;
  top: -32%;
  left: 50%;
  min-width: 100%;
  min-height: 40%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.landing--hero-image.paxSinica .zone-title h1 {
  background-image: url(/layout-images/special-projects/img/paxsinica/PaxSinica_HeaderText-desktop.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 32%;
  left: 5%;
  color: transparent;
  height: 162px;
  float: none;
  margin: 0;
  position: absolute;
  width: 793px;
}

.landing--hero-image.paxSinica .section.description {
  background-color: #e6e7e8;
  margin-bottom: 0;
  padding-bottom: 0;
}

.landing--hero-image.paxSinica .section.description p {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin: auto auto;
  padding-top: 38px;
}

.landing--hero-image.paxSinica .section.description p em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.landing--hero-image.paxSinica .section.description .container-connector .connector {
  background-color: #fff;
  color: #e6e7e8;
}

.landing--hero-image.paxSinica .content {
  margin-bottom: 0;
}

.landing--hero-image.paxSinica .content .container-connector .connector {
  background-color: #e6e7e8;
  color: #fff;
}

.landing--hero-image.paxSinica .content .content-list li.clearfix .doctype {
  background-color: #000;
}

.landing--hero-image.paxSinica .gray-background {
  background-color: #e6e7e8;
}

.landing--hero-image.paxSinica .sign-up {
  margin-top: 0;
}

.landing--hero-image.paxSinica .sign-up .section-title {
  margin-top: 45px;
}

.landing--hero-image.paxSinica .experts .bordered-box--header {
  color: #998b7b;
}

@media (max-width: 1024px) {
  .landing--hero-image.paxSinica .zone-title {
    background-size: cover;
  }
  .landing--hero-image.paxSinica .sign-up .cols p {
    padding-left: 15px;
  }
  .landing--hero-image.paxSinica .sign-up .clean-form {
    margin-right: 15px;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing--hero-image.paxSinica .zone-title .background-video .video-container {
    height: 50vh;
  }
  .landing--hero-image.paxSinica .zone-title h1 {
    background-image: url(/layout-images/special-projects/img/paxsinica/PaxSinica_HeaderText-mobile.png);
    bottom: 40%;
    height: 192px;
    width: 422px;
  }
  .landing--hero-image.paxSinica .zone-title video {
    top: -22%;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .landing--hero-image.paxSinica .zone-title .background-video .video-container {
    height: 65vh;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.paxSinica .zone-title video {
    max-height: 130%;
  }
  .landing--hero-image.paxSinica .zone-title h1 {
    bottom: 35%;
    width: 85%;
  }
  .landing--hero-image.paxSinica .sign-up .cols p {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .landing--hero-image.paxSinica .sign-up .clean-form {
    margin-right: 0;
  }
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .zone-title {
  background-image: url(/layout-images/bnr/bnr_relaunchingusrussiadialogueonglobalchallenges.jpg);
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .section.description {
  background-color: #e6e7e8;
  margin-bottom: 0;
  padding-bottom: 0;
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .section.description p {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin: auto auto;
  padding-top: 38px;
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .section.description p em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .section.description p.us-embassy {
  background-image: url(/layout-images/special-projects/img/EMB-MOSCOW-Seal.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 50px;
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .section.description p.us-embassy em {
  display: block;
  padding-left: 75px;
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .section.description .container-connector .connector {
  background-color: #fff;
  color: #e6e7e8;
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .content {
  margin-bottom: 0;
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .content .content-list li.clearfix .doctype {
  background-color: #000;
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .sign-up {
  margin-top: 0;
}

.landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .sign-up .section-title {
  margin-top: 45px;
}

@media (max-width: 1024px) {
  .landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .zone-title {
    background-size: cover;
  }
  .landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .sign-up .cols p {
    padding-left: 15px;
  }
  .landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .sign-up .clean-form {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .sign-up .cols p {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .landing--hero-image.relaunchingusrussiadialogueonglobalchallenges .sign-up .clean-form {
    margin-right: 0;
  }
}

.landing--hero-image.cybernorms-page .zone-title {
  background-image: url(/layout-images/special-projects/img/cybernorms/bnr_CyberNorms1980.jpg);
}

.landing--hero-image.cybernorms-page .section.description {
  background-color: #3183b1;
  margin-bottom: 0;
  padding-bottom: 0;
}

.landing--hero-image.cybernorms-page .section.description p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin: auto auto;
}

.landing--hero-image.cybernorms-page .section.description p em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.landing--hero-image.cybernorms-page .section.description .container-connector .connector {
  background-color: #DFE0E1;
  color: #fff;
}

.landing--hero-image.cybernorms-page .card-background {
  background-color: #DFE0E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.landing--hero-image.cybernorms-page .cards--equal-heights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing--hero-image.cybernorms-page .cards--equal-heights > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 30%;
}

.landing--hero-image.cybernorms-page .cards--equal-heights > .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  background-color: #b8b8b9;
  border: 1px #fff solid;
  margin: 30px 15px;
}

.landing--hero-image.cybernorms-page .cards--equal-heights .banded,
.landing--hero-image.cybernorms-page .cards--equal-heights .area-focus {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.landing--hero-image.cybernorms-page .cards--equal-heights .card .bordered-box h4, .landing--hero-image.cybernorms-page .cards--equal-heights .card .bordered-box h4 a {
  color: #062544;
}

.landing--hero-image.cybernorms-page .cards--equal-heights .card .bordered-box p {
  color: #062544;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing--hero-image.cybernorms-page .cards--equal-heights .card .bordered-box .button.soon::after {
  content: none;
}

.landing--hero-image.cybernorms-page .cards--equal-heights .card .bordered-box .button.soon:hover {
  background-color: #062544;
}

.landing--hero-image.cybernorms-page .content-list li.clearfix:first-child {
  margin-top: 0;
}

.landing--hero-image.cybernorms-page .content-list li.clearfix .doctype {
  background-color: #3183b1;
}

.landing--hero-image.cybernorms-page .sign-up.gray-background {
  background-color: #062544;
  padding-bottom: 60px;
}

.landing--hero-image.cybernorms-page .sign-up.gray-background p.text {
  color: #fff;
}

.landing--hero-image.cybernorms-page .sign-up.gray-background .bordered-box--header .no-link, .landing--hero-image.cybernorms-page .sign-up.gray-background .bordered-box--header {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 1024px) {
  .landing--hero-image.cybernorms-page .zone-title--bg {
    background-size: cover;
  }
  .landing--hero-image.cybernorms-page .cards--equal-heights > .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.cybernorms-page .cards--equal-heights > .card p {
    display: none;
  }
  .landing--hero-image.cybernorms-page .cards--equal-heights > .card h4 {
    margin-bottom: 15px;
  }
  .landing--hero-image.cybernorms-page .content-list {
    width: 80%;
  }
  .landing--hero-image.cybernorms-page .content-list li.clearfix .meta li.location {
    white-space: normal;
  }
  .landing--hero-image.cybernorms-page .sign-up .cols p {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .landing--hero-image.cybernorms-page .sign-up .clean-form {
    margin-right: 0;
  }
}

.landing--hero-image.decodingLebanon .zone-title {
  background-image: url(/layout-images/bnr/bnr_DecodingLebanon-1980.jpg);
  background-size: cover;
}

.landing--hero-image.decodingLebanon .section.description {
  background-color: #e6e7e8;
  margin-bottom: 0;
  padding-bottom: 0;
}

.landing--hero-image.decodingLebanon .section.description p {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin: auto auto;
  padding-top: 38px;
}

.landing--hero-image.decodingLebanon .section.description p em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.landing--hero-image.decodingLebanon .section.description .container-connector .connector {
  background-color: #fff;
  color: #e6e7e8;
}

.landing--hero-image.decodingLebanon .section.content {
  margin-bottom: 0;
  margin-top: 60px;
}

.landing--hero-image.decodingLebanon .section.content .container-connector .connector {
  background-color: #e6e7e8;
  color: #fff;
}

.landing--hero-image.decodingLebanon .section.content .container-connector.black .connector {
  background-color: #000;
  color: #fff;
}

.landing--hero-image.decodingLebanon .section.content .content-list li.clearfix .doctype {
  background-color: #000;
}

.landing--hero-image.decodingLebanon .section.black-background .bordered-box--header {
  border: 1px solid #27aae1;
  color: #27aae1;
}

.landing--hero-image.decodingLebanon .section.black-background .media a {
  color: #27aae1;
  font-weight: bold;
}

.landing--hero-image.decodingLebanon .section.black-background .button {
  background-color: #27aae1;
}

.landing--hero-image.decodingLebanon .section.black-background .button:hover {
  background-color: #a28556;
}

.landing--hero-image.decodingLebanon .section.black-background .container-connector .connector {
  background-color: #e6e7e8;
  color: #fff;
}

.landing--hero-image.decodingLebanon .gray-background {
  background-color: #e6e7e8;
}

.landing--hero-image.knowledgeTransfer .zone-title {
  background-image: url(/layout-images/bnr/bnr_KnowledgeTransfer_WEBHeader_bg.jpg);
}

.landing--hero-image.knowledgeTransfer .zone-title .container-title {
  background: none;
}

.landing--hero-image.knowledgeTransfer .zone-title .container-title h1 {
  background-image: url(/layout-images/bnr/bnr_KnowledgeTransferHeader_text.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: transparent;
  height: 100px;
  width: 800px;
}

@media (max-width: 767px) {
  .landing--hero-image.knowledgeTransfer .zone-title .container-title h1 {
    background-size: 60%;
    height: 60px;
  }
}

.landing--hero-image.anahitaSpeakerSeries .zone-title {
  background-image: url(/layout-images/bnr/bnr_Anahita-Webpage-1980.jpg?v=1);
}

@media (max-width: 1024px) {
  .landing--hero-image.anahitaSpeakerSeries .zone-title {
    background-size: cover;
  }
}

.landing--hero-image.anahitaSpeakerSeries .zone-title .container-title {
  background: none;
  width: 100%;
}

.landing--hero-image.anahitaSpeakerSeries .zone-title .container-title h1 {
  background-image: url(/layout-images/bnr/hdr_Anahita-Webpage_Title.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: transparent;
  height: 150px;
  margin: 0 auto;
  width: 600px;
}

@media (max-width: 767px) {
  .landing--hero-image.anahitaSpeakerSeries .zone-title .container-title h1 {
    background-size: 100%;
    height: 80px;
    width: 100%;
  }
}

.landing--hero-image.anahitaSpeakerSeries .avatar {
  border: 1px solid #00a79d;
  height: 100px;
  width: 100px;
}

.landing--hero-image.anahitaSpeakerSeries .speakers a {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing--hero-image.anahitaSpeakerSeries .speakers a:hover {
  background: #e4e3dd;
  text-decoration: none;
}

.landing--hero-image.anahitaSpeakerSeries .speakers a span {
  color: #000;
}

.landing--hero-image.anahitaSpeakerSeries .speakers .col-50 {
  width: 49%;
}

@media (max-width: 767px) {
  .landing--hero-image.anahitaSpeakerSeries .avatar {
    width: 100px !important;
  }
}

.landing--hero-image.interpretingIndia .zone-title {
  background-color: #00314f;
  background-image: url(/layout-images/bnr/InterpretingIndia_webheader-bg.jpg);
}

@media (max-width: 1024px) {
  .landing--hero-image.interpretingIndia .zone-title {
    background-size: cover;
  }
}

.landing--hero-image.interpretingIndia .zone-title .zone-title__foreground {
  height: 350px;
}

.landing--hero-image.interpretingIndia .zone-title .container-title {
  background: none;
  width: 100%;
}

.landing--hero-image.interpretingIndia .zone-title .container-title h1 {
  background-image: url(/layout-images/bnr/InterpretingIndia_webheader-type.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  height: 250px;
  margin: 0 auto;
  width: 250px;
}

@media (max-width: 767px) {
  .landing--hero-image.interpretingIndia .zone-title .container-title h1 {
    background-size: 50%;
    height: 70px;
  }
}

.landing--hero-image.interpretingIndia .avatar {
  height: 100px;
  width: 100px;
}

.landing--hero-image.interpretingIndia .speakers a {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing--hero-image.interpretingIndia .speakers a:hover {
  background: #e4e3dd;
  text-decoration: none;
}

.landing--hero-image.interpretingIndia .speakers a span {
  color: #000;
}

.landing--hero-image.interpretingIndia .speakers .col-50 {
  width: 49%;
}

@media (max-width: 767px) {
  .landing--hero-image.interpretingIndia .avatar {
    width: 100px !important;
  }
}

.landing--hero-image.nuclearNorthKorea .zone-title--bg {
  background-color: #e4e3dd;
  background-image: url(/layout-images/special-projects/img/nuclearNorthKorea/NorthKoreaNuclearSite.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  .landing--hero-image.nuclearNorthKorea .zone-title--bg {
    background-size: auto 100%;
  }
}

.landing--hero-image.nuclearNorthKorea .zone-title__foreground {
  height: 365px;
}

@media (max-width: 767px) {
  .landing--hero-image.nuclearNorthKorea .zone-title__foreground {
    height: 685px;
  }
}

.landing--hero-image.nuclearNorthKorea .container-title {
  background: no-repeat;
  bottom: 0;
  padding-top: 2em;
}

.landing--hero-image.nuclearNorthKorea .container-title h2 {
  color: #faaf42;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2.3rem;
  margin-bottom: .6em;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .landing--hero-image.nuclearNorthKorea .container-title h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.nuclearNorthKorea .container-title h2 {
    font-size: 2.3rem;
    line-height: 1.1em;
  }
}

.landing--hero-image.nuclearNorthKorea .container-title p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  line-height: normal;
  margin-bottom: 60px;
  width: 100%;
}

@media (max-width: 767px) {
  .landing--hero-image.nuclearNorthKorea .container-title p {
    font-size: 1rem;
  }
}

.landing--hero-image.nuclearNorthKorea h3 {
  background-position: left 15px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border-top: 1px solid #d1d2d3;
  color: #002447;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  line-height: 5em;
  margin-bottom: 15px;
  height: 105px;
  text-transform: uppercase;
}

.landing--hero-image.nuclearNorthKorea h3.no-border {
  border-top: none;
}

@media (max-width: 767px) {
  .landing--hero-image.nuclearNorthKorea h3 {
    font-size: 1rem;
    line-height: 1.1em;
    padding-top: 11%;
  }
}

.landing--hero-image.nuclearNorthKorea .card-content .banded {
  background-color: #000;
}

@media (max-width: 767px) {
  .landing--hero-image.nuclearNorthKorea .card-content {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.nuclearNorthKorea .cards-content-section {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.nuclearNorthKorea .cards-content-section :first-child {
    margin-top: 0px;
  }
}

.landing--hero-image.nuclearNorthKorea a > img {
  width: 100%;
  height: auto;
}

.landing--hero-image.nuclearNorthKorea a h5 {
  color: #ffffff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: -2.1em;
  z-index: 505;
}

.landing--hero-image.nuclearNorthKorea a h5 div.title {
  font-size: 1em;
  padding: 0.5em 1em;
}

.landing--hero-image.nuclearNorthKorea a h5.event {
  background: none;
  bottom: 50%;
  font-size: 1.4em;
  margin: 0 5%;
}

.landing--hero-image.nuclearNorthKorea a h5.dated {
  background: none;
  color: #001B38;
  font-size: 1.4em;
  margin: 0 5%;
  padding: 0.1em;
  top: 5%;
}

@media screen and (max-width: 900px) {
  .landing--hero-image.nuclearNorthKorea a h5.dated {
    font-size: 1.3em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.dated {
    font-size: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.dated {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing--hero-image.nuclearNorthKorea a h5.dated {
    font-size: 1.3em;
  }
}

.landing--hero-image.nuclearNorthKorea a h5.dated div.title {
  background: none;
  color: #001B38;
  padding-left: 0;
  padding-top: 0.3em;
}

@media screen and (max-width: 900px) {
  .landing--hero-image.nuclearNorthKorea a h5.dated div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.dated div.title {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.dated div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing--hero-image.nuclearNorthKorea a h5.dated div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

.landing--hero-image.nuclearNorthKorea a h5.dated div.date {
  background: none;
  color: #001B38;
  font-family: "FrutigerNeueLTW02-CnBoo 775064", "Arial Narrow", Arial, sans-serif;
  font-size: 0.6em;
  padding-left: 0;
}

.landing--hero-image.nuclearNorthKorea a h5.dated div.author {
  background: none;
  border-bottom: 1px #ab8652 solid;
  border-top: 1px #ab8652 solid;
  color: #ab8652;
  font-size: 0.6em;
  font-weight: bold;
  margin: 0;
  padding-left: 0;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .landing--hero-image.nuclearNorthKorea a h5.dated div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.dated div.author {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.dated div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing--hero-image.nuclearNorthKorea a h5.dated div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

.landing--hero-image.nuclearNorthKorea a h5.pattern {
  background: none;
  color: #001B38;
  font-size: 1.4em;
  margin: 0 5%;
  padding: 0.1em;
  top: 2%;
}

@media screen and (max-width: 900px) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern {
    font-size: 1.3em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern {
    font-size: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern {
    font-size: 1.3em;
  }
}

.landing--hero-image.nuclearNorthKorea a h5.pattern div.title {
  background: none;
  border-top: 1px solid #393939;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern div.title {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

.landing--hero-image.nuclearNorthKorea a h5.pattern div.author {
  background: none;
  color: #001B38;
  font-size: 0.8em;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern div.author {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing--hero-image.nuclearNorthKorea a h5.pattern div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

.landing--hero-image.nuclearNorthKorea a div.author {
  background-color: #AD8753;
  color: #000000;
  display: table;
  font-family: "FrutigerNeueLTW02-CnBoo 775064", "Arial Narrow", Arial, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.2em;
  padding: 0.3em 0.5em 0.3em 1em;
  position: relative;
  z-index: 505;
}

.landing--hero-image.nuclearNorthKorea .avatar {
  height: 100px;
  width: 100px;
}

.landing--hero-image.nuclearNorthKorea li.gutter-bottom {
  margin-bottom: 60px;
}

.landing--hero-image.asoTavitianInitiative .zone-title--bg {
  background-color: #e4e3dd;
  background-image: url(/layout-images/special-projects/img/asoTavitianInitiative/hdr_Caucasus.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  .landing--hero-image.asoTavitianInitiative .zone-title--bg {
    background-size: auto 100%;
  }
}

.landing--hero-image.asoTavitianInitiative .zone-title__foreground {
  height: 365px;
}

.landing--hero-image.asoTavitianInitiative .container-title {
  background: no-repeat;
  bottom: 30%;
  padding-top: 2em;
}

.landing--hero-image.asoTavitianInitiative .container-title h1 {
  font-size: 3rem;
  left: 25%;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .landing--hero-image.asoTavitianInitiative .container-title h1 {
    left: 0;
  }
}

.landing--hero-image.asoTavitianInitiative .section.description {
  background-color: #003A63;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.landing--hero-image.asoTavitianInitiative .section.description p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  margin: auto auto;
  padding-top: 38px;
}

.landing--hero-image.asoTavitianInitiative .section.description p em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.landing--hero-image.asoTavitianInitiative .section.description .container-connector .connector {
  background-color: #e6e7e8;
  color: #003A63;
}

.landing--hero-image.asoTavitianInitiative .content {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 60px;
}

.landing--hero-image.asoTavitianInitiative .content .col.col-30 .avatar.tavitian {
  background-image: url(/layout-images/special-projects/img/asoTavitianInitiative/Tavitian.jpg);
  width: 200px;
  height: 200px;
  margin: 0 auto;
  float: none;
}

.landing--hero-image.asoTavitianInitiative .content .col.col-30 strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .landing--hero-image.asoTavitianInitiative .content .col.col-30 {
    padding-top: 30px;
  }
}

.landing--hero-image.asoTavitianInitiative .content .cols {
  margin-bottom: 60px;
}

.landing--hero-image.asoTavitianInitiative .content .section-title {
  display: inline-block;
}

.landing--hero-image.asoTavitianInitiative .gray-background {
  background-color: #e6e7e8;
}

@media (max-width: 1024px) {
  .landing--hero-image.asoTavitianInitiative .zone-title {
    background-size: cover;
  }
}

.landing--hero-image.cyberStrategy .zone-title {
  background-image: url(/layout-images/bnr/bnr_cyberStrategy-1680.jpg);
}

.landing--hero-image.uschinacyberstability .zone-title {
  background-image: url(/layout-images/bnr/bnr_USChinaCyberStability-1680.jpg);
}

.landing--hero-image.leveragingMarketIncentives .zone-title {
  background-image: url(/layout-images/bnr/bnr_LeveragingMarketIncentives-1980.jpg);
}

.landing--hero-image.iCTSupplyChainProtection .zone-title {
  background-image: url(/layout-images/bnr/bnr_ICTSupplyChain-1980.jpg);
}

.carnegie-oil.full-screen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*position: absolute;*/
}

.carnegie-oil .hero-image {
  background-image: url(/layout-images/bnr/bkgd_OilPage.jpg);
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.carnegie-oil .content {
  margin: 0 auto;
  position: relative;
  width: 80%;
}

.carnegie-oil h2 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2.5rem;
  padding-top: 2.5em;
  text-transform: uppercase;
}

.carnegie-oil p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-bottom: 2em;
  padding-top: 1em;
  width: 90%;
}

@media (max-width: 767px) {
  .carnegie-oil p {
    width: 100%;
  }
}

.carnegie-oil .banded {
  background-color: transparent;
  border: 2px dotted #fff;
  padding: 10px;
}

.carnegie-oil .banded .foreground {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
}

.carnegie-oil .banded .foreground:hover {
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.carnegie-oil .banded h3 {
  background-repeat: no-repeat;
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5em;
  line-height: 1.1em;
  padding: 35% 0 0 0;
  text-transform: uppercase;
  width: 94%;
}

@media screen and (max-width: 1315px) {
  .carnegie-oil .banded h3 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 1250px) {
  .carnegie-oil .banded h3 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 1185px) {
  .carnegie-oil .banded h3 {
    font-size: 1.1em;
    padding: 45% 0 0 0;
  }
}

@media (max-width: 1024px) {
  .carnegie-oil .banded h3 {
    background-size: 50%;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 925px) {
  .carnegie-oil .banded h3 {
    font-size: 0.75em;
  }
}

@media screen and (max-width: 840px) {
  .carnegie-oil .banded h3 {
    font-size: 0.65em;
  }
}

.carnegie-oil .banded h3.climate {
  background-image: url(/layout-images/icons/icon-cloud.png);
}

.carnegie-oil .banded h3.economy {
  background-image: url(/layout-images/icons/icon-dollar.png);
}

@media (max-width: 1024px) {
  .carnegie-oil .banded h3.economy {
    background-size: 20%;
  }
}

.carnegie-oil .banded h3.environment {
  background-image: url(/layout-images/icons/icon-plant.png);
}

.carnegie-oil .banded h3.geopolitics {
  background-image: url(/layout-images/icons/icon-globe.png);
}

@media (max-width: 1024px) {
  .carnegie-oil .banded h3.geopolitics {
    background-size: 30%;
  }
}

.carnegie-oil .banded p {
  color: #635a4f;
  font-size: 0.8rem;
  margin-bottom: 0;
  padding-bottom: 0;
  width: auto;
}

.carnegie-oil a.col:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .carnegie-oil .col.col-25 {
    float: left !important;
    margin-bottom: 15px;
    width: 50% !important;
  }
  .carnegie-oil .gutters {
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding: 10% !important;
  }
}

.carnegie-oil .archives {
  background-image: url(/layout-images/icons/icon-archive-arrows.png);
  background-repeat: no-repeat;
  padding-bottom: 2em;
}

@media (max-width: 1024px) {
  .carnegie-oil .archives {
    background-size: 10%;
  }
}

.carnegie-oil .archives h3 {
  background-color: rgba(255, 255, 255, 0.7);
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1em;
  margin: 10%;
  padding: .5em;
  text-transform: uppercase;
  width: 15%;
}

@media (max-width: 1024px) {
  .carnegie-oil .archives h3 {
    background-size: 10%;
    font-size: 0.9em;
  }
}

@media (max-width: 767px) {
  .carnegie-oil .archives h3 {
    width: 25%;
  }
}

@media (max-width: 480px) {
  .carnegie-oil .archives h3 {
    font-size: 0.65em;
  }
}

.carnegie-oil .archives h3:hover {
  background-color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.carnegie-oil .archives a:hover {
  text-decoration: none;
}

.arabHorizons .zone-title {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/AWHBackground-1680.jpg);
  background-size: cover;
}

.arabHorizons .zone-title .container-title {
  background-color: transparent;
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_TitleHeader.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  bottom: 0;
  height: 200px;
  position: relative;
}

@media (max-width: 767px) {
  .arabHorizons .zone-title .container-title {
    background-size: 70%;
    height: 100px;
  }
}

.arabHorizons .intro {
  font-size: 1.2rem;
}

.arabHorizons .intro .summary-text {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.arabHorizons .intro ul {
  padding: 0 2em;
}

.arabHorizons .intro ul li {
  padding-bottom: 1em;
}

.arabHorizons .intro ul strong {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  text-transform: uppercase;
}

.arabHorizons .intro .button-big {
  background-color: #00a79d;
}

.arabHorizons .section.gray-background {
  background-color: #e6e7e8;
  margin-bottom: 0;
}

.arabHorizons .section.gray-background .container-boxes {
  padding-top: 3em;
}

.arabHorizons .section.gray-background .container-boxes:nth-of-type(2) {
  padding-bottom: 3em;
}

.arabHorizons .section.gray-background .container-boxes .col {
  border: 4px solid #929497 !important;
  position: relative;
}

.arabHorizons .section.gray-background .container-boxes .col .content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.arabHorizons .section.gray-background .container-boxes .col h4 {
  color: #635a4f;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.arabHorizons .section.gray-background .container-boxes .col p {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.3rem;
}

@media (max-width: 1024px) {
  .arabHorizons .section.gray-background .container-boxes .col p {
    font-size: 1.2rem;
  }
}

.arabHorizons .section.gray-background .container-boxes .col.col-33 {
  width: 30%;
}

@media (max-width: 1024px) {
  .arabHorizons .section.gray-background .container-boxes .col.col-33 {
    width: 29%;
  }
}

.arabHorizons .section.gray-background .container-boxes .col:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.arabHorizons .section.gray-background .container-boxes .col.active {
  border: 4px solid #092e55 !important;
}

.arabHorizons .section.gray-background .container-boxes .col.active h4, .arabHorizons .section.gray-background .container-boxes .col.active p {
  color: #092e55;
}

.arabHorizons .section.gray-background .container-boxes .col.active:hover {
  background-color: #092e55;
  color: #fff;
}

.arabHorizons .section.gray-background .container-boxes .col.active:hover h4, .arabHorizons .section.gray-background .container-boxes .col.active:hover p {
  color: #fff;
}

@media (max-width: 767px) {
  .arabHorizons .section.gray-background .container-boxes .col {
    margin-bottom: 1em !important;
  }
}

.arabHorizons .dark-gray-background {
  background-color: #929497;
  color: #c6c7c9;
  margin-top: 0;
}

@media (max-width: 767px) {
  .arabHorizons .dark-gray-background {
    padding-bottom: 60px;
  }
}

.arabHorizons .dark-gray-background .center.commentaries {
  padding-top: 60px;
}

.arabHorizons .dark-gray-background .section-title {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  display: inline-block;
  padding: 10px 3em;
  margin-bottom: 60px;
  text-transform: uppercase;
  width: auto;
}

.arabHorizons .dark-gray-background .section-title.bordered-box--header {
  border: 1px solid #fff;
  color: #fff;
}

.arabHorizons .dark-gray-background .active a {
  color: #092e55;
}

.arabHorizons .dark-gray-background h4 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  color: #fff;
}

@media (max-width: 767px) {
  .arabHorizons .dark-gray-background h4 {
    padding-top: 1.5rem;
  }
}

.arabHorizons .dark-gray-background li {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
}

@media (max-width: 1024px) {
  .arabHorizons .dark-gray-background li {
    font-size: 1rem;
  }
}

.arabHorizons .research .center.featured-research {
  padding-top: 60px;
}

.arabHorizons .research .section-title {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  display: inline-block;
  padding: 10px 3em;
  margin-bottom: 60px;
  text-transform: uppercase;
  width: auto;
}

.arabHorizons .research .section-title.bordered-box--header {
  border: 1px solid #929497;
  color: #929497;
}

@media (max-width: 767px) {
  .arabHorizons .research div.pub-carousel__slide {
    padding: 1.5rem 0;
  }
}

.arabHorizons .research div.pub-carousel__slide .gutters.component {
  margin: 0 auto;
  position: relative;
  width: 80%;
}

.arabHorizons.arabic .container-title {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_TitleHeader_Ar.png);
  background-size: 40%;
  height: 270px;
}

@media (max-width: 767px) {
  .arabHorizons.arabic .container-title {
    background-size: 60%;
    height: 180px;
  }
}

.fincyber-landing.full-screen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*position: absolute;*/
}

.fincyber-landing .hero-image {
  background-image: url(/layout-images/campaign-assets/banner-fincyber.jpg);
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.fincyber-landing .content {
  margin: 0 auto;
  padding-bottom: 8em;
  position: relative;
  width: 80%;
}

.fincyber-landing h2 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2.5rem;
  padding-top: 2.5em;
  text-align: center;
  text-transform: uppercase;
}

.fincyber-landing p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-bottom: 2em;
  padding-top: 1em;
  text-align: center;
}

.fincyber-landing p a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .fincyber-landing p {
    width: 100%;
  }
}

.fincyber-landing .blue-bar {
  background-color: #003A63;
  margin-top: 0;
}

.fincyber-landing .blue-bar .content {
  padding-bottom: 3em;
}

.fincyber-landing .video {
  padding-top: 60px;
}

.fincyber-landing .video .col-60 {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .fincyber-landing .video .col-60 {
    width: 90%;
  }
}

.fincyber-landing .banded {
  background-color: transparent;
  border: 2px dotted #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.fincyber-landing .banded .foreground {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
  width: 100%;
}

.fincyber-landing .banded .foreground:hover {
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

@media (max-width: 1024px) {
  .fincyber-landing .banded .foreground {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .fincyber-landing .banded .foreground {
    padding: 25px;
  }
}

.fincyber-landing .banded h3 {
  background-position: top center;
  background-repeat: no-repeat;
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5em;
  line-height: 1.1em;
  padding: 35% 0 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 94%;
}

@media screen and (max-width: 1315px) {
  .fincyber-landing .banded h3 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 1250px) {
  .fincyber-landing .banded h3 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 1185px) {
  .fincyber-landing .banded h3 {
    font-size: 1.1em;
    padding: 45% 0 0 0;
  }
}

@media (max-width: 1024px) {
  .fincyber-landing .banded h3 {
    font-size: 0.8em;
  }
}

@media (max-width: 767px) {
  .fincyber-landing .banded h3 {
    font-size: 1.3em;
  }
}

.fincyber-landing .banded h3.g20 {
  background-image: url(/layout-images/icons/icon-globe.png);
}

@media (max-width: 1024px) {
  .fincyber-landing .banded h3.g20 {
    background-size: 30%;
  }
}

.fincyber-landing .banded h3.papers {
  background-image: url(/layout-images/icons/copy-icon.png);
}

@media (max-width: 1024px) {
  .fincyber-landing .banded h3.papers {
    background-size: 30%;
  }
}

.fincyber-landing .banded h3.newsletter {
  background-image: url(/layout-images/icons/document-icon.png);
}

@media (max-width: 1024px) {
  .fincyber-landing .banded h3.newsletter {
    background-size: 30%;
  }
}

.fincyber-landing .banded h3.timeline {
  background-image: url(/layout-images/icons/icon-timeline.png);
}

@media (max-width: 1024px) {
  .fincyber-landing .banded h3.timeline {
    background-size: 30%;
  }
}

.fincyber-landing .banded h3.checklist {
  background-image: url(/layout-images/icons/checklist-icon.png);
}

@media (max-width: 1024px) {
  .fincyber-landing .banded h3.checklist {
    background-size: 30%;
  }
}

.fincyber-landing .banded h3.about {
  background-image: url(/layout-images/icons/icon-about.png);
}

@media (max-width: 1024px) {
  .fincyber-landing .banded h3.about {
    background-size: 30%;
  }
}

.fincyber-landing .banded h3.people {
  background-image: url(/layout-images/icons/icon-people.png);
  background-size: 20%;
}

@media (max-width: 1024px) {
  .fincyber-landing .banded h3.people {
    background-size: 30%;
  }
}

.fincyber-landing .banded p {
  color: #635a4f;
  font-size: 0.8rem;
  margin-bottom: 0;
  padding-bottom: 0;
  width: auto;
}

.fincyber-landing .second-level .col-33.first {
  margin-left: 16.6%;
}

@media (max-width: 767px) {
  .fincyber-landing .second-level .col-33.first {
    margin-left: 0;
  }
}

.fincyber-landing a.col:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .fincyber-landing .col.col-25 {
    margin-bottom: 15px;
  }
  .fincyber-landing .gutters {
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding: 10% !important;
  }
}

.fincyber-landing.guides .hero-image {
  background-color: #00a79d;
  background-image: none;
}

.fincyber-landing.guides .hero-image .content {
  padding-bottom: 0;
  width: 65%;
}

@media (max-width: 767px) {
  .fincyber-landing.guides .hero-image .content {
    width: 80%;
  }
}

.fincyber-landing.guides .hero-image p {
  margin: 0 auto;
  text-align: center;
}

.fincyber-landing.guides h2 {
  font-size: 2.5rem;
  padding-top: 1.5em;
  text-transform: none;
}

.fincyber-landing.guides h2 span {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .fincyber-landing.guides h2 {
    font-size: 2rem;
  }
}

.fincyber-landing.guides .buttons-hero-image {
  background-image: url(/layout-images/special-projects/img/fincyber/GuidesBackgroundLanding.png);
  background-color: #00a79d;
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  bottom: auto;
}

.fincyber-landing.guides .width-75 {
  display: inline-block;
  width: 75%;
}

@media (max-width: 767px) {
  .fincyber-landing.guides .width-75 {
    width: 100%;
  }
}

.fincyber-landing.guides .width-50 {
  display: inline-block;
  width: 50%;
}

@media (max-width: 767px) {
  .fincyber-landing.guides .width-50 {
    width: 100%;
  }
}

.fincyber-landing.guides .width-50 .col-50 {
  width: 49%;
}

.fincyber-landing.guides .guides-section h3.title, .fincyber-landing.guides .partners h3.title {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 0;
  text-transform: uppercase;
}

.fincyber-landing.guides .methodology h3.title {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 0 0 15px 0;
  text-transform: uppercase;
}

.fincyber-landing.guides .methodology, .fincyber-landing.guides .partners, .fincyber-landing.guides .video {
  padding-top: 90px;
}

.fincyber-landing.guides .video .max-width {
  max-width: 1000px;
  margin: 0 auto;
}

.fincyber-landing.guides .video .max-width .videoEmbed {
  border-bottom: none;
}

.fincyber-landing.guides .mainpage-downloads span {
  display: inline-block;
}

.fincyber-landing.guides .mainpage-downloads span .button {
  background-color: #04aba1;
}

.fincyber-landing.guides .mainpage-downloads span .button:hover {
  background-color: #a28556;
}

.fincyber-landing.guides .not-button .banded .foreground:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.fincyber-landing.guides li.imf {
  background-image: url(/layout-images/special-projects/img/fincyber/IMF.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}

.fincyber-landing.guides li.gca {
  background-image: url(/layout-images/special-projects/img/fincyber/GCA.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}

.fincyber-landing.guides li.standard-chartered {
  background-image: url(/layout-images/special-projects/img/fincyber/Standard_Chartered.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}

.fincyber-landing.guides li.fsisac {
  background-image: url(/layout-images/special-projects/img/fincyber/FSISAC.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}

.fincyber-landing.guides li.swift-other {
  background-image: url(/layout-images/special-projects/img/fincyber/SWIFT-Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 100px;
}

.fincyber-landing.guides li.swift {
  background-image: url(/layout-images/special-projects/img/fincyber/SWIFT.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}

.fincyber-landing.guides li.cri {
  background-image: url(/layout-images/special-projects/img/fincyber/CRI.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}

.fincyber-landing.guides li.world-bank {
  background-image: url(/layout-images/special-projects/img/fincyber/WB-WBG-horizontal-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}

.fincyber-landing.guides li.icba {
  background-image: url(/layout-images/special-projects/img/fincyber/ICBA-Parent-Logo_RGB.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}

.fincyber-landing.guides span {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8em;
  margin-bottom: 15px;
}

.fincyber-landing.guides h3 {
  margin: 0 auto;
  padding: 15% 0 15% 0;
}

.fincyber-landing.guides h3.icon {
  padding: 35% 0 0 0;
}

.fincyber-landing.guides h3.paper {
  background-image: url(/layout-images/icons/guide-icon-paper.png);
}

@media (max-width: 1024px) {
  .fincyber-landing.guides h3.paper {
    background-size: 30%;
  }
}

.fincyber-landing.guides h3.error {
  background-image: url(/layout-images/icons/guide-icon-error.png);
}

@media (max-width: 1024px) {
  .fincyber-landing.guides h3.error {
    background-size: 30%;
  }
}

.fincyber-landing.guides h3.outline {
  background-image: url(/layout-images/icons/guide-icon-outline.png);
}

@media (max-width: 1024px) {
  .fincyber-landing.guides h3.outline {
    background-size: 30%;
  }
}

.fincyber-guides .zone-1 p, .fincyber-guides .zone-1 li {
  font-size: 1.2rem;
}

.fincyber-guides .zone-1 .button, .fincyber-guides .button-big {
  background-color: #04aba1;
}

.fincyber-guides .zone-1 .button:hover, .fincyber-guides .button-big:hover {
  background-color: #a28556;
}

.fincyber-guides .zone-1 .bordered-box {
  border: 1px solid #000;
  margin: 1em 0;
  padding: 0.5em;
}

.fincyber-guides .zone-1 strong.teal {
  color: #00a79d;
}

@media (max-width: 1024px) {
  .fincyber-guides .zone-1 .gutter-right {
    margin-right: 0;
  }
  .fincyber-guides .zone-1 .gutter-right .negative-margin {
    margin-bottom: 1em;
    margin-right: 0;
  }
}

.fincyber-about .partnerships {
  margin-top: 60px;
}

.fincyber-about .partnerships .wef {
  background-image: url(/layout-images/special-projects/img/fincyber/WEF_logo.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: auto;
}

.fincyber-about ul.partner-orgs {
  margin-right: 0;
}

.fincyber-about ul.partner-orgs li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  margin-right: 40px;
  width: 150px;
}

.fincyber-about ul.partner-orgs li.boa {
  background-image: url(/layout-images/special-projects/img/fincyber/Bank_of_America-horizontal.png);
}

.fincyber-about ul.partner-orgs li.capital-one {
  background-image: url(/layout-images/special-projects/img/fincyber/Capital_One_logo.png);
}

.fincyber-about ul.partner-orgs li.hsbc {
  background-image: url(/layout-images/special-projects/img/fincyber/HSBC.png);
}

.fincyber-about ul.partner-orgs li.intesa {
  background-image: url(/layout-images/special-projects/img/fincyber/Intesa_SanPaolo.jpg);
}

.fincyber-about ul.partner-orgs li.jpmc {
  background-image: url(/layout-images/special-projects/img/fincyber/Jp_morgan_chase.png);
}

.fincyber-about ul.partner-orgs li.morgan-stanley {
  background-image: url(/layout-images/special-projects/img/fincyber/Morgan_Stanley.png);
}

.fincyber-about ul.partner-orgs li.occ {
  background-image: url(/layout-images/special-projects/img/fincyber/OCC_logo.png);
}

.fincyber-about ul.partner-orgs li.standard-chartered {
  background-image: url(/layout-images/special-projects/img/fincyber/Standard_chartered_logo.png);
}

.fincyber-about ul.partner-orgs li.ubs {
  background-image: url(/layout-images/special-projects/img/fincyber/UBS.png);
}

.fincyber-about ul.partner-orgs li.visa {
  background-image: url(/layout-images/special-projects/img/fincyber/Visa.png);
}

.fincyber-about ul.partner-orgs li.zurich-insurance {
  background-image: url(/layout-images/special-projects/img/fincyber/Zurich_Insurance.png);
}

.fincyber-about .graphic {
  display: block;
  width: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 75% auto;
  height: 350px;
  margin: 30px;
}

.fincyber-about .graphic.visual1 {
  background-image: url(/layout-images/special-projects/img/fincyber/CyberWG-graphics_01.jpg);
}

.fincyber-about .graphic.visual2 {
  background-image: url(/layout-images/special-projects/img/fincyber/CyberWG-graphics_02.jpg);
}

.fincyber-about .graphic.visual3 {
  background-image: url(/layout-images/special-projects/img/fincyber/CyberWG-graphics_03.jpg);
}

.fincyber-about .graphic.visual4 {
  background-image: url(/layout-images/special-projects/img/fincyber/CyberWG-graphics_04.jpg);
}

.fincyber-about .graphic.visual5 {
  background-image: url(/layout-images/special-projects/img/fincyber/CyberWG-graphics_05.jpg);
}

@media (max-width: 1024px) {
  .fincyber-about .graphic {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .fincyber-about .graphic {
    background-size: 95% auto;
    height: 150px;
  }
}

.fincyber-about-overlay .clearfix.long-text {
  max-height: 60vh;
  overflow-y: scroll;
}

.fincyber-toc-body {
  bottom: 0;
  color: #00a79d;
  height: auto;
  left: 0;
  position: fixed;
  width: 23em;
  z-index: 9999;
}

.fincyber-toc-body .toc.icon-menu.ceip-icon {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00a79d;
  cursor: pointer;
  font-size: 5em;
  width: 80px;
}

.fincyber-toc-body .table-contents {
  background-color: #00a79d;
  -webkit-box-shadow: 10px 0 10px -8px #666;
  box-shadow: 10px 0 10px -8px #666;
  border-radius: 0 5px 5px 0;
  display: none;
  padding: 15px 15px 45px 0;
  width: auto;
}

.fincyber-toc-body .table-contents li {
  display: block;
  font-size: 3em;
  margin: 7.5px 0;
  padding: 10px 30px;
  position: relative;
  width: 100%;
}

.fincyber-toc-body .table-contents li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.fincyber-toc-body .table-contents li.border {
  border-top: 1px solid #fff;
  margin: 0;
  padding: 0;
}

.fincyber-toc-body .table-contents a {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #fff;
  display: block;
  font-family: "FrutigerNeueLTW02-CnBlk 775104", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  padding-left: 2em;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}

.fincyber-toc-body .table-contents a > span {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 0.7em;
}

.fincyber-toc-body .table-contents a:hover {
  text-decoration: none;
}

.fincyber-toc-body .table-contents a.contents-links {
  float: right;
}

@media (max-width: 1024px) {
  .fincyber-toc-body {
    width: 90%;
  }
}

.fincyber-sidebar-buttons {
  padding: 0 0 30px 30px;
}

.fincyber-sidebar-buttons .banded {
  background-color: transparent;
  border: 2px dotted #00a79d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.fincyber-sidebar-buttons .banded .inside {
  background-color: rgba(0, 167, 157, 0.7);
  padding: 15px;
  width: 100%;
}

.fincyber-sidebar-buttons .banded .inside:hover {
  background-color: rgba(0, 167, 157, 0.9);
  text-decoration: none;
}

@media (max-width: 1024px) {
  .fincyber-sidebar-buttons .banded .inside {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .fincyber-sidebar-buttons .banded .inside {
    padding: 15px;
  }
}

.fincyber-sidebar-buttons .banded .text {
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.9em;
  line-height: 1.1em;
  padding: 0;
  text-align: center;
  width: 100%;
}

.fincyber-bottom-section {
  margin: 0 auto;
  width: 80%;
}

.fincyber-bottom-section h2 {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2.5rem;
  padding-top: 2.5em;
  text-transform: uppercase;
}

.fincyber-bottom-section p {
  color: #000;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-bottom: 2em;
  padding-top: 1em;
  width: 90%;
}

@media (max-width: 767px) {
  .fincyber-bottom-section p {
    width: 100%;
  }
}

.fincyber-bottom-section .banded {
  background-color: transparent;
  border: 2px dotted #00a79d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.fincyber-bottom-section .banded .foreground {
  background-color: rgba(0, 167, 157, 0.7);
  padding: 25px;
  width: 100%;
}

.fincyber-bottom-section .banded .foreground:hover {
  background-color: rgba(0, 167, 157, 0.9);
  text-decoration: none;
}

@media (max-width: 1024px) {
  .fincyber-bottom-section .banded .foreground {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .fincyber-bottom-section .banded .foreground {
    padding: 25px;
  }
}

.fincyber-bottom-section .banded h3 {
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5em;
  line-height: 1.1em;
  padding: 35% 0 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 94%;
}

@media screen and (max-width: 1315px) {
  .fincyber-bottom-section .banded h3 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 1250px) {
  .fincyber-bottom-section .banded h3 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 1185px) {
  .fincyber-bottom-section .banded h3 {
    font-size: 1.1em;
    padding: 45% 0 0 0;
  }
}

@media (max-width: 1024px) {
  .fincyber-bottom-section .banded h3 {
    font-size: 0.8em;
  }
}

@media (max-width: 767px) {
  .fincyber-bottom-section .banded h3 {
    font-size: 1.3em;
  }
}

.fincyber-bottom-section .banded h3.g20 {
  background-image: url(/layout-images/icons/icon-globe.png);
}

@media (max-width: 1024px) {
  .fincyber-bottom-section .banded h3.g20 {
    background-size: 30%;
  }
}

.fincyber-bottom-section .banded h3.papers {
  background-image: url(/layout-images/icons/copy-icon.png);
}

@media (max-width: 1024px) {
  .fincyber-bottom-section .banded h3.papers {
    background-size: 30%;
  }
}

.fincyber-bottom-section .banded h3.newsletter {
  background-image: url(/layout-images/icons/document-icon.png);
}

@media (max-width: 1024px) {
  .fincyber-bottom-section .banded h3.newsletter {
    background-size: 30%;
  }
}

.fincyber-bottom-section .banded h3.timeline {
  background-image: url(/layout-images/icons/icon-timeline.png);
}

@media (max-width: 1024px) {
  .fincyber-bottom-section .banded h3.timeline {
    background-size: 30%;
  }
}

.fincyber-bottom-section .banded h3.checklist {
  background-image: url(/layout-images/icons/checklist-icon.png);
}

@media (max-width: 1024px) {
  .fincyber-bottom-section .banded h3.checklist {
    background-size: 30%;
  }
}

.fincyber-bottom-section .banded h3.about {
  background-image: url(/layout-images/icons/icon-about.png);
}

@media (max-width: 1024px) {
  .fincyber-bottom-section .banded h3.about {
    background-size: 30%;
  }
}

.fincyber-bottom-section .banded h3.people {
  background-image: url(/layout-images/icons/icon-people.png);
  background-size: 20%;
}

@media (max-width: 1024px) {
  .fincyber-bottom-section .banded h3.people {
    background-size: 30%;
  }
}

.fincyber-bottom-section .second-level .col-33.first {
  margin-left: 16.6%;
}

@media (max-width: 767px) {
  .fincyber-bottom-section .second-level .col-33.first {
    margin-left: 0;
  }
}

.fincyber-bottom-section a.col:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .fincyber-bottom-section .col.col-25 {
    margin-bottom: 15px;
  }
  .fincyber-bottom-section .gutters {
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding: 10% !important;
  }
}

.theEuropeanReformists .zone-title {
  background-image: url(/layout-images/bnr/bnr_EuropeanReformists-1980.jpg);
  background-size: cover;
}

.theEuropeanReformists .intro {
  font-size: 1.2rem;
  margin-bottom: 60px;
}

.theEuropeanReformists .intro .summary-text {
  color: #003a63;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 60px;
}

.theEuropeanReformists .intro ul {
  padding: 0 2em;
}

.theEuropeanReformists .intro ul li {
  padding-bottom: 1em;
}

.theEuropeanReformists .intro ul strong {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  text-transform: uppercase;
}

.theEuropeanReformists .intro .button-big {
  background-color: #00a79d;
}

.theEuropeanReformists .section.gray-background {
  background-color: #e6e7e8;
  margin-bottom: 0;
}

.theEuropeanReformists .section.gray-background .text {
  font-size: 1.2rem;
  padding: 3em 0;
}

.theEuropeanReformists .section.gray-background .book-cover a {
  background-image: url(https://carnegieendowment.org/layout-images/publications/20190430europeanreformists/refocus-the-european-union_cover.jpg);
  background-size: 100% auto;
  display: block;
  height: 400px;
  width: 318px;
}

.theEuropeanReformists .section.gray-background .button {
  background-color: #003a63;
}

.theEuropeanReformists .dark-gray-background {
  background-color: #929497;
  color: #fff;
  margin-top: 0;
  padding: 60px;
}

@media (max-width: 767px) {
  .theEuropeanReformists .dark-gray-background {
    padding-bottom: 60px;
  }
}

.theEuropeanReformists .dark-gray-background .avatar--bigger {
  height: 120px;
  width: 120px;
  float: none;
  margin: 0 auto;
}

.theEuropeanReformists .dark-gray-background a {
  color: #fff;
}

.theEuropeanReformists .dark-gray-background h4 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  color: #fff;
}

@media (max-width: 767px) {
  .theEuropeanReformists .dark-gray-background h4 {
    padding-top: 1.5rem;
  }
}

.theEuropeanReformists .dark-gray-background li {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  padding-bottom: 1em;
}

.theEuropeanReformists .dark-gray-background li span {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.theEuropeanReformists .slideshow {
  margin-bottom: 0px;
  margin-top: 60px;
}

.theEuropeanReformists .slideshow .ceip-carousel .slick-prev, .theEuropeanReformists .slideshow .ceip-carousel .slick-next {
  top: 25%;
}

.theEuropeanReformists .main-gutters {
  margin-top: 0;
}

.theEuropeanReformists .research .center.featured-research {
  padding-top: 60px;
}

.theEuropeanReformists .research .section-title {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  display: inline-block;
  padding: 10px 3em;
  margin-bottom: 60px;
  text-transform: uppercase;
  width: auto;
}

.theEuropeanReformists .research .section-title.bordered-box--header {
  border: 1px solid #929497;
  color: #929497;
}

.theEuropeanReformists.arabic .container-title {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_TitleHeader_Ar.png);
  background-size: 40%;
  height: 270px;
}

@media (max-width: 767px) {
  .theEuropeanReformists.arabic .container-title {
    background-size: 60%;
    height: 180px;
  }
}

.counteringInfluenceOperations-parallax .parallax-home {
  -webkit-perspective: 1px;
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  background-attachment: fixed;
  background-color: #062544;
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/bnr_InfluenceOps_SiteHeader-parallax.jpg);
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

.counteringInfluenceOperations-parallax .parallax-home p.space {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.counteringInfluenceOperations-parallax .parallax-home .footer {
  background: #fff;
  z-index: 14;
  opacity: 1;
}

.counteringInfluenceOperations-parallax .parallax-home .footer > .section {
  margin-bottom: 0;
  padding-bottom: 60px;
}

@supports (-ms-ime-align: auto) {
  .counteringInfluenceOperations-parallax .parallax-home {
    height: auto;
    -webkit-perspective: none;
    perspective: none;
  }
}

.landing--hero-image.counteringInfluenceOperations {
  margin-bottom: -15px;
}

.landing--hero-image.counteringInfluenceOperations .section {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 60px;
}

.landing--hero-image.counteringInfluenceOperations .section.gutter-bottom {
  margin-bottom: 60px;
}

.landing--hero-image.counteringInfluenceOperations .zone-title-parallax {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/bnr_InfluenceOps_SiteHeader-triangles.png);
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 75vh;
  opacity: 1;
  -webkit-transform: translateZ(-2px) scale(3);
  transform: translateZ(-2px) scale(3);
  z-index: 12;
}

@supports (-ms-ime-align: auto) {
  .landing--hero-image.counteringInfluenceOperations .zone-title-parallax {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.landing--hero-image.counteringInfluenceOperations .zone-title--bg {
  background: transparent;
  overflow: auto;
  z-index: 15;
}

.landing--hero-image.counteringInfluenceOperations .zone-title--bg .zone-title__foreground {
  height: auto;
}

.landing--hero-image.counteringInfluenceOperations .zone-title--bg .container-headline {
  background: none;
  color: white;
  height: auto;
}

.landing--hero-image.counteringInfluenceOperations .zone-title--bg .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/bnr_InfluenceOps_SiteHeader-text.png);
  background-repeat: no-repeat;
  background-size: auto;
  height: 302px;
  margin: 5% 0 5% 0;
  text-align: center;
  width: 530px;
}

.landing--hero-image.counteringInfluenceOperations .zone-title--bg .container-headline .definition h2 {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin: 60px 0 30px 15px;
}

.landing--hero-image.counteringInfluenceOperations .zone-title--bg .container-headline .definition p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1em;
  margin: 0 0 60px 15px;
  width: 60%;
}

.landing--hero-image.counteringInfluenceOperations .description {
  background-color: #00a79d;
  z-index: 25;
  opacity: 1;
  position: relative;
}

.landing--hero-image.counteringInfluenceOperations .description p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold","Arial Black",Gadget,sans-serif;
  font-size: 1.1rem;
  margin-bottom: 5%;
}

.landing--hero-image.counteringInfluenceOperations .description .buttons .button {
  display: inline;
  margin-right: 15px;
}

.landing--hero-image.counteringInfluenceOperations .description .buttons .button a {
  color: #fff;
}

.landing--hero-image.counteringInfluenceOperations .description .container-connector .connector {
  background-color: #e4e3dd;
}

.landing--hero-image.counteringInfluenceOperations .description .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing--hero-image.counteringInfluenceOperations .description.title {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

.landing--hero-image.counteringInfluenceOperations .description.title p {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  margin-bottom: 0;
}

.landing--hero-image.counteringInfluenceOperations .container-connector {
  display: inline-block;
  position: relative;
  width: 100%;
  bottom: -38px;
  z-index: 22;
}

.landing--hero-image.counteringInfluenceOperations .container-connector .connector {
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 70px;
  background-color: #e4e3dd;
}

.landing--hero-image.counteringInfluenceOperations .container-connector .connector.ceip-icon {
  font-size: 4rem;
}

.landing--hero-image.counteringInfluenceOperations .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing--hero-image.counteringInfluenceOperations .section-title {
  display: inline-block;
  margin-bottom: 30px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .section-title.bordered-box--header {
  border: 2px solid #635a4f;
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}

.landing--hero-image.counteringInfluenceOperations .gray-background {
  background-color: #e4e3dd;
  position: relative;
  z-index: 18;
  opacity: 1;
}

.landing--hero-image.counteringInfluenceOperations .gray-background .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.counteringInfluenceOperations .gray-background .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.counteringInfluenceOperations .gray-background.baselines {
  z-index: 16;
  padding-bottom: 60px;
}

.landing--hero-image.counteringInfluenceOperations .gray-background.measurements {
  z-index: 15;
}

.landing--hero-image.counteringInfluenceOperations .gray-background.sign-up {
  z-index: 13;
}

.landing--hero-image.counteringInfluenceOperations .gray-background.partnerships {
  z-index: 11;
}

.landing--hero-image.counteringInfluenceOperations .white-background {
  background-color: #fff;
  position: relative;
  z-index: 18;
  opacity: 1;
}

.landing--hero-image.counteringInfluenceOperations .white-background.community {
  z-index: 17;
}

.landing--hero-image.counteringInfluenceOperations .white-background.dynamic-list {
  z-index: 14;
}

.landing--hero-image.counteringInfluenceOperations .white-background.experts {
  z-index: 12;
}

.landing--hero-image.counteringInfluenceOperations .community .gutter-top-large {
  margin-top: 75px;
}

.landing--hero-image.counteringInfluenceOperations .community .section-title.strong {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
}

.landing--hero-image.counteringInfluenceOperations .community .static-cards--equal-heights > .static-card {
  background-color: #003A63;
}

.landing--hero-image.counteringInfluenceOperations .community .static-cards--equal-heights > .static-card p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding-bottom: 0;
}

.landing--hero-image.counteringInfluenceOperations .community .static-cards--equal-heights > .static-card a {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.landing--hero-image.counteringInfluenceOperations .dark-blue-background {
  background-color: #003A63;
  position: relative;
  opacity: 1;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
}

.landing--hero-image.counteringInfluenceOperations .dark-blue-background a {
  color: #00a79d;
  text-decoration: underline;
}

.landing--hero-image.counteringInfluenceOperations .dark-blue-background .triangle {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/PCIO-mini-triangle.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  height: 80px;
  padding-left: 100px;
  margin-left: 10%;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .dark-blue-background .triangle .text {
  padding-top: 3%;
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/PCIO-mini-triangle2.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 30px;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .landing--hero-image.counteringInfluenceOperations .dark-blue-background .triangle .text {
    padding-top: 0;
  }
}

.landing--hero-image.counteringInfluenceOperations .dark-blue-background .container-connector .connector {
  background-color: #e4e3dd;
}

.landing--hero-image.counteringInfluenceOperations .dark-blue-background .container-connector .connector.ceip-icon {
  color: #fff;
}

@media (max-width: 767px) and (orientation: portrait) {
  .landing--hero-image.counteringInfluenceOperations .dark-blue-background .container-connector {
    margin-top: 45px;
  }
}

.landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights > .static-card {
  border: 1px solid #092e55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  margin: 0 15px;
  position: relative;
  width: 29%;
}

@media (max-width: 767px) {
  .landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights > .static-card {
    display: block;
  }
}

.landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights > .static-card p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  line-height: 1.3em;
  padding-bottom: 15px;
  text-align: center;
}

.landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights > .static-card p strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  color: #00a79d;
}

.landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights > .static-card:hover {
  text-decoration: none;
  border: 1px solid #fff;
}

.landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights .banded,
.landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights .area-focus {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights .container-button {
  bottom: 0;
  left: 30%;
  position: absolute;
}

.landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights .container-button a.button {
  background-color: #00a79d;
}

.landing--hero-image.counteringInfluenceOperations.about .static-cards--equal-heights > .static-card {
  border: none;
  text-align: left;
  background-color: #fff;
  margin-bottom: 15px;
}

.landing--hero-image.counteringInfluenceOperations.about .static-cards--equal-heights > .static-card p {
  color: #000;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-bottom: 0;
  text-align: left;
}

.landing--hero-image.counteringInfluenceOperations.about .static-cards--equal-heights > .static-card:hover {
  border: none;
}

.landing--hero-image.counteringInfluenceOperations .cards--equal-heights.slideshow {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing--hero-image.counteringInfluenceOperations .cards--equal-heights.slideshow > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media (max-width: 767px) {
  .landing--hero-image.counteringInfluenceOperations .cards--equal-heights.slideshow > .card {
    display: block;
  }
}

.landing--hero-image.counteringInfluenceOperations .cards--equal-heights.slideshow > .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.landing--hero-image.counteringInfluenceOperations .cards--equal-heights.slideshow .banded,
.landing--hero-image.counteringInfluenceOperations .cards--equal-heights.slideshow .area-focus {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.landing--hero-image.counteringInfluenceOperations .container-boxes {
  padding: 30px 0 0 0;
}

.landing--hero-image.counteringInfluenceOperations .container-boxes h4, .landing--hero-image.counteringInfluenceOperations .container-boxes p, .landing--hero-image.counteringInfluenceOperations .container-boxes h4 a {
  color: #092e55;
}

.landing--hero-image.counteringInfluenceOperations .content-list {
  margin: 0 auto;
  width: 70%;
}

.landing--hero-image.counteringInfluenceOperations .content-list .clean-list {
  margin-top: 30px;
}

.landing--hero-image.counteringInfluenceOperations .content-list li.clearfix {
  border: 1px solid #929497;
  border-radius: 15px;
  margin-bottom: 60px;
  padding: 30px 15px 15px 15px;
  position: relative;
}

.landing--hero-image.counteringInfluenceOperations .content-list li.clearfix .doctype {
  background-color: #00a79d;
  border-radius: 5px;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding: 5px;
  position: absolute;
  right: 5%;
  top: -15px;
}

.landing--hero-image.counteringInfluenceOperations .content-list li.clearfix .meta li.date, .landing--hero-image.counteringInfluenceOperations .content-list li.clearfix .meta li.location, .landing--hero-image.counteringInfluenceOperations .content-list li.clearfix .meta li.publisher {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .landing--hero-image.counteringInfluenceOperations .content-list li.clearfix .meta li.date, .landing--hero-image.counteringInfluenceOperations .content-list li.clearfix .meta li.location, .landing--hero-image.counteringInfluenceOperations .content-list li.clearfix .meta li.publisher {
    white-space: normal;
  }
}

.landing--hero-image.counteringInfluenceOperations .content-list li.clearfix .meta li.authors {
  display: inline-block;
}

.landing--hero-image.counteringInfluenceOperations .content-list li.clearfix p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing--hero-image.counteringInfluenceOperations .dynamic-list .container-connector .connector {
  background-color: #003A63;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .bordered-box--header {
  border: 2px solid #fff;
  color: #fff;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .cols p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  padding-right: 60px;
}

.landing--hero-image.counteringInfluenceOperations .sign-up li.uppercase {
  letter-spacing: 3px;
}

.landing--hero-image.counteringInfluenceOperations .sign-up li.teal {
  color: #00a79d;
}

.landing--hero-image.counteringInfluenceOperations .sign-up li > span {
  display: table;
  padding-bottom: 10px;
}

.landing--hero-image.counteringInfluenceOperations .sign-up li > span a {
  color: #fff;
  text-decoration: none;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .twitter-teal a {
  background-image: url(/layout-images/Twitter_teal.png);
  background-size: contain;
  display: block;
  height: 50px;
  width: 50px;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .email {
  color: #fff;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .email span.uppercase {
  letter-spacing: 3px;
  color: #00a79d;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .email span.email-icon {
  background-image: url(/layout-images/icons/icon-email-teal.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 50px;
  width: 50px;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .clean-form {
  color: #635a4f;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .clean-form button.teal {
  background-color: #00a79d;
  margin-left: 15px;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.counteringInfluenceOperations .experts {
  background-color: #fff;
  color: #000;
  padding-top: 90px;
}

.landing--hero-image.counteringInfluenceOperations .experts h3 {
  color: #000;
  padding-bottom: 30px;
  text-align: center;
}

.landing--hero-image.counteringInfluenceOperations .experts .avatar {
  float: none;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

.landing--hero-image.counteringInfluenceOperations .experts h4, .landing--hero-image.counteringInfluenceOperations .experts .meta {
  text-align: center;
}

.landing--hero-image.counteringInfluenceOperations .experts h4 a {
  color: #003A63;
}

.landing--hero-image.counteringInfluenceOperations .experts h4 .meta {
  color: #000;
}

.landing--hero-image.counteringInfluenceOperations .experts p {
  display: none;
}

.landing--hero-image.counteringInfluenceOperations .experts .center.buttons {
  margin-bottom: 45px;
}

.landing--hero-image.counteringInfluenceOperations .experts .center.buttons .button {
  display: inline-block;
}

.landing--hero-image.counteringInfluenceOperations .experts .center.buttons .button a {
  color: #fff;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .col {
  margin-bottom: 60px;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .hewlett {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/Hewlett_Logo_RGB.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .coe-logo {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/Hybrid-CoE-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .facebook-logo {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/Facebook-Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .safer-net {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/SaferNet-Brasil-Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .isd {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/SFS-Institute_for_the_Study_of_Diplomacy_outline.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .iri {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/iri.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .aspi {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/ASPIICPC-Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .microsoft {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/Microsoft-Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .mozilla {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/Mozilla-Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .twitter {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/Twitter_Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .whatsapp {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/WhatsApp_Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .stanford {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/Information-Warfare-Working-Group-Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .sml {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/SML-Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .partnerships .newmark {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/newmark_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations .footer-logo.section {
  padding-top: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .landing--hero-image.counteringInfluenceOperations .card .avatar {
    float: none;
  }
  .landing--hero-image.counteringInfluenceOperations .sign-up-text {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.counteringInfluenceOperations .description .buttons .button {
    display: inline-block;
    margin-bottom: 15px;
  }
  .landing--hero-image.counteringInfluenceOperations .baselines .clean-list.list-across-divided > li {
    display: inline-block;
  }
  .landing--hero-image.counteringInfluenceOperations .static-cards--equal-heights > .static-card {
    margin: 15px auto;
    width: 90%;
  }
}

.landing--hero-image.counteringInfluenceOperations.about .zone-title--bg {
  background-attachment: fixed;
  background-color: #062544;
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/bnr_InfluenceOps_SiteHeader-parallax.jpg);
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

.landing--hero-image.counteringInfluenceOperations.about ul li {
  margin-bottom: 15px;
}

.landing--hero-image.counteringInfluenceOperations.about .div-sample {
  width: 80%;
  height: 50vh;
  margin: 0 auto 60px auto;
}

.landing--hero-image.counteringInfluenceOperations.about .gutter-top-extra {
  margin-top: 90px;
}

.landing--hero-image.counteringInfluenceOperations.resources li {
  padding: 30px 0;
}

.landing--hero-image.counteringInfluenceOperations.resources li em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.landing--hero-image.counteringInfluenceOperations.database .zone-title--bg {
  background-attachment: fixed;
  background-color: #062544;
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/bnr_InfluenceOps_SiteHeader-parallax.jpg);
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

.landing--hero-image.counteringInfluenceOperations.database .section.description p {
  margin-bottom: 30px;
}

.landing--hero-image.counteringInfluenceOperations.database .section.description strong {
  color: #fff;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.landing--hero-image.counteringInfluenceOperations.database .section.description strong.blue-text {
  color: #062544;
}

.landing--hero-image.counteringInfluenceOperations.database .section.description a {
  color: #fff;
  text-decoration: underline;
}

.landing--hero-image.counteringInfluenceOperations.database .section.description a.button {
  text-decoration: none;
}

.landing--hero-image.counteringInfluenceOperations.database .section.description ol li {
  color: #fff;
}

.landing--hero-image.counteringInfluenceOperations.database .section.description .accordion-trigger {
  background: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  display: inline-block;
  padding-right: 45px;
  width: auto;
}

.landing--hero-image.counteringInfluenceOperations.database .section.description .accordion-trigger.active {
  background: transparent;
}

.landing--hero-image.counteringInfluenceOperations.database .section.description .accordion-content {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing--hero-image.counteringInfluenceOperations.database .section.description .accordion-content p, .landing--hero-image.counteringInfluenceOperations.database .section.description .accordion-content ol li {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1em;
}

.landing--hero-image.counteringInfluenceOperations.database .button.short {
  display: inline-block;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form {
  margin-bottom: 0;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form label, .landing--hero-image.counteringInfluenceOperations.database .filters form input, .landing--hero-image.counteringInfluenceOperations.database .filters form textarea, .landing--hero-image.counteringInfluenceOperations.database .filters form .anchor, .landing--hero-image.counteringInfluenceOperations.database .filters form .items li {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form fieldset.form-search-results-keyword {
  padding-top: 120px;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form fieldset label {
  display: inline-block;
  padding-bottom: 15px;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .dropdown-check-list {
  background-color: #fff;
  display: inline-block;
  width: 90%;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  padding: 10px 50px 10px 15px;
  border: 1px solid #ccc;
  width: 100%;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 17px;
  top: 32%;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .dropdown-check-list ul.items {
  padding: 10px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .dropdown-check-list ul.items {
  height: 150px;
  overflow-y: scroll;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .dropdown-check-list ul.items li {
  list-style: none;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .dropdown-check-list ul.items li.child {
  padding-left: 18px;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .dropdown-check-list.visible .items {
  display: block;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form input {
  font-size: 1.1rem;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 15px;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form input.filter-item {
  margin-left: 0px;
  width: 10%;
  float: left;
  margin-top: 5px;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .label {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  text-indent: 0px;
  text-transform: none;
  margin-left: -20px;
  width: 90%;
  padding-left: 10px;
  float: left;
  line-height: normal;
  padding-bottom: 10px;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .btn {
  margin-left: 30px;
  margin-top: 1px;
  padding: 14px;
}

.landing--hero-image.counteringInfluenceOperations.database .filters form .btn:nth-child(2) {
  margin-left: 15px;
}

.landing--hero-image.counteringInfluenceOperations.database .form-search-results .component {
  margin-bottom: 0;
}

.landing--hero-image.counteringInfluenceOperations.database .form-search-results a.button {
  pointer: cursor;
}

.landing--hero-image.counteringInfluenceOperations.database .form-search-results [type="submit"] {
  line-height: normal;
  top: 0;
}

.landing--hero-image.counteringInfluenceOperations.database .section.slide-down {
  -webkit-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
}

.landing--hero-image.counteringInfluenceOperations.database .section.slide-down .connector.ceip-icon.icon-arrow-down.title {
  background-color: #e4e3dd;
  -webkit-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
  color: #3d71b7;
  cursor: pointer;
}

.landing--hero-image.counteringInfluenceOperations.database #sticky-filter {
  position: relative;
}

.landing--hero-image.counteringInfluenceOperations.database #sticky-filter .connector.ceip-icon.icon-arrow-down.title {
  background-color: #e4e3dd;
  -webkit-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
  color: #3d71b7;
  cursor: pointer;
}

.landing--hero-image.counteringInfluenceOperations.database #sticky-filter .section {
  -webkit-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
  padding-top: 20px;
}

.landing--hero-image.counteringInfluenceOperations.database #sticky-filter.show {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 30;
}

.landing--hero-image.counteringInfluenceOperations.database #forms .toggle-only {
  display: none;
}

.landing--hero-image.counteringInfluenceOperations.database #forms.slide-down {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 35;
}

.landing--hero-image.counteringInfluenceOperations.database #forms.slide-down .toggle-only {
  display: block;
}

.landing--hero-image.counteringInfluenceOperations.database #forms.slide-down .connector.ceip-icon.icon-arrow-down.title {
  background-color: #e4e3dd;
  color: #3d71b7;
  cursor: pointer;
}

.landing--hero-image.counteringInfluenceOperations.database em.large-font {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 2rem;
}

.landing--hero-image.counteringInfluenceOperations.database em.strong {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 1.8rem;
}

.landing--hero-image.counteringInfluenceOperations.database .cards .foreground {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 60px;
}

.landing--hero-image.counteringInfluenceOperations.database .cards ul {
  margin: 0 auto 60px auto;
  width: 95%;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li {
  background-color: #e4e3dd;
  overflow-y: hidden;
  margin-right: 30px;
  margin-top: 30px;
  position: relative;
  width: 250px;
  height: 350px;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .org-type {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.7em;
  padding: 5px 10px;
  text-transform: uppercase;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .org-type.academia {
  background-color: #de4f40;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .org-type.education {
  background-color: #48a49d;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .org-type.verification {
  background-color: #49aee9;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .org-type.government {
  background-color: #b6986b;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .org-type.investigations {
  background-color: #f1b258;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .org-type.policy {
  background-color: #236095;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .org-type.countermeasures {
  background-color: #812160;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .org-name {
  background-color: #635a4f;
  border-bottom: 7.5px #e4e3dd solid;
  color: #fff;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  line-height: 1.2em;
  padding: 10px;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .org-name .avatar {
  height: 25px;
  width: 25px;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .body {
  height: 70%;
  overflow-y: scroll;
  margin-bottom: 50px;
  padding: 10px;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .body .category {
  border-top: 1px solid #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.7rem;
  margin-top: 10px;
  padding-top: 10px;
  text-transform: uppercase;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .body .category:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .body .data {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .body .data.last {
  margin-bottom: 100px;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .data span:after {
  content: ", ";
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .data span:last-of-type:after {
  content: "";
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .icons {
  background-color: #e4e3dd;
  bottom: 0;
  display: block;
  height: 50px;
  padding: 15px 10px 15px 10px;
  position: absolute;
  width: 100%;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .icons .info {
  background-color: #3d71b7;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  text-align: center;
  width: 25px;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .icons .info .tooltip-content {
  visibility: hidden;
  color: #000;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  width: 100%;
  background-color: #8AA9D3;
  text-align: left;
  padding: 15px;
  border-radius: 0 0 6px 6px;
  position: absolute;
  z-index: 10;
  top: -300px;
  left: 0px;
  overflow-y: scroll;
  height: 300px;
  line-height: 1.4rem;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .icons .info .tooltip-content .close-button {
  display: block;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .icons .info.tooltip.active .tooltip-content {
  visibility: visible;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .icons .avatar--tiny {
  background-color: #e4e3dd;
  background-repeat: no-repeat;
  border: none;
  height: 20px;
  width: 20px;
  float: right;
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .icons .avatar--tiny.facebook {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/Facebook_gray.png);
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .icons .avatar--tiny.twitter {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/Twitter_gray.png);
}

.landing--hero-image.counteringInfluenceOperations.database .cards li .icons .avatar--tiny.www {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/www_gray.png);
}

.landing--hero-image.counteringInfluenceOperations.database .feedback {
  margin-top: 60px;
}

.landing--hero-image.counteringInfluenceOperations.database .feedback p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
}

@media (min-width: 1600px) {
  .landing--hero-image.counteringInfluenceOperations.database .cards ul {
    width: 1600px;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li {
    width: 290px;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li:nth-child(5n) {
    margin-right: 0;
  }
}

@media (max-width: 1280px) {
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li {
    width: 22.6%;
  }
  .landing--hero-image.counteringInfluenceOperations.database .mobile-hide {
    display: block;
  }
  .landing--hero-image.counteringInfluenceOperations.database .mobile-only {
    display: none;
  }
}

@media (max-width: 1024px) {
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li {
    width: 30.5%;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li:nth-child(4n) {
    margin-right: 30px;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li:nth-child(3n) {
    margin-right: 0;
  }
  .landing--hero-image.counteringInfluenceOperations.database .mobile-hide {
    display: block;
  }
  .landing--hero-image.counteringInfluenceOperations.database .mobile-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li {
    width: 30.5%;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.counteringInfluenceOperations.database .mobile-hide {
    display: none;
  }
  .landing--hero-image.counteringInfluenceOperations.database .mobile-only {
    display: none;
    font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  }
  .landing--hero-image.counteringInfluenceOperations.database .mobile-only.active {
    display: block;
  }
  .landing--hero-image.counteringInfluenceOperations.database .filtering .col {
    margin-bottom: 15px;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li {
    height: auto;
    margin-right: 0;
    width: 100%;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li:nth-child(4n) {
    margin-right: 0px;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li:nth-child(5n) {
    margin-right: 0px;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li .icons {
    position: relative;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li .body {
    height: auto;
    margin-bottom: 0;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li .body .data.last {
    margin-bottom: 15px;
  }
  .landing--hero-image.counteringInfluenceOperations.database .cards ul li .description-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 1024px) {
  .landing--hero-image.counteringInfluenceOperations .mobile-hide {
    display: block;
  }
  .landing--hero-image.counteringInfluenceOperations .mobile-only {
    display: none;
  }
  .landing--hero-image.counteringInfluenceOperations.mainPage .cards--equal-heights > .card {
    display: block;
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  .landing--hero-image.counteringInfluenceOperations.mainPage .cards--equal-heights .container-button {
    position: relative;
    left: 0;
  }
  .landing--hero-image.counteringInfluenceOperations.mainPage .sign-up .cols p {
    padding-left: 30px;
  }
  .landing--hero-image.counteringInfluenceOperations.mainPage .partnerships .col.col-33 {
    height: 100px;
    padding: 15px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.counteringInfluenceOperations .zone-title--bg .container-headline {
    margin: 0;
  }
  .landing--hero-image.counteringInfluenceOperations .zone-title--bg .container-headline .headline {
    background-size: 100%;
    height: 171px;
    width: 300px;
  }
}

.landing--hero-image.usfp .section {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 60px;
}

.landing--hero-image.usfp .section.gutter-bottom {
  margin-bottom: 60px;
}

.landing--hero-image.usfp .zone-title--bg {
  background-attachment: fixed;
  background-color: #062544;
  background-image: url(/layout-images/special-projects/img/usfp/USFP-1980x490.png);
  background-position: center top;
  background-size: 120% auto;
  background-repeat: no-repeat;
  height: 300px;
}

.landing--hero-image.usfp .zone-title--bg .zone-title__foreground {
  height: auto;
}

.landing--hero-image.usfp .zone-title--bg .container-headline {
  background: none;
  color: white;
  height: auto;
}

.landing--hero-image.usfp .zone-title--bg .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/usfp/USFP-headertext.png);
  background-repeat: no-repeat;
  background-size: auto;
  height: 132px;
  margin: 8% auto;
  text-align: center;
  width: 781px;
}

.landing--hero-image.usfp .description {
  background-color: #062544;
}

.landing--hero-image.usfp .description p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold","Arial Black",Gadget,sans-serif;
  font-size: 1.1rem;
  margin-bottom: 5%;
}

.landing--hero-image.usfp .description .buttons .button {
  background-color: #00a9eb;
  display: inline;
  margin-right: 15px;
}

.landing--hero-image.usfp .description .buttons .button a {
  color: #fff;
}

.landing--hero-image.usfp .description .container-connector .connector {
  background-color: #e4e3dd;
}

.landing--hero-image.usfp .description .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing--hero-image.usfp .description.title {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

.landing--hero-image.usfp .description.title p {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  margin-bottom: 0;
}

.landing--hero-image.usfp .container-connector {
  display: inline-block;
  position: relative;
  width: 100%;
  bottom: -38px;
}

.landing--hero-image.usfp .container-connector .connector {
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 70px;
  background-color: #e4e3dd;
}

.landing--hero-image.usfp .container-connector .connector.ceip-icon {
  font-size: 4rem;
}

.landing--hero-image.usfp .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing--hero-image.usfp .section-title {
  display: inline-block;
  margin-bottom: 60px;
  width: auto;
}

.landing--hero-image.usfp .section-title.bordered-box--header {
  border: 1px solid #635a4f;
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}

.landing--hero-image.usfp .gray-background {
  background-color: #e4e3dd;
}

.landing--hero-image.usfp .gray-background .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.usfp .gray-background .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.usfp .cards--equal-heights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing--hero-image.usfp .cards--equal-heights > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  margin: 0 15px;
  position: relative;
  width: 30%;
}

.landing--hero-image.usfp .cards--equal-heights > .card .ohio {
  background-image: url(https://images.carnegieendowment.org/images/article_images/USForeignPolicy_Ohio_final-1.jpg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 45px;
}

.landing--hero-image.usfp .cards--equal-heights > .card .colorado {
  background-image: url(https://images.carnegieendowment.org/images/article_images/Report_USFP_MiddleClass_CO_webcover.jpg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 45px;
}

.landing--hero-image.usfp .cards--equal-heights > .card .nebraska {
  background-image: url(https://images.carnegieendowment.org/images/article_images/USFP_Nebraska_cover.jpg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .landing--hero-image.usfp .cards--equal-heights > .card {
    display: block;
  }
}

.landing--hero-image.usfp .cards--equal-heights .banded,
.landing--hero-image.usfp .cards--equal-heights .area-focus {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.landing--hero-image.usfp .cards--equal-heights .container-button {
  bottom: 0;
  left: 30%;
  position: absolute;
}

.landing--hero-image.usfp .cards--equal-heights .container-button a.button {
  background-color: #00a9eb;
}

.landing--hero-image.usfp .cards--equal-heights .container-button.gray a.button {
  background-color: #ccc7c2;
}

.landing--hero-image.usfp .cards--equal-heights .container-button.gray a.button:after {
  content: none;
}

.landing--hero-image.usfp .container-boxes {
  padding: 30px 0 0 0;
}

.landing--hero-image.usfp .container-boxes h4, .landing--hero-image.usfp .container-boxes p, .landing--hero-image.usfp .container-boxes h4 a {
  color: #092e55;
}

.landing--hero-image.usfp .long-description p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.2em;
}

.landing--hero-image.usfp .long-description .bordered-box {
  float: right;
  width: 30%;
}

.landing--hero-image.usfp .long-description .bordered-box .padded {
  padding-top: 0;
}

.landing--hero-image.usfp .long-description .bordered-box .report {
  background-image: url(https://images.carnegieendowment.org/images/article_images/USFP_FinalReport_webcover-012.jpg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 45px;
}

.landing--hero-image.usfp .long-description .bordered-box a.button {
  background-color: #00a9eb;
}

.landing--hero-image.usfp .sign-up .bordered-box--header {
  color: #998b7b;
}

.landing--hero-image.usfp .sign-up .bordered-box--header .no-link {
  border-color: #998b7b;
}

.landing--hero-image.usfp .sign-up .cols p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  padding-right: 60px;
}

.landing--hero-image.usfp .sign-up .clean-form {
  background-color: #fff;
}

.landing--hero-image.usfp .sign-up .clean-form p {
  font-size: 0.8rem;
}

.landing--hero-image.usfp .sign-up .container-connector .connector {
  background-color: #fff;
}

.landing--hero-image.usfp .sign-up .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing--hero-image.usfp .experts {
  background-color: #fff;
  color: #000;
  padding-top: 30px;
}

.landing--hero-image.usfp .experts h3 {
  color: #000;
  padding-bottom: 30px;
  text-align: center;
}

.landing--hero-image.usfp .experts .avatar {
  float: none;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

.landing--hero-image.usfp .experts h4, .landing--hero-image.usfp .experts .meta {
  text-align: center;
}

.landing--hero-image.usfp .experts h4 a, .landing--hero-image.usfp .experts .meta {
  color: #000;
}

.landing--hero-image.usfp .experts p {
  display: none;
}

@media (max-width: 1024px) {
  .landing--hero-image.usfp .zone-title--bg {
    background-size: auto;
    height: 200px;
  }
  .landing--hero-image.usfp .zone-title--bg .container-headline .headline {
    background-size: contain;
    width: 500px;
  }
  .landing--hero-image.usfp.mainPage .cards--equal-heights > .card {
    display: block;
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  .landing--hero-image.usfp.mainPage .cards--equal-heights .container-button {
    position: relative;
    left: 0;
  }
  .landing--hero-image.usfp.mainPage .sign-up .cols p {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .landing--hero-image.usfp .zone-title--bg .container-headline .headline {
    margin-top: 20%;
    width: 300px;
  }
  .landing--hero-image.usfp .description .center.buttons {
    display: block;
    padding-top: 5%;
  }
}

.landing.about {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing.about .no-connector {
  padding: 60px 0 15px;
}

.landing.about .inset-margin {
  padding: 0 10px;
}

.landing.about .background-video.section {
  background-color: #000;
  margin-bottom: 0;
  margin-top: 0;
}

.landing.about .background-video.first {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.landing.about .background-video.first .foreground {
  display: table;
  width: 100%;
}

.landing.about .background-video.first h1 {
  vertical-align: center;
  color: white;
  display: table-cell;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 5rem;
  padding-top: 210px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  text-transform: uppercase;
  z-index: 2;
}

.landing.about .background-video.first h1 span {
  clear: both;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
}

.landing.about .background-video.first h1 span.bottom {
  font-size: 2rem;
}

.landing.about .background-video .video-container {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.landing.about .background-video video {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 500px;
  height: 500px;
  position: absolute;
  top: -30px;
  width: 1600px;
  z-index: -1;
}

.landing.about .background-static-image {
  background-blend-mode: luminosity;
  background-color: #30837e;
  background-image: url(/layout-images/about/about-us-landing-hero-still.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  height: 500px;
}

.landing.about .background-static-image.section {
  margin-bottom: 0;
  margin-top: 0;
}

.landing.about .background-static-image .foreground {
  display: table;
  width: auto;
}

.landing.about .background-static-image h1 {
  vertical-align: center;
  color: white;
  display: table-cell;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 5rem;
  padding-top: 180px;
  text-shadow: 1px 1px 2px #000;
  text-transform: uppercase;
  z-index: 2;
}

.landing.about .background-static-image h1 span {
  clear: both;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
}

.landing.about .background-static-image h1 span.bottom {
  font-size: 2rem;
}

.landing.about .top-section {
  background-color: #062544;
  color: #fff;
  position: relative;
  z-index: 100;
}

.landing.about .top-section.section {
  margin-bottom: 0;
  margin-top: -56px;
  padding: 45px 0 0;
}

.landing.about .top-section p {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.7rem;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.landing.about .top-section .container-connector {
  padding-top: 30px;
}

.landing.about .top-section .container-connector .connector {
  background-color: #e4e3dd;
}

.landing.about .top-section .container-connector .connector.ceip-icon {
  color: #062544;
}

.landing.about .button-big-alt.top-cta {
  background-color: #00a79d;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 45px auto 0;
  padding: 10px 60px;
  text-transform: uppercase;
  width: auto;
}

.landing.about h2.section-title {
  color: #a28556;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  margin: 0 auto;
  padding-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.landing.about h2.section-title span {
  background: #fff;
  border: 2px solid #a28556;
  display: inline-block;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 15px 40px;
  text-align: center;
  width: auto;
}

.landing.about .intro {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  margin-top: 30px;
  padding-bottom: 15px;
}

.landing.about .global-network {
  background-color: #e4e3dd;
  background-image: url(/layout-images/about/bg_centers-map.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.landing.about .global-network.section {
  margin: 0;
  padding: 45px 0;
}

.landing.about .global-network > .foreground {
  padding-top: 30px;
}

.landing.about .global-network h3 {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.25rem;
}

.landing.about .global-network p {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

.landing.about .global-network h2.section-title span {
  background-color: #e4e3dd;
}

.landing.about .global-network ul li {
  margin-bottom: 2em;
}

.landing.about .global-network.list ul li {
  margin-bottom: 0;
}

.landing.about .global-network .center-target-container {
  height: 210px;
  position: relative;
}

.landing.about .global-network .center-target-container:hover .city-graphic .image-container, .landing.about .global-network .center-target-container.active .city-graphic .image-container {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.landing.about .global-network .large-text {
  color: #062544;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.landing.about .global-network .section {
  margin-bottom: 0;
}

.landing.about .global-network .container-connector {
  padding-top: 45px;
  bottom: -82px;
}

.landing.about .global-network .container-connector .connector {
  background-color: #fff;
}

.landing.about .global-network .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing.about .global-network .mobile-only {
  display: none;
}

.landing.about .city-graphic {
  border: 2px solid #00a79d;
  border-radius: 50%;
  display: inline-block;
  height: 160px;
  margin-bottom: 10px;
  width: 160px;
}

.landing.about .city-graphic .image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 50%;
  display: block;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  height: 100%;
}

.landing.about .city-graphic.beijing .image-container {
  background-image: url(/layout-images/about/center-image-beijing.jpg);
}

.landing.about .city-graphic.beirut .image-container {
  background-image: url(/layout-images/about/center-image-beirut.jpg);
}

.landing.about .city-graphic.brussels .image-container {
  background-image: url(/layout-images/about/center-image-brussels.jpg);
}

.landing.about .city-graphic.moscow .image-container {
  background-image: url(/layout-images/about/center-image-moscow.jpg);
}

.landing.about .city-graphic.new-delhi .image-container {
  background-image: url(/layout-images/about/center-image-new-delhi.jpg);
}

.landing.about .extra-top-padding {
  padding-top: 40px;
}

.landing.about .trigger-center {
  cursor: pointer;
}

.landing.about .reveal-area {
  height: 10em;
  position: relative;
}

.landing.about .reveal-area .revealers {
  position: absolute;
}

.landing.about .display-under {
  background-image: url(/layout-images/about/arrow-up.png);
  background-repeat: no-repeat;
  background-size: 140px auto;
  padding-top: 20px;
}

.landing.about .display-under a:hover {
  text-decoration: none;
}

.landing.about .display-under a:hover h3, .landing.about .display-under a:hover p {
  color: #6fa8dc;
  text-decoration: none;
}

.landing.about .display-under p {
  color: #000;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: normal;
  text-align: left;
  margin: 0;
  width: 100%;
}

.landing.about .display-under .section {
  margin-top: 0;
  padding: 30px 60px;
}

.landing.about .display-under .focus {
  background-color: #fff;
}

.landing.about .display-under--beijing {
  background-position: 20px -0px;
}

.landing.about .display-under--beirut {
  background-position: 222px -0px;
}

.landing.about .display-under--brussels {
  background-position: 430px -0px;
}

.landing.about .display-under--moscow {
  background-position: 635px -0px;
}

.landing.about .display-under--new-delhi {
  background-position: 843px -0px;
}

.landing.about .our-priorities.section {
  margin-top: 90px;
}

.landing.about .our-priorities h3 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 20vh;
}

.landing.about .our-priorities p {
  color: #fff;
  display: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
}

.landing.about .our-priorities .col {
  display: table;
  padding: 0 15px;
}

.landing.about .our-priorities .col .container {
  background-color: #062544;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: table-cell;
  height: 450px;
  padding: 30px 45px;
  position: relative;
  vertical-align: top;
}

.landing.about .our-priorities .col.active .container {
  background-color: #003A63;
  background-image: none !important;
  vertical-align: bottom;
}

.landing.about .our-priorities .col.active h3 {
  margin-bottom: 1em;
  margin-top: 0;
}

.landing.about .our-priorities .col.active p {
  display: inline-block;
}

.landing.about .our-priorities .col.col-33 .container {
  background-size: auto 100%;
}

.landing.about .our-priorities .other-priorities.section {
  margin-bottom: 90px;
}

.landing.about .our-priorities .other-priorities.section p strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-variant: none;
}

.landing.about .our-priorities .container-connector {
  padding-top: 0;
  bottom: -70px;
}

.landing.about .our-priorities .container-connector .connector {
  background-color: #666666;
}

.landing.about .our-priorities .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing.about .featured-basic .foreground .section {
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.landing.about .featured-basic .foreground .section:nth-last-child(2), .landing.about .featured-basic .foreground .section.disclaimer {
  border-bottom: 0;
  margin-bottom: 0;
}

.landing.about .featured-basic .col-50:first-child .gutters {
  margin-right: 60px;
}

.landing.about .featured-basic .col-50:last-child .gutters {
  margin-left: 60px;
}

.landing.about .featured-basic h3 {
  color: #003A63;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2.6rem;
  width: 40%;
}

.landing.about .featured-basic p {
  color: #003A63;
  font-size: 1.1rem;
}

.landing.about .featured-basic a.button {
  background-color: #00a79d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  margin-bottom: 20px;
  padding: 15px 30px;
  border-radius: 0;
}

.landing.about .featured-basic a.button:after {
  display: none;
}

.landing.about .featured-basic .disclaimer p {
  color: #6e6e71;
  font-size: 0.9rem;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.landing.about .featured-expert {
  background-color: #e6e7e8;
}

.landing.about .featured-expert h2.section-title span {
  background-color: #e6e7e8;
}

.landing.about .featured-expert .col-40 .head-shot {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  position: relative;
  width: 420px;
}

.landing.about .featured-expert .col-40 .head-shot .name-container {
  background-color: #003A63;
  padding: 5px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.landing.about .featured-expert .col-40 .head-shot .name-container h3 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.landing.about .featured-expert .col-40 .head-shot .name-container strong {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-weight: normal;
}

.landing.about .featured-expert .col-60 .gutters {
  margin-left: 60px;
}

.landing.about .featured-expert .col-60 p {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.landing.about .featured-expert .col-60 p em {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-variant: none;
}

.landing.about .featured-expert .col-60 strong {
  color: #a28556;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.landing.about .featured-expert .col-60 ul li {
  color: #000;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.1em;
  margin-bottom: 15px;
}

.landing.about .featured-expert .col-60 ul li:last-child {
  margin-bottom: 0;
}

.landing.about .featured-expert .col-60 ul li a {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.landing.about .featured-expert .col-60 ul li .meta-data {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 6px;
  text-transform: uppercase;
}

.landing.about .featured-expert .col-60 ul li .meta-data span {
  line-height: 1em;
}

.landing.about .featured-expert .col-60 ul li .meta-data span:last-child {
  border-left: 1px solid #000;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
}

.landing.about .featured-expert .col-60 ul li .meta-data span em, .landing.about .featured-expert .col-60 ul li .meta-data span i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: none;
}

.landing.about .featured-item {
  background-color: #e6e7e8;
}

.landing.about .featured-item .foreground {
  padding: 90px 15px;
}

.landing.about .featured-item h3 {
  color: #003A63;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding-bottom: 15px;
}

.landing.about .featured-item .button {
  background-color: #00a79d;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 45px auto 0;
  padding: 10px 30px;
  text-transform: uppercase;
  width: auto;
}

.landing.about .featured-item .button::after {
  display: none;
}

.landing.about .featured-list .list-items .list-item {
  padding-bottom: 30px;
}

.landing.about .featured-list .list-items .quote-text {
  padding-bottom: 15px;
}

.landing.about .contact-list {
  font-size: 1.1rem;
  line-height: normal;
}

.landing.about .contact-list .col {
  margin-bottom: 60px;
}

.landing.about .contact-list .col em, .landing.about .contact-list .col i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: none;
}

.landing.about .contact-list .col .gutters > div {
  margin-left: 15%;
}

.landing.about .contact-list h3 {
  display: block;
  margin-top: 10px;
  padding-top: 30px;
  text-align: center;
}

.landing.about .contact-list .name {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.landing.about .cta {
  background-color: #003A63;
  color: #fff;
}

.landing.about .cta h2.section-title {
  color: #fff;
}

.landing.about .cta h2.section-title span {
  background-color: #003A63;
  border-color: #fff;
}

.landing.about .cta .col-50:first-child .gutters {
  margin-right: 60px;
}

.landing.about .cta p {
  font-size: 1.1rem;
  padding-bottom: 15px;
}

.landing.about .cta p .gutters {
  margin-right: 60px;
}

.landing.about .cta strong {
  display: inline-block;
  float: left;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2.2em;
  padding-right: 30px;
  text-transform: uppercase;
}

.landing.about .cta ul {
  display: inline-block;
  float: left;
}

.landing.about .cta ul li {
  display: inline-block;
}

.landing.about .cta ul li a {
  background: transparent url(/layout-images/sprite_follow-icons_2020.png) center 0px no-repeat;
  display: block;
  height: 30px;
  width: 30px;
}

.landing.about .cta ul li.twitter-icon a {
  background-position: center -1147px;
}

.landing.about .cta ul li.facebook-icon a {
  background-position: center -831px;
}

.landing.about .cta ul li.instagram-icon a {
  background-position: center -895px;
}

.landing.about .cta ul li.youtube-icon a {
  background-position: center -1328px;
}

.landing.about .cta ul li.linkedin-icon a {
  background-position: center -958px;
}

.landing.about .cta form.analytics-stay-in-the-know, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know {
  background-color: #fff;
  padding: 30px;
}

.landing.about .cta form.analytics-stay-in-the-know h3, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know h3 {
  float: left;
}

.landing.about .cta form.analytics-stay-in-the-know h3 .roman-normal-book, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know h3 .roman-normal-book {
  display: inline-block;
  padding-left: 0.3em;
}

.landing.about .cta form.analytics-stay-in-the-know .description, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know .description {
  clear: both;
  color: #000;
  display: block;
  margin-bottom: 15px;
}

.landing.about .cta form.analytics-stay-in-the-know .col-70, .landing.about .cta form.analytics-stay-in-the-know .col-30, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know .col-70, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know .col-30 {
  width: 100%;
}

.landing.about .cta form.analytics-stay-in-the-know .col-30, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know .col-30 {
  float: right;
}

.landing.about .cta form.analytics-stay-in-the-know fieldset, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know fieldset {
  border: 0;
}

.landing.about .cta form.analytics-stay-in-the-know input, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.landing.about .cta form.analytics-stay-in-the-know label.checkbox span, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know label.checkbox span {
  color: #000;
  margin-left: 5px;
}

.landing.about .cta form.analytics-stay-in-the-know button, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know button {
  background-color: #00a79d;
  float: right;
}

.landing.about .cta form.analytics-stay-in-the-know .mktoButtonWrap.mktoNative, .landing.about .cta .marketo-form-container.analytics-stay-in-the-know .mktoButtonWrap.mktoNative {
  margin-left: 0 !important;
}

.landing.about .next-generation {
  color: #fff;
  background-color: #666666;
  padding: 3em 0;
}

.landing.about .next-generation h2.section-title {
  color: #fff;
  padding-bottom: 30px;
}

.landing.about .next-generation h2.section-title span {
  background-color: #666666;
  border-color: #fff;
  color: #fff;
}

.landing.about .next-generation h3, .landing.about .next-generation h4 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.landing.about .next-generation h3 {
  line-height: 1.1em;
  margin-bottom: 30px;
}

.landing.about .next-generation .foreground > .section {
  margin-bottom: 0;
  margin-top: 0;
}

.landing.about .next-generation .col > .gutters {
  margin-left: 30px;
  margin-right: 30px;
}

.landing.about .next-generation .cols.section {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.landing.about .next-generation .button {
  border: 0;
  border-radius: 0;
  padding: 10px 30px;
  width: 100%;
}

.landing.about .next-generation .button.bottom-cta {
  background-color: #00a79d;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 30px auto;
  text-transform: uppercase;
  width: auto;
}

.landing.about .next-generation .button.bottom-cta::after {
  border-left: 16px white solid;
  border-top: 10px transparent solid;
  border-bottom: 10px transparent solid;
  margin-left: 10px;
}

.landing.about .next-generation .container-connector {
  padding-top: 0;
  bottom: -40px;
}

.landing.about .next-generation .container-connector .connector {
  background-color: #fff;
}

.landing.about .next-generation .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing.about .jfs-portrait {
  background-image: url("../layout-images/about/2019-jfs-group-portaits.jpg");
  background-position: -10px bottom;
  background-repeat: no-repeat;
  background-size: auto 110%;
  display: block;
  height: 400px;
  margin-top: 3em;
  margin-bottom: 45px;
  width: auto;
}

.landing.about .additional-resources {
  padding-top: 60px;
}

.landing.about .additional-resources li {
  border-bottom-color: #fff;
  font-size: 1.5rem;
  line-height: 1.1em;
  margin-bottom: 15px;
  padding: 15px 0;
}

.landing.about .funders-list .list h3 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.landing.about .funders-list .list .col .gutters {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  margin: 0 auto 45px;
  text-align: center;
  width: 50%;
}

.landing.about .funders-list .list p {
  line-height: normal;
  margin-bottom: 45px;
}

.landing.about .last-section {
  margin-bottom: 120px;
}

.landing.about.dc .background-video video {
  background-image: url(/layout-images/about/about-us-landing-hero-still.jpg);
}

.landing.about.dc .our-priorities .col .container.disorder {
  background-image: url(/layout-images/about/our-priorities_disorder.jpg);
}

.landing.about.dc .our-priorities .col .container.governance {
  background-image: url(/layout-images/about/our-priorities_governance.jpg);
}

.landing.about.dc .our-priorities .col .container.geoeconomics {
  background-image: url(/layout-images/about/our-priorities_geoeconomics.jpg);
}

.landing.about.dc .our-priorities .col .container.technology {
  background-image: url(/layout-images/about/our-priorities_technology.jpg);
}

.landing.about.brussels .top-section p, .landing.about.beirut .top-section p, .landing.about.moscow .top-section p, .landing.about.new-delhi .top-section p, .landing.about.beijing .top-section p {
  font-size: 1.5rem;
  width: 90%;
}

.landing.about.brussels .top-section .container-connector .connector, .landing.about.beirut .top-section .container-connector .connector, .landing.about.moscow .top-section .container-connector .connector, .landing.about.new-delhi .top-section .container-connector .connector, .landing.about.beijing .top-section .container-connector .connector {
  background-color: #fff;
}

.landing.about.brussels .top-section .container-connector .connector.ceip-icon, .landing.about.beirut .top-section .container-connector .connector.ceip-icon, .landing.about.moscow .top-section .container-connector .connector.ceip-icon, .landing.about.new-delhi .top-section .container-connector .connector.ceip-icon, .landing.about.beijing .top-section .container-connector .connector.ceip-icon {
  color: #062544;
}

.landing.about.brussels .our-priorities h3, .landing.about.beirut .our-priorities h3, .landing.about.moscow .our-priorities h3, .landing.about.new-delhi .our-priorities h3, .landing.about.beijing .our-priorities h3 {
  font-size: 1.9rem;
  text-transform: none;
  margin-top: 26vh;
}

.landing.about.beirut .featured-basic, .landing.about.beirut .featured-basic h2.section-title span, .landing.about.beijing .featured-basic, .landing.about.beijing .featured-basic h2.section-title span {
  background-color: #e6e7e8;
}

.landing.about.moscow .cta form.analytics-stay-in-the-know .col-30 {
  margin-top: 30px;
}

.landing.about.development .top-section p {
  font-size: 1.5rem;
  width: 90%;
}

.landing.about.development .top-section .container-connector .connector {
  background-color: #fff;
}

.landing.about.development .ways-to-give .cols.extra-top-padding {
  padding-bottom: 60px;
  padding-top: 60px;
}

.landing.about.development .ways-to-give .avatar {
  background-color: #fff;
  border: 0;
  float: none;
  height: 100px;
  margin: 15px auto;
  text-align: center;
  width: 100px;
}

.landing.about.development .ways-to-give .avatar.transfer {
  background-image: url(/layout-images/about/about-support-icon_transfer-gifts.png);
  background-size: 70% auto;
}

.landing.about.development .ways-to-give .avatar.deferred {
  background-image: url(/layout-images/about/about-support-icon_deferred-gifts.png);
  background-size: 55% auto;
}

.landing.about.development .ways-to-give .avatar.corporate {
  background-image: url(/layout-images/about/about-support-icon_corporate-gifts.png);
  background-size: 80% auto;
}

.landing.about.development .ways-to-give strong {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
}

.landing.about.development .ways-to-give .button-big-alt.top-cta {
  margin: 0 auto 60px;
}

.landing.about.development .global-network .container-connector .connector {
  background-color: #003A63;
}

.landing.about.development .global-network .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing.about.development .next-generation {
  margin-top: 0;
  padding-bottom: 0;
}

.landing.about.development .next-generation .foreground {
  padding-top: 30px;
}

.landing.about.development .our-priorities .col .container.africa {
  background-image: url(/layout-images/about/about-support-program_africa.jpg);
}

.landing.about.development .our-priorities .col .container.asia {
  background-image: url(/layout-images/about/about-support-program_asia.jpg);
}

.landing.about.development .our-priorities .col .container.cyber {
  background-image: url(/layout-images/about/about-support-program_cyber.jpg);
}

.landing.about.development .our-priorities .col .container.democracy {
  background-image: url(/layout-images/about/about-support-program_democracy.jpg);
}

.landing.about.development .our-priorities .col .container.europe {
  background-image: url(/layout-images/about/about-support-program_europe.jpg);
}

.landing.about.development .our-priorities .col .container.geoeconomics {
  background-image: url(/layout-images/about/our-priorities_geoeconomics.jpg);
}

.landing.about.development .our-priorities .col .container.middleeast {
  background-image: url(/layout-images/about/about-support-program_middleeast.jpg);
}

.landing.about.development .our-priorities .col .container.nuclear {
  background-image: url(/layout-images/about/about-support-program_nuclear.jpg);
}

.landing.about.development .our-priorities .col .container.russia {
  background-image: url(/layout-images/about/about-support-program_russia.jpg);
}

.landing.about.development .our-priorities .col .container.southasia {
  background-image: url(/layout-images/about/about-support-program_southasia.jpg);
}

.landing.about.development .our-priorities .col .container.technology {
  background-image: url(/layout-images/about/about-support-program_technology.jpg);
}

.landing.about.development .our-priorities .container-connector .connector {
  background-color: #e4e3dd;
}

.landing.about.development .our-priorities .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing.about.development .cta {
  margin-top: 0;
  padding-top: 90px;
}

.landing.about.funders .background-static-image h1 {
  font-size: 4rem;
  line-height: 0.9em;
}

.landing.about.corporate-circle .background-static-image {
  background-blend-mode: none;
  background-image: url(/layout-images/about/corporate-circle-landing-hero-still.jpg);
}

.landing.about.corporate-circle .top-section .container-connector .connector {
  background-color: #e4e3dd;
}

.landing.about.corporate-circle .top-section .container-connector .connector.ceip-icon {
  color: #003A63;
}

.landing.about.corporate-circle .about-corporate-circle {
  background-color: #e4e3dd;
}

.landing.about.corporate-circle .about-corporate-circle.section {
  margin-top: 0;
  padding-top: 90px;
}

.landing.about.corporate-circle .about-corporate-circle h2 span {
  background-color: #e4e3dd;
}

.landing.about.corporate-circle .about-corporate-circle .banded {
  background-color: #fff;
}

.landing.about.corporate-circle .about-corporate-circle .cols strong {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 auto 15px;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
}

.landing.about.corporate-circle .container-connector .connector {
  background-color: #fff;
}

.landing.about.corporate-circle .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing.about.corporate-circle .corporate-circle-activities.section {
  padding-top: 60px;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table {
  margin-top: 60px;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table {
  width: 100%;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table tr td {
  border-bottom: 1px solid #000;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table tr td:nth-child(n+2) {
  text-align: center;
  white-space: nowrap;
  width: 10%;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table tr td:first-child {
  width: 70%;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table tr td:nth-child(2) {
  background-color: #e6e7e8;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table tr td:nth-child(3) {
  background-color: #e3d3c5;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table thead td {
  color: #a28556;
  text-align: center;
  white-space: normal;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table thead td:first-child {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table thead td:nth-child(n+2) {
  white-space: normal;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table tfoot tr td {
  border-bottom: none;
  text-align: right;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table tfoot tr td em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.8rem;
  font-variant: none;
  line-height: 0.9em;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table strong {
  color: #003A63;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
}

.landing.about.corporate-circle .corporate-circle-activities .activities-table table span {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.9rem;
  margin-top: 15px;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar.section {
  margin-top: 90px;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar h3 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 20vh;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar p {
  color: #fff;
  display: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .col {
  display: table;
  padding: 0 15px;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .col .container {
  background-color: #062544;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: table-cell;
  height: 450px;
  padding: 30px 45px;
  position: relative;
  vertical-align: top;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .col.active .container {
  background-color: #003A63;
  background-image: none !important;
  vertical-align: bottom;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .col.active h3 {
  margin-bottom: 1em;
  margin-top: 0;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .col.active p {
  display: inline-block;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .col.col-33 .container {
  background-size: auto 100%;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .other-priorities.section {
  margin-bottom: 90px;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .other-priorities.section p strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-variant: none;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .container-connector {
  padding-top: 0;
  bottom: -70px;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .container-connector .connector {
  background-color: #666666;
}

.landing.about.corporate-circle .corporate-circle-activities .events-calendar .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing.about.corporate-circle .events-calendar {
  background-color: #e6e7e8;
}

.landing.about.corporate-circle .events-calendar.section {
  margin-top: 90px;
}

.landing.about.corporate-circle .events-calendar h2.section-title span {
  background-color: #e6e7e8;
}

.landing.about.corporate-circle .events-calendar h3 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.8rem;
  line-height: 1.05em;
  margin: 30px 0;
}

.landing.about.corporate-circle .events-calendar .date, .landing.about.corporate-circle .events-calendar .type, .landing.about.corporate-circle .events-calendar .speaker {
  color: #fff;
}

.landing.about.corporate-circle .events-calendar .date, .landing.about.corporate-circle .events-calendar .type {
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
}

.landing.about.corporate-circle .events-calendar .date, .landing.about.corporate-circle .events-calendar .speaker, .landing.about.corporate-circle .events-calendar h3 {
  margin-left: 30px;
}

.landing.about.corporate-circle .events-calendar .date::after {
  content: ":";
}

.landing.about.corporate-circle .events-calendar .type {
  padding-left: 0.5em;
}

.landing.about.corporate-circle .events-calendar .speaker {
  display: block;
  line-height: 1.1em;
  margin-bottom: 15px;
}

.landing.about.corporate-circle .events-calendar .speaker:last-child {
  margin-bottom: 0;
}

.landing.about.corporate-circle .events-calendar .speaker strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
}

.landing.about.corporate-circle .events-calendar p {
  color: #fff;
  display: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  margin-top: 15px;
}

.landing.about.corporate-circle .events-calendar .cta {
  background-color: transparent;
  color: #003A63;
  display: table-row;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
  height: 1em;
  text-transform: uppercase;
  vertical-align: bottom;
  width: auto;
}

.landing.about.corporate-circle .events-calendar .cta::before {
  content: "- ";
}

.landing.about.corporate-circle .events-calendar .cta::after {
  content: " -";
}

.landing.about.corporate-circle .events-calendar .col {
  padding: 0 15px;
}

.landing.about.corporate-circle .events-calendar .col .container {
  background-color: #00a79d;
  background-image: url(/layout-images/about/about-icon_calendar_rev.png);
  background-position: 18px 18px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  display: table;
  height: 460px;
  padding: 30px 45px 15px 45px;
}

.landing.about.corporate-circle .events-calendar .col .container .container-metadata {
  display: table-row;
  vertical-align: top;
}

.landing.about.corporate-circle .events-calendar .col.active .container {
  background-color: #003A63;
  background-image: none !important;
  border-collapse: separate;
}

.landing.about.corporate-circle .events-calendar .col.active h3, .landing.about.corporate-circle .events-calendar .col.active .speaker, .landing.about.corporate-circle .events-calendar .col.active .cta {
  display: none;
}

.landing.about.corporate-circle .events-calendar .col.active .date {
  margin-left: 0;
}

.landing.about.corporate-circle .events-calendar .col.active p {
  border-spacing: 10px;
  display: table-row;
  margin-top: 15px;
  vertical-align: top;
}

.landing.about.corporate-circle .events-calendar .container-connector {
  padding-top: 0;
  bottom: -70px;
}

.landing.about.corporate-circle .events-calendar .container-connector .connector {
  background-color: #666666;
}

.landing.about.corporate-circle .events-calendar .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing.about.corporate-circle .events-calendar em, .landing.about.corporate-circle .events-calendar i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: normal;
}

.landing.about.corporate-circle .cta {
  margin-top: -30px;
}

@media (min-width: 1600px) {
  .landing.about .background-video.first video {
    left: -100px;
    width: 1800px;
  }
}

@media (max-width: 1024px) {
  .landing.about .background-video.first .foreground {
    padding-left: 0;
    padding-right: 0;
  }
  .landing.about .background-video.first h1 {
    font-size: 4rem;
  }
  .landing.about .background-video video {
    background-size: auto 450px;
    height: 450px;
    margin-left: -400px;
    top: 0;
    width: 140vw;
  }
  .landing.about .top-section p {
    font-size: 1.3rem;
  }
  .landing.about .section > .foreground {
    padding-left: 30px;
    padding-right: 30px;
  }
  .landing.about .featured-expert .cols {
    margin: 0 0 60px;
  }
  .landing.about .featured-expert .col-40, .landing.about .featured-expert .col-40 .head-shot {
    width: 360px;
  }
  .landing.about .featured-expert .col-60 {
    width: 52%;
  }
  .landing.about .featured-expert .col-40 .head-shot {
    margin-top: 2vh;
  }
  .landing.about .contact-list .section > .foreground, .landing.about .cta .section > .foreground, .landing.about .featured-basic .section > .foreground {
    padding-left: 45px;
    padding-right: 45px;
  }
  .landing.about .contact-list .col .gutters > div {
    margin-left: 0;
  }
  .landing.about .display-under--beijing {
    background-position: 15px -0px;
  }
  .landing.about .display-under--beirut {
    background-position: 212px -0px;
  }
  .landing.about .display-under--brussels {
    background-position: 412px -0px;
  }
  .landing.about .display-under--moscow {
    background-position: 612px -0px;
  }
  .landing.about .display-under--new-delhi {
    background-position: 810px -0px;
  }
  .landing.about .featured-expert .col-40 {
    height: 385px;
  }
  .landing.about.dc .background-video video {
    margin-left: -400px;
  }
  .landing.about.brussels .top-section p, .landing.about.beirut .top-section p, .landing.about.moscow .top-section p, .landing.about.new-delhi .top-section p, .landing.about.beijing .top-section p {
    font-size: 1.3rem;
    width: 90%;
  }
  .landing.about.brussels .our-priorities h3, .landing.about.beirut .our-priorities h3, .landing.about.moscow .our-priorities h3, .landing.about.new-delhi .our-priorities h3, .landing.about.beijing .our-priorities h3 {
    font-size: 1.9rem;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing.about .background-video .video-container {
    right: 0;
  }
  .landing.about .background-video video {
    background-size: auto 100%;
    height: 460px;
    width: 191vw;
  }
  .landing.about .background-video.first {
    height: 50vh;
  }
  .landing.about .background-video.first h1 {
    font-size: 3rem;
  }
  .landing.about .top-section p {
    font-size: 1.3rem;
  }
  .landing.about .global-network .large-text {
    font-size: 0.9rem;
  }
  .landing.about .global-network .city-graphic {
    height: 100px;
    width: 100px;
  }
  .landing.about .global-network .col .gutters {
    margin: 0;
  }
  .landing.about .global-network .center-target-container {
    height: 160px;
  }
  .landing.about .global-network .display-under--beijing {
    background-position: -12px -0px;
  }
  .landing.about .global-network .display-under--beirut {
    background-position: 136px -0px;
  }
  .landing.about .global-network .display-under--brussels {
    background-position: 284px -0px;
  }
  .landing.about .global-network .display-under--moscow {
    background-position: 432px -0px;
  }
  .landing.about .global-network .display-under--new-delhi {
    background-position: 578px -0px;
  }
  .landing.about .global-network .container-connector {
    padding-top: 100px;
  }
  .landing.about .our-priorities h3 {
    font-size: 1.5rem;
  }
  .landing.about .our-priorities p {
    font-size: 0.7rem;
  }
  .landing.about .featured-expert .cols {
    margin: 0 0 60px;
  }
  .landing.about .featured-expert .col-40, .landing.about .featured-expert .head-shot {
    width: 330px;
  }
  .landing.about .featured-expert .col-40 .head-shot {
    margin-top: 2vh;
  }
  .landing.about .cta form.analytics-stay-in-the-know h3 .roman-normal-book {
    padding-left: 0;
  }
  .landing.about .featured-basic h3 {
    width: 100%;
  }
  .landing.about .featured-basic .col-50 {
    display: block;
    float: none;
    width: 100%;
  }
  .landing.about .featured-basic .col-50:last-child .gutters {
    margin-left: 0;
  }
  .landing.about .featured-basic ul {
    float: none;
    width: 100%;
  }
  .landing.about .featured-basic ul li {
    text-align: center;
  }
  .landing.about .featured-basic a.button {
    margin-top: 30px;
  }
  .landing.about .next-generation .button {
    font-size: 0.8rem;
  }
  .landing.about.dc .background-video video {
    margin-left: -650px;
  }
  .landing.about.brussels .top-section p, .landing.about.beirut .top-section p, .landing.about.moscow .top-section p, .landing.about.new-delhi .top-section p, .landing.about.beijing .top-section p {
    font-size: 1.1rem;
  }
  .landing.about.brussels .our-priorities .col .container, .landing.about.beirut .our-priorities .col .container, .landing.about.moscow .our-priorities .col .container, .landing.about.new-delhi .our-priorities .col .container, .landing.about.beijing .our-priorities .col .container {
    padding: 30px;
  }
  .landing.about.brussels .our-priorities h3, .landing.about.beirut .our-priorities h3, .landing.about.moscow .our-priorities h3, .landing.about.new-delhi .our-priorities h3, .landing.about.beijing .our-priorities h3 {
    font-size: 1.6rem;
    margin-top: 20vh;
  }
  .landing.about.development .our-priorities .col .container {
    background-size: auto 100%;
  }
  .landing.about.corporate-circle h1 {
    line-height: 0.9em;
    padding-top: 120px;
  }
  .landing.about.corporate-circle .about-corporate-circle .col-50, .landing.about.corporate-circle .events-calendar .col-50 {
    display: block;
    float: none;
    width: 100%;
  }
  .landing.about.corporate-circle .events-calendar .col .container {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .landing.about h2.section-title {
    font-size: 1rem;
  }
  .landing.about .background-video video {
    height: 350px;
    width: auto;
  }
  .landing.about .background-video.first {
    height: 400px;
  }
  .landing.about .background-video.first h1 {
    font-size: 3rem;
    padding-top: 110px;
    line-height: 0.9em;
  }
  .landing.about .top-section p {
    font-size: 1rem;
  }
  .landing.about .top-section .top-cta {
    line-height: 0.9em;
  }
  .landing.about .global-network p {
    font-size: 1rem;
    width: 90%;
  }
  .landing.about .global-network .cols {
    display: none;
  }
  .landing.about .global-network .mobile-only {
    display: block;
  }
  .landing.about .global-network .reveal-area {
    height: auto;
  }
  .landing.about .global-network .display-under {
    background-image: none;
    padding-top: 0;
  }
  .landing.about .global-network .display-under .section {
    margin-top: 30px;
    padding: 30px 30px;
  }
  .landing.about .global-network .display-under p {
    font-size: 0.8rem;
  }
  .landing.about .our-priorities h3 {
    font-size: 1.24rem;
    margin-top: 30vh;
  }
  .landing.about .our-priorities .col .container {
    background-size: auto 100%;
    padding: 30px;
  }
  .landing.about .next-generation .jfs-portrait {
    height: 200px;
  }
  .landing.about.corporate-circle h1 {
    font-size: 3rem;
    padding-top: 150px;
  }
  .landing.about.corporate-circle .corporate-circle-activities .activities-table {
    margin-left: -20px;
    margin-right: -20px;
  }
  .landing.about.corporate-circle .corporate-circle-activities .activities-table table tr td {
    font-size: 0.9rem;
    line-height: 1.1em;
  }
  .landing.about.corporate-circle .corporate-circle-activities .activities-table table tr td:nth-child(n+2) {
    white-space: normal;
  }
  .landing.about.corporate-circle .corporate-circle-activities .activities-table table thead td {
    font-size: 0.8rem;
  }
  .landing.about.corporate-circle .corporate-circle-activities .activities-table table thead td:first-child {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  .landing.about.corporate-circle .corporate-circle-activities .activities-table table strong {
    font-size: 0.9rem;
    padding-bottom: 7.5px;
  }
  .landing.about.corporate-circle .corporate-circle-activities .activities-table table span {
    font-size: 0.8rem;
  }
  .landing.about.corporate-circle .events-calendar .date {
    margin-left: 45px;
  }
  .landing.about.corporate-circle .events-calendar h3 {
    font-size: 1.3rem;
    margin: 30px 0 30px;
  }
  .landing.about.corporate-circle .events-calendar .speaker {
    margin-left: 0;
  }
  .landing.about.corporate-circle .events-calendar .col {
    padding: 0;
  }
  .landing.about.corporate-circle .events-calendar .col .container {
    padding: 30px 30px 15px;
  }
  .landing.about.brussels .top-section p, .landing.about.beirut .top-section p, .landing.about.moscow .top-section p, .landing.about.new-delhi .top-section p, .landing.about.beijing .top-section p {
    font-size: 1rem;
  }
  .landing.about.brussels .featured-expert .col-40 .head-shot, .landing.about.beirut .featured-expert .col-40 .head-shot, .landing.about.moscow .featured-expert .col-40 .head-shot, .landing.about.new-delhi .featured-expert .col-40 .head-shot, .landing.about.beijing .featured-expert .col-40 .head-shot {
    display: block;
    width: auto;
  }
  .landing.about.brussels .featured-expert .col-60 .gutters, .landing.about.beirut .featured-expert .col-60 .gutters, .landing.about.moscow .featured-expert .col-60 .gutters, .landing.about.new-delhi .featured-expert .col-60 .gutters, .landing.about.beijing .featured-expert .col-60 .gutters {
    margin-left: 0;
    margin-top: 15px;
  }
  .landing.about.brussels .featured-expert .col-60 p, .landing.about.beirut .featured-expert .col-60 p, .landing.about.moscow .featured-expert .col-60 p, .landing.about.new-delhi .featured-expert .col-60 p, .landing.about.beijing .featured-expert .col-60 p {
    font-size: 1rem;
  }
  .landing.about.brussels .featured-expert .col-60 .clean-list, .landing.about.brussels .featured-expert .col-60 strong, .landing.about.beirut .featured-expert .col-60 .clean-list, .landing.about.beirut .featured-expert .col-60 strong, .landing.about.moscow .featured-expert .col-60 .clean-list, .landing.about.moscow .featured-expert .col-60 strong, .landing.about.new-delhi .featured-expert .col-60 .clean-list, .landing.about.new-delhi .featured-expert .col-60 strong, .landing.about.beijing .featured-expert .col-60 .clean-list, .landing.about.beijing .featured-expert .col-60 strong {
    margin-left: 0;
  }
  .landing.about.brussels .cta .col-50:first-child, .landing.about.beirut .cta .col-50:first-child, .landing.about.moscow .cta .col-50:first-child, .landing.about.new-delhi .cta .col-50:first-child, .landing.about.beijing .cta .col-50:first-child {
    margin-bottom: 90px;
  }
  .landing.about.brussels .cta .col-50:first-child .gutters, .landing.about.beirut .cta .col-50:first-child .gutters, .landing.about.moscow .cta .col-50:first-child .gutters, .landing.about.new-delhi .cta .col-50:first-child .gutters, .landing.about.beijing .cta .col-50:first-child .gutters {
    margin-right: 0;
  }
  .landing.about.brussels .cta p, .landing.about.beirut .cta p, .landing.about.moscow .cta p, .landing.about.new-delhi .cta p, .landing.about.beijing .cta p {
    font-size: 1rem;
  }
  .landing.about.brussels .featured-basic h3, .landing.about.beirut .featured-basic h3, .landing.about.moscow .featured-basic h3, .landing.about.new-delhi .featured-basic h3, .landing.about.beijing .featured-basic h3 {
    font-size: 2rem;
  }
  .landing.about.brussels ul, .landing.about.beirut ul, .landing.about.moscow ul, .landing.about.new-delhi ul, .landing.about.beijing ul {
    float: none;
  }
  .landing.about.brussels .col-50:first-child .gutters, .landing.about.beirut .col-50:first-child .gutters, .landing.about.moscow .col-50:first-child .gutters, .landing.about.new-delhi .col-50:first-child .gutters, .landing.about.beijing .col-50:first-child .gutters {
    margin-right: 0;
  }
  .landing.about.brussels .col-50:last-child .gutters, .landing.about.beirut .col-50:last-child .gutters, .landing.about.moscow .col-50:last-child .gutters, .landing.about.new-delhi .col-50:last-child .gutters, .landing.about.beijing .col-50:last-child .gutters {
    margin-left: 0;
  }
  .landing.about.brussels a.button, .landing.about.beirut a.button, .landing.about.moscow a.button, .landing.about.new-delhi a.button, .landing.about.beijing a.button {
    font-size: 1rem;
    text-align: center;
    width: 100%;
  }
  .landing.about.beijing .background-video.first h1 {
    padding-top: 30px;
  }
  .landing.about.beijing .background-video.first h1 .bottom {
    line-height: 1em;
    padding-top: 15px;
  }
  .landing.about.brussels .background-video video {
    width: 290vw;
  }
  .landing.about.development .background-static-image h1 {
    font-size: 3rem;
  }
  .landing.about.development .top-section p {
    font-size: 1.1rem;
  }
  .landing.about.funders .background-static-image h1 {
    font-size: 2.5rem;
  }
}

.landing.about-trustees .zone-1 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
}

.landing.about-trustees .zone-1 .col .gutters {
  margin-left: 30px;
  margin-right: 30px;
}

.landing.about-trustees .zone-1 p {
  line-height: 1.2em;
  padding-bottom: 15px;
}

.landing.about-trustees .zone-1 strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
}

.zone-title--subscribe {
  background-size: cover;
  background-image: url(/layout-images/campaign-assets/banner-general.jpg);
  background-position: center 17%;
  color: #000;
}

.zone-title--subscribe input[type="text"],
.zone-title--subscribe input[type="email"] {
  color: #333;
}

.zone-title--subscribe.strategic-europe {
  background-image: url(/layout-images/campaign-assets/banner-strategic-europe.jpg);
}

.zone-title--subscribe.subscribe--rep {
  background-image: url(/layout-images/campaign-assets/banner-rep.jpg);
}

.zone-title--subscribe form input {
  color: #000;
}

.zone-title--subscribe form button {
  background-image: none;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  text-transform: uppercase;
}

.zone-title--subscribe form button::after {
  content: none;
}

.zone-title--subscribe p {
  color: #fff;
}

.zone-title--subscribe ::-webkit-input-placeholder {
  color: #000;
}

.zone-title--subscribe ::-moz-placeholder {
  color: #000;
}

.zone-title--subscribe :-ms-input-placeholder {
  color: #000;
}

.zone-title--subscribe ::-ms-input-placeholder {
  color: #000;
}

.zone-title--subscribe ::placeholder {
  color: #000;
}

.headline-subscribe, .headline-subscribe--thank-you {
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.headline-subscribe {
  background-image: url(/layout-images/campaign-assets/logo-c-general-signup.png);
  background-position: center top;
  background-size: auto;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1em;
  margin-bottom: 45px;
  text-transform: uppercase;
  padding-top: 220px;
}

.headline-subscribe.strategic-europe {
  background-image: url(/layout-images/campaign-assets/logo-strategic-europe-signup-en.png);
}

.headline-subscribe strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.headline-subscribe p {
  font-size: 1.2rem;
  line-height: 1.3em;
  margin-top: 15px;
  text-transform: none;
}

.headline-subscribe--thank-you {
  padding-top: 39.700375%;
  background-image: url(/layout-images/campaign-assets/logo-general-thankyou-en.png);
}

.landing--subscribe form {
  margin-bottom: 45px;
}

.landing--subscribe table {
  border-style: hidden;
  margin-bottom: 0;
}

.landing--subscribe td {
  padding: 0;
  border-bottom: none;
}

.landing--subscribe td.email-title-image {
  line-height: 0;
}

.landing--subscribe .feature-button {
  display: inline-block;
  padding-top: 15px;
  text-align: center;
}

.landing--subscribe .mobile {
  border: 10px solid #EBEBEB !important;
}

.landing--subscribe.ctw .zone-1 {
  background-color: #CCC;
  padding-bottom: 60px;
}

.landing--subscribe.ctw .zone-1 .large-text {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 45px;
  width: 80%;
}

.landing--subscribe.ctw .zone-1 .large-text em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-variant: none;
}

.landing--subscribe.ctw .zone-1 strong {
  font-family: Arial,sans-serif;
  font-size: 1em;
  font-weight: bold;
}

.landing--subscribe.ctw .email-include {
  margin: 0 auto;
  width: 605px;
}

@media (max-width: 767px) {
  .landing--subscribe.ctw .email-include {
    width: 100%;
  }
  .landing--subscribe.ctw .email-include .title {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  .landing--subscribe.ctw .email-include .text {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .landing--subscribe.ctw .email-include .button-text {
    font-size: 20px !important;
  }
}

.landing--subscribe.fincyber .zone-title--subscribe {
  background-size: cover;
  background-image: url(/layout-images/campaign-assets/banner-fincyber.jpg);
  background-position: center 17%;
}

.landing--subscribe.fincyber .zone-1 {
  padding-bottom: 60px;
}

.landing--subscribe.fincyber .zone-1 .large-text {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 45px;
  width: 80%;
}

.landing--subscribe.fincyber .zone-1 .large-text em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-variant: none;
}

.landing--subscribe.fincyber .email-include {
  margin: 0 auto;
  padding: 30px;
  width: 605px;
}

@media (max-width: 767px) {
  .landing--subscribe.fincyber .email-include {
    width: 100%;
  }
  .landing--subscribe.fincyber .email-include .title {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  .landing--subscribe.fincyber .email-include .text {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .landing--subscribe.fincyber .email-include .button-text {
    font-size: 20px !important;
  }
}

.landing--subscribe.fincyber .hide-on-website {
  display: none;
}

.landing--subscribe.india-newsletter .zone-1 {
  background-color: #CCC;
  padding-bottom: 60px;
}

.landing--subscribe.india-newsletter .zone-1 .large-text {
  color: #635a4f;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 45px;
  width: 80%;
}

.landing--subscribe.india-newsletter .zone-1 .large-text em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-variant: none;
}

.landing--subscribe.india-newsletter .zone-1 strong {
  font-family: Arial,sans-serif;
  font-size: 1em;
  font-weight: bold;
}

.landing--subscribe.india-newsletter .email-include {
  margin: 0 auto;
  width: 605px;
}

@media (max-width: 767px) {
  .landing--subscribe.india-newsletter .email-include {
    width: 100%;
  }
  .landing--subscribe.india-newsletter .email-include .title {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  .landing--subscribe.india-newsletter .email-include .text {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .landing--subscribe.india-newsletter .email-include .button-text {
    font-size: 20px !important;
  }
}

.landing--subscribe.centraleurope .zone-title--subscribe {
  background-size: cover;
  background-image: url(/layout-images/campaign-assets/banner-centraleurope.jpg);
  background-position: center 17%;
}

.landing--subscribe.subscribe-cyber .zone-title--subscribe {
  background-size: cover;
  background-image: url(/layout-images/topography/Tech_ProgramPage_Background.jpg);
  background-position: center 17%;
}

.landing--subscribe.eu-listco .zone-title--subscribe {
  background-color: #fff;
  background-image: none;
}

.landing--subscribe.eu-listco .headline-subscribe {
  background-image: url(/layout-images/campaign-assets/EU-LISTCO-Logo.png);
  background-size: contain;
  padding-top: 100px;
}

.landing--subscribe.eu-listco .zone-title--subscribe input[type="text"], .landing--subscribe.eu-listco .zone-title--subscribe input[type="email"] {
  border: 1px solid #000;
}

.landing-publications .zone-title .col.col-25 {
  width: 24%;
}

@media (max-width: 1024px) {
  .landing-publications .zone-title .col {
    margin-bottom: 30px !important;
  }
}

.book-feature {
  padding-top: 46.454545%;
}

.book-feature .container-feature__content {
  bottom: 85px;
  bottom: 5rem;
  padding-left: 34.363636%;
}

.book-feature .container-feature__image {
  z-index: 2;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 30px;
  left: 6.4935065%;
}

.book-feature .container-feature__image a {
  -webkit-box-shadow: inset 0 0 0 3px white;
  box-shadow: inset 0 0 0 3px white;
  padding-top: 150%;
}

@media (max-width: 767px) {
  .book-feature {
    padding-top: 0;
  }
  .book-feature .container-feature__image {
    top: 0;
    left: 0;
  }
  .book-feature .container-feature__content,
  .book-feature .container-feature__image {
    position: relative;
  }
  .book-feature .container-feature__content {
    padding: 15px;
    bottom: 0;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .pub-list__pub {
    width: 33.3333% !important;
  }
  .pub-list__pub:nth-child(3n + 1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .pub-list__pub {
    float: left !important;
  }
  .pub-list__pub.col-25 {
    width: 50%;
  }
  .pub-list__pub .gutters {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 568px) {
  .pub-list__pub, .pub-list__pub.col-25 {
    width: 50% !important;
  }
  .pub-list__pub:nth-child(3n + 1) {
    clear: none;
  }
  .pub-list__pub:nth-child(2n + 1) {
    clear: left;
  }
}

.pub-carousel__slide {
  font-size: 80%;
  outline: 0;
}

.pub-carousel__slide:focus, .pub-carousel__slide:hover {
  background: #e4e3dd;
}

html.no-js .pub-carousel__slide {
  max-width: 25%;
  display: inline-block;
  vertical-align: top;
}

.pub-list__pub-cover,
.pub-carousel__pub-cover {
  padding-top: 150.862069%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 3px #fff, 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 3px #fff, 0 0 5px 0 rgba(0, 0, 0, 0.4);
  display: block;
  margin-bottom: 15px;
}

.pub-carousel__title {
  margin-bottom: 5px;
}

.pub-filter {
  margin-bottom: 0;
}

.banded .pub-filter {
  background-color: rgba(204, 199, 194, 0.7);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pub-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pub-filter legend {
    margin-bottom: 7.5px;
  }
  .pub-filter fieldset {
    width: 75%;
  }
  .pub-filter .action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .pub-filter .control-group {
    float: left;
    width: 31%;
    margin: 0 7.5px 7.5px 0;
  }
}

@media (max-width: 767px) {
  .pub-filter .button-mobile {
    margin-bottom: 0;
  }
}

.interior-page .pub-filter {
  margin-bottom: 15px;
}

.interior-page .pub-filter legend {
  margin-bottom: 7.5px;
}

.interior-page .pub-filter label {
  margin-bottom: 7.5px;
}

.interior-page .pub-filter fieldset {
  display: inline-block;
}

.interior-page .pub-filter .control-group,
.interior-page .pub-filter .action-group {
  width: 125px;
}

.interior-page .pub-filter .control-group {
  float: left;
  margin: 0 15px 15px 0;
}

body.ar .interior-page .pub-filter .control-group {
  float: right;
}

.interior-page .pub-filter .action-group {
  float: right;
  margin-top: 53px;
}

body.ar .interior-page .pub-filter .action-group {
  float: left;
}

@media (max-width: 767px) {
  .interior-page .pub-filter fieldset {
    display: block;
  }
  .interior-page .pub-filter .control-group,
  .interior-page .pub-filter .action-group {
    width: auto;
    float: none !important;
    margin-left: 0;
    margin-right: 0;
  }
  .interior-page .pub-filter .action-group {
    margin-top: 0;
  }
  .interior-page .pub-filter button {
    display: inline-block;
  }
}

.publications-search-results .headline a {
  font-family: "FrutigerNeueLTW02-CnMd", Arial, sans-serif;
  color: #666;
}

/* @expert */
.ceip-map-wrap {
  position: relative;
}

@media screen and (max-width: 640px) {
  .ceip-map-wrap {
    display: none;
  }
}

.map-reset {
  position: absolute;
  top: 1em;
  right: 1em;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  color: white !important;
  padding: 0.1em 1em;
  border-radius: 15px;
  font-size: 80%;
  display: none;
}

.map-reset:hover {
  text-decoration: none !important;
  background: #3d71b7;
}

.map-reset:active {
  background: #a28556;
}

.ceip-map {
  height: 400px;
  background: #e5e9ef !important;
}

.leaflet-control-attribution {
  display: none;
}

.map-info-box,
.map-reset {
  position: absolute;
}

.map-info-box {
  left: 1em;
  bottom: 1em;
}

.expert-listing img {
  height: 119px;
  height: 7rem;
}

.expert-listing p {
  line-height: normal;
}

.expert-listing p > em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.landing-experts .letter-tabs a {
  background-color: transparent;
  color: #3d71b7;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
}

.landing-experts .letter-tabs a:hover {
  background-color: white;
  text-decoration: none;
}

.landing-experts .letter-tabs .active {
  background-color: #fff;
}

.landing.landing-events .container-connector {
  display: inline-block;
  position: relative;
  width: 100%;
  bottom: -38px;
}

.landing.landing-events .container-connector .connector {
  background-color: #e6e7e8;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 70px;
}

.landing.landing-events .container-connector .connector.ceip-icon {
  color: #fff;
  font-size: 4rem;
}

.landing.landing-events .future-events .section-title.bordered-box--header {
  margin-bottom: 30px;
}

.landing.landing-events .future-events .section-title.bordered-box--header > div {
  display: inline-block;
}

.landing.landing-events .future-events li {
  background-color: #30837e;
  background-blend-mode: luminosity;
  background-size: cover;
  margin: 10px;
  padding: 30px 15px;
}

.landing.landing-events .future-events li h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 5px 5px 5px 10px;
}

.landing.landing-events .future-events li h3 a {
  color: #fff;
}

.landing.landing-events .future-events li .date {
  background-color: #a28556;
  color: #fff;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
}

.landing.landing-events .future-events li .date .month {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.landing.landing-events .future-events li .date .day {
  display: block;
  font-size: 1.8rem;
  line-height: 1.9rem;
  text-align: center;
}

.landing.landing-events .future-events li .date .year {
  display: block;
  text-align: center;
}

.landing.landing-events .future-events .full-width {
  background-color: #30837e;
  background-blend-mode: luminosity;
  background-size: cover;
  display: block;
  margin: 0 auto 30px auto;
  padding: 30px 15px;
  width: 80%;
}

.landing.landing-events .future-events .full-width .interior {
  background-color: #fff;
  display: block;
  margin: 45px;
  padding: 15px;
}

.landing.landing-events .future-events .full-width .interior h3 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 5px 5px 5px 10px;
}

.landing.landing-events .future-events .full-width .interior h3 a {
  color: #00a79d;
}

.landing.landing-events .future-events .full-width .interior .metadata {
  padding: 15px 0 0 10px;
}

.landing.landing-events .future-events .full-width .interior .date, .landing.landing-events .future-events .full-width .interior .time {
  color: #003A63;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  display: inline-block;
}

.landing.landing-events .future-events .full-width .interior .date {
  border-right: 2px solid #003A63;
  margin-right: 5px;
  padding-right: 5px;
}

.landing.landing-events .future-events .full-width .interior .location {
  color: #003A63;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.landing.landing-events .section.gray-background {
  background-color: #e6e7e8;
  padding-top: 60px;
}

.landing.landing-events .section.gray-background .section-title.bordered-box--header {
  margin-bottom: 30px;
}

.landing.landing-events .section.gray-background .section-title.bordered-box--header > div {
  display: inline-block;
}

.landing.landing-events .section.gray-background li {
  background-color: #fff;
  margin: 10px;
  padding: 15px;
  position: relative;
}

.landing.landing-events .section.gray-background li h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 5px 5px 15px 10px;
}

.landing.landing-events .section.gray-background li h3 a {
  color: #00a79d;
}

.landing.landing-events .section.gray-background li .date {
  border-right: 2px #a28556 solid;
  color: #003A63;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
}

.landing.landing-events .section.gray-background li .date .month {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.landing.landing-events .section.gray-background li .date .day {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.8rem;
  text-align: center;
}

.landing.landing-events .section.gray-background li .date .year {
  display: block;
  text-align: center;
}

.landing.landing-events .section.gray-background li .play-button {
  background-color: #003A63;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.landing.landing-events .section.gray-background .container-connector .connector {
  background-color: #003A63;
}

.landing.landing-events .sign-up {
  background-color: #003A63;
  padding-bottom: 30px;
}

.landing.landing-events .sign-up .section-title {
  display: inline-block;
  margin: 60px 0 60px 0;
  width: auto;
}

.landing.landing-events .sign-up .section-title.bordered-box--header {
  border: 1px solid #fff;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}

.landing.landing-events .sign-up .section-title.bordered-box--header .no-link {
  border: none;
}

.landing.landing-events .sign-up p {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-right: 30px;
}

.landing.landing-events .sign-up form, .landing.landing-events .sign-up .marketo-event-form {
  background-color: #fff;
  margin-bottom: 30px;
}

.landing.landing-events .sign-up form h3, .landing.landing-events .sign-up .marketo-event-form h3 {
  color: #a28556;
}

.landing.landing-events .sign-up form p, .landing.landing-events .sign-up .marketo-event-form p {
  color: #6e6e71;
}

@media (max-width: 1024px) {
  .landing.landing-events .section.gray-background li .date.col-30 {
    width: 30%;
  }
  .landing.landing-events .section.gray-background li h3.col-70 {
    width: 70%;
  }
  .landing.landing-events .sign-up p {
    margin-left: 15px;
  }
  .landing.landing-events .sign-up form {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .landing.landing-events .future-events .full-width {
    width: 90%;
  }
  .landing.landing-events .future-events .full-width .interior {
    margin: 15px;
  }
  .landing.landing-events .future-events .full-width .interior h3 {
    font-size: 1.2rem;
  }
  .landing.landing-events .future-events .full-width .interior .metadata {
    font-size: 0.9rem;
  }
  .landing.landing-events .future-events li {
    margin: 15px 0;
  }
  .landing.landing-events .future-events li .col {
    float: left;
  }
  .landing.landing-events .future-events li .col.col-30 {
    width: 30% !important;
  }
  .landing.landing-events .future-events li .col.col-70 {
    width: 70% !important;
  }
  .landing.landing-events .section.gray-background li {
    margin: 15px 0;
  }
  .landing.landing-events .section.gray-background li .col {
    float: left;
  }
  .landing.landing-events .section.gray-background li .col.col-30 {
    width: 30% !important;
  }
  .landing.landing-events .section.gray-background li .col.col-70 {
    width: 70% !important;
  }
}

.landing.carnegie-connects .zone-title--bg {
  background-image: url(/layout-images/bnr/CarnegieConnects-web-bg.png);
}

.landing.carnegie-connects .zone-title--bg h2 {
  background-image: url(/layout-images/bnr/CarnegieConnects-web_header.png);
  background-position: left center;
  background-repeat: no-repeat;
  height: 100px;
  margin: 90px 0;
  padding: 0;
}

.landing.carnegie-connects .description {
  font-size: 1.3rem;
  margin-bottom: 90px;
  margin-top: 60px;
}

.landing.carnegie-connects .float-right {
  margin-right: -90px;
  padding-left: 30px;
  width: 30%;
}

.landing.carnegie-connects .float-right .avatar {
  background-image: url(https://images.carnegieendowment.org/images/experts/Aaron-Miller_medium.jpg);
  height: 100px;
  width: 100px;
  float: none;
}

.landing.carnegie-connects .float-right .author-description {
  font-size: 1rem;
}

.landing.carnegie-connects .gutter-bottom.zone-2__item h4 {
  display: none;
}

@media (max-width: 1024px) {
  .landing.carnegie-connects .zone-title--bg h2 {
    background-size: contain;
  }
  .landing.carnegie-connects .float-right {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .landing.carnegie-connects .zone-title--bg {
    background-size: cover;
  }
  .landing.carnegie-connects .zone-title--bg h2 {
    margin: 30px 0;
  }
  .landing.carnegie-connects .float-right {
    float: none;
    margin-bottom: 30px;
    padding-left: 0;
    width: 100%;
  }
  .landing.carnegie-connects .float-right .avatar {
    float: left;
  }
  .landing.carnegie-connects .float-right .author-description {
    display: table;
  }
}

.fancy-books {
  background-color: #fff;
  background-repeat: no-repeat;
}

.fancy-books .zone-title .section {
  margin-top: 0;
}

.fancy-books .zone-title h1 {
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  height: 285px;
}

.fancy-books .zone-title .byline {
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  height: 125px;
}

.fancy-books .zone-title--bg {
  background-color: transparent;
  background-image: none;
}

.fancy-books .container-connector {
  display: inline-block;
  position: relative;
  width: 100%;
  bottom: -38px;
}

.fancy-books .container-connector .connector {
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 70px;
}

.fancy-books .container-connector .connector.ceip-icon {
  font-size: 4rem;
}

.fancy-books .zone-1 {
  padding-bottom: 30px;
}

.fancy-books .zone-1 .foreground {
  padding: 0;
}

.fancy-books .zone-1 .button {
  background-color: #00a79d;
  border: 3px solid #00a79d;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin: 15px auto 60px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}

.fancy-books .zone-1 .button::after {
  display: none;
}

.fancy-books .zone-1 .button > span {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.fancy-books .zone-1 .button:hover {
  background-color: #fff;
  color: #00a79d;
}

.fancy-books .zone-1 .quotes {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
  margin-top: 15px;
  padding: 30px;
}

.fancy-books .zone-1 .quotes p {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancy-books .zone-1 .quotes p em {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-variant: normal;
}

.fancy-books .zone-1 .quotes p .attribute {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  padding-top: 10px;
}

.fancy-books .zone-1 .quotes p .attribute > em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: normal;
}

.fancy-books .zone-1 .container {
  padding: 0 50px;
}

.fancy-books .zone-1 .overview .container-connector {
  bottom: -68px;
}

.fancy-books .zone-1 .overview .container-connector .connector {
  background-color: #e4e3dd;
}

.fancy-books .zone-1 .overview .container-connector .connector.ceip-icon {
  color: #fff;
}

.fancy-books .zone-1 .top-section {
  background-color: #fff;
}

.fancy-books .zone-1 .top-section .page-nav {
  background-color: #00a79d;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
  height: 45px;
  text-align: center;
  width: 100%;
}

.fancy-books .zone-1 .top-section .page-nav ul.list-across-spaced > li {
  margin-right: 60px;
}

.fancy-books .zone-1 .top-section .page-nav a {
  color: #fff;
  cursor: pointer;
  line-height: 2em;
}

.fancy-books .zone-1 .top-section .page-nav a.inactive {
  color: #929497;
}

.fancy-books .zone-1 .top-section > .container {
  text-align: center;
}

.fancy-books .zone-1 .top-section .videoEmbed {
  border-bottom: 0;
  margin-bottom: 0;
}

.fancy-books .zone-1 .lower-section {
  background-color: #fff;
}

.fancy-books .zone-1 .lower-section > .container {
  background-repeat: no-repeat;
}

.fancy-books .zone-1 .lower-section strong {
  color: #00a79d;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 1.2em;
  padding: 60px 0 30px 0;
}

.fancy-books .zone-1 .lower-section strong > em, .fancy-books .zone-1 .lower-section strong i {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-variant: normal;
}

.fancy-books .zone-1 .lower-section .cols {
  margin-left: 0;
  margin-right: 0;
}

.fancy-books .zone-1 .lower-section .col-left, .fancy-books .zone-1 .lower-section p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.2rem;
}

.fancy-books .zone-1 .lower-section .col-left > em, .fancy-books .zone-1 .lower-section .col-left i, .fancy-books .zone-1 .lower-section p > em, .fancy-books .zone-1 .lower-section p i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: normal;
}

.fancy-books .zone-1 .section.editors {
  background-color: #e4e3dd;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
}

.fancy-books .zone-1 .section.editors em, .fancy-books .zone-1 .section.editors i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: normal;
}

.fancy-books .zone-1 .section.editors .gutters {
  margin-left: 45px;
  margin-right: 45px;
}

.fancy-books .zone-1 .section.editors strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
}

.fancy-books .zone-1 .section.editors .foreground {
  padding: 90px 0 0;
}

.fancy-books .zone-1 .section.editors .headshot {
  background-color: #b0bac8;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 120px;
  margin-bottom: 30px;
  width: 120px;
}

.fancy-books .zone-1 .section.editors .container-connector {
  bottom: -45px;
}

.fancy-books .zone-1 .section.editors .container-connector .connector {
  background-color: #fff;
}

.fancy-books .zone-1 .section.editors .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.fancy-books .zone-1 .section.praise .foreground {
  max-width: 900px;
  padding-left: 60px;
  padding-right: 60px;
}

.fancy-books .zone-1 .section.praise h3 {
  color: #00a79d;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.9rem;
  font-weight: normal;
  padding: 60px 0 30px 0;
}

.fancy-books .zone-1 .section.praise .quotes {
  padding: 0;
}

.fancy-books .zone-1 .section.praise .quotes .item {
  margin-bottom: 45px;
}

.fancy-books .zone-1 .section.praise .quotes .item p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.3rem;
  text-align: left;
}

.fancy-books .zone-1 .section.praise .quotes .item p em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  text-transform: none;
}

.fancy-books .cta-header {
  display: inline-block;
  text-align: center;
}

.fancy-books .cta-header.section {
  margin-top: 15px;
}

.fancy-books .cta-header strong, .fancy-books .cta-header em {
  color: #fff;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  font-size: 2.5rem;
}

.fancy-books .cta-header em {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
}

.fancy-books .cta-header span {
  color: #fff;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: normal;
}

.fancy-books .cta-header a {
  background-color: rgba(20, 92, 140, 0.75);
  border-radius: 3px;
  display: block;
  padding: 30px 45px;
}

.fancy-books .cta-header a:hover {
  background-color: #00a79d;
  text-decoration: none;
}

.fancy-books .slide-in-detail {
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 75vw;
  z-index: 99;
}

@media (max-width: 1024px) {
  .fancy-books .slide-in-detail {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}

@media (max-width: 768px) {
  .fancy-books .slide-in-detail .panel-container .section {
    padding-left: 45px;
  }
}

.fancy-books .slide-in-detail .panel-container {
  background: #fff;
  border-left: 10px solid #00a79d;
  -webkit-box-shadow: 0 -8px 8px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -8px 8px 10px rgba(0, 0, 0, 0.5);
  color: #000;
  display: block;
  height: 100vh;
  overflow-y: scroll;
  position: relative;
  width: 100%;
  z-index: 999;
}

.fancy-books .slide-in-detail .panel-container .section {
  padding: 100px 1em 1em 120px;
}

.fancy-books .slide-in-detail .panel-container > .foreground {
  max-width: 900px;
}

.fancy-books .slide-in-detail .panel-container h3 {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  line-height: 1.1em;
  margin-bottom: 90px;
}

.fancy-books .slide-in-detail .panel-container h3 em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 1.7rem;
  text-transform: none;
}

.fancy-books .slide-in-detail .panel-container h4 {
  color: #00a79d;
  margin: 54px 0 30px;
}

.fancy-books .slide-in-detail .panel-container h4 .part-number {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.fancy-books .slide-in-detail .panel-container h4 .part-title {
  font-size: 1.3rem;
}

.fancy-books .slide-in-detail .panel-container h5 {
  line-height: 1.2em;
  width: 100%;
}

.fancy-books .slide-in-detail .panel-container h5 span {
  float: left;
  font-size: 0.8rem;
  display: inline-block;
  padding-right: 10px;
  text-align: right;
  text-transform: uppercase;
  width: 90px;
}

.fancy-books .slide-in-detail .panel-container h5 p {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.fancy-books .slide-in-detail .panel-container h5 p.chapter {
  display: inline-block;
  max-width: 80%;
}

.fancy-books .slide-in-detail .panel-container h5 p.name {
  font-size: 1.1rem;
  font-family: "GaramondPremierW08-Semb1166454", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 30px;
  padding-left: 90px;
}

.fancy-books .slide-in-detail .panel-container h5 p.back-section {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  padding-left: 90px;
}

.fancy-books .slide-in-detail .panel-container h5 p.back-section:nth-child(1) {
  margin-top: 60px;
}

.fancy-books .slide-in-detail .panel-container h5.introduction p.name {
  padding-left: 0;
}

.fancy-books .slide-in-detail .panel-container p {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
}

.fancy-books .slide-in-detail .panel-container p.name {
  text-transform: uppercase;
}

.fancy-books .slide-in-detail .panel-container .close-button {
  bottom: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, white, transparent);
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
  background: linear-gradient(to top, white, transparent);
  /* Standard syntax (must be last) */
}

.fancy-books .slide-in-detail .panel-container .close-button button.close-panel {
  margin-bottom: 30px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  left: 35%;
  position: relative;
  text-transform: uppercase;
}

.fancy-books .slide-in-detail .panel-container .close-button button.close-panel:after {
  border: none;
}

.fancy-books .slide-in-detail .panel-container .close-button button.close-panel .icon-cancel-circle {
  padding-left: 1em;
}

@media (max-width: 1024px) {
  .fancy-books .slide-in-detail .panel-container .close-button button.close-panel {
    left: 42%;
  }
}

@media (max-width: 767px) {
  .fancy-books .slide-in-detail .panel-container .close-button {
    padding-bottom: 10px;
  }
  .fancy-books .slide-in-detail .panel-container .close-button button.close-panel {
    left: 0;
    margin: 0 auto;
    position: inline-block;
  }
}

@media (max-width: 1024px) {
  .fancy-books .zone-title .byline {
    height: 80px;
  }
  .fancy-books .zone-1 .foreground.overview {
    max-width: 900px;
  }
  .fancy-books .zone-1 .lower-section .col-right {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .fancy-books .zone-1 {
    padding-bottom: 0;
  }
  .fancy-books .zone-1 .top-section .page-nav ul.list-across-spaced > li {
    margin-right: 30px;
  }
  .fancy-books .zone-1 .lower-section .col {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .fancy-books .zone-title h1 {
    height: 170px;
  }
  .fancy-books .zone-title .byline {
    height: 40px;
  }
  .fancy-books .zone-1 .container {
    padding: 0 25px;
  }
  .fancy-books .zone-1 .section.overview.foreground {
    padding-bottom: 0;
  }
  .fancy-books .zone-1 .section.overview.foreground .container-connector {
    bottom: -72px;
  }
  .fancy-books .zone-1 .top-section {
    background-position: center top;
  }
  .fancy-books .zone-1 .top-section .page-nav {
    font-size: 1rem;
  }
  .fancy-books .zone-1 .top-section .page-nav ul.list-across-spaced li:nth-child(n+3):nth-child(-n+5) {
    display: none;
  }
  .fancy-books .zone-1 .top-section .page-nav ul.list-across-spaced li:last-child {
    margin-right: 0;
  }
  .fancy-books .zone-1 .top-section .page-nav ul.list-across-spaced a {
    line-height: 2.5em;
  }
  .fancy-books .zone-1 .top-section .quotes {
    padding: 15px 0;
  }
  .fancy-books .zone-1 .top-section .quotes p {
    font-size: 1.2rem;
  }
  .fancy-books .zone-1 .top-section .quotes p .attribute {
    line-height: 1.1em;
  }
  .fancy-books .zone-1 .lower-section strong {
    font-size: 1.3rem;
  }
  .fancy-books .zone-1 .lower-section p {
    font-size: 1rem;
  }
  .fancy-books .zone-1 .lower-section .col.col-left {
    font-size: 1.1rem;
  }
  .fancy-books .zone-1 .section.editors {
    font-size: 1rem;
  }
  .fancy-books .zone-1 .section.editors .foreground {
    padding-top: 0;
  }
  .fancy-books .zone-1 .section.editors .gutters {
    margin-left: 15px;
    margin-right: 15px;
  }
  .fancy-books .zone-1 .section.editors .headshot {
    margin: 60px auto 15px;
  }
  .fancy-books .zone-1 .section.praise .foreground {
    padding-left: 30px;
    padding-right: 30px;
  }
  .fancy-books .zone-1 .section.praise h3 {
    font-size: 1.5rem;
    line-height: 1.1em;
    padding-top: 30px;
  }
  .fancy-books .zone-1 .section.praise .quotes .item p {
    font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
    font-size: 1rem;
  }
  .fancy-books .zone-1 .section.praise .quotes .item p em {
    font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  }
  .fancy-books .zone-1 .section.praise .quotes .item p .attribute {
    line-height: 1.1em;
  }
  .fancy-books .zone-1 .section.praise .quotes .item p .attribute em {
    font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  }
  .fancy-books .slide-in-detail .panel-container .section {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
  .fancy-books .slide-in-detail .panel-container h5 span {
    width: 60px;
  }
  .fancy-books .slide-in-detail .panel-container h5 p.name, .fancy-books .slide-in-detail .panel-container h5 p.back-section {
    padding-left: 60px;
  }
}

.fancy-books.doc79753 {
  background-image: url(/layout-images/publications/20190924democraciesdivided/democracies-divided-background.jpg);
  background-position: center -70px;
  background-repeat: no-repeat;
}

.fancy-books.doc79753 .zone-title h1 {
  background-image: url(/layout-images/publications/20190924democraciesdivided/democracies-divided-top-titles.png);
  background-position: center 75px;
  height: 285px;
}

.fancy-books.doc79753 .zone-title .byline {
  background-color: transparent;
  background-image: url(/layout-images/publications/20190924democraciesdivided/democracies-divided-byline.png);
  background-position: center 65px;
  height: 125px;
}

.fancy-books.doc79753 .zone-1 {
  padding-bottom: 30px;
}

.fancy-books.doc79753 .zone-1 .foreground {
  padding: 0;
}

.fancy-books.doc79753 .zone-1 .button {
  background-color: #ea3b26;
  border: 3px solid #ea3b26;
}

.fancy-books.doc79753 .zone-1 .button:hover {
  background-color: #fff;
  color: #ea3b26;
}

.fancy-books.doc79753 .zone-1 .top-section .page-nav {
  background-color: #58595b;
}

.fancy-books.doc79753 .zone-1 .top-section .page-nav a.inactive {
  color: #929497;
}

.fancy-books.doc79753 .zone-1 .lower-section strong {
  color: #ea3b26;
}

.fancy-books.doc79753 .zone-1 .lower-section .col-right {
  background-image: url(/layout-images/publications/20190924democraciesdivided/democracies-divided-book.png);
  background-position: 70px 70px;
  background-repeat: no-repeat;
  display: table;
  padding-top: 450px;
  position: relative;
  text-align: center;
}

.fancy-books.doc79753 .zone-1 .lower-section .col-right .button {
  margin: 0 auto;
}

.fancy-books.doc79753 .zone-1 .lower-section .col-right .button:nth-child(2) {
  background-color: #58595b;
  border-color: #58595b;
  cursor: pointer;
  margin-top: 15px;
}

.fancy-books.doc79753 .zone-1 .lower-section .col-right .button:nth-child(2):hover {
  background-color: #fff;
  color: #58595b;
}

.fancy-books.doc79753 .zone-1 .section.editors {
  background-color: #e6e7e8;
}

.fancy-books.doc79753 .zone-1 .section.editors .headshot.carothers {
  background-image: url(https://images.carnegieendowment.org/images/experts/carothers_color_large.jpg);
  background-position: center -18px;
}

.fancy-books.doc79753 .zone-1 .section.editors .headshot.odonohue {
  background-image: url(/layout-images/publications/20190924democraciesdivided/portrait_andrew-odonohue.jpg);
}

.fancy-books.doc79753 .zone-1 .section.praise h3 {
  color: #ea3b26;
}

.fancy-books.doc79753 .cta-header a {
  background-color: rgba(20, 92, 140, 0.75);
}

.fancy-books.doc79753 .cta-header a:hover {
  background-color: #ea3b26;
}

.fancy-books.doc79753 .slide-in-detail .panel-container {
  border-left: 10px solid #ea3b26;
}

.fancy-books.doc79753 .slide-in-detail .panel-container h3 {
  color: #ea3b26;
}

.fancy-books.doc79753 .slide-in-detail .panel-container h4 {
  color: #58595b;
}

.fancy-books.doc79753 .slide-in-detail .panel-container h5 {
  line-height: 1.2em;
  width: 100%;
}

@media (max-width: 1024px) {
  .fancy-books.doc79753 {
    background-size: 120% auto;
    background-position: center -30px;
  }
  .fancy-books.doc79753 .zone-title h1 {
    background-size: auto 60%;
  }
  .fancy-books.doc79753 .zone-title .byline {
    background-position: center top;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .fancy-books.doc79753 {
    background-size: 160% auto;
  }
  .fancy-books.doc79753 .lower-section .col-right {
    background-position: 70px 30px;
    padding-bottom: 120px;
    padding-left: 260px;
    padding-top: 140px;
  }
  .fancy-books.doc79753 .lower-section .col-right .button {
    display: block;
    width: 55%;
  }
}

@media (max-width: 767px) {
  .fancy-books {
    background-position: center top;
    background-size: 180% auto;
  }
  .fancy-books .zone-title h1 {
    background-size: 70% auto;
    height: 170px;
  }
  .fancy-books .zone-title .byline {
    background-size: 80% auto;
    height: 40px;
  }
  .fancy-books .zone-1 .top-section {
    background-position: center top;
  }
  .fancy-books .zone-1 .top-section .lower-section .col.col-right {
    background-position: 70px 30px;
    background-size: auto 80vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 380px;
  }
  .fancy-books .zone-1 .top-section .lower-section .col.col-right .button {
    width: auto;
  }
}

.fancy-books.doc80236 {
  background-image: url(/layout-images/publications/201911hermitking/hermit-king-background.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.fancy-books.doc80236 .zone-title h1 {
  background-image: url(/layout-images/publications/201911hermitking/hermit-king-top-titles.png);
  background-position: center 85px;
  height: 170px;
}

.fancy-books.doc80236 .zone-title .byline {
  background-color: transparent;
  background-image: url(/layout-images/publications/201911hermitking/hermit-king-byline.png);
  background-position: center 30px;
  height: 100px;
}

.fancy-books.doc80236 .zone-1 .container {
  padding: 0 90px;
}

.fancy-books.doc80236 .zone-1 > .foreground {
  background-color: #fff;
  background-image: url(/layout-images/publications/201911hermitking/hermit-king-3d-book.png);
  background-position: 570px 70px;
  background-repeat: no-repeat;
  background-size: 60% auto;
}

.fancy-books.doc80236 .zone-1 .button {
  background-color: #eb3927;
  border: 3px solid #eb3927;
}

.fancy-books.doc80236 .zone-1 .button:hover {
  background-color: #fff;
  color: #eb3927;
}

.fancy-books.doc80236 .zone-1 .top-section {
  background-color: transparent;
  padding-right: 400px;
}

.fancy-books.doc80236 .zone-1 .top-section .button {
  margin: 0 auto;
}

.fancy-books.doc80236 .zone-1 .lower-section {
  background-color: transparent;
}

.fancy-books.doc80236 .zone-1 .lower-section .top-pitch > strong, .fancy-books.doc80236 .zone-1 .lower-section .top-pitch p:first-of-type {
  padding-right: 400px;
}

.fancy-books.doc80236 .zone-1 .lower-section .top-pitch strong {
  color: #eb3927;
  font-size: 1.6rem;
}

.fancy-books.doc80236 .zone-1 .lower-section .top-pitch p {
  font-size: 1.1rem;
  line-height: normal;
}

.fancy-books.doc80236 .zone-1 .lower-section .top-pitch .button {
  display: block;
  margin-bottom: 30px;
  margin-top: 90px;
  width: 200px;
}

.fancy-books.doc80236 .zone-1 .editors .gutters {
  margin-left: 120px;
  margin-right: 120px;
}

.fancy-books.doc80236 .zone-1 .editors .headshot {
  margin: 0 auto 30px auto;
}

.fancy-books.doc80236 .zone-1 .editors .headshot.lee {
  background-image: url(https://images.carnegieendowment.org/images/experts/Chung_Min_Lee1.jpg);
}

.fancy-books.doc80236 .zone-1 .praise h3 {
  color: #eb3927;
}

@media (max-width: 1024px) {
  .fancy-books.doc80236 .zone-1 > .foreground {
    background-position: 600px 60px;
    background-size: 36% auto;
  }
  .fancy-books.doc80236 .zone-1 .top-section {
    padding-right: 300px;
  }
  .fancy-books.doc80236 .zone-1 .lower-section .top-pitch > strong {
    padding-right: 300px;
  }
  .fancy-books.doc80236 .zone-1 .lower-section .top-pitch p:first-of-type {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  .fancy-books.doc80236 .zone-1 > .foreground {
    background-position: 420px 60px;
    background-size: 60% auto;
  }
  .fancy-books.doc80236 .zone-1 .quotes p {
    font-size: 1.2rem;
  }
  .fancy-books.doc80236 .zone-1 .quotes p .attribute {
    font-size: 0.9rem;
    line-height: 1.1em;
  }
}

@media (max-width: 767px) {
  .fancy-books.doc80236 .zone-title h1 {
    background-position: center bottom;
    background-size: 90% auto;
    height: 120px;
  }
  .fancy-books.doc80236 .zone-title .byline {
    background-position: center center;
    background-size: 60% auto;
    height: 50px;
  }
  .fancy-books.doc80236 .zone-1 > .foreground {
    background-image: none;
  }
  .fancy-books.doc80236 .zone-1 .container {
    padding: 0 25px;
  }
  .fancy-books.doc80236 .zone-1 .container:first-of-type {
    padding: 10px 25px 15px;
  }
  .fancy-books.doc80236 .zone-1 .top-section {
    padding-right: 0;
  }
  .fancy-books.doc80236 .zone-1 .lower-section {
    background-image: url(/layout-images/publications/201911hermitking/hermit-king-3d-book.png);
    background-position: 100px 30px;
    background-repeat: no-repeat;
    background-size: 80% auto;
    padding-top: 260px;
  }
  .fancy-books.doc80236 .zone-1 .lower-section .top-pitch > strong {
    font-size: 1.3rem;
    padding-right: 0;
    padding-top: 80px;
  }
  .fancy-books.doc80236 .zone-1 .lower-section .top-pitch p {
    font-size: 1rem;
  }
  .fancy-books.doc80236 .zone-1 .editors .gutters {
    margin-left: 15px;
    margin-right: 15px;
  }
  .fancy-books.doc80236 .zone-1 .editors .headshot {
    margin-top: 45px;
  }
}

.research-pub-cover {
  width: 28%;
  position: relative;
}

.research-pub-cover img {
  display: block;
  border: 5px solid white;
}

.research-pub-cover .pub-preview {
  height: 100px;
  width: 83px;
}

@media (max-width: 767px) {
  .research-pub-cover {
    width: 65%;
    margin: 30px auto 15px;
    float: none;
    display: block;
  }
}

.pub-preview {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: 0px 0px;
  display: block;
  height: 96px;
  width: 78px;
  z-index: 9;
}

.pub-preview:hover {
  background-position: 0px -110px;
}

.show-research .zone-title a {
  color: #092e55;
}

.show-research .zone-title a.button-big {
  color: #fff;
}

.show-research .meta-heading-2 {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .show-research .container-title {
    width: auto;
  }
}

.purchase-links a {
  position: relative;
  float: left;
  margin: 0 7.5px 7.5px 0;
  display: block;
  height: 42px;
  width: 105px;
  font-family: sans-serif;
  padding: 5px;
  line-height: 1;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#e4e3dd));
  background: -o-linear-gradient(top, white 50%, #e4e3dd);
  background: linear-gradient(to bottom, white 50%, #e4e3dd);
  border: 1px solid #d4d3c9;
  color: #333;
  text-align: center;
}

.purchase-links a:hover {
  text-decoration: none;
  background: #dde1e7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#dde1e7));
  background: -o-linear-gradient(top, white 50%, #dde1e7);
  background: linear-gradient(to bottom, white 50%, #dde1e7);
  border-color: #b0bac8;
}

.purchase-links strong {
  font-size: 14px;
  font-size: 0.8rem;
  display: block;
  text-transform: uppercase;
  color: #3d71b7;
}

.purchase-links__buy-digital a {
  background-repeat: no-repeat;
  line-height: 30px;
  text-align: right;
}

.purchase-links__buy-digital span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.purchase-links__buy-digital .kindle {
  background-position: -90px -45px;
}

.purchase-links__buy-digital .nook {
  background-position: -90px -85px;
}

.purchase-links__buy-digital .itunes {
  background-position: -90px -125px;
}

.purchase-links__buy-digital .sonyreader {
  background-position: -90px -165px;
}

@media (max-width: 767px) {
  .show-expert-thumbnail {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }
}

.show-expert.contributor .container-title .divider {
  border: none;
}

.show-expert #related-panel h4 {
  padding: 0;
  text-transform: none;
}

.show-expert .zone-title > .section {
  margin-bottom: 0px;
  margin-top: 45px;
}

.show-expert .zone-title > .section > .cols {
  background-color: #fff;
  padding: 30px 60px 0;
}

@media (max-width: 767px) {
  .show-expert .zone-title > .section > .cols {
    padding: 0 15px;
  }
}

.show-expert .zone-title > .section .container-title > .meta > .col.col-50 > .gutters > .component,
.show-expert .zone-title > .section .meta.component {
  margin-bottom: 0;
}

.show-expert .zone-title .selectionShareable:last-child {
  margin-bottom: 0;
}

.show-expert > .section.foreground > .cols {
  margin-left: 60px;
  margin-right: 60px;
}

@media (max-width: 1024px) {
  .show-expert .zone-title__summary {
    width: 100%;
  }
}

body.ar .containerPromo.arabSecuritySector a,
.containerPromo.arabSecuritySector a {
  background-position: top right;
}

body.ar .containerPromo.arabSecuritySector a:hover,
.containerPromo.arabSecuritySector a:hover {
  background-position: bottom right;
}

.containerPromo.sp1413 {
  background-image: url(/layout-images/bnr/bnr_RisingDemocracies-250.jpg);
}

.containerPromo.sp1555, .containerPromo.sp1556, .containerPromo.sp1529, .containerPromo.sp1566 {
  display: none;
}

.containerPromo.sectarianism a, .containerPromo.sp1557 a {
  background-image: url(/layout-images/bnr/bnr_sourcesofSectarianism-z2.png);
}

.containerPromo.oci a {
  background-image: url(/layout-images/bnr/OCI-WebTool_310.jpg);
  height: 100px;
}

.containerPromo.northkoreasanctions a {
  background-image: url(/layout-images/bnr/NorthKoreaSanctionsSidebar.png);
  height: 118px;
}

.containerPromo.sp1480 a {
  background-image: url(/layout-images/bnr/bnr_OCI_z2.png);
}

.containerPromo.sp1554 a {
  background-image: url(/layout-images/bnr/bnr_PricingOil_z2.png);
}

.containerPromo.sp1253 a,
.containerPromo.oil a {
  background-image: url(/layout-images/bnr/bnr_OilInitiatives_z2.png);
}

.containerPromo.middleeastnews a {
  background-image: url(/layout-images/bnr/bnr_arabicNews-z2.png);
}

.containerPromo.fightInfluence a {
  background-image: url(/layout-images/bnr/bnr_FightInfluence-z2.png);
}

.containerPromo.npc2015 a {
  background-image: url(/layout-images/bnr/bnr_npc2015_z2.png);
}

.containerPromo.npp a {
  background-image: url(/layout-images/bnr/bnr_npp-z2.png);
}

.containerPromo.techProgram a {
  background-image: url(/layout-images/bnr/bnr_TechProgram_z2.png);
}

.containerPromo.sp1507 a {
  background-image: url(/layout-images/bnr/bnr_USJapaninAsia_z2.png);
}

.containerPromo.netAssessmentJapan a {
  background-image: url(/layout-images/bnr/NetAssessmentExecSummary_310x90.jpg);
  height: 90px;
}

.containerPromo.carnegieIndia a {
  background-image: url(/layout-images/bnr/bnr_CarnegieIndia_z2.png);
}

.containerPromo.indiaOnTrack a {
  background-image: url(/layout-images/bnr/bnr_indiaOnTrack_z2.png);
}

.containerPromo.sp1494 a {
  background-image: url(/layout-images/bnr/bnr_MyanmarVotes_z2.png);
}

.containerPromo.sp1383 a {
  background-image: url(/layout-images/bnr/bnr_IndonesiaVotes_z2.png);
}

.containerPromo.sp1183 a,
.containerPromo.easi a {
  background-image: url(/layout-images/bnr/bnr_EASI_en_z2_310.png);
}

.containerPromo.sp1496 a {
  background-image: url(/layout-images/bnr/bnr_UkraineMonitor_z2.png);
}

.containerPromo.insideRussia a {
  background-image: url(/layout-images/bnr/bnr_InsideRussia_z2.png);
}

.containerPromo.egyptFocus a {
  background-image: url(/layout-images/bnr/bnr_EgyptFocus-z2.png);
}

.containerPromo.sada a {
  background-image: url(/layout-images/bnr/bnr_sada-z2.png);
}

.containerPromo.sp1511 a {
  background-image: url(/layout-images/bnr/bnr_RoadThroughParis_z2.png);
}

.containerPromo.sp1546 a {
  background-image: url(/layout-images/bnr/bnr_TaskforceRussiaEurasia_z2.png);
}

.containerPromo.SadaBk a {
  background-image: url(/layout-images/bnr/bnr_SadaBk_z2.png);
}

.containerPromo.containerPromo.us-japan-interactive a, .containerPromo .us-japan-interactive a {
  background-image: url(/layout-images/bnr/USJapan_310.png);
  height: 100px;
}

.containerPromo.arabSecuritySector a {
  background-image: url(/layout-images/bnr/bnr_SecuritySector-z2.png);
}

.containerPromo.sp1427 a {
  background-image: url(/layout-images/bnr/bnr_ChinaWorldPodcasts-z2.png);
}

.containerPromo.chinaVitae a {
  background-image: url(/layout-images/bnr/chinavitae_logo.gif);
  height: 75px;
}

.containerPromo.sp1602 a {
  background-image: url(/layout-images/junior-fellows/z2-banner_junior-fellows.jpg);
  height: 150px;
}

.containerPromo.sp1592 a {
  background-image: url(/layout-images/bnr/bnr_CyberNorms_z2.png);
}

.containerPromo.cybernormsindex a {
  background-image: url(/layout-images/bnr/bnr_CyberIndex_z2.png);
}

.containerPromo.cyberprogram a {
  background-image: url(/layout-images/bnr/bnr_CyberPolicyProgram_z2.png);
}

.containerPromo.oxfordBiblioCyber a {
  background-image: url(/layout-images/bnr/bnr_OxfordBiblio_z2.png);
}

.containerPromo.fincyber a {
  background-image: url(/layout-images/bnr/bnr_Fincyber_z2.png);
}

.containerPromo.fincyberLogo a {
  background-image: url(/layout-images/bnr/bnr_FincyberLogo_z2.png);
}

.containerPromo.sp1584 a {
  background-image: url(/layout-images/bnr/bnr_ChinaVenezuela_en_z2.png);
}

.containerPromo.sp1585 a {
  background-image: url(/layout-images/bnr/bnr_ChinaVenezuela_zh_z2.png);
}

.containerPromo.sp1593 a {
  background-image: url(/layout-images/bnr/bnr_CAN_z2.png);
}

.containerPromo.sp1597 a {
  background-image: url(/layout-images/bnr/bnr_BayBengal_z2.png);
}

.containerPromo.sp1603 a {
  background-image: url(/layout-images/bnr/bnr_EurasiaTransition_en_z2.png);
}

.containerPromo.sp1604 a {
  background-image: url(/layout-images/bnr/bnr_EurasiaTransition_ru_z2.png);
}

.containerPromo.sp1605 a {
  background-image: url(/layout-images/bnr/bnr_EuropeElectionYear_z2.png);
}

.containerPromo.tataChair a {
  background-image: url(/layout-images/bnr/bnr_TataChair_z2.png);
}

.containerPromo.iranTrackingPoll a {
  background-image: url(/layout-images/bnr/bnr_IranPolling_z2.png);
}

.containerPromo.iranTrackingPoll.ar a {
  background-image: url(/layout-images/bnr/bnr_IranPolling_ar_z2.png);
}

.containerPromo.sp1608 a {
  background-image: url(/layout-images/bnr/bnr_ConflictRefugees_z2.png);
}

.containerPromo.sp2633 a {
  background-image: url(/layout-images/bnr/bnr_ConflictRefugees_ar_z2.png);
}

.containerPromo.sp1606 a {
  background-image: url(/layout-images/bnr/bnr_TunisiaMonitor_z2.png);
}

.containerPromo.sp1609 a {
  background-image: url(/layout-images/bnr/bnr_BeltRoad_z2.png);
}

.containerPromo.tunisiaElections2014 a {
  background-image: url(/layout-images/bnr/bnr_TunisiaMonitor2014Elections.png);
  height: 145px;
}

.containerPromo.tunisiaElections2018 a {
  background-image: url(/layout-images/bnr/bnr_TunisiaMonitor2018Elections.jpg);
  height: 145px;
}

.containerPromo.sp1624 a {
  background-image: url(/layout-images/bnr/bnr_SecurityInEurope_z2.png);
}

.containerPromo.sp1625 a {
  background-image: url(/layout-images/bnr/bnr_SecurityInEurope_z2_ru.png);
}

.containerPromo.sp2635 a {
  background-image: url(/layout-images/bnr/bnr_LongHaul_z2.png);
}

.containerPromo.sp2637 a {
  background-image: url(/layout-images/bnr/bnr_Russian2018Elections_z2_en.png);
}

.containerPromo.sp2638 a {
  background-image: url(/layout-images/bnr/bnr_Russian2018Elections_z2_ru.png);
}

.containerPromo.sp2640 a {
  background-image: url(/layout-images/bnr/bnr_BookReviews_z2_ru.png);
}

.containerPromo.sp2641 a {
  background-image: url(/layout-images/bnr/bnr_EuropeInitiative_z2.png);
}

.containerPromo.global-russia a {
  background-image: url(/layout-images/bnr/global-russia_zone2-banner300x300.png);
  height: 300px;
}

.containerPromo.sp2643 a {
  background-image: url(/layout-images/bnr/bnr_GlobalRussiaProject_wide.png);
  height: 100px;
}

.containerPromo.sp2644 a {
  background-image: url(/layout-images/bnr/bnr_PoliticalIslam_z2_en.png);
}

.containerPromo.sp2645 a {
  background-image: url(/layout-images/bnr/bnr_PoliticalIslam_z2_ar.png);
}

.containerPromo.sp2636 a {
  background-image: url(/layout-images/bnr/bnr_ReshapingEuropeanDemocracy_z2.png);
}

.containerPromo.sp2650 a {
  background-image: url(/layout-images/bnr/bnr_IndiaElects_z2.png);
}

.containerPromo.sp2654 a {
  background-image: url(/layout-images/bnr/bnr_InsideKorea_z2.png);
}

.containerPromo.sp2669 a {
  background-image: url(/layout-images/bnr/bnr_21stCentury-z2_en.png);
}

.containerPromo.sp2670 a {
  background-image: url(/layout-images/bnr/bnr_21stCentury-z2_ru.png);
}

.containerPromo.sp2676 a {
  background-image: url(/layout-images/bnr/bnr_SecurityStudies_z2.png);
}

.containerPromo.sp2677 a {
  background-image: url(/layout-images/bnr/bnr_PoliticalEconomy_z2.png);
}

.containerPromo.sp2678 a {
  background-image: url(/layout-images/bnr/bnr_TechnologyAndSociety_z2.png);
}

.containerPromo.sp2727 a {
  background-image: url(/layout-images/bnr/bnr_SecurityStudiesSeminarSeries_z2.png);
}

.containerPromo.sp2725 div {
  background-image: url(/layout-images/bnr/Zone2-banner-AsiaLocalGlobal.png);
  background-size: cover;
  height: 58px;
}

.containerPromo.sp2728 a {
  background-image: url(/layout-images/bnr/bnr_anahita-z2-2728.png);
}

.containerPromo.sp2686 a {
  background-image: url(/layout-images/bnr/bnr_KnowledgeTransfer_z2.jpg);
}

.containerPromo.sp2686 a:hover {
  background-position: top left;
}

.containerPromo.sp2736 a {
  background-image: url(/layout-images/bnr/bnr_RussiaEUDialogue-z2_en.png);
}

.containerPromo.sp2738 a {
  background-image: url(/layout-images/bnr/bnr_RussiaEUDialogue-z2_ru.png);
}

.containerPromo.sp2740 a {
  background-image: url(/layout-images/bnr/bnr_SinoRussianEntente-z2_en.png);
}

.containerPromo.sp2741 a {
  background-image: url(/layout-images/bnr/bnr_SinoRussianEntente-z2_ru.png);
}

.containerPromo.sp2726 a {
  background-image: url(/layout-images/bnr/bnr_xborder_z2_en.png);
}

.containerPromo.sp2742 a {
  background-image: url(/layout-images/bnr/bnr_ArabSpring2_z2_en.png);
}

.containerPromo.sp2743 a {
  background-image: url(/layout-images/bnr/bnr_ArabSpring2_z2_ar.png);
}

.containerPromo.sp2747 a {
  background-image: url(/layout-images/bnr/bnr_PaxSinica_z2.jpg);
}

.containerPromo.sp2753 a {
  background-image: url(/layout-images/bnr/bnr_IndiaInTheWorld-z2.jpg);
}

.containerPromo.sp2755 a {
  background-image: url(/layout-images/bnr/bnr_decodingLebanon-z2_en.jpg);
}

.containerPromo.sp2769 a {
  background-image: url(/layout-images/bnr/bnr_relaunchingusrussiadialogue_z2-en.jpg);
}

.containerPromo.sp2769 a:hover {
  background-position: top left;
}

.containerPromo.sp2770 a {
  background-image: url(/layout-images/bnr/bnr_relaunchingusrussiadialogue_z2-ru.jpg);
}

.containerPromo.sp2770 a:hover {
  background-position: top left;
}

.containerPromo.sp2778 a {
  background-image: url(/layout-images/special-projects/img/europeandemocracyhub/spotlight_EuropeanDemocacyHub-300.jpg);
  height: 150px;
}

.containerPromo.sp2778 a:hover {
  background-position: top left;
}

.containerPromo.eu-flag a {
  background-image: url(/layout-images/special-projects/img/eu-flag_yellow_low.jpg);
  background-size: cover;
  height: 200px;
}

.containerPromo.eu-flag a:hover {
  background-position: top left;
}

.containerPromo.indiaElectsExplained a {
  background-image: url(/layout-images/bnr/IndiaElectionsExplained300.png);
  height: 348px;
}

.containerPromo.indiaElectsExplained a:hover {
  background-position: top left;
}

.containerPromo.TunisiaElections a {
  background-image: url(/layout-images/interactives/tunisian-elections-2019/Tunisia_300px.jpg);
  height: 150px;
}

.containerPromo.TunisiaElections a:hover {
  background-position: top left;
}

.containerPromo.dayAfter a {
  background-image: url(/layout-images/publications/day-after/TDA_BioPage_Ad_300.png);
  height: 172px;
}

.containerPromo.dayAfter a:hover {
  background-position: top left;
}

body.ar .containerPromo.arabSecuritySector a {
  background-image: url(/layout-images/bnr/bnr_securityReform-z2-ar.jpg);
}

body.ar .containerPromo.sp1629 a {
  background-image: url(/layout-images/bnr/bnr_TunisiaMonitor_z2_ar.png);
}

.containerPromo.seasia a {
  background-image: url(/layout-images/bnr/bnr_SEAsia_z2.png);
}

.containerPromo.chinaInsights a {
  background-image: url(/layout-images/bnr/bnr_ChinaInsights-z2.png);
}

.containerPromo.moscow a {
  background-image: url(/layout-images/bnr/bnr_Moscow_z2.png);
}

.containerPromo.sp1527 a {
  background-image: url(/layout-images/bnr/bnr_GeopoliticsEurasia_z2.png);
}

.containerPromo.npc2017 a {
  background-image: url(/layout-images/bnr/bnr_NPC2017_z2.png);
}

.containerPromo.npc2019 a {
  background-image: url(/layout-images/bnr/bnr_NPC2019_z2.png);
}

.containerPromo.ukraineProgram a {
  background-image: url(/layout-images/bnr/bnr_UkraineProgram-z2.png);
}

.containerPromo.ruleofLaw a {
  background-image: url(/layout-images/bnr/ARLA_250x125.jpg);
}

.containerPromo.americachallenge a {
  background-image: url(/layout-images/bnr/bnr_AmericasChallenge250125.jpg);
  height: 125px;
}

.containerPromo.egyptElectionsAr {
  margin-bottom: 20px;
}

.containerPromo.egyptElectionsAr a {
  background-image: url(/layout-images/bnr/bnr_egyptelections_z2_ar.jpg);
  height: 125px;
}

.containerPromo.euroCrisis {
  margin-bottom: 20px;
}

.containerPromo.euroCrisis a {
  background-image: url(/layout-images/bnr/bnr_euroCrisis_z2.jpg);
  height: 125px;
}

.containerPromo.juggernaut {
  margin-bottom: 20px;
}

.containerPromo.juggernaut a {
  background-image: url(/layout-images/bnr/bnr_juggernaut_250x125.jpg);
  height: 125px;
}

.containerPromo.mousavian a {
  background-image: url(/layout-images/bnr/Moussavian250x125.jpg);
  height: 125px;
}

.containerPromo.nuclearcode a {
  background-image: url(/layout-images/bnr/bnr_codeConduct_z2.png);
}

.containerPromo.roadRecovery a {
  background-image: url(/layout-images/bnr/bnr_RoadtoRecovery_250x125.jpg);
  height: 125px;
}

.containerPromo.strategicEurope a {
  background-image: url(/layout-images/bnr/bnr_strategicEurope_JD_250.jpg);
  height: 125px;
}

.containerPromo.timeline {
  margin-bottom: 20px;
}

.containerPromo.timeline a {
  background-image: url(/layout-images/bnr/bnr_100yrsOfImpact_z2.gif);
  height: 125px;
}

.containerPromo.transportation a {
  background-image: url(/layout-images/bnr/bnr_transportation_zMoneyV2.jpg);
  height: 125px;
}

.containerPromo.npc2013 a {
  background-image: url(/layout-images/bnr/bnr_NPC2013-z2.png);
}

.containerPromo.easi.russian a {
  background-image: url(/layout-images/bnr/bnr_EASI_ru_z2_310.png);
}

.containerPromo.sp1275 a {
  background: url(/layout-images/bnr/ElectionBeijing-310.png);
}

.containerPromo.sp1270 a {
  background-image: url(/layout-images/bnr/ElectionMoscow-310.png);
}

.containerPromo.sp1269 a {
  background-image: url(/layout-images/bnr/Election-310.png);
}

.containerPromo.egyptElections a {
  background-image: url(/layout-images/bnr/bnr_EgyptFocus-z2.png);
}

.containerPromo.sp1212 a {
  background-image: url(/layout-images/bnr/bnr_FrenchElections_z2.png);
}

.containerPromo.sp1182 a {
  background-image: url(/layout-images/bnr/bnr_WindowIntoChina_en-z2.png);
}

.containerPromo.sp1304 a {
  background-image: url(/layout-images/bnr/bnr_USChinaTrustInitiative_en-z2.png);
}

.containerPromo.sp1196 a {
  background-image: url(/layout-images/bnr/bnr_EASI_ru_z2_310.png);
}

.containerPromo.sp1037 a,
.containerPromo.YearsAfter a {
  background-image: url(/layout-images/bnr/bnr_20YearsAfter-z2.png);
}

.containerPromo.sp1039 a {
  background-image: url(/layout-images/bnr/bnr_UkraineProgram_ru-z2.png);
}

.containerPromo.sp1303 a {
  background-image: url(/layout-images/bnr/bnr_WindowIntoChina_zh-z2.png);
}

.containerPromo.Saudi11 a {
  background-image: url(/layout-images/bnr/bnr_SaudiEleven-z2.png);
}

.containerPromo.sp1334 a {
  background-image: url(/layout-images/bnr/bnr_China2013_en-z2.png);
}

.containerPromo.sp1335 a {
  background-image: url(/layout-images/bnr/bnr_China2013_zh-z2.png);
}

.containerPromo.proEtContra a {
  background-image: url(/layout-images/bnr/bnr_ProetContra_z2.png);
}

.containerPromo.sp1373 a {
  background-image: url(/layout-images/bnr/IndiaDecides_310x100.png);
  height: 100px;
}

.containerPromo.sp1374 a {
  background-image: url(/layout-images/bnr/bnr_GermanElections_z2.png);
}

.containerPromo.sp1416 a {
  background-image: url(/layout-images/bnr/bnr_2014-z2.png);
}

.containerPromo.sochi a {
  background-image: url(/layout-images/bnr/bnr_Sochi-z2.png);
}

.containerPromo.sp1413 a {
  background-image: url(/layout-images/bnr/bnr_RisingDemocracies-z2.png);
}

.containerPromo.economists a {
  background-image: url(/layout-images/bnr/bnr_Economists-z2.png);
}

.containerPromo.sp1453 a {
  background-image: url(/layout-images/bnr/bnr_globalDynamicsSyria_z2.png);
}

.containerPromo.sp1454 a {
  background-image: url(/layout-images/bnr/bnr_globalDynamicsSyria_z2_ar.png);
}

.containerPromo.sp1452 a {
  background-image: url(/layout-images/bnr/bnr_guardianNewEastNetwork_z2.png);
  height: 173px;
}

.containerPromo.sp1449 a {
  background-image: url(/layout-images/bnr/bnr_EESP-z2.png);
}

.containerPromo.sp1474 a {
  background-image: url(/layout-images/bnr/bnr_SERP_z2.png);
}

.containerPromo.sp1464 a {
  background-image: url(/layout-images/bnr/bnr_CapacityBuilding_z2_en.png);
}

.containerPromo.sp1495 a {
  background-image: url(/layout-images/bnr/bnr_SERP_z2_ar.png);
}

.containerPromo.sp1498 a {
  background-image: url(/layout-images/bnr/bnr_CMRAS_z2_en.png);
}

.containerPromo.sp1627 a {
  background-image: url(/layout-images/bnr/bnr_ProtectingFinancialStability_z2.png);
}

body.ar .containerPromo.sp1498 a {
  background-image: url(/layout-images/bnr/bnr_CMRAS_z2_ar.png);
}

.containerPromo.sp1504 a {
  background-image: url(/layout-images/bnr/bnr_InsideTurkeyElections_z2.png);
}

.containerPromo.cyber a,
.containerPromo.sp1512 a {
  background-image: url(/layout-images/bnr/bnr_Cyber_z2.png);
}

.containerPromo.us-japan-interactive a {
  background-image: url(/layout-images/bnr/USJapan_310.png);
  height: 100px;
}

.doc55178 .containerPromo a {
  height: 100px;
}

.doc55178 .containerPromo.sp1373 a {
  background-image: url(/layout-images/bnr/IndiaDecides_310x100.png);
}

.containerPromo.farabi a,
.containerPromo.farabi.russian a {
  display: none;
}

body.ar .containerPromo.arabSecuritySector a,
.containerPromo.arabSecuritySector a {
  background-position: top right;
}

body.ar .containerPromo.arabSecuritySector a:hover,
.containerPromo.arabSecuritySector a:hover {
  background-position: bottom right;
}

.containerPromo.sp1555, .containerPromo.sp1556, .containerPromo.sp1529, .containerPromo.sp1566 {
  display: none;
}

.containerPromo.sectarianism a, .containerPromo.sp1557 a {
  background-image: url(/layout-images/bnr/bnr_sourcesofSectarianism-z2.png);
}

.containerPromo.oci a {
  background-image: url(/layout-images/bnr/OCI-WebTool_310.jpg);
  height: 100px;
}

.containerPromo.sp1480 a {
  background-image: url(/layout-images/bnr/bnr_OCI_z2.png);
}

.containerPromo.sp1554 a {
  background-image: url(/layout-images/bnr/bnr_PricingOil_z2.png);
}

.containerPromo.sp1253 a,
.containerPromo.oil a {
  background-image: url(/layout-images/bnr/bnr_OilInitiatives_z2.png);
}

.containerPromo.middleeastnews a {
  background-image: url(/layout-images/bnr/bnr_arabicNews-z2.png);
}

.containerPromo.fightInfluence a {
  background-image: url(/layout-images/bnr/bnr_FightInfluence-z2.png);
}

.containerPromo.npc2015 a {
  background-image: url(/layout-images/bnr/bnr_npc2015_z2.png);
}

.containerPromo.npp a {
  background-image: url(/layout-images/bnr/bnr_npp-z2.png);
}

.containerPromo.techProgram a {
  background-image: url(/layout-images/bnr/bnr_TechProgram_z2.png);
}

.containerPromo.sp1507 a {
  background-image: url(/layout-images/bnr/bnr_USJapaninAsia_z2.png);
}

.containerPromo.netAssessmentJapan a {
  background-image: url(/layout-images/bnr/NetAssessmentExecSummary_310x90.jpg);
  height: 90px;
}

.containerPromo.carnegieIndia a {
  background-image: url(/layout-images/bnr/bnr_CarnegieIndia_z2.png);
}

.containerPromo.indiaOnTrack a {
  background-image: url(/layout-images/bnr/bnr_indiaOnTrack_z2.png);
}

.containerPromo.sp1494 a {
  background-image: url(/layout-images/bnr/bnr_MyanmarVotes_z2.png);
}

.containerPromo.sp1383 a {
  background-image: url(/layout-images/bnr/bnr_IndonesiaVotes_z2.png);
}

.containerPromo.sp1183 a,
.containerPromo.easi a {
  background-image: url(/layout-images/bnr/bnr_EASI_en_z2_310.png);
}

.containerPromo.sp1496 a {
  background-image: url(/layout-images/bnr/bnr_UkraineMonitor_z2.png);
}

.containerPromo.insideRussia a {
  background-image: url(/layout-images/bnr/bnr_InsideRussia_z2.png);
}

.containerPromo.egyptFocus a {
  background-image: url(/layout-images/bnr/bnr_EgyptFocus-z2.png);
}

.containerPromo.sada a {
  background-image: url(/layout-images/bnr/bnr_sada-z2.png);
}

.containerPromo.sp1511 a {
  background-image: url(/layout-images/bnr/bnr_RoadThroughParis_z2.png);
}

.containerPromo.sp1546 a {
  background-image: url(/layout-images/bnr/bnr_TaskforceRussiaEurasia_z2.png);
}

.containerPromo.SadaBk a {
  background-image: url(/layout-images/bnr/bnr_SadaBk_z2.png);
}

.containerPromo.containerPromo.us-japan-interactive a, .containerPromo .us-japan-interactive a {
  background-image: url(/layout-images/bnr/USJapan_310.png);
  height: 100px;
}

.containerPromo.arabSecuritySector a {
  background-image: url(/layout-images/bnr/bnr_SecuritySector-z2.png);
}

.containerPromo.sp1427 a {
  background-image: url(/layout-images/bnr/bnr_ChinaWorldPodcasts-z2.png);
}

.containerPromo.chinaVitae a {
  background-image: url(/layout-images/bnr/chinavitae_logo.gif);
  height: 75px;
}

.containerPromo.sp1602 a {
  background-image: url(/layout-images/junior-fellows/z2-banner_junior-fellows.jpg);
  height: 150px;
}

.containerPromo.sp1592 a {
  background-image: url(/layout-images/bnr/bnr_CyberNorms_z2.png);
}

.containerPromo.cybernormsindex a {
  background-image: url(/layout-images/bnr/bnr_CyberIndex_z2.png);
}

.containerPromo.cyberprogram a {
  background-image: url(/layout-images/bnr/bnr_CyberPolicyProgram_z2.png);
}

.containerPromo.oxfordBiblioCyber a {
  background-image: url(/layout-images/bnr/bnr_OxfordBiblio_z2.png);
}

.containerPromo.sp1584 a {
  background-image: url(/layout-images/bnr/bnr_ChinaVenezuela_en_z2.png);
}

.containerPromo.sp1585 a {
  background-image: url(/layout-images/bnr/bnr_ChinaVenezuela_zh_z2.png);
}

.containerPromo.sp1593 a {
  background-image: url(/layout-images/bnr/bnr_CAN_z2.png);
}

.containerPromo.sp1597 a {
  background-image: url(/layout-images/bnr/bnr_BayBengal_z2.png);
}

.containerPromo.sp1603 a {
  background-image: url(/layout-images/bnr/bnr_EurasiaTransition_en_z2.png);
}

.containerPromo.sp1604 a {
  background-image: url(/layout-images/bnr/bnr_EurasiaTransition_ru_z2.png);
}

.containerPromo.sp1605 a {
  background-image: url(/layout-images/bnr/bnr_EuropeElectionYear_z2.png);
}

.containerPromo.tataChair a {
  background-image: url(/layout-images/bnr/bnr_TataChair_z2.png);
}

.containerPromo.iranTrackingPoll a {
  background-image: url(/layout-images/bnr/bnr_IranPolling_z2.png);
}

.containerPromo.iranTrackingPoll.ar a {
  background-image: url(/layout-images/bnr/bnr_IranPolling_ar_z2.png);
}

.containerPromo.sp1608 a {
  background-image: url(/layout-images/bnr/bnr_ConflictRefugees_z2.png);
}

.containerPromo.sp2633 a {
  background-image: url(/layout-images/bnr/bnr_ConflictRefugees_ar_z2.png);
}

.containerPromo.sp1606 a {
  background-image: url(/layout-images/bnr/bnr_TunisiaMonitor_z2.png);
}

.containerPromo.sp1609 a {
  background-image: url(/layout-images/bnr/bnr_BeltRoad_z2.png);
}

.containerPromo.tunisiaElections2014 a {
  background-image: url(/layout-images/bnr/bnr_TunisiaMonitor2014Elections.png);
  height: 145px;
}

.containerPromo.sp1624 a {
  background-image: url(/layout-images/bnr/bnr_SecurityInEurope_z2.png);
}

.containerPromo.sp1625 a {
  background-image: url(/layout-images/bnr/bnr_SecurityInEurope_z2_ru.png);
}

.containerPromo.sp2635 a {
  background-image: url(/layout-images/bnr/bnr_LongHaul_z2.png);
}

.containerPromo.sp2637 a {
  background-image: url(/layout-images/bnr/bnr_Russian2018Elections_z2_en.png);
}

.containerPromo.sp2638 a {
  background-image: url(/layout-images/bnr/bnr_Russian2018Elections_z2_ru.png);
}

.containerPromo.sp2640 a {
  background-image: url(/layout-images/bnr/bnr_BookReviews_z2_ru.png);
}

.containerPromo.sp2641 a {
  background-image: url(/layout-images/bnr/bnr_EuropeInitiative_z2.png);
}

.containerPromo.global-russia a {
  background-image: url(/layout-images/bnr/global-russia_zone2-banner300x300.png);
  height: 300px;
}

.containerPromo.sp2643 a {
  background-image: url(/layout-images/bnr/bnr_GlobalRussiaProject_z2.png);
  height: 100px;
}

.containerPromo.sp2644 a {
  background-image: url(/layout-images/bnr/bnr_PoliticalIslam_z2_en.png);
}

.containerPromo.sp2636 a {
  background-image: url(/layout-images/bnr/bnr_ReshapingEuropeanDemocracy_z2.png);
}

.containerPromo.sp2650 a {
  background-image: url(/layout-images/bnr/bnr_IndiaElects_z2.png);
}

body.ar .containerPromo.arabSecuritySector a {
  background-image: url(/layout-images/bnr/bnr_securityReform-z2-ar.jpg);
}

body.ar .containerPromo.sp1629 a {
  background-image: url(/layout-images/bnr/bnr_TunisiaMonitor_z2_ar.png);
}

.event-sidebar .containerPromo {
  display: block;
  margin: 0 0 30px;
}

.event-sidebar .containerPromo a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  max-width: 310px;
  margin: 0 auto;
}

.event-sidebar .containerPromo a:hover {
  background-position: bottom left;
}

.event-sidebar .containerPromo.seasia a {
  background-image: url(/layout-images/bnr/bnr_SEAsia_z2.png);
}

.event-sidebar .containerPromo.chinaInsights a {
  background-image: url(/layout-images/bnr/bnr_ChinaInsights-z2.png);
}

.event-sidebar .containerPromo.moscow a {
  background-image: url(/layout-images/bnr/bnr_Moscow_z2.png);
}

.event-sidebar .containerPromo.sp1527 a {
  background-image: url(/layout-images/bnr/bnr_GeopoliticsEurasia_z2.png);
}

.event-sidebar .containerPromo.npc2017 a {
  background-image: url(/layout-images/bnr/bnr_NPC2017_z2.png);
}

.event-sidebar .containerPromo.ukraineProgram a {
  background-image: url(/layout-images/bnr/bnr_UkraineProgram-z2.png);
}

.event-sidebar .containerPromo.ruleofLaw a {
  background-image: url(/layout-images/bnr/ARLA_250x125.jpg);
}

.event-sidebar .containerPromo.americachallenge a {
  background-image: url(/layout-images/bnr/bnr_AmericasChallenge250125.jpg);
  height: 125px;
}

.event-sidebar .containerPromo.egyptElectionsAr {
  margin-bottom: 20px;
}

.event-sidebar .containerPromo.egyptElectionsAr a {
  background-image: url(/layout-images/bnr/bnr_egyptelections_z2_ar.jpg);
  height: 125px;
}

.event-sidebar .containerPromo.euroCrisis {
  margin-bottom: 20px;
}

.event-sidebar .containerPromo.euroCrisis a {
  background-image: url(/layout-images/bnr/bnr_euroCrisis_z2.jpg);
  height: 125px;
}

.event-sidebar .containerPromo.juggernaut {
  margin-bottom: 20px;
}

.event-sidebar .containerPromo.juggernaut a {
  background-image: url(/layout-images/bnr/bnr_juggernaut_250x125.jpg);
  height: 125px;
}

.event-sidebar .containerPromo.mousavian a {
  background-image: url(/layout-images/bnr/Moussavian250x125.jpg);
  height: 125px;
}

.event-sidebar .containerPromo.nuclearcode a {
  background-image: url(/layout-images/bnr/bnr_codeConduct_z2.png);
}

.event-sidebar .containerPromo.roadRecovery a {
  background-image: url(/layout-images/bnr/bnr_RoadtoRecovery_250x125.jpg);
  height: 125px;
}

.event-sidebar .containerPromo.strategicEurope a {
  background-image: url(/layout-images/bnr/bnr_strategicEurope_JD_250.jpg);
  height: 125px;
}

.event-sidebar .containerPromo.timeline {
  margin-bottom: 20px;
}

.event-sidebar .containerPromo.timeline a {
  background-image: url(/layout-images/bnr/bnr_100yrsOfImpact_z2.gif);
  height: 125px;
}

.event-sidebar .containerPromo.transportation a {
  background-image: url(/layout-images/bnr/bnr_transportation_zMoneyV2.jpg);
  height: 125px;
}

.event-sidebar .containerPromo.npc2013 a {
  background-image: url(/layout-images/bnr/bnr_NPC2013-z2.png);
}

.event-sidebar .containerPromo.easi.russian a {
  background-image: url(/layout-images/bnr/bnr_EASI_ru_z2_310.png);
}

.event-sidebar .containerPromo.sp1275 a {
  background: url(/layout-images/bnr/ElectionBeijing-310.png);
}

.event-sidebar .containerPromo.sp1270 a {
  background-image: url(/layout-images/bnr/ElectionMoscow-310.png);
}

.event-sidebar .containerPromo.sp1269 a {
  background-image: url(/layout-images/bnr/Election-310.png);
}

.event-sidebar .containerPromo.egyptElections a {
  background-image: url(/layout-images/bnr/bnr_EgyptFocus-z2.png);
}

.event-sidebar .containerPromo.sp1212 a {
  background-image: url(/layout-images/bnr/bnr_FrenchElections_z2.png);
}

.event-sidebar .containerPromo.sp1182 a {
  background-image: url(/layout-images/bnr/bnr_WindowIntoChina_en-z2.png);
}

.event-sidebar .containerPromo.sp1304 a {
  background-image: url(/layout-images/bnr/bnr_USChinaTrustInitiative_en-z2.png);
}

.event-sidebar .containerPromo.sp1196 a {
  background-image: url(/layout-images/bnr/bnr_EASI_ru_z2_310.png);
}

.event-sidebar .containerPromo.sp1037 a,
.event-sidebar .containerPromo.YearsAfter a {
  background-image: url(/layout-images/bnr/bnr_20YearsAfter-z2.png);
}

.event-sidebar .containerPromo.sp1039 a {
  background-image: url(/layout-images/bnr/bnr_UkraineProgram_ru-z2.png);
}

.event-sidebar .containerPromo.sp1303 a {
  background-image: url(/layout-images/bnr/bnr_WindowIntoChina_zh-z2.png);
}

.event-sidebar .containerPromo.Saudi11 a {
  background-image: url(/layout-images/bnr/bnr_SaudiEleven-z2.png);
}

.event-sidebar .containerPromo.sp1334 a {
  background-image: url(/layout-images/bnr/bnr_China2013_en-z2.png);
}

.event-sidebar .containerPromo.sp1335 a {
  background-image: url(/layout-images/bnr/bnr_China2013_zh-z2.png);
}

.event-sidebar .containerPromo.proEtContra a {
  background-image: url(/layout-images/bnr/bnr_ProetContra_z2.png);
}

.event-sidebar .containerPromo.sp1373 a {
  background-image: url(/layout-images/bnr/IndiaDecides_310x100.png);
  height: 100px;
}

.event-sidebar .containerPromo.sp1374 a {
  background-image: url(/layout-images/bnr/bnr_GermanElections_z2.png);
}

.event-sidebar .containerPromo.sp1416 a {
  background-image: url(/layout-images/bnr/bnr_2014-z2.png);
}

.event-sidebar .containerPromo.sochi a {
  background-image: url(/layout-images/bnr/bnr_Sochi-z2.png);
}

.event-sidebar .containerPromo.sp1413 a {
  background-image: url(/layout-images/bnr/bnr_RisingDemocracies-z2.png);
}

.event-sidebar .containerPromo.economists a {
  background-image: url(/layout-images/bnr/bnr_Economists-z2.png);
}

.event-sidebar .containerPromo.sp1453 a {
  background-image: url(/layout-images/bnr/bnr_globalDynamicsSyria_z2.png);
}

.event-sidebar .containerPromo.sp1454 a {
  background-image: url(/layout-images/bnr/bnr_globalDynamicsSyria_z2_ar.png);
}

.event-sidebar .containerPromo.sp1452 a {
  background-image: url(/layout-images/bnr/bnr_guardianNewEastNetwork_z2.png);
  height: 173px;
}

.event-sidebar .containerPromo.sp1449 a {
  background-image: url(/layout-images/bnr/bnr_EESP-z2.png);
}

.event-sidebar .containerPromo.sp1474 a {
  background-image: url(/layout-images/bnr/bnr_SERP_z2.png);
}

.event-sidebar .containerPromo.sp1464 a {
  background-image: url(/layout-images/bnr/bnr_CapacityBuilding_z2_en.png);
}

.event-sidebar .containerPromo.sp1495 a {
  background-image: url(/layout-images/bnr/bnr_SERP_z2_ar.png);
}

.event-sidebar .containerPromo.sp1498 a {
  background-image: url(/layout-images/bnr/bnr_ACMR_z2_en.png);
}

.event-sidebar .containerPromo.sp1627 a {
  background-image: url(/layout-images/bnr/bnr_ProtectingFinancialStability_z2.png);
}

.event-sidebar body.ar .containerPromo.sp1498 a {
  background-image: url(/layout-images/bnr/bnr_ACMR_z2_ar.png);
}

.event-sidebar .containerPromo.sp1504 a {
  background-image: url(/layout-images/bnr/bnr_InsideTurkeyElections_z2.png);
}

.event-sidebar .containerPromo.cyber a,
.event-sidebar .containerPromo.sp1512 a {
  background-image: url(/layout-images/bnr/bnr_Cyber_z2.png);
}

.event-sidebar .containerPromo.us-japan-interactive a {
  background-image: url(/layout-images/bnr/USJapan_310.png);
  height: 100px;
}

.event-sidebar .doc55178 .containerPromo a {
  height: 100px;
}

.event-sidebar .doc55178 .containerPromo.sp1373 a {
  background-image: url(/layout-images/bnr/IndiaDecides_310x100.png);
}

.event-sidebar .containerPromo.farabi a,
.event-sidebar .containerPromo.farabi.russian a {
  display: none;
}

.ceip-overlay--sudan-map .ceip-overlay__inner {
  width: 620px;
}

.ceip-overlay--sudan-map .ceip-overlay__inner,
.ceip-overlay--sudan-map .ceip-overlay__content > * {
  max-width: 620px;
}

.ceip-overlay--large-map .ceip-overlay__inner {
  width: 520px;
}

.ceip-overlay--large-map .ceip-overlay__inner,
.ceip-overlay--large-map .ceip-overlay__content > * {
  max-width: 520px;
}

.doc63765 .zone-1.col-70, .doc63765 .zone-2.col-30 {
  float: none;
  width: auto;
}

.doc63765 .zone-1 {
  margin: 0 10%;
}

.doc63765 .zone-1 .cms-foreground {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.doc63765 .zone-1 .contentImg {
  float: left;
  margin-left: -10%;
  padding: 0 0.5em 0.5em 0;
}

@media (max-width: 1024px) {
  .doc63765 .zone-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .doc63765 .zone-1 .cms-foreground {
    width: 90%;
  }
}

.doc63765 .zone-2 {
  display: block;
  margin: 2em auto 0;
  width: 1000px;
}

.doc63765 .zone-2 .containerPromo {
  display: none;
}

.doc63765 .zone-2 .gutter-bottom.twitter, .doc63765 .zone-2 .gutter-bottom.related-content {
  float: left;
  margin-right: 5%;
  width: 45%;
}

.doc63765 .zone-2 .gutter-bottom.twitter h4, .doc63765 .zone-2 .gutter-bottom.related-content h4 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 1em;
}

.doc63765 .zone-2 .gutter-bottom.twitter .tabs, .doc63765 .zone-2 .gutter-bottom.related-content .tabs {
  display: none;
}

.doc63765 .zone-2 .gutter-bottom.twitter .tab-pane li, .doc63765 .zone-2 .gutter-bottom.related-content .tab-pane li {
  background-size: 100% auto;
}

.doc63765 .zone-2 .gutter-bottom.twitter .tab-pane li .containerOverlay, .doc63765 .zone-2 .gutter-bottom.related-content .tab-pane li .containerOverlay {
  padding-bottom: 10px;
}

.doc63765 .zone-2 .gutter-bottom.twitter .tab-pane li h5, .doc63765 .zone-2 .gutter-bottom.related-content .tab-pane li h5 {
  font-size: 2em;
}

.doc63765 .zone-2 .analytics-stay-in-the-know {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.doc63765 .zone-2 .analytics-stay-in-the-know h3 {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .doc63765 .zone-2 {
    width: 90%;
  }
  .doc63765 .zone-2 > .tablet-wide {
    width: auto;
  }
  .doc63765 .zone-2 > .tablet-wide.twitter {
    float: none;
    width: 36%;
  }
  .doc63765 .zone-2 .gutter-bottom.twitter, .doc63765 .zone-2 .gutter-bottom.related-content {
    float: left;
    margin-right: 6%;
  }
  .doc63765 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc63765 .zone-2 .gutter-bottom.related-content.tablet-wide {
    float: left;
    width: 58%;
  }
  .doc63765 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc63765 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li {
    height: 270px;
    width: 100%;
  }
  .doc63765 .zone-2 .twitter-timeline-widget {
    float: left;
    width: 100%;
  }
  .doc63765 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc63765 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
  }
  .doc63765 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: auto;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .doc63765 .zone-2 .gutter-bottom .tab-content > ul > li {
    height: 220px;
  }
  .doc63765 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc63765 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
    width: 100%;
  }
  .doc63765 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: 56%;
  }
  .doc63765 .zone-2 .analytics-stay-in-the-know form input.txtFld {
    padding: 0.5em 5%;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .doc63765 .zone-2 .gutter-bottom.twitter, .doc63765 .zone-2 .gutter-bottom.related-content {
    float: none;
    width: auto;
  }
  .doc63765 .zone-2 > .twitter-timeline-widget {
    float: none;
    width: auto;
  }
  .doc63765 .zone-2 .analytics-stay-in-the-know {
    width: auto;
  }
}

.doc64040 .zone-1.col-70, .doc64040 .zone-2.col-30, .doc72689 .zone-1.col-70, .doc72689 .zone-2.col-30 {
  float: none;
  width: auto;
}

.doc64040 .nav-tabs > li > a, .doc72689 .nav-tabs > li > a {
  font-size: 17px;
}

.doc64040 .zone-1, .doc72689 .zone-1 {
  margin: 0 10%;
}

.doc64040 .zone-1 .table-of-contents, .doc64040 .zone-1 .article-body .center.mobile-only, .doc72689 .zone-1 .table-of-contents, .doc72689 .zone-1 .article-body .center.mobile-only {
  display: none;
}

.doc64040 .zone-1 .cms-foreground, .doc72689 .zone-1 .cms-foreground {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 1024px) {
  .doc64040 .zone-1, .doc72689 .zone-1 {
    margin: 0 5%;
    padding-left: 0;
    padding-right: 0;
  }
  .doc64040 .zone-1 .cms-foreground, .doc72689 .zone-1 .cms-foreground {
    width: 90%;
  }
  .doc64040 .zone-1 .tab-content > div, .doc72689 .zone-1 .tab-content > div {
    display: block !important;
  }
  .doc64040 .zone-1 .tab-content .accordion-trigger, .doc72689 .zone-1 .tab-content .accordion-trigger {
    display: block;
  }
  .doc64040 .zone-1 .tab-content .accordion-content, .doc72689 .zone-1 .tab-content .accordion-content {
    display: none;
  }
  .doc64040 .zone-1 .tab-content .accordion-content.show, .doc72689 .zone-1 .tab-content .accordion-content.show {
    display: block;
  }
  .doc64040 .zone-1 .tab-content .tab-pane.fade, .doc72689 .zone-1 .tab-content .tab-pane.fade {
    opacity: 1;
  }
  .doc64040 .zone-1 .nav-tabs, .doc72689 .zone-1 .nav-tabs {
    display: none;
  }
}

.doc64040 .zone-2, .doc72689 .zone-2 {
  display: block;
  margin: 2em auto 0;
  width: 1000px;
}

.doc64040 .zone-2 .containerPromo, .doc64040 .zone-2 .table-of-contents, .doc72689 .zone-2 .containerPromo, .doc72689 .zone-2 .table-of-contents {
  display: none;
}

.doc64040 .zone-2 .gutter-bottom.twitter, .doc64040 .zone-2 .gutter-bottom.related-content, .doc72689 .zone-2 .gutter-bottom.twitter, .doc72689 .zone-2 .gutter-bottom.related-content {
  float: left;
  margin-right: 5%;
  width: 45%;
}

.doc64040 .zone-2 .gutter-bottom.twitter h4, .doc64040 .zone-2 .gutter-bottom.related-content h4, .doc72689 .zone-2 .gutter-bottom.twitter h4, .doc72689 .zone-2 .gutter-bottom.related-content h4 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 1em;
}

.doc64040 .zone-2 .gutter-bottom.twitter .tabs, .doc64040 .zone-2 .gutter-bottom.related-content .tabs, .doc72689 .zone-2 .gutter-bottom.twitter .tabs, .doc72689 .zone-2 .gutter-bottom.related-content .tabs {
  display: none;
}

.doc64040 .zone-2 .gutter-bottom.twitter .tab-pane li, .doc64040 .zone-2 .gutter-bottom.related-content .tab-pane li, .doc72689 .zone-2 .gutter-bottom.twitter .tab-pane li, .doc72689 .zone-2 .gutter-bottom.related-content .tab-pane li {
  background-size: 100% auto;
}

.doc64040 .zone-2 .gutter-bottom.twitter .tab-pane li .containerOverlay, .doc64040 .zone-2 .gutter-bottom.related-content .tab-pane li .containerOverlay, .doc72689 .zone-2 .gutter-bottom.twitter .tab-pane li .containerOverlay, .doc72689 .zone-2 .gutter-bottom.related-content .tab-pane li .containerOverlay {
  padding-bottom: 10px;
}

.doc64040 .zone-2 .gutter-bottom.twitter .tab-pane li h5, .doc64040 .zone-2 .gutter-bottom.related-content .tab-pane li h5, .doc72689 .zone-2 .gutter-bottom.twitter .tab-pane li h5, .doc72689 .zone-2 .gutter-bottom.related-content .tab-pane li h5 {
  font-size: 2em;
}

.doc64040 .zone-2 .analytics-stay-in-the-know, .doc72689 .zone-2 .analytics-stay-in-the-know {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.doc64040 .zone-2 .analytics-stay-in-the-know h3, .doc72689 .zone-2 .analytics-stay-in-the-know h3 {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .doc64040 .zone-2, .doc72689 .zone-2 {
    width: 90%;
  }
  .doc64040 .zone-2 > .tablet-wide, .doc72689 .zone-2 > .tablet-wide {
    width: auto;
  }
  .doc64040 .zone-2 > .tablet-wide.twitter, .doc72689 .zone-2 > .tablet-wide.twitter {
    float: none;
    width: 36%;
  }
  .doc64040 .zone-2 .gutter-bottom.twitter, .doc64040 .zone-2 .gutter-bottom.related-content, .doc72689 .zone-2 .gutter-bottom.twitter, .doc72689 .zone-2 .gutter-bottom.related-content {
    float: left;
    margin-right: 6%;
  }
  .doc64040 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc64040 .zone-2 .gutter-bottom.related-content.tablet-wide, .doc72689 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc72689 .zone-2 .gutter-bottom.related-content.tablet-wide {
    float: left;
    width: 58%;
  }
  .doc64040 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc64040 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li, .doc72689 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc72689 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li {
    height: 270px;
    width: 100%;
  }
  .doc64040 .zone-2 .twitter-timeline-widget, .doc72689 .zone-2 .twitter-timeline-widget {
    float: left;
    width: 100%;
  }
  .doc64040 .zone-2 .analytics-stay-in-the-know, .doc72689 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc64040 .zone-2 .analytics-stay-in-the-know form, .doc72689 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
  }
  .doc64040 .zone-2 .analytics-stay-in-the-know form fieldset, .doc72689 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: auto;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .doc64040 .zone-2 .gutter-bottom .tab-content > ul > li, .doc72689 .zone-2 .gutter-bottom .tab-content > ul > li {
    height: 220px;
  }
  .doc64040 .zone-2 .analytics-stay-in-the-know, .doc72689 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc64040 .zone-2 .analytics-stay-in-the-know form, .doc72689 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
    width: 100%;
  }
  .doc64040 .zone-2 .analytics-stay-in-the-know form fieldset, .doc72689 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: 56%;
  }
  .doc64040 .zone-2 .analytics-stay-in-the-know form input.txtFld, .doc72689 .zone-2 .analytics-stay-in-the-know form input.txtFld {
    padding: 0.5em 5%;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .doc64040 .zone-2 .gutter-bottom.twitter, .doc64040 .zone-2 .gutter-bottom.related-content, .doc72689 .zone-2 .gutter-bottom.twitter, .doc72689 .zone-2 .gutter-bottom.related-content {
    float: none;
    width: auto;
  }
  .doc64040 .zone-2 > .twitter-timeline-widget, .doc72689 .zone-2 > .twitter-timeline-widget {
    float: none;
    width: auto;
  }
  .doc64040 .zone-2 .analytics-stay-in-the-know, .doc72689 .zone-2 .analytics-stay-in-the-know {
    width: auto;
  }
}

.doc72689 .zone-2 .analytics-stay-in-the-know {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.doc72689 .zone-2 .analytics-stay-in-the-know h3 {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .doc72689 .zone-2 .analytics-stay-in-the-know {
    width: 90%;
  }
}

.doc69884 .zone-title, .doc69928 .zone-title {
  background: url(/layout-images/bnr/bnr_IranPolling1680.jpg);
}

.doc69884 .zone-title .foreground, .doc69928 .zone-title .foreground {
  height: 300px;
  margin: 0;
  max-width: none;
  padding: 0;
  width: auto;
}

.doc69884 .zone-title .foreground .cols.no-gutters, .doc69928 .zone-title .foreground .cols.no-gutters {
  padding-left: 15%;
  padding-top: 12%;
}

.doc69884 .zone-title .meta.pub-meta.component, .doc69884 .zone-title .container-summary, .doc69928 .zone-title .meta.pub-meta.component, .doc69928 .zone-title .container-summary {
  display: none !important;
}

.doc69884 .zone-title .container-title, .doc69928 .zone-title .container-title {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 30px;
  float: none;
  padding: 15px;
}

.doc69884 .zone-title .container-title .photo-caption, .doc69928 .zone-title .container-title .photo-caption {
  display: none;
}

.doc69884 .zone-title .container-headline, .doc69928 .zone-title .container-headline {
  background: none !important;
  height: auto;
}

@media (max-width: 1024px) {
  .doc69884 .zone-title .container-headline, .doc69928 .zone-title .container-headline {
    margin: -15px 10px 3px;
  }
}

.doc69884 .zone-title .container-headline .headline, .doc69928 .zone-title .container-headline .headline {
  background: none;
  color: #fff;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  .doc69884 .zone-title .container-headline .headline, .doc69928 .zone-title .container-headline .headline {
    font-size: 43px;
    font-size: 2.5rem;
  }
}

.doc69884 .zone-1, .doc69928 .zone-1 {
  margin: 0 10%;
}

.doc69884 .zone-1.col-70, .doc69928 .zone-1.col-70 {
  float: none;
  width: auto;
}

.doc69884 .zone-1 .cms-foreground, .doc69928 .zone-1 .cms-foreground {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 1024px) {
  .doc69884 .zone-1, .doc69928 .zone-1 {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .doc69884 .zone-1 .cms-foreground, .doc69928 .zone-1 .cms-foreground {
    width: 90%;
  }
}

.doc69884 .zone-2, .doc69928 .zone-2 {
  display: block;
  margin: 2em auto 0;
}

.doc69884 .zone-2.col-30, .doc69928 .zone-2.col-30 {
  float: none;
  width: auto;
}

.doc69884 .zone-2 .gutter-bottom.twitter, .doc69928 .zone-2 .gutter-bottom.twitter {
  float: left;
  margin-right: 5%;
  width: 45%;
}

.doc69884 .zone-2 form.analytics-stay-in-the-know, .doc69928 .zone-2 form.analytics-stay-in-the-know {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
}

.doc69884 .zone-2 form.analytics-stay-in-the-know h3, .doc69928 .zone-2 form.analytics-stay-in-the-know h3 {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .doc69884 .zone-2, .doc69928 .zone-2 {
    width: 90%;
  }
  .doc69884 .zone-2 > .tablet-wide, .doc69928 .zone-2 > .tablet-wide {
    width: auto;
  }
  .doc69884 .zone-2 > .tablet-wide.twitter, .doc69928 .zone-2 > .tablet-wide.twitter {
    float: none;
    width: 36%;
  }
  .doc69884 .zone-2 .gutter-bottom.twitter, .doc69884 .zone-2 .gutter-bottom.related-content, .doc69928 .zone-2 .gutter-bottom.twitter, .doc69928 .zone-2 .gutter-bottom.related-content {
    float: left;
    margin-right: 6%;
  }
  .doc69884 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc69884 .zone-2 .gutter-bottom.related-content.tablet-wide, .doc69928 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc69928 .zone-2 .gutter-bottom.related-content.tablet-wide {
    float: left;
    width: 58%;
  }
  .doc69884 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc69884 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li, .doc69928 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc69928 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li {
    height: 270px;
    width: 100%;
  }
  .doc69884 .zone-2 .twitter-timeline-widget, .doc69928 .zone-2 .twitter-timeline-widget {
    float: left;
    width: 100%;
  }
  .doc69884 .zone-2 .analytics-stay-in-the-know, .doc69928 .zone-2 .analytics-stay-in-the-know {
    float: none;
  }
  .doc69884 .zone-2 .analytics-stay-in-the-know form, .doc69928 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
  }
  .doc69884 .zone-2 .analytics-stay-in-the-know form fieldset, .doc69928 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: auto;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .doc69884 .zone-2 .gutter-bottom .tab-content > ul > li, .doc69928 .zone-2 .gutter-bottom .tab-content > ul > li {
    height: 220px;
  }
  .doc69884 .zone-2 .analytics-stay-in-the-know, .doc69928 .zone-2 .analytics-stay-in-the-know {
    float: none;
  }
  .doc69884 .zone-2 .analytics-stay-in-the-know form, .doc69928 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
    width: 100%;
  }
  .doc69884 .zone-2 .analytics-stay-in-the-know form fieldset, .doc69928 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: 56%;
  }
  .doc69884 .zone-2 .analytics-stay-in-the-know form input.txtFld, .doc69928 .zone-2 .analytics-stay-in-the-know form input.txtFld {
    padding: 0.5em 5%;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .doc69884 .zone-2 .gutter-bottom.twitter, .doc69884 .zone-2 .gutter-bottom.related-content, .doc69928 .zone-2 .gutter-bottom.twitter, .doc69928 .zone-2 .gutter-bottom.related-content {
    float: none;
    width: auto;
  }
  .doc69884 .zone-2 > .twitter-timeline-widget, .doc69928 .zone-2 > .twitter-timeline-widget {
    float: none;
    width: auto;
  }
  .doc69884 .zone-2 .analytics-stay-in-the-know, .doc69928 .zone-2 .analytics-stay-in-the-know {
    width: auto;
  }
}

.doc69928 .zone-title .foreground .cols.no-gutters {
  padding-left: 0;
  padding-right: 15%;
}

@media (max-width: 1024px) {
  .doc69928 .zone-title .foreground .cols.no-gutters .container-headline {
    padding-bottom: 10px;
  }
}

.doc69890 .zone-1, .doc69964 .zone-1 {
  margin: 0 10% 0 0;
}

.doc69890 .zone-1 .frst-timeline-style-8 h2, .doc69964 .zone-1 .frst-timeline-style-8 h2 {
  font-size: 1.5rem;
  margin-left: 0;
  width: 100%;
}

.doc69890 .zone-1.col-70, .doc69964 .zone-1.col-70 {
  float: none;
  width: auto;
}

.doc69890 .zone-1 .cms-foreground, .doc69964 .zone-1 .cms-foreground {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.doc69890 .zone-2, .doc69964 .zone-2 {
  display: block;
  margin: 2em auto 0;
  width: 1000px;
}

.doc69890 .zone-2 .containerPromo, .doc69964 .zone-2 .containerPromo {
  display: none;
}

.doc69890 .zone-2 .gutter-bottom.related-content, .doc69964 .zone-2 .gutter-bottom.related-content {
  float: left;
  margin-right: 5%;
  width: 45%;
}

.doc69890 .zone-2 .gutter-bottom.related-content h4, .doc69964 .zone-2 .gutter-bottom.related-content h4 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 1em;
}

.doc69890 .zone-2 .gutter-bottom.related-content .tabs, .doc69964 .zone-2 .gutter-bottom.related-content .tabs {
  display: none;
}

.doc69890 .zone-2 .gutter-bottom.related-content .tab-pane li, .doc69964 .zone-2 .gutter-bottom.related-content .tab-pane li {
  background-size: 100% auto;
}

.doc69890 .zone-2 .gutter-bottom.related-content .tab-pane li .containerOverlay, .doc69964 .zone-2 .gutter-bottom.related-content .tab-pane li .containerOverlay {
  padding-bottom: 10px;
}

.doc69890 .zone-2 .gutter-bottom.related-content .tab-pane li h5, .doc69964 .zone-2 .gutter-bottom.related-content .tab-pane li h5 {
  font-size: 2em;
}

.doc69890 .zone-2 form.analytics-stay-in-the-know, .doc69964 .zone-2 form.analytics-stay-in-the-know {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
}

.doc69890 .zone-2 form.analytics-stay-in-the-know h3, .doc69964 .zone-2 form.analytics-stay-in-the-know h3 {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .doc69890 .zone-2, .doc69964 .zone-2 {
    width: 90%;
  }
  .doc69890 .zone-2 > .tablet-wide, .doc69964 .zone-2 > .tablet-wide {
    width: auto;
  }
  .doc69890 .zone-2 > .tablet-wide.twitter, .doc69964 .zone-2 > .tablet-wide.twitter {
    float: none;
    width: 36%;
  }
  .doc69890 .zone-2 .gutter-bottom.twitter, .doc69890 .zone-2 .gutter-bottom.related-content, .doc69964 .zone-2 .gutter-bottom.twitter, .doc69964 .zone-2 .gutter-bottom.related-content {
    float: left;
    margin-right: 6%;
  }
  .doc69890 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc69890 .zone-2 .gutter-bottom.related-content.tablet-wide, .doc69964 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc69964 .zone-2 .gutter-bottom.related-content.tablet-wide {
    float: left;
    width: 58%;
  }
  .doc69890 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc69890 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li, .doc69964 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc69964 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li {
    height: 270px;
    width: 100%;
  }
  .doc69890 .zone-2 .twitter-timeline-widget, .doc69964 .zone-2 .twitter-timeline-widget {
    float: left;
    width: 100%;
  }
  .doc69890 .zone-2 .analytics-stay-in-the-know, .doc69964 .zone-2 .analytics-stay-in-the-know {
    float: left;
    width: 100%;
  }
  .doc69890 .zone-2 .analytics-stay-in-the-know form, .doc69964 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
  }
  .doc69890 .zone-2 .analytics-stay-in-the-know form fieldset, .doc69964 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: auto;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .doc69890 .zone-2 .gutter-bottom .tab-content > ul > li, .doc69964 .zone-2 .gutter-bottom .tab-content > ul > li {
    height: 220px;
  }
  .doc69890 .zone-2 .analytics-stay-in-the-know, .doc69964 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc69890 .zone-2 .analytics-stay-in-the-know form, .doc69964 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
    width: 100%;
  }
  .doc69890 .zone-2 .analytics-stay-in-the-know form fieldset, .doc69964 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: 56%;
  }
  .doc69890 .zone-2 .analytics-stay-in-the-know form input.txtFld, .doc69964 .zone-2 .analytics-stay-in-the-know form input.txtFld {
    padding: 0.5em 5%;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .doc69890 .zone-2 .gutter-bottom.twitter, .doc69890 .zone-2 .gutter-bottom.related-content, .doc69964 .zone-2 .gutter-bottom.twitter, .doc69964 .zone-2 .gutter-bottom.related-content {
    float: none;
    width: auto;
  }
  .doc69890 .zone-2 .analytics-stay-in-the-know, .doc69964 .zone-2 .analytics-stay-in-the-know {
    float: none;
    width: auto;
  }
}

.doc72710 .zone-1 {
  margin: 0 10% 0 0;
}

.doc72710 .zone-1 .frst-timeline-style-8 h2 {
  font-size: 18px;
  margin-left: 0;
  width: 100%;
}

.doc72710 .zone-1 .frst-timeline-content .smallest-text {
  line-height: 0.7rem;
}

.doc72710 .zone-1.col-70 {
  float: none;
  width: auto;
}

.doc72710 .zone-1 .cms-foreground {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.doc72710 .zone-1 a.button-alt {
  font-size: 0.75em;
  margin: 15px 20% 15px 20%;
}

.doc72710 .zone-1 .frst-timeline-content-inner .contentImg.wide {
  padding: 0;
}

.doc72710 .scrolling {
  display: block;
  max-height: 500px;
  overflow-x: inherit;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .doc72710 .scrolling {
    max-height: 300px;
  }
}

.doc72710 .zone-2 {
  display: block;
  margin: 2em auto 0;
  width: 1000px;
}

.doc72710 .zone-2 .containerPromo {
  display: none;
}

.doc72710 .zone-2 .gutter-bottom.related-content {
  float: left;
  margin-right: 5%;
  width: 45%;
}

.doc72710 .zone-2 .gutter-bottom.related-content h4 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 1em;
}

.doc72710 .zone-2 .gutter-bottom.related-content .tabs {
  display: none;
}

.doc72710 .zone-2 .gutter-bottom.related-content .tab-pane li {
  background-size: 100% auto;
}

.doc72710 .zone-2 .gutter-bottom.related-content .tab-pane li .containerOverlay {
  padding-bottom: 10px;
}

.doc72710 .zone-2 .gutter-bottom.related-content .tab-pane li h5 {
  font-size: 2em;
}

.doc72710 .zone-2 form.analytics-stay-in-the-know {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
}

.doc72710 .zone-2 form.analytics-stay-in-the-know h3 {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .doc72710 .zone-2 {
    width: 90%;
  }
  .doc72710 .zone-2 > .tablet-wide {
    width: auto;
  }
  .doc72710 .zone-2 > .tablet-wide.twitter {
    float: none;
    width: 36%;
  }
  .doc72710 .zone-2 .gutter-bottom.twitter, .doc72710 .zone-2 .gutter-bottom.related-content {
    float: left;
    margin-right: 6%;
  }
  .doc72710 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc72710 .zone-2 .gutter-bottom.related-content.tablet-wide {
    float: left;
    width: 58%;
  }
  .doc72710 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc72710 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li {
    height: 270px;
    width: 100%;
  }
  .doc72710 .zone-2 .twitter-timeline-widget {
    float: left;
    width: 100%;
  }
  .doc72710 .zone-2 .analytics-stay-in-the-know {
    float: left;
    width: 100%;
  }
  .doc72710 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
  }
  .doc72710 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: auto;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .doc72710 .zone-2 .gutter-bottom .tab-content > ul > li {
    height: 220px;
  }
  .doc72710 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc72710 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
    width: 100%;
  }
  .doc72710 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: 56%;
  }
  .doc72710 .zone-2 .analytics-stay-in-the-know form input.txtFld {
    padding: 0.5em 5%;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .doc72710 .zone-2 .gutter-bottom.twitter, .doc72710 .zone-2 .gutter-bottom.related-content {
    float: none;
    width: auto;
  }
  .doc72710 .zone-2 .analytics-stay-in-the-know {
    float: none;
    width: auto;
  }
}

.doc72884 .zone-1 {
  margin: 0 10% 0 0;
}

.doc72884 .zone-1.col-70 {
  float: none;
  width: auto;
}

.doc72884 .zone-1 .cms-foreground {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.doc72884 .zone-1 .ceip-icon.extra-large {
  font-size: 2em;
  vertical-align: bottom;
}

.doc72884 .zone-1 .affirm {
  color: #4ACA2A;
}

.doc72884 .zone-1 .contemplate {
  color: #FBE006;
}

.doc72884 .zone-1 .deny {
  color: #FB9D06;
}

.doc72884 .zone-1 .reject {
  color: #FF0000;
}

.doc72884 .zone-1 .neutral {
  color: #949494;
}

.doc72884 .zone-1 .clean-list.list-across-spaced {
  background: #ffffff;
  display: block;
  position: fixed;
  top: 60px;
  width: 100%;
}

@media (max-width: 1024px) {
  .doc72884 .zone-1 .clean-list.list-across-spaced {
    font-size: 0.8em;
  }
}

@media (max-width: 767px) {
  .doc72884 .zone-1 .clean-list.list-across-spaced {
    font-size: 0.7em;
  }
}

.doc72884 .zone-2 {
  display: block;
  margin: 2em auto 0;
  width: 1000px;
}

.doc72884 .zone-2 .gutter-bottom.twitter, .doc72884 .zone-2 .gutter-bottom.related-content {
  float: left;
  margin-right: 5%;
  width: 45%;
}

.doc72884 .zone-2 .gutter-bottom.twitter h4, .doc72884 .zone-2 .gutter-bottom.related-content h4 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 1em;
}

.doc72884 .zone-2 .gutter-bottom.twitter .tabs, .doc72884 .zone-2 .gutter-bottom.related-content .tabs {
  display: none;
}

.doc72884 .zone-2 .gutter-bottom.twitter .tab-pane li, .doc72884 .zone-2 .gutter-bottom.related-content .tab-pane li {
  background-size: 100% auto;
}

.doc72884 .zone-2 .gutter-bottom.twitter .tab-pane li .containerOverlay, .doc72884 .zone-2 .gutter-bottom.related-content .tab-pane li .containerOverlay {
  padding-bottom: 10px;
}

.doc72884 .zone-2 .gutter-bottom.twitter .tab-pane li h5, .doc72884 .zone-2 .gutter-bottom.related-content .tab-pane li h5 {
  font-size: 2em;
}

.doc72884 .zone-2 form.analytics-stay-in-the-know {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
}

.doc72884 .zone-2 form.analytics-stay-in-the-know h3 {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .doc72884 .zone-2 {
    width: 90%;
  }
  .doc72884 .zone-2 > .tablet-wide {
    width: auto;
  }
  .doc72884 .zone-2 > .tablet-wide.twitter {
    float: none;
    width: 36%;
  }
  .doc72884 .zone-2 .gutter-bottom.twitter, .doc72884 .zone-2 .gutter-bottom.related-content {
    float: left;
    margin-right: 6%;
  }
  .doc72884 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc72884 .zone-2 .gutter-bottom.related-content.tablet-wide {
    float: left;
    width: 58%;
  }
  .doc72884 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc72884 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li {
    height: 270px;
    width: 100%;
  }
  .doc72884 .zone-2 .twitter-timeline-widget {
    float: left;
    width: 100%;
  }
  .doc72884 .zone-2 .analytics-stay-in-the-know {
    float: left;
    width: 100%;
  }
  .doc72884 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
  }
  .doc72884 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: auto;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .doc72884 .zone-2 .gutter-bottom .tab-content > ul > li {
    height: 220px;
  }
  .doc72884 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc72884 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
    width: 100%;
  }
  .doc72884 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: 56%;
  }
  .doc72884 .zone-2 .analytics-stay-in-the-know form input.txtFld {
    padding: 0.5em 5%;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .doc72884 .zone-2 .gutter-bottom.twitter, .doc72884 .zone-2 .gutter-bottom.related-content {
    float: none;
    width: auto;
  }
  .doc72884 .zone-2 .analytics-stay-in-the-know {
    float: none;
    width: auto;
  }
}

.parentID73005 .zone-title {
  background-color: #000;
  background-image: url(/layout-images/publications/201709palestinecommentaries/hdr_PalestineCommentaries-1680-small.jpg);
  background-repeat: no-repeat;
}

.parentID73005 .zone-title a.tag.gutter-half-bottom.no-text-transform {
  background-color: transparent;
  background-image: url(/layout-images/publications/201709palestinecommentaries/hdr_palestine-title.png);
  background-repeat: no-repeat;
  background-size: auto 100% !important;
  border: none;
  color: transparent !important;
  display: block;
  height: 225px;
  margin: 0 auto;
  position: relative;
  width: 22em;
}

.parentID73005 .zone-title a.tag.gutter-half-bottom.no-text-transform span {
  display: none;
}

.parentID73005 .zone-title .container-title {
  color: #fff;
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .parentID73005 .zone-title .container-title {
    margin-top: 60px !important;
  }
}

.parentID73005 .zone-title .container-title .black-text {
  color: #fff;
}

.parentID73005 .zone-title .container-title .container-summary, .parentID73005 .zone-title .container-title .meta, .parentID73005 .zone-title .container-title .section.meta {
  display: none;
}

@media (max-width: 1024px) {
  .parentID73005 .zone-title .container-title .container-summary, .parentID73005 .zone-title .container-title .meta, .parentID73005 .zone-title .container-title .section.meta {
    display: none !important;
  }
}

.parentID73005 .zone-title .container-title .meta.pub-meta {
  color: white;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 3em;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .parentID73005 .zone-title .container-title .meta.pub-meta {
    display: inline-block !important;
  }
}

.parentID73005 .zone-title .container-title .meta.pub-meta a {
  color: white;
}

.parentID73005 .zone-title .container-title .section.meta {
  display: none;
}

@media (max-width: 1024px) {
  .parentID73005 .zone-title .container-title .section.meta {
    display: none !important;
  }
}

.parentID73005 .zone-1 {
  width: 90%;
}

.parentID73005 .zone-1 h4 {
  color: #000;
  padding-bottom: 2em;
}

.parentID73005 .zone-1 h4 a {
  color: #000;
}

.parentID73005 .zone-1 .button-big {
  background-color: #607288;
}

.parentID73005 .zone-2 {
  display: none;
}

.parentID73005 .table-of-contents, .parentID73005 .center.mobile-only {
  display: none !important;
}

.doc77614 .original-text {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-left: 45px;
  margin-right: 45px;
}

.doc77614 .original-text.gutter-top {
  margin-top: 60px;
}

.doc77614 .original-text h3 {
  margin-left: 0;
}

.doc77614 .original-text h3, .doc77614 .original-text h4 {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
}

.doc77614 .original-text .small-text {
  line-height: 1rem;
}

.doc77614 .text-box {
  background-color: #e6e7e8;
  display: inline-block;
  margin-top: 0;
  width: 100%;
}

.doc77614 .text-box h5 {
  color: #00a79d;
  text-transform: uppercase;
}

.doc77614 .text-box strong {
  color: #929497;
  font-size: 1.3em;
  padding: 0 30px 0 0;
}

.doc77614 .text-box .section {
  margin-top: 0;
}

.doc77614 .arrow-top {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #e6e7e8;
  margin-left: 45px;
}

.doc78072 {
  background-color: #faf6ea;
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-background.png);
  background-position: left top;
  background-repeat: repeat-x;
}

.doc78072 .banner {
  background-color: #faf6ea;
  color: #1f5081;
  font-size: 1rem;
  padding: 15px 0;
}

.doc78072 .banner .foreground {
  text-align: center;
}

.doc78072 .banner.section {
  margin: 0;
}

.doc78072 .banner a:hover {
  text-decoration: none;
}

.doc78072 .banner strong {
  display: block;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  font-size: 2.7rem;
  font-weight: normal;
  text-transform: uppercase;
}

.doc78072 .banner em {
  display: block;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  font-variant: none;
  line-height: 0;
  margin-bottom: 30px;
}

.doc78072 .banner .button {
  font-size: 1.1rem;
  margin: 0 auto  10px auto;
  text-transform: uppercase;
  width: 20%;
}

.doc78072 .banner .button:after {
  display: none;
}

.doc78072 .watermark {
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-watermark.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.doc78072 .zone-title .section {
  margin-top: 0;
}

.doc78072 .zone-title h1 {
  background-color: transparent;
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-top-titles.png);
  background-position: center 65px;
  background-repeat: no-repeat;
  display: block;
  height: 625px;
}

.doc78072 .zone-title--bg {
  background-color: transparent;
  background-image: none;
}

.doc78072 .zone-1 {
  padding-bottom: 30px;
}

.doc78072 .zone-1 .foreground {
  padding: 0;
  max-width: 1028px;
  width: 1028px;
}

.doc78072 .zone-1 .button {
  background-color: #fff;
  border: 3px solid #ef4237;
  border-radius: 0;
  color: #ef4237;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin: 75px auto 52.5px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}

.doc78072 .zone-1 .button::after {
  display: none;
}

.doc78072 .zone-1 .button > span {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.doc78072 .zone-1 .button:hover {
  background-color: #1f5081;
  border-color: #1f5081;
  color: #fff;
}

.doc78072 .zone-1 .container {
  padding: 0 50px;
}

.doc78072 .zone-1 .top-section {
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-foreground_top.png);
  background-position: center -25px;
}

.doc78072 .zone-1 .top-section > .container {
  text-align: center;
}

.doc78072 .zone-1 .top-section .videoEmbed {
  border-bottom: 0;
  margin-bottom: 0;
}

.doc78072 .zone-1 .lower-section {
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-foreground_tile.png);
  background-repeat: repeat-y;
}

.doc78072 .zone-1 .lower-section > .container {
  background-repeat: no-repeat;
}

.doc78072 .zone-1 .lower-section > .container .quotes {
  border-top: 3px solid #faf6ea;
  border-bottom: 3px solid #faf6ea;
  margin-bottom: 45px;
  margin-top: 15px;
  padding: 30px;
}

.doc78072 .zone-1 .lower-section > .container .quotes p {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

.doc78072 .zone-1 .lower-section > .container .quotes p em {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-variant: normal;
}

.doc78072 .zone-1 .lower-section > .container .quotes p .attribute {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  padding-top: 10px;
}

.doc78072 .zone-1 .lower-section > .container .quotes p .attribute > strong {
  color: #000;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0;
}

.doc78072 .zone-1 .lower-section > .container .quotes p .attribute > em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: normal;
}

.doc78072 .zone-1 .lower-section > .container.archive {
  background-color: #e5e5e5;
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-archive-laptop.png);
  background-position: 30px center;
  background-size: auto 270px;
  border-radius: 3px;
  margin: 90px 4vw 30px;
  padding: 30px 30px 15px;
}

.doc78072 .zone-1 .lower-section > .container.archive em {
  display: block;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: normal;
  text-align: center;
}

.doc78072 .zone-1 .lower-section > .container.archive strong, .doc78072 .zone-1 .lower-section > .container.archive p, .doc78072 .zone-1 .lower-section > .container.archive .button {
  margin-left: 480px;
}

.doc78072 .zone-1 .lower-section > .container.archive strong {
  color: #ef4237;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 0.9em;
  padding: 0;
}

.doc78072 .zone-1 .lower-section > .container.archive p {
  color: #1f5081;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
}

.doc78072 .zone-1 .lower-section > .container.archive .button {
  margin-bottom: 15px;
  margin-top: 30px;
}

.doc78072 .zone-1 .lower-section > .container.archive .button.inactive {
  border-color: #e5e5e5;
}

.doc78072 .zone-1 .lower-section > .container.resources {
  text-align: center;
}

.doc78072 .zone-1 .lower-section > .container.resources .button {
  margin: 45px 15px;
}

.doc78072 .zone-1 .lower-section > .container.resources .button:nth-child(5) {
  display: none;
}

.doc78072 .zone-1 .lower-section > .container.resources .section.foreground {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-top: 60px;
  text-align: left;
}

.doc78072 .zone-1 .lower-section > .container.resources .section.foreground h3 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1em;
  margin: 30px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.doc78072 .zone-1 .lower-section > .container.resources .section.foreground h3 em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-variant: normal;
}

.doc78072 .zone-1 .lower-section > .container.resources .section.foreground h4 em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-variant: normal;
}

.doc78072 .zone-1 .lower-section > .container.resources .section.foreground h4 .date, .doc78072 .zone-1 .lower-section > .container.resources .section.foreground h4 .author {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
}

.doc78072 .zone-1 .lower-section > .container.resources .section.foreground h4 .author {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.doc78072 .zone-1 .lower-section > .container.resources .section.foreground p {
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.doc78072 .zone-1 .lower-section > .container.resources .section.foreground p em, .doc78072 .zone-1 .lower-section > .container.resources .section.foreground p i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: normal;
}

.doc78072 .zone-1 .lower-section strong {
  color: #1f5081;
  display: block;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 60px 0 30px 0;
}

.doc78072 .zone-1 .lower-section strong > em, .doc78072 .zone-1 .lower-section strong i {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-variant: normal;
}

.doc78072 .zone-1 .lower-section .cols {
  margin-left: 0;
  margin-right: 0;
}

.doc78072 .zone-1 .lower-section .col-left {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
}

.doc78072 .zone-1 .lower-section .col-right {
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-book.png);
  background-position: 70px top;
  background-repeat: no-repeat;
  min-height: 460px;
  position: relative;
}

.doc78072 .zone-1 .lower-section .col-right .container-push-to-bottom {
  bottom: 0;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
}

.doc78072 .zone-1 .lower-section .col-right .button {
  margin-bottom: 0;
  margin-top: 0;
}

.doc78072 .zone-1 .bottom-section {
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-foreground_bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 330px;
}

.doc78072 .zone-1 .bottom-section > .container {
  text-align: center;
}

.doc78072 .zone-1 .bottom-section .button {
  margin-top: 0;
}

.doc78072 .zone-1 .bottom-section .publisher {
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-logo-rh.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100px auto;
  padding-bottom: 120px;
}

.doc78072 .cta-header {
  display: inline-block;
  text-align: center;
}

.doc78072 .cta-header.section {
  margin-top: 15px;
}

.doc78072 .cta-header strong, .doc78072 .cta-header em {
  color: #fff;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  font-size: 2.5rem;
}

.doc78072 .cta-header em {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
}

.doc78072 .cta-header span {
  color: #fff;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: normal;
}

.doc78072 .cta-header a {
  background-color: rgba(20, 92, 140, 0.75);
  border-radius: 3px;
  display: block;
  padding: 30px 45px;
}

.doc78072 .cta-header a:hover {
  background-color: #1f5081;
  text-decoration: none;
}

.doc78072 .slide-in-detail {
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 95vw;
  z-index: 99;
}

@media (max-width: 1024px) {
  .doc78072 .slide-in-detail {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}

.doc78072 .slide-in-detail .panel-container {
  background: #fff;
  background-image: url(/layout-images/publications/20190312backchannel/paper-edge-vertical.png);
  background-position: left top;
  background-repeat: repeat-y;
  -webkit-box-shadow: 0 -8px 8px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -8px 8px 10px rgba(0, 0, 0, 0.5);
  display: block;
  height: 100vh;
  overflow-y: scroll;
  position: relative;
  –webkit-overflow-scrolling: touch;
  width: 100%;
  z-index: 999;
}

.doc78072 .slide-in-detail .panel-container .section {
  padding: 100px 1em 1em 120px;
}

.doc78072 .slide-in-detail .panel-container > .foreground {
  max-width: 900px;
}

.doc78072 .slide-in-detail .panel-container .close-button {
  bottom: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, white, transparent);
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
  background: linear-gradient(to top, white, transparent);
  /* Standard syntax (must be last) */
}

.doc78072 .slide-in-detail .panel-container .close-button button.close-panel {
  margin-bottom: 30px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  left: 45%;
  position: relative;
  text-transform: uppercase;
}

.doc78072 .slide-in-detail .panel-container .close-button button.close-panel:after {
  border: none;
}

.doc78072 .slide-in-detail .panel-container .close-button button.close-panel .icon-cancel-circle {
  padding-left: 1em;
}

@media (max-width: 767px) {
  .doc78072 .slide-in-detail .panel-container .close-button {
    padding-bottom: 10px;
  }
  .doc78072 .slide-in-detail .panel-container .close-button button.close-panel {
    left: 0;
    margin: 0 auto;
    position: inline-block;
  }
}

@media (max-width: 1024px) {
  .doc78072 .zone-1 .lower-section > .container.archive {
    background-size: auto 24vw;
  }
  .doc78072 .zone-1 .lower-section > .container.archive strong, .doc78072 .zone-1 .lower-section > .container.archive p, .doc78072 .zone-1 .lower-section > .container.archive .button {
    margin-left: 42vw;
  }
  .doc78072 .slide-in-detail .panel-container > .foreground {
    max-width: auto;
    width: auto;
  }
}

@media (max-width: 768px) {
  .doc78072 .zone-1 {
    padding-bottom: 0;
  }
  .doc78072 .zone-1 .foreground {
    width: 90vw;
  }
  .doc78072 .zone-1 .top-section, .doc78072 .zone-1 .lower-section, .doc78072 .zone-1 .bottom-section {
    background-size: 100% auto;
  }
  .doc78072 .zone-1 .lower-section > .container {
    padding-bottom: 120px;
  }
  .doc78072 .zone-1 .lower-section > .container.archive {
    background-position: center 120px;
    background-size: auto 30vw;
    text-align: center;
  }
  .doc78072 .zone-1 .lower-section > .container.archive strong, .doc78072 .zone-1 .lower-section > .container.archive p, .doc78072 .zone-1 .lower-section > .container.archive .button {
    margin-left: 0;
  }
  .doc78072 .zone-1 .lower-section > .container.archive p {
    padding-top: 26vh;
    text-align: left;
  }
  .doc78072 .zone-1 .lower-section > .container.archive .button {
    margin-top: 10px;
  }
  .doc78072 .zone-1 .lower-section > .container.reviews h3 {
    width: 65%;
  }
  .doc78072 .zone-1 .lower-section .col {
    float: none;
    width: auto;
  }
  .doc78072 .zone-1 .lower-section .col.col-right {
    background-position: 30px 50px;
  }
  .doc78072 .zone-1 .lower-section .col.col-right .container-push-to-bottom {
    top: 40%;
    left: 23%;
  }
}

@media (max-width: 767px) {
  .doc78072 {
    background-size: auto 400px;
  }
  .doc78072 .banner strong {
    line-height: 0.9em;
    margin-top: 10px;
    font-size: 2rem;
  }
  .doc78072 .banner em {
    font-size: 1.4rem;
    line-height: 1.1em;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .doc78072 .banner .button {
    width: 50%;
  }
  .doc78072 .watermark {
    background-size: auto 700px;
  }
  .doc78072 .zone-title h1 {
    background-position: center 45px;
    background-size: 80% auto;
    height: 326px;
  }
  .doc78072 .zone-1 .container {
    padding: 0 25px;
  }
  .doc78072 .zone-1 .top-section {
    background-position: center top;
  }
  .doc78072 .zone-1 .lower-section > .container strong {
    font-size: 1.3rem;
    padding-top: 30px;
  }
  .doc78072 .zone-1 .lower-section > .container .quotes p {
    font-size: 1.1rem;
  }
  .doc78072 .zone-1 .lower-section > .container .quotes p span {
    font-size: 0.9rem;
  }
  .doc78072 .zone-1 .lower-section > .container.archive {
    background-position: center 180px;
    background-size: auto 22%;
  }
  .doc78072 .zone-1 .lower-section > .container.archive strong {
    font-size: 4rem;
    line-height: 0.9em;
    padding-top: 15px;
  }
  .doc78072 .zone-1 .lower-section > .container.archive p {
    font-size: 1rem;
  }
  .doc78072 .zone-1 .lower-section > .container.reviews h3 {
    font-size: 1.3rem;
    width: auto;
  }
  .doc78072 .zone-1 .lower-section > .container.reviews p {
    font-size: 1rem;
  }
  .doc78072 .zone-1 .lower-section .col.col-left {
    font-size: 1.1rem;
  }
  .doc78072 .zone-1 .lower-section .col.col-right {
    background-position: 50px 40px;
    background-size: auto 80vw;
  }
  .doc78072 .zone-1 .lower-section .col.col-right .container-push-to-bottom {
    position: relative;
    top: 55vh;
    left: 0;
  }
  .doc78072 .zone-1 .bottom-section {
    height: auto;
  }
  .doc78072 .zone-1 .bottom-section > .container {
    padding-top: 30px;
  }
  .doc78072 .slide-in-detail .panel-container {
    background-position: -40px top;
  }
  .doc78072 .slide-in-detail .panel-container .section {
    padding-left: 60px;
  }
}

.doc71362 .pub-meta .list-across-spaced, .doc77044 .pub-meta .list-across-spaced {
  display: none;
}

.doc77406 label {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.doc77406 select {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin: 10px;
  padding: 2px 5px;
}

.doc77406 #IndiaStateImageSwap-doc77406 .contentImg.wide {
  padding-top: 5px;
}

.doc81658 #EUMaps-doc81658 label {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  color: #00a79d;
}

.doc79711.show .zone-title .container-headline .post-date {
  display: none;
}

.MoonNorthKorea-doc77946 li {
  font-size: 0.7em;
  line-height: 1.2em;
  opacity: 0.5;
}

.MoonNorthKorea-doc77946 li.active {
  opacity: 1;
}

.doc78737 svg.rollover .cls-0, .doc78737 svg.rollover .cls-1, .doc78737 svg.rollover .cls-2, .doc78737 svg.rollover .cls-3, .doc78737 svg.rollover .cls-4, .doc78737 svg.rollover .cls-5, .doc78737 svg.rollover .cls-6, .doc78737 svg.rollover .cls-7, .doc78737 svg.rollover .cls-23, .doc78737 svg.rollover .cls-24 {
  fill: #e5e5e5;
  stroke: #929497;
}

.doc78737 svg.rollover *[data-name="text-description"] path, .doc78737 svg.rollover #text-description path, .doc78737 svg.rollover #text-description-222 path, .doc78737 svg.rollover #text-description-333 path {
  fill: #000;
}

.doc78737 svg .cls-1.active {
  fill: #D0D8DF;
}

.doc78737 svg .cls-2.active {
  fill: #4E6B88;
}

.doc78737 svg .cls-3.active {
  fill: #00A79D;
}

.doc78737 svg .cls-4.active {
  fill: #002548;
}

.doc78737 svg .cls-5.active {
  fill: #FBB043;
}

.doc78737 svg .cls-6.active {
  fill: #006098;
}

.doc78737 svg .cls-7.active {
  fill: #EF4136;
}

.doc78737 svg .cls-24.active {
  fill: #7E8183;
}

.doc78737 svg *[data-name="text-description"].active path, .doc78737 svg #text-description.active path, .doc78737 svg #text-description-222.active path, .doc78737 svg #text-description-333.active path {
  fill: #fff;
}

.doc78737 .rok-dark-blue {
  background-color: #9bc3e7;
}

.doc78737 .rok-light-blue {
  background-color: #d7e8f7;
}

.doc78737 .rok-white {
  background-color: #fff;
}

.doc78737 .table-title {
  text-transform: uppercase;
}

.doc78737 .table-title strong {
  text-transform: none;
}

.doc78737 .zone-1 table td {
  line-height: 1.4rem;
}

.doc78737 .key {
  display: block;
  clear: both;
  margin-bottom: 30px;
  text-transform: none;
}

.doc78737 .key > div {
  display: inline-block;
  float: right;
  margin-left: 15px;
}

.doc78737 .key > div .sample {
  border: 1px solid #929497;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}

.doc78737 .small-text {
  line-height: 1rem;
}

.doc78737 .accordion-trigger {
  color: #000;
  background-color: #e6e7e8;
  text-transform: none;
}

.doc78737 .accordion-trigger::after {
  content: none;
}

.doc78737 .accordion-trigger::before {
  border: 1px solid #000;
  border-radius: 50%;
  content: "+";
  display: inline;
  font-size: 15px;
  line-height: 15px;
  margin-right: 15px;
  padding: 5px 8px;
  position: relative;
}

.doc78737 .accordion-trigger.active::before {
  content: "-";
  padding: 5px 9px;
}

.doc78737 .accordion-content td:not(:first-child) {
  border-left: 1px solid #929497;
}

.doc78737 .accordion-content td:not(:last-child) {
  border-right: 1px solid #929497;
}

.doc78737 .accordion-content tr:not(:first-child) td {
  border-top: 1px solid #929497;
  border-bottom: none;
}

.doc78737 .accordion-content tr:first-child td {
  border-bottom: 1px solid #929497;
}

.doc79008.show-research .headline {
  color: #00a79d;
  text-transform: uppercase;
}

.doc79008.show-research .headline span {
  color: #062544;
  display: block;
  font-size: .7em;
  margin-top: 15px;
}

.doc79008.show-research .meta.pub-meta.section {
  margin-bottom: 0;
}

.doc79008.show-research .meta-heading {
  color: #062544;
  letter-spacing: normal;
  text-transform: none;
}

.doc79008.show-research .zone-title .button, .doc79008.show-research .button {
  background-color: #00a79d;
  color: #fff;
}

.doc79008.show-research .zone-title .button::after, .doc79008.show-research .button::after {
  content: none;
}

.doc79008.show-research .big-cover-image-background {
  background-image: url(/layout-images/publications/20190430europeanreformists/CoverBackground.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.doc79008.show-research .big-cover-image-background .big-cover-image {
  background-image: url(/layout-images/publications/20190430europeanreformists/CoverImg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 65vh;
  margin: 0 auto;
  position: relative;
  width: 50vw;
}

.doc79008.show-research .zone-1 .main-gutters {
  margin-top: 30px;
}

.doc79008.show-research .article-body {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.doc79008.show-research .article-body .center a.button {
  background-color: #00a79d;
  color: #fff;
  margin: 30px 0;
  text-transform: uppercase;
}

.doc79008.show-research .article-body .center a.button::after {
  content: none;
}

@media (max-width: 1024px) {
  .doc79008.show-research .big-cover-image-background .big-cover-image {
    background-size: 100% auto;
  }
}

@media (max-width: 768px) {
  .doc79008.show-research .big-cover-image-background .big-cover-image {
    height: 40vh;
  }
}

@media (max-width: 767px) {
  .doc79008.show-research .big-cover-image-background {
    background-size: auto 100%;
  }
  .doc79008.show-research .big-cover-image-background .big-cover-image {
    height: 42vh;
    width: 82vw;
  }
}

.show.doc79105 .fullWidth {
  background: #6e2358;
  clear: both;
  color: #fff;
  display: block;
  float: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4em;
  margin-bottom: 30px;
  margin-left: calc(calc(880px - 100vw)/2);
  margin-right: calc(calc(880px - 100vw)/2);
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  width: auto;
}

@media (max-width: 1024px) {
  .show.doc79105 .fullWidth {
    margin-left: calc(calc((calc(100vw - 150px) - 100vw)/2));
    margin-right: calc(calc((calc(100vw - 150px) - 100vw)/2));
  }
}

@media (max-width: 767px) {
  .show.doc79105 .fullWidth {
    margin-left: 0;
    margin-right: 0;
  }
}

.show.doc79105 .fullWidth h3 {
  color: #fff;
  margin-bottom: 15px;
  margin-left: 0;
  text-transform: none;
  width: auto;
}

.show.doc79105 .fullWidth h3 span {
  background-color: #00a79d;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 7.5px;
}

.show.doc79105 .fullWidth h4 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 15px;
  padding: 0;
  text-transform: none;
  width: auto;
}

.show.doc79105 .bordered-box {
  border: 2px solid #fff;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-bottom: 60px;
  margin-top: 30px;
  padding: 7.5px 15px;
  width: auto;
}

.show.doc79105 .button {
  background-color: #e6e7e8;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
}

.show.doc79105 .button.active {
  background-color: #FAAF43;
}

.show.doc79105 .button::after {
  content: none;
}

.show.doc79105 .legend li {
  display: inline-block;
  float: none;
  font-size: 20px;
  line-height: 20px;
  margin-right: 30px;
}

.show.doc79105 .legend li:last-child {
  margin-right: 0;
}

.show.doc79105 .legend .text {
  display: inline-block;
}

.show.doc79105 .parties li {
  display: block;
  float: none;
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0 30px 15px 0;
}

@media (max-width: 1024px) {
  .show.doc79105 .parties div.col-80 {
    width: 70%;
  }
}

.show.doc79105 .parties .text {
  display: inline;
  text-align: left;
}

@media (max-width: 767px) {
  .show.doc79105 .fullWidth .center .col.col-25 {
    float: left;
    width: 50% !important;
  }
  .show.doc79105 .fullWidth .center .col.col-25 .gutters {
    margin-left: 15px;
    margin-right: 15px;
  }
  .show.doc79105 .fullWidth .center .col.col-25 .circle {
    width: 20px !important;
  }
  .show.doc79105 .fullWidth .center .col.col-25 .text {
    display: inline-block;
  }
  .show.doc79105 .parties li {
    margin-bottom: 30px;
  }
}

.show.doc79105 .footnotes {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin-top: 30px;
}

.show.doc79105 .footnote2019, .show.doc79105 .footnotes > div {
  display: none;
}

.show.doc79105 .footnote2019.active, .show.doc79105 .footnotes > div.active {
  display: block;
}

.show.doc79105 .circle {
  border-radius: 50%;
  float: left;
  height: 20px;
  margin: auto 15px auto 0;
  width: 20px;
}

.show.doc79105 .circle.circle-orange {
  background-color: #FAAF43;
}

.show.doc79105 .circle.circle-teal {
  background-color: #00a79d;
}

.show.doc79105 .circle.circle-gray {
  background-color: #e6e7e8;
}

.show.doc79105 .circle.circle-orange-gray {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FAAF43), color-stop(50%, #e6e7e8));
  background: -o-linear-gradient(left, #FAAF43 50%, #e6e7e8 50%);
  background: linear-gradient(90deg, #FAAF43 50%, #e6e7e8 50%);
}

.show.doc79105 .circle.circle-teal-gray {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00a79d), color-stop(50%, #e6e7e8));
  background: -o-linear-gradient(left, #00a79d 50%, #e6e7e8 50%);
  background: linear-gradient(90deg, #00a79d 50%, #e6e7e8 50%);
}

.show.doc79105 .accordion-trigger {
  border-radius: 0;
  color: #fff;
  padding: 0.2em;
  text-transform: none;
}

.show.doc79105 .accordion-trigger.orange {
  background-color: #FAAF43;
}

.show.doc79105 .accordion-trigger.teal {
  background-color: #00a79d;
}

.show.doc79105 .accordion-trigger.gray {
  background-color: #e5e5e5;
  color: #000;
}

.show.doc79105 .accordion-trigger::after {
  content: none;
}

.show.doc79105 .accordion-content table {
  color: #000;
  width: 100%;
}

.show.doc79105 .accordion-content table td {
  font-size: 0.7rem;
  line-height: 1rem;
  padding: 5px;
}

.show.doc79105 .accordion-content table thead td {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.show.doc79105 .alliance-slide-out {
  background: #fff;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 15px;
  position: absolute;
  right: 9px;
  top: 50%;
}

.show.doc79105 .alliance-slide-out span {
  padding-left: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 1024px) {
  .show.doc79105 .alliance-slide-out {
    right: 0;
    padding-left: 0;
  }
}

.show.doc79105 .slide-in-detail {
  display: none;
  height: auto;
  position: fixed;
  right: 0;
  top: 15%;
  width: 35vw;
  z-index: 99;
}

@media (max-width: 1024px) {
  .show.doc79105 .slide-in-detail {
    z-index: 999;
  }
}

.show.doc79105 .slide-in-detail .panel-container {
  background: #fff;
  display: block;
  height: 80vh;
  overflow-y: scroll;
  padding: 1em;
  position: relative;
  –webkit-overflow-scrolling: touch;
  z-index: 999;
}

.show.doc79105 .slide-in-detail .panel-container span.close-button {
  color: #000;
  display: inline-block;
  font-size: 0.9rem;
  left: 2px;
  line-height: 1.3em;
  padding: 0px;
  position: absolute;
  top: 2px;
}

.show.doc79105 .nda.accordion-content {
  display: block;
}

.show.doc79105 tr.only2019 {
  display: none;
}

@media (max-width: 767px) {
  .show.doc79105 .alliance-slide-out {
    background-color: #6e2358;
    color: #fff;
    margin-top: 60px;
    position: relative;
    right: 0;
    text-transform: uppercase;
  }
  .show.doc79105 .alliance-slide-out span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .show.doc79105 .slide-in-detail {
    display: block;
    margin: 0 5%;
    position: relative;
    width: 90%;
  }
  .show.doc79105 .slide-in-detail .panel-container {
    height: auto;
  }
  .show.doc79105 .slide-in-detail .panel-container span.close-button {
    display: none;
  }
}

.show-research.doc80328 .frst-timeline-img.gold span {
  background: #a28556;
  border: 3px solid #a28556;
}

.show-research.doc80328 .frst-timeline-content-inner.no-img {
  border: none;
  padding-top: 8px;
}

.show-research.doc80328 .frst-timeline-content-inner.no-img::before {
  border: none;
}

.show-research.doc80328 .frst-timeline-content-inner.no-img .red {
  color: red;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.show-research.doc80328 .frst-timeline-content-inner.no-img em {
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 1.1em;
}

.show-research.doc80328 .frst-timeline-content-inner.no-img p {
  margin-bottom: 1em;
  color: #000;
}

.show-research.doc80328 .frst-timeline-content-inner.no-img p i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.show-research.doc80328 .frst-timeline-content-inner.no-img .frst-date {
  border: 2px solid #a28556;
  padding: 30px;
  position: absolute;
  border-radius: 4px;
  left: -600px;
  width: 460px;
}

.show-research.doc80328 .frst-timeline-content-inner.no-img .frst-date .caption {
  color: #a28556;
  font-size: 0.6em;
  line-height: 1.1em;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.show-research.doc80328 .frst-timeline-content-inner.no-img .frst-date::before {
  content: "";
  border-style: solid;
  border-color: transparent;
  border-width: 10px 0 10px 11px;
  border-left-color: #a28556;
  left: auto;
  right: -11px;
  top: 10px;
  position: absolute;
}

.show-research.doc80328 .frst-timeline-content-inner.no-img .frst-date::after {
  content: "";
  border-style: solid;
  border-color: transparent;
  border-width: 8px 0 8px 9px;
  border-left-color: #fff;
  left: auto;
  right: -8px;
  top: 12px;
  position: absolute;
}

@media (max-width: 1024px) {
  .show-research.doc80328 .frst-timeline-content-inner.no-img .frst-date {
    left: -400px;
    width: 260px;
  }
}

@media (max-width: 767px) {
  .show-research.doc80328 .frst-timeline-content-inner.no-img .frst-date {
    padding: 15px;
    position: relative;
    left: 0;
    width: 200px;
  }
  .show-research.doc80328 .frst-timeline-content-inner.no-img .frst-date::before {
    border-left-color: transparent;
    border-right-color: #a28556;
    border-width: 10px 11px 10px 0px;
    left: -11px;
    right: auto;
  }
  .show-research.doc80328 .frst-timeline-content-inner.no-img .frst-date::after {
    border-width: 8px 9px 8px 0px;
    border-left-color: transparent;
    border-right-color: #fff;
    left: -8px;
    right: auto;
  }
}

.show.doc82286 .zone-1 .article-body .top-boxes h4, .show.doc82821 .zone-1 .article-body .top-boxes h4, .show.doc82720 .zone-1 .article-body .top-boxes h4 {
  padding: 15px 0;
}

.show.doc82286 .zone-1 .article-body .top-boxes p, .show.doc82821 .zone-1 .article-body .top-boxes p, .show.doc82720 .zone-1 .article-body .top-boxes p {
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.show.doc82286 .zone-1 .article-body .top-boxes .more-less-trigger, .show.doc82821 .zone-1 .article-body .top-boxes .more-less-trigger, .show.doc82720 .zone-1 .article-body .top-boxes .more-less-trigger {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.show.doc82819 h4.background {
  background-repeat: no-repeat;
  padding-left: 120px;
}

.show.doc82819 h4.background.scenario1 {
  background-image: url(https://ceipimg.s3.amazonaws.com/static/2020-BatemanCyberInsurance/202010-Bateman-Sc-1.png);
}

.show.doc82819 h4.background.scenario2 {
  background-image: url(https://ceipimg.s3.amazonaws.com/static/2020-BatemanCyberInsurance/202010-Bateman-Sc-2.png);
}

.show.doc82819 h4.background.scenario3 {
  background-image: url(https://ceipimg.s3.amazonaws.com/static/2020-BatemanCyberInsurance/202010-Bateman-Sc-3.png);
}

.show.doc82819 h4.background.scenario4 {
  background-image: url(https://ceipimg.s3.amazonaws.com/static/2020-BatemanCyberInsurance/202010-Bateman-Sc-4.png);
}

.show.doc82819 h4.background.scenario5 {
  background-image: url(https://ceipimg.s3.amazonaws.com/static/2020-BatemanCyberInsurance/202010-Bateman-Sc-5.png);
}

.show.doc82819 h4.background.scenario6 {
  background-image: url(https://ceipimg.s3.amazonaws.com/static/2020-BatemanCyberInsurance/202010-Bateman-Sc-6.png);
}

.show.doc82819 h4.background.scenario7 {
  background-image: url(https://ceipimg.s3.amazonaws.com/static/2020-BatemanCyberInsurance/202010-Bateman-Sc-7.png);
}

.show.doc82819 h4.background.scenario8 {
  background-image: url(https://ceipimg.s3.amazonaws.com/static/2020-BatemanCyberInsurance/202010-Bateman-Sc-8.png);
}

.show.doc82863 .zone-title > .section {
  background-position: left center;
}

.show-research.doc83105 .article-body .highlight-color, .show-research.parentID83105 .article-body .highlight-color {
  color: #00a79d;
}

.show-research.doc83105 .article-body .teal-top-bottom-border, .show-research.parentID83105 .article-body .teal-top-bottom-border {
  border-bottom: #003A63 6px solid;
  border-top: #003A63 3px solid;
  padding: 45px 0 30px 0;
}

.show-research.doc83105 .article-body .teal-top-bottom-border h4, .show-research.parentID83105 .article-body .teal-top-bottom-border h4 {
  color: #003A63;
  padding-top: 0;
}

.show-research.doc83105 .article-body .teal-top-bottom-border p, .show-research.parentID83105 .article-body .teal-top-bottom-border p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.show-research.doc83105 .article-body .highlight, .show-research.parentID83105 .article-body .highlight {
  border: none;
  color: #fff;
  display: block;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  margin: 0 0 1em 0;
  padding: 0;
}

.show-research.doc83105 .article-body .highlight span, .show-research.parentID83105 .article-body .highlight span {
  background-color: #00a79d;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #00a79d;
  color: #fff;
  line-height: 2.5rem;
  padding: 5px;
}

.show-research.doc83105 .article-body .border-focus, .show-research.parentID83105 .article-body .border-focus {
  margin: 30px 0;
}

.show-research.doc83105 .article-body .border-focus .gutters, .show-research.parentID83105 .article-body .border-focus .gutters {
  padding: 30px;
}

.show-research.doc83105 .article-body .clean-list ul li, .show-research.parentID83105 .article-body .clean-list ul li {
  margin-bottom: 15px;
}

.show-research.doc83408 .frst-timeline-style-8 .frst-labels span {
  background: #00a79d;
}

.show-research.doc83408 .frst-timeline-style-8 .frst-timeline-block::before {
  background: #00a79d;
}

.show-research.doc83408 .frst-timeline-style-8 .frst-date, .show-research.doc83408 .frst-timeline-style-8 .frst-timeline-content {
  color: #000;
}

.show-research.doc83408 .frst-timeline-style-8 .frst-timeline-content-inner {
  border: 1px solid #000;
}

.show-research.doc83408 .frst-timeline-style-8 .frst-timeline-content-inner::before {
  border-width: 9px 11px 10px 0;
  border-right-color: #000;
}

.show-research.doc83408 .frst-timeline-style-8.frst-alternate .frst-odd-item .frst-timeline-content-inner::before {
  border-width: 9px 0 10px 11px;
  border-right-color: #000;
}

.show-research.doc83408 .frst-timeline-content-inner .reveal-this .hide-me {
  display: none;
}

.show-research.parentID83576 .article-body .padded-less.border-focus {
  margin: 60px 0;
}

.site-logo {
  background-image: url(/layout-images/header-logo-brussels-en.png);
}

.header-wrap .first-level .blog--se > a {
  padding: 23px 17px;
  padding: 1.35rem 1rem;
}

.header-wrap .blog--se a > .logo {
  background-image: url(/layout-images/footerLogo_strategiceurope.png);
  margin-top: 2px;
  height: 20px;
  width: 166px;
}

.footer-logo {
  background-image: url(/layout-images/sprite_logos-footer.png);
  background-position: 0px -300px;
  height: 36px;
  width: 148px;
}

.footer-logo:hover, .footer-logo:focus {
  background-position: -0px -350px;
}

.blog-strategiceurope .desktop-nav a {
  padding: 10px;
}

.blog-strategiceurope .blog-zone-title__logo {
  background-image: url(/layout-images/blogs/strategic-europe/Strategic-Europe-Logo.png);
  background-position: 0 center;
  background-size: 65% auto;
  height: 110px;
}

@media (max-width: 767px) {
  .blog-strategiceurope .blog-zone-title__logo {
    height: 40px;
  }
}

.blog-strategiceurope .blog-zone-title {
  background-image: url(/layout-images/blogs/strategic-europe/bg_zone_SE.png);
  background-size: auto 120%;
  background-repeat: repeat-x;
}

.blog-strategiceurope .blog-post-nav a,
.blog-strategiceurope .zone-title__nav {
  background-color: #fce444;
  border-radius: 0;
}

.blog-strategiceurope .blog-post-nav a {
  color: #000;
}

.blog-strategiceurope .zone-title__nav .active,
.blog-strategiceurope .zone-title__nav .mega-menu {
  background-color: #000;
}

.blog-strategiceurope .zone-title__nav .active a,
.blog-strategiceurope .zone-title__nav .mega-menu a {
  color: #fff;
}

.blog-strategiceurope .zone-title__nav .mega-menu {
  -webkit-box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.blog-strategiceurope .zone-title__nav a {
  color: #000;
}

.blog-strategiceurope .zone-title__nav button {
  background-color: #000;
}

.blog-strategiceurope .blog-search {
  max-width: 220px;
}

.blog-strategiceurope .blog-post-nav a:hover,
.blog-strategiceurope .zone-title__nav a:hover {
  background-color: #000;
  color: #fff;
}

.blog-strategiceurope .zone-title--has-nav {
  border-color: #fce444;
}

.blog-strategiceurope.home .blog-zone-feature {
  -webkit-box-shadow: 0 -200px 80px -50px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 -200px 80px -50px rgba(0, 0, 0, 0.8) inset;
}

.blog-strategiceurope .app-links__thumbnail {
  background-position: 0px -300px;
}

.blog-strategiceurope .primary-color {
  color: #073f6d;
}

.blog-strategiceurope .secondary-color {
  color: #fce444;
}

.blog-strategiceurope .category-label {
  background-color: #cab636;
}

.blog-strategiceurope h4.author {
  padding: 1em 0 0.5em 0;
}

.blog-strategiceurope h4.author span.title {
  border-left: 1px solid #666666;
  color: #666666;
  font-size: 0.8em;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
}

.blog-strategiceurope .avatar {
  background-color: transparent;
  border-color: transparent;
}

.blog-strategiceurope .clean-list .component .fullanswer {
  display: none;
}

.blog-strategiceurope .home-list-image {
  position: relative;
}

.blog-strategiceurope .judy-asks-banner {
  background-image: url("/layout-images/blogs/strategic-europe/JudyAsks-img-logo.png");
  background-repeat: no-repeat;
  background-size: 50% auto;
  border: 0 none;
  display: block;
  height: 1.5em;
  position: absolute;
  top: 0.5em;
  width: 15em;
}

.blog-strategiceurope .judy-asks-banner.no-image {
  background-size: 100% auto;
  float: left;
  margin-right: 1em;
  position: relative;
  top: 0;
  width: 8em;
}

.blog-strategiceurope .capital-series-banner {
  background-image: url("/layout-images/blogs/strategic-europe/CapitalsSeries-img-logo.png");
  background-repeat: no-repeat;
  background-size: 50% auto;
  border: 0 none;
  display: block;
  height: 1.5em;
  position: absolute;
  top: 0.5em;
  width: 15em;
}

.blog-strategiceurope .capital-series-banner.no-image {
  background-size: 100% auto;
  float: left;
  margin-right: 1em;
  position: relative;
  top: 0;
  width: 8em;
}

.blog-strategiceurope .washington-series-banner {
  background-image: url("/layout-images/blogs/strategic-europe/LetterFromWashington-img-logo.png");
  background-repeat: no-repeat;
  background-size: 80% auto;
  border: 0 none;
  display: block;
  height: 1.5em;
  position: absolute;
  top: 0.5em;
  width: 15em;
}

.blog-strategiceurope .washington-series-banner.no-image {
  background-size: 100% auto;
  float: left;
  margin-right: 1em;
  position: relative;
  top: 0;
  width: 11em;
}

.blog-strategiceurope .msc-series-banner {
  background-image: url("/layout-images/blogs/strategic-europe/MSC-img-logo.png");
  background-repeat: no-repeat;
  background-size: 65% auto;
  border: 0 none;
  display: block;
  height: 1.5em;
  position: absolute;
  top: 0.5em;
  width: 15em;
}

.blog-strategiceurope .msc-series-banner.no-image {
  background-size: 100% auto;
  float: left;
  margin-right: 1em;
  position: relative;
  top: 0;
  width: 9.5em;
}

.blog-strategiceurope .blog-post-title a {
  color: #000;
}

.blog-strategiceurope .zone-1 .feature p {
  font-size: 1.2rem;
  line-height: 1.25em;
}

.blog-strategiceurope .zone-1 .zone-top {
  margin-bottom: 15px;
  margin-top: 15px;
}

.blog-strategiceurope .zone-1 .zone-top h2 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 22px;
  width: 100%;
}

.blog-strategiceurope .zone-1 .feature .h2.blog-post-title {
  font-size: 2.4rem;
}

.blog-strategiceurope .zone-1 .feature p {
  font-size: 1.2rem;
  line-height: 1.25em;
}

.blog-strategiceurope .zone-1 .feature .meta.tags {
  font-size: 0.7rem;
  line-height: 1.1em;
  text-transform: uppercase;
}

.blog-strategiceurope .zone-1 .clean-list .meta.component {
  margin-bottom: 5px;
}

.blog-strategiceurope .zone-1 .clean-list .meta .date {
  font-size: 0.7rem;
  line-height: 1.1em;
  margin-bottom: 5px;
}

.blog-strategiceurope .zone-1 .clean-list .meta.tags {
  font-size: 0.7rem;
  line-height: 1.25em;
  text-transform: uppercase;
}

.blog-strategiceurope .zone-1 .clean-list .meta.tags .list-across li {
  margin-bottom: 0px;
}

.blog-strategiceurope .zone-1 .clean-list p {
  line-height: 1.25em;
}

.blog-strategiceurope .zone-promo {
  background-color: #e4e3dd;
  width: 100%;
}

.blog-strategiceurope .zone-promo.section {
  margin-bottom: 60px;
}

.blog-strategiceurope .zone-promo .box {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.blog-strategiceurope .zone-promo .box h4 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.blog-strategiceurope .zone-promo .box h4 em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.blog-strategiceurope .zone-promo .box p em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.blog-strategiceurope .zone-promo .box.padded-less {
  padding-bottom: 0;
}

.blog-strategiceurope .zone-promo .box.box--about-text h4 {
  font-size: 1.4rem;
}

.blog-strategiceurope .zone-promo .box.box--about-text .avatar--biggest {
  -webkit-box-shadow: 0 0 15px 15px #fff inset;
  box-shadow: 0 0 15px 15px #fff inset;
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.blog-strategiceurope .zone-promo .engage-lockup {
  background-color: #fff;
}

.blog-strategiceurope .zone-promo .col-40.component {
  margin-bottom: 0;
}

.blog-strategiceurope .zone-promo .share-menu h4 {
  float: left;
}

.blog-strategiceurope .zone-promo .share-menu ul {
  margin-left: 0;
  float: right;
}

.blog-strategiceurope .zone-promo .share-menu li {
  display: table;
  float: left;
  text-align: center;
  width: 50%;
}

.blog-strategiceurope .zone-promo .share-menu li a {
  background: transparent url("/layout-images/sprite_follow-icons.png") no-repeat scroll center 0;
  color: #062544;
  display: block;
  padding: 2.9em 0.4em 0.3em;
  width: 80px;
}

.blog-strategiceurope .zone-promo .share-menu li a:hover {
  background-color: #fff;
  text-decoration: none;
}

.blog-strategiceurope .zone-promo .share-menu li#twitter a {
  background-position: center -118px;
}

.blog-strategiceurope .zone-promo .share-menu li#facebook a {
  background-position: center -182px;
}

.blog-strategiceurope .zone-3 .section-title {
  width: 96%;
}

.blog-strategiceurope .zone-3 .avatar {
  background-image: none;
  border-color: #073f6d;
}

.zone-title--strategiceurope-confirm {
  background-image: url(/layout-images/campaign-assets/banner-strategic-europe.jpg);
}

.judy-heading {
  background-image: url(/layout-images/blogs/strategic-europe/dempsey_illustration.png);
  background-position: bottom right 15%;
  background-repeat: no-repeat;
  height: 278px;
  top: 5px;
}

.judy-heading__heading {
  position: absolute;
  bottom: 15%;
  left: 30px;
}

.judy-heading__heading em {
  font-size: 80%;
  line-height: 0.5;
}

.feature-box h3 {
  background-color: #fce444;
  color: #073f6d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  line-height: 0.9em;
  padding: 0.5em 5% 0.7em 5%;
  text-transform: uppercase;
  width: 90 .feature-box h3;
}

.feature-box h3 em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-style: normal;
}

.feature-box h3 strong {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
}

.feature-box.feature-box--recent-writers h3, .feature-box.feature-box--most-popular h3 {
  background-color: #073f6d;
  color: #fce444;
}

.feature-box ul li, .feature-box ol li {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-bottom: 1em;
}

.feature-box ul li a, .feature-box ul li a:hover, .feature-box ol li a, .feature-box ol li a:hover {
  color: #000;
}

.feature-box ul li h4, .feature-box ol li h4 {
  margin-bottom: 0.1em;
}

.feature-box.feature-box--most-popular .meta li {
  margin: 0;
}

.feature-box.feature-box--most-popular .meta li.author {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.feature-box.feature-box--most-popular .meta li.date {
  font-size: 0.7rem;
}

.feature-box.feature-box--recent-writers li {
  margin-bottom: 2em;
}

.feature-box.feature-box--recent-writers li .roman-normal-bold {
  line-height: 1.2em;
}

.feature-box ol {
  font-size: 1.4rem;
  margin-left: 1em;
}

.feature-box form.stay-in-the-know {
  background: none;
}

.brussels .landing.anniversary .zone-title--about {
  background-image: url("/layout-images/ce/anniversary.jpg");
  height: 300px;
}

.brussels .landing.anniversary .section-inner {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 2em;
  line-height: 1.4em;
  margin: 0;
  padding-top: 2.5em;
  width: auto;
}

.brussels .landing.anniversary .section-inner p.title-banner {
  font-size: 1.9em;
  font-weight: bold;
  line-height: 1.3em;
  margin-left: 48px;
  width: 100%;
}

.brussels .landing.anniversary .section-title__thumbnail {
  max-width: 330px;
  margin-left: 48px;
}

@media (max-width: 767px) {
  .brussels .landing.anniversary .section-title__thumbnail {
    max-width: 100%;
  }
}

.brussels .landing.anniversary .intro-text p {
  color: #333;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  font-size: 0.85em;
  line-height: 1.8em;
  margin: 0 auto 1em;
  width: 90%;
}

.brussels .landing.anniversary .intro-text p a {
  color: #000;
}

.brussels .landing.anniversary .intro-text h3 {
  margin: 2em auto 1em;
  width: 90%;
}

.brussels .landing.anniversary .intro-text .callout {
  background: url(/layout-images/ce/carnegie-europe-anniversary-box-candid-event2.jpg) no-repeat #e4e3dd;
  background-size: 100% auto;
}

.brussels .landing.anniversary .intro-text .callout .content {
  padding-top: 30%;
}

.brussels .landing.anniversary .intro-text .callout p {
  color: #000;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.55em;
  margin: 1em 0 0;
  width: auto;
}

@media (max-width: 767px) {
  .brussels .landing.anniversary .intro-text .callout {
    margin-bottom: 1em;
  }
}

.brussels .landing.anniversary .intro-text .button {
  background-color: #3d71b7;
  border-radius: 0.2em;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
}

.brussels .landing.anniversary .highlight-section {
  background-color: #e4e3dd;
}

.brussels .landing.anniversary .highlight-section .section.foreground {
  margin-top: 0;
  padding-top: 4em;
}

.brussels .landing.anniversary .feature-section {
  background-color: #635a4f;
  margin: 4em 0 0;
  padding: 2em 0 2em;
  position: relative;
  z-index: 99;
}

.brussels .landing.anniversary .feature-section .section.foreground {
  margin-bottom: 0;
  margin-top: 0;
}

.brussels .landing.anniversary .feature-section h3 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.brussels .landing.anniversary .feature-section a {
  color: #fff;
}

.brussels .landing.anniversary .feature-section a.button-alt {
  color: #3d71b7;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
}

.brussels .landing.anniversary .feature-section .content {
  background-position: left 0.5em;
  background-repeat: no-repeat;
  background-size: 7em auto;
  color: #fff;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-left: 8.5em;
}

.brussels .landing.anniversary .feature-section h4 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}

.brussels .landing.anniversary .feature-section li {
  border-right: none;
  color: #fff;
  padding-right: 0;
}

@media (max-width: 767px) {
  .brussels .landing.anniversary .feature-section li.col-20 {
    margin-bottom: 0;
  }
}

.brussels .landing.anniversary .feature-section p {
  font-size: 0.75em;
}

.brussels .landing.anniversary .experts.section .meta.component {
  margin-top: 0;
}

.brussels .landing.anniversary .experts.section h3 {
  margin-bottom: 1em;
}

.brussels .landing.anniversary .experts.section .gutter-right.mobile-zero {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .brussels .landing.anniversary .experts.section .gutter-right.mobile-zero p {
    margin-bottom: 2em;
  }
}

.brussels .landing.anniversary .staff.section h3 {
  margin-bottom: 1em;
}

.brussels .landing.anniversary .staff.section ul strong {
  font-size: 1.1rem;
}

.brussels .landing.anniversary .staff.section li {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

@media (max-width: 1024px) {
  .brussels .landing.anniversary .staff.section li {
    margin-bottom: 2em;
  }
}

.brussels .landing.anniversary .photo-section {
  background-color: #e4e3dd;
}

.brussels .landing.anniversary .photo-section .photo-gallery {
  padding: 30px 0;
}

.brussels .landing.anniversary .photo-section .carousel {
  background-color: #000;
  padding: 1em;
}

.brussels .landing.anniversary .photo-section .carousel-nav a {
  top: 240px;
}

@media (max-width: 640px) {
  .brussels .landing.anniversary .photo-section .carousel-nav a {
    top: 140px;
  }
}

.brussels .landing.anniversary .photo-section .carousel-inner {
  background-color: #000;
}

.brussels .landing.anniversary .photo-section .carousel-inner .image {
  float: left;
  width: 70%;
}

@media (max-width: 640px) {
  .brussels .landing.anniversary .photo-section .carousel-inner .image {
    float: none;
    width: 100%;
  }
}

.brussels .landing.anniversary .photo-section .carousel-inner .slide-content {
  color: #fff;
  display: inline-block;
  float: right;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin: 0 50px 0 0;
  width: 20%;
}

.brussels .landing.anniversary .photo-section .carousel-inner .slide-content em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

@media (max-width: 640px) {
  .brussels .landing.anniversary .photo-section .carousel-inner .slide-content {
    float: none;
    width: 100%;
  }
}

.brussels .landing.anniversary .photo-section .carousel-indicators li {
  border: 1px solid #fff;
}

.brussels .landing.anniversary .photo-section .carousel-indicators li.active {
  background-color: #fff;
}

.brussels .landing.anniversary form.stay-in-the-know {
  margin: 0 auto;
  width: 300px;
}

.brussels .landing.anniversary .share-menu li {
  display: table;
  float: left;
  text-align: center;
  width: 33%;
}

.brussels .landing.anniversary .share-menu #email {
  display: none;
}

@media (max-width: 568px) and (orientation: landscape) {
  .brussels .landing.anniversary .share-menu #email {
    display: table;
  }
}

@media (max-width: 568px) and (orientation: landscape) {
  .brussels .landing.anniversary .share-menu #scrib {
    display: none;
  }
}

.brussels .landing.anniversary .share-menu li a {
  display: block;
  font-size: 1.2em;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 1em;
  text-transform: uppercase;
}

.brussels .landing.anniversary .share-menu li a span {
  background: transparent url(/layout-images/sprite_follow-icons.png) center 0px no-repeat;
  display: block;
  height: 50px;
}

.brussels .landing.anniversary li#twitter a span {
  background-position: center -118px;
}

.brussels .landing.anniversary li#facebook a span {
  background-position: center -182px;
}

.brussels .landing.anniversary li#rss a span {
  background-position: center -310px;
}

.brussels .landing.anniversary .share-menu li a:hover {
  background-color: #e4e3dd;
}

@media (max-width: 1024px) {
  .brussels .landing.anniversary .foreground {
    width: 90%;
  }
  .brussels .landing.anniversary .zone-title--about .section-inner {
    background-size: auto 28%;
    padding-top: 2em;
  }
  .brussels .landing.anniversary .zone-title--about .section-inner p {
    font-size: 1.6em;
    width: 50%;
  }
  .brussels .landing.anniversary .founders .zone-2 {
    width: auto;
  }
  .brussels .landing.anniversary .founders .zone-2 .twitter, .brussels .landing.anniversary .founders .zone-2 .zone-2__item.tablet-wide {
    width: auto;
  }
}

@media (max-width: 768px) {
  .brussels .landing.anniversary .zone-title--about .section-title__thumbnail {
    max-width: 330px;
  }
  .brussels .landing.anniversary .zone-title--about .section-inner {
    background-size: auto 25%;
    background-position: 2.3em 4em;
    padding-top: 2em;
  }
  .brussels .landing.anniversary .zone-title--about .section-inner p {
    font-size: 1.5em;
    width: 70%;
  }
  .brussels .landing.anniversary .feature-section {
    padding-bottom: 2em;
  }
  .brussels .landing.anniversary .feature-section ul li {
    float: none;
    margin-bottom: 3em;
    width: 100%;
  }
  .brussels .landing.anniversary .feature-section ul li .content {
    min-height: 14em;
  }
}

@media (max-width: 480px) {
  .brussels .landing.anniversary .zone-title--about .section-title__thumbnail {
    margin-left: 28px;
    max-width: 250px;
  }
  .brussels .landing.anniversary .zone-title--about .section-inner {
    background-position: center 4em;
    padding-top: 1.8em;
  }
  .brussels .landing.anniversary .zone-title--about .section-inner p {
    font-size: 1.2em;
    margin: 0 auto;
    width: 90%;
  }
}

.landing.about.brussels .background-video.first video {
  background-image: url(/layout-images/about/about-us-landing-hero-still_Europe.jpg);
}

.landing.about.brussels .our-priorities .col .container.europes-global-role {
  background-image: url(/layout-images/about/europes-global-role.jpg);
}

.landing.about.brussels .our-priorities .col .container.europes-governace-challenge {
  background-image: url(/layout-images/about/europes-governace-challenge.jpg);
}

.landing.about.brussels .our-priorities .col .container.europes-future {
  background-image: url(/layout-images/about/europes-future.jpg);
}

.landing.about.brussels .featured-expert .col-40 .head-shot {
  background-image: url(/layout-images/about/about-us_director-photo_ce.png);
  background-size: 80% auto;
  height: 335px;
}

.landing.about.brussels .featured-expert .col-60 p {
  margin-top: 5vh;
}

@media (max-width: 1024px) {
  .landing.about.brussels .background-video.first .foreground {
    width: 90%;
  }
  .landing.about.brussels .our-priorities h3 {
    font-size: 1.4rem;
    margin-top: 19vh;
  }
  .landing.about.brussels .our-priorities .col.active h3 {
    margin-bottom: 0.7em;
  }
  .landing.about.brussels .featured-expert .col-40 .head-shot {
    background-size: 90% auto;
    height: 325px;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing.about.brussels .background-video.first h1 {
    padding-top: 180px;
    width: 90%;
  }
  .landing.about.brussels .featured-expert .col-40 .name-container {
    padding: 5px 15px;
  }
  .landing.about.brussels .featured-expert .col-60 p {
    margin-top: 0;
  }
  .landing.about.brussels .featured-basic .clean-list {
    margin-top: 30px;
  }
  .landing.about.brussels .featured-basic a.button {
    margin: 0 0 15px;
  }
}

@media (max-width: 767px) {
  .landing.about.brussels .background-video.first h1 {
    padding-top: 90px;
  }
}
