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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

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

/*

    Icons provided by icomoon.io
	
	This section as well as the "icons" folder can be removed if using other cutom icons such as fontawsome icons.

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

.icon-checkradios-checkmark, .icon-checkradios-circle {
  font-family: 'checkradios-icons';
  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;
}

/*Icon Placeholder*/
.checkradios-checkbox:after, .checkradios-radio:after {
  content: "";
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  vertical-align: bottom;
}

/*Icons*/
.icon-checkradios-checkmark:before {
  content: "\e600";
}

.icon-checkradios-circle:before {
  content: "\e601";
}

/*icomoon section end*/
/*

    Default Styles for checkradios
	
*/
.checkradios-checkbox, .checkradios-radio {
  font-size: 16px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  border: 2px solid #333;
  color: #333;
  width: 1em;
  height: 1em;
  cursor: pointer;
  padding: 0.2em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* overflow:hidden;*/
}

.checkradios-radio {
  border-radius: 50%;
}

/*Focus*/
.checkradios-checkbox.focus, .checkradios-radio.focus {
  -webkit-box-shadow: 0px 0px 3px rgba(22, 150, 255, 0.9);
  box-shadow: 0px 0px 3px rgba(22, 150, 255, 0.9);
  border-color: #1696f1;
}

/*Hide original*/
.checkradios-checkbox input[type=checkbox], .checkradios-radio input[type=radio] {
  margin: 0;
  position: absolute;
  top: 0;
  left: -9999%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  vertical-align: bottom;
}

/*Default styles section end*/
/* --------------------------------

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  font-size: 100%;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.frst-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 15px;
}

.frst-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
.frst-timeline {
  position: relative;
}

.frst-right-align {
  text-align: right;
}

/*.frst-date-opposite{
padding: 0;
}*/
.frst-timeline-block {
  position: relative;
  min-height: 16px;
  padding-left: 35px;
  padding-right: 35px;
}

.frst-timeline-block::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.frst-timeline-block:last-child::before {
  display: none;
}

.frst-right-align .frst-timeline-block::before {
  right: 0;
  left: auto !important;
  margin-left: 0 !important;
}

.frst-timeline-block::after {
  content: "";
  display: table;
  clear: both;
}

.frst-timeline-img {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  left: 0;
  top: 0;
}

.frst-timeline-img i {
  display: block;
}

.frst-right-align .frst-timeline-img {
  margin-left: 0 !important;
  left: auto !important;
  right: 0;
}

.frst-last-empty-item .frst-timeline-img span {
  vertical-align: top;
}

.frst-timeline-content-inner {
  position: relative;
}

.frst-date {
  display: block;
}

.cssanimations .frst-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .frst-timeline-content.animated {
  visibility: visible;
}

.frst-labels span {
  display: inline-block;
}

.frst-labels {
  padding: 20px 0;
}

.frst-labels.frst-start-label {
  padding-top: 0 !important;
}

.frst-labels.frst-end-label {
  margin-bottom: 0  !important;
}

.turqoise {
  background: #00A79D !important;
}

.light-blue {
  background: #27AAE2 !important;
}

.blue {
  background: #1D75BD !important;
}

.violette {
  background: #2B3991 !important;
}

.dark-violette {
  background: #272264 !important;
}

/*.aqua-blue{
  background: #36ACB6 !important;
}
.red{
  background: #C84028 !important;
}
.orange{
  background: #EB8D23 !important;
}
.light-green{
  background: #C2C84A !important;
}*/
@media only screen and (min-width: 679px) {
  .frst-date-opposite {
    margin-left: 190px;
  }
  .frst-left-align.frst-date-opposite {
    margin-left: 190px;
  }
  .frst-right-align.frst-date-opposite {
    margin-right: 190px;
    margin-left: 0;
    text-align: right;
  }
  .frst-date-opposite.frst-alternate {
    margin: 0;
  }
  .frst-timeline.frst-alternate.frst-left-align .frst-timeline-content,
  .frst-timeline.frst-date-opposite.frst-left-align .frst-timeline-content,
  .frst-timeline.frst-alternate.frst-right-align .frst-timeline-content,
  .frst-timeline.frst-date-opposite.frst-right-align .frst-timeline-content {
    width: 100%;
  }
  .frst-alternate .frst-timeline-block::before {
    left: 50%;
  }
  .frst-alternate .frst-timeline-img {
    left: 50% !important;
  }
  .frst-alternate .frst-timeline-block.frst-even-item .frst-timeline-content {
    float: right;
  }
  .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content {
    float: left;
  }
  .frst-date-opposite .frst-date {
    position: absolute;
    top: 0;
    text-align: right;
  }
  .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content,
  .frst-alternate.frst-date-opposite .frst-timeline-block.frst-even-item .frst-date,
  .frst-date-opposite.frst-left-align .frst-date,
  .frst-right-align {
    text-align: right;
  }
  .frst-alternate.frst-date-opposite .frst-timeline-block.frst-odd-item .frst-timeline-content .frst-date,
  .frst-date-opposite.frst-right-align .frst-date {
    text-align: left;
  }
  .frst-alternate .frst-timeline-label-block {
    text-align: center;
  }
  .frst-alternate .frst-timeline-label-block .frst-labels span {
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 678px) {
  .frst-timeline {
    margin-left: 20px;
  }
  .frst-timeline.frst-right-align,
  .frst-timeline.frst-responsive-right {
    margin-right: 20px;
    margin-left: 0;
  }
  .frst-responsive-right .frst-timeline-block::before {
    right: 0;
    left: auto !important;
    margin-left: 0 !important;
  }
  .frst-responsive-right {
    text-align: right;
  }
  .frst-responsive-right .frst-timeline-img {
    margin-left: 0 !important;
    left: auto !important;
    right: 0;
  }
  .frst-date {
    margin-bottom: 10px;
  }
}

/*-------- Type- 01 ------*/
.frst-timeline-style-8 {
  color: #000;
}

.frst-timeline-style-8 .frst-timeline-block::before {
  width: 3px;
  background: rgba(0, 0, 0, 0);
  margin-left: -2px;
  background: rgba(12, 12, 12, 0.8);
  top: 12px;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-block::before {
  margin-right: -2px;
}

.frst-timeline-block {
  padding-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
}

.frst-timeline-style-8 .frst-timeline-img {
  padding: 0;
  margin-left: -21px;
  top: 6px;
  /*--- Box shadow value --*/
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.frst-timeline-style-8 .frst-timeline-img span {
  display: inline-block;
  margin: auto;
  padding: 6px;
  height: 50%;
  width: 50%;
  background: #202020;
  border-radius: 50%;
  vertical-align: top;
  border: 3px solid #202020;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

.frst-timeline-style-8 .frst-timeline-img i {
  display: block;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-img {
  margin-right: -21px;
}

.frst-timeline-style-8 .frst-timeline-content {
  color: #777;
  background: white;
}

.frst-timeline-style-8 .frst-date {
  color: #9c9c9c;
}

.frst-timeline-style-8 h2 {
  margin: 0 0 5px;
  font-weight: 800;
  color: #444;
  font-size: 18px;
}

.frst-date-opposite.frst-timeline-style-8 h2 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-top: 1em;
}

.frst-timeline-style-8 p {
  margin: 0;
  font-family: "Frutiger Neue LT W06 Thin", Arial, sans-serif;
  font-size: 0.75em;
  line-height: normal;
}

.frst-timeline-style-8 .frst-timeline-label-block {
  padding-top: 0;
}

.frst-timeline-style-8 .frst-labels span {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  position: relative;
  background: #202020;
  color: #fff;
  font-weight: 800;
  padding: 8px 30px;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}

.frst-timeline-style-8.frst-right-align .frst-labels span {
  left: auto;
  right: -47px;
}

.frst-timeline-style-8.frst-left-align .frst-labels span {
  right: auto;
  left: -47px;
}

/*--------- news-------*/
.frst-timeline-style-8 .frst-timeline-content-inner {
  border: 2px solid #d8d8d8;
  padding: 30px;
  position: relative;
  border-radius: 4px;
}

.frst-timeline-style-8 .frst-timeline-content-inner .media-section {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 20px;
}

.frst-timeline-style-8 .frst-timeline-content-inner .media-section iframe {
  max-width: 100%;
}

.frst-timeline-style-8 .frst-timeline-content-inner::before, .frst-timeline-style-8 .frst-timeline-content-inner::after {
  content: "";
  border-style: solid;
  border-color: transparent;
  position: absolute;
}

.frst-timeline-style-8 .frst-timeline-content-inner::before {
  border-width: 10px 11px 10px 0;
  border-right-color: #d8d8d8;
  left: -11px;
  top: 10px;
}

.frst-timeline-style-8 .frst-timeline-content-inner::after {
  border-width: 8px 9px 8px 0;
  border-right-color: #fff;
  left: -9px;
  top: 12px;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-content-inner::before {
  border-width: 10px 0 10px 11px;
  border-left-color: #d8d8d8;
  left: auto;
  right: -11px;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-content-inner::after {
  border-width: 8px 0 8px 9px;
  border-left-color: #fff;
  right: -8px;
  left: auto;
}

/*---------- Responsive part ------------*/
@media only screen and (min-width: 679px) {
  .frst-date-opposite {
    margin-left: 203px;
  }
  .frst-left-align.frst-date-opposite {
    margin-left: 203px;
  }
  .frst-right-align.frst-date-opposite {
    margin-right: 203px;
    margin-left: 0;
  }
  .frst-timeline-style-8.frst-alternate .frst-timeline-content, .frst-timeline-style-8.frst-date-opposite .frst-timeline-content {
    width: calc(50% - 44px);
  }
  .frst-timeline-style-8.frst-date-opposite .frst-date {
    font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
    left: -248px;
    line-height: 32px;
    width: 160px;
  }
  .frst-timeline-style-8.frst-date-opposite.frst-right-align .frst-date, .frst-timeline-style-8.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date {
    right: -248px;
    left: auto;
    text-align: left;
  }
  .frst-timeline-style-8.frst-right-align .frst-date {
    left: auto;
    right: 0;
  }
  /*--------- news-------*/
  .frst-timeline-style-8.frst-alternate .frst-odd-item .frst-timeline-content-inner::before {
    border-width: 10px 0 10px 11px;
    border-left-color: #d8d8d8;
    left: auto;
    right: -11px;
  }
  .frst-timeline-style-8.frst-alternate .frst-odd-item .frst-timeline-content-inner::after {
    border-width: 8px 0 8px 9px;
    border-left-color: #fff;
    right: -8px;
    left: auto;
  }
}

@media only screen and (max-width: 678px) {
  .frst-timeline-style-8.frst-responsive-right .frst-labels span {
    left: auto;
    right: -47px;
  }
  .frst-timeline-style-8.frst-responsive-right .frst-timeline-block::before {
    margin-right: -2px;
  }
  .frst-timeline-style-8.frst-responsive-right .frst-timeline-img {
    margin-right: -21px;
  }
  /*--------- news-------*/
  .frst-timeline-style-8.frst-responsive-right .frst-timeline-content-inner::before {
    border-width: 10px 0 10px 11px;
    border-left-color: #d8d8d8;
    left: auto;
    right: -11px;
  }
  .frst-timeline-style-8.frst-responsive-right .frst-timeline-content-inner::after {
    border-width: 8px 0 8px 9px;
    border-left-color: #fff;
    right: -8px;
    left: auto;
  }
}

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

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #c5dbec;
  background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
  outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
  outline: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
  outline: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #1d5987;
  text-decoration: none;
  outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
  outline: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #e17009;
  outline: none;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
  color: #cd0a0a;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_469bdd_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_469bdd_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_d8e7f3_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_6da8d5_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_217bc0_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_f9bd01_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}

.ui-corner-tr {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.ui-corner-bl {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.ui-corner-br {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.ui-corner-top {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.ui-corner-right {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.ui-corner-left {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.ui-corner-all {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
}

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

/* Datepicker
----------------------------------*/
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  float: left;
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  -webkit-filter: mask();
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/* Dialog
----------------------------------*/
.ui-dialog {
  position: relative;
  padding: .2em;
  width: 300px;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .5em .3em .3em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0 .2em;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: .5em .4em .5em 0;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* Progressbar
----------------------------------*/
.ui-progressbar {
  height: 2em;
  text-align: left;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* Resizable
----------------------------------*/
.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0px;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0px;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0px;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0px;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* Slider
----------------------------------*/
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Tabs
----------------------------------*/
.ui-tabs {
  padding: .2em;
  zoom: 1;
}

.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  border-bottom-width: 0 !important;
  margin: 0 .2em -1px 0;
  padding: 0;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  padding: .5em 1em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  border-bottom-width: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  padding: 1em 1.4em;
  display: block;
  border-width: 0;
  background: none;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.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, .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title .container-title h2 span, .landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .headline.noTitle span {
  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.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;
}

.parentID5209 .page-utility, .parentID6838 .page-utility, .parentID7022 .page-utility,
.foreground,
.container-max-width {
  position: relative;
  margin: 0 auto;
}

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

.parentID5209 .page-utility, .parentID6838 .page-utility, .parentID7022 .page-utility,
.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__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 {
  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 {
    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;
}

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

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

@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.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.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 .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 {
  background-color: #fff;
  margin-bottom: 30px;
}

.show-events .sign-up form h3 {
  color: #a28556;
}

.show-events .sign-up 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.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-spring20.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.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/hdr_Anahita-Background-1980.jpg);
}

@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: 50%;
    height: 70px;
  }
}

.landing--hero-image.anahitaSpeakerSeries .avatar {
  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 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-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 .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: 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.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.boxes {
  z-index: 16;
  padding-bottom: 60px;
}

.landing--hero-image.counteringInfluenceOperations .gray-background.sign-up {
  z-index: 14;
}

.landing--hero-image.counteringInfluenceOperations .gray-background.partnerships {
  z-index: 12;
}

.landing--hero-image.counteringInfluenceOperations .white-background {
  background-color: #fff;
  position: relative;
  z-index: 18;
  opacity: 1;
}

.landing--hero-image.counteringInfluenceOperations .white-background.dynamic-list {
  z-index: 15;
}

.landing--hero-image.counteringInfluenceOperations .white-background.experts {
  z-index: 13;
}

.landing--hero-image.counteringInfluenceOperations .dark-blue-background {
  background-color: #003A63;
  position: relative;
  z-index: 18;
  opacity: 1;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  padding: 30px 0 0 0;
}

.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: #fff;
}

.landing--hero-image.counteringInfluenceOperations .dark-blue-background .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

@media (max-width: 767px) and (orientation: portrait) {
  .landing--hero-image.counteringInfluenceOperations .dark-blue-background .container-connector {
    margin-top: 45px;
  }
}

.landing--hero-image.counteringInfluenceOperations .cards--equal-heights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing--hero-image.counteringInfluenceOperations .cards--equal-heights > .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: 30%;
}

@media (max-width: 767px) {
  .landing--hero-image.counteringInfluenceOperations .cards--equal-heights > .card {
    display: block;
  }
}

.landing--hero-image.counteringInfluenceOperations .cards--equal-heights > .card p {
  line-height: 1.3em;
  padding-bottom: 15px;
}

.landing--hero-image.counteringInfluenceOperations .cards--equal-heights .banded,
.landing--hero-image.counteringInfluenceOperations .cards--equal-heights .area-focus {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.landing--hero-image.counteringInfluenceOperations .cards--equal-heights .container-button {
  bottom: 0;
  left: 30%;
  position: absolute;
}

.landing--hero-image.counteringInfluenceOperations .cards--equal-heights .container-button a.button {
  background-color: #00a79d;
}

.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 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 .sign-up .bordered-box--header {
  color: #998b7b;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .bordered-box--header .no-link {
  border-color: #998b7b;
}

.landing--hero-image.counteringInfluenceOperations .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.counteringInfluenceOperations .sign-up .clean-form {
  background-color: #fff;
}

.landing--hero-image.counteringInfluenceOperations .sign-up .clean-form p {
  font-size: 0.8rem;
}

.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, .landing--hero-image.counteringInfluenceOperations .experts .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 .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: 80px;
  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;
}

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

/* specialProjects partial */
.show.hidden-doctype .zone-title {
  position: relative;
}

.show.hidden-doctype .zone-title .subtitle {
  border-bottom: 1px solid #000;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  position: relative;
}

.show.hidden-doctype .zone-title .subtitle:hover {
  text-decoration: none;
}

.show.hidden-doctype .zone-title .containerPromo {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.show.hidden-doctype .zone-title .containerPromo a, .show.hidden-doctype .zone-title .containerPromo a:hover {
  background-image: url(/layout-images/special-projects/YearinCrisis2014/YearInCrisis.png);
  background-position: left center;
  height: 30px;
  margin: 0;
  width: auto;
}

.show.hidden-doctype .container-headline {
  background-position: center top;
  height: auto;
}

.show.hidden-doctype .container-headline .headline {
  position: relative;
  background: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 171px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 30px;
  margin-right: 30px;
  width: auto;
}

@media (max-width: 1024px) {
  .show.hidden-doctype .container-headline {
    margin: 0;
  }
}

@media (max-width: 568px) {
  .show.hidden-doctype .container-headline .headline {
    background-size: 100% !important;
  }
}

.show.hidden-doctype .zone-1 {
  width: 80%;
  margin: 0 auto;
  font-size: 19px;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .show.hidden-doctype .zone-1 {
    width: auto;
  }
}

.show.hidden-doctype .zone-1 h3 {
  color: #000;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  text-transform: none;
}

.show.hidden-doctype .contentImg.rightIndent {
  float: right;
  margin: 0 -6em 1em 1em;
  padding: 0 1em 0.5em 0;
  width: 55%;
}

@media (max-width: 480px) {
  .show.hidden-doctype .contentImg.rightIndent {
    margin-right: -3em;
  }
}

.show.hidden-doctype .contentImg.leftIndent {
  float: left;
  margin: 0 1em 1em -6em;
  padding: 0 0 0.5em 1em;
  width: 55%;
}

@media (max-width: 1024px) {
  .show.hidden-doctype .contentImg.leftIndent {
    margin-left: -2em;
  }
}

@media (max-width: 480px) {
  .show.hidden-doctype .contentImg.leftIndent {
    margin-left: 0em;
    padding-left: 0em;
    width: 100%;
  }
}

.show.hidden-doctype .caption {
  display: block;
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.2em;
}

.show.hidden-doctype .mobile-quote {
  display: none;
  font-family: "GaramondPremierW08-Smbd1167193", Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-style: normal;
  font-weight: normal;
  padding: 1em;
  text-align: center;
}

@media (max-width: 1024px) {
  .show.hidden-doctype .mobile-quote {
    display: block;
  }
}

.show.hidden-doctype .asterisk-note {
  display: inline;
  float: right;
  font-size: 2em;
  position: relative;
  top: -2.1em;
}

.show.hidden-doctype .asterisk-note a {
  color: #fff;
}

.show.hidden-doctype .caption-note {
  text-align: right;
  font-size: 0.9em;
}

@media (max-width: 1024px) {
  .show.hidden-doctype .caption-note {
    display: none;
  }
}

.show.hidden-doctype .full-width-titles {
  margin: 30px 0;
}

.show.hidden-doctype .fullWidth {
  clear: both;
  color: white;
  display: block;
  float: none;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin: 0 -100%;
  padding: 30px 0;
  text-align: center;
  width: auto;
}

.show.hidden-doctype .fullWidth.black-title {
  background-color: #000;
  font-size: 1.5em;
}

.show.hidden-doctype .fullWidth.small-gold {
  background-color: #a28556;
  color: #000;
  font-size: 0.9em;
  padding: 0.4em 0;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .show.hidden-doctype .fullWidth {
    margin: 0;
  }
}

.show.hidden-doctype .question .title {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
}

.show.hidden-doctype .question .text {
  color: #a28556;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.3em;
}

.show.hidden-doctype .question.top-border {
  border-top: 1px solid #333;
  margin-top: 3em;
  padding-top: 3em;
}

.show.hidden-doctype .question img {
  padding-top: 0.5em;
}

@media screen and (max-width: 700px) {
  .show.hidden-doctype .question.containerCols {
    display: block;
  }
  .show.hidden-doctype .question .column.thirds {
    margin: 0;
    width: 100%;
  }
}

.show.hidden-doctype .question-full-answer {
  color: #949699;
  display: block;
  font-family: "GaramondPremierW08-Smbd1167193", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: normal;
  padding: 1em 0;
  text-align: center;
}

.show.hidden-doctype .videoSummary {
  border-bottom: 1px #000000 solid;
  margin-bottom: 4em;
  padding: 0 0 4em 0;
}

.show.hidden-doctype .videoSummary.last {
  border-bottom: none;
}

.show.hidden-doctype .videoEmbed {
  border-bottom: none;
}

.show.hidden-doctype .carousel.slide {
  overflow: hidden;
  position: relative;
  width: auto;
}

.show.hidden-doctype .carousel.slide .carousel-inner {
  overflow: hidden;
}

.show.hidden-doctype .carousel.slide .carousel-inner > .item {
  bottom: 0;
  top: 0;
  width: 100%;
}

.show.hidden-doctype .carousel.slide .carousel-inner > .item.active {
  display: block;
  height: inherit;
  position: relative;
  width: 100%;
}

.show.hidden-doctype .carousel.slide .carousel-inner > .item img {
  width: 100%;
}

.show.hidden-doctype .carousel.slide .carousel-inner > .item .slide-content {
  bottom: 0;
  margin: 0 10%;
  position: relative;
  width: 80%;
}

.show.hidden-doctype .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%;
}

.show.hidden-doctype .carousel.slide .carousel-inner > .item .slide-content .tableContents a {
  font-size: 1.1em;
}

.show.hidden-doctype .carousel.slide .carousel-indicators {
  display: block;
  list-style: outside none none;
  padding: 1em;
  text-align: center;
  width: auto;
  z-index: 15;
}

.show.hidden-doctype .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;
}

.show.hidden-doctype .carousel.slide .carousel-indicators li.active {
  background-color: #000000;
}

.show.hidden-doctype .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;
}

.show.hidden-doctype .carousel-nav a.next-button {
  right: 0;
}

.show.hidden-doctype .carousel-nav a.prev-button {
  left: 0;
}

@media (max-width: 767px) {
  .show.hidden-doctype .carousel-nav a {
    font-size: 2em;
    top: 50px;
  }
}

.show.hidden-doctype .column.halfs {
  width: 50%;
}

.show.hidden-doctype .chaptering {
  width: 100%;
  display: table;
  border-top: 1px #000000 solid;
  margin: 30px auto;
  padding-top: 30px;
}

.show.hidden-doctype .chaptering .chapter {
  float: left;
}

.show.hidden-doctype .chaptering .chapter.prevPiece {
  border-right: 1px solid #e4e3dd;
  margin-right: 0;
  padding-right: 30px;
  text-align: right;
}

.show.hidden-doctype .chaptering .chapter.prevPiece img {
  float: right;
}

@media (max-width: 767px) {
  .show.hidden-doctype .chaptering .chapter.prevPiece {
    padding-right: 15px;
  }
}

.show.hidden-doctype .chaptering .chapter.nextPiece {
  margin-left: 0;
  padding-left: 30px;
  text-align: left;
}

.show.hidden-doctype .chaptering .chapter.nextPiece img {
  float: left;
}

@media (max-width: 767px) {
  .show.hidden-doctype .chaptering .chapter.nextPiece {
    padding-left: 15px;
  }
}

.show.hidden-doctype .chaptering .chapter a {
  text-decoration: none;
}

.show.hidden-doctype .chaptering .chapter a img {
  height: 83px;
  width: auto;
}

@media screen and (max-width: 800px) {
  .show.hidden-doctype .chaptering .chapter a img {
    display: none;
  }
}

.show.hidden-doctype .chaptering .chapter a .prevNext {
  clear: both;
  color: #aa8652;
  display: block;
  float: none;
  font-family: "FrutigerLTW01-55Roman",Arial,sans-serif;
  font-size: 0.6em;
  line-height: 1.2em;
  padding-top: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.show.hidden-doctype .chaptering .chapter a .title {
  color: #333333;
  font-family: "FrutigerLTW01-55Roman",Arial,sans-serif;
  line-height: 1.1em;
  text-decoration: none;
}

.show.hidden-doctype .chaptering .chapter .icon-triangle-left, .show.hidden-doctype .chaptering .chapter .icon-triangle-right {
  font-family: "ceip-icons";
  font-size: 1em;
  margin-top: 1.1em;
}

.show.hidden-doctype .chaptering .chapter .icon-triangle-left:before {
  color: #aa8652;
  float: right;
  font-size: 3em;
  text-decoration: none;
}

.show.hidden-doctype .chaptering .chapter .icon-triangle-right:before {
  color: #aa8652;
  float: left;
  font-size: 3em;
  text-decoration: none;
}

.show.hidden-doctype .list-number {
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
  display: block;
  float: left;
  font-family: "FrutigerNeueLTW02-CnBlk 775104","Arial";
  font-size: 1.7em;
  letter-spacing: -.05em;
  line-height: 1.7em;
  margin-right: .5em;
  margin-top: -.2em;
  text-align: center;
  height: 70px;
  width: 70px;
}

@media (max-width: 480px) {
  .show.hidden-doctype .list-number {
    font-size: 1.2em;
    margin-top: 0;
    line-height: 1.5em;
    height: 45px;
    width: 45px;
  }
}

.show.hidden-doctype .tableContents {
  border-left: 7px #000000 solid;
  float: right;
  font-family: "FrutigerLTW01-55Roman",Arial,sans-serif;
  line-height: 1.5em;
  margin-bottom: 2em;
  margin-left: 30px;
  padding: 1em 0 1em 30px;
  width: 30%;
}

.show.hidden-doctype .tableContents .sectionTitle {
  display: block;
  color: #bc9e75;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.show.hidden-doctype .tableContents br {
  display: none;
}

.show.hidden-doctype .tableContents a {
  color: #333333;
  display: block;
  font-family: "FrutigerNeueLTW02-CnMd", Arial, sans-serif;
  line-height: 1.3em;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .show.hidden-doctype .tableContents {
    border-left: none;
    float: none;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
}

.show.hidden-doctype .toc-bottom {
  bottom: 0;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}

@media (max-width: 480px) {
  .show.hidden-doctype .toc-bottom {
    font-size: 0.5em;
  }
}

@media (max-width: 320px) {
  .show.hidden-doctype .toc-bottom {
    font-size: 0.6em;
  }
}

.show.hidden-doctype .toc-bottom .navicon {
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2em;
  text-align: center;
}

.show.hidden-doctype .toc-bottom .navicon .icon-share {
  background-color: #635a4f;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  bottom: -7px;
  padding: 0.3em 0.5em 0.2em;
  position: relative;
}

.show.hidden-doctype .toc-bottom .navicon .icon-share .label-text {
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book",Arial,sans-serif;
  font-size: 0.5em;
  letter-spacing: 0.2em;
  line-height: 0.1em;
  margin-left: 0.5em;
  margin-top: -3px;
  position: relative;
  text-transform: uppercase;
  top: -0.5em;
  width: auto;
}

.show.hidden-doctype .toc-bottom .actual-contents {
  background-color: #635a4f;
  color: #fff;
  display: none;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 9;
}

@media (max-width: 767px) {
  .show.hidden-doctype .toc-bottom .actual-contents {
    padding: 0;
  }
}

.show.hidden-doctype .toc-bottom .actual-contents .foreground {
  display: inline-block;
}

.show.hidden-doctype .toc-bottom .actual-contents ul, .show.hidden-doctype .toc-bottom .actual-contents li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.show.hidden-doctype .toc-bottom .actual-contents ul {
  margin-top: 2em;
}

@media (max-width: 767px) {
  .show.hidden-doctype .toc-bottom .actual-contents ul {
    margin-top: 0.5em;
  }
}

.show.hidden-doctype .toc-bottom .actual-contents li {
  display: inline-block;
  float: none;
  font-family: "Frutiger Neue LT W06 Book",Arial,sans-serif;
  font-size: 0.9em;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 768px) {
  .show.hidden-doctype .toc-bottom .actual-contents li.sub {
    display: none;
  }
}

@media (max-width: 640px) {
  .show.hidden-doctype .toc-bottom .actual-contents li {
    float: left;
    width: 33%;
  }
}

@media (max-width: 320px) {
  .show.hidden-doctype .toc-bottom .actual-contents li {
    width: 100%;
  }
}

.show.hidden-doctype .toc-bottom .actual-contents li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.3em 5% 0.5em;
  width: 90%;
}

.show.hidden-doctype .toc-bottom .actual-contents li a:hover {
  background-color: #000;
  text-decoration: none;
}

.show.hidden-doctype .toc-bottom .actual-contents li.mobile-wide-only {
  display: none;
}

.show.hidden-doctype .toc-bottom .actual-contents li.sub {
  padding: 0.2em 5% 0.2em;
  text-transform: none;
}

.show.hidden-doctype .toc-bottom .actual-contents li.sub a {
  display: inline;
  padding: 0;
}

.show.hidden-doctype.doc60942 .headline {
  background-image: url(/layout-images/Iran_Header_txt.png);
  background-size: auto;
}

.show.hidden-doctype.doc60942 .subtitle {
  display: none;
}

.show.hidden-doctype.doc60942 .zone-1 {
  font-size: 22px;
  font-size: 1.3rem;
}

.show.hidden-doctype.doc60942 .zone-1 h4 {
  font-family: "FrutigerNeueLTW02-CnBlk 775104", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  margin-top: 1.5em;
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth {
  padding: 0;
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth.arak {
  background: url(/layout-images/Iran_Arak_bkgd.png) repeat-x;
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth.fordow {
  background: url(/layout-images/Iran_Fordow_bkgd.png) repeat-x;
}

@media (max-width: 480px) {
  .show.hidden-doctype.doc60942 .contentImg.fullWidth.fordow {
    width: auto;
  }
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth.implementation {
  background: url(/layout-images/Iran_ImplementationEnforcement_bkgd.png) repeat-x;
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth.natanz {
  background: url(/layout-images/Iran_Natanz_bkgd.png) repeat-x;
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth.cooperation {
  background: url(/layout-images/Iran_NuclearCooperation_bkgd.png) repeat-x;
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth.overall {
  background: url(/layout-images/Iran_Overall_bkgd.png) repeat-x;
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth.procurement {
  background: url(/layout-images/Iran_Procurement_bkgd.png) repeat-x;
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth.sanctions {
  background: url(/layout-images/Iran_Sanctions_bkgd.png) repeat-x;
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth.enrichment {
  background: url(/layout-images/Iran_UraniumEnrichment_bkgd.png) repeat-x;
}

.show.hidden-doctype.doc60942 .contentImg.fullWidth.verification {
  background: url(/layout-images/Iran_Verification_bkgd.png) repeat-x;
}

.show.hidden-doctype.doc57450 .headline {
  background-image: url(/layout-images/special-projects/YearInCrisis2014//bg_page-title-coverstory.png);
}

.show.hidden-doctype.doc62721 .container-headline {
  background-image: url(/images/publications/201602arabworldsurvey/ArabExpertsSurvey_header.jpg);
}

.show.hidden-doctype.doc62721 .headline {
  background-image: url(/images/publications/201602arabworldsurvey/ArabExpertsSurvey_header-title.png);
  background-size: auto;
}

.show.hidden-doctype.doc62721 .zone-1 .float-right {
  width: 35%;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc62721 .zone-1 .float-right {
    float: none;
    width: auto;
  }
}

.show.hidden-doctype.doc62721 .zone-1 .tableContents {
  padding-top: 0;
  float: none;
  width: auto;
}

.show.hidden-doctype.doc62835 .subtitle, .show.hidden-doctype.doc62721 .subtitle {
  display: none;
}

.show.hidden-doctype.doc62835 .zone-1 h3, .show.hidden-doctype.doc62721 .zone-1 h3 {
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Bold","Arial Black",Gadget,sans-serif;
  text-transform: uppercase;
}

.show.hidden-doctype.doc62835 .contentImg.fullWidth, .show.hidden-doctype.doc62721 .contentImg.fullWidth {
  background-color: #003763;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc62835 .contentImg.fullWidth img, .show.hidden-doctype.doc62721 .contentImg.fullWidth img {
    display: none;
  }
}

.show.hidden-doctype.doc62835 .download, .show.hidden-doctype.doc62721 .download {
  background-color: rgba(167, 159, 144, 0.6);
  color: #fff;
  display: block;
  font-family: "Frutiger LT W20 57 Cn", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 1em;
  margin-left: 30px;
  padding: 0.5em;
  text-align: center;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc62835 .download, .show.hidden-doctype.doc62721 .download {
    margin-left: 0;
  }
}

.show.hidden-doctype.doc62835 .short, .show.hidden-doctype.doc62721 .short {
  color: #062544;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
}

.show.hidden-doctype.doc62835 .carousel.slide, .show.hidden-doctype.doc62721 .carousel.slide {
  text-align: center;
}

.show.hidden-doctype.doc62835 .carousel-nav a, .show.hidden-doctype.doc62721 .carousel-nav a {
  background: none;
  color: #a28556;
  display: inline-block;
  position: relative;
  top: 0;
}

.show.hidden-doctype.doc62835 .container-headline {
  background-image: url(http://carnegieendowment.org/images/publications/201602arabworldsurvey/ArabExpertsSurvey_header.jpg);
}

.show.hidden-doctype.doc62835 .headline {
  background-image: url(http://carnegieendowment.org/images/publications/201602arabworldsurvey/ArabExpertsSurvey_header-title_ar.png);
  background-size: auto;
}

.show.hidden-doctype.doc62835 .zone-1 .float-right {
  width: 35%;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc62835 .zone-1 .float-right {
    float: none;
    width: auto;
  }
}

.show.hidden-doctype.doc62835 .zone-1 .download.no-print {
  margin-left: 0;
  margin-right: 30px;
}

.show.hidden-doctype.doc62835 .zone-1 .tableContents {
  border-left: none;
  border-right: 7px solid #000;
  margin-left: 0;
  margin-right: 30px;
  padding: 0 30px 1em 0;
  float: none;
  width: auto;
}

.show.hidden-doctype.doc66612 .container-headline, .show.hidden-doctype.doc67650 .container-headline {
  background-image: url(/layout-images/publications/201701arabfracturesreport/hdr_arab-fractures1680.jpg);
}

.show.hidden-doctype.doc66612 .headline, .show.hidden-doctype.doc67650 .headline {
  background-image: url(/layout-images/publications/201701arabfracturesreport/ArabFracturestitle.png);
  background-size: auto 100% !important;
}

@media (max-width: 480px) {
  .show.hidden-doctype.doc66612 .headline, .show.hidden-doctype.doc67650 .headline {
    background-size: auto 60% !important;
  }
}

.show.hidden-doctype.doc66612 .zone-title, .show.hidden-doctype.doc67650 .zone-title {
  background: #000;
}

.show.hidden-doctype.doc66612 .zone-title .subtitle, .show.hidden-doctype.doc67650 .zone-title .subtitle {
  border-bottom: none;
  display: none;
}

.show.hidden-doctype.doc66612 .zone-title .meta, .show.hidden-doctype.doc66612 .zone-title .meta a, .show.hidden-doctype.doc67650 .zone-title .meta, .show.hidden-doctype.doc67650 .zone-title .meta a {
  color: #fff;
}

.show.hidden-doctype.doc66612 .zone-title .meta span, .show.hidden-doctype.doc66612 .zone-title .meta a span, .show.hidden-doctype.doc67650 .zone-title .meta span, .show.hidden-doctype.doc67650 .zone-title .meta a span {
  white-space: nowrap;
}

.show.hidden-doctype.doc66612 .zone-title .meta-heading, .show.hidden-doctype.doc67650 .zone-title .meta-heading {
  margin: 0 auto;
  width: 40%;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc66612 .zone-title .meta-heading, .show.hidden-doctype.doc67650 .zone-title .meta-heading {
    width: 60%;
  }
}

.show.hidden-doctype.doc66612 .zone-main.foreground, .show.hidden-doctype.doc67650 .zone-main.foreground {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.show.hidden-doctype.doc66612 .zone-main.foreground .zone-1, .show.hidden-doctype.doc67650 .zone-main.foreground .zone-1 {
  width: 100%;
}

.show.hidden-doctype.doc66612 .button-big, .show.hidden-doctype.doc67650 .button-big {
  background-color: #06697E;
}

.show.hidden-doctype.doc66612 .full-width, .show.hidden-doctype.doc67650 .full-width {
  text-align: center;
}

.show.hidden-doctype.doc66612 h3, .show.hidden-doctype.doc67650 h3 {
  font-size: 1.2em;
  text-transform: uppercase;
}

.show.hidden-doctype.doc66612 h3.chapter-title, .show.hidden-doctype.doc67650 h3.chapter-title {
  background-color: #000;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 2.5em;
  margin-left: 0;
  margin-top: 4em;
  overflow: visible;
  padding: 1em 0;
  width: 100%;
}

.show.hidden-doctype.doc66612 h4, .show.hidden-doctype.doc67650 h4 {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  margin-top: 2em;
  text-transform: none;
}

.show.hidden-doctype.doc66612 .landscape-category, .show.hidden-doctype.doc67650 .landscape-category {
  color: #ccc7c2;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.75em;
}

.show.hidden-doctype.doc66612 .landscape-category .active, .show.hidden-doctype.doc67650 .landscape-category .active {
  color: #000;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc66612 .landscape-category, .show.hidden-doctype.doc67650 .landscape-category {
    font-size: 0.5em;
  }
}

.show.hidden-doctype.doc66612 .case-study, .show.hidden-doctype.doc67650 .case-study {
  background-color: #e4e3dd;
  margin: 2.5em 0;
  padding: 1.5em;
}

.show.hidden-doctype.doc66612 .case-study h3, .show.hidden-doctype.doc67650 .case-study h3 {
  font-size: 0.9em;
  margin-left: 0;
}

.show.hidden-doctype.doc66612 .case-study h4, .show.hidden-doctype.doc67650 .case-study h4 {
  font-size: 1.2em;
  margin: 1em 0;
}

.show.hidden-doctype.doc66612 .case-study .section-notes, .show.hidden-doctype.doc67650 .case-study .section-notes {
  border-top: 1px solid #000;
  margin-top: 1em;
  padding-top: 1em;
}

.show.hidden-doctype.doc66612 .case-study .map-img, .show.hidden-doctype.doc67650 .case-study .map-img {
  background-position: right top;
  background-repeat: no-repeat;
  float: right;
  height: 6em;
  margin-top: -2.5em;
  margin-right: -1.5em;
  position: relative;
  width: 15em;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc66612 .case-study .map-img, .show.hidden-doctype.doc67650 .case-study .map-img {
    background-size: 70% auto;
  }
}

.show.hidden-doctype.doc66612 .case-study.palestine h3, .show.hidden-doctype.doc67650 .case-study.palestine h3 {
  margin-top: 0;
}

.show.hidden-doctype.doc66612 .case-study.palestine .map-img, .show.hidden-doctype.doc67650 .case-study.palestine .map-img {
  background-image: url(/layout-images/publications/201701arabfracturesreport/Palestine.png);
}

.show.hidden-doctype.doc66612 .case-study.tunisia h3, .show.hidden-doctype.doc67650 .case-study.tunisia h3 {
  margin-top: 0;
}

.show.hidden-doctype.doc66612 .case-study.tunisia .map-img, .show.hidden-doctype.doc67650 .case-study.tunisia .map-img {
  background-image: url(/layout-images/publications/201701arabfracturesreport/Tunisia.png);
}

.show.hidden-doctype.doc66612 .case-study.iraq h3, .show.hidden-doctype.doc67650 .case-study.iraq h3 {
  margin-top: 0;
}

.show.hidden-doctype.doc66612 .case-study.iraq .map-img, .show.hidden-doctype.doc67650 .case-study.iraq .map-img {
  background-image: url(/layout-images/publications/201701arabfracturesreport/Iraq.png);
}

.show.hidden-doctype.doc66612 .case-study.jordan h3, .show.hidden-doctype.doc67650 .case-study.jordan h3 {
  margin-top: 0;
}

.show.hidden-doctype.doc66612 .case-study.jordan .map-img, .show.hidden-doctype.doc67650 .case-study.jordan .map-img {
  background-image: url(/layout-images/publications/201701arabfracturesreport/Jordan.png);
}

.show.hidden-doctype.doc66612 .case-study.egypt h3, .show.hidden-doctype.doc67650 .case-study.egypt h3 {
  margin-top: 0;
}

.show.hidden-doctype.doc66612 .case-study.egypt .map-img, .show.hidden-doctype.doc67650 .case-study.egypt .map-img {
  background-image: url(/layout-images/publications/201701arabfracturesreport/Egypt.png);
}

.show.hidden-doctype.doc66612 .case-study.libya h3, .show.hidden-doctype.doc67650 .case-study.libya h3 {
  margin-top: 0;
}

.show.hidden-doctype.doc66612 .case-study.libya .map-img, .show.hidden-doctype.doc67650 .case-study.libya .map-img {
  background-image: url(/layout-images/publications/201701arabfracturesreport/Libya.png);
}

.show.hidden-doctype.doc66612 .case-study.syria h3, .show.hidden-doctype.doc67650 .case-study.syria h3 {
  margin-top: 0;
}

.show.hidden-doctype.doc66612 .case-study.syria .map-img, .show.hidden-doctype.doc67650 .case-study.syria .map-img {
  background-image: url(/layout-images/publications/201701arabfracturesreport/Syria.png);
}

.show.hidden-doctype.doc66612 .case-study.saudi h3, .show.hidden-doctype.doc67650 .case-study.saudi h3 {
  margin-top: 0;
}

.show.hidden-doctype.doc66612 .case-study.saudi .map-img, .show.hidden-doctype.doc67650 .case-study.saudi .map-img {
  background-image: url(/layout-images/publications/201701arabfracturesreport/Saudi-Arabia.png);
}

.show.hidden-doctype.doc66612 .commentary, .show.hidden-doctype.doc67650 .commentary {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.show.hidden-doctype.doc66612 .commentary p, .show.hidden-doctype.doc66612 .commentary h4, .show.hidden-doctype.doc67650 .commentary p, .show.hidden-doctype.doc67650 .commentary h4 {
  padding: 0 2em;
}

.show.hidden-doctype.doc66612 .commentary h3, .show.hidden-doctype.doc67650 .commentary h3 {
  background-color: #ccc7c2;
  color: #fff;
  margin-bottom: 2.5em;
  margin-left: 0;
  margin-top: 3.5em;
  overflow: visible;
  padding: 1em 0;
  width: 100%;
}

.show.hidden-doctype.doc66612 .commentary h3 span, .show.hidden-doctype.doc67650 .commentary h3 span {
  border-right: #fff solid 1px;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  margin-right: 1em;
  padding-right: 1em;
  padding-bottom: 0.3em;
}

.show.hidden-doctype.doc66612 .commentary .section-notes, .show.hidden-doctype.doc66612 .commentary .commentary-notes, .show.hidden-doctype.doc67650 .commentary .section-notes, .show.hidden-doctype.doc67650 .commentary .commentary-notes {
  border-top: 1px solid #000;
  margin-top: 1em;
  padding-top: 1em;
}

.show.hidden-doctype.doc66612 .commentary .commentary-notes, .show.hidden-doctype.doc67650 .commentary .commentary-notes {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.8em;
}

.show.hidden-doctype.doc67650 .headline {
  background-image: url(/layout-images/publications/201701arabfracturesreport/ArabFracturestitle_ar.png);
  background-size: auto 80%;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc67650 .headline {
    background-size: auto 60% !important;
    margin: 60px 30px 30px 0;
  }
}

.show.hidden-doctype.doc67650 .toc-bottom .navicon .icon-share .label-text {
  letter-spacing: 0;
}

.show.hidden-doctype.doc67650 .toc-bottom .actual-contents li {
  text-align: right;
}

.show.hidden-doctype.doc67650 .case-study .map-img {
  float: left;
  margin-left: -1.5em;
  margin-right: 0;
}

.show.hidden-doctype.doc67650 .commentary h3 span {
  border-left: 1px solid #fff;
  border-right: none;
  margin-left: 1em;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 0;
}

.show.hidden-doctype.doc71364 .container-headline, .show.hidden-doctype.doc72957 .container-headline {
  background-image: url(/layout-images/publications/20170627palestinereport/hdr_palestine-report.jpg);
}

.show.hidden-doctype.doc71364 .headline, .show.hidden-doctype.doc72957 .headline {
  background-image: url(/layout-images/publications/20170627palestinereport/hdr_palestine-title.png);
  background-size: auto 100% !important;
  height: 225px;
}

@media (max-width: 480px) {
  .show.hidden-doctype.doc71364 .headline, .show.hidden-doctype.doc72957 .headline {
    background-size: auto 60% !important;
  }
}

.show.hidden-doctype.doc71364 .zone-title, .show.hidden-doctype.doc72957 .zone-title {
  background: #000;
}

.show.hidden-doctype.doc71364 .zone-title .subtitle, .show.hidden-doctype.doc72957 .zone-title .subtitle {
  border-bottom: none;
  display: none;
}

.show.hidden-doctype.doc71364 .zone-title .meta, .show.hidden-doctype.doc71364 .zone-title .meta a, .show.hidden-doctype.doc72957 .zone-title .meta, .show.hidden-doctype.doc72957 .zone-title .meta a {
  color: #fff;
}

.show.hidden-doctype.doc71364 .zone-title .meta span, .show.hidden-doctype.doc71364 .zone-title .meta a span, .show.hidden-doctype.doc72957 .zone-title .meta span, .show.hidden-doctype.doc72957 .zone-title .meta a span {
  white-space: nowrap;
}

.show.hidden-doctype.doc71364 .zone-title .meta-heading, .show.hidden-doctype.doc72957 .zone-title .meta-heading {
  margin: 0 auto;
  width: 40%;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc71364 .zone-title .meta-heading, .show.hidden-doctype.doc72957 .zone-title .meta-heading {
    width: 60%;
  }
}

.show.hidden-doctype.doc71364 .zone-main.foreground, .show.hidden-doctype.doc72957 .zone-main.foreground {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.show.hidden-doctype.doc71364 .zone-main.foreground .zone-1, .show.hidden-doctype.doc72957 .zone-main.foreground .zone-1 {
  width: 100%;
}

.show.hidden-doctype.doc71364 .button-big, .show.hidden-doctype.doc72957 .button-big {
  background-color: #125310;
}

.show.hidden-doctype.doc71364 .full-width, .show.hidden-doctype.doc72957 .full-width {
  text-align: center;
}

.show.hidden-doctype.doc71364 blockquote .avatar, .show.hidden-doctype.doc72957 blockquote .avatar {
  margin-right: 0;
}

.show.hidden-doctype.doc71364 h3, .show.hidden-doctype.doc72957 h3 {
  font-size: 1.2em;
  text-transform: uppercase;
}

.show.hidden-doctype.doc71364 h3.chapter-title, .show.hidden-doctype.doc72957 h3.chapter-title {
  background-color: #000;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 2.5em;
  margin-top: 4em;
  overflow: visible;
  padding: 1em 0;
}

.show.hidden-doctype.doc71364 h4, .show.hidden-doctype.doc72957 h4 {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  margin-top: 2em;
  text-transform: none;
}

.show.hidden-doctype.doc71364 .landscape-category, .show.hidden-doctype.doc72957 .landscape-category {
  color: #ccc7c2;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.75em;
}

.show.hidden-doctype.doc71364 .landscape-category .active, .show.hidden-doctype.doc72957 .landscape-category .active {
  color: #000;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc71364 .landscape-category, .show.hidden-doctype.doc72957 .landscape-category {
    font-size: 0.5em;
  }
}

.show.hidden-doctype.doc71364 .case-study, .show.hidden-doctype.doc72957 .case-study {
  background-color: #e4e3dd;
  margin: 2.5em 0;
  padding: 1.5em;
}

.show.hidden-doctype.doc71364 .case-study h3, .show.hidden-doctype.doc72957 .case-study h3 {
  font-size: 0.9em;
}

.show.hidden-doctype.doc71364 .case-study h4, .show.hidden-doctype.doc72957 .case-study h4 {
  font-size: 1.2em;
  margin: 1em 0;
}

.show.hidden-doctype.doc71364 .case-study .section-notes, .show.hidden-doctype.doc72957 .case-study .section-notes {
  border-top: 1px solid #000;
  margin-top: 1em;
  padding-top: 1em;
}

.show.hidden-doctype.doc71364 .commentary, .show.hidden-doctype.doc72957 .commentary {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.show.hidden-doctype.doc71364 .commentary p, .show.hidden-doctype.doc71364 .commentary h4, .show.hidden-doctype.doc71364 .commentary h5, .show.hidden-doctype.doc71364 .commentary ol, .show.hidden-doctype.doc72957 .commentary p, .show.hidden-doctype.doc72957 .commentary h4, .show.hidden-doctype.doc72957 .commentary h5, .show.hidden-doctype.doc72957 .commentary ol {
  padding: 0 2em;
}

.show.hidden-doctype.doc71364 .commentary h3, .show.hidden-doctype.doc72957 .commentary h3 {
  background-color: #ccc7c2;
  color: #fff;
  margin-bottom: 2.5em;
  margin-top: 3.5em;
  overflow: visible;
  padding: 1em 0;
}

.show.hidden-doctype.doc71364 .commentary h3 span, .show.hidden-doctype.doc72957 .commentary h3 span {
  border-right: #fff solid 1px;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  margin-right: 1em;
  padding-right: 1em;
  padding-bottom: 0.3em;
}

.show.hidden-doctype.doc71364 .commentary h4, .show.hidden-doctype.doc72957 .commentary h4 {
  padding-bottom: 1.5em;
}

.show.hidden-doctype.doc71364 .commentary h5, .show.hidden-doctype.doc72957 .commentary h5 {
  padding-bottom: 1em;
  padding-top: 1em;
}

.show.hidden-doctype.doc71364 .commentary .avatar:first-of-type, .show.hidden-doctype.doc72957 .commentary .avatar:first-of-type {
  margin-left: 2em;
}

.show.hidden-doctype.doc71364 .commentary .section-notes, .show.hidden-doctype.doc71364 .commentary .commentary-notes, .show.hidden-doctype.doc72957 .commentary .section-notes, .show.hidden-doctype.doc72957 .commentary .commentary-notes {
  border-top: 1px solid #000;
  margin-top: 1em;
  padding-top: 1em;
}

.show.hidden-doctype.doc71364 .commentary .commentary-notes, .show.hidden-doctype.doc72957 .commentary .commentary-notes {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.8em;
}

.show.hidden-doctype.doc71364 .comment-wrapper, .show.hidden-doctype.doc72957 .comment-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.show.hidden-doctype.doc72957 .headline {
  background-image: url(/layout-images/publications/20170627palestinereport/hdr_palestine-title_ar.png);
  background-size: auto 100% !important;
  height: 225px;
}

@media (max-width: 480px) {
  .show.hidden-doctype.doc72957 .headline {
    background-size: auto 60% !important;
  }
}

.show.hidden-doctype.doc72957 .toc-bottom .navicon .icon-share .label-text {
  letter-spacing: 0;
}

.show.hidden-doctype.doc72957 .toc-bottom .actual-contents li {
  text-align: right;
}

.show.hidden-doctype.doc72957 .case-study h3 {
  font-size: 1.2em;
}

.show.hidden-doctype.doc72957 .commentary h3 span {
  border-left: 1px solid #fff;
  border-right: 0;
  margin-left: 1em;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 0;
}

.show.hidden-doctype.doc72957 .commentary .avatar:first-of-type {
  margin-left: 15px;
  margin-right: 2em;
}

.show.hidden-doctype.doc72957 .commentary .avatar {
  margin-left: 15px;
}

.show.hidden-doctype.doc72957 .commentary .bio {
  padding-bottom: 2em;
  padding-top: 2em;
}

.show.hidden-doctype.doc73005 .container-headline {
  background-image: url(/layout-images/publications/201709palestinecommentaries/hdr_PalestineCommentaries-1680.jpg);
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc73005 .container-headline {
    background-position: left top;
  }
}

.show.hidden-doctype.doc73005 .headline {
  background-image: url(/layout-images/publications/201709palestinecommentaries/hdr_palestine-title.png);
  background-size: auto 100% !important;
  height: 225px;
}

@media (max-width: 480px) {
  .show.hidden-doctype.doc73005 .headline {
    background-size: auto 60% !important;
  }
}

.show.hidden-doctype.doc73005 .zone-title {
  background: #000;
}

.show.hidden-doctype.doc73005 .zone-title .subtitle {
  border-bottom: none;
  display: none;
}

.show.hidden-doctype.doc73005 .zone-title .meta, .show.hidden-doctype.doc73005 .zone-title .meta a {
  color: #fff;
}

.show.hidden-doctype.doc73005 .zone-title .meta span, .show.hidden-doctype.doc73005 .zone-title .meta a span {
  white-space: nowrap;
}

.show.hidden-doctype.doc73005 .zone-title .meta-heading {
  margin: 0 auto;
  width: 40%;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc73005 .zone-title .meta-heading {
    width: 60%;
  }
}

.show.hidden-doctype.doc77416 .zone-title, .show.hidden-doctype.doc77454 .zone-title, .show.hidden-doctype.doc77501 .zone-title, .show.hidden-doctype.doc77522 .zone-title, .show.hidden-doctype.doc77548 .zone-title, .show.hidden-doctype.doc77549 .zone-title, .show.hidden-doctype.doc78169 .zone-title, .show.hidden-doctype.doc78162 .zone-title, .show.hidden-doctype.doc78165 .zone-title, .show.hidden-doctype.doc78166 .zone-title, .show.hidden-doctype.doc78167 .zone-title, .show.hidden-doctype.doc78168 .zone-title {
  background: #000;
}

.show.hidden-doctype.doc77416 .zone-title .container-headline, .show.hidden-doctype.doc77454 .zone-title .container-headline, .show.hidden-doctype.doc77501 .zone-title .container-headline, .show.hidden-doctype.doc77522 .zone-title .container-headline, .show.hidden-doctype.doc77548 .zone-title .container-headline, .show.hidden-doctype.doc77549 .zone-title .container-headline, .show.hidden-doctype.doc78169 .zone-title .container-headline, .show.hidden-doctype.doc78162 .zone-title .container-headline, .show.hidden-doctype.doc78165 .zone-title .container-headline, .show.hidden-doctype.doc78166 .zone-title .container-headline, .show.hidden-doctype.doc78167 .zone-title .container-headline, .show.hidden-doctype.doc78168 .zone-title .container-headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/AWHBackground-1680.jpg);
  background-size: cover;
}

.show.hidden-doctype.doc77416 .zone-title .subtitle, .show.hidden-doctype.doc77454 .zone-title .subtitle, .show.hidden-doctype.doc77501 .zone-title .subtitle, .show.hidden-doctype.doc77522 .zone-title .subtitle, .show.hidden-doctype.doc77548 .zone-title .subtitle, .show.hidden-doctype.doc77549 .zone-title .subtitle, .show.hidden-doctype.doc78169 .zone-title .subtitle, .show.hidden-doctype.doc78162 .zone-title .subtitle, .show.hidden-doctype.doc78165 .zone-title .subtitle, .show.hidden-doctype.doc78166 .zone-title .subtitle, .show.hidden-doctype.doc78167 .zone-title .subtitle, .show.hidden-doctype.doc78168 .zone-title .subtitle {
  display: none;
}

.show.hidden-doctype.doc77416 .zone-title .meta.pub-meta, .show.hidden-doctype.doc77416 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc77454 .zone-title .meta.pub-meta, .show.hidden-doctype.doc77454 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc77501 .zone-title .meta.pub-meta, .show.hidden-doctype.doc77501 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc77522 .zone-title .meta.pub-meta, .show.hidden-doctype.doc77522 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc77548 .zone-title .meta.pub-meta, .show.hidden-doctype.doc77548 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc77549 .zone-title .meta.pub-meta, .show.hidden-doctype.doc77549 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc78169 .zone-title .meta.pub-meta, .show.hidden-doctype.doc78169 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc78162 .zone-title .meta.pub-meta, .show.hidden-doctype.doc78162 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc78165 .zone-title .meta.pub-meta, .show.hidden-doctype.doc78165 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc78166 .zone-title .meta.pub-meta, .show.hidden-doctype.doc78166 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc78167 .zone-title .meta.pub-meta, .show.hidden-doctype.doc78167 .zone-title .meta.pub-meta a, .show.hidden-doctype.doc78168 .zone-title .meta.pub-meta, .show.hidden-doctype.doc78168 .zone-title .meta.pub-meta a {
  color: #fff;
}

.show.hidden-doctype.doc77416 .content-overflow, .show.hidden-doctype.doc77454 .content-overflow, .show.hidden-doctype.doc77501 .content-overflow, .show.hidden-doctype.doc77522 .content-overflow, .show.hidden-doctype.doc77548 .content-overflow, .show.hidden-doctype.doc77549 .content-overflow, .show.hidden-doctype.doc78169 .content-overflow, .show.hidden-doctype.doc78162 .content-overflow, .show.hidden-doctype.doc78165 .content-overflow, .show.hidden-doctype.doc78166 .content-overflow, .show.hidden-doctype.doc78167 .content-overflow, .show.hidden-doctype.doc78168 .content-overflow {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.show.hidden-doctype.doc77416 .content-overflow .full-width, .show.hidden-doctype.doc77454 .content-overflow .full-width, .show.hidden-doctype.doc77501 .content-overflow .full-width, .show.hidden-doctype.doc77522 .content-overflow .full-width, .show.hidden-doctype.doc77548 .content-overflow .full-width, .show.hidden-doctype.doc77549 .content-overflow .full-width, .show.hidden-doctype.doc78169 .content-overflow .full-width, .show.hidden-doctype.doc78162 .content-overflow .full-width, .show.hidden-doctype.doc78165 .content-overflow .full-width, .show.hidden-doctype.doc78166 .content-overflow .full-width, .show.hidden-doctype.doc78167 .content-overflow .full-width, .show.hidden-doctype.doc78168 .content-overflow .full-width {
  background: #929497;
  color: #fff;
  margin-bottom: 2em;
  margin-left: 0;
  padding: 1em 0;
  width: 100vw;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc77416 .content-overflow .full-width .foreground, .show.hidden-doctype.doc77454 .content-overflow .full-width .foreground, .show.hidden-doctype.doc77501 .content-overflow .full-width .foreground, .show.hidden-doctype.doc77522 .content-overflow .full-width .foreground, .show.hidden-doctype.doc77548 .content-overflow .full-width .foreground, .show.hidden-doctype.doc77549 .content-overflow .full-width .foreground, .show.hidden-doctype.doc78169 .content-overflow .full-width .foreground, .show.hidden-doctype.doc78162 .content-overflow .full-width .foreground, .show.hidden-doctype.doc78165 .content-overflow .full-width .foreground, .show.hidden-doctype.doc78166 .content-overflow .full-width .foreground, .show.hidden-doctype.doc78167 .content-overflow .full-width .foreground, .show.hidden-doctype.doc78168 .content-overflow .full-width .foreground {
    width: 80%;
  }
}

.show.hidden-doctype.doc77416 .content-overflow .full-width h3, .show.hidden-doctype.doc77454 .content-overflow .full-width h3, .show.hidden-doctype.doc77501 .content-overflow .full-width h3, .show.hidden-doctype.doc77522 .content-overflow .full-width h3, .show.hidden-doctype.doc77548 .content-overflow .full-width h3, .show.hidden-doctype.doc77549 .content-overflow .full-width h3, .show.hidden-doctype.doc78169 .content-overflow .full-width h3, .show.hidden-doctype.doc78162 .content-overflow .full-width h3, .show.hidden-doctype.doc78165 .content-overflow .full-width h3, .show.hidden-doctype.doc78166 .content-overflow .full-width h3, .show.hidden-doctype.doc78167 .content-overflow .full-width h3, .show.hidden-doctype.doc78168 .content-overflow .full-width h3 {
  color: #fff;
  margin-bottom: 0;
}

.show.hidden-doctype.doc77416 .content-overflow h3, .show.hidden-doctype.doc77454 .content-overflow h3, .show.hidden-doctype.doc77501 .content-overflow h3, .show.hidden-doctype.doc77522 .content-overflow h3, .show.hidden-doctype.doc77548 .content-overflow h3, .show.hidden-doctype.doc77549 .content-overflow h3, .show.hidden-doctype.doc78169 .content-overflow h3, .show.hidden-doctype.doc78162 .content-overflow h3, .show.hidden-doctype.doc78165 .content-overflow h3, .show.hidden-doctype.doc78166 .content-overflow h3, .show.hidden-doctype.doc78167 .content-overflow h3, .show.hidden-doctype.doc78168 .content-overflow h3 {
  margin-bottom: 1em;
  text-transform: uppercase;
}

.show.hidden-doctype.doc77416 .content-overflow h3 span, .show.hidden-doctype.doc77454 .content-overflow h3 span, .show.hidden-doctype.doc77501 .content-overflow h3 span, .show.hidden-doctype.doc77522 .content-overflow h3 span, .show.hidden-doctype.doc77548 .content-overflow h3 span, .show.hidden-doctype.doc77549 .content-overflow h3 span, .show.hidden-doctype.doc78169 .content-overflow h3 span, .show.hidden-doctype.doc78162 .content-overflow h3 span, .show.hidden-doctype.doc78165 .content-overflow h3 span, .show.hidden-doctype.doc78166 .content-overflow h3 span, .show.hidden-doctype.doc78167 .content-overflow h3 span, .show.hidden-doctype.doc78168 .content-overflow h3 span {
  display: block;
  font-size: 0.7em;
  margin-top: 0.8em;
}

.show.hidden-doctype.doc77416 .gray-background, .show.hidden-doctype.doc77454 .gray-background, .show.hidden-doctype.doc77501 .gray-background, .show.hidden-doctype.doc77522 .gray-background, .show.hidden-doctype.doc77548 .gray-background, .show.hidden-doctype.doc77549 .gray-background, .show.hidden-doctype.doc78169 .gray-background, .show.hidden-doctype.doc78162 .gray-background, .show.hidden-doctype.doc78165 .gray-background, .show.hidden-doctype.doc78166 .gray-background, .show.hidden-doctype.doc78167 .gray-background, .show.hidden-doctype.doc78168 .gray-background {
  background: #e6e7e8;
}

.show.hidden-doctype.doc77416 .gray-background .author-box, .show.hidden-doctype.doc77454 .gray-background .author-box, .show.hidden-doctype.doc77501 .gray-background .author-box, .show.hidden-doctype.doc77522 .gray-background .author-box, .show.hidden-doctype.doc77548 .gray-background .author-box, .show.hidden-doctype.doc77549 .gray-background .author-box, .show.hidden-doctype.doc78169 .gray-background .author-box, .show.hidden-doctype.doc78162 .gray-background .author-box, .show.hidden-doctype.doc78165 .gray-background .author-box, .show.hidden-doctype.doc78166 .gray-background .author-box, .show.hidden-doctype.doc78167 .gray-background .author-box, .show.hidden-doctype.doc78168 .gray-background .author-box {
  background: #e6e7e8;
}

.show.hidden-doctype.doc77416 .gray-background .report-commentary, .show.hidden-doctype.doc77454 .gray-background .report-commentary, .show.hidden-doctype.doc77501 .gray-background .report-commentary, .show.hidden-doctype.doc77522 .gray-background .report-commentary, .show.hidden-doctype.doc77548 .gray-background .report-commentary, .show.hidden-doctype.doc77549 .gray-background .report-commentary, .show.hidden-doctype.doc78169 .gray-background .report-commentary, .show.hidden-doctype.doc78162 .gray-background .report-commentary, .show.hidden-doctype.doc78165 .gray-background .report-commentary, .show.hidden-doctype.doc78166 .gray-background .report-commentary, .show.hidden-doctype.doc78167 .gray-background .report-commentary, .show.hidden-doctype.doc78168 .gray-background .report-commentary {
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc77416 .gray-background .report-commentary, .show.hidden-doctype.doc77454 .gray-background .report-commentary, .show.hidden-doctype.doc77501 .gray-background .report-commentary, .show.hidden-doctype.doc77522 .gray-background .report-commentary, .show.hidden-doctype.doc77548 .gray-background .report-commentary, .show.hidden-doctype.doc77549 .gray-background .report-commentary, .show.hidden-doctype.doc78169 .gray-background .report-commentary, .show.hidden-doctype.doc78162 .gray-background .report-commentary, .show.hidden-doctype.doc78165 .gray-background .report-commentary, .show.hidden-doctype.doc78166 .gray-background .report-commentary, .show.hidden-doctype.doc78167 .gray-background .report-commentary, .show.hidden-doctype.doc78168 .gray-background .report-commentary {
    width: 80%;
  }
}

.show.hidden-doctype.doc77416 .case-study, .show.hidden-doctype.doc77454 .case-study, .show.hidden-doctype.doc77501 .case-study, .show.hidden-doctype.doc77522 .case-study, .show.hidden-doctype.doc77548 .case-study, .show.hidden-doctype.doc77549 .case-study, .show.hidden-doctype.doc78169 .case-study, .show.hidden-doctype.doc78162 .case-study, .show.hidden-doctype.doc78165 .case-study, .show.hidden-doctype.doc78166 .case-study, .show.hidden-doctype.doc78167 .case-study, .show.hidden-doctype.doc78168 .case-study {
  background-color: #e6e7e8;
  margin: 2.5em 0;
  padding: 1.5em;
}

.show.hidden-doctype.doc77416 .case-study h3, .show.hidden-doctype.doc77454 .case-study h3, .show.hidden-doctype.doc77501 .case-study h3, .show.hidden-doctype.doc77522 .case-study h3, .show.hidden-doctype.doc77548 .case-study h3, .show.hidden-doctype.doc77549 .case-study h3, .show.hidden-doctype.doc78169 .case-study h3, .show.hidden-doctype.doc78162 .case-study h3, .show.hidden-doctype.doc78165 .case-study h3, .show.hidden-doctype.doc78166 .case-study h3, .show.hidden-doctype.doc78167 .case-study h3, .show.hidden-doctype.doc78168 .case-study h3 {
  font-size: 0.9em;
  margin-left: 0;
  text-transform: uppercase;
}

.show.hidden-doctype.doc77416 .case-study h4, .show.hidden-doctype.doc77454 .case-study h4, .show.hidden-doctype.doc77501 .case-study h4, .show.hidden-doctype.doc77522 .case-study h4, .show.hidden-doctype.doc77548 .case-study h4, .show.hidden-doctype.doc77549 .case-study h4, .show.hidden-doctype.doc78169 .case-study h4, .show.hidden-doctype.doc78162 .case-study h4, .show.hidden-doctype.doc78165 .case-study h4, .show.hidden-doctype.doc78166 .case-study h4, .show.hidden-doctype.doc78167 .case-study h4, .show.hidden-doctype.doc78168 .case-study h4 {
  color: #000;
  font-size: 1.2em;
  margin: 1em 0;
  padding-top: 0;
  text-transform: none;
}

.show.hidden-doctype.doc77416 .case-study h5, .show.hidden-doctype.doc77454 .case-study h5, .show.hidden-doctype.doc77501 .case-study h5, .show.hidden-doctype.doc77522 .case-study h5, .show.hidden-doctype.doc77548 .case-study h5, .show.hidden-doctype.doc77549 .case-study h5, .show.hidden-doctype.doc78169 .case-study h5, .show.hidden-doctype.doc78162 .case-study h5, .show.hidden-doctype.doc78165 .case-study h5, .show.hidden-doctype.doc78166 .case-study h5, .show.hidden-doctype.doc78167 .case-study h5, .show.hidden-doctype.doc78168 .case-study h5 {
  padding: 1em 0;
  font-size: 1.1em;
}

.show.hidden-doctype.doc77416 .case-study .section-notes, .show.hidden-doctype.doc77454 .case-study .section-notes, .show.hidden-doctype.doc77501 .case-study .section-notes, .show.hidden-doctype.doc77522 .case-study .section-notes, .show.hidden-doctype.doc77548 .case-study .section-notes, .show.hidden-doctype.doc77549 .case-study .section-notes, .show.hidden-doctype.doc78169 .case-study .section-notes, .show.hidden-doctype.doc78162 .case-study .section-notes, .show.hidden-doctype.doc78165 .case-study .section-notes, .show.hidden-doctype.doc78166 .case-study .section-notes, .show.hidden-doctype.doc78167 .case-study .section-notes, .show.hidden-doctype.doc78168 .case-study .section-notes {
  border-top: 1px solid #000;
  margin-top: 1em;
  padding-top: 1em;
}

.show.hidden-doctype.doc77416 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_PoliticalEconomyChapterHeader.png);
}

.show.hidden-doctype.doc77454 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_EducationChapterHeader.png);
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc77454 .container-headline .headline {
    background-size: auto 80%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc77454 .container-headline .headline {
    background-size: auto 100%;
  }
}

.show.hidden-doctype.doc77501 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_GovernanceChapterHeader.png);
  background-size: auto 60%;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc77501 .container-headline .headline {
    background-size: auto 45%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc77501 .container-headline .headline {
    background-size: auto 100%;
  }
}

.show.hidden-doctype.doc77522 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_RefugeesChapterHeader.png);
  background-size: auto 70%;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc77522 .container-headline .headline {
    background-size: auto 60%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc77522 .container-headline .headline {
    background-size: auto 100%;
  }
}

.show.hidden-doctype.doc77548 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_ConflictChapterHeader.png);
  background-size: auto 100%;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc77548 .container-headline .headline {
    background-size: auto 60%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc77548 .container-headline .headline {
    background-size: auto 100%;
  }
}

.show.hidden-doctype.doc77549 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_TitleHeader.png);
  background-size: auto;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc77549 .container-headline .headline {
    background-size: auto 70%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc77549 .container-headline .headline {
    background-size: auto 100%;
  }
}

.show.hidden-doctype.doc78169 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_TitleHeader_Ar.png);
  background-size: 30%;
  height: 270px;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc78169 .container-headline .headline {
    background-size: 70%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78169 .container-headline .headline {
    background-size: 60%;
    height: 180px;
  }
}

.show.hidden-doctype.doc78162 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_PoliticalEconomyChapterHeader_ar.png);
  background-size: 50%;
  height: 270px;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc78162 .container-headline .headline {
    background-size: 70%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78162 .container-headline .headline {
    background-size: 60%;
    height: 180px;
  }
}

.show.hidden-doctype.doc78162 .case-study h3 {
  margin-right: 0;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78162 .article-body h3 {
    margin-right: 0;
  }
}

.show.hidden-doctype.doc78165 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_GovernanceChapterHeader_ar.png);
  background-size: 50%;
  height: 270px;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc78165 .container-headline .headline {
    background-size: 70%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78165 .container-headline .headline {
    background-size: 60%;
    height: 180px;
  }
}

.show.hidden-doctype.doc78165 .case-study h3 {
  margin-right: 0;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78165 .article-body h3 {
    margin-right: 0;
  }
}

.show.hidden-doctype.doc78166 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_EducationChapterHeader_ar.png);
  background-size: 50%;
  height: 270px;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc78166 .container-headline .headline {
    background-size: 70%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78166 .container-headline .headline {
    background-size: 60%;
    height: 180px;
  }
}

.show.hidden-doctype.doc78166 .case-study h3 {
  margin-right: 0;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78166 .article-body h3 {
    margin-right: 0;
  }
}

.show.hidden-doctype.doc78167 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_RefugeesChapterHeader_ar.png);
  background-size: 50%;
  height: 270px;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc78167 .container-headline .headline {
    background-size: 70%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78167 .container-headline .headline {
    background-size: 60%;
    height: 180px;
  }
}

.show.hidden-doctype.doc78167 .case-study h3 {
  margin-right: 0;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78167 .article-body h3 {
    margin-right: 0;
  }
}

.show.hidden-doctype.doc78168 .container-headline .headline {
  background-image: url(/layout-images/special-projects/img/arabworldhorizons/ArabHorizons_ConflictChapterHeader_ar.png);
  background-size: 50%;
  height: 270px;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc78168 .container-headline .headline {
    background-size: 70%;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78168 .container-headline .headline {
    background-size: 60%;
    height: 180px;
  }
}

.show.hidden-doctype.doc78168 .case-study h3 {
  margin-right: 0;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc78168 .article-body h3 {
    margin-right: 0;
  }
}

.show.hidden-doctype.doc73214 .container-headline {
  background-image: url(/layout-images/publications/201710irandeal/hdr_TrumpIranDeal-1980.jpg);
  background-position: left top;
}

.show.hidden-doctype.doc73214 .container-headline h1 {
  font-size: 2.5rem;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc73214 .container-headline h1 {
    font-size: 2rem;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc73214 .container-headline h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .show.hidden-doctype.doc73214 .container-headline {
    background-position: 10% top;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc73214 .container-headline {
    background-position: 16% top;
  }
}

.show.hidden-doctype.doc73214 .headline {
  margin: 60px 40%;
  width: 50%;
}

.show.hidden-doctype.doc73214 .headline span {
  display: block !important;
}

@media (max-width: 768px) {
  .show.hidden-doctype.doc73214 .headline {
    height: 230px;
    margin: auto 35%;
    width: 60%;
  }
}

.show.hidden-doctype.doc73214 .zone-title {
  background: #000;
}

.show.hidden-doctype.doc73214 .zone-title .subtitle {
  border-bottom: none;
  display: none;
}

.show.hidden-doctype.doc73214 .zone-title .meta, .show.hidden-doctype.doc73214 .zone-title .meta a {
  color: #fff;
}

.show.hidden-doctype.doc73214 .zone-title .meta span, .show.hidden-doctype.doc73214 .zone-title .meta a span {
  white-space: nowrap;
}

.show.hidden-doctype.doc73214 .zone-title .meta-heading {
  margin: 0 auto;
  width: 40%;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc73214 .zone-title .meta-heading {
    width: 60%;
  }
}

.show.hidden-doctype.doc73214 .zone-title .meta.pub-meta.component.center {
  display: none;
}

.show.hidden-doctype.doc73214 .zone-1 ul {
  margin-right: 0;
}

.show.hidden-doctype.doc73214 .zone-1 .section-intro strong {
  font-size: 1.1rem;
}

.show.hidden-doctype.doc73214 .zone-1 .section-intro .byline {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  margin: 30px 0;
  padding-bottom: 30px;
  padding-left: 30px;
}

.show.hidden-doctype.doc73214 .zone-1 .section-intro .byline p {
  margin-bottom: 15px;
}

.show.hidden-doctype.doc73214 .zone-1 .section-intro .byline a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.show.hidden-doctype.doc73214 .zone-1 .section-intro .byline .title {
  display: block;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc73214 .zone-1 .section-intro .byline {
    font-size: 0.9rem;
    padding-left: 0;
  }
}

.show.hidden-doctype.doc73214 .zone-1 .intro-nav {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.show.hidden-doctype.doc73214 .zone-1 .intro-nav li > a {
  white-space: nowrap;
}

.show.hidden-doctype.doc73214 .zone-1 .list-across-divided > li {
  padding-right: 15px;
}

.show.hidden-doctype.doc73214 .zone-1 .claims p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.show.hidden-doctype.doc73214 .zone-1 .claims p em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  text-transform: none;
}

.show.hidden-doctype.doc73214 .zone-1 .claims ul.list-items-divided li:last-child {
  border: none;
}

.show.hidden-doctype.doc73214 .zone-1 .anchor-point {
  top: -55px;
}

.show.hidden-doctype.doc73214 .zone-1 .anchor-point.anchor-point--heavy-water, .show.hidden-doctype.doc73214 .zone-1 .anchor-point.anchor-point--intro {
  top: -85px;
}

.show.hidden-doctype.doc73214 .zone-1 .quotes li {
  margin-bottom: 45px;
}

.show.hidden-doctype.doc73214 .zone-1 .quotes .quote {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.show.hidden-doctype.doc73214 .zone-1 .quotes .attribution {
  font-size: 1.1rem;
  margin-left: 45px;
}

.show.hidden-doctype.doc73214 .zone-1 .quotes .attribution strong, .show.hidden-doctype.doc73214 .zone-1 .quotes .attribution p {
  padding-left: 70px;
}

.show.hidden-doctype.doc73214 .zone-1 .quotes .attribution strong {
  margin-left: -70px;
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc73214 .zone-1 .quotes .attribution {
    font-size: 0.9rem;
    margin-left: 0;
  }
}

.show.hidden-doctype.doc73214 .zone-1 .quotes .avatar {
  background-position: 42% center;
}

.show.hidden-doctype.doc73214 .zone-1 .quotes .avatar.mcmaster {
  background-size: 200% auto;
}

.show.hidden-doctype.doc73214 .zone-1 h2 {
  background-color: #092e55;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  margin-bottom: 30px;
  margin-top: 45px;
  padding: 10px 20px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc73214 .zone-1 h2 {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc73214 .zone-1 h2 {
    font-size: 0.9rem;
  }
}

.show.hidden-doctype.doc73214 .zone-1 h3 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.5rem;
  margin-bottom: 30px;
  margin-top: 37.5px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc73214 .zone-1 h3 {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc73214 .zone-1 h3 {
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .show.hidden-doctype.doc73214 .zone-1 .article-body,
  .show.hidden-doctype.doc73214 .zone-1 .article-body > p,
  .show.hidden-doctype.doc73214 .zone-1 .article-body > div,
  .show.hidden-doctype.doc73214 .zone-1 .article-body > ul {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .show.hidden-doctype.doc73214 .zone-1 .article-body,
  .show.hidden-doctype.doc73214 .zone-1 .article-body > p,
  .show.hidden-doctype.doc73214 .zone-1 .article-body > div,
  .show.hidden-doctype.doc73214 .zone-1 .article-body > ul {
    font-size: 1rem;
  }
}

.show.hidden-doctype.doc73214 .datestamp {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.9rem;
  margin: -15px 0 60px 0;
}

.show.hidden-doctype.doc73214 .datestamp strong {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.show.hidden-doctype.doc57436 .headline {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_page-title-photoessay.png);
}

.show.hidden-doctype.doc57435 .headline {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_page-title-qanda.png);
}

.show.hidden-doctype.doc57435 .zone-title .subtitle {
  border-bottom: none;
}

.show.hidden-doctype.doc57435 .zone-title .pub-meta {
  display: none;
}

.show.hidden-doctype.doc60145 .headline {
  background-image: url(/layout-images/ModiFirstYear_header_txt.png);
}

.show.hidden-doctype.doc60145 .zone-title .pub-meta {
  display: none;
}

.show.hidden-doctype.doc60145 .zone-title .subtitle {
  border: 0;
  margin-bottom: 0;
}

.show.hidden-doctype.doc60145 .zone-1 .author {
  color: #a28556;
  font-family: "FrutigerLTW01-55Roman",Arial,sans-serif;
  font-size: 1.1em;
  margin-top: -0.5em;
  text-transform: uppercase;
}

.show.hidden-doctype.doc60145 .zone-1 .author.byline {
  display: block;
  font-family: "FrutigerLTW01-55Roman",Arial,sans-serif;
  margin-bottom: 2em;
}

@media (max-width: 1024px) {
  .landing-specialproject.big-topic.grid-display .zone-title {
    margin-top: -1px;
  }
}

.landing-specialproject.big-topic.grid-display .zone-title .container-title {
  margin: 0;
  width: auto;
}

.landing-specialproject.big-topic.grid-display .zone-title .container-title h2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-left: 0;
}

.landing-specialproject.big-topic.grid-display ul.grid-display {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.landing-specialproject.big-topic.grid-display ul.grid-display li {
  float: left;
  margin: 0;
  padding: 0;
}

.landing-specialproject.big-topic.grid-display ul.grid-display li a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 510;
}

.landing-specialproject.big-topic.grid-display ul.grid-display li a img {
  display: block;
  position: relative;
  z-index: 500;
}

.landing-specialproject.big-topic.grid-display .footer .foreground {
  border-top: none;
  padding-top: 0;
  margin-top: 50px;
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title {
  background-color: #000;
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_zoneTitle.png);
  background-position: center bottom;
  height: 330px;
  padding-top: 0;
}

@media (max-width: 1024px) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title {
    background-size: auto 100%;
    height: 300px;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title {
    height: 200px;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title {
    height: 200px;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title {
    height: 150px;
  }
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title .container-title {
  background: none;
  display: table;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title .container-title h2 {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/project-logo.png);
  margin-top: 60px;
  height: 230px;
  width: 300px;
}

@media (max-width: 1024px) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title .container-title h2 {
    background-size: auto 100%;
    height: 230px;
    margin-top: 2em;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title .container-title h2 {
    height: 140px;
    margin-top: 1.8em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title .container-title h2 {
    height: 140px;
    width: 200px;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .zone-title .container-title h2 {
    height: 100px;
    width: 200px;
  }
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.full-width {
  background-color: #000;
  margin-top: 0;
  width: 100%;
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.full-width.white-background {
  background-color: #fff;
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground {
  border-bottom: 9px solid #000;
  border-top: 9px solid #000;
  margin-top: 0;
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li {
  width: 33.2%;
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li {
    width: 49.9%;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li {
    width: 99.9%;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li {
    width: 99.9%;
  }
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.cover-story {
  width: 33.2%;
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.cover-story {
    width: 49.9%;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.cover-story {
    width: 99.9%;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.cover-story {
    width: 99.9%;
  }
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.cover-story a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Images_AWorldConfused.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.quiz a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Images_Quiz.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.qanda a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Images_QandA.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.survey a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Images_ExpertSurvey.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.photo-essay a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Images_PhotoEssay.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.top10-pubs a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Images_Top10Publications.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.video a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Images_VideoSeries.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.countries a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Images_Factoid1.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.languages a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014//EOY_Images_Factoid2.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.top5-videos a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Images_Top5Videos.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li.top10-posts a {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Images_Top10BlogPosts.png);
}

.landing-specialproject.big-topic.grid-display.year-in-crisis-2014 .section.foreground ul li a > img {
  width: 100%;
  height: auto;
}

.landing-specialproject.big-topic.grid-display .section.full-width {
  background-color: #000;
  margin-top: 0;
}

.landing-specialproject.big-topic.grid-display .section.full-width .section.foreground {
  margin-top: 0;
  padding-bottom: 3em;
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li {
  width: 33.3%;
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li.cover-story {
  width: 66.5%;
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li.cover-story {
    width: 99.9%;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li.cover-story {
    width: 99.9%;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li.cover-story {
    width: 99.9%;
  }
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li.cover-story a {
  cursor: default;
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li {
    width: 49.9%;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li {
    width: 99.9%;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li {
    width: 99.9%;
  }
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li a > img {
  width: 100%;
  height: auto;
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li a h5 {
  bottom: 0;
  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;
  position: absolute;
  z-index: 505;
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li a h5 div.title {
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1em;
  padding: 0.5em 1em;
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.event {
  background: none;
  bottom: 50%;
  font-size: 1.4em;
  margin: 0 5%;
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li 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-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated {
    font-size: 1.3em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated {
    font-size: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated {
    font-size: 1.3em;
  }
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated div.title {
  background: none;
  color: #001B38;
  padding-left: 0;
  padding-top: 0.3em;
}

@media screen and (max-width: 900px) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated div.title {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li 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-specialproject.big-topic.grid-display .section.full-width ul li 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-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated div.author {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.dated div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li 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-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern {
    font-size: 1.3em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern {
    font-size: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern {
    font-size: 1.3em;
  }
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern div.title {
  background: none;
  border-top: 1px solid #393939;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern div.title {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern div.title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern div.author {
  background: none;
  color: #001B38;
  font-size: 0.8em;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern div.author {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

@media (max-width: 568px) and (orientation: portrait) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .landing-specialproject.big-topic.grid-display .section.full-width ul li a h5.pattern div.author {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

.landing-specialproject.big-topic.grid-display .section.full-width ul li 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-specialproject.big-topic.grid-display.theIranDeal .section.full-width, .landing-specialproject.big-topic.grid-display.nuclearIran .section.full-width {
  padding-bottom: 3em;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .zone-title {
  background-color: #e4e3dd;
  background-position: center 25px;
  background-repeat: repeat-x;
  background-size: auto 62%;
  display: table;
  height: 350px;
  padding-top: 0;
  position: relatve;
  width: 100%;
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .zone-title {
    background-size: auto 59%;
    height: 225px;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .headline {
  height: 171px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .headline {
    height: 60px;
    margin-top: 2em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .subtitle {
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-family: "FrutigerLTW01-55Roman",Arial,sans-serif;
  font-size: 95%;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  width: 55%;
  position: relative;
  top: 2.5em;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .subtitle:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .subtitle {
    top: 2em;
    width: 75%;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .subtitle {
    font-size: 120%;
    width: 85%;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .metaD {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
  top: 4em;
}

@media (max-width: 1024px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .metaD {
    top: 3.5em;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .metaD {
    top: 2em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .metaD span {
  display: table;
  margin: 0 auto;
  width: auto;
}

@media (max-width: 1024px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .metaD span {
    float: none;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .metaD span.quiz {
  color: #000000;
  font-size: 1.7em;
  text-transform: none;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .metaD span.author {
  text-transform: uppercase;
  font-family: "Frutiger LT W01 65 Bold","Arial",sans-serif;
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .container-title .metaD span.author {
    font-size: 1.3em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .section.full-width {
  background-color: #FFF;
  margin-top: 4em;
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .section.full-width {
    margin-top: 2em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .section.full-width .section.foreground {
  border: none;
  margin: 0 auto;
  width: 55%;
  float: none;
}

@media screen and (max-width: 800px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .section.full-width .section.foreground {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype .section.full-width .section.foreground {
    width: 80%;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype .section.full-width .section.foreground form {
  font-size: 130%;
}

.show.hidden-doctype .zone-title .container-title {
  padding: 0;
  position: relative;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width {
  margin-top: 0;
}

@media (max-width: 640px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground {
    padding: 0;
    width: 90%;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground h2 {
  border-bottom: 7px solid #000;
  color: #000;
  padding-bottom: 0.5em;
  width: 100%;
}

@media (max-width: 640px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground ul {
    margin: 0;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground li {
  display: block;
  float: none;
  margin-bottom: 2em;
  width: 100%;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground li h3 {
  font-family: "Frutiger LT W01 65 Bold","Arial Black",Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground li h3 a {
  color: #000000;
  font-size: 110%;
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground li h3 {
    margin-left: 0;
    margin-bottom: .5em;
    width: 100%;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground li .author {
  color: #ab8652;
  font-family: "FrutigerLTW01-45Light",Arial,sans-serif;
  margin-left: 92px;
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground li .author {
    display: block;
    float: none;
    clear: none;
    margin-left: 0;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground li p {
  border-bottom: 1px solid #000;
  margin-left: 92px;
  margin-top: 1em;
  padding-bottom: 2em;
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground li p {
    margin-left: 0;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.number-list .section.full-width .section.foreground li.last p {
  border-bottom: none;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .zone-title {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Backpage_Header_Top10BlogPosts.jpg);
  height: 300px;
}

@media (max-width: 640px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .zone-title {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .zone-title {
    height: 250px;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .zone-title .container-title h2 {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_page-title-top10blogposts.png);
  margin-top: 1.5em;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .zone-title .container-title h2 span {
  display: none;
}

@media (max-width: 768px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .zone-title .container-title h2 {
    height: 140px;
    margin-top: 1.5em;
  }
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .zone-title .container-title h2 {
    height: 135px;
    margin-top: 1.7em;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .zone-title .container-title h2 {
    height: 120px;
    margin-top: 1.3em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .zone-title .container-title .subtitle {
  top: .5em;
  border-bottom: none;
}

@media (max-width: 768px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .zone-title .container-title .subtitle {
    height: 1.6em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .section.foreground h2 {
  font-family: "Frutiger LT W01 65 Bold","Arial Black",arial,sans-serif;
  margin-bottom: 1em;
}

@media (max-width: 640px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432 .section.foreground h2 {
    margin-left: 0;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432.number-list .section.full-width {
  margin-top: 4em;
}

@media (max-width: 640px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57432.number-list .section.full-width .section.foreground ul {
    margin-bottom: 4em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Backpage_Header_Top10Pubs.jpg);
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title .container-title h2 {
  margin-top: 1.5em;
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_page-title-top10pubs.png);
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title .container-title h2 span {
  display: none;
}

@media (max-width: 768px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title .container-title h2 {
    height: 130px;
    margin-top: 1.5em;
  }
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title .container-title h2 {
    height: 135px;
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title .container-title h2 {
    height: 90px;
    margin-top: 1.2em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title .container-title .subtitle {
  border-bottom: none;
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title .container-title .subtitle {
    top: 1.5em;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title .container-title .subtitle {
    top: 1.5em;
  }
}

@media (max-width: 768px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title {
    height: 310px;
  }
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .zone-title {
    height: 200px;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57433 .section.full-width {
  margin-top: 4em;
}

@media screen and (max-width: 646px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57450 .zone-title .container-title .subtitle {
    width: 90%;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57450 .zone-title .container-title h2 {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_page-title-coverstory.png);
}

@media (max-width: 768px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57450 .zone-title .container-title h2 {
    height: 130px;
    margin-top: 1.8em;
  }
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57450 .zone-title .container-title h2 {
    height: 135px;
    margin-top: 1.7em;
  }
}

@media (max-width: 480px) and (orientation: portrait) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57450 .zone-title .container-title h2 {
    height: 95px;
    margin-top: 2.2em;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57450 .zone-title .container-title h2 {
    height: 70px;
    margin-top: 1.5em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57450 .zone-title .container-title .tableContents {
  font-style: italic;
}

@media screen and (max-width: 800px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57434 .zone-title {
    background-size: auto 54%;
    height: 370px;
  }
}

@media (max-width: 768px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57434 .zone-title {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57434 .zone-title {
    height: 255px;
  }
}

@media screen and (max-width: 374px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57434 .zone-title .container-title .subtitle {
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57434 .zone-title .container-title .metaD .author {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 374px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57434 .zone-title .container-title .metaD .author {
    font-size: 1em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .zone-title {
  height: 400px;
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_zoneTitle-quiz.png);
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .zone-title .container-title h2 {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_page-title-quiz.png);
  margin-bottom: 0.4em;
}

@media (max-width: 768px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .zone-title .container-title h2 {
    height: 130px;
    margin-top: 1.5em;
  }
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .zone-title .container-title h2 {
    height: 135px;
    margin-top: 1.7em;
  }
}

@media (max-width: 480px) and (orientation: portrait) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .zone-title .container-title h2 {
    height: 95px;
    margin-top: 2.2em;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .zone-title .container-title h2 {
    height: 70px;
    margin-top: 1.5em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .zone-title .container-title .subtitle {
  border-bottom: none;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width {
  margin-top: 4em;
}

@media (max-width: 640px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width {
    margin-top: 0em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground {
  border: none;
}

@media (max-width: 640px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground {
    width: 100%;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form {
  font-family: "FrutigerLTW01-55Roman","Arial",sans-serif;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-title, .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-page-title, .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-progress-bar-text {
  display: none;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-question {
  margin-bottom: 2em;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-question .sg-instructions {
  border-bottom: 1px solid #a79f90;
  color: #a79f90;
  padding-bottom: 1em;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-question .sg-instructions > em {
  color: #000;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-question .sg-instructions.completed-message {
  border: none;
  background-color: #a79f90;
  color: #FFF;
  font-family: "FrutigerNeueLTW02-CnMd";
  padding: 1em;
  text-align: center;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-question .sg-instructions.completed-message a {
  color: #FFF;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-question .sg-instructions.completed-message .sharelinks {
  border-top: 1px solid #FFF;
  padding-top: .5em;
  margin: .5em 15% 0 15%;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-question-title {
  font-family: "Frutiger LT W01 65 Bold","Arial",sans-serif;
  line-height: 1.1em;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-question-number {
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
  display: block;
  float: left;
  font-family: "FrutigerLTW01-75Black","Arial Black",Arial,sans-serif;
  font-size: 1.8em;
  letter-spacing: -.05em;
  line-height: 1.8em;
  margin-right: .8em;
  margin-top: -.2em;
  text-align: center;
  height: 70px;
  width: 70px;
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form .sg-question-number {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-right: .5em;
    margin-top: .2em;
    height: 50px;
    width: 50px;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form ul.sg-list {
  border-bottom: 1px solid #000;
  display: table;
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 105px;
  padding-bottom: 1em;
  width: 85%;
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form ul.sg-list {
    float: none;
    clear: none;
    margin-left: 0;
    width: 100%;
    font-size: 95%;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form ul.sg-list li {
  display: block;
  float: left;
  line-height: 1em;
  padding: .2em;
  width: 80%;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form ul.sg-list li:hover {
  background-color: #E4E3DD;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form ul.sg-list li .sg-input-radio {
  float: left;
  margin-right: 1em;
  height: 20px;
  width: 20px;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form ul.sg-list li label {
  clear: none;
  cursor: pointer;
  float: left;
  margin-bottom: 0em;
  padding: 0;
  width: 80%;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form ul.sg-list li label:hover {
  background-color: transparent;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form #sgE-1926970-1-57-box ul.sg-list {
  border-bottom: none;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.quiz .section.full-width .section.foreground form.sg-survey-form input.sg-submit-button {
  background-color: #000;
  color: #FFF;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: .5em 1em;
  text-transform: uppercase;
  width: auto;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.survey .zone-title {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_zoneTitle-survey.png);
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.survey .zone-title .container-title .headline {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_page-title-survey.png);
  margin-top: 60px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.survey .zone-title .container-title .headline {
    height: 130px;
    margin-top: 1.5em;
  }
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.survey .zone-title .container-title .headline {
    height: 135px;
    margin-top: 1.7em;
  }
}

@media (max-width: 480px) and (orientation: portrait) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.survey .zone-title .container-title .headline {
    height: 95px;
    margin-top: 2.2em;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.survey .zone-title .container-title .headline {
    height: 70px;
    margin-top: 1.5em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.survey .zone-title .container-title .subtitle {
  border-bottom: none;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.survey .section.full-width .section.foreground {
  width: 100%;
}

@media (max-width: 1024px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.survey .section.full-width .section.foreground {
    padding: 0.5em 0;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57430 .zone-title {
  background-image: url(/layout-images/special-projects/YearInCrisis2014/EOY_Backpage_Header_Top5Videos.jpg);
  height: 320px;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57430 .zone-title .headline {
  margin-top: 50px;
  background-image: url(/layout-images/special-projects/YearInCrisis2014/bg_page-title-top5videos.png);
}

@media (max-width: 768px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57430 .zone-title .headline {
    height: 130px;
    margin-top: 1.5em;
  }
}

@media (max-width: 480px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57430 .zone-title .headline {
    height: 135px;
    margin-top: 1.7em;
  }
}

@media (max-width: 480px) and (orientation: portrait) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57430 .zone-title .headline {
    height: 95px;
    margin-top: 2.2em;
  }
}

@media (max-width: 767px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57430 .zone-title .headline {
    height: 70px;
    margin-top: 1.5em;
  }
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57430 .zone-title .subtitle {
  border-bottom: none;
}

.landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57430 .section.foreground {
  margin-top: 4em;
}

@media (max-width: 1024px) {
  .landing-specialproject.grid-display.big-topic.show.hidden-doctype.sp1462.doc57430 .section.foreground {
    padding: 0.5em 0;
  }
}

.iranConflict .landing-specialproject.grid-display.big-topic .section {
  background-color: #fff;
}

.iranConflict .landing-specialproject.grid-display.big-topic .section.foreground.no-bottom, .iranConflict .landing-specialproject.grid-display.big-topic .section.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.iranConflict .landing-specialproject.grid-display.big-topic .no-top {
  margin-top: 0;
}

.iranConflict .landing-specialproject.grid-display.big-topic .section-title {
  display: inline-block;
  margin-bottom: 60px;
  width: auto;
}

.iranConflict .landing-specialproject.grid-display.big-topic .zone-title {
  background-color: #000;
  color: #fff;
  font-size: 1.5em;
}

.iranConflict .landing-specialproject.grid-display.big-topic .zone-title .foreground.image {
  background-image: url(/layout-images/special-projects/img/iranconflict/hdr_iranConflict.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 150%;
  height: 500px;
}

.iranConflict .landing-specialproject.grid-display.big-topic .zone-title .title-area {
  bottom: 20px;
  position: absolute;
}

.iranConflict .landing-specialproject.grid-display.big-topic .zone-title h1 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2em;
  text-transform: uppercase;
}

.iranConflict .landing-specialproject.grid-display.big-topic .zone-title .description {
  background-color: #00a79d;
  padding: 30px 0;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list {
  margin: 60px auto 0 auto;
  padding-top: 30px;
  width: 100%;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece {
  background-color: #fff;
  border: 1px solid #929497;
  border-radius: 15px;
  display: block;
  margin: 30px 15px 60px 15px;
  padding: 45px 30px 30px;
  position: relative;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece.col-30 {
  width: 30%;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece .doctype {
  background-color: #000;
  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;
  left: 5%;
  text-transform: uppercase;
  top: -15px;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece h4 {
  line-height: 1.1em;
  margin-bottom: 15px;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece .meta li.date, .iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece .meta li.location {
  white-space: nowrap;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece .meta li.authors {
  padding-bottom: 0;
  display: inline;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece .meta em, .iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece .meta i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece a.teal {
  color: #00a79d;
}

.iranConflict .landing-specialproject.grid-display.big-topic .content-list .connector.ceip-icon {
  background-color: #fff;
  color: #e4e3dd;
}

.iranConflict .landing-specialproject.grid-display.big-topic .center .button.teal {
  background-color: #00a79d;
  display: inline-block;
}

.iranConflict .landing-specialproject.grid-display.big-topic .black {
  background-color: #000;
  padding-top: 60px;
  margin-bottom: 0;
}

.iranConflict .landing-specialproject.grid-display.big-topic .black .teal {
  color: #00a79d;
}

.iranConflict .landing-specialproject.grid-display.big-topic .black .teal .no-link {
  border: 2px solid #00a79d;
}

.iranConflict .landing-specialproject.grid-display.big-topic .black .media {
  color: #fff;
}

.iranConflict .landing-specialproject.grid-display.big-topic .black .media .meta {
  color: #fff;
}

.iranConflict .landing-specialproject.grid-display.big-topic .black .media .title {
  padding-top: 15px;
}

.iranConflict .landing-specialproject.grid-display.big-topic .black .media .avatar {
  border: 1px solid #00a79d;
}

.iranConflict .landing-specialproject.grid-display.big-topic .black .container-connector .connector.ceip-icon {
  background-color: #000;
  color: #fff;
}

.iranConflict .landing-specialproject.grid-display.big-topic .sign-up.gray-background {
  background-color: #e4e3dd;
  padding-top: 60px;
}

.iranConflict .landing-specialproject.grid-display.big-topic .sign-up .bordered-box--header {
  color: #998b7b;
}

.iranConflict .landing-specialproject.grid-display.big-topic .sign-up .bordered-box--header .no-link {
  border-color: #998b7b;
}

.iranConflict .landing-specialproject.grid-display.big-topic .sign-up .cols p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  padding-right: 60px;
}

.iranConflict .landing-specialproject.grid-display.big-topic .sign-up .clean-form {
  background-color: #fff;
}

.iranConflict .landing-specialproject.grid-display.big-topic .sign-up .clean-form p {
  font-size: 0.8rem;
}

.iranConflict .landing-specialproject.grid-display.big-topic .sign-up .container-connector .connector {
  background-color: #fff;
}

.iranConflict .landing-specialproject.grid-display.big-topic .sign-up .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.iranConflict .landing-specialproject.grid-display.big-topic .sign-up .facebook-teal a {
  background-image: url(/layout-images/Facebook_teal.png);
  background-size: contain;
  display: block;
  height: 50px;
  width: 50px;
}

.iranConflict .landing-specialproject.grid-display.big-topic .sign-up .twitter-teal a {
  background-image: url(/layout-images/Twitter_teal.png);
  background-size: contain;
  display: block;
  height: 50px;
  width: 50px;
}

@media (max-width: 1024px) {
  .iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece.col-30 {
    width: 44%;
  }
  .iranConflict .landing-specialproject.grid-display.big-topic .black .foreground {
    padding-left: 30px;
    padding-right: 30px;
  }
  .iranConflict .landing-specialproject.grid-display.big-topic .black .cols--equal-heights .col-33 {
    width: 50%;
  }
  .iranConflict .landing-specialproject.grid-display.big-topic .sign-up .foreground {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .iranConflict .landing-specialproject.grid-display.big-topic .content-list ul.clean-list.list-spaced--more.cols.cols--equal-heights {
    width: 93%;
  }
  .iranConflict .landing-specialproject.grid-display.big-topic .content-list li.content-piece.col-30 {
    margin-left: 0;
    margin-right: 0;
  }
}

.coronavirus .landing-specialproject.grid-display.big-topic .section {
  background-color: #fff;
}

.coronavirus .landing-specialproject.grid-display.big-topic .section.foreground.no-bottom, .coronavirus .landing-specialproject.grid-display.big-topic .section.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.coronavirus .landing-specialproject.grid-display.big-topic .no-top {
  margin-top: 0;
}

.coronavirus .landing-specialproject.grid-display.big-topic .section-title {
  display: inline-block;
  margin-bottom: 60px;
  width: auto;
}

.coronavirus .landing-specialproject.grid-display.big-topic .zone-title {
  background-color: #000;
  color: #fff;
  font-size: 1.5em;
  position: relative;
}

.coronavirus .landing-specialproject.grid-display.big-topic .zone-title .image {
  background-image: url(/layout-images/special-projects/img/coronavirus/hdr_coronavirus.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 150%;
  height: 500px;
}

.coronavirus .landing-specialproject.grid-display.big-topic .zone-title .image .foreground {
  height: 500px;
}

.coronavirus .landing-specialproject.grid-display.big-topic .zone-title .title-area {
  bottom: 20px;
  position: absolute;
}

.coronavirus .landing-specialproject.grid-display.big-topic .zone-title h1 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 3.5em;
  line-height: 1em;
}

.coronavirus .landing-specialproject.grid-display.big-topic .zone-title .blue-line {
  width: 15%;
  border-top: 5px solid #27aae1;
  margin-bottom: 5px;
}

.coronavirus .landing-specialproject.grid-display.big-topic .zone-title .subtitle {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.coronavirus .landing-specialproject.grid-display.big-topic .zone-title .description {
  background-color: #27aae1;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  padding: 30px 0;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list {
  margin: 60px auto 0 auto;
  padding-top: 30px;
  width: 100%;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece {
  background-color: #fff;
  border: 1px solid #929497;
  border-radius: 15px;
  display: block;
  margin: 30px 15px 60px 15px;
  padding: 45px 30px 30px;
  position: relative;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece.col-30 {
  width: 30%;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece .doctype {
  background-color: #000;
  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;
  left: 5%;
  text-transform: uppercase;
  top: -15px;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece h4 {
  line-height: 1.1em;
  margin-bottom: 15px;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece .meta li.date {
  white-space: nowrap;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece .meta li.authors {
  padding-bottom: 0;
  display: inline;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece .meta em, .coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece .meta i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece a.light-blue-link {
  color: #27aae1;
}

.coronavirus .landing-specialproject.grid-display.big-topic .content-list .connector.ceip-icon {
  background-color: #fff;
  color: #e4e3dd;
}

.coronavirus .landing-specialproject.grid-display.big-topic .center .button.light-blue-button {
  background-color: #27aae1;
  display: inline-block;
}

.coronavirus .landing-specialproject.grid-display.big-topic .black {
  background-color: #000;
  padding-top: 60px;
  margin-bottom: 0;
}

.coronavirus .landing-specialproject.grid-display.big-topic .black .light-blue {
  color: #27aae1;
}

.coronavirus .landing-specialproject.grid-display.big-topic .black .light-blue .no-link {
  border: 2px solid #27aae1;
}

.coronavirus .landing-specialproject.grid-display.big-topic .black .media {
  color: #fff;
}

.coronavirus .landing-specialproject.grid-display.big-topic .black .media .meta {
  color: #fff;
}

.coronavirus .landing-specialproject.grid-display.big-topic .black .media .title {
  padding-top: 15px;
}

.coronavirus .landing-specialproject.grid-display.big-topic .black .media .avatar {
  border: 1px solid #27aae1;
}

.coronavirus .landing-specialproject.grid-display.big-topic .black .container-connector .connector.ceip-icon {
  background-color: #000;
  color: #fff;
}

.coronavirus .landing-specialproject.grid-display.big-topic .sign-up.gray-background {
  background-color: #e4e3dd;
  padding-top: 60px;
}

.coronavirus .landing-specialproject.grid-display.big-topic .sign-up .bordered-box--header {
  color: #998b7b;
}

.coronavirus .landing-specialproject.grid-display.big-topic .sign-up .bordered-box--header .no-link {
  border-color: #998b7b;
}

.coronavirus .landing-specialproject.grid-display.big-topic .sign-up .cols p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  padding-right: 60px;
}

.coronavirus .landing-specialproject.grid-display.big-topic .sign-up .clean-form {
  background-color: #fff;
}

.coronavirus .landing-specialproject.grid-display.big-topic .sign-up .clean-form p {
  font-size: 0.8rem;
}

.coronavirus .landing-specialproject.grid-display.big-topic .sign-up .container-connector .connector {
  background-color: #fff;
}

.coronavirus .landing-specialproject.grid-display.big-topic .sign-up .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.coronavirus .landing-specialproject.grid-display.big-topic .sign-up .facebook-teal a {
  background-image: url(/layout-images/Facebook_teal.png);
  background-size: contain;
  display: block;
  height: 50px;
  width: 50px;
}

.coronavirus .landing-specialproject.grid-display.big-topic .sign-up .twitter-teal a {
  background-image: url(/layout-images/Twitter_teal.png);
  background-size: contain;
  display: block;
  height: 50px;
  width: 50px;
}

@media (max-width: 1024px) {
  .coronavirus .landing-specialproject.grid-display.big-topic .content-list.foreground {
    padding-left: 0;
    padding-right: 0;
  }
  .coronavirus .landing-specialproject.grid-display.big-topic .content-list li.content-piece.col-30 {
    width: 44%;
  }
  .coronavirus .landing-specialproject.grid-display.big-topic .black .foreground {
    padding-left: 30px;
    padding-right: 30px;
  }
  .coronavirus .landing-specialproject.grid-display.big-topic .black .cols--equal-heights .col-33 {
    width: 50%;
  }
  .coronavirus .landing-specialproject.grid-display.big-topic .sign-up .foreground {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .coronavirus .landing-specialproject.grid-display.big-topic .zone-title h1 {
    font-size: 3.5rem;
  }
  .coronavirus .landing-specialproject.grid-display.big-topic .content-list ul.clean-list.list-spaced--more.cols.cols--equal-heights {
    width: 93%;
  }
}

/* specialProjects partial */
.landing.about {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing.about .no-connector {
  padding: 60px 0 15px;
}

.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 .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 .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-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 .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 {
  background-color: #fff;
  padding: 30px;
}

.landing.about .cta form.analytics-stay-in-the-know h3 {
  float: left;
}

.landing.about .cta form.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 {
  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 {
  width: 100%;
}

.landing.about .cta form.analytics-stay-in-the-know .col-30 {
  float: right;
}

.landing.about .cta form.analytics-stay-in-the-know fieldset {
  border: 0;
}

.landing.about .cta form.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 {
  color: #000;
  margin-left: 5px;
}

.landing.about .cta form.analytics-stay-in-the-know button {
  background-color: #00a79d;
  float: right;
}

.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 .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.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 .intro {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  margin-top: 30px;
  text-align: center;
}

.landing.about.development .last-section {
  margin-bottom: 120px;
}

.landing.about.development .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.development .background-static-image.section {
  margin-bottom: 0;
  margin-top: 0;
}

.landing.about.development .background-static-image .foreground {
  display: table;
  width: auto;
}

.landing.about.development .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-align: center;
  text-shadow: 1px 1px 2px #000;
  text-transform: uppercase;
  z-index: 2;
}

.landing.about.development .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.development .background-static-image h1 span.bottom {
  font-size: 2rem;
}

.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.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.funders .funders-list .list h3 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.landing.about.funders .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 .funders-list .list p {
  line-height: normal;
  margin-bottom: 45px;
}

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

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

.academic .zone-spotlight {
  background-image: url(/layout-images/academic/AcademicPage_Header_Fall2017_1000.jpg);
  padding-top: 32.8%;
}

.landing-projects h3 {
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
}

.landing-projects p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9em;
  margin: 0 0 1em;
}

.landing-projects em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.day-after .button {
  border-radius: 10px;
}

.day-after .main-page .second-nav .home {
  display: none;
}

.day-after .second-nav {
  background-color: #000;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: 6;
}

.day-after .second-nav .home {
  float: left;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.day-after .second-nav .home a {
  color: #fff;
}

.day-after .second-nav .chapter-nav {
  color: #fff;
  cursor: pointer;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  float: right;
  letter-spacing: 3px;
  margin-right: -5px;
  padding: 0 5px;
  text-transform: uppercase;
}

.day-after .second-nav .chapter-nav .active {
  background-color: #fff;
  color: #231f20;
  padding: 0 5px;
}

.day-after .second-nav .chapter-nav .mega-menu {
  background-color: #fff;
  letter-spacing: 0px;
  margin-top: 25px;
  padding: 30px;
  z-index: 6;
  height: 85vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.day-after .second-nav .chapter-nav .mega-menu > div {
  float: none;
}

.day-after .second-nav .chapter-nav .mega-menu.active {
  display: block;
}

.day-after .second-nav .chapter-nav .mega-menu .clean-list.col {
  float: right;
}

.day-after .second-nav .chapter-nav .mega-menu li.secondary .submenu-trigger {
  clear: both;
  color: #231f20;
  display: block;
  margin: 0 0 10px 0;
  padding: 6px;
  text-align: right;
  text-transform: none;
  width: 100%;
}

.day-after .second-nav .chapter-nav .mega-menu li.secondary .submenu-trigger:hover {
  text-decoration: none;
}

.day-after .second-nav .chapter-nav .mega-menu li.secondary.active .submenu-trigger {
  background-color: red;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap {
  display: none;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap.active {
  display: block;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap a.cols {
  margin: 0;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap .doctype {
  font-size: 0.8rem;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap .feature {
  margin-bottom: 30px;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap .img-container {
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap .title-container strong {
  color: #231f20;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
  text-transform: none;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap .title-container .author {
  color: #231f20;
  margin-top: 15px;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
  text-transform: none;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap .secondary-list .col {
  margin-bottom: 15px;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap .secondary-list .col-50 {
  width: 49%;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap .secondary-list .img-container {
  height: 100px;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap .secondary-list .title-container strong {
  font-size: 1.1rem;
}

.day-after .second-nav .chapter-nav .mega-menu .mega-menu-subwrap .secondary-list .title-container .author {
  font-size: 0.8rem;
}

.day-after .background-video.first {
  border-bottom: 5px #000 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.day-after .background-video.first .foreground {
  width: 100%;
}

.day-after .background-video.first h1 {
  background-image: url(/layout-images/publications/day-after/hdr_DayAfter-text.png);
  bottom: 10%;
  height: 260px;
  position: absolute;
  width: 925px;
  z-index: 2;
}

.day-after .background-video.first h1 span {
  clear: both;
  display: none;
}

.day-after .background-video.first video {
  background: url(/layout-images/publications/day-after/DayAfterLanding-Page.jpg) no-repeat;
}

.day-after .background-video .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -75%;
}

.day-after .background-video video {
  position: absolute;
  top: 40%;
  left: 50%;
  min-width: 100%;
  min-height: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.day-after .background {
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  padding: 30px 0;
  position: relative;
  text-align: center;
  z-index: 5;
}

.day-after .background.black {
  background-color: #000;
  color: #fff;
}

.day-after .background.dark-blue {
  background-color: blue;
  color: #fff;
}

.day-after .background.light-blue-background {
  background-color: cyan;
  border-top: none;
}

.day-after .background.light-blue-background .secondary-list .author, .day-after .background.light-blue-background .secondary-list .title {
  color: #000;
}

.day-after .background.yellow {
  background-color: yellow;
  border-top: none;
}

.day-after .background.yellow .secondary-list .author, .day-after .background.yellow .secondary-list .title {
  color: #000;
}

.day-after .background.red {
  background-color: red;
  border-top: none;
}

.day-after .background .foreground {
  padding: 120px 0 0 0;
}

.day-after .background h2 {
  color: #fff;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 3.2rem;
  line-height: 3.4rem;
  margin: 30px 0;
}

.day-after .background h2 a {
  color: #fff;
}

.day-after .background h2 a:hover {
  text-decoration: none;
}

.day-after .background h3 {
  color: #fff;
  font-size: 1.1rem;
  margin: 30px 0;
  text-transform: uppercase;
}

.day-after .background h4 {
  color: #fff;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 30px;
}

.day-after .background .button {
  margin: 60px 0;
}

.day-after .background .button:after {
  content: none;
}

.day-after .background .button.yellow {
  background-color: yellow;
  color: #231f20;
}

.day-after .background .button.light-blue-background {
  background-color: cyan;
  color: #231f20;
}

.day-after .background .button.dark-blue {
  background-color: blue;
  color: #fff;
}

.day-after .background .button.red {
  background-color: red;
  color: #231f20;
}

.day-after .background .secondary-list {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
}

.day-after .background .secondary-list .cta {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
}

.day-after .background .secondary-list .author, .day-after .background .secondary-list .title {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.day-after .background .secondary-list a:hover {
  text-decoration: none;
}

.day-after .background .secondary-list.yellow-link a {
  color: yellow;
}

.day-after .background .secondary-list.light-blue-link a {
  color: cyan;
}

.day-after .background .secondary-list.dark-blue-link a {
  color: blue;
}

.day-after .background .secondary-list.red-link a {
  color: red;
}

.day-after .description {
  font-size: 1.9rem;
  padding: 60px 0;
  text-align: left;
}

.day-after .description .foreground {
  padding-top: 0px;
}

.day-after .boundary {
  background-color: transparent;
  background-position: top center;
  background-repeat: repeat-x;
}

.day-after .boundary .background {
  display: block;
  z-index: -1;
}

.day-after .intro-burns.boundary {
  background-image: url(/layout-images/publications/day-after/StaticIntroBurnsTop.png);
}

.day-after .burns-essay .foreground {
  background-image: url(/layout-images/publications/day-after/BurnsLineArt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 65%;
}

.day-after .burns-essay .foreground p {
  color: #fff;
}

.day-after .burns-uschina.boundary {
  background-image: url(/layout-images/publications/day-after/StaticUSChinaTop.png);
}

.day-after .uschina-essay .foreground {
  background-image: url(/layout-images/publications/day-after/USChinaLineArt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 85%;
}

.day-after .uschina-essay .foreground h3 {
  color: cyan;
}

.day-after .uschina-essay .foreground p {
  color: #fff;
}

.day-after .uschina-usfp.boundary {
  background-image: url(/layout-images/publications/day-after/StaticUSFPTop.png);
}

.day-after .usfp-essay .foreground {
  background-image: url(/layout-images/publications/day-after/USLineArt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 65%;
}

.day-after .usfp-essay .foreground h3 {
  color: blue;
}

.day-after .usfp-essay .foreground p {
  color: #fff;
}

.day-after .usfp-russia.boundary {
  background-image: url(/layout-images/publications/day-after/StaticRussiaTop.png);
}

.day-after .russia-essay .foreground {
  background-image: url(/layout-images/publications/day-after/RussaLineArt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 65%;
}

.day-after .russia-essay .foreground h3 {
  color: red;
}

.day-after .russia-essay .foreground p {
  color: #fff;
}

.day-after .russia-india.boundary {
  background-image: url(/layout-images/publications/day-after/StaticIndiaTop.png);
}

.day-after .india-essay .foreground {
  background-image: url(/layout-images/publications/day-after/IndiaLineArt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 35%;
}

.day-after .india-essay .foreground h3 {
  color: blue;
}

.day-after .india-essay .foreground h2, .day-after .india-essay .foreground h4, .day-after .india-essay .foreground p, .day-after .india-essay .foreground h2 a {
  color: #000;
}

.day-after .india-middleeast.boundary {
  background-image: url(/layout-images/publications/day-after/StaticMiddleEastTop.png);
}

.day-after .middleeast-essay .foreground {
  background-image: url(/layout-images/publications/day-after/MiddleEastLineArt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 40%;
}

.day-after .middleeast-essay .foreground h3 {
  color: red;
}

.day-after .middleeast-essay .foreground p {
  color: #fff;
}

.day-after .middleeast-europe.boundary {
  background-image: url(/layout-images/publications/day-after/StaticEuropeTop.png);
}

.day-after .europe-essay .foreground {
  background-image: url(/layout-images/publications/day-after/EuropeLineArt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 35%;
}

.day-after .europe-essay .foreground h3 {
  color: yellow;
}

.day-after .europe-essay .foreground p {
  color: #fff;
}

.day-after .europe-nuclear.boundary {
  background-image: url(/layout-images/publications/day-after/StaticNuclearTop.png);
}

.day-after .nuclear-essay .foreground {
  background-image: url(/layout-images/publications/day-after/NuclearLineArt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 40%;
}

.day-after .nuclear-essay .foreground h3 {
  color: blue;
}

.day-after .nuclear-essay .foreground h2, .day-after .nuclear-essay .foreground h4, .day-after .nuclear-essay .foreground p, .day-after .nuclear-essay .foreground h2 a {
  color: #000;
}

.day-after .nuclear-cyberspace.boundary {
  background-image: url(/layout-images/publications/day-after/StaticCyberspaceTop.png);
}

.day-after .cyberspace-essay .foreground {
  background-image: url(/layout-images/publications/day-after/CyberspaceLineArt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 35%;
}

.day-after .cyberspace-essay .foreground h3 {
  color: #fff;
}

.day-after .cyberspace-essay .foreground p {
  color: #fff;
}

.day-after .cyberspace-democracy.boundary {
  background-image: url(/layout-images/publications/day-after/StaticDemocracyTop.png);
}

.day-after .democracy-essay .foreground {
  background-image: url(/layout-images/publications/day-after/DemocracyLineArt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 55%;
}

.day-after .democracy-essay .foreground h3 {
  color: #fff;
}

.day-after .democracy-essay .foreground p {
  color: #fff;
}

.day-after .democracy-footer.boundary {
  background-image: url(/layout-images/publications/day-after/StaticFooterTop.png);
}

.day-after .footer .foreground {
  border-top: none;
  max-width: 1000px;
  padding: 0 15px;
  text-align: left;
}

.day-after .footer .foreground h3 {
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 1.7rem;
}

.day-after .footer .foreground p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.day-after .footer .foreground p em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.day-after .footer .foreground .clean-form input {
  border-radius: 10px;
  color: #231f20;
  padding: 5px 20px 5px 5px;
}

.day-after .footer .foreground .button {
  margin-bottom: 15px;
  margin-top: 15px;
}

.day-after .footer .foreground .follow .uppercase {
  display: inline-block;
}

.day-after .footer .foreground .follow .icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  margin-bottom: -10px;
  margin-left: 15px;
}

.day-after .footer .foreground .follow .icon.twitter {
  background-image: url(/layout-images/publications/day-after/Twitter-cyan.png);
}

.day-after .footer .foreground .follow .icon.you-tube {
  background-image: url(/layout-images/publications/day-after/YouTube-cyan.png);
}

.day-after .footer .foreground .follow .icon.instagram {
  background-image: url(/layout-images/publications/day-after/Instagram-cyan.png);
}

.day-after .footer .foreground .follow .icon.facebook {
  background-image: url(/layout-images/publications/day-after/Facebook-cyan.png);
}

.day-after .footer .foreground .clearfix {
  margin-top: 60px;
}

.day-after .footer .foreground .site-logo {
  float: left;
  width: 250px;
}

.day-after .footer .foreground .footer-links {
  float: right;
}

.day-after .footer .foreground .footer-links .list-across-spaced > li {
  margin-right: 60px;
}

.day-after .footer .foreground .footer-links .list-across-spaced > li:last-child {
  margin-right: 0;
}

.day-after .footer .foreground .footer-links a {
  color: cyan;
}

.day-after .footer .foreground .footer-links .copyright {
  text-transform: none;
}

.day-after .show-day-after .background-video {
  border-bottom: none;
  height: 600px;
}

.day-after .show-day-after .background-video.first .foreground {
  display: table;
  height: 550px;
}

.day-after .show-day-after .background-video.first .title-area {
  display: table-cell;
  left: 15%;
  position: relative;
  width: 70%;
  vertical-align: bottom;
}

.day-after .show-day-after .background-video.first .title-area h1 {
  background-image: none;
  height: auto;
  z-index: 2;
  padding-bottom: 15px;
  position: relative;
}

.day-after .show-day-after .background-video.first .title-area h1 span {
  clear: both;
  color: #fff;
  display: block;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 3.3rem;
  line-height: 1.2;
  margin-left: 30px;
  text-shadow: 1px 1px #000;
}

.day-after .show-day-after .background-video.first .title-area .post-author {
  background-image: none;
  display: block;
  padding-bottom: 60px;
  z-index: 2;
}

.day-after .show-day-after .background-video.first .title-area .post-author .authors {
  color: #fff;
  margin-left: 30px;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
}

.day-after .show-day-after .background-video.first .title-area .post-author .authors a {
  color: #fff;
}

.day-after .show-day-after .background-video video {
  top: 50%;
}

.day-after .show-day-after .no-video {
  background-position: center 60%;
  border-bottom: none;
  height: 60vh;
  margin-top: 0;
}

.day-after .show-day-after .no-video .title-area {
  bottom: 10%;
  left: 15%;
  position: absolute;
  width: 70%;
}

.day-after .show-day-after .no-video .title-area h1 {
  background-image: none;
  z-index: 2;
}

.day-after .show-day-after .no-video .title-area h1 span {
  clear: both;
  color: #fff;
  display: block;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 3.3rem;
  line-height: 1.2;
  margin-left: 30px;
}

.day-after .show-day-after .no-video .title-area .post-author {
  background-image: none;
  z-index: 2;
}

.day-after .show-day-after .no-video .title-area .post-author .authors {
  margin-left: 30px;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
  color: #fff;
}

.day-after .show-day-after .no-video .title-area .post-author .authors a {
  color: #fff;
}

.day-after .show-day-after .no-video .foreground {
  width: 100%;
  height: inherit;
}

.day-after .show-day-after .black-text.no-video .title-area h1 span {
  color: #000;
}

.day-after .show-day-after .black-text.no-video .title-area .post-author .authors a, .day-after .show-day-after .black-text.no-video .title-area .post-author .authors {
  color: #000;
}

.day-after .show-day-after .zone-main .zone-1 .summary {
  font-size: 1.5rem;
}

.day-after .show-day-after .zone-main .zone-1 .article-body h3 {
  color: #000;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
}

.day-after .show-day-after .zone-main .zone-1 .article-body h4 {
  color: #000;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
}

.day-after .show-day-after .zone-main .zone-1 .article-body p, .day-after .show-day-after .zone-main .zone-1 .article-body li {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.3rem;
}

.day-after .show-day-after .zone-main .zone-1 .article-body p em, .day-after .show-day-after .zone-main .zone-1 .article-body p i, .day-after .show-day-after .zone-main .zone-1 .article-body li em, .day-after .show-day-after .zone-main .zone-1 .article-body li i {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.day-after .show-day-after .zone-main .zone-1 .article-body a {
  color: blue;
}

.day-after .show-day-after .zone-main .zone-1 .article-body .video-container {
  margin-left: -60px;
}

.day-after .show-day-after .zone-main .zone-1 .article-body .video-container .border-top {
  border-bottom: 6px solid blue;
  color: blue;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 30%;
}

.day-after .show-day-after .zone-main .zone-1 .article-body .video-container .videoEmbed {
  border-bottom: none;
}

.day-after .show-day-after .zone-main .zone-1 .article-body .latest {
  margin-bottom: 10px;
  margin-right: 30px;
  margin-left: -90px;
  float: left;
  width: 30%;
}

.day-after .show-day-after .zone-main .zone-1 .article-body .latest h4 {
  border-bottom: 6px solid blue;
  color: blue;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 3px;
  margin-bottom: 5px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

.day-after .show-day-after .zone-main .zone-1 .article-body .latest .img {
  background-size: contain;
  height: 190px;
  margin: 10px auto;
  width: auto;
}

.day-after .show-day-after .zone-main .zone-1 .article-body .latest p {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.day-after .show-day-after .zone-main .zone-1 .article-body .latest p em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.day-after .show-day-after .zone-main .zone-1 .article-body .latest .button {
  background-color: blue;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 3px;
}

.day-after .show-day-after .zone-main .zone-1 .article-body .latest .button::after {
  content: none;
}

.day-after .show-day-after .zone-main .zone-1 blockquote {
  border: none;
  color: #000;
  display: block;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
  margin: 0 0 1em 0;
  padding: 0;
}

.day-after .show-day-after .zone-main .zone-1 blockquote span {
  background-color: cyan;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: cyan;
  color: #000;
  line-height: 3rem;
  padding: 5px;
}

.day-after .show-day-after .zone-main .zone-3 .avatar {
  border: 1px solid cyan;
  float: right;
  margin-right: 0;
}

.day-after .show-day-after .zone-main .zone-3 .names {
  clear: both;
  color: blue;
  display: block;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  padding-top: 15px;
  text-align: right;
}

.day-after .show-day-after .zone-main .zone-3 .names a {
  color: blue;
}

.day-after .show-day-after .zone-main .zone-3 .title {
  clear: both;
  color: #000;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  padding-top: 5px;
  text-align: right;
}

.day-after .show-day-after .zone-main .zone-3 .title a {
  color: blue;
}

.day-after .show-day-after .zone-main .zone-3 .related-content h3 {
  border-bottom: 6px solid blue;
}

.day-after .show-day-after .zone-main .zone-3 .related-content h3 div {
  color: blue;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 3px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.day-after .show-day-after .zone-main .zone-3 .related-content li {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.day-after .show-day-after .zone-main .zone-3 .related-content h4 {
  color: #000;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
}

.day-after .show-day-after .zone-main .zone-3 .related-content .small-text {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.day-after .show-day-after .zone-main .zone-3 .related-content .small-text strong {
  display: block;
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
}

.day-after .show-day-after .zone-main .zone-3 .related-content .small-text strong.second {
  margin-top: 10px;
}

.day-after .show-day-after .zone-main .zone-3 .related-content .small-text em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.day-after .show-day-after .signup .banded.padded-less {
  padding-bottom: 30px;
}

.day-after .show-day-after .signup strong, .day-after .show-day-after .signup .signup-text {
  color: blue;
}

.day-after .show-day-after .signup strong {
  text-transform: uppercase;
}

.day-after .show-day-after .signup .signup-text {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  text-align: left;
}

.day-after .show-day-after .signup .clean-form input, .day-after .show-day-after .signup .clean-form textarea {
  background-color: #fff;
  border-radius: 10px;
}

.day-after .show-day-after .signup button {
  border-radius: 10px;
  background-color: blue;
  color: #fff;
}

.day-after .show-day-after .signup button:after {
  content: none;
}

.day-after .show-day-after .signup .follow-us {
  font-size: 0.8rem;
}

.day-after .show-day-after .signup .follow .icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  margin-left: 15px;
}

.day-after .show-day-after .signup .follow .icon.twitter {
  background-image: url(/layout-images/publications/day-after/Twitter-cyan.png);
}

.day-after .show-day-after .signup .follow .icon.you-tube {
  background-image: url(/layout-images/publications/day-after/YouTube-cyan.png);
}

.day-after .show-day-after .signup .follow .icon.instagram {
  background-image: url(/layout-images/publications/day-after/Instagram-cyan.png);
}

.day-after .show-day-after .signup .follow .icon.facebook {
  background-image: url(/layout-images/publications/day-after/Facebook-cyan.png);
}

.day-after.doc82498 .show-day-after .background-video.first video {
  background: url(https://images.carnegieendowment.org/images/article_images/DayAfter-Chapter-International-Landscape.jpg) no-repeat;
}

.day-after.doc82503 .show-day-after .background-video.first video {
  background: url(https://images.carnegieendowment.org/images/article_images/DayAfter-Chapter-Asia.jpg) no-repeat;
}

.day-after.doc82503 .show-day-after .article-body .latest .img {
  background: url(/layout-images/publications/day-after/Asia-Latest.jpg) no-repeat;
}

.day-after.doc82504 .show-day-after .background-video.first video {
  background: url(https://images.carnegieendowment.org/images/article_images/DayAfter-Chapter-USFP.jpg) no-repeat;
}

.day-after.doc82504 .show-day-after .article-body .latest .img {
  background: url(/layout-images/publications/day-after/USFP-Latest.jpg) no-repeat;
}

.day-after.doc82505 .show-day-after .background-video.first video {
  background: url(https://images.carnegieendowment.org/images/article_images/DayAfter-Chapter-Russia.jpg) no-repeat;
}

.day-after.doc82505 .show-day-after .article-body .latest .img {
  background: url(/layout-images/publications/day-after/PaxSinica_Latest.jpg) no-repeat;
}

.day-after.doc82505 .show-day-after .article-body .latest .img2 {
  background-image: url(https://images.carnegieendowment.org/images/article_images/GettyImages-1187447698weiss.jpg);
  background-repeat: no-repeat;
  margin-top: 60px;
  height: 110px;
  background-size: 100%;
}

.day-after.doc82470 .show-day-after .background-video.first video {
  background: url(https://images.carnegieendowment.org/images/article_images/DayAfterChapter-India.jpg) no-repeat;
}

.day-after.doc82470 .show-day-after .article-body .latest .img {
  background: url(/layout-images/publications/day-after/GT-Latest.jpg) no-repeat;
}

.day-after.doc82506 .show-day-after .background-video.first video {
  background: url(https://images.carnegieendowment.org/images/article_images/DayAfter-Chapter-ArabDecision.jpg) no-repeat;
}

.day-after.doc82506 .show-day-after .article-body .latest .img {
  background: url(/layout-images/publications/day-after/Diwan-Latest.jpg) no-repeat;
}

.day-after.doc82499 .show-day-after .background-video.first video {
  background: url(https://images.carnegieendowment.org/images/article_images/DayAfter-Chapter-Europe.jpg) no-repeat;
}

.day-after.doc82499 .show-day-after .article-body .latest .img {
  background: url(/layout-images/publications/day-after/Europe.jpg) no-repeat;
}

.day-after.doc82500 .show-day-after .background-video.first video {
  background: url(https://images.carnegieendowment.org/images/article_images/DayAfter-Chapter-Nuclear.jpg) no-repeat;
}

.day-after.doc82500 .show-day-after .article-body .latest .img {
  background: url(/layout-images/publications/day-after/NewStart-Latest.jpg) no-repeat;
}

.day-after.doc82501 .show-day-after .background-video.first video {
  background: url(https://images.carnegieendowment.org/images/article_images/DayAfter-Chapter-Cyberspace.jpg) no-repeat;
}

.day-after.doc82501 .show-day-after .article-body .latest .img {
  background: url(/layout-images/publications/day-after/CloudPaper-Latest.jpg) no-repeat;
}

.day-after.doc82502 .show-day-after .background-video.first video {
  background: url(https://images.carnegieendowment.org/images/article_images/DayAfter-Chapter-Democracy.jpg) no-repeat;
}

.day-after.doc82502 .show-day-after .article-body .latest .img {
  background: url(/layout-images/publications/day-after/ProtestTracker-Latest.jpg) no-repeat;
}

.day-after.doc82521 .show-day-after .article-body .contentImg.wide {
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.day-after.doc82521 .show-day-after .article-body .caption {
  background-color: blue;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.7em;
  line-height: 1.3em;
  padding: 15px;
}

.day-after.doc82521 .show-day-after .article-body .caption a {
  color: #fff;
}

.day-after.doc82521 .show-day-after .article-body .negative-margins {
  padding-bottom: 30px;
  margin-left: -120px;
  margin-right: -120px;
}

.day-after.doc82521 .show-day-after .article-body .negative-margins .col {
  background-color: blue;
  border-left: 15px #fff solid;
  border-right: 15px #fff solid;
}

.day-after.doc82521 .show-day-after .article-body .negative-margins .col-60 {
  width: 59%;
}

.day-after.doc82521 .show-day-after .article-body .fullWidthHeader {
  margin: 0 -100%;
  padding: 0;
  position: relative;
}

.day-after.doc82521 .show-day-after .article-body .fullWidthHeader .contentImg.wide {
  padding: 0;
}

.day-after.doc82521 .show-day-after .article-body .fullWidthHeader .caption {
  bottom: 10%;
  position: absolute;
  width: 50%;
  z-index: 5;
  left: 25%;
  text-align: left;
}

.day-after.doc82521 .show-day-after .article-body .videos {
  background-color: blue;
}

.day-after.doc82521 .show-day-after .article-body .videos video {
  width: 100%;
}

.day-after.doc82569 .show-day-after .article-body span.highlight-light-blue {
  background-color: cyan;
}

.day-after.doc82569 .show-day-after .article-body span.highlight-red {
  background-color: red;
  color: #fff;
}

.day-after.doc82569 .show-day-after .article-body span.highlight-blue {
  background-color: blue;
  color: #fff;
}

.day-after.doc82569 .show-day-after .article-body span.highlight-yellow {
  background-color: yellow;
}

.day-after.doc82569 .show-day-after .article-body span.highlight-green {
  background-color: lime;
}

.day-after.doc82569 .show-day-after .article-body span.highlight-pink {
  background-color: magenta;
  color: #fff;
}

.day-after.doc82569 .show-day-after .article-body .clean-list {
  margin-bottom: 60px;
}

.day-after.doc82569 .show-day-after .article-body .clean-list li {
  margin: 6px 0;
}

.day-after.doc82569 .show-day-after .article-body .clean-list li span {
  padding: 3px;
}

.day-after.doc82569 .show-day-after .article-body h3 {
  border-bottom: 10px solid #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
  margin-left: 0;
  padding-bottom: 30px;
  text-transform: none;
}

.day-after.doc82569 .show-day-after .article-body .cols li {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
}

.day-after.doc82569 .show-day-after .article-body em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.day-after.doc82569 .show-day-after .article-body .background {
  margin: 150px -100% 1em -100%;
}

.day-after.doc82569 .show-day-after .article-body .background .center-width {
  margin: 0 auto;
  text-align: left;
  width: 60%;
}

.day-after.doc82569 .show-day-after .article-body .background h4 {
  text-transform: none;
}

.day-after.doc82569 .show-day-after .article-body .background h5 {
  font-family: "FrutigerLTW01-75Black", "Arial Black", Gadget, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
}

.day-after.doc82569 .show-day-after .article-body .background p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 45px;
}

.day-after.doc82569 .show-day-after .article-body .background .security-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/layout-images/publications/day-after/Security.png");
  height: 100px;
}

.day-after.doc82569 .show-day-after .article-body .background .privacy-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/layout-images/publications/day-after/Privacy.png");
  height: 100px;
}

.day-after.doc82569 .show-day-after .article-body .background .economics-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/layout-images/publications/day-after/EconomicsCompetitiveness.png");
  height: 100px;
}

.day-after.doc82569 .show-day-after .article-body .section.security {
  padding-top: 90px;
}

.day-after.doc82569 .show-day-after .article-body .section.security h3 {
  border-bottom: none;
  width: 100%;
}

.day-after.doc82569 .show-day-after .col-25 .push-down {
  display: none;
}

@media (max-width: 1024px) {
  .day-after .slide-in.slide-up.from-bottom .panel-container {
    margin-bottom: 90px;
    width: 50%;
  }
  .day-after .cols {
    margin-left: 0;
    margin-right: 0;
  }
  .day-after .second-nav {
    padding: 10px 0;
  }
  .day-after .second-nav .chapter-nav .mega-menu {
    height: auto;
    margin-left: 70vw;
    width: 30vw;
  }
  .day-after .second-nav .chapter-nav .mega-menu > div {
    float: right;
  }
  .day-after .second-nav .chapter-nav .mega-menu .secondary a {
    clear: both;
    color: #231f20;
    display: block;
    margin: 0 0 10px 0;
    padding: 6px;
    text-align: right;
    text-transform: none;
    width: 100%;
  }
  .day-after .second-nav .chapter-nav .mega-menu .secondary a:hover {
    text-decoration: none;
  }
  .day-after ul.mobile-only.dots.list-across-spaced {
    display: none;
  }
  .day-after .background-video.first {
    height: 65vh;
  }
  .day-after .background-video.first h1 {
    background-size: contain;
    background-repeat: no-repeat;
    width: 700px;
  }
  .day-after .description {
    font-size: 1.4rem;
    padding: 60px 30px;
  }
  .day-after .section.background h2 {
    padding: 0 30px;
  }
  .day-after .section.background .foreground p {
    padding: 0 30px;
  }
  .day-after .show-day-after .background-video .video-container {
    top: -55%;
  }
  .day-after .show-day-after .background-video.first .title-area {
    bottom: 25%;
  }
  .day-after .show-day-after .no-video .foreground {
    width: auto;
  }
  .day-after .show-day-after .zone-main.foreground {
    padding-left: 30px;
    padding-right: 30px;
  }
  .day-after .show-day-after .zone-main .zone-1 .article-body h3 {
    margin-left: 0;
  }
  .day-after .show-day-after .zone-main .zone-1 .article-body .latest {
    margin-left: 0;
  }
  .day-after .show-day-after .zone-main .zone-1 .article-body .video-container {
    margin-left: 0;
  }
  .day-after .show-day-after .zone-main .zone-1 .gutter-left.mobile-zero {
    margin-left: 0;
  }
  .day-after .show-day-after .zone-3.col-15 {
    width: 30%;
  }
  .day-after .show-day-after .zone-3.col-15 .push-down {
    margin-right: 60px;
    margin-top: 30px;
  }
  .day-after.doc82521 .show-day-after .article-body .negative-margins {
    margin-left: 0;
    margin-right: 0;
  }
  .day-after.doc82521 .show-day-after .article-body .fullWidthHeader {
    margin: 0 -15px 0 -15px;
  }
  .day-after.doc82569 .show-day-after .article-body .background {
    margin: 150px -15px 0 -15px;
  }
  .day-after.doc82569 .show-day-after .article-body .mobile-only {
    display: none;
  }
  .day-after.doc82569 .show-day-after .article-body .hide-mobile {
    display: block;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .day-after .show-day-after .background-video.first {
    height: 55vh;
  }
  .day-after .show-day-after .background-video.first .title-area {
    left: 0;
  }
}

@media (max-width: 640px) and (orientation: landscape) {
  .day-after .background-video.first {
    height: 45vh;
  }
  .day-after .background-video.first h1 {
    bottom: -30%;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .day-after .second-nav .chapter-nav .mega-menu {
    margin-left: 20vw !important;
    width: 80vw;
  }
  .day-after .background-video.first {
    height: 45vh;
  }
  .day-after .background-video.first h1 {
    bottom: -20%;
    height: 150px;
    width: 300px;
  }
  .day-after .section.background.description {
    padding-top: 30px;
  }
  .day-after .section.background.description .foreground {
    padding-top: 0;
  }
  .day-after .section.background.description .foreground p {
    display: block;
    font-size: 1.2rem;
  }
  .day-after .section.background .foreground {
    padding-top: 30px;
  }
  .day-after .section.background h2 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  .day-after .section.background .foreground p, .day-after .section.background .secondary-list {
    display: none;
  }
  .day-after .section.background .button {
    margin: 15px 0;
  }
  .day-after .section.background ul.mobile-only.dots.list-across-spaced {
    display: block;
    margin: 45px auto 0 auto;
  }
  .day-after .section.background ul.mobile-only.dots.list-across-spaced li {
    background-color: #fff;
    border-radius: 10px;
    height: 8px;
    margin-right: 10px;
    width: 8px;
  }
  .day-after .section.background ul.mobile-only.dots.list-across-spaced li.active {
    background-color: #000;
  }
  .day-after .section.background.black ul.mobile-only.dots.list-across-spaced li.active {
    background-color: red;
  }
  .day-after .slide-in.slide-up.from-bottom .panel-container {
    width: 100%;
  }
  .day-after .burns-essay .foreground {
    background-size: 85%;
  }
  .day-after .usfp-essay .foreground {
    background-size: 85%;
  }
  .day-after .russia-essay .foreground {
    background-size: 85%;
  }
  .day-after .india-essay .foreground {
    background-size: 75%;
  }
  .day-after .middleeast-essay .foreground {
    background-size: 80%;
  }
  .day-after .europe-essay .foreground {
    background-size: 80%;
  }
  .day-after .nuclear-essay .foreground {
    background-size: 80%;
  }
  .day-after .cyberspace-essay .foreground {
    background-size: 80%;
  }
  .day-after .democracy-essay .foreground {
    background-size: 75%;
  }
  .day-after .footer.section.background .foreground {
    margin-top: 0;
    padding-top: 0;
  }
  .day-after .footer.section.background .foreground h3 {
    margin-top: 0;
  }
  .day-after .footer.section.background .foreground p {
    display: block;
  }
  .day-after .footer.section.background .foreground form {
    padding: 0 30px;
  }
  .day-after .footer.section.background .foreground .site-logo {
    margin-bottom: 30px;
  }
  .day-after .footer.section.background .foreground .copyright {
    clear: both;
    padding-top: 15px;
  }
  .day-after .footer.section.background .foreground .footer-links .list-across-spaced > li {
    margin-right: 5px;
    text-align: left;
    width: 30%;
  }
  .day-after .show-day-after .background-video.first {
    height: 55vh;
  }
  .day-after .show-day-after .background-video.first .foreground {
    height: 368px;
    width: auto;
  }
  .day-after .show-day-after .background-video.first .title-area {
    bottom: 30%;
    width: 80%;
  }
  .day-after .show-day-after .background-video.first .title-area h1 {
    width: 100%;
  }
  .day-after .show-day-after .background-video.first .title-area h1 span {
    font-size: 2rem;
    margin-left: 0;
  }
  .day-after .show-day-after .background-video.first .title-area .post-author {
    display: none;
  }
  .day-after .show-day-after .no-video {
    background-position: 80% 60%;
  }
  .day-after .show-day-after .no-video .foreground {
    width: auto;
  }
  .day-after .show-day-after .no-video .title-area {
    bottom: 0%;
    left: 5%;
    width: 80%;
  }
  .day-after .show-day-after .no-video .title-area h1 {
    width: 100%;
  }
  .day-after .show-day-after .no-video .title-area h1 span {
    font-size: 1em;
  }
  .day-after .show-day-after .no-video .title-area .post-author {
    display: none;
  }
  .day-after .show-day-after .zone-main .zone-1 .article-body p {
    font-size: 1.1rem;
  }
  .day-after .show-day-after .zone-main .zone-1 .article-body .latest {
    float: none;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .day-after .show-day-after .zone-main .zone-1 .article-body .latest .img {
    height: 300px;
  }
  .day-after .show-day-after .zone-main .zone-1 blockquote {
    background: none;
  }
  .day-after .show-day-after .zone-main .zone-3.col-15 .push-down {
    margin-right: 0;
    margin-top: 0;
  }
  .day-after .show-day-after .zone-main .zone-3 .title, .day-after .show-day-after .zone-main .zone-3 .names {
    text-align: center;
  }
  .day-after .show-day-after .zone-main .zone-3 .avatar {
    float: none;
    margin: 0 auto;
  }
  .day-after .show-day-after .zone-main .zone-3.col-25 .push-down {
    margin-top: 60px;
  }
  .day-after .show-day-after .slide-in .panel-container {
    bottom: 54%;
  }
  .day-after .show-day-after .slide-in .panel-container .section.banded.padded-less {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .day-after .show-day-after .slide-in .panel-container .hide-panel.icon-cancel-circle {
    color: blue;
  }
  .day-after .show-day-after .slide-in .panel-container .follow {
    padding-bottom: 30px;
  }
  .day-after.doc82531 .show-day-after .no-video .title-area h1 span {
    margin-left: 0;
  }
  .day-after.doc82521 .show-day-after .article-body .fullWidthHeader .caption {
    left: 0;
    position: relative;
    width: 100%;
  }
  .day-after.doc82569 .show-day-after .article-body .mobile-only h3:first-child {
    margin-top: 75px;
  }
  .day-after.doc82569 .show-day-after .article-body .background {
    margin: 150px -15px 0 -15px;
  }
  .day-after.doc82569 .show-day-after .article-body .background .center-width {
    padding: 0 15px;
    width: 100%;
  }
  .day-after.doc82569 .show-day-after .article-body .background .gutter-left {
    margin-left: 0;
  }
  .day-after.doc82569 .show-day-after .article-body .background .foreground p {
    display: block;
  }
  .day-after.doc82569 .show-day-after .article-body .background .security-background, .day-after.doc82569 .show-day-after .article-body .background .privacy-background, .day-after.doc82569 .show-day-after .article-body .background .economics-background {
    background-position: center center;
  }
  .day-after.doc82569 .show-day-after .article-body .background h5 {
    padding: 0 30px;
  }
}

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

.landing-programs--new .section {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 60px;
}

.landing-programs--new .section.gutter-bottom {
  padding-bottom: 30px;
}

.landing-programs--new .padding-top {
  padding-top: 30px;
}

.landing-programs--new .container-link-back {
  display: inline-block;
  width: auto;
}

.landing-programs--new .container-link-back a {
  color: #fff;
  display: block;
}

.landing-programs--new .container-link-back.gold a {
  color: #998b7b;
  display: block;
}

.landing-programs--new .container-link-back.gold a:hover {
  color: #fff;
}

.landing-programs--new .container-headline {
  height: auto;
  padding: 30px 0;
}

.landing-programs--new .headline {
  bottom: 0;
  color: #fff;
  font-size: 3.2rem;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  text-align: center;
  width: 75%;
}

.landing-programs--new .description {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  text-align: center;
}

.landing-programs--new .description a {
  color: #fff;
}

.landing-programs--new .bordered-box {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  position: relative;
}

.landing-programs--new .bordered-box h4 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

.landing-programs--new .bordered-box a {
  color: #fff;
}

.landing-programs--new .bordered-box p {
  font-size: 0.8rem;
  margin-bottom: 45px;
}

.landing-programs--new .bordered-box.col-25 {
  width: 22%;
}

.landing-programs--new .bordered-box.col-33.gutters {
  margin-left: 0;
}

.landing-programs--new .bordered-box .container-button {
  width: 100%;
  bottom: 0;
  left: 0%;
  position: absolute;
}

.landing-programs--new .bordered-box .container-button .button {
  background-color: #00a79d;
  text-transform: uppercase;
  margin-right: 0;
}

.landing-programs--new .bordered-box .container-button .button:hover {
  background-color: #073f6d;
}

.landing-programs--new .zone-title {
  background-attachment: fixed;
}

.landing-programs--new .zone-title.banded {
  overflow: visible;
}

.landing-programs--new .zone-title .promo-top-container {
  background-color: #00a79d;
  color: #fff;
  text-align: center;
}

.landing-programs--new .zone-title .promo-top-container .foreground {
  padding: 15px 0;
}

.landing-programs--new .zone-title .promo-top-container h4 {
  color: #fff;
}

.landing-programs--new .zone-title .promo-top-container a {
  color: #fff;
}

.landing-programs--new .zone-title .promo-top-container a:hover {
  text-decoration: none;
}

.landing-programs--new .zone-title .promo-top-container a:hover h4, .landing-programs--new .zone-title .promo-top-container a:hover strong {
  color: #073f6d;
}

.landing-programs--new .zone-title .bordered-box--header {
  color: #fff;
}

.landing-programs--new .zone-title .bordered-box--header a {
  border-color: #fff;
}

.landing-programs--new .zone-title .bordered-box--header a:hover {
  border-color: #00a79d;
  color: #00a79d;
}

.landing-programs--new .zone-title .container-connector .connector {
  background-color: #e4e3dd;
}

.landing-programs--new .zone-title .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing-programs--new .zone-title .focus {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.landing-programs--new .cards--equal-heights {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing-programs--new .cards--equal-heights > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media (max-width: 767px) {
  .landing-programs--new .cards--equal-heights > .card {
    display: block;
  }
}

.landing-programs--new .cards--equal-heights > .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.landing-programs--new .cards--equal-heights .banded,
.landing-programs--new .cards--equal-heights .area-focus {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.landing-programs--new .container-boxes {
  padding: 30px 0 0 0;
}

.landing-programs--new .container-boxes h4, .landing-programs--new .container-boxes p {
  color: #fff;
}

.landing-programs--new .container-boxes .ceip-carousel {
  min-width: 0;
}

.landing-programs--new .container-boxes .ceip-carousel .slick-prev::before {
  border-right: 15px solid #fff;
}

.landing-programs--new .container-boxes .ceip-carousel .slick-next::before {
  border-left: 15px solid #fff;
}

.landing-programs--new .container-boxes .ceip-carousel .slick-arrow:hover {
  background: none;
}

.landing-programs--new .section-title {
  display: inline-block;
  margin-bottom: 60px;
  width: auto;
}

.landing-programs--new .section-title.bordered-box {
  border: 1px solid #635a4f;
  color: #635a4f;
}

.landing-programs--new .gray-background {
  background-color: #e4e3dd;
}

.landing-programs--new .light-gray-background {
  background-color: #f5f5f5;
}

.landing-programs--new .dark-blue-background {
  background-color: #003A63;
}

.landing-programs--new .dark-gray-background {
  background-color: #b0bac8;
}

.landing-programs--new .sign-up .bordered-box--header {
  color: #998b7b;
}

.landing-programs--new .sign-up .bordered-box--header .no-link {
  border-color: #998b7b;
}

.landing-programs--new .sign-up .cols p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.3rem;
  line-height: normal;
  padding-right: 60px;
}

.landing-programs--new .sign-up .clean-form {
  background-color: #fff;
}

.landing-programs--new .sign-up .clean-form p {
  font-size: 1rem;
}

.landing-programs--new .sign-up .container-connector .connector {
  background-color: #fff;
}

.landing-programs--new .sign-up .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing-programs--new .experts .bordered-box--header {
  color: #998b7b;
}

.landing-programs--new .experts .bordered-box--header .no-link {
  border-color: #998b7b;
}

.landing-programs--new .experts .avatar {
  float: none;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

.landing-programs--new .experts h3 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.landing-programs--new .experts h4, .landing-programs--new .experts .meta {
  text-align: center;
}

.landing-programs--new .experts .container-connector .connector {
  background-color: #e4e3dd;
}

.landing-programs--new .experts .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing-programs--new .experts .secondary-list {
  border-left: 2px solid #ccc7c2;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-left: 60px;
  padding-left: 60px;
  text-align: left;
}

.landing-programs--new .experts .secondary-list h4, .landing-programs--new .experts .secondary-list .meta {
  text-align: left;
}

.landing-programs--new .experts .secondary-list h4 {
  font-size: 1.2rem;
}

.landing-programs--new .experts .secondary-list .meta {
  font-size: 0.7rem;
}

.landing-programs--new .experts .secondary-list .component {
  margin-top: 5px;
}

.landing-programs--new .experts p {
  display: none;
}

.landing-programs--new .research {
  margin-bottom: 0;
}

.landing-programs--new .research .ceip-carousel .slick-prev::before {
  border-right: 15px solid #073f6d;
}

.landing-programs--new .research .ceip-carousel .slick-next::before {
  border-left: 15px solid #073f6d;
}

.landing-programs--new .research .blog-widget--china-financial-markets {
  background-color: #fff;
}

.landing-programs--new .research .container-connector {
  padding-top: 30px;
}

.landing-programs--new .research .container-connector .connector {
  background-color: #b0bac8;
}

.landing-programs--new .research .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing-programs--new .research h6 {
  line-height: 1.1em;
  margin-bottom: 15px;
}

.landing-programs--new .research .program-highlights .bordered-box--header {
  margin-top: 60px;
}

.landing-programs--new .research .blog-boxes {
  margin-bottom: 30px;
}

.landing-programs--new .research .blog-boxes.divider {
  border-bottom-color: #fff;
  margin-bottom: 60px;
}

.landing-programs--new .research .blog-boxes .drop-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.landing-programs--new .research .blog-boxes .blog-widget--china-financial-markets h5 {
  color: #3d71b7;
}

.landing-programs--new .research .containerPromo {
  border: 2px dotted #fff;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  width: 100%;
  min-height: 10vh;
}

.landing-programs--new .research .containerPromo a {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: auto;
  line-height: normal;
  margin: 15px;
  max-width: 100%;
}

.landing-programs--new .research .containerPromo a strong {
  color: #000;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: uppercase;
}

.landing-programs--new .research .containerPromo a h4 {
  line-height: 1.1em;
}

.landing-programs--new .research .containerPromo a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.landing-programs--new .research .containerPromo .text-container {
  margin: 15px auto;
  padding: 30px 0;
  width: 60%;
}

.landing-programs--new .research .containerPromo.text-highlight strong, .landing-programs--new .research .containerPromo.text-highlight h4 {
  color: #fff;
}

.landing-programs--new .research .containerPromo.text-highlight .text-container {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 15px;
}

.landing-programs--new .research .containerPromo.no-text strong, .landing-programs--new .research .containerPromo.no-text h4 {
  opacity: 0;
}

.landing-programs--new .research .containerPromo.northkoreasanctions a {
  background-image: url(/layout-images/interactives/nk-sanctions/header-background.jpg);
}

.landing-programs--new .research .containerPromo.northkoreasanctions a strong, .landing-programs--new .research .containerPromo.northkoreasanctions a h4 {
  color: #fff;
}

.landing-programs--new .research .containerPromo.sp1507 a {
  background-image: url(/layout-images/bnr/bnr_USJapanAlliance-1680x490.jpg);
  background-size: auto 100%;
}

.landing-programs--new .research .containerPromo.bay-of-bengal a {
  background-image: url(/layout-images/bnr/bnr_BayBengal_1680.jpg);
  background-size: auto 100%;
}

.landing-programs--new .research .containerPromo.china-in-the-world a {
  background-image: url(/layout-images/bnr/bnr_ChinaInTheWorld100Episode.jpg);
  background-size: auto 100%;
  height: 150px;
}

.landing-programs--new .research .containerPromo.return-global-russia a {
  background-image: url(/layout-images/bnr/global-russia_project-page-banner1980x490.jpg);
  background-size: auto 100%;
}

.landing-programs--new .research .containerPromo.pcio a {
  background-image: url(/layout-images/special-projects/img/counteringInfluenceOperations/bnr_InfluenceOps_SiteHeader.png);
  background-size: auto 100%;
}

.landing-programs--new .research .containerPromo.inside-russia a {
  background-image: url(/layout-images/bnr/bnr_InsideRussia_1680x490.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.managing-us-russia-standoff a {
  background-image: url(/layout-images/bnr/bnr_LongHaul1980.jpg);
  background-size: auto 100%;
}

.landing-programs--new .research .containerPromo.reforming-ukraine a {
  background-image: url(/layout-images/bnr/bnr_UkraineMonitor.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.arab-horizons a {
  background-image: url(https://carnegieendowment.org/layout-images/special-projects/img/arabworldhorizons/AWHBackground-1680.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.tunisia-monitor a {
  background-image: url(/layout-images/bnr/bnr_TunisiaMonitor_1680.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.rising-democracies-network a {
  background-image: url(/layout-images/bnr/proj-promo-rising-democracies-network.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.civic-research-network a {
  background-image: url(/layout-images/bnr/bnr_CAN_1680.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.reshaping-european-democracy a {
  background-image: url(/layout-images/bnr/bnr_EuropeanDemocracy1980.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.fincyber a {
  background-image: url(/layout-images/campaign-assets/banner-fincyber.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.cybernorms a {
  background-image: url(/layout-images/bnr/bnr_CyberNorms1680.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.cybernorms-index a {
  background-image: url(/layout-images/bnr/bnr-cybernormsindex.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.oxford a {
  background-image: url(https://images.carnegieendowment.org/images/article_images/iStock_000071413057_Large3.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.nuclear-policy-conferences a {
  background-image: url(/layout-images/bnr/bnr_NPC.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.proliferation-news a {
  background-image: url(/layout-images/bnr/bnr-ProNews_Header.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.india-elects a {
  background-image: url(/layout-images/bnr/proj-promo-india-decides-2019.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.changing-eurasia a {
  background-image: url(/layout-images/bnr/bnr_GeopoliticsEurasia_1680.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.huawei-timeline a {
  background-image: url(/layout-images/bnr/bnr_HuaweiTimeline_1680.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.european-foreign-policy a {
  background-image: url(/layout-images/bnr/bnr_EuropeanFP-1980.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.european-defense a {
  background-image: url(/layout-images/bnr/bnr_EuropeanDefense-1980.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.european-fp a {
  background-image: url(/layout-images/bnr/bnr_EuropeanFP-1980.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.arms-control a {
  background-image: url(/layout-images/interactives/new-start/hdr-newSTART.jpg);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.global-protest-tracker a {
  background-image: url(/layout-images/interactives/protest-tracker/protestTracker-backgroundImage.jpg);
  background-position: top center;
  background-size: cover;
}

.landing-programs--new .research .containerPromo.pax-sinica a {
  background-image: url(/layout-images/special-projects/img/paxsinica/hdr_PaxSinica_static.png);
  background-size: cover;
}

.landing-programs--new .research .containerPromo.pax-sinica a .text-container {
  background-image: url(/layout-images/special-projects/img/paxsinica/PaxSinica_HeaderText-desktop.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.landing-programs--new .research .center-box {
  background-color: #fff;
  padding: 15px 15px 0;
}

.landing-programs--new .research .center-box h4 {
  font-size: 1.5rem;
}

.landing-programs--new .research .center-box p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing-programs--new .events {
  padding-bottom: 30px;
}

.landing-programs--new .events .bordered-box--header {
  color: #fff;
}

.landing-programs--new .events .bordered-box--header .no-link {
  border-color: #fff;
}

.landing-programs--new .events .videos h4 {
  display: none;
}

.landing-programs--new .events .videos .component {
  display: none;
}

.landing-programs--new .podcast-widget__heading--china-in-the-world {
  background-image: url(/layout-images/podcasts/ChinaInTheWorld_645x181.jpg);
}

.landing-programs--new .podcast-widget__heading--china-in-the-world a {
  height: 125px;
}

@media (max-width: 767px) {
  .landing-programs--new .podcast-widget__heading--china-in-the-world a {
    height: 85px;
  }
}

.landing-programs--new .blog-widget__heading--china-financial-markets a {
  height: 125px;
}

@media (max-width: 767px) {
  .landing-programs--new .blog-widget__heading--china-financial-markets a {
    height: 85px;
  }
}

.landing-programs--new .blog-widget.blog-widget--dark.blog-widget--strategic-europe {
  background-color: #fff;
}

.landing-programs--new .resources ul {
  margin-bottom: 60px;
}

.landing-programs--new .resources li {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.landing-programs--new.landing-programs--asia .zone-title {
  background-image: url(/layout-images/topography/Asia_background.jpg);
}

.landing-programs--new.landing-programs--asia .spotlight.asia-local-global {
  background-color: #062544;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing-programs--new.landing-programs--asia .spotlight.asia-local-global em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.landing-programs--new.landing-programs--asia .spotlight.asia-local-global .container-connector .connector {
  background-color: #fff;
}

.landing-programs--new.landing-programs--asia .spotlight.asia-local-global .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing-programs--new.landing-programs--asia .spotlight.asia-local-global .logo {
  background-image: url(/layout-images/programs/asia/logo_asia-local-global.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 300px auto;
  padding-top: 200px;
}

.landing-programs--new.landing-programs--asia .sign-up .container-connector .connector {
  background-color: #062544;
}

.landing-programs--new.landing-programs--asia .sign-up .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing-programs--new.landing-programs--asia.six-crises .zone-title {
  background-image: url(/layout-images/programs/asia/logo_six-crises.jpg);
  background-size: auto 100%;
}

.landing-programs--new.landing-programs--asia.six-crises .zone-title .gutter-top-title {
  height: 350px;
  padding-top: 10%;
}

.landing-programs--new.landing-programs--asia.six-crises .zone-title .title {
  background-image: url(/layout-images/programs/asia/logo_six-crises-text.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 178px;
  width: auto;
}

.landing-programs--new.landing-programs--asia.six-crises .description {
  background-color: #00a79d;
  color: #fff;
  padding-bottom: 30px;
}

.landing-programs--new.landing-programs--asia.six-crises .description em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.landing-programs--new.landing-programs--asia.six-crises .episodes .intro-video {
  margin: 0 10% 30px 10%;
}

.landing-programs--new.landing-programs--asia.six-crises .episodes .gutters {
  padding-bottom: 60px;
}

.landing-programs--new.landing-programs--asia.six-crises .episodes h4 {
  color: #00a79d;
}

.landing-programs--new.landing-programs--asia.six-crises .episodes .author {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
}

.landing-programs--new.landing-programs--asia.six-crises .episodes .title {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

@media (max-width: 767px) {
  .landing-programs--new.landing-programs--asia.six-crises .zone-title .gutter-top-title {
    height: 200px;
  }
  .landing-programs--new.landing-programs--asia.six-crises .zone-title .title {
    background-size: 100% auto;
    height: 150px;
    width: 300px;
  }
  .landing-programs--new.landing-programs--asia.six-crises .episodes .intro-video {
    margin: 0 0 90px 0;
  }
}

.landing-programs--new.landing-programs--southasia .zone-title {
  background-image: url(/layout-images/topography/SouthAsia_background.jpg);
  background-position: center center;
}

.landing-programs--new.landing-programs--democracy .zone-title {
  background-image: url(/layout-images/topography/DCG_Background.jpg);
}

.landing-programs--new.landing-programs--npp .zone-title {
  background-image: url(/layout-images/topography/NPP_background.jpg);
}

.landing-programs--new.landing-programs--npp .promo-top-container {
  border-bottom: 1px solid #a28556;
}

.landing-programs--new.landing-programs--npp .promo-top-container.promo-npc2019 {
  background-image: url(/layout-images/bnr/NPC2019_top-banner-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.landing-programs--new.landing-programs--npp .promo-top-container.promo-npc2019 .foreground {
  padding-bottom: 0;
}

.landing-programs--new.landing-programs--npp .promo-top-container.promo-npc2019 h4 {
  font-size: 1.5rem;
  line-height: 1.1em;
  margin-bottom: 0;
}

.landing-programs--new.landing-programs--npp .promo-top-container.promo-npc2019 h4 > span {
  color: #ef4237;
  font-family: "GaramondPremierW08-Smbd1167193", Georgia, "Times New Roman", Times, serif;
  font-size: 1.9rem;
}

.landing-programs--new.landing-programs--npp .promo-top-container.promo-npc2019 h4 p {
  margin-bottom: 0;
}

.landing-programs--new.landing-programs--npp .promo-top-container.promo-npc2019 .in-text-metaD {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.landing-programs--new.landing-programs--europe .zone-title {
  background-image: url(/layout-images/topography/Europe_background.jpg);
}

.landing-programs--new.landing-programs--europe .experts ul li#id1633, .landing-programs--new.landing-programs--europe .experts ul li#id1342, .landing-programs--new.landing-programs--europe .experts ul li#id1408, .landing-programs--new.landing-programs--europe .experts ul li#id1734, .landing-programs--new.landing-programs--europe .experts ul li#id1803 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.landing-programs--new.landing-programs--europe .experts ul li#id1633 p, .landing-programs--new.landing-programs--europe .experts ul li#id1342 p, .landing-programs--new.landing-programs--europe .experts ul li#id1408 p, .landing-programs--new.landing-programs--europe .experts ul li#id1734 p, .landing-programs--new.landing-programs--europe .experts ul li#id1803 p {
  display: inline-block;
}

.landing-programs--new.landing-programs--technology .zone-title {
  background-image: url(/layout-images/topography/Tech_ProgramPage_Background.jpg);
}

.landing-programs--new.landing-programs--technology.timeline .section.top {
  margin-top: 0;
}

.landing-programs--new.landing-programs--technology.timeline .section.top p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1em;
}

.landing-programs--new.landing-programs--technology.timeline .section.top p.small-text {
  font-size: 0.8em;
}

.landing-programs--new.landing-programs--technology.timeline .landing--hero-image .zone-title {
  background-size: cover;
}

.landing-programs--new.landing-programs--technology.timeline h2.headline span {
  font-size: 0.6em;
}

.landing-programs--new.landing-programs--technology.timeline .frst-container {
  padding-top: 50px;
}

.landing-programs--new.landing-programs--technology.timeline .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content,
.landing-programs--new.landing-programs--technology.timeline .frst-date-opposite.frst-left-align .frst-date,
.landing-programs--new.landing-programs--technology.timeline .frst-right-align {
  text-align: left;
}

.landing-programs--new.landing-programs--technology.timeline .frst-alternate.frst-date-opposite .frst-timeline-block.frst-odd-item .frst-date {
  line-height: 2em;
  text-align: left;
}

.landing-programs--new.landing-programs--technology.timeline .frst-alternate.frst-date-opposite .frst-timeline-block.frst-even-item .frst-date {
  line-height: 2em;
  text-align: right;
}

.landing-programs--new.landing-programs--technology.timeline .frst-timeline-style-8 .frst-timeline-content-inner {
  padding: 1em 1em 0 1em;
}

.landing-programs--new.landing-programs--technology.timeline .frst-timeline-style-8 .frst-timeline-content-inner h2 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-top: 0;
}

.landing-programs--new.landing-programs--technology.timeline .frst-timeline-style-8 .frst-timeline-content-inner p {
  margin-bottom: 15px;
}

.landing-programs--new.landing-programs--technology.timeline .frst-timeline-label-block {
  padding-left: 0;
}

.landing-programs--new.landing-programs--technology.timeline .frst-timeline-label-block .frst-labels {
  margin-left: -50px;
}

.landing-programs--new.landing-programs--technology.timeline .frst-timeline-label-block .frst-labels span {
  background-color: #0050A9;
  font-size: 20px;
}

.landing-programs--new.landing-programs--technology.timeline .frst-timeline-style-8 .frst-timeline-img span {
  background-color: #0050A9;
  border: #0050A9 solid 3px;
}

.landing-programs--new.landing-programs--technology.timeline .frst-timeline-style-8 .frst-timeline-img span.empty {
  background-color: #fff;
}

.landing-programs--new.landing-programs--technology.timeline .frst-timeline-style-8 .frst-timeline-block::before {
  background: rgba(0, 80, 169, 0.8) none repeat scroll 0 0;
}

.landing-programs--new.landing-programs--technology.timeline .frst-date {
  color: #005089;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1em;
  line-height: 2em;
  text-transform: uppercase;
}

.landing-programs--new.landing-programs--technology.timeline .frst-timeline-style-8 p {
  color: #635a4f;
  font-size: 1rem;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing-programs--new.landing-programs--technology.timeline .css-timeline li {
  margin-top: 1em;
}

.landing-programs--new.landing-programs--technology.timeline .accordion-trigger {
  background: none;
  color: #0981B5;
  margin: 1em 0;
  padding: 0;
}

.landing-programs--new.landing-programs--technology.timeline .accordion-trigger:after {
  background: none;
  content: "%";
  display: inline;
  font-family: "ceip-icons" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
  position: relative;
  right: 0;
  text-transform: none;
}

.landing-programs--new.landing-programs--cyber .zone-title {
  background-image: url(/layout-images/topography/Tech_ProgramPage_Background.jpg);
}

.landing-programs--new.landing-programs--cyber .encryption.margin-left {
  margin-left: 0;
}

.landing-programs--new.landing-programs--silicon-valley .zone-title {
  background-image: url(/layout-images/topography/Tech_ProgramPage_Background.jpg);
}

.landing-programs--new.landing-programs--silicon-valley .container-boxes .bordered-box h4 {
  background-image: url(/layout-images/sprite_silicon-valley-icons.png);
  background-size: 150px auto;
  background-repeat: no-repeat;
  padding-top: 180px;
  text-align: center;
}

.landing-programs--new.landing-programs--silicon-valley .container-boxes .bordered-box.joint-problem-solving h4 {
  background-position: center top;
}

.landing-programs--new.landing-programs--silicon-valley .container-boxes .bordered-box.independent-analysis h4 {
  background-position: center -250px;
}

.landing-programs--new.landing-programs--silicon-valley .about .container-connector .connector {
  background-color: #b0bac8;
}

.landing-programs--new.landing-programs--silicon-valley .about .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing-programs--new.landing-programs--silicon-valley .about .description {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  padding-right: 60px;
  text-align: left;
}

.landing-programs--new.landing-programs--silicon-valley .about .description a {
  color: #3d71b7;
}

.landing-programs--new.landing-programs--silicon-valley .foci .container-connector {
  padding-top: 30px;
}

.landing-programs--new.landing-programs--silicon-valley .foci .container-connector .connector {
  background-color: #b0bac8;
}

.landing-programs--new.landing-programs--silicon-valley .foci .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing-programs--new.landing-programs--silicon-valley .foci h4 {
  font-size: 2rem;
  line-height: 1.1em;
  text-align: right;
}

.landing-programs--new.landing-programs--silicon-valley .foci h4 a.gray {
  color: #635a4f;
}

.landing-programs--new.landing-programs--silicon-valley .foci ul {
  border-top: 3px solid #fff;
  float: right;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-top: 60px;
  text-align: right;
  width: 80%;
}

.landing-programs--new.landing-programs--silicon-valley .foci ul li {
  line-height: 1.1em;
  padding-top: 15px;
}

.landing-programs--new.landing-programs--silicon-valley .foci .description {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  padding-right: 60px;
  text-align: left;
}

.landing-programs--new.landing-programs--silicon-valley .foci .icon {
  background-image: url(/layout-images/sprite_silicon-valley-icons.png);
  background-size: 150px auto;
  background-position: center top;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 180px;
  width: 200px;
}

.landing-programs--new.landing-programs--silicon-valley .foci.foci-first .container-connector .connector {
  background-color: #e4e3dd;
}

.landing-programs--new.landing-programs--silicon-valley .foci.foci-first .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing-programs--new.landing-programs--silicon-valley .foci.foci-second .container-connector .connector {
  background-color: #b0bac8;
}

.landing-programs--new.landing-programs--silicon-valley .foci.foci-second .container-connector .connector.ceip-icon {
  color: #fff;
}

.landing-programs--new.landing-programs--silicon-valley .foci.foci-second .icon {
  background-position: center -250px;
}

.landing-programs--new.landing-programs--silicon-valley .foci.foci-third .container-connector .connector {
  background-color: #fff;
}

.landing-programs--new.landing-programs--silicon-valley .foci.foci-third .container-connector .connector.ceip-icon {
  color: #e4e3dd;
}

.landing-programs--new.landing-programs--silicon-valley .foci.foci-third .icon {
  background-position: center -505px;
}

.landing-programs--new.landing-programs--silicon-valley .sign-up h3 {
  font-size: 1.5rem;
}

.landing-programs--new.landing-programs--silicon-valley .sign-up .bio-summary {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing-programs--new.landing-programs--geoeconomics .zone-title {
  background-image: url(/layout-images/topography/GeoEcon_background.jpg);
}

.landing-programs--new.landing-programs--russia .zone-title {
  background-image: url(/layout-images/topography/Russia_background.jpg);
}

.landing-programs--new.landing-programs--russia .blog-widget--carnegie-ru {
  background-color: #fff;
}

.landing-programs--new.landing-programs--middleeast .zone-title {
  background-image: url(/layout-images/topography/MiddleEast_background.jpg);
}

.landing-programs--new.landing-programs--middleeast .blog-widget--diwan {
  background-color: #fff;
}

@media (max-width: 1024px) {
  .landing-programs--new .zone-title--bg {
    background-size: auto 100%;
  }
  .landing-programs--new .container-boxes .padded {
    padding: 15px;
  }
  .landing-programs--new .container-boxes .ceip-carousel {
    margin: 0 45px;
  }
  .landing-programs--new .section.sign-up .cols {
    margin-left: 15px;
    margin-right: 15px;
  }
  .landing-programs--new .section.research .ceip-carousel {
    margin: 0 45px;
  }
  .landing-programs--new .section.research .cols {
    margin-left: 15px;
    margin-right: 15px;
  }
  .landing-programs--new .section.research .center-box {
    margin-left: 30px;
    margin-right: 30px;
  }
  .landing-programs--new .section.research .blog-boxes .col.center-box {
    margin-left: 0;
    margin-right: 0;
  }
  .landing-programs--new .section.experts .cols {
    margin-left: 15px;
    margin-right: 15px;
  }
  .landing-programs--new .research .foreground .align-right a.button {
    margin-bottom: 60px;
  }
  .landing-programs--new .section.spotlight.asia-local-global .cols {
    margin-left: 15px;
    margin-right: 15px;
  }
  .landing-programs--new .section.spotlight.asia-local-global .cols .col.logo {
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .landing-programs--new .experts .secondary-list {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .landing-programs--new .sign-up .cols p {
    padding-right: 0;
  }
  .landing-programs--new .headline {
    font-size: 3rem;
  }
  .landing-programs--new.landing-programs--technology .headline, .landing-programs--new.landing-programs--geoeconomics .headline {
    font-size: 2.6rem;
  }
  .landing-programs--new.landing-programs--npp .headline, .landing-programs--new.landing-programs--middleeast .headline {
    font-size: 2.2rem;
  }
  .landing-programs--new.landing-programs--silicon-valley .example .col-30 {
    display: inline-block;
  }
  .landing-programs--new.landing-programs--silicon-valley .example .col-30 ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .landing-programs--new .experts .secondary-list {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .landing-programs--new .experts .secondary-list h4, .landing-programs--new .experts .secondary-list .meta {
    text-align: center;
  }
  .landing-programs--new .resources li {
    text-align: center;
  }
  .landing-programs--new .section.spotlight.asia-local-global .cols .col.logo {
    padding-right: 0;
  }
}

.npp-entanglement .zone-title {
  background-image: url(/layout-images/programs/npp/npp-entanglement-background-1980.png);
  background-size: cover;
}

.npp-entanglement .zone-title .container-title {
  background-color: transparent;
  background-image: url(/layout-images/programs/npp/npp-entanglement-text-1980.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  bottom: 0;
  height: 200px;
  position: relative;
}

@media (max-width: 767px) {
  .npp-entanglement .zone-title .container-title {
    background-size: 70%;
    height: 100px;
  }
}

.npp-entanglement .intro {
  font-size: 1.2rem;
}

.npp-entanglement .intro .summary-text {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.npp-entanglement .intro .videoEmbed {
  margin-top: 105px;
}

.npp-entanglement .intro .button-big {
  background-color: #00a79d;
}

.npp-entanglement .section.gray-background {
  background-color: #e6e7e8;
  margin-bottom: 0;
}

.npp-entanglement .section.gray-background ul.content {
  padding-bottom: 60px;
}

.npp-entanglement .research .center.featured-research {
  padding-top: 60px;
}

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

.npp-entanglement .research .section-title.bordered-box--header {
  border: 1px solid #929497;
  color: #929497;
}

.npp-entanglement .research.scholars .main-gutters {
  margin-top: 0;
}

.npp-entanglement .avatar--bigger {
  height: 120px;
  width: 120px;
  float: none;
}

.hypersonics .zone-title {
  background-image: url(/layout-images/programs/npp/npp_hypersonics-1980.png);
  background-size: cover;
}

.hypersonics .zone-title .container-title {
  background-color: transparent;
  color: #fff;
  bottom: 0;
  height: 200px;
  position: relative;
}

.hypersonics .zone-title .container-title h1.headline {
  margin: 0 auto;
  padding-top: 150px;
  position: relative;
}

@media (max-width: 767px) {
  .hypersonics .zone-title .container-title {
    height: 100px;
  }
  .hypersonics .zone-title .container-title h1.headline {
    padding-top: 90px;
  }
}

.hypersonics .intro {
  font-size: 1.2rem;
}

.hypersonics .intro .summary-text {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.hypersonics .intro .videoEmbed {
  margin-top: 105px;
}

.hypersonics .intro .button-big {
  background-color: #00a79d;
}

@media (max-width: 1024px) {
  .hypersonics .intro .videoEmbed {
    margin-top: 45px;
  }
}

.hypersonics .section.gray-background {
  background-color: #e6e7e8;
  margin-bottom: 0;
}

.hypersonics .section.gray-background ul.content {
  padding-bottom: 60px;
}

.hypersonics .research .center.featured-research {
  padding-top: 60px;
}

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

.hypersonics .research .section-title.bordered-box--header {
  border: 1px solid #929497;
  color: #929497;
}

.hypersonics .research.scholars .main-gutters {
  margin-top: 0;
}

.hypersonics .avatar--bigger {
  height: 120px;
  width: 120px;
  float: none;
}

.list.list-shortform .zone-title .container-headline {
  margin-bottom: 45px;
  text-align: center;
}

.list.list-shortform .zone-title .brand {
  background-color: #00a79d;
  background-image: url(/layout-images/campaign-assets/logo-c-general-signup.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  color: #fff;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 60px 0 15px;
}

.list.list-shortform .zone-title h2 {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.list.list-shortform .zone-title h2 > span {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.list.list-shortform .subscribe {
  background: #00a79d;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.list.list-shortform .subscribe strong {
  display: inline-block;
  font-weight: normal;
  padding-bottom: 15px;
}

.list.list-shortform .subscribe input[type="email"] {
  color: #000;
}

.list.list-shortform .subscribe.section {
  margin: 0;
}

.list.list-shortform .subscribe .foreground {
  padding: 15px;
  text-align: center;
}

.list.list-shortform .zone-1.section {
  margin-top: 45px;
}

.list.list-shortform .col-33 {
  margin-bottom: 30px;
}

.list.list-shortform .col-33.card-content .gutters {
  margin-left: 15px;
  margin-right: 15px;
}

.list.list-shortform .col-33 a {
  color: #000;
  display: inline-block;
  padding: 15px;
}

.list.list-shortform .col-33 a strong {
  color: #00a79d;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.list.list-shortform .col-33 a .title {
  font-size: 1.1rem;
  line-height: 1.1em;
}

.list.list-shortform .col-33 a:hover {
  background-color: #f0efed;
  box-shadow: inset 0 0 1px 1px #e6e7e8;
  -webkit-box-shadow: inset 0 0 1px 1px #e6e7e8;
  border-radius: 5px;
  text-decoration: none;
}

@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 {
  background-color: #fff;
  margin-bottom: 30px;
}

.landing.landing-events .sign-up form h3 {
  color: #a28556;
}

.landing.landing-events .sign-up 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;
  }
}

.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.annual-report-2015 {
  overflow-x: hidden;
}

body.annual-report-2016 #at4-share.atss, body.annual-report-2016 #at4-share2 {
  z-index: 99;
}

body.annual-report-2016 input[type="email"].toc-input {
  color: #000;
  font-size: 1.6em;
}

.annual-report {
  font-size: 52.5%;
}

.annual-report .foreground {
  width: 900px;
}

@media (max-width: 1024px) {
  .annual-report .foreground {
    width: 90%;
  }
}

.annual-report .header-back-nav {
  background-color: #000;
  cursor: pointer;
  color: #fff;
  display: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  position: fixed;
  text-transform: uppercase;
  top: 63px;
  width: 100%;
  z-index: 9;
}

.annual-report .header-back-nav span {
  display: block;
  height: 30px;
  line-height: 2.4em;
  margin-left: 2em;
  width: auto;
}

.annual-report .header-back-nav em {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  font-style: normal;
  margin-right: 0.2em;
  text-transform: none;
}

.annual-report .header-back-nav:hover {
  color: #a28556;
  text-decoration: none;
}

.annual-report .section {
  display: inline-block;
  float: none;
  font-size: 1.7em;
  width: 100%;
}

.annual-report .title.background {
  background-size: cover;
  display: block;
  margin: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}

.annual-report.ar2015 {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  line-height: normal;
}

.annual-report.ar2015 h2, .annual-report.ar2015 h3, .annual-report.ar2015 h4, .annual-report.ar2015 h5 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
}

.annual-report.ar2015 h3 {
  font-family: "Frutiger Neue LT W06 Thin", Arial, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

@media (max-width: 1024px) {
  .annual-report.ar2015 h3 {
    margin-left: auto;
    width: 55%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2015 h3 {
    font-size: 2.4em;
    width: 68%;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 h3 {
    width: auto;
  }
}

.annual-report.ar2015 h4 {
  font-family: "Frutiger Neue LT W06 Thin", Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 1em;
}

.annual-report.ar2015 ul, .annual-report.ar2015 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.annual-report.ar2015 .anchor {
  display: block;
  position: relative;
  top: -115px;
  visibility: hidden;
}

.annual-report.ar2015 .anchor.section {
  top: 220px;
}

.annual-report.ar2015 .anchor.subsection {
  top: 20px;
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .anchor.section {
    top: -20px;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .anchor.section {
    top: -10px;
  }
}

.annual-report.ar2015 .body {
  padding-top: 3em;
}

.annual-report.ar2015 .body p {
  margin-bottom: 1.5em;
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .body.section {
    padding-top: 0;
  }
}

.annual-report.ar2015 .callout {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8em;
  margin-top: 4em;
  padding: 3em 0;
}

.annual-report.ar2015 .callout h5 {
  font-size: 1.1em;
  margin-bottom: 1em;
}

.annual-report.ar2015 .callout em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.annual-report.ar2015 .callout .caption {
  font-size: 0.7em;
  margin-top: 1em;
}

.annual-report.ar2015 .callout .caption strong {
  color: #a28556;
  display: block;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}

.annual-report.ar2015 .callout.dark {
  background-color: #000;
  color: #fff;
}

.annual-report.ar2015 .callout.dark .foreground {
  background-position: -0px -0px;
  background-repeat: no-repeat;
}

.annual-report.ar2015 .callout.dark h5 {
  color: #a28556;
  text-transform: uppercase;
}

.annual-report.ar2015 .callout.light {
  background-color: #fff;
  color: #000;
}

.annual-report.ar2015 .callout.light .foreground {
  background-position: -0px -0px;
  background-repeat: no-repeat;
}

.annual-report.ar2015 .callout.light .caption {
  font-size: 0.7em;
}

.annual-report.ar2015 .callout.light .caption strong {
  color: #a28556;
  display: block;
  margin-bottom: 0.25em;
  margin-top: 0.5em;
  text-transform: uppercase;
}

.annual-report.ar2015 .callout.pattern {
  background-color: #dddee0;
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-pattern.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.annual-report.ar2015 .callout.pattern h5 {
  font-family: "Frutiger Neue LT W06 Thin", Arial, sans-serif;
  font-size: 2.5em;
  margin-bottom: 1.5em;
}

.annual-report.ar2015 .callout.pattern strong {
  font-weight: normal;
  text-transform: uppercase;
}

.annual-report.ar2015 .callout.prize-winners .foreground {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-prize-winners.png");
  background-size: auto 90%;
}

.annual-report.ar2015 .callout.prize-winners h5, .annual-report.ar2015 .callout.prize-winners .text {
  margin-left: 340px;
}

.annual-report.ar2015 .callout.prize-winners .caption {
  padding-top: 1em;
}

.annual-report.ar2015 .callout.young-ambassadors .foreground {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-young-ambassadors.png");
  background-size: auto 12.3em;
  min-height: 12em;
}

.annual-report.ar2015 .callout.young-ambassadors h5, .annual-report.ar2015 .callout.young-ambassadors .text {
  margin-left: 400px;
}

.annual-report.ar2015 .callout.young-ambassadors .caption {
  padding-top: 1em;
}

.annual-report.ar2015 .callout.iran-nuclear .foreground {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-iran-nuclear.png");
  background-size: auto 20em;
  min-height: 12em;
}

.annual-report.ar2015 .callout.iran-nuclear h3, .annual-report.ar2015 .callout.iran-nuclear .text {
  margin-left: 490px;
}

.annual-report.ar2015 .callout.iran-nuclear .caption {
  padding-top: 2.5em;
  text-align: right;
  width: 48em;
}

.annual-report.ar2015 .callout.next-generation {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-pattern-next-generation.png");
}

.annual-report.ar2015 .callout.next-generation h5 {
  margin-bottom: 0.5em;
}

.annual-report.ar2015 .callout.next-generation .text {
  width: 80%;
}

.annual-report.ar2015 .callout.next-generation .text .caption {
  width: 60%;
}

.annual-report.ar2015 .callout.briefing .foreground {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-briefing.png");
  background-size: auto 12.3em;
  min-height: 12em;
}

.annual-report.ar2015 .callout.briefing h5, .annual-report.ar2015 .callout.briefing .text {
  margin-left: 340px;
}

.annual-report.ar2015 .callout.briefing .caption {
  padding-top: 1em;
}

.annual-report.ar2015 .callout.carnegie-ru .foreground {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-pattern-carnegie-ru.png");
  background-repeat: no-repeat;
  background-size: 35% auto;
  min-height: 18em;
}

.annual-report.ar2015 .callout.carnegie-ru .foreground h5, .annual-report.ar2015 .callout.carnegie-ru .foreground .text {
  margin-left: 40%;
}

.annual-report.ar2015 .callout.carnegie-ru .foreground h5 {
  margin-bottom: 0.5em;
}

.annual-report.ar2015 .callout.npc {
  display: inline-block;
  width: 100%;
}

.annual-report.ar2015 .callout.npc .foreground .image {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-pattern-npc.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: right;
  margin-bottom: 1em;
  margin-left: 2em;
  min-height: 19em;
  width: 40em;
}

.annual-report.ar2015 .callout.npc .foreground h5 {
  margin-bottom: 0.5em;
}

.annual-report.ar2015 .callout.npc .foreground .containerCols {
  border-top: 1px solid #ccc7c2;
  margin-top: 1em;
  padding-top: 1em;
}

.annual-report.ar2015 .callout.npc .foreground .caption {
  float: left;
  margin-right: 5%;
  width: 30%;
}

.annual-report.ar2015 .callout.npc .foreground .caption:last-child {
  margin-right: 0;
}

.annual-report.ar2015 .callout.npc .foreground .caption em {
  color: #a28556;
  display: block;
  margin-bottom: 1em;
}

.annual-report.ar2015 .callout.cop21 .foreground {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-cop21.png");
  background-size: auto 15em;
  min-height: 15em;
}

.annual-report.ar2015 .callout.cop21 h5, .annual-report.ar2015 .callout.cop21 .text {
  margin-left: 340px;
}

.annual-report.ar2015 .callout.cop21 .caption {
  padding-top: 1em;
}

.annual-report.ar2015 .callout.oci .foreground .image {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-pattern-oci.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: left;
  margin-right: 3em;
  min-height: 33em;
  width: 450px;
}

.annual-report.ar2015 .callout.oci h5 {
  margin-bottom: 1em;
}

.annual-report.ar2015 .callout.oci p:first-child {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.annual-report.ar2015 .callout.rising-democracies .foreground {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-rising-democracies.png");
  background-size: auto 60%;
}

.annual-report.ar2015 .callout.rising-democracies h5, .annual-report.ar2015 .callout.rising-democracies .text {
  margin-left: 55%;
}

.annual-report.ar2015 .callout.rising-democracies .caption {
  margin-left: -400px;
  padding-top: 1em;
  text-align: right;
  width: 94%;
}

.annual-report.ar2015 .callout.thieves-of-state {
  display: inline-block;
  width: 100%;
}

.annual-report.ar2015 .callout.thieves-of-state .foreground .image {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-pattern-thieves-of-state.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: right;
  margin-bottom: 1em;
  margin-left: 2em;
  min-height: 19em;
  width: 45em;
}

.annual-report.ar2015 .callout.thieves-of-state .foreground h5 {
  margin-bottom: 0.5em;
}

.annual-report.ar2015 .callout.thieves-of-state .foreground .containerCols {
  border-top: 1px solid #ccc7c2;
  margin-top: 1em;
  padding-top: 1em;
}

.annual-report.ar2015 .callout.thieves-of-state .foreground .caption {
  float: right;
  margin-left: 5%;
  width: auto;
}

.annual-report.ar2015 .callout.thieves-of-state .foreground .caption:last-child {
  margin-right: 0;
}

.annual-report.ar2015 .callout.thieves-of-state .foreground .caption em {
  color: #a28556;
  display: block;
  margin-bottom: 1em;
}

.annual-report.ar2015 .callout.departing-trustees .foreground .image {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-departing-trustees.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: left;
  min-height: 19em;
  width: 45%;
}

.annual-report.ar2015 .callout.departing-trustees .foreground h3, .annual-report.ar2015 .callout.departing-trustees .foreground .text, .annual-report.ar2015 .callout.departing-trustees .foreground .caption {
  margin-left: 48%;
}

.annual-report.ar2015 .callout.departing-trustees .foreground h3 {
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
}

.annual-report.ar2015 .callout.departing-trustees .foreground .caption {
  padding-top: 1em;
  text-align: left;
}

.annual-report.ar2015 .callout.supporting-the-centers {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-supporting-the-centers.png");
  margin-bottom: 3em;
}

.annual-report.ar2015 .callout.supporting-the-centers h5, .annual-report.ar2015 .callout.supporting-the-centers .text {
  width: 60%;
}

.annual-report.ar2015 .callout.supporting-the-centers h5 {
  margin-bottom: 0.5em;
}

.annual-report.ar2015 .callout.growing .foreground {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-growing.png");
  background-size: auto 16em;
  min-height: 16em;
}

.annual-report.ar2015 .callout.growing h5, .annual-report.ar2015 .callout.growing .text {
  margin-left: 400px;
}

.annual-report.ar2015 .callout.growing .caption {
  padding-top: 1em;
  text-align: left;
}

.annual-report.ar2015 .callout.global-council .foreground .image {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-global-council.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: left;
  min-height: 19em;
  width: 45%;
}

.annual-report.ar2015 .callout.global-council h3, .annual-report.ar2015 .callout.global-council .text, .annual-report.ar2015 .callout.global-council .caption {
  margin-left: 48%;
}

.annual-report.ar2015 .callout.global-council h3 {
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
}

.annual-report.ar2015 .callout.global-council .caption {
  padding-top: 1em;
  text-align: left;
}

.annual-report.ar2015 .callout.india-founders .callout-sidebar {
  display: block;
  float: right;
  margin-left: 10%;
  width: 30%;
}

.annual-report.ar2015 .callout.india-founders .callout-sidebar strong {
  color: #d68019;
  display: inline-block;
  margin-bottom: 1em;
}

.annual-report.ar2015 .callout.india-founders .callout-sidebar li {
  margin-bottom: 0.25em;
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .callout.prize-winners .foreground, .annual-report.ar2015 .callout.young-ambassadors .foreground, .annual-report.ar2015 .callout.briefing .foreground, .annual-report.ar2015 .callout.cop21 .foreground, .annual-report.ar2015 .callout.growing .foreground {
    background-size: 30% auto;
    min-height: 12em;
  }
  .annual-report.ar2015 .callout.prize-winners h5, .annual-report.ar2015 .callout.prize-winners .text, .annual-report.ar2015 .callout.young-ambassadors h5, .annual-report.ar2015 .callout.young-ambassadors .text, .annual-report.ar2015 .callout.briefing h5, .annual-report.ar2015 .callout.briefing .text, .annual-report.ar2015 .callout.cop21 h5, .annual-report.ar2015 .callout.cop21 .text, .annual-report.ar2015 .callout.growing h5, .annual-report.ar2015 .callout.growing .text {
    margin-left: 32%;
  }
  .annual-report.ar2015 .callout.prize-winners .caption, .annual-report.ar2015 .callout.young-ambassadors .caption, .annual-report.ar2015 .callout.briefing .caption, .annual-report.ar2015 .callout.cop21 .caption, .annual-report.ar2015 .callout.growing .caption {
    margin-top: 6%;
  }
  .annual-report.ar2015 .callout.iran-nuclear h3 {
    width: 35%;
  }
  .annual-report.ar2015 .callout.next-generation h5, .annual-report.ar2015 .callout.next-generation .text {
    width: 55%;
  }
  .annual-report.ar2015 .callout.carnegie-ru .foreground h5, .annual-report.ar2015 .callout.carnegie-ru .foreground .text {
    margin-left: 37%;
  }
  .annual-report.ar2015 .callout.rising-democracies .foreground {
    background-position: center top;
    background-size: 90% auto;
    padding-top: 30%;
  }
  .annual-report.ar2015 .callout.rising-democracies h5, .annual-report.ar2015 .callout.rising-democracies .text {
    margin: 0 auto;
    width: 90%;
  }
  .annual-report.ar2015 .callout.rising-democracies .caption {
    margin-left: 0;
    text-align: left;
    width: auto;
  }
  .annual-report.ar2015 .callout.npc .foreground .image, .annual-report.ar2015 .callout.oci .foreground .image {
    min-height: 17em;
    width: 65%;
  }
  .annual-report.ar2015 .callout.oci .foreground .image {
    min-height: 35em;
    width: 55%;
  }
  .annual-report.ar2015 .callout.thieves-of-state .foreground {
    width: 80%;
  }
  .annual-report.ar2015 .callout.thieves-of-state .foreground .image {
    float: none;
    margin-left: 0;
    min-height: 24em;
    width: 100%;
  }
  .annual-report.ar2015 .callout.thieves-of-state .foreground .caption {
    float: left;
    margin-left: 0;
    width: 50%;
  }
  .annual-report.ar2015 .callout.departing-trustees h3, .annual-report.ar2015 .callout.departing-trustees .text {
    margin-left: auto;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .annual-report.ar2015 .callout.prize-winners .caption, .annual-report.ar2015 .callout.young-ambassadors .caption, .annual-report.ar2015 .callout.briefing .caption {
    margin-top: 2%;
  }
  .annual-report.ar2015 .callout.iran-nuclear {
    padding: 0;
  }
  .annual-report.ar2015 .callout.iran-nuclear .foreground {
    background-position: center top;
    background-size: 90% auto;
    padding-top: 49%;
  }
  .annual-report.ar2015 .callout.iran-nuclear h3, .annual-report.ar2015 .callout.iran-nuclear .text, .annual-report.ar2015 .callout.iran-nuclear .caption {
    margin: 0 auto;
    width: 90%;
  }
  .annual-report.ar2015 .callout.iran-nuclear h3 {
    margin-bottom: .5em;
  }
  .annual-report.ar2015 .callout.iran-nuclear .caption {
    text-align: left;
  }
  .annual-report.ar2015 .callout.young-ambassadors .foreground, .annual-report.ar2015 .callout.cop21 .foreground, .annual-report.ar2015 .callout.growing .foreground {
    background-size: 50% auto;
  }
  .annual-report.ar2015 .callout.young-ambassadors h5, .annual-report.ar2015 .callout.young-ambassadors .text, .annual-report.ar2015 .callout.cop21 h5, .annual-report.ar2015 .callout.cop21 .text, .annual-report.ar2015 .callout.growing h5, .annual-report.ar2015 .callout.growing .text {
    margin-left: 52%;
  }
  .annual-report.ar2015 .callout.oci .foreground .image {
    min-height: 27em;
  }
  .annual-report.ar2015 .callout.supporting-the-centers h5, .annual-report.ar2015 .callout.supporting-the-centers .text {
    width: 55%;
  }
  .annual-report.ar2015 .callout.supporting-the-centers .caption {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2015 .callout.prize-winners .foreground, .annual-report.ar2015 .callout.briefing .foreground {
    background-size: 40% auto;
  }
  .annual-report.ar2015 .callout.prize-winners h5, .annual-report.ar2015 .callout.prize-winners .text, .annual-report.ar2015 .callout.briefing h5, .annual-report.ar2015 .callout.briefing .text {
    margin-left: 42%;
  }
  .annual-report.ar2015 .callout.prize-winners .caption, .annual-report.ar2015 .callout.briefing .caption {
    margin-top: 4%;
  }
  .annual-report.ar2015 .callout.iran-nuclear .foreground {
    background-size: 100% auto;
    padding-top: 55%;
  }
  .annual-report.ar2015 .callout.iran-nuclear h3, .annual-report.ar2015 .callout.iran-nuclear .text, .annual-report.ar2015 .callout.iran-nuclear .caption {
    width: auto;
  }
  .annual-report.ar2015 .callout.next-generation {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-pattern.png");
  }
  .annual-report.ar2015 .callout.next-generation h5, .annual-report.ar2015 .callout.next-generation .text {
    width: auto;
  }
  .annual-report.ar2015 .callout.carnegie-ru .foreground {
    background-size: 45% auto;
  }
  .annual-report.ar2015 .callout.carnegie-ru .foreground h5, .annual-report.ar2015 .callout.carnegie-ru .foreground .text {
    margin-left: 47%;
  }
  .annual-report.ar2015 .callout.rising-democracies .foreground {
    background-size: 100% auto;
    padding-top: 34%;
  }
  .annual-report.ar2015 .callout.rising-democracies h5, .annual-report.ar2015 .callout.rising-democracies .text {
    width: auto;
  }
  .annual-report.ar2015 .callout.thieves-of-state .foreground {
    width: 90%;
  }
  .annual-report.ar2015 .callout.thieves-of-state .foreground .image {
    min-height: 23em;
  }
  .annual-report.ar2015 .callout.departing-trustees .foreground .image, .annual-report.ar2015 .callout.global-council .foreground .image {
    float: none;
    min-height: 30em;
    width: 100%;
  }
  .annual-report.ar2015 .callout.departing-trustees .foreground h3, .annual-report.ar2015 .callout.departing-trustees .foreground .text, .annual-report.ar2015 .callout.departing-trustees .foreground .caption, .annual-report.ar2015 .callout.global-council .foreground h3, .annual-report.ar2015 .callout.global-council .foreground .text, .annual-report.ar2015 .callout.global-council .foreground .caption {
    margin-left: 0;
  }
  .annual-report.ar2015 .callout.global-council .foreground h3 {
    margin-top: 1em;
  }
  .annual-report.ar2015 .callout.supporting-the-centers {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_callout-pattern.png");
  }
  .annual-report.ar2015 .callout.supporting-the-centers h5, .annual-report.ar2015 .callout.supporting-the-centers .text {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .annual-report.ar2015 .callout.supporting-the-centers .caption {
    width: auto;
  }
}

@media (max-width: 640px) {
  .annual-report.ar2015 .callout.carnegie-ru .foreground {
    background-size: 100% auto;
    padding-top: 70%;
  }
  .annual-report.ar2015 .callout.carnegie-ru .foreground h5, .annual-report.ar2015 .callout.carnegie-ru .foreground .text {
    margin-left: 0;
  }
  .annual-report.ar2015 .callout.npc .foreground .image, .annual-report.ar2015 .callout.oci .foreground .image {
    margin-left: 0;
    min-height: 17em;
    width: 100%;
  }
  .annual-report.ar2015 .callout.oci .foreground .image {
    min-height: 39em;
  }
  .annual-report.ar2015 .callout.thieves-of-state .foreground .image {
    min-height: 18em;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .callout.prize-winners .foreground, .annual-report.ar2015 .callout.young-ambassadors .foreground, .annual-report.ar2015 .callout.briefing .foreground, .annual-report.ar2015 .callout.cop21 .foreground, .annual-report.ar2015 .callout.growing .foreground {
    background-size: 100% auto;
    padding-top: 58%;
  }
  .annual-report.ar2015 .callout.prize-winners h5, .annual-report.ar2015 .callout.prize-winners .text, .annual-report.ar2015 .callout.young-ambassadors h5, .annual-report.ar2015 .callout.young-ambassadors .text, .annual-report.ar2015 .callout.briefing h5, .annual-report.ar2015 .callout.briefing .text, .annual-report.ar2015 .callout.cop21 h5, .annual-report.ar2015 .callout.cop21 .text, .annual-report.ar2015 .callout.growing h5, .annual-report.ar2015 .callout.growing .text {
    margin-left: 0;
  }
  .annual-report.ar2015 .callout.oci .foreground .image {
    min-height: 29em;
  }
  .annual-report.ar2015 .callout.thieves-of-state .foreground .image {
    min-height: 14em;
  }
  .annual-report.ar2015 .callout.india-founders .callout-sidebar {
    display: none;
  }
}

.annual-report.ar2015 .charter.section-text {
  margin-left: 650px;
}

.annual-report.ar2015 .charter em {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: .88em;
  font-style: none;
  margin-bottom: 7em;
  text-transform: uppercase;
}

.annual-report.ar2015 .charter h3 {
  border-bottom: 1px solid #ccc7c2;
  border-top: 1px solid #ccc7c2;
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1em;
  letter-spacing: .2em;
  margin-bottom: 2em;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
}

.annual-report.ar2015 .charter p, .annual-report.ar2015 .charter.section-text p:nth-of-type(1) {
  border-bottom: 1px solid #ccc7c2;
  color: #635a4f;
  font-family: "GaramondPremierW08-Smbd1167193", Georgia, "Times New Roman", Times, serif;
  line-height: 1.8em;
  font-size: 1.3em;
  padding-bottom: 1em;
  text-transform: none;
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .charter.section-text {
    margin-left: 550px;
  }
  .annual-report.ar2015 .charter h3 {
    margin-right: auto;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2015 .charter.section-text {
    margin-left: 400px;
  }
}

@media (max-width: 767px) {
  .annual-report.ar2015 .charter h3 {
    width: auto;
  }
}

.annual-report.ar2015 .content {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-text.png");
  background-position: 100px -0px;
  background-repeat: no-repeat;
  float: right;
  padding-top: 12em;
}

.annual-report.ar2015 .content.left-side {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-text-left.png");
  background-position: -1000px;
  float: left;
}

.annual-report.ar2015 .content.left-side .section-text {
  margin-left: 170px;
  width: 34%;
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .content {
    background-position: 15% 0;
    padding-top: 0;
  }
  .annual-report.ar2015 .content.left-side {
    background-position: -1160px center;
  }
  .annual-report.ar2015 .content.left-side .section-text {
    margin: 0 auto;
    width: 90%;
  }
  .annual-report.ar2015 .content.left-side .section-text h3 {
    margin: 0 10% 0.8em;
    width: 45%;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .annual-report.ar2015 .content {
    background-position: 18% 0;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2015 .content {
    background-position: 25% 0;
    padding-top: 8em;
  }
  .annual-report.ar2015 .content.left-side {
    background-position: -1150px center;
  }
  .annual-report.ar2015 .content.left-side.new-conversations {
    background-position: -1280px center;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .content.left-side .section-text h3 {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}

.annual-report.ar2015 .cover.content {
  padding-top: 5em;
}

.annual-report.ar2015 .cover h2 {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-size: 2.8em;
  font-weight: normal;
  margin-top: .5em;
}

.annual-report.ar2015 .cover .charter.section-text h2, .annual-report.ar2015 .cover .charter.section-text em {
  color: #092e55;
  display: block;
  float: none;
  text-align: center;
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .cover {
    background-position: 20% -0px;
  }
  .annual-report.ar2015 .cover.title.background {
    background-position: 5% top;
    background-size: auto 100%;
    margin-top: 54px;
  }
  .annual-report.ar2015 .cover .charter.section-text {
    margin-left: auto;
  }
  .annual-report.ar2015 .cover .charter.section-text h2, .annual-report.ar2015 .cover .charter.section-text em {
    margin-left: 38%;
    width: 55%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2015 .cover {
    background-position: 22% -0px;
  }
  .annual-report.ar2015 .cover .charter.section-text {
    margin-left: auto;
  }
  .annual-report.ar2015 .cover .charter.section-text h2, .annual-report.ar2015 .cover .charter.section-text em {
    width: 60%;
  }
  .annual-report.ar2015 .cover .charter.section-text h2 {
    font-size: 2.5em;
  }
  .annual-report.ar2015 .cover .charter.section-text em {
    font-size: 0.8em;
  }
  .annual-report.ar2015 .cover .charter.section-text .section-text h3 {
    font-size: 1em;
  }
  .annual-report.ar2015 .cover .charter.section-text .section-text p {
    font-size: 1em;
  }
}

@media (max-width: 640px) {
  .annual-report.ar2015 .cover {
    background-position: 30% -0px;
  }
  .annual-report.ar2015 .cover .charter.section-text h2, .annual-report.ar2015 .cover .charter.section-text em {
    margin-left: 17%;
    width: 81%;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .cover.title.background {
    background-size: 170% auto;
    margin-top: 46px;
  }
  .annual-report.ar2015 .cover.section.title.content {
    background: none;
  }
  .annual-report.ar2015 .cover .charter.section-text h2, .annual-report.ar2015 .cover .charter.section-text em {
    margin-left: 0;
    width: auto;
  }
  .annual-report.ar2015 .cover .charter.section-text em {
    margin-bottom: 5em;
  }
}

@media (max-width: 767px) {
  .annual-report.ar2015 .cover .charter.section-text h2 {
    font-size: 2em;
  }
}

.annual-report.ar2015 .donors.sub-section .donor-list h5, .annual-report.ar2015 .donors .body .donor-list h5 {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: .5em;
}

.annual-report.ar2015 .donors.sub-section .donor-list ul, .annual-report.ar2015 .donors .body .donor-list ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 5em;
  -webkit-column-gap: 5em;
  column-gap: 5em;
  width: 100%;
}

.annual-report.ar2015 .donors.sub-section .donor-list li, .annual-report.ar2015 .donors .body .donor-list li {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  display: inline-block;
  margin-bottom: 1.5em;
}

.annual-report.ar2015 .donors.sub-section .donor-list li p, .annual-report.ar2015 .donors .body .donor-list li p {
  font-size: .8em;
  margin: 0 0 0.5em 1.5em;
  text-indent: -1.5em;
}

@media (max-width: 640px) {
  .annual-report.ar2015 .donors.sub-section .donor-list ul, .annual-report.ar2015 .donors .body .donor-list ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .donors.sub-section .donor-list ul, .annual-report.ar2015 .donors .body .donor-list ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0em;
    -webkit-column-gap: 0em;
    column-gap: 0em;
  }
  .annual-report.ar2015 .donors.sub-section .donor-list li, .annual-report.ar2015 .donors .body .donor-list li {
    float: none;
    width: 100%;
  }
}

.annual-report.ar2015 .financials img {
  height: auto;
  width: 100%;
}

.annual-report.ar2015 .letter {
  display: inline-block;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 5em;
  margin-left: 3%;
  width: 77%;
}

@media (max-width: 768px) {
  .annual-report.ar2015 .letter {
    width: 72%;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .letter {
    margin-bottom: 2em;
    margin-left: 0;
    width: auto;
  }
}

.annual-report.ar2015 .letter-photo {
  background-position: -0px 10px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  float: left;
  height: 235px;
  width: 20%;
}

.annual-report.ar2015 .letter-photo.chairman {
  background-image: url("/layout-images/about/annualreport/2015/img/head-shot-chairman.png");
}

.annual-report.ar2015 .letter-photo.president {
  background-image: url("/layout-images/about/annualreport/2015/img/head-shot-president.png");
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .letter-photo {
    background-size: auto 70%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2015 .letter-photo {
    width: 25%;
  }
}

@media (max-width: 640px) {
  .annual-report.ar2015 .letter-photo {
    background-size: auto 55%;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .letter-photo {
    display: none;
  }
}

.annual-report.ar2015 .section {
  background-color: #fff;
  margin-top: 0;
}

.annual-report.ar2015 .section.body p {
  margin-left: 10%;
  margin-right: 10%;
}

.annual-report.ar2015 .section.body .callout.pattern p, .annual-report.ar2015 .section.body .intro-docs p {
  margin-left: 0;
  margin-right: 0;
}

.annual-report.ar2015 .section.body .after-jump p:nth-of-type(1) {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  margin-top: 3em;
}

@media (max-width: 480px) {
  .annual-report.ar2015 .section.body p {
    margin-left: 0;
    margin-right: 0;
  }
}

.annual-report.ar2015 .section-text {
  color: #000;
  margin-left: 650px;
  width: 36%;
}

.annual-report.ar2015 .section-text p {
  margin-bottom: 1.5em;
}

.annual-report.ar2015 .section-text p:nth-of-type(1) {
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .section-text {
    margin: 0 auto;
    width: 90%;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .section-text {
    width: 90%;
  }
}

.annual-report.ar2015 .sidebar .captions {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: .7em;
}

.annual-report.ar2015 .sidebar .captions li {
  margin-bottom: 2em;
}

.annual-report.ar2015 .sidebar .captions em {
  display: block;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  margin-bottom: 0.5em;
  text-transform: none;
}

.annual-report.ar2015 .sidebar .captions strong {
  color: #a28556;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.annual-report.ar2015 .sidebar .captions .caption {
  display: block;
  font-weight: normal;
  margin: 0;
}

.annual-report.ar2015 .sidebar .captions .caption em {
  display: inline;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  margin-bottom: 0;
}

.annual-report.ar2015 .sidebar.history1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-history1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-right: 2em;
  padding-top: 19em;
  width: 18em;
}

.annual-report.ar2015 .sidebar.history2 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-history2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 2em;
  margin-right: 2em;
  margin-top: 2em;
  padding-top: 13em;
  width: 53em;
}

.annual-report.ar2015 .sidebar.history2 .captions {
  text-align: right;
  width: 22em;
}

.annual-report.ar2015 .sidebar.carnegie-does1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-carnegie-does1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  float: none;
  margin-bottom: 2em;
  margin-top: 2em;
  padding-top: 76%;
  width: 100%;
}

.annual-report.ar2015 .sidebar.carnegie-does1 .captions {
  display: inline-block;
  width: auto;
}

.annual-report.ar2015 .sidebar.carnegie-does1 .captions li {
  float: left;
  margin-right: 5%;
  width: 30%;
}

.annual-report.ar2015 .sidebar.carnegie-does1 .captions li:last-child {
  margin-right: 0;
}

.annual-report.ar2015 .sidebar.carnegie-does2 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-carnegie-does2.png");
  background-size: auto 30em;
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 30em;
  width: 100%;
}

.annual-report.ar2015 .sidebar.carnegie-does2 .captions {
  margin-left: 61em;
  margin-top: 4em;
  text-align: left;
  width: auto;
}

.annual-report.ar2015 .sidebar.india1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-india1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 2em;
  margin-top: 2em;
  padding-top: 40%;
  width: 100%;
}

.annual-report.ar2015 .sidebar.india1 .captions {
  display: inline-block;
  text-align: left;
  width: auto;
}

.annual-report.ar2015 .sidebar.india1 .captions li {
  float: left;
  margin-right: 5%;
  width: 21%;
}

.annual-report.ar2015 .sidebar.india1 .captions li:last-child {
  margin-right: 0;
}

.annual-report.ar2015 .sidebar.asia1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-asia1.png");
  background-size: auto 19em;
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 20em;
  width: 100%;
}

.annual-report.ar2015 .sidebar.asia1 .captions {
  margin-left: 55em;
  text-align: left;
  width: auto;
}

.annual-report.ar2015 .sidebar.asia2 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-asia2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 4em;
  margin-right: 2em;
  padding-top: 17em;
  text-align: right;
  width: 18em;
}

.annual-report.ar2015 .sidebar.middle-east1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-middle-east1.png");
  background-size: auto 19em;
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 20em;
  width: 100%;
}

.annual-report.ar2015 .sidebar.middle-east1 .captions {
  margin-left: 55em;
  text-align: left;
  width: auto;
}

.annual-report.ar2015 .sidebar.middle-east2 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-middle-east2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-right: 2em;
  padding-top: 11.5em;
  width: 18em;
}

.annual-report.ar2015 .sidebar.europe1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-europe1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 2em;
  margin-top: 2em;
  padding-top: 42%;
  width: 100%;
}

.annual-report.ar2015 .sidebar.europe1 .captions {
  text-align: left;
  width: auto;
}

.annual-report.ar2015 .sidebar.europe1 .captions li {
  float: left;
  margin-right: 5%;
  width: 16%;
}

.annual-report.ar2015 .sidebar.europe1 .captions li:last-child {
  margin-right: 0;
}

.annual-report.ar2015 .sidebar.nuclear1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-nuclear1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-right: 2em;
  padding-top: 22em;
  width: 18em;
}

.annual-report.ar2015 .sidebar.energy1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-energy1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-right: 2em;
  padding-top: 13em;
  width: 18em;
}

.annual-report.ar2015 .sidebar.democracy1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-democracy1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 2em;
  margin-top: 2em;
  padding-top: 33%;
  width: 100%;
}

.annual-report.ar2015 .sidebar.democracy1 .captions {
  text-align: left;
  width: auto;
}

.annual-report.ar2015 .sidebar.democracy1 .captions li {
  float: left;
  margin-right: 6%;
}

.annual-report.ar2015 .sidebar.democracy1 .captions li:first-child {
  width: 60%;
}

.annual-report.ar2015 .sidebar.democracy1 .captions li:last-child {
  margin-right: 0;
  width: 30%;
}

.annual-report.ar2015 .sidebar.new-conversations1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-new-conversations1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-right: 2em;
  padding-top: 17em;
  text-align: right;
  width: 28em;
}

.annual-report.ar2015 .sidebar.new-conversations2 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-new-conversations2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 27em;
  width: 100%;
}

.annual-report.ar2015 .sidebar.new-conversations2 .captions {
  margin-left: 46em;
  text-align: left;
  width: auto;
}

.annual-report.ar2015 .sidebar.new-conversations3 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-new-conversations3.png");
  background-size: auto 19em;
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 20em;
  width: 100%;
}

.annual-report.ar2015 .sidebar.new-conversations3 .captions {
  margin-left: 55em;
  text-align: left;
  width: auto;
}

.annual-report.ar2015 .sidebar.junior-fellows1 {
  float: right;
  margin-left: 2em;
  width: 18em;
}

.annual-report.ar2015 .sidebar.junior-fellows1 .captions ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 5%;
  -webkit-column-gap: 5%;
  column-gap: 5%;
  width: 100%;
}

.annual-report.ar2015 .sidebar.junior-fellows1 .captions li {
  margin-bottom: .25em;
}

.annual-report.ar2015 .sidebar.junior-fellows2 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-junior-fellows1-2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 2em;
  margin-top: 2em;
  padding-top: 35%;
  width: 100%;
}

.annual-report.ar2015 .sidebar.junior-fellows2 .captions {
  text-align: left;
  width: auto;
}

.annual-report.ar2015 .sidebar.junior-fellows2 .captions li {
  float: left;
  margin-right: 5%;
  width: 20%;
}

.annual-report.ar2015 .sidebar.junior-fellows2 .captions li:last-child {
  margin-right: 0;
}

.annual-report.ar2015 .sidebar.philanthropy1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-philanthropy1.png");
  background-size: auto 15em;
  background-repeat: no-repeat;
  display: inline-block;
  float: none;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 15em;
  width: 100%;
}

.annual-report.ar2015 .sidebar.philanthropy1 .captions {
  margin-left: 58em;
  text-align: left;
  width: auto;
}

.annual-report.ar2015 .sidebar.donors1 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-donors1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 2em;
  margin-top: 2em;
  min-height: 23em;
  width: 100%;
}

.annual-report.ar2015 .sidebar.donors1 .captions {
  text-align: right;
  width: 21em;
}

.annual-report.ar2015 .sidebar.donors2 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-donors2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 2em;
  margin-top: 2em;
  min-height: 16em;
  padding-top: 20em;
  width: 100%;
}

.annual-report.ar2015 .sidebar.donors2 .captions {
  float: right;
  text-align: left;
  width: 19.5em;
}

.annual-report.ar2015 .sidebar.donors3 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-donors3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 2em;
  margin-top: 2em;
  min-height: 33em;
  width: 100%;
}

.annual-report.ar2015 .sidebar.donors3 .captions {
  float: right;
  margin-right: 8em;
  text-align: left;
  width: 20.5em;
}

.annual-report.ar2015 .sidebar.donors4 {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sidebar-donors4.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 2em;
  margin-top: 2em;
  min-height: 16em;
  padding-top: 17em;
  width: 100%;
}

.annual-report.ar2015 .sidebar.donors4 .captions {
  float: right;
  text-align: left;
  width: 46em;
}

.annual-report.ar2015 .sidebar.donors4 .captions li {
  float: left;
  margin-right: 5%;
  width: 45%;
}

.annual-report.ar2015 .sidebar.donors4 .captions li:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .sidebar.history2, .annual-report.ar2015 .sidebar.carnegie-does1, .annual-report.ar2015 .sidebar.carnegie-does2, .annual-report.ar2015 .sidebar.asia1, .annual-report.ar2015 .sidebar.middle-east1, .annual-report.ar2015 .sidebar.europe1, .annual-report.ar2015 .sidebar.new-conversations3, .annual-report.ar2015 .sidebar.new-conversations2, .annual-report.ar2015 .sidebar.philanthropy1, .annual-report.ar2015 .sidebar.donors1, .annual-report.ar2015 .sidebar.donors2, .annual-report.ar2015 .sidebar.donors3, .annual-report.ar2015 .sidebar.donors4 {
    background-size: 100% auto;
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.history2 .captions, .annual-report.ar2015 .sidebar.carnegie-does1 .captions, .annual-report.ar2015 .sidebar.carnegie-does2 .captions, .annual-report.ar2015 .sidebar.asia1 .captions, .annual-report.ar2015 .sidebar.middle-east1 .captions, .annual-report.ar2015 .sidebar.europe1 .captions, .annual-report.ar2015 .sidebar.new-conversations3 .captions, .annual-report.ar2015 .sidebar.new-conversations2 .captions, .annual-report.ar2015 .sidebar.philanthropy1 .captions, .annual-report.ar2015 .sidebar.donors1 .captions, .annual-report.ar2015 .sidebar.donors2 .captions, .annual-report.ar2015 .sidebar.donors3 .captions, .annual-report.ar2015 .sidebar.donors4 .captions {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.history2 .captions li, .annual-report.ar2015 .sidebar.carnegie-does1 .captions li, .annual-report.ar2015 .sidebar.carnegie-does2 .captions li, .annual-report.ar2015 .sidebar.asia1 .captions li, .annual-report.ar2015 .sidebar.middle-east1 .captions li, .annual-report.ar2015 .sidebar.europe1 .captions li, .annual-report.ar2015 .sidebar.new-conversations3 .captions li, .annual-report.ar2015 .sidebar.new-conversations2 .captions li, .annual-report.ar2015 .sidebar.philanthropy1 .captions li, .annual-report.ar2015 .sidebar.donors1 .captions li, .annual-report.ar2015 .sidebar.donors2 .captions li, .annual-report.ar2015 .sidebar.donors3 .captions li, .annual-report.ar2015 .sidebar.donors4 .captions li {
    float: left;
    margin-bottom: 0;
    margin-right: 5%;
  }
  .annual-report.ar2015 .sidebar.history2 .captions li:last-child, .annual-report.ar2015 .sidebar.carnegie-does1 .captions li:last-child, .annual-report.ar2015 .sidebar.carnegie-does2 .captions li:last-child, .annual-report.ar2015 .sidebar.asia1 .captions li:last-child, .annual-report.ar2015 .sidebar.middle-east1 .captions li:last-child, .annual-report.ar2015 .sidebar.europe1 .captions li:last-child, .annual-report.ar2015 .sidebar.new-conversations3 .captions li:last-child, .annual-report.ar2015 .sidebar.new-conversations2 .captions li:last-child, .annual-report.ar2015 .sidebar.philanthropy1 .captions li:last-child, .annual-report.ar2015 .sidebar.donors1 .captions li:last-child, .annual-report.ar2015 .sidebar.donors2 .captions li:last-child, .annual-report.ar2015 .sidebar.donors3 .captions li:last-child, .annual-report.ar2015 .sidebar.donors4 .captions li:last-child {
    margin-right: 0;
  }
  .annual-report.ar2015 .sidebar.history2 {
    padding-top: 55%;
  }
  .annual-report.ar2015 .sidebar.history2 .captions li {
    width: 45%;
  }
  .annual-report.ar2015 .sidebar.carnegie-does1 {
    padding-top: 76%;
  }
  .annual-report.ar2015 .sidebar.carnegie-does1 .captions li {
    width: 30%;
  }
  .annual-report.ar2015 .sidebar.carnegie-does2 .captions {
    padding-top: 70%;
  }
  .annual-report.ar2015 .sidebar.carnegie-does2 .captions li {
    width: 30%;
  }
  .annual-report.ar2015 .sidebar.asia1 .captions {
    padding-top: 54%;
  }
  .annual-report.ar2015 .sidebar.asia1 .captions li {
    width: 30%;
  }
  .annual-report.ar2015 .sidebar.middle-east1 .captions {
    padding-top: 54%;
  }
  .annual-report.ar2015 .sidebar.middle-east1 .captions li {
    width: 30%;
  }
  .annual-report.ar2015 .sidebar.new-conversations3 .captions {
    padding-top: 54%;
  }
  .annual-report.ar2015 .sidebar.new-conversations3 .captions li {
    width: 45%;
  }
  .annual-report.ar2015 .sidebar.new-conversations2 .captions {
    padding-top: 49%;
  }
  .annual-report.ar2015 .sidebar.new-conversations2 .captions li {
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.philanthropy1 .captions {
    padding-top: 40%;
  }
  .annual-report.ar2015 .sidebar.philanthropy1 .captions li {
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.donors1 .captions {
    padding-top: 45%;
  }
  .annual-report.ar2015 .sidebar.donors1 .captions li {
    width: 45%;
  }
  .annual-report.ar2015 .sidebar.donors2 {
    padding-top: 0;
  }
  .annual-report.ar2015 .sidebar.donors2 .captions {
    padding-top: 70%;
  }
  .annual-report.ar2015 .sidebar.donors2 .captions li {
    width: 45%;
  }
  .annual-report.ar2015 .sidebar.donors3 .captions {
    padding-top: 65%;
  }
  .annual-report.ar2015 .sidebar.donors3 .captions li {
    width: 45%;
  }
  .annual-report.ar2015 .sidebar.donors4 {
    padding-top: 0;
  }
  .annual-report.ar2015 .sidebar.donors4 .captions {
    padding-top: 55%;
  }
  .annual-report.ar2015 .sidebar.donors4 .captions li {
    width: 30%;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .annual-report.ar2015 .sidebar.new-conversations1 {
    background-size: 100% auto;
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.new-conversations1 .captions {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.new-conversations1 .captions li {
    float: left;
    margin-bottom: 0;
    margin-right: 5%;
  }
  .annual-report.ar2015 .sidebar.new-conversations1 .captions li:last-child {
    margin-right: 0;
  }
  .annual-report.ar2015 .sidebar.new-conversations1 {
    margin-bottom: 2em;
    padding-top: 55%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2015 .sidebar.junior-fellows1 {
    float: none;
    margin-bottom: 1em;
    margin-left: 0;
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.junior-fellows1 .captions {
    margin: 0 auto;
    width: 80%;
  }
  .annual-report.ar2015 .sidebar.junior-fellows1 .captions ul {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 640px) {
  .annual-report.ar2015 .sidebar.history1, .annual-report.ar2015 .sidebar.asia2, .annual-report.ar2015 .sidebar.nuclear1, .annual-report.ar2015 .sidebar.energy1 {
    background-size: 100% auto;
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.history1 .captions, .annual-report.ar2015 .sidebar.asia2 .captions, .annual-report.ar2015 .sidebar.nuclear1 .captions, .annual-report.ar2015 .sidebar.energy1 .captions {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.history1 .captions li, .annual-report.ar2015 .sidebar.asia2 .captions li, .annual-report.ar2015 .sidebar.nuclear1 .captions li, .annual-report.ar2015 .sidebar.energy1 .captions li {
    float: left;
    margin-bottom: 0;
    margin-right: 5%;
  }
  .annual-report.ar2015 .sidebar.history1 .captions li:last-child, .annual-report.ar2015 .sidebar.asia2 .captions li:last-child, .annual-report.ar2015 .sidebar.nuclear1 .captions li:last-child, .annual-report.ar2015 .sidebar.energy1 .captions li:last-child {
    margin-right: 0;
  }
  .annual-report.ar2015 .sidebar.history1 {
    padding-top: 100%;
  }
  .annual-report.ar2015 .sidebar.history1 .captions li {
    margin-right: 5%;
    width: 45%;
  }
  .annual-report.ar2015 .sidebar.asia2 {
    padding-top: 92%;
  }
  .annual-report.ar2015 .sidebar.europe1 .captions li {
    float: none;
    margin-bottom: 1em;
    margin-right: 0;
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.nuclear1 {
    margin-bottom: 2em;
    padding-top: 120%;
  }
  .annual-report.ar2015 .sidebar.nuclear1 .captions li {
    margin-right: 5%;
    width: 45%;
  }
  .annual-report.ar2015 .sidebar.energy1 {
    margin-bottom: 2em;
    padding-top: 65%;
  }
  .annual-report.ar2015 .sidebar.junior-fellows1 .captions ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .sidebar.history1, .annual-report.ar2015 .sidebar.history2, .annual-report.ar2015 .sidebar.carnegie-does1, .annual-report.ar2015 .sidebar.carnegie-does2, .annual-report.ar2015 .sidebar.india1, .annual-report.ar2015 .sidebar.asia1, .annual-report.ar2015 .sidebar.asia2, .annual-report.ar2015 .sidebar.middle-east1, .annual-report.ar2015 .sidebar.europe1, .annual-report.ar2015 .sidebar.nuclear1, .annual-report.ar2015 .sidebar.energy1, .annual-report.ar2015 .sidebar.democracy1, .annual-report.ar2015 .sidebar.new-conversations1, .annual-report.ar2015 .sidebar.new-conversations3, .annual-report.ar2015 .sidebar.new-conversations2, .annual-report.ar2015 .sidebar.junior-fellows2, .annual-report.ar2015 .sidebar.philanthropy1, .annual-report.ar2015 .sidebar.donors1, .annual-report.ar2015 .sidebar.donors2, .annual-report.ar2015 .sidebar.donors3, .annual-report.ar2015 .sidebar.donors4 {
    display: none;
  }
  .annual-report.ar2015 .sidebar.history1 .captions li, .annual-report.ar2015 .sidebar.history2 .captions li, .annual-report.ar2015 .sidebar.carnegie-does1 .captions li, .annual-report.ar2015 .sidebar.carnegie-does2 .captions li, .annual-report.ar2015 .sidebar.india1 .captions li, .annual-report.ar2015 .sidebar.asia1 .captions li, .annual-report.ar2015 .sidebar.asia2 .captions li, .annual-report.ar2015 .sidebar.middle-east1 .captions li, .annual-report.ar2015 .sidebar.europe1 .captions li, .annual-report.ar2015 .sidebar.nuclear1 .captions li, .annual-report.ar2015 .sidebar.energy1 .captions li, .annual-report.ar2015 .sidebar.democracy1 .captions li, .annual-report.ar2015 .sidebar.new-conversations1 .captions li, .annual-report.ar2015 .sidebar.new-conversations3 .captions li, .annual-report.ar2015 .sidebar.new-conversations2 .captions li, .annual-report.ar2015 .sidebar.junior-fellows2 .captions li, .annual-report.ar2015 .sidebar.philanthropy1 .captions li, .annual-report.ar2015 .sidebar.donors1 .captions li, .annual-report.ar2015 .sidebar.donors2 .captions li, .annual-report.ar2015 .sidebar.donors3 .captions li, .annual-report.ar2015 .sidebar.donors4 .captions li {
    float: none;
    margin-bottom: 1em;
    margin-right: 0;
    width: 100%;
  }
  .annual-report.ar2015 .sidebar.junior-fellows1 .captions ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.annual-report.ar2015 .sub-section {
  margin-top: 5em;
}

.annual-report.ar2015 .sub-section .body p {
  margin-left: 10%;
  margin-right: 10%;
}

.annual-report.ar2015 .sub-section h4.title {
  background-color: #dcdddf;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 2.5em;
  padding-bottom: 5em;
  position: relative;
}

.annual-report.ar2015 .sub-section h4.title span {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 3em;
  width: 900px;
}

.annual-report.ar2015 .sub-section.history p:nth-of-type(1), .annual-report.ar2015 .sub-section.carnegie-does p:nth-of-type(1), .annual-report.ar2015 .sub-section.junior-fellows p:nth-of-type(1), .annual-report.ar2015 .sub-section.philanthropy p:nth-of-type(1) {
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.annual-report.ar2015 .sub-section.history .after-jump p:nth-of-type(1), .annual-report.ar2015 .sub-section.carnegie-does .after-jump p:nth-of-type(1), .annual-report.ar2015 .sub-section.junior-fellows .after-jump p:nth-of-type(1), .annual-report.ar2015 .sub-section.philanthropy .after-jump p:nth-of-type(1) {
  color: #000;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  margin-top: 3em;
}

.annual-report.ar2015 .sub-section.history h4.title {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sub-section-history.png");
}

.annual-report.ar2015 .sub-section.carnegie-does h4.title {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sub-section-blank.png");
}

.annual-report.ar2015 .sub-section.junior-fellows h4.title {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sub-section-junior-fellows.png");
}

.annual-report.ar2015 .sub-section.philanthropy h4.title {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sub-section-philanthropy.png");
}

.annual-report.ar2015 .sub-section.donors h4.title {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_sub-section-blank.png");
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .sub-section h4.title span {
    width: 90%;
  }
  .annual-report.ar2015 .sub-section.philanthropy .body .foreground.after-jump h3 {
    margin: 0 auto;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2015 .sub-section.junior-fellows h4.title, .annual-report.ar2015 .sub-section.philanthropy h4.title {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_sub-section-blank.png");
    display: block;
    padding: 1em 0;
  }
  .annual-report.ar2015 .sub-section.junior-fellows h4.title span, .annual-report.ar2015 .sub-section.philanthropy h4.title span {
    position: static;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .sub-section .body p {
    margin-left: 0;
    margin-right: 0;
  }
  .annual-report.ar2015 .sub-section.history h4.title, .annual-report.ar2015 .sub-section.carnegie-does h4.title, .annual-report.ar2015 .sub-section.junior-fellows h4.title, .annual-report.ar2015 .sub-section.philanthropy h4.title, .annual-report.ar2015 .sub-section.donors h4.title {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_sub-section-blank.png");
    display: block;
    padding: 1em 0;
  }
  .annual-report.ar2015 .sub-section.history h4.title span, .annual-report.ar2015 .sub-section.carnegie-does h4.title span, .annual-report.ar2015 .sub-section.junior-fellows h4.title span, .annual-report.ar2015 .sub-section.philanthropy h4.title span, .annual-report.ar2015 .sub-section.donors h4.title span {
    position: static;
    text-align: center;
    width: auto;
  }
}

.annual-report.ar2015 .staff li strong {
  font-size: .9em;
}

.annual-report.ar2015 .staff li a {
  color: #000;
}

.annual-report.ar2015 .staff li a:hover {
  color: #000;
  text-decoration: underline;
}

.annual-report.ar2015 .staff.sub-section .body p {
  margin-left: 0;
  margin-right: 0;
}

.annual-report.ar2015 .title {
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.annual-report.ar2015 .title.background {
  background-size: cover;
  display: block;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.annual-report.ar2015 .title.background.cover {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-cover.png");
}

.annual-report.ar2015 .title.background.us-india {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-us-india.png");
  top: 0;
}

.annual-report.ar2015 .title.background.asia {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-asia.png");
  top: 0;
}

.annual-report.ar2015 .title.background.middle-east {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-middle-east.png");
  top: 0;
}

.annual-report.ar2015 .title.background.europe {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-europe.png");
  top: 0;
}

.annual-report.ar2015 .title.background.nuclear {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-nuclear.png");
  top: 0;
}

.annual-report.ar2015 .title.background.energy {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-energy.png");
  top: 0;
}

.annual-report.ar2015 .title.background.democracy {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-democracy.png");
  top: 0;
}

.annual-report.ar2015 .title.background.new-conversations {
  background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-new-conversations.png");
  top: 0;
}

.annual-report.ar2015 .title.background .background-caption {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.7em;
  left: 5%;
  position: fixed;
  top: 70%;
  width: 20%;
}

.annual-report.ar2015 .title.background .background-caption strong {
  color: #a28556;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.annual-report.ar2015 .title.background .background-caption em {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-style: normal;
}

.annual-report.ar2015 .title.background .background-caption.right-side {
  left: 75%;
}

@media (max-width: 1024px) {
  .annual-report.ar2015 .title.background {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 22em;
    position: relative;
  }
  .annual-report.ar2015 .title.background .background-caption {
    position: relative;
  }
  .annual-report.ar2015 .title.background.cover {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-cover-responsive.jpg");
  }
  .annual-report.ar2015 .title.background.us-india {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-us-india-responsive.jpg");
  }
  .annual-report.ar2015 .title.background.asia {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-asia-responsive.jpg");
  }
  .annual-report.ar2015 .title.background.middle-east {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-middle-east-responsive.jpg");
  }
  .annual-report.ar2015 .title.background.europe {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-europe-responsive.jpg");
  }
  .annual-report.ar2015 .title.background.nuclear {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-nuclear-responsive.jpg");
  }
  .annual-report.ar2015 .title.background.energy {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-energy-responsive.jpg");
  }
  .annual-report.ar2015 .title.background.democracy {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-democracy-responsive.jpg");
  }
  .annual-report.ar2015 .title.background.new-conversations {
    background-image: url("/layout-images/about/annualreport/2015/img/bg_section-title-new-conversations-responsive.jpg");
  }
  .annual-report.ar2015 .title.background.new-conversations .background-caption {
    position: relative;
    top: 50%;
    width: 25%;
  }
  .annual-report.ar2015 .title.background.new-conversations .background-caption.right-side {
    left: 71%;
  }
  .annual-report.ar2015 .title.section.content {
    margin-top: -10em;
    padding-top: 2em;
  }
  .annual-report.ar2015 .title.section.content .section-text p {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2015 .title.background {
    background-size: auto auto;
  }
  .annual-report.ar2015 .title.background .background-caption {
    top: 50%;
  }
  .annual-report.ar2015 .title.background.new-conversations .background-caption.right-side {
    left: 56%;
    top: 50%;
    width: 41%;
  }
}

@media (max-width: 640px) {
  .annual-report.ar2015 .title.background .background-caption {
    display: none;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .title.background {
    background-size: 150% auto;
  }
  .annual-report.ar2015 .title.section.content .section-text p {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .annual-report.ar2015 .title.section.content {
    margin-top: -12em;
    padding-top: 0;
  }
  .annual-report.ar2015 .title.section.content .section-text p {
    margin: 0;
  }
}

.annual-report.ar2015 .trustees h5, .annual-report.ar2015 .staff h5 {
  color: #a28556;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.annual-report.ar2015 .trustees ul, .annual-report.ar2015 .staff ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 5em;
  -webkit-column-gap: 5em;
  column-gap: 5em;
  width: 100%;
}

.annual-report.ar2015 .trustees li, .annual-report.ar2015 .staff li {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  margin-bottom: 1.5em;
  width: 100%;
}

.annual-report.ar2015 .trustees li em, .annual-report.ar2015 .staff li em {
  color: #092e55;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-variant: normal;
}

.annual-report.ar2015 .trustees li strong, .annual-report.ar2015 .staff li strong {
  float: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
}

.annual-report.ar2015 .trustees li p, .annual-report.ar2015 .staff li p {
  margin-bottom: 0;
}

.annual-report.ar2015 .trustees li p i, .annual-report.ar2015 .staff li p i {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
}

.annual-report.ar2015 .trustees li.vice-chairman, .annual-report.ar2015 .staff li.vice-chairman {
  border-bottom: 1px solid #ccc7c2;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.annual-report.ar2015 .trustees li > ul, .annual-report.ar2015 .staff li > ul {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

.annual-report.ar2015 .trustees li > ul li:first-child, .annual-report.ar2015 .staff li > ul li:first-child {
  border-bottom: 1px solid #ccc7c2;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.annual-report.ar2015 .trustees li > ul li.distinguished-fellows:first-child, .annual-report.ar2015 .staff li > ul li.distinguished-fellows:first-child {
  border: none;
  margin-bottom: 1.5em;
  padding-bottom: 0;
}

@media (max-width: 640px) {
  .annual-report.ar2015 .trustees ul, .annual-report.ar2015 .staff ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3m;
    column-gap: 3em;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2015 .trustees ul, .annual-report.ar2015 .staff ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0em;
    -webkit-column-gap: 0em;
    column-gap: 0em;
  }
  .annual-report.ar2015 .trustees li, .annual-report.ar2015 .staff li {
    float: none;
    width: 100%;
  }
}

.annual-report.ar2016 {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  line-height: normal;
}

.annual-report.ar2016 p {
  font-size: 1.5em;
}

.annual-report.ar2016 h2, .annual-report.ar2016 h3, .annual-report.ar2016 h4, .annual-report.ar2016 h5 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
}

.annual-report.ar2016 h3 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 h3 {
    margin-left: auto;
    width: 55%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2016 h3 {
    font-size: 2.4em;
    width: 68%;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 h3 {
    width: auto;
  }
}

.annual-report.ar2016 h4 {
  color: #092e55;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 1em;
}

.annual-report.ar2016 ul, .annual-report.ar2016 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.annual-report.ar2016 .angled-right-end {
  background-image: url("/layout-images/about/annualreport/2016/img/angled-right-end.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.annual-report.ar2016 .arrow-right-end {
  background-image: url("/layout-images/about/annualreport/2016/img/arrow-right-end.png");
  background-position: center right;
  background-repeat: no-repeat;
}

.annual-report.ar2016 .callout .arrow-right-end {
  background-image: url("/layout-images/about/annualreport/2016/img/arrow-right-end-callout.png");
  background-position: center right;
  background-repeat: no-repeat;
}

.annual-report.ar2016 .anchor {
  display: block;
  position: relative;
  top: -115px;
  visibility: hidden;
}

.annual-report.ar2016 .anchor.section {
  top: 220px;
}

.annual-report.ar2016 .anchor.subsection {
  top: 20px;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .anchor.section {
    top: -20px;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .anchor.section {
    top: -10px;
  }
}

.annual-report.ar2016 .body {
  padding-top: 3em;
}

.annual-report.ar2016 .body p {
  margin-bottom: 1.5em;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .body.section {
    padding-top: 0;
  }
}

.annual-report.ar2016 .callout {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8em;
  margin-top: 4em;
  padding: 3em 0;
}

.annual-report.ar2016 .callout .callout-image {
  padding-bottom: 30px;
}

.annual-report.ar2016 .callout.dark .callout-image {
  padding-bottom: 0;
}

.annual-report.ar2016 .callout .container {
  display: block;
}

.annual-report.ar2016 .callout h3 {
  color: #fff;
  margin-left: 10%;
}

.annual-report.ar2016 .callout h4 {
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.annual-report.ar2016 .callout h4.blue {
  color: #092e55;
}

.annual-report.ar2016 .callout h4 em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-style: normal;
}

.annual-report.ar2016 .callout h5 {
  font-size: 1.1em;
  margin-bottom: 1em;
}

.annual-report.ar2016 .callout h5.blue {
  color: #092e55;
}

.annual-report.ar2016 .callout em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: normal;
}

.annual-report.ar2016 .callout .gold-banner {
  background-color: #a28556;
  color: #fff;
  padding: 0.2em 0 0.2em 14%;
  width: 55%;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .callout .gold-banner {
    width: 60%;
  }
  .annual-report.ar2016 .callout .gold-banner.arrow-right-end {
    width: 80%;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .annual-report.ar2016 .callout .gold-banner {
    width: 75%;
  }
}

.annual-report.ar2016 .callout .captions {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.4em;
}

.annual-report.ar2016 .callout .captions li {
  margin-bottom: 2em;
}

.annual-report.ar2016 .callout .captions em {
  display: block;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  margin-bottom: 0.5em;
  text-transform: none;
}

.annual-report.ar2016 .callout .captions strong {
  color: #a28556;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.annual-report.ar2016 .callout .captions .caption {
  display: block;
  font-weight: normal;
  margin: 0;
}

.annual-report.ar2016 .callout .captions .caption em {
  display: inline;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  margin-bottom: 0;
}

.annual-report.ar2016 .callout .caption {
  font-size: 0.7em;
  margin-top: 1em;
}

.annual-report.ar2016 .callout .caption strong {
  color: #a28556;
  display: block;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}

.annual-report.ar2016 .callout.dark {
  background-color: #000;
  color: #fff;
}

.annual-report.ar2016 .callout.dark .foreground {
  background-position: -0px -0px;
  background-repeat: no-repeat;
}

.annual-report.ar2016 .callout.dark h5 {
  color: #a28556;
  text-transform: uppercase;
}

.annual-report.ar2016 .callout.dark .caption {
  font-size: 0.8rem;
}

.annual-report.ar2016 .callout.blue {
  background-color: #092e55;
  color: #fff;
}

.annual-report.ar2016 .callout.blue .foreground {
  background-position: -0px -0px;
  background-repeat: no-repeat;
}

.annual-report.ar2016 .callout.blue h5 {
  color: #a28556;
  text-transform: uppercase;
}

.annual-report.ar2016 .callout.feature {
  margin-bottom: 4em;
}

.annual-report.ar2016 .callout.feature h4 {
  color: #a28556;
  font-weight: bold;
}

.annual-report.ar2016 .callout.feature .text p {
  margin-left: 3%;
}

.annual-report.ar2016 .callout.feature .captions {
  margin-top: 0.5em;
}

.annual-report.ar2016 .callout.feature .captions strong {
  color: #a28556;
}

.annual-report.ar2016 .callout.center-section {
  background-color: #092e55;
  color: #fff;
  margin-top: 0;
  padding-bottom: 0;
}

.annual-report.ar2016 .callout.center-section span.non-English {
  border-left: 1px #a28556 solid;
  margin-left: 1em;
  padding-left: 1em;
}

.annual-report.ar2016 .callout.center-section .centers {
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto auto;
}

.annual-report.ar2016 .callout.center-section .centers .highlight {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_center-section-sidebar-left-gutter.png");
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 460px;
}

.annual-report.ar2016 .callout.center-section .centers .highlight .text {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_center-section-sidebar-left-gutter.png");
  background-position: right -460px;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 45px;
  padding-right: 150px;
  font-size: 1rem;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.annual-report.ar2016 .callout.center-section.center-section-india .centers {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_center-section-india.jpg");
}

.annual-report.ar2016 .callout.center-section.center-section-beijing .centers {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_center-section-beijing.jpg");
}

.annual-report.ar2016 .callout.center-section.center-section-moscow .centers {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_center-section-moscow.jpg");
}

.annual-report.ar2016 .callout.center-section.center-section-brussels .centers {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_center-section-brussels.jpg");
}

.annual-report.ar2016 .callout.center-section.center-section-beirut .centers {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_center-section-beirut.jpg");
}

.annual-report.ar2016 .callout.center-section .right-rail {
  background-color: #fff;
}

.annual-report.ar2016 .callout.center-section .right-rail .container {
  color: #000;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  padding-top: 60px;
  padding-bottom: 60px;
}

.annual-report.ar2016 .callout.center-section .right-rail .container .right-rail-image {
  margin-bottom: 45px;
}

.annual-report.ar2016 .callout.center-section .right-rail .container h4, .annual-report.ar2016 .callout.center-section .right-rail .container p {
  margin: 0;
}

.annual-report.ar2016 .callout.center-section .right-rail .container h4 em, .annual-report.ar2016 .callout.center-section .right-rail .container p em {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-style: none;
}

.annual-report.ar2016 .callout.center-section .right-rail .container h4 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.annual-report.ar2016 .callout.center-section .right-rail .container h4 em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-style: normal;
}

.annual-report.ar2016 .callout.center-section .right-rail .container p {
  margin-bottom: 1em;
}

.annual-report.ar2016 .callout.center-section.center-section-moscow .right-rail .container .right-rail-image {
  margin-bottom: 0;
}

.annual-report.ar2016 .callout.center-section .callout {
  padding-bottom: 0;
}

.annual-report.ar2016 .callout.center-section .callout.pattern {
  color: #000;
  margin-top: 0;
  padding: 60px 0;
}

.annual-report.ar2016 .callout.center-section .callout.pattern h5 {
  color: #073f6d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.annual-report.ar2016 .callout.center-section .callout.pattern .text {
  font-size: 1rem;
  margin-bottom: 1em;
}

.annual-report.ar2016 .callout.center-section .callout.pattern .quote {
  border-bottom: 1px solid #ccc7c2;
  color: #073f6d;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-size: 1.1rem;
  padding-bottom: 1em;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .callout.center-section h3 {
    width: auto;
  }
  .annual-report.ar2016 .callout.center-section h3 .non-English {
    border-left: none;
    display: block;
    font-size: 1.5rem;
    margin-left: 0;
    padding-left: 0;
  }
  .annual-report.ar2016 .callout.center-section .centers .foreground {
    width: auto;
  }
  .annual-report.ar2016 .callout.center-section .centers .highlight .text {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .annual-report.ar2016 .callout.center-section .right-rail .container {
    padding-right: 60px;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .annual-report.ar2016 .callout.center-section .centers {
    background-position: left -20%;
  }
  .annual-report.ar2016 .callout.center-section .col-50 {
    width: 100%;
  }
  .annual-report.ar2016 .callout.center-section .callout-image img {
    width: 120%;
  }
  .annual-report.ar2016 .callout.center-section .right-rail .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .callout.center-section .centers .foreground {
    padding-left: 0;
    padding-right: 0;
  }
  .annual-report.ar2016 .callout.center-section .centers .foreground .highlight {
    background-image: none;
    padding-top: 300px;
  }
  .annual-report.ar2016 .callout.center-section .centers .foreground .highlight .text {
    background-image: none;
    padding: 60px;
  }
}

.annual-report.ar2016 .callout.pattern {
  background-color: #dddee0;
  background-image: url("/layout-images/about/annualreport/2016/img/bg_callout-pattern.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.annual-report.ar2016 .callout.pattern h5 {
  font-family: "Frutiger Neue LT W06 Thin", Arial, sans-serif;
  font-size: 2.5em;
  margin-bottom: 1.5em;
}

.annual-report.ar2016 .callout.pattern strong {
  font-weight: normal;
  text-transform: uppercase;
}

.annual-report.ar2016 .callout.snapshots .gold-banner {
  margin-bottom: 3em;
}

.annual-report.ar2016 .callout.snapshots .col h4 {
  font-size: 4.5em;
  margin-bottom: 0.3em;
}

.annual-report.ar2016 .callout.snapshots .text {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  font-size: 1.2rem;
}

.annual-report.ar2016 .callout.snapshots .text em {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
}

.annual-report.ar2016 .callout.snapshots .captions {
  border-top: 1px #b0bac8 solid;
  font-size: 1rem;
  margin-top: 1em;
  padding-top: 1em;
}

.annual-report.ar2016 .callout.snapshots .captions > em {
  color: #AAAAAA;
  font-size: 0.9rem;
}

.annual-report.ar2016 .callout.snapshots .decade-image {
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 1px solid #b0bac8;
  height: 300px;
  margin: 15px 0;
  width: 100%;
}

.annual-report.ar2016 .callout.snapshots .decade-image.decade-image--1920s {
  background-image: url("/layout-images/about/annualreport/2016/img/snapshot-decade-1920s.jpg");
}

.annual-report.ar2016 .callout.snapshots .decade-image.decade-image--1950s {
  background-image: url("/layout-images/about/annualreport/2016/img/snapshot-decade-1950s.jpg");
}

.annual-report.ar2016 .callout.snapshots .decade-image.decade-image--1970s {
  background-image: url("/layout-images/about/annualreport/2016/img/snapshot-decade-1970s.jpg");
}

.annual-report.ar2016 .callout.snapshots .decade-image.decade-image--2000s {
  background-image: url("/layout-images/about/annualreport/2016/img/snapshot-decade-2000s.jpg");
}

@media (max-width: 800px) and (orientation: portrait) {
  .annual-report.ar2016 .callout.snapshots .col-25 {
    width: 50%;
  }
  .annual-report.ar2016 .callout.snapshots .decade-image, .annual-report.ar2016 .callout.snapshots .captions {
    display: none;
  }
}

.annual-report.ar2016 .callout.carnegie-trustees {
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  width: 100%;
}

.annual-report.ar2016 .callout.carnegie-map-1.callout {
  padding-bottom: 0;
}

.annual-report.ar2016 .callout.carnegie-map-1 .map-img {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_callout-map.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 51em;
  width: 100%;
}

.annual-report.ar2016 .callout.carnegie-map-1 .top-hover {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  padding-bottom: 15px;
}

.annual-report.ar2016 .callout.carnegie-map-1 h5.gold-banner {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
  margin-top: 15px;
  text-transform: uppercase;
}

.annual-report.ar2016 .callout.carnegie-map-1 .clean-list {
  font-size: 1rem;
  margin-bottom: 1em;
  margin-top: -30px;
}

.annual-report.ar2016 .callout.carnegie-map-1 .clean-list strong {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 30px 0 6px 0;
  text-transform: none;
}

@media (max-width: 800px) and (orientation: portrait) {
  .annual-report.ar2016 .callout.carnegie-map-1 .map-img {
    min-height: 38em;
  }
  .annual-report.ar2016 .callout.carnegie-map-1 .gold-banner.arrow-right-end {
    padding-left: 5%;
    width: 90%;
  }
}

.annual-report.ar2016 .callout.conversations h4 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 3em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.annual-report.ar2016 .callout.conversations h4.small-text {
  font-size: 1.5em;
}

.annual-report.ar2016 .callout.conversations .text p {
  margin-right: 0;
  margin-left: 0;
}

.annual-report.ar2016 .callout.conversations .cols {
  margin-right: 0;
  margin-left: 0;
}

.annual-report.ar2016 .callout.conversations .clean-list li {
  margin-bottom: 1em;
}

.annual-report.ar2016 .callout.conversations .advancing-conversation strong {
  float: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
}

.annual-report.ar2016 .callout.conversations .advancing-conversation p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.annual-report.ar2016 .callout.conversations .advancing-conversation p i {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
}

.annual-report.ar2016 .callout.india-3 h5 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.annual-report.ar2016 .callout.fragile-states .cols {
  margin-left: 0;
}

.annual-report.ar2016 .callout.mideast-general .col-40 p {
  font-size: 0.9rem;
}

.annual-report.ar2016 .callout.jfs {
  border-top: 1px solid #ccc7c2;
  margin-top: 2em;
  padding-top: 2em;
}

.annual-report.ar2016 .callout.next-gen1 {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.annual-report.ar2016 .callout.next-gen1 .callout-image {
  margin-left: 1em;
}

.annual-report.ar2016 .callout.next-gen1 .text p {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-size: 1.2rem;
}

.annual-report.ar2016 .callout.next-gen-pics {
  margin-top: 0;
  padding-top: 0;
}

.annual-report.ar2016 .callout.management h4 {
  padding-top: 1em;
}

.annual-report.ar2016 .charter.section-text {
  margin-left: 650px;
}

.annual-report.ar2016 .charter em {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: .88em;
  font-style: none;
  margin-bottom: 7em;
  text-transform: uppercase;
}

.annual-report.ar2016 .charter h3 {
  border-bottom: 1px solid #ccc7c2;
  border-top: 1px solid #ccc7c2;
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1em;
  letter-spacing: .2em;
  margin-bottom: 2em;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
}

.annual-report.ar2016 .charter p, .annual-report.ar2016 .charter.section-text p:nth-of-type(1) {
  border-bottom: 1px solid #ccc7c2;
  color: #635a4f;
  font-family: "GaramondPremierW08-Smbd1167193", Georgia, "Times New Roman", Times, serif;
  line-height: 1.8em;
  font-size: 1.3em;
  padding-bottom: 1em;
  text-transform: none;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .charter.section-text {
    margin-left: 550px;
  }
  .annual-report.ar2016 .charter h3 {
    margin-right: auto;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2016 .charter.section-text {
    margin-left: 400px;
  }
}

@media (max-width: 767px) {
  .annual-report.ar2016 .charter h3 {
    width: auto;
  }
}

.annual-report.ar2016 .content {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-text.png");
  background-position: 100px -0px;
  background-repeat: no-repeat;
  float: right;
  padding-top: 12em;
}

.annual-report.ar2016 .content.left-side {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-text-left.png");
  background-position: -1000px;
  float: left;
}

.annual-report.ar2016 .content.left-side .section-text {
  margin-left: 170px;
  width: 34%;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .content {
    background-position: 15% 0;
    padding-top: 0;
  }
  .annual-report.ar2016 .content.left-side {
    background-position: -1160px center;
  }
  .annual-report.ar2016 .content.left-side .section-text {
    margin: 0 auto;
    width: 90%;
  }
  .annual-report.ar2016 .content.left-side .section-text h3 {
    margin: 0 10% 0.8em;
    width: 45%;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .annual-report.ar2016 .content {
    background-position: 18% 0;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2016 .content {
    background-position: 25% 0;
    padding-top: 8em;
  }
  .annual-report.ar2016 .content.left-side {
    background-position: -1150px center;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .content.left-side .section-text h3 {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}

.annual-report.ar2016 .cover.content {
  padding-top: 5em;
}

.annual-report.ar2016 .cover h2 {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-size: 2.8em;
  font-weight: normal;
  margin-top: .5em;
}

.annual-report.ar2016 .cover .charter.section-text h2, .annual-report.ar2016 .cover .charter.section-text em {
  color: #092e55;
  display: block;
  float: none;
  text-align: center;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .cover {
    background-position: 20% -0px;
  }
  .annual-report.ar2016 .cover.title.background {
    background-position: left top;
    background-size: 100% auto;
  }
  .annual-report.ar2016 .cover.title.section.content {
    margin-top: -10em;
  }
  .annual-report.ar2016 .cover .charter.section-text {
    margin-left: auto;
  }
  .annual-report.ar2016 .cover .charter.section-text h2, .annual-report.ar2016 .cover .charter.section-text em {
    margin-left: 38%;
    width: 55%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2016 .cover {
    background-position: 22% -0px;
  }
  .annual-report.ar2016 .cover .charter.section-text {
    margin-left: auto;
  }
  .annual-report.ar2016 .cover .charter.section-text h2, .annual-report.ar2016 .cover .charter.section-text em {
    width: 60%;
  }
  .annual-report.ar2016 .cover .charter.section-text h2 {
    font-size: 2.5em;
  }
  .annual-report.ar2016 .cover .charter.section-text em {
    font-size: 0.8em;
  }
  .annual-report.ar2016 .cover .charter.section-text .section-text h3 {
    font-size: 1em;
  }
  .annual-report.ar2016 .cover .charter.section-text .section-text p {
    font-size: 1em;
  }
}

@media (max-width: 640px) {
  .annual-report.ar2016 .cover {
    background-position: 30% -0px;
  }
  .annual-report.ar2016 .cover .charter.section-text h2, .annual-report.ar2016 .cover .charter.section-text em {
    margin-left: 17%;
    width: 81%;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .cover.title.background {
    background-size: 170% auto;
  }
  .annual-report.ar2016 .cover.section.title.content {
    background: none;
  }
  .annual-report.ar2016 .cover .charter.section-text {
    background-color: #fff;
    padding: 0 5%;
    width: 100%;
  }
  .annual-report.ar2016 .cover .charter.section-text h2, .annual-report.ar2016 .cover .charter.section-text em {
    margin-left: 0;
    width: auto;
  }
  .annual-report.ar2016 .cover .charter.section-text h2 {
    padding-top: 30px;
  }
  .annual-report.ar2016 .cover .charter.section-text em {
    margin-bottom: 5em;
  }
}

@media (max-width: 767px) {
  .annual-report.ar2016 .cover .charter.section-text h2 {
    font-size: 2em;
  }
}

.annual-report.ar2016 .donors.sub-section .donor-list h5, .annual-report.ar2016 .donors .body .donor-list h5 {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: .5em;
}

.annual-report.ar2016 .donors.sub-section .donor-list ul, .annual-report.ar2016 .donors .body .donor-list ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 5em;
  -webkit-column-gap: 5em;
  column-gap: 5em;
  width: 100%;
}

.annual-report.ar2016 .donors.sub-section .donor-list li, .annual-report.ar2016 .donors .body .donor-list li {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  display: inline-block;
  margin-bottom: 1.5em;
}

.annual-report.ar2016 .donors.sub-section .donor-list li p, .annual-report.ar2016 .donors .body .donor-list li p {
  font-size: .8em;
  margin: 0 0 0.5em 1.5em;
  text-indent: -1.5em;
}

@media (max-width: 640px) {
  .annual-report.ar2016 .donors.sub-section .donor-list ul, .annual-report.ar2016 .donors .body .donor-list ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .donors.sub-section .donor-list ul, .annual-report.ar2016 .donors .body .donor-list ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0em;
    -webkit-column-gap: 0em;
    column-gap: 0em;
  }
  .annual-report.ar2016 .donors.sub-section .donor-list li, .annual-report.ar2016 .donors .body .donor-list li {
    float: none;
    width: 100%;
  }
}

.annual-report.ar2016 .financials img {
  height: auto;
  width: 100%;
}

.annual-report.ar2016 .letter {
  display: inline-block;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 5em;
  margin-left: 3%;
  width: 77%;
}

@media (max-width: 768px) {
  .annual-report.ar2016 .letter {
    width: 72%;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .letter {
    margin-bottom: 2em;
    margin-left: 0;
    width: auto;
  }
}

.annual-report.ar2016 .letter-photo {
  background-position: -0px 10px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  float: left;
  height: 235px;
  width: 20%;
}

.annual-report.ar2016 .letter-photo.chairman {
  background-image: url("/layout-images/about/annualreport/2016/img/head-shot-chairman.png");
}

.annual-report.ar2016 .letter-photo.president {
  background-image: url("/layout-images/about/annualreport/2016/img/head-shot-president.png");
}

.annual-report.ar2016 .letter-photo.burke {
  background-image: url("/layout-images/about/annualreport/2016/img/head-shot-burke.png");
}

.annual-report.ar2016 .letter-photo.ransom {
  background-image: url("/layout-images/about/annualreport/2016/img/head-shot-ransom.png");
}

.annual-report.ar2016 .letter-photo.yichen {
  background-image: url("/layout-images/about/annualreport/2016/img/head-shot-yichen.png");
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .letter-photo {
    background-size: auto 70%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2016 .letter-photo {
    width: 25%;
  }
}

@media (max-width: 640px) {
  .annual-report.ar2016 .letter-photo {
    background-size: auto 55%;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .letter-photo {
    display: none;
  }
}

.annual-report.ar2016 .section {
  background-color: #fff;
  margin-top: 0;
}

.annual-report.ar2016 .section.body p {
  margin-left: 10%;
  margin-right: 10%;
}

.annual-report.ar2016 .section.body .callout.pattern p, .annual-report.ar2016 .section.body .intro-docs p, .annual-report.ar2016 .section.body .new-board p, .annual-report.ar2016 .section.body .callout p {
  margin-left: 0;
  margin-right: 0;
}

.annual-report.ar2016 .section.body .after-jump p:nth-of-type(1) {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  margin-top: 3em;
}

.annual-report.ar2016 .section .section-title-graphic {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  height: 250px;
  margin-bottom: 2em;
  margin-right: -6em;
  margin-top: -7em;
}

.annual-report.ar2016 .section.left-side .section-title-graphic {
  background-position: left top;
  margin-left: -6em;
  margin-right: 0;
}

.annual-report.ar2016 .section.tech.title.content .section-title-graphic {
  background-image: url("/layout-images/about/annualreport/2016/img/map-tech.png");
}

.annual-report.ar2016 .section.us-india.title.content .section-title-graphic {
  background-image: url("/layout-images/about/annualreport/2016/img/map-india-china.png");
}

.annual-report.ar2016 .section.russia.title.content .section-title-graphic {
  background-image: url("/layout-images/about/annualreport/2016/img/map-russia.png");
}

.annual-report.ar2016 .section.europe.title.content .section-title-graphic {
  background-image: url("/layout-images/about/annualreport/2016/img/map-europe.png");
}

.annual-report.ar2016 .section.middle-east.title.content .section-title-graphic {
  background-image: url("/layout-images/about/annualreport/2016/img/map-middle-east.png");
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .section {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .section.body p {
    margin-left: 0;
    margin-right: 0;
  }
}

.annual-report.ar2016 .section-text {
  color: #000;
  margin-left: 650px;
  width: 36%;
}

.annual-report.ar2016 .section-text p {
  margin-bottom: 1.5em;
}

.annual-report.ar2016 .section-text p:nth-of-type(1) {
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .section-text {
    margin: 0 auto;
    width: 90%;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .section-text {
    width: 90%;
  }
  .annual-report.ar2016 .section-text p {
    padding-bottom: 1.5em;
  }
  .annual-report.ar2016 .section-text p:nth-of-type(last-child) {
    padding-bottom: 0;
  }
}

.annual-report.ar2016 .sidebar .sidebar-image {
  margin-bottom: 15px;
}

.annual-report.ar2016 .sidebar .captions {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: .7em;
}

.annual-report.ar2016 .sidebar .captions li {
  margin-bottom: 2em;
}

.annual-report.ar2016 .sidebar .captions em {
  display: block;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  margin-bottom: 0.5em;
  text-transform: none;
}

.annual-report.ar2016 .sidebar .captions strong {
  color: #a28556;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.annual-report.ar2016 .sidebar .captions .caption {
  display: block;
  font-weight: normal;
  margin: 0;
}

.annual-report.ar2016 .sidebar .captions .caption em {
  display: inline;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  margin-bottom: 0;
}

.annual-report.ar2016 .sidebar h4 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.annual-report.ar2016 .sidebar.float-left {
  float: left;
  margin-right: 2em;
}

.annual-report.ar2016 .sidebar .text p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-bottom: 45px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1em;
}

.annual-report.ar2016 .sidebar .text p em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

.annual-report.ar2016 .sidebar.tech1 {
  padding-top: 0.5em;
  width: 18em;
}

.annual-report.ar2016 .sidebar.summit {
  background-image: url("");
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
  margin-left: 2em;
  padding-top: 0.5em;
  width: 22em;
}

.annual-report.ar2016 .sidebar.beijing-scholarship {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_sidebar-beijing-scholarship.png");
  background-size: auto 40%;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 20em;
  width: 60%;
}

.annual-report.ar2016 .sidebar.beijing-scholarship .text {
  padding-top: 30em;
}

.annual-report.ar2016 .sidebar.beijing-scholarship .text h4 {
  color: #fff;
}

.annual-report.ar2016 .sidebar.beijing-scholarship .text p {
  margin-left: 0;
  margin-right: 0;
}

.annual-report.ar2016 .sidebar.beijing-scholarship .captions {
  font-size: 1em;
  width: 50%;
}

.annual-report.ar2016 .sidebar.moscow-scholarship {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_sidebar-moscow-scholarship.png");
  background-size: auto 40%;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 20em;
  width: 60%;
}

.annual-report.ar2016 .sidebar.moscow-scholarship .text {
  padding-top: 25em;
}

.annual-report.ar2016 .sidebar.moscow-scholarship .captions {
  font-size: 1em;
  width: 50%;
}

.annual-report.ar2016 .sidebar.moscow-trenin {
  float: right;
  font-size: 1.1em;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 20em;
  width: 30%;
}

.annual-report.ar2016 .sidebar.moscow-trenin .quote {
  border-bottom: 1px solid #ccc7c2;
  border-top: 1px solid #ccc7c2;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  color: #092e55;
  margin: 1em 0;
  padding: 1em 0;
}

.annual-report.ar2016 .sidebar.brussels-scholarship {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_sidebar-brussels-scholarship.png");
  background-size: auto 40%;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  width: 60%;
}

.annual-report.ar2016 .sidebar.brussels-scholarship .text {
  padding-top: 40em;
}

.annual-report.ar2016 .sidebar.brussels-scholarship .text p {
  margin-left: 0;
}

.annual-report.ar2016 .sidebar.brussels-valasek {
  float: right;
  font-size: 1.1em;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 20em;
  width: 30%;
}

.annual-report.ar2016 .sidebar.brussels-valasek .text {
  margin-bottom: 1em;
}

.annual-report.ar2016 .sidebar.beirut-scholarship {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_sidebar-beirut-highlights.png");
  background-size: auto 40%;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 50em;
  width: 60%;
}

.annual-report.ar2016 .sidebar.beirut-scholarship .captions {
  font-size: 1em;
  padding-top: 20em;
}

.annual-report.ar2016 .sidebar.beirut-yahya {
  float: right;
  font-size: 1.1em;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  min-height: 20em;
  width: 30%;
}

.annual-report.ar2016 .sidebar.beirut-yahya .quote {
  border-bottom: 1px solid #ccc7c2;
  border-top: 1px solid #ccc7c2;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  color: #092e55;
  margin: 1em 0;
  padding: 1em 0;
}

.annual-report.ar2016 .sidebar.next-gen1 {
  background-color: #092e55;
  color: #fff;
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 1em;
  margin-left: 2em;
  padding: 2em;
  width: 100%;
}

.annual-report.ar2016 .sidebar.asfari {
  background-image: url("");
  background-size: auto 15em;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-top: 2em;
  width: 40%;
}

.annual-report.ar2016 .sidebar.asfari .captions {
  text-align: left;
  width: auto;
}

@media (max-width: 480px) {
  .annual-report.ar2016 .sidebar {
    display: block;
  }
  .annual-report.ar2016 .sidebar.tech1, .annual-report.ar2016 .sidebar.summit, .annual-report.ar2016 .sidebar.asfari {
    width: 100%;
  }
  .annual-report.ar2016 .sidebar.float-left {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .annual-report.ar2016 .sidebar .sidebar-image img {
    width: 110%;
  }
}

.annual-report.ar2016 .sub-section {
  margin-top: 5em;
}

.annual-report.ar2016 .sub-section .body p {
  margin-left: 10%;
  margin-right: 10%;
}

.annual-report.ar2016 .sub-section h4.title {
  background-color: #dcdddf;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 2.5em;
  padding-bottom: 5em;
  position: relative;
}

.annual-report.ar2016 .sub-section h4.title span {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 3em;
  width: 900px;
}

.annual-report.ar2016 .sub-section.history p:nth-of-type(1), .annual-report.ar2016 .sub-section.philanthropy p:nth-of-type(1) {
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.annual-report.ar2016 .sub-section.history .after-jump p:nth-of-type(1), .annual-report.ar2016 .sub-section.philanthropy .after-jump p:nth-of-type(1) {
  color: #000;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  margin-top: 3em;
}

.annual-report.ar2016 .sub-section.history h4.title {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_sub-section-blank.png");
}

.annual-report.ar2016 .sub-section.next-gen h4.title {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_sub-section-blank.png");
}

.annual-report.ar2016 .sub-section.next-gen .section-text {
  margin-left: 0;
  width: 100%;
}

.annual-report.ar2016 .sub-section.philanthropy h4.title {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_sub-section-blank.png");
}

.annual-report.ar2016 .sub-section.board h4.title {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_sub-section-blank.png");
}

.annual-report.ar2016 .sub-section.donors h4.title {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_sub-section-blank.png");
}

.annual-report.ar2016 .sub-section.financials {
  background-color: #e7e7e8;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .sub-section h4.title span {
    width: 90%;
  }
  .annual-report.ar2016 .sub-section.philanthropy .body .foreground.after-jump h3 {
    margin: 0 auto;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2016 .sub-section.junior-fellows h4.title, .annual-report.ar2016 .sub-section.philanthropy h4.title {
    background-image: url("/layout-images/about/annualreport/2016/img/bg_sub-section-blank.png");
    display: block;
    padding: 1em 0;
  }
  .annual-report.ar2016 .sub-section.junior-fellows h4.title span, .annual-report.ar2016 .sub-section.philanthropy h4.title span {
    position: static;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .sub-section .body p {
    margin-left: 0;
    margin-right: 0;
  }
  .annual-report.ar2016 .sub-section.history h4.title, .annual-report.ar2016 .sub-section.carnegie-does h4.title, .annual-report.ar2016 .sub-section.junior-fellows h4.title, .annual-report.ar2016 .sub-section.philanthropy h4.title, .annual-report.ar2016 .sub-section.donors h4.title {
    background-image: url("/layout-images/about/annualreport/2016/img/bg_sub-section-blank.png");
    display: block;
    padding: 1em 0;
  }
  .annual-report.ar2016 .sub-section.history h4.title span, .annual-report.ar2016 .sub-section.carnegie-does h4.title span, .annual-report.ar2016 .sub-section.junior-fellows h4.title span, .annual-report.ar2016 .sub-section.philanthropy h4.title span, .annual-report.ar2016 .sub-section.donors h4.title span {
    position: static;
    text-align: center;
    width: auto;
  }
}

.annual-report.ar2016 .staff li strong {
  font-size: .9em;
}

.annual-report.ar2016 .staff li a {
  color: #000;
}

.annual-report.ar2016 .staff li a:hover {
  color: #000;
  text-decoration: underline;
}

.annual-report.ar2016 .staff.sub-section .body p {
  margin-left: 0;
  margin-right: 0;
}

.annual-report.ar2016 .title {
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.annual-report.ar2016 .title.background {
  background-size: cover;
  display: block;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.annual-report.ar2016 .title.background.cover {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-cover.jpg");
}

.annual-report.ar2016 .title.background.tech {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-tech.jpg");
}

.annual-report.ar2016 .title.background.us-india {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-us-india.jpg");
  top: 0;
}

.annual-report.ar2016 .title.background.russia {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-russia.jpg");
  top: 0;
}

.annual-report.ar2016 .title.background.middle-east {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-middle-east.jpg");
  top: 0;
}

.annual-report.ar2016 .title.background.europe {
  background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-europe.jpg");
  top: 0;
}

.annual-report.ar2016 .title.background .background-caption {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 0.7em;
  left: 5%;
  position: fixed;
  top: 70%;
  width: 20%;
}

.annual-report.ar2016 .title.background .background-caption strong {
  color: #a28556;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.annual-report.ar2016 .title.background .background-caption em {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-style: normal;
}

.annual-report.ar2016 .title.background .background-caption.right-side {
  left: 75%;
}

.annual-report.ar2016 .title.us-india .section-text h3, .annual-report.ar2016 .title.us-india .section-text p {
  padding-right: 15%;
}

@media (max-width: 1024px) {
  .annual-report.ar2016 .title.background {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 30em;
    position: relative;
  }
  .annual-report.ar2016 .title.background .background-caption {
    position: relative;
  }
  .annual-report.ar2016 .title.background.cover {
    background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-cover-responsive.jpg");
  }
  .annual-report.ar2016 .title.background.tech {
    background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-tech-responsive.jpg");
  }
  .annual-report.ar2016 .title.background.us-india {
    background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-us-india-responsive.jpg");
  }
  .annual-report.ar2016 .title.background.russia {
    background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-russia-responsive.jpg");
  }
  .annual-report.ar2016 .title.background.middle-east {
    background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-middle-east-responsive.jpg");
  }
  .annual-report.ar2016 .title.background.europe {
    background-image: url("/layout-images/about/annualreport/2016/img/bg_section-title-europe-responsive.jpg");
  }
  .annual-report.ar2016 .title.section.content {
    background-position: 21% 0;
    margin-top: -5em;
    padding-top: 2em;
  }
  .annual-report.ar2016 .title.section.content.left-side {
    background-position: -1000px center;
  }
  .annual-report.ar2016 .title.section.content .section-text h3 {
    width: 65%;
  }
  .annual-report.ar2016 .title.section.content .section-text p {
    margin-left: 10%;
    margin-right: 10%;
  }
  .annual-report.ar2016 .title.section.content .section-text .section-title-graphic {
    display: none;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .annual-report.ar2016 .title.section.content .section-text h3 {
    width: 60%;
  }
  .annual-report.ar2016 .title.section.content .section-text p {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .annual-report.ar2016 .title.background {
    background-size: auto auto;
  }
  .annual-report.ar2016 .title.background .background-caption {
    top: 50%;
  }
  .annual-report.ar2016 .title.background.new-conversations .background-caption.right-side {
    left: 56%;
    top: 50%;
    width: 41%;
  }
}

@media (max-width: 640px) {
  .annual-report.ar2016 .title.background .background-caption {
    display: none;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .title {
    background-color: #fff;
    background-image: none;
  }
  .annual-report.ar2016 .title.background {
    background-size: 150% auto;
  }
  .annual-report.ar2016 .title.section.content .section-text h3 {
    margin-top: 30px;
    width: 100%;
  }
  .annual-report.ar2016 .title.section.content .section-text p {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .annual-report.ar2016 .title.section.content {
    margin-top: -12em;
    padding-top: 0;
  }
  .annual-report.ar2016 .title.section.content .section-text p {
    margin: 0;
  }
}

.annual-report.ar2016 .trustees h5, .annual-report.ar2016 .staff h5 {
  color: #a28556;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.annual-report.ar2016 .trustees ul, .annual-report.ar2016 .staff ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 5em;
  -webkit-column-gap: 5em;
  column-gap: 5em;
  width: 100%;
}

.annual-report.ar2016 .trustees li, .annual-report.ar2016 .staff li {
  font-family: "GaramondPremierW08-ItCa", Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  margin-bottom: 1.5em;
  width: 100%;
}

.annual-report.ar2016 .trustees li em, .annual-report.ar2016 .staff li em {
  color: #092e55;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-variant: normal;
}

.annual-report.ar2016 .trustees li strong, .annual-report.ar2016 .staff li strong {
  float: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
}

.annual-report.ar2016 .trustees li p, .annual-report.ar2016 .staff li p {
  font-size: 1rem;
  margin-bottom: 0;
}

.annual-report.ar2016 .trustees li p i, .annual-report.ar2016 .staff li p i {
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
}

.annual-report.ar2016 .trustees li.vice-chairman, .annual-report.ar2016 .staff li.vice-chairman {
  border-bottom: 1px solid #ccc7c2;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.annual-report.ar2016 .trustees li > ul, .annual-report.ar2016 .staff li > ul {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

.annual-report.ar2016 .trustees li > ul li:first-child, .annual-report.ar2016 .staff li > ul li:first-child {
  border-bottom: 1px solid #ccc7c2;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.annual-report.ar2016 .trustees li > ul li.distinguished-fellows:first-child, .annual-report.ar2016 .staff li > ul li.distinguished-fellows:first-child {
  border: none;
  margin-bottom: 1.5em;
  padding-bottom: 0;
}

@media (max-width: 640px) {
  .annual-report.ar2016 .trustees ul, .annual-report.ar2016 .staff ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3m;
    column-gap: 3em;
  }
}

@media (max-width: 480px) {
  .annual-report.ar2016 .trustees ul, .annual-report.ar2016 .staff ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0em;
    -webkit-column-gap: 0em;
    column-gap: 0em;
  }
  .annual-report.ar2016 .trustees li, .annual-report.ar2016 .staff li {
    float: none;
    width: 100%;
  }
}

.annual-report.ar2016 .middle-east.section.title .section-text p:nth-of-type(1) {
  margin-right: 4em;
}

.toc {
  bottom: 0;
  color: #fff;
  font-size: 52.5%;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.toc .navicon {
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 3em;
  text-align: center;
}

.toc .navicon .icon-share {
  background-color: #635a4f;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  bottom: -6px;
  padding: 0.3em 0.5em 0.2em;
  position: relative;
}

.toc .navicon .icon-share .label-text {
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.5em;
  letter-spacing: 0.2em;
  line-height: 0.1em;
  margin-left: 0.5em;
  margin-top: -3px;
  position: relative;
  text-transform: uppercase;
  top: -0.5em;
  width: auto;
}

.toc .actual-contents {
  background-color: #635a4f;
  color: #fff;
  display: none;
  padding: 2em 0;
  position: relative;
  text-align: center;
  z-index: 9;
}

.toc .actual-contents .foreground {
  display: inline-block;
}

.toc .actual-contents ul, .toc .actual-contents li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc .actual-contents ul {
  margin-top: 2em;
}

.toc .actual-contents ul.column.thirds {
  float: left;
  margin-left: 5%;
  width: 31%;
}

.toc .actual-contents ul.column.thirds.column.thirds.first {
  margin-left: 0;
}

.toc .actual-contents ul.column.thirds:nth-child(3) {
  width: 20%;
  margin-left: 13%;
}

.toc .actual-contents li {
  display: inline-block;
  float: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.6em;
  text-align: left;
  width: 100%;
}

.toc .actual-contents li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.3em 5% 0.5em 5%;
  width: 90%;
}

.toc .actual-contents li a:hover {
  background-color: #000;
  text-decoration: none;
}

.toc .actual-contents li.mobile-wide-only {
  display: none;
}

.toc .actual-contents .column.halfs.signup-wrap {
  margin-right: 0;
  width: 63%;
}

.toc .actual-contents .column.halfs.nav-share-tools {
  display: inline-block;
  float: right;
  width: 28.1em;
}

.toc .actual-contents .container-nav {
  border-bottom: 1px solid #ccc7c2;
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.toc .actual-contents .signup-wrap strong {
  float: left;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 2.4em;
  margin-right: 5%;
  text-align: left;
  width: auto;
}

.toc .actual-contents .signup-wrap form {
  float: left;
  width: 53%;
}

.toc .actual-contents .signup-wrap form fieldset {
  border: none;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}

.toc .actual-contents .signup-wrap form label {
  margin: 0;
  padding: 0;
  width: 100%;
}

.toc .actual-contents .signup-wrap form input.txtFld {
  border: none;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 2.2em;
  margin-bottom: 0;
  padding: 0 5%;
  width: 100%;
}

.toc .actual-contents .signup-wrap form .actionBtns {
  float: right;
  width: auto;
}

.toc .actual-contents .nav-share-tools {
  float: right;
  text-align: right;
}

.toc .actual-contents .nav-share-tools strong {
  float: left;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 2.4em;
  margin-right: 5%;
  text-align: right;
  width: auto;
}

.toc .actual-contents .nav-share-tools .addthis_sharing_toolbox {
  display: inline-block;
  float: left;
  text-align: left;
  width: 16.2em;
}

.toc .actual-contents .nav-share-tools .addthis_sharing_toolbox .at-share-btn {
  margin-left: 4%;
}

@media (max-width: 1024px) {
  .toc .foreground {
    width: 90%;
  }
  .toc .actual-contents ul.column.thirds:nth-child(3) {
    margin-left: 10%;
    width: 23%;
  }
  .toc .actual-contents .column.halfs.signup-wrap {
    width: 55%;
  }
  .toc .actual-contents .signup-wrap {
    text-align: left;
  }
  .toc .actual-contents .signup-wrap strong {
    display: inline-block;
    float: none;
  }
  .toc .actual-contents .signup-wrap form {
    display: inline-block;
    float: none;
    width: auto;
  }
  .toc .actual-contents .signup-wrap form input.txtFld {
    line-height: 2.15em;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .toc .actual-contents .column.halfs.signup-wrap {
    width: 56%;
  }
  .toc .actual-contents .column.halfs.nav-share-tools {
    width: 16.1em;
  }
  .toc .actual-contents .nav-share-tools strong {
    float: none;
    margin-right: 0;
  }
  .toc .actual-contents .nav-share-tools .addthis_sharing_toolbox {
    float: none;
    width: 17.2em;
  }
}

@media (max-width: 640px) {
  .toc .actual-contents .column.halfs.signup-wrap {
    width: 59%;
  }
  .toc .actual-contents .column.halfs.signup-wrap form button.btnSubmit {
    min-height: 1.9em;
    padding-right: 0;
    width: 34px;
  }
  .toc .actual-contents .column.halfs.signup-wrap form button.btnSubmit > span {
    display: none;
  }
}

@media (max-width: 480px) {
  .toc .actual-contents .container-nav ul.column.thirds.nav-front, .toc .actual-contents .container-nav ul.column.thirds.nav-background-sections {
    display: none;
  }
  .toc .actual-contents .container-nav ul.column.thirds.nav-main-sections {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .toc .actual-contents .container-nav ul.column.thirds.nav-main-sections li {
    float: none;
    width: 100%;
  }
  .toc .actual-contents .container-nav ul.column.thirds.nav-main-sections li.mobile-wide-only {
    display: inline-block;
  }
  .toc .actual-contents .column.halfs.signup-wrap, .toc .actual-contents .column.halfs.nav-share-tools {
    float: none;
    width: 100%;
  }
  .toc .actual-contents .column.halfs.signup-wrap {
    display: none;
    float: none;
    width: 100%;
  }
  .toc .actual-contents .column.halfs.signup-wrap form {
    width: 100%;
  }
  .toc .actual-contents .column.halfs.signup-wrap form fieldset {
    width: 74%;
  }
  .toc .actual-contents .column.halfs.signup-wrap form input.txtFld {
    width: 100%;
  }
  .toc .actual-contents .column.halfs.nav-share-tools {
    margin-top: 1em;
  }
  .toc .actual-contents .column.halfs.nav-share-tools strong {
    float: left;
    margin-right: 5%;
  }
  .toc .actual-contents .column.halfs.nav-share-tools .addthis_sharing_toolbox {
    float: left;
  }
}

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

.blog-sada .blog-zone-title {
  background-image: url(/layout-images/blogs/sada/sada-header.jpg);
  border: 0;
}

.blog-sada .blog-zone-title__logo {
  width: 350px;
  float: right;
  background-image: url(/layout-images/blogs/sada/Sada_BlogHeader_logo.png);
}

body.ar .blog-sada .blog-zone-title__logo {
  background-image: url(/layout-images/blogs/sada/Sada_BlogHeader_logo_ar.png);
}

.blog-sada .zone-title__nav {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  padding: 0;
}

.blog-sada .zone-title__nav .active {
  background-color: #e4e3dd;
}

.blog-sada .zone-title__nav a {
  text-shadow: none;
  color: black;
}

.blog-sada .zone-title__nav a.ar,
body.ar .blog-sada .zone-title__nav a {
  font-family: "FrutigerLTW20-55Roman", arial, sans-serif;
}

.blog-sada .zone-title__nav .list-across a {
  padding-left: 17px;
  padding-left: 1rem;
  padding-right: 17px;
  padding-right: 1rem;
}

body.ar .blog-sada .zone-title__nav .menu-list {
  letter-spacing: 0;
}

.blog-sada .secondary .mega-menu {
  background-color: inherit;
}

.blog-sada .secondary .mega-menu a {
  padding-left: 0;
  padding-right: 0;
}

.blog-sada .blog-search [type="submit"] {
  background-color: black;
}

.blog-sada .blog-search [type="submit"]:hover {
  background-color: #b0bac8;
}

.blog-sada .blog-post-title a {
  color: black;
}

.blog-sada .blog-post-title a:hover {
  color: #092e55;
}

@media (max-width: 767px) {
  .blog-sada .blog-zone-feature {
    height: 360px;
  }
}

.blog-sada .blog-post__meta {
  font-size: 17px;
  font-size: 1rem;
}

.blog-sada .blog-post__meta a {
  color: #3d71b7;
}

.blog-sada .ebook-widget.app-links a {
  background: none;
  height: auto;
  width: auto;
}

.blog-sada .ebook-widget.app-links .containerPromo a {
  background-position: center top;
  background-repeat: no-repeat;
  width: auto;
}

.blog-sada .ebook-widget.app-links .h-alt {
  text-align: center;
}

.blog-sada .ebook-widget.app-links.component {
  margin: 0;
}

.blog-sada .ebook-widget.app-links .clean-list.list-across {
  display: table;
  margin: 0 auto;
}

.blog-sada .ebook-widget.app-links .clean-list.list-across li {
  margin-bottom: 0;
}

.blog-sada .ebook-widget.app-links.ebook-widget__unbalanced .containerPromo a {
  background-image: url(/layout-images/blogs/sada/sada-ebook-cover_unbalanced.jpg);
  background-size: auto 200px;
  height: 200px;
}

.blog-sada .zone-1 .carousel-nav a {
  top: 200px;
}

.blog-sada .sada-feature {
  font-size: 1.8rem;
}

.zone-title--sada-confirm {
  background-image: url(/layout-images/campaign-assets/banner-sada.jpg);
  background-position: center 17%;
}

.sada-expert-sidebar {
  min-height: 275px;
}

.blog-syriaincrisis .blog-zone-title {
  background-image: url(/layout-images/blogs/syria-in-crisis/bg_zoneTitle.jpg);
  border-color: black;
}

.blog-syriaincrisis .blog-zone-title__logo {
  background-image: url(/layout-images/blogs/syria-in-crisis/bg_logo.png);
  background-position: left;
}

.blog-syriaincrisis .zone-title__nav {
  background-color: black;
}

.blog-syriaincrisis .desktop-nav a {
  padding: 10px 5px;
}

.blog-globalten .blog-zone-title {
  background-image: url(/layout-images/blogs/globalten/GlobalTen_Header.png);
  border: 0;
}

.blog-globalten .zone-title__nav {
  background-color: #d22234;
}

.blog-globalten .zone-title__nav .active,
.blog-globalten .zone-title__nav .mega-menu {
  background-color: #a61b29;
}

.blog-globalten .mega-menu h4 {
  color: #ded1c2;
}

@media (max-width: 767px) {
  .blog-globalten .blog-zone-title {
    background-size: auto 100%;
    background-position: top right 23%;
  }
}

.globalten-widgets__pdfDownload {
  background: url(/layout-images/blogs/globalten/PDF-download-GlobalTen.png) no-repeat 0 0;
  height: 135px;
}

.globalten-widgets__briefDownload {
  background: url(/layout-images/blogs/globalten/PDF-download-Brief.png) no-repeat 0 0;
  height: 135px;
  margin-left: 36px;
  margin-bottom: 15px;
}

.globalten-widgets__post-list li:last-child {
  border: 0;
}

.blog-cfm .blog-zone-title {
  background-image: url(/layout-images/blogs/china-financial-markets/cfm-header.jpg);
  border: 0;
}

.blog-cfm .blog-zone-title__logo {
  float: left;
  width: 380px;
  background-image: url(/layout-images/blogs/china-financial-markets/cfm_BlogHeader_logo.png);
}

.blog-cfm .zone-title__nav {
  background-color: #000;
  border-radius: 0;
  padding: 0;
}

.blog-cfm .zone-title__nav .active {
  background-color: #e4e3dd;
}

.blog-cfm .zone-title__nav .active a {
  color: #000;
}

.blog-cfm .zone-title__nav a {
  text-shadow: none;
  color: #fff;
}

.blog-cfm .zone-title__nav .list-across a {
  padding-left: 17px;
  padding-left: 1rem;
  padding-right: 17px;
  padding-right: 1rem;
}

.blog-cfm .mega-menu a {
  color: #000;
}

.blog-cfm .secondary .mega-menu {
  background-color: inherit;
}

.blog-cfm .secondary .mega-menu a {
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

.blog-cfm .blog-search [type="submit"] {
  background-color: #abadb0;
}

.blog-cfm .blog-search [type="submit"]:hover {
  background-color: #b0bac8;
}

.blog-cfm .blog-search [type="text"] {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding-left: 10px;
  text-transform: uppercase;
}

.blog-cfm .blog-post-title a {
  color: black;
}

.blog-cfm .blog-post-title a:hover {
  color: #092e55;
}

.blog-cfm .blog-zone-feature, .blog-cfm .blog-zone-feature .meta, .blog-cfm .blog-zone-feature .meta a {
  color: #000;
}

.blog-cfm .blog-zone-feature {
  left: 30px;
  right: 30px;
  height: auto;
  margin-top: 3em;
}

.blog-cfm .blog-zone-feature a:hover {
  color: #062544;
}

.blog-cfm .blog-zone-feature .col-40 {
  border-left: 5px solid #ccc7c2;
  padding-left: 2em;
  width: 38%;
}

.blog-cfm .blog-zone-feature .col-40.gutter-top {
  margin-top: 0.8em;
}

.blog-cfm .blog-zone-feature p.feature-summary {
  color: #635a4f;
}

@media (max-width: 767px) {
  .blog-cfm .blog-zone-feature {
    left: 0;
  }
  .blog-cfm .blog-zone-feature h1 {
    font-size: 2.3rem;
  }
}

.blog-cfm .blog-post__meta {
  font-size: 17px;
  font-size: 1rem;
}

.blog-cfm .blog-post__meta a {
  color: #3d71b7;
}

.blog-cfm .home-list-image {
  position: relative;
}

.blog-cfm .home.button-big-alt {
  background-color: #062544;
}

.blog-cfm .home.button-big-alt:hover {
  background-color: #a28556;
}

.blog-cfm .zone-promo.gutter-bottom {
  margin-bottom: 60px;
}

.blog-cfm .zone-promo .avatar--bigger {
  margin-top: 7px;
}

.blog-cfm .zone-promo .col-70 p {
  width: 92%;
}

.blog-cfm .zone-promo .col-70 p:last-child {
  margin-bottom: 0;
}

.blog-cfm .zone-promo .subscribe-box {
  background-color: #fff;
}

.blog-cfm .zone-promo form.stay-in-the-know {
  background: none;
}

.blog-cfm .zone-2 .comments-feed {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.1em;
}

.blog-cfm .zone-2 .comments-feed h4 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.4rem;
}

.blog-cfm .zone-2 .comments-feed em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: none;
}

.blog-cfm .zone-2 .comments-feed p {
  margin-bottom: 0;
}

.blog-cfm .zone-2 .comments-feed .meta {
  font-size: 0.7rem;
  margin-top: 7.5px;
  text-transform: uppercase;
}

.blog-cfm .zone-2 .related-posts--cfm.gutter-bottom, .blog-cfm .zone-2 .related-posts--ceip.gutter-bottom {
  margin-bottom: 120px;
}

.blog-cfm .zone-2 .related-posts--cfm h4, .blog-cfm .zone-2 .related-posts--ceip h4 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.blog-cfm .zone-2 .related-posts--cfm h4 em, .blog-cfm .zone-2 .related-posts--ceip h4 em {
  display: block;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: none;
}

.blog-cfm .zone-2 .subscribe-box {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.blog-cfm .zone-2 .subscribe-box em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: none;
}

.blog-cfm .zone-2 .subscribe-box h4 {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.5em;
  text-shadow: none;
}

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

body.right-to-left {
  direction: rtl;
}

body.right-to-left .header-wrap,
body.right-to-left .footer {
  direction: ltr;
}

body.right-to-left .roman-normal-bold {
  font-family: "FrutigerLTW20-55Roman", Arial, sans-serif;
}

body.right-to-left.home .containerFeature h2,
body.right-to-left .headline {
  font-family: "FrutigerLTW20-77BlackCn", "Arial Black", Gadget, sans-serif;
}

body.right-to-left .landing .headline {
  float: right;
}

body.right-to-left .landing__zone-title--short .headline {
  padding-right: 0;
  padding-left: 165px;
}

body.right-to-left .article-body ol, body.right-to-left .article-body ul {
  margin-left: 0;
  margin-right: 15px;
}

body.right-to-left .article-body .author-box__articles {
  margin-right: 0;
}

body.right-to-left .content-img {
  float: right;
  margin: 0 0 15px 20px;
}

@media (max-width: 767px) {
  body.right-to-left .content-img {
    float: none;
    margin: 15px 0;
  }
}

body.right-to-left .list-across li,
body.right-to-left .list-across-spaced li,
body.right-to-left .list-across-divided li {
  margin-right: 0;
  margin-left: 10px;
}

body.right-to-left .list-across-divided li {
  border-right: 0;
  border-left: 1px solid #cdccc1;
  padding-left: 10px;
  padding-right: 0;
}

body.right-to-left .list-across-divided > li {
  display: inline-block;
}

body.right-to-left .list-across-divided > li.inline {
  display: inline;
}

body.right-to-left .list-across-divided li:last-child {
  border: 0;
}

body.right-to-left .footer li.no-border {
  border-left: 1px solid #cdccc1 !important;
}

body.right-to-left .float-left,
body.right-to-left .avatar,
body.right-to-left .avatar--bigger,
body.right-to-left .menu-list > li,
body.right-to-left .nav-tabs > li,
body.right-to-left .col {
  float: right;
}

body.right-to-left .float-right {
  float: left;
}

body.right-to-left .align-right {
  text-align: left !important;
}

body.right-to-left .align-left {
  text-align: right !important;
}

body.right-to-left .zone-title .button-list a {
  text-align: right;
}

body.right-to-left .gutter-left,
body.right-to-left .gutter-half-left {
  margin-left: 0;
  margin-right: 30px;
}

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

body.right-to-left .gutter-right,
body.right-to-left .gutter-half-right {
  margin-right: 0;
  margin-left: 30px;
}

body.right-to-left .gutter-left.gutter-right {
  margin-left: 30px;
  margin-right: 30px;
}

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

body.right-to-left .comment-box__count {
  left: auto;
  right: 30px;
}

body.right-to-left label.inline-block,
body.right-to-left .avatar,
body.right-to-left .avatar--bigger {
  margin-right: 0;
  margin-left: 15px;
}

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

body.right-to-left .comments-heading span {
  margin-right: 5px;
  margin-left: 0;
}

body.right-to-left button:after,
body.right-to-left [type="submit"]:after,
body.right-to-left .button:after,
body.right-to-left .button--reverse:after,
body.right-to-left .button-alt:after,
body.right-to-left .button-big:after,
body.right-to-left .button-big-alt:after {
  border-left: 0;
  border-right: 8px white solid;
  margin-left: 0;
  margin-right: 5px;
}

body.right-to-left .landing .related-media {
  float: left;
  right: auto;
  left: 0;
}

body.right-to-left .twitter-timeline-widget:after {
  right: auto;
  left: 30px;
}

body.right-to-left .jspVerticalBar,
body.right-to-left .blog-search [type="submit"] {
  right: auto;
  left: 0;
}

body.right-to-left .blog-search [type="text"] {
  padding: 3px 3px 3px 50px;
}

body.right-to-left .first-letter p:nth-child(1):first-letter {
  float: none;
  font-family: inherit;
  font-size: inherit;
}

body.right-to-left .header-wrap .col {
  float: left;
}

body.right-to-left .comment-meta {
  margin-right: 0;
  margin-left: 30px;
}

body.right-to-left .comment-meta:after {
  left: auto;
  right: 100%;
  border-left: 0;
  border-right: 13px solid #EFEEEC;
}

body.right-to-left .comment-reply .comment-meta:after {
  right: 15px;
  border-bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

body.right-to-left blockquote {
  text-align: right;
}

body.right-to-left.show .zone-title .container-summary .zone-title__summary, body.right-to-left .show-research .zone-title .container-summary .zone-title__summary {
  padding-left: 30px;
  padding-right: 0;
}

body.right-to-left.show .article-body h2, body.right-to-left.show .article-body h3, body.right-to-left .show-research .article-body h2, body.right-to-left .show-research .article-body h3 {
  margin-left: 0;
  margin-right: -60px;
}

body.right-to-left.show .article-body .related-content__inline, body.right-to-left .show-research .article-body .related-content__inline {
  float: right;
  margin: 30px -60px 30px 60px;
}

body.right-to-left.show .article-body .related-content__inline ul, body.right-to-left .show-research .article-body .related-content__inline ul {
  margin-right: 0;
}

body.right-to-left.show .related-topics .list-across-divided li, body.right-to-left .show-research .related-topics .list-across-divided li {
  border-left: none;
  padding-left: 0;
}

body.right-to-left.show .zone-1 .meta-heading-2 .container-icon, body.right-to-left .show-research .zone-1 .meta-heading-2 .container-icon {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

body.right-to-left.show .content-footer ul.mostPopular li:first-child .rank, body.right-to-left .show-research .content-footer ul.mostPopular li:first-child .rank {
  right: 0;
}

body.right-to-left.show .content-footer ul.mostPopular li .rank, body.right-to-left .show-research .content-footer ul.mostPopular li .rank {
  float: right;
  margin: 5px 0 10px 10px;
}

body.right-to-left .related-media {
  border: none;
  border-right: 2px dotted #fff;
  padding-left: 0;
  padding-right: 20px;
}

body.right-to-left .related-docs {
  padding-left: 15px;
  padding-right: 0;
}

@media (max-width: 1024px) {
  body.right-to-left .related-media {
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  body.right-to-left .show .article-body h2, body.right-to-left .show .article-body h3 {
    margin-right: 0;
  }
}

.landing-pronews .zone-title {
  background-image: url(/layout-images/bnr/ProNews_Header_Archive.jpg);
  background-position: center bottom;
  background-size: inherit;
}

.landing-pronews .zone-title .container-title {
  height: 350px;
  position: relative;
}

.landing-pronews .container-headline {
  background: transparent;
  margin: 0;
}

@media (max-width: 568px) {
  .landing-pronews {
    background-size: 300%;
  }
  .landing-pronews .container-title {
    height: 160px;
  }
}

.landing-pronews .article-body h3 {
  margin-left: 0;
}

.landing-chinanet .zone-title {
  background-image: url(/layout-images/bnr/ChinaInsights_Header_Archive.jpg);
  background-color: #203144;
  background-position: bottom center;
}

.landing-chinanet .zone-title__foreground {
  height: 287px;
}

@media (max-width: 568px) {
  .landing-chinanet .zone-title {
    background-size: 230%;
  }
  .landing-chinanet .zone-title__foreground {
    height: 200px;
  }
}

.events-app .zone-title--subscribe {
  background-image: url(/layout-images/apps/events-app_hero.jpg);
}

.events-app .headline-subscribe {
  background-image: url(/layout-images/apps/events-app_title-brand.png);
  background-position: left center;
  height: 160px;
  margin: 138px 0;
  padding: 0;
}

.events-app .zone-title .center-block {
  margin: 0;
}

.events-app .sub-header {
  background-color: #00a79d;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
  line-height: normal;
  padding: 30px 0;
}

.events-app .sub-header.section {
  margin: 0;
}

.events-app .sub-header strong {
  color: #1b3462;
  display: block;
  font-size: 2rem;
  line-height: 1.1em;
  padding-bottom: 30px;
}

.events-app .resources {
  background-color: #e6e7e8;
  padding: 45px 0;
}

.events-app .resources.section {
  margin: 0;
}

.events-app .resources .list-across-spaced {
  margin-bottom: 0;
}

.events-app .resources li {
  height: 60px;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.events-app .resources li a {
  background-image: url(/layout-images/apps/events-app_sprite-marketplaces-buttons.png);
  background-repeat: no-repeat;
  background-size: 200%;
  display: inline-block;
  height: 60px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: 200px;
}

.events-app .resources li.app-store a {
  background-position: left top;
}

.events-app .resources li.app-store a:hover {
  background-position: -204px top;
}

.events-app .resources li.google-play a {
  background-position: left bottom;
}

.events-app .resources li.google-play a:hover {
  background-position: -204px bottom;
}

.events-app .zone-1 {
  margin-bottom: 90px;
}

.events-app .zone-1 h3 {
  background-image: url(/layout-images/apps/events-app_sprite-icons.png);
  background-repeat: no-repeat;
  background-size: 35px auto;
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
  margin-top: 45px;
  padding-left: 51px;
  padding-bottom: 10px;
}

.events-app .zone-1 h3.registration {
  background-position: 0 9px;
}

.events-app .zone-1 h3.calendar {
  background-position: 0 -110px;
}

.events-app .zone-1 h3.schedule {
  background-position: 0 -214px;
}

.events-app .zone-1 h3.streaming {
  background-position: 0 -318px;
}

.events-app .zone-1 h3.live {
  background-position: 0 -434px;
}

.events-app .zone-1 p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  line-height: normal;
  padding-left: 51px;
}

@media (max-width: 1024px) {
  .events-app .zone-title--subscribe {
    background-position: 80% 17%;
  }
  .events-app .headline-subscribe {
    background-position: center;
    background-size: 60%;
  }
  .events-app .foreground {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .events-app .zone-title--subscribe {
    background-position: 70% 17%;
  }
  .events-app .headline-subscribe {
    background-size: 70%;
  }
}

@media (max-width: 767px) {
  .events-app .zone-title--subscribe {
    background-position: 80% 17%;
  }
  .events-app .headline-subscribe {
    margin: 39px 0;
  }
  .events-app .sub-header p {
    font-size: 1.3rem;
  }
}

.docType122 .zone-title .meta,
.parentID3216.docType121 .zone-title .meta,
.doc3627 .headline,
.parentID3627 .zone-title .related-topics,
.parentID3627 .zone-title__summary,
.doc5209 .zone-title .meta,
.doc5209 .zone-title .headline,
.parentID5209 .zone-title .related-topics,
.parentID5209 .zone-title__summary,
.parentID5209 .zone-title .pub-meta,
.parentID3216 .zone-title .related-topics,
.parentID3216 .zone-title__summary,
.parentID3216 .zone-title .pub-meta,
.doc3216 .zone-title__summary,
.docID3216 .zone-title .pub-meta,
.parentID6838 .zone-title .related-topics,
.parentID6838 .zone-title__summary,
.parentID6838 .zone-title .pub-meta,
.parentID7022 .zone-title .related-topics,
.parentID7022 .zone-title__summary,
.parentID7022 .zone-title .pub-meta {
  display: none;
}

.parentID3627 .zone-title .tag,
.parentID5209 .zone-title .tag,
.parentID3216 .zone-title .tag,
.parentID4393 .zone-title .tag,
.parentID6838 .zone-title .tag,
.parentID7022 .zone-title .tag {
  border: none;
  color: transparent !important;
}

.parentID3627 .page-utility .col,
.parentID4393 .page-utility .col,
.parentID3216 .page-utility .col,
.parentID6838 .page-utility .col,
.parentID7022 .page-utility .col {
  float: right;
}

.parentID3627 .page-utility .comment-jump,
.parentID4393 .page-utility .comment-jump,
.parentID5209 .page-utility .comment-jump,
.parentID3216 .page-utility .comment-jump,
.parentID6838 .page-utility .comment-jump,
.parentID7022 .page-utility .comment-jump, .parentID3627
.page-utility .button-list a,
.parentID4393
.page-utility .button-list a,
.parentID5209
.page-utility .button-list a,
.parentID3216
.page-utility .button-list a,
.parentID6838
.page-utility .button-list a,
.parentID7022
.page-utility .button-list a {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  text-align: center;
}

/* @parentID3627 - 2013 npp confernce */
.parentID3627 .zone-title {
  background: #4C4D4F url(/layout-images/bnr/bg_nppcon2013.png) center top no-repeat;
}

.parentID3627 .zone-title .zone-title__no-image.section {
  background: #4C4D4F url(/layout-images/bnr/bg_nppcon2013.png) no-repeat scroll center top;
  height: 400px;
}

.parentID3627 .zone-title .headline {
  color: #cb9832;
}

.parentID3627 .zone-title .meta {
  color: #999999;
}

.parentID3627 .zone-title .post-author {
  color: rgba(255, 255, 255, 0.8);
}

.doc3627 .zone-title .duotone {
  background-color: transparent;
  background-blend-mode: normal;
  background-image: url(/layout-images/bnr/bg_nppcon2013.png) !important;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 320px;
}

.doc3627 .zone-title .duotone .container-title {
  top: 0;
}

.doc3627 .zone-title .duotone .container-headline {
  background-color: transparent;
  margin-top: 30px;
}

.doc3627 .zone-title .container-headline {
  background: transparent url(/layout-images/bnr/logo_nppcon2013.png) 0px 0px no-repeat;
  height: 167px;
  background-size: auto;
}

.doc3627 .zone-title .meta {
  color: #cb9832;
}

.parentID3627 .zone-title .tag {
  background: transparent url(/layout-images/bnr/logo_nppcon2013.png) 0px 0px no-repeat;
  height: 84px;
  background-size: 196px 84px;
}

/* @parentID4393 - 2015 npp confernce */
.parentID4393.show .zone-title {
  background: #dcc24a url(/layout-images/bnr/NPC2015_Header_1680_simple.jpg) center top no-repeat;
}

.parentID4393.show .zone-title .zone-title__no-image.section {
  background: #dcc24a url(/layout-images/bnr/NPC2015_Header_1680_simple.jpg) center top no-repeat;
  height: 400px;
}

.parentID4393.show .zone-title .zone-title__no-image {
  height: 400px;
}

.parentID4393.show .zone-title .container-headline h1 {
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  .parentID4393.show .zone-title {
    background-size: cover;
  }
}

.parentID4393.show .zone-title .post-author,
.parentID4393.show .zone-title .post-author a {
  color: white;
}

.parentID4393.show .zone-title .container-headline {
  height: 185px;
}

@media (max-width: 767px) {
  .parentID4393.show .zone-title .container-headline {
    height: auto;
  }
}

@media (max-width: 767px) {
  .parentID4393.show .zone-title .headline {
    display: block;
  }
}

.parentID4393.show .zone-title .container-title.tablet-zero .foreground {
  margin: 0 0 0 7%;
}

.parentID4393.show .zone-title .tag {
  background: transparent url(/layout-images/bnr/bg_nppcon2013_logo.png) 0px 0px no-repeat;
  height: 45px;
  background-size: 664px 45px;
  background-position: right;
  border-radius: 0;
  left: -128px;
  position: relative;
}

@media (max-width: 767px) {
  .parentID4393.show .zone-title .tag {
    left: 0;
  }
}

.doc4393 .zone-title {
  background: #dcc24a url(/layout-images/bnr/NPC2015_Header_1680.jpg) center top no-repeat;
  height: 300px;
}

.doc4393 .zone-title .duotone {
  background-color: transparent;
  background-blend-mode: normal;
  background-image: url(/layout-images/bnr/NPC2015_Header_1680.jpg) !important;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 320px;
}

.doc4393 .zone-title .duotone .container-title {
  top: 0;
}

.doc4393 .zone-title .duotone .container-headline {
  background-color: transparent;
}

@media (max-width: 767px) {
  .doc4393 .zone-title {
    background-image: url(/layout-images/bnr/NPC2015_Header_1680_simple.jpg);
  }
}

.doc4393 .zone-title .headline,
.parentID4393 .container-summary {
  display: none;
}

.doc4393 .zone-title .meta {
  margin-left: 10.2em;
}

@media (max-width: 767px) {
  .doc4393 .zone-title .meta {
    margin-left: 0;
  }
}

.parentID4393 .zone-title .meta {
  color: black;
  font-size: 17px;
  font-size: 1rem;
}

.parentID4393.docType122 .zone-title .container-headline,
.parentID4393.docType121 .zone-title .container-headline {
  margin: 0;
  padding: 0;
  position: static;
  height: auto;
}

.parentID5209 .zone-title {
  overflow: visible;
  background: #000000 url(/layout-images/bnr/NPC2017_Header_1680.jpg) center top no-repeat;
}

.parentID5209 .zone-title .foreground {
  width: auto;
  margin: 0;
  padding: 0;
  max-width: none;
}

.parentID5209 .zone-title .button-list {
  display: inline-block;
  margin-left: 15px;
}

.parentID5209 .page-utility {
  text-align: right;
  margin-bottom: 30px;
}

.parentID5209 .page-utility .col {
  width: auto;
  float: none;
}

.parentID5209 .container-title > .gutter-right {
  margin-right: 0;
}

.parentID5209 .container-title,
.parentID5209 .container-summary {
  width: auto;
  float: none;
}

.parentID5209 .zone-title .container-headline {
  background-image: url(/layout-images/bnr/NPC2017_Header_1680-hdr.png);
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 176px;
  margin: 5em 0 0;
  width: auto;
}

@media (max-width: 1024px) {
  .parentID5209 .zone-title .container-headline {
    background-position: top right 60%;
  }
}

@media (max-width: 767px) {
  .parentID5209 .zone-title .container-headline {
    background-position: top right 73%;
    background-size: 240%;
  }
}

@media (max-width: 568px) {
  .parentID5209 .zone-title .container-headline {
    background-size: 300%;
  }
}

.parentID5209.docType122 .zone-title .zone-title__no-image.section, .parentID5209.docType121 .zone-title .zone-title__no-image.section {
  background: #000000 url(/layout-images/bnr/NPC2017_Header_1680-bkpg.jpg) no-repeat scroll center top;
  height: 400px;
}

.parentID5209.docType122 .zone-title, .parentID5209.docType121 .zone-title {
  background: #000000 url(/layout-images/bnr/NPC2017_Header_1680-bkpg.jpg) no-repeat scroll center top;
  height: 400px;
}

.parentID5209.docType122 .zone-title .container-headline, .parentID5209.docType121 .zone-title .container-headline {
  background-image: none;
  height: auto;
  margin: 0 0 0 17%;
}

.parentID5209.docType122 .zone-title h1, .parentID5209.docType121 .zone-title h1 {
  color: #fff;
  font-size: 2.8rem;
}

.parentID5209.docType122 .container-summary, .parentID5209.docType121 .container-summary {
  display: none;
}

.parentID5209.docType122 .container-title.tablet-zero, .parentID5209.docType121 .container-title.tablet-zero {
  background-color: transparent;
  background-image: none;
  display: block;
  padding: 0;
  position: relative;
  width: 664px;
}

.parentID5209.docType122 .container-title.tablet-zero a.tag, .parentID5209.docType121 .container-title.tablet-zero a.tag {
  background: transparent url(/layout-images/bnr/NPC2017_664x45.jpg) 0px 0px no-repeat;
  background-size: 664px 45px;
  display: block;
  height: 45px;
  margin-left: -35%;
}

.parentID5209.docType122 .container-title.tablet-zero a.tag span, .parentID5209.docType121 .container-title.tablet-zero a.tag span {
  margin: 0;
  font-size: 1px;
  line-height: 0px;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.parentID5209.docType122 .container-title.tablet-zero .container-headline, .parentID5209.docType121 .container-title.tablet-zero .container-headline {
  margin: 0 0 0 17%;
  padding: 0;
  position: static;
  height: auto;
}

.parentID5209.docType122 .container-title.tablet-zero .container-headline h1, .parentID5209.docType121 .container-title.tablet-zero .container-headline h1 {
  color: white;
  margin: .2em 0 0 0;
  padding: 0;
}

.parentID5209.docType122 .container-title.tablet-zero .cols.no-gutters, .parentID5209.docType121 .container-title.tablet-zero .cols.no-gutters {
  color: #fff;
  margin-top: 1em;
}

.parentID5209.docType122 .container-title.tablet-zero .cols.no-gutters .post-date.col-25, .parentID5209.docType121 .container-title.tablet-zero .cols.no-gutters .post-date.col-25 {
  text-align: left;
  width: 100%;
}

.parentID5209.docType122 .container-title.tablet-zero .post-author, .parentID5209.docType121 .container-title.tablet-zero .post-author {
  display: none;
}

.parentID5209.docType122 .container-title, .parentID5209.docType122 .container-summary, .parentID5209.docType121 .container-title, .parentID5209.docType121 .container-summary {
  float: left;
}

.parentID5209.docType122 .container-title, .parentID5209.docType121 .container-title {
  margin-top: 30px;
}

.parentID5209.docType122 .page-utility, .parentID5209.docType121 .page-utility {
  margin-top: 30px;
}

.doc5209 .zone-title {
  background: #000000 url(/layout-images/bnr/NPC2017_Header_1680.jpg) center top no-repeat;
}

.doc5209 .zone-title .duotone {
  background-color: transparent;
  background-blend-mode: normal;
  background-image: url(/layout-images/bnr/NPC2017_Header_1680.jpg) !important;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 320px;
}

.doc5209 .zone-title .duotone .container-title {
  top: 0;
}

.doc5209 .zone-title .duotone .container-headline {
  background-color: transparent;
}

.doc5209 .in-text-metaD {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-bottom: 30px;
}

.doc5209 .zone-1 {
  float: none;
  margin-right: 0;
  width: auto;
}

.doc5209 .zone-1 .cms-foreground {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.doc5209 .zone-1 h3.center {
  border-top: 5px solid #e4e3dd;
  color: #092e55;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  margin: 0.5em 0;
  padding: 1em 0 0;
  text-transform: uppercase;
  width: 100%;
}

.doc5209 .zone-1 .callout .cms-foreground {
  background-image: url("https://images.carnegieendowment.org/images/article_images/small/CP-301_Dalton-et-al_Firewall_Final-Web-1.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 26% auto;
  min-height: 15.3em;
}

@media (max-width: 640px) {
  .doc5209 .zone-1 .callout .cms-foreground {
    background: none;
  }
}

.doc5209 .zone-1 .callout .cms-foreground strong {
  color: #092e55;
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-bottom: 1em;
  margin-top: 2em;
  text-transform: uppercase;
}

.doc5209 .zone-1 .callout .cms-foreground h3 {
  margin-top: 0;
}

.doc5209 .zone-1 .callout .cms-foreground p, .doc5209 .zone-1 .callout .cms-foreground h3, .doc5209 .zone-1 .callout .cms-foreground strong {
  margin-left: 32%;
}

@media (max-width: 640px) {
  .doc5209 .zone-1 .callout .cms-foreground p, .doc5209 .zone-1 .callout .cms-foreground h3, .doc5209 .zone-1 .callout .cms-foreground strong {
    margin-left: 0;
  }
}

.doc5209 .zone-1 .callout .cms-foreground p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8em;
}

.doc5209 .zone-2 {
  display: block;
  float: none;
  margin: 0 auto;
  width: 1000px;
}

.doc5209 .zone-2 div.gutter-bottom {
  float: right;
  width: 46%;
}

.doc5209 .zone-2 div.gutter-bottom.related-content, .doc5209 .zone-2 div.gutter-bottom.twitter {
  margin-right: 7%;
}

.doc5209 .zone-2 form {
  background-image: none;
}

@media (max-width: 1024px) {
  .doc5209 .zone-2 {
    width: 90%;
  }
  .doc5209 .zone-2 > .tablet-wide {
    width: auto;
  }
  .doc5209 .zone-2 > .tablet-wide.twitter {
    float: none;
    width: 36%;
  }
  .doc5209 .zone-2 .gutter-bottom.twitter, .doc5209 .zone-2 .gutter-bottom.related-content {
    float: left;
    margin-left: 0 !important;
    margin-right: 2% !important;
  }
  .doc5209 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc5209 .zone-2 .gutter-bottom.related-content.tablet-wide {
    float: left;
    width: 58%;
  }
  .doc5209 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc5209 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li {
    height: 270px;
    width: 100%;
  }
  .doc5209 .zone-2 .twitter-timeline-widget {
    float: left;
    width: 100%;
  }
  .doc5209 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc5209 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
  }
  .doc5209 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: auto;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .doc5209 .zone-2 .gutter-bottom .tab-content > ul > li {
    height: 220px;
  }
  .doc5209 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc5209 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
    width: 100%;
  }
  .doc5209 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: 56%;
  }
  .doc5209 .zone-2 .analytics-stay-in-the-know form input.txtFld {
    padding: 0.5em 5%;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .doc5209 .zone-2 .gutter-bottom.twitter, .doc5209 .zone-2 .gutter-bottom.related-content, .doc5209 .zone-2 div.gutter-bottom {
    float: none;
    width: auto;
  }
  .doc5209 .zone-2 > .twitter-timeline-widget {
    float: none;
    width: auto;
  }
  .doc5209 .zone-2 .analytics-stay-in-the-know {
    width: auto;
  }
}

.parentID3216 .zone-title {
  background-color: #0086BB;
}

.doc3216 .zone-title .container-headline {
  background-image: none;
}

.doc3216 .zone-title .duotone {
  background-color: transparent;
  background-blend-mode: normal;
  background-image: url(/layout-images/bnr/bg_nppcon2011.png) !important;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 320px;
}

.parentID3216 .zone-title .headline,
.doc3216 .zone-title .meta {
  color: white;
}

.parentID3216 .zone-title .tag {
  background: transparent url(/layout-images/bnr/logo_nppcon2011.png) 0px 0px no-repeat;
  background-size: 262px 42px;
  height: 42px;
}

.parentID6838 .zone-title, .parentID7022 .zone-title {
  overflow: visible;
  background: #000000 url(/layout-images/bnr/NPC2019_SiteHeader_1680_Static.jpg) center bottom no-repeat;
}

.parentID6838 .zone-title .foreground, .parentID7022 .zone-title .foreground {
  width: auto;
  margin: 0;
  padding: 0;
  max-width: none;
}

.parentID6838 .zone-title .button-list, .parentID7022 .zone-title .button-list {
  display: inline-block;
  margin-left: 15px;
}

.parentID6838 .page-utility, .parentID7022 .page-utility {
  text-align: right;
  margin-bottom: 30px;
}

.parentID6838 .page-utility .col, .parentID7022 .page-utility .col {
  width: auto;
  float: none;
}

.parentID6838 .container-title > .gutter-right, .parentID7022 .container-title > .gutter-right {
  margin-right: 0;
}

.parentID6838 .container-title,
.parentID6838 .container-summary, .parentID7022 .container-title,
.parentID7022 .container-summary {
  width: auto;
  float: none;
}

.parentID6838 .container-summary .page-utility .related-media li, .parentID7022 .container-summary .page-utility .related-media li {
  float: left;
  margin-right: 10px;
}

.parentID6838 .zone-title .container-headline, .parentID7022 .zone-title .container-headline {
  background-image: url(/layout-images/bnr/NPC2019_SiteHeader_1680_Text.png);
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-size: auto;
  height: 200px;
  margin: 3em 0 0;
  width: auto;
}

@media (max-width: 1024px) {
  .parentID6838 .zone-title .container-headline, .parentID7022 .zone-title .container-headline {
    background-position: bottom right 65%;
  }
}

@media (max-width: 767px) {
  .parentID6838 .zone-title .container-headline, .parentID7022 .zone-title .container-headline {
    background-position: bottom right 64%;
    background-size: 170%;
    height: 146px;
  }
}

.parentID6838.docType122 .zone-title .zone-title__no-image.section, .parentID6838.docType122 .zone-title > .section, .parentID6838.docType121 .zone-title .zone-title__no-image.section, .parentID6838.docType121 .zone-title > .section, .parentID7022.docType122 .zone-title .zone-title__no-image.section, .parentID7022.docType122 .zone-title > .section, .parentID7022.docType121 .zone-title .zone-title__no-image.section, .parentID7022.docType121 .zone-title > .section {
  overflow: visible;
  background: #000000 url(/layout-images/bnr/NPC2019_SiteHeader_1680_Static.jpg) center bottom no-repeat !important;
  height: 400px;
}

.parentID6838.docType122 .zone-title .zone-title__no-image.section .button-list, .parentID6838.docType122 .zone-title > .section .button-list, .parentID6838.docType121 .zone-title .zone-title__no-image.section .button-list, .parentID6838.docType121 .zone-title > .section .button-list, .parentID7022.docType122 .zone-title .zone-title__no-image.section .button-list, .parentID7022.docType122 .zone-title > .section .button-list, .parentID7022.docType121 .zone-title .zone-title__no-image.section .button-list, .parentID7022.docType121 .zone-title > .section .button-list {
  display: inline-block;
  margin-left: 15px;
}

.parentID6838.docType122 .zone-title .zone-title__no-image.section .foreground, .parentID6838.docType122 .zone-title > .section .foreground, .parentID6838.docType121 .zone-title .zone-title__no-image.section .foreground, .parentID6838.docType121 .zone-title > .section .foreground, .parentID7022.docType122 .zone-title .zone-title__no-image.section .foreground, .parentID7022.docType122 .zone-title > .section .foreground, .parentID7022.docType121 .zone-title .zone-title__no-image.section .foreground, .parentID7022.docType121 .zone-title > .section .foreground {
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 1024px) {
  .parentID6838.docType122 .zone-title .zone-title__no-image.section .foreground.parent-page, .parentID6838.docType122 .zone-title > .section .foreground.parent-page, .parentID6838.docType121 .zone-title .zone-title__no-image.section .foreground.parent-page, .parentID6838.docType121 .zone-title > .section .foreground.parent-page, .parentID7022.docType122 .zone-title .zone-title__no-image.section .foreground.parent-page, .parentID7022.docType122 .zone-title > .section .foreground.parent-page, .parentID7022.docType121 .zone-title .zone-title__no-image.section .foreground.parent-page, .parentID7022.docType121 .zone-title > .section .foreground.parent-page {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.parentID6838.docType122 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID6838.docType122 .zone-title > .section .foreground.parent-page a.tag, .parentID6838.docType121 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID6838.docType121 .zone-title > .section .foreground.parent-page a.tag, .parentID7022.docType122 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID7022.docType122 .zone-title > .section .foreground.parent-page a.tag, .parentID7022.docType121 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID7022.docType121 .zone-title > .section .foreground.parent-page a.tag {
  background: transparent url(/layout-images/bnr/NPC2019_SiteHeader_BackPage_Text.png) 0px 0px no-repeat;
  background-size: auto 100%;
  display: block;
  height: 90px;
}

.parentID6838.docType122 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag span, .parentID6838.docType122 .zone-title > .section .foreground.parent-page a.tag span, .parentID6838.docType121 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag span, .parentID6838.docType121 .zone-title > .section .foreground.parent-page a.tag span, .parentID7022.docType122 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag span, .parentID7022.docType122 .zone-title > .section .foreground.parent-page a.tag span, .parentID7022.docType121 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag span, .parentID7022.docType121 .zone-title > .section .foreground.parent-page a.tag span {
  margin: 0;
  font-size: 1px;
  line-height: 0px;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@media (max-width: 1024px) {
  .parentID6838.docType122 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID6838.docType122 .zone-title > .section .foreground.parent-page a.tag, .parentID6838.docType121 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID6838.docType121 .zone-title > .section .foreground.parent-page a.tag, .parentID7022.docType122 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID7022.docType122 .zone-title > .section .foreground.parent-page a.tag, .parentID7022.docType121 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID7022.docType121 .zone-title > .section .foreground.parent-page a.tag {
    background-position: top left;
    background-size: auto 100%;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .parentID6838.docType122 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID6838.docType122 .zone-title > .section .foreground.parent-page a.tag, .parentID6838.docType121 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID6838.docType121 .zone-title > .section .foreground.parent-page a.tag, .parentID7022.docType122 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID7022.docType122 .zone-title > .section .foreground.parent-page a.tag, .parentID7022.docType121 .zone-title .zone-title__no-image.section .foreground.parent-page a.tag, .parentID7022.docType121 .zone-title > .section .foreground.parent-page a.tag {
    background-position: top left;
    background-size: auto 100%;
    height: 40px;
  }
}

.parentID6838.docType122 .zone-title .container-headline, .parentID6838.docType121 .zone-title .container-headline, .parentID7022.docType122 .zone-title .container-headline, .parentID7022.docType121 .zone-title .container-headline {
  background-image: none;
  height: auto;
}

@media (max-width: 1024px) {
  .parentID6838.docType122 .zone-title .container-headline, .parentID6838.docType121 .zone-title .container-headline, .parentID7022.docType122 .zone-title .container-headline, .parentID7022.docType121 .zone-title .container-headline {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.parentID6838.docType122 .zone-title h2, .parentID6838.docType121 .zone-title h2, .parentID7022.docType122 .zone-title h2, .parentID7022.docType121 .zone-title h2 {
  color: #fff;
}

.parentID6838.docType122 .zone-title .post-date, .parentID6838.docType121 .zone-title .post-date, .parentID7022.docType122 .zone-title .post-date, .parentID7022.docType121 .zone-title .post-date {
  text-align: left;
}

.parentID6838.docType122 .gutter-right.tablet-zero .container-headline, .parentID6838.docType121 .gutter-right.tablet-zero .container-headline, .parentID7022.docType122 .gutter-right.tablet-zero .container-headline, .parentID7022.docType121 .gutter-right.tablet-zero .container-headline {
  margin: 0 0 45px 21%;
  padding: 0;
  position: static;
  height: auto;
}

.parentID6838.docType122 .gutter-right.tablet-zero .container-headline h2, .parentID6838.docType121 .gutter-right.tablet-zero .container-headline h2, .parentID7022.docType122 .gutter-right.tablet-zero .container-headline h2, .parentID7022.docType121 .gutter-right.tablet-zero .container-headline h2 {
  color: white;
  margin: .2em 0 0 0;
  padding: 0;
}

.parentID6838.docType122 .gutter-right.tablet-zero .pub-meta.component, .parentID6838.docType121 .gutter-right.tablet-zero .pub-meta.component, .parentID7022.docType122 .gutter-right.tablet-zero .pub-meta.component, .parentID7022.docType121 .gutter-right.tablet-zero .pub-meta.component {
  color: #fff;
  margin-left: 17%;
}

.parentID6838.docType122 .gutter-right.tablet-zero .meta-heading.post-author, .parentID6838.docType121 .gutter-right.tablet-zero .meta-heading.post-author, .parentID7022.docType122 .gutter-right.tablet-zero .meta-heading.post-author, .parentID7022.docType121 .gutter-right.tablet-zero .meta-heading.post-author {
  display: none;
}

.parentID6838.docType122 .container-title.col-70, .parentID6838.docType121 .container-title.col-70, .parentID7022.docType122 .container-title.col-70, .parentID7022.docType121 .container-title.col-70 {
  width: 70%;
}

.parentID6838.docType122 .container-summary.col-30, .parentID6838.docType121 .container-summary.col-30, .parentID7022.docType122 .container-summary.col-30, .parentID7022.docType121 .container-summary.col-30 {
  width: 30%;
}

.parentID6838.docType122 .container-title, .parentID6838.docType122 .container-summary, .parentID6838.docType121 .container-title, .parentID6838.docType121 .container-summary, .parentID7022.docType122 .container-title, .parentID7022.docType122 .container-summary, .parentID7022.docType121 .container-title, .parentID7022.docType121 .container-summary {
  float: left;
}

.parentID6838.docType122 .container-title, .parentID6838.docType121 .container-title, .parentID7022.docType122 .container-title, .parentID7022.docType121 .container-title {
  margin-top: 30px;
}

.parentID6838.docType122 .page-utility, .parentID6838.docType121 .page-utility, .parentID7022.docType122 .page-utility, .parentID7022.docType121 .page-utility {
  margin-top: 30px;
}

.parentID6838 .panel-description, .parentID7022 .panel-description {
  line-height: 1.5em;
}

.parentID6838 .panel-description .reveal-this, .parentID7022 .panel-description .reveal-this {
  display: inline;
}

.parentID3216 .zone-title .pub-meta {
  display: block;
}

.doc6838 .zone-title .duotone, .doc7022 .zone-title .duotone {
  background-color: transparent;
  background-blend-mode: normal;
  background-image: url(/layout-images/bnr/NPC2019_SiteHeader_1680_Static.jpg) !important;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 320px;
}

.doc6838 .zone-title .duotone .container-title, .doc7022 .zone-title .duotone .container-title {
  top: 0;
}

.doc6838 .zone-title .duotone .container-headline, .doc7022 .zone-title .duotone .container-headline {
  background-color: transparent;
}

.doc6838 .zone-title h1, .doc7022 .zone-title h1 {
  display: none;
}

.doc6838 .zone-title .pub-meta, .doc7022 .zone-title .pub-meta {
  display: none;
}

.doc6838 .zone-title .page-utility, .doc7022 .zone-title .page-utility {
  text-align: left;
}

@media (max-width: 1024px) {
  .doc6838 .zone-title .page-utility, .doc7022 .zone-title .page-utility {
    float: left;
  }
}

.doc6838 .in-text-metaD, .doc7022 .in-text-metaD {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.doc6838 .zone-1, .doc7022 .zone-1 {
  float: none;
  margin-right: 0;
  width: auto;
}

.doc6838 .zone-1 .cms-foreground, .doc7022 .zone-1 .cms-foreground {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.doc6838 .zone-1 h3, .doc7022 .zone-1 h3 {
  border-top: 5px solid #e4e3dd;
  margin: 75px 0 0;
  padding: 30px 0 0;
  width: 100%;
}

.doc6838 .zone-1 h3.center, .doc7022 .zone-1 h3.center {
  border-top: 5px solid #e4e3dd;
  color: #092e55;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  margin: 0.5em 0;
  padding: 1em 0 0;
  text-transform: uppercase;
  width: 100%;
}

.doc6838 .zone-1 .callout .cms-foreground, .doc7022 .zone-1 .callout .cms-foreground {
  background-image: url("https://images.carnegieendowment.org/images/article_images/small/CP-301_Dalton-et-al_Firewall_Final-Web-1.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 26% auto;
  min-height: 15.3em;
}

@media (max-width: 640px) {
  .doc6838 .zone-1 .callout .cms-foreground, .doc7022 .zone-1 .callout .cms-foreground {
    background: none;
  }
}

.doc6838 .zone-1 .callout .cms-foreground strong, .doc7022 .zone-1 .callout .cms-foreground strong {
  color: #092e55;
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  margin-bottom: 1em;
  margin-top: 2em;
  text-transform: uppercase;
}

.doc6838 .zone-1 .callout .cms-foreground h3, .doc7022 .zone-1 .callout .cms-foreground h3 {
  margin-top: 0;
}

.doc6838 .zone-1 .callout .cms-foreground p, .doc6838 .zone-1 .callout .cms-foreground h3, .doc6838 .zone-1 .callout .cms-foreground strong, .doc7022 .zone-1 .callout .cms-foreground p, .doc7022 .zone-1 .callout .cms-foreground h3, .doc7022 .zone-1 .callout .cms-foreground strong {
  margin-left: 32%;
}

@media (max-width: 640px) {
  .doc6838 .zone-1 .callout .cms-foreground p, .doc6838 .zone-1 .callout .cms-foreground h3, .doc6838 .zone-1 .callout .cms-foreground strong, .doc7022 .zone-1 .callout .cms-foreground p, .doc7022 .zone-1 .callout .cms-foreground h3, .doc7022 .zone-1 .callout .cms-foreground strong {
    margin-left: 0;
  }
}

.doc6838 .zone-1 .callout .cms-foreground p, .doc7022 .zone-1 .callout .cms-foreground p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8em;
}

.doc6838 .zone-1 .article-body > p, .doc7022 .zone-1 .article-body > p {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-bottom: 30px;
}

.doc6838 .zone-1 .program-highlights h4, .doc7022 .zone-1 .program-highlights h4 {
  line-height: 1.3em;
  margin: 0;
  padding: 30px 0 0;
  text-transform: none;
}

.doc6838 .zone-1 .program-highlights ul, .doc7022 .zone-1 .program-highlights ul {
  margin-top: 15px;
}

.doc6838 .zone-1 .program-highlights ul li, .doc7022 .zone-1 .program-highlights ul li {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  padding-bottom: 10px;
}

.doc6838 .zone-1 .program-highlights ul li a, .doc6838 .zone-1 .program-highlights ul li strong, .doc7022 .zone-1 .program-highlights ul li a, .doc7022 .zone-1 .program-highlights ul li strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

.doc6838 .zone-1 .program-highlights ul li strong, .doc7022 .zone-1 .program-highlights ul li strong {
  font-size: 1rem;
}

.doc6838 .zone-1 .program-highlights ul li span, .doc7022 .zone-1 .program-highlights ul li span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.1em;
  text-transform: uppercase;
}

.doc6838 .zone-1 .yp > p, .doc6838 .zone-1 .yp > ul, .doc7022 .zone-1 .yp > p, .doc7022 .zone-1 .yp > ul {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding-top: 30px;
}

.doc6838 .zone-1 .padded.banded.push-down > h3, .doc7022 .zone-1 .padded.banded.push-down > h3 {
  margin-top: 0;
  padding-top: 0;
}

.doc6838 .zone-1 .program-list strong, .doc7022 .zone-1 .program-list strong {
  font-size: 1.4rem;
}

.doc6838 .zone-1 .program-list p, .doc7022 .zone-1 .program-list p {
  font-size: 1rem;
  margin-top: 5px;
}

.doc6838 .zone-1 .event-children, .doc7022 .zone-1 .event-children {
  display: none;
}

.doc6838 .zone-2, .doc7022 .zone-2 {
  display: none;
  float: none;
  margin: 0 auto;
  width: 1000px;
}

.doc6838 .zone-2 div.gutter-bottom, .doc7022 .zone-2 div.gutter-bottom {
  float: right;
  width: 46%;
}

.doc6838 .zone-2 div.gutter-bottom.related-content, .doc6838 .zone-2 div.gutter-bottom.twitter, .doc7022 .zone-2 div.gutter-bottom.related-content, .doc7022 .zone-2 div.gutter-bottom.twitter {
  margin-right: 3%;
}

.doc6838 .zone-2 form, .doc7022 .zone-2 form {
  background-image: none;
}

@media (max-width: 1024px) {
  .doc6838 .zone-2, .doc7022 .zone-2 {
    width: 90%;
  }
  .doc6838 .zone-2 > .tablet-wide, .doc7022 .zone-2 > .tablet-wide {
    width: auto;
  }
  .doc6838 .zone-2 > .tablet-wide.twitter, .doc7022 .zone-2 > .tablet-wide.twitter {
    float: none;
    width: 36%;
  }
  .doc6838 .zone-2 .gutter-bottom.twitter, .doc6838 .zone-2 .gutter-bottom.related-content, .doc7022 .zone-2 .gutter-bottom.twitter, .doc7022 .zone-2 .gutter-bottom.related-content {
    float: left;
    margin-left: 0 !important;
    margin-right: 2% !important;
  }
  .doc6838 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc6838 .zone-2 .gutter-bottom.related-content.tablet-wide, .doc7022 .zone-2 .gutter-bottom.twitter.tablet-wide, .doc7022 .zone-2 .gutter-bottom.related-content.tablet-wide {
    float: left;
    width: 58%;
  }
  .doc6838 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc6838 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li, .doc7022 .zone-2 .gutter-bottom.twitter.tablet-wide .tab-pane > ul > li, .doc7022 .zone-2 .gutter-bottom.related-content.tablet-wide .tab-pane > ul > li {
    height: 270px;
    width: 100%;
  }
  .doc6838 .zone-2 .twitter-timeline-widget, .doc7022 .zone-2 .twitter-timeline-widget {
    float: left;
    width: 100%;
  }
  .doc6838 .zone-2 .analytics-stay-in-the-know, .doc7022 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc6838 .zone-2 .analytics-stay-in-the-know form, .doc7022 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
  }
  .doc6838 .zone-2 .analytics-stay-in-the-know form fieldset, .doc7022 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: auto;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .doc6838 .zone-2 .gutter-bottom .tab-content > ul > li, .doc7022 .zone-2 .gutter-bottom .tab-content > ul > li {
    height: 220px;
  }
  .doc6838 .zone-2 .analytics-stay-in-the-know, .doc7022 .zone-2 .analytics-stay-in-the-know {
    float: none;
    margin: 8em auto;
  }
  .doc6838 .zone-2 .analytics-stay-in-the-know form, .doc7022 .zone-2 .analytics-stay-in-the-know form {
    display: inline-block;
    width: 100%;
  }
  .doc6838 .zone-2 .analytics-stay-in-the-know form fieldset, .doc7022 .zone-2 .analytics-stay-in-the-know form fieldset {
    width: 56%;
  }
  .doc6838 .zone-2 .analytics-stay-in-the-know form input.txtFld, .doc7022 .zone-2 .analytics-stay-in-the-know form input.txtFld {
    padding: 0.5em 5%;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .doc6838 .zone-2 .gutter-bottom.twitter, .doc6838 .zone-2 .gutter-bottom.related-content, .doc6838 .zone-2 div.gutter-bottom, .doc7022 .zone-2 .gutter-bottom.twitter, .doc7022 .zone-2 .gutter-bottom.related-content, .doc7022 .zone-2 div.gutter-bottom {
    float: none;
    width: auto;
  }
  .doc6838 .zone-2 > .twitter-timeline-widget, .doc7022 .zone-2 > .twitter-timeline-widget {
    float: none;
    width: auto;
  }
  .doc6838 .zone-2 .analytics-stay-in-the-know, .doc7022 .zone-2 .analytics-stay-in-the-know {
    width: auto;
  }
}

#zoneMain.interactive #zoneHeader {
  background-color: #ccc7c2;
}

#zoneMain.interactive #zoneHeader h2 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  text-transform: none;
  width: 100%;
}

#zoneMain.interactive #zoneHeader p {
  font-size: 140%;
  width: 100%;
}

body.cybernorms .zone-title {
  background-image: url(/layout-images/special-projects/img/cybernorms/bnr_CyberNorms1980.jpg);
}

body.cybernorms .zone-title .zone-title__foreground {
  height: 265px;
}

body.cybernorms .zone-title .headline {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  width: auto;
}

body.cybernorms .description {
  background-color: #e6e7e8;
  margin-bottom: 0;
  margin-top: 0;
  padding: 60px 0 30px 0;
}

body.cybernorms .description p {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-bottom: 30px;
}

body.cybernorms .description .button::after {
  border-left: 5px transparent solid;
  border-top: 8px white solid;
  border-bottom: 0;
  border-right: 5px transparent solid;
}

body.cybernorms .gray-background {
  background-color: #e6e7e8;
}

body.cybernorms .dark-blue-background {
  background-color: #00365E;
  margin-top: 0;
}

body.cybernorms .cosponsor {
  background-color: #00365E;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 30px 0;
}

body.cybernorms .cosponsor p.logo {
  background-image: url(/layout-images/special-projects/img/cybernorms/UNLogo-ODA.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30% auto;
  display: inline-block;
  padding-left: 300px;
}

body.cybernorms .cosponsor a {
  color: #3183b1;
}

body.cybernorms #aboutTab h3 {
  background-color: #00365E;
  border-radius: 5px 0 0 5px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  line-height: 2.3em;
  padding: 20px 0;
  position: fixed;
  right: 0;
  top: 50vh;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  text-transform: uppercase;
  z-index: 11;
}

body.cybernorms #aboutTab h3.active {
  display: block;
}

body.cybernorms #aboutTab h3 span {
  display: inline;
}

body.cybernorms #aboutTab #aboutTabContent {
  -webkit-box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.69);
  box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.69);
  display: none;
  background-color: #e6e7e8;
  width: 90vw;
  height: 65vh;
  cursor: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 20vh;
  border-radius: 5px 0 0 5px;
  z-index: 11;
}

body.cybernorms #aboutTab #aboutTabContent h3 {
  border-radius: 0;
  display: block;
  height: 100%;
  top: 0;
  display: none;
}

body.cybernorms #aboutTab #aboutTabContent .section {
  padding: 0 15px 15px 0;
}

body.cybernorms #aboutTab #aboutTabContent .section.about-overlay.section {
  margin-top: 0;
  margin-bottom: 0;
}

body.cybernorms #aboutTab #aboutTabContent .section.about-overlay .foreground {
  padding-left: 0;
}

body.cybernorms #aboutTab #aboutTabContent .top-section {
  background-color: #e6e7e8;
  display: block;
  padding: 0 0 60px 0;
  position: -webkit-sticky;
  position: sticky;
  position: webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 9;
}

body.cybernorms #aboutTab #aboutTabContent .top-section .foreground {
  float: left;
  position: relative;
  left: 60px;
}

body.cybernorms #aboutTab #aboutTabContent .nav {
  margin-left: 60px;
}

body.cybernorms #aboutTab #aboutTabContent .nav-tabs {
  border-bottom: none;
  width: 100%;
}

body.cybernorms #aboutTab #aboutTabContent .nav-tabs a {
  background-color: #a7a9ac;
  border-radius: 0 0 4px 4px;
  color: #fff !important;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
  padding-left: 15px;
  padding-right: 15px;
}

body.cybernorms #aboutTab #aboutTabContent .nav-tabs a:hover {
  background-color: #3183b1;
  color: #fff !important;
}

body.cybernorms #aboutTab #aboutTabContent .nav-tabs li.active a {
  background-color: #3183b1;
  color: #fff !important;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content {
  font-size: 1.2rem;
  line-height: normal;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content .component {
  margin: 0 !important;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content .component .cols {
  margin-left: 0;
  margin-right: 0;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content .tab-pane {
  margin: 30px 0 0 0;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content .tab-pane h4 {
  color: #00365E;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 1em;
  text-transform: uppercase;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content .tab-pane p, body.cybernorms #aboutTab #aboutTabContent .tab-content .tab-pane li, body.cybernorms #aboutTab #aboutTabContent .tab-content .tab-pane .col {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content .tab-pane p {
  margin-bottom: 30px;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content .tab-pane em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content .tab-pane strong {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content .tab-pane li.gutter-bottom {
  margin-bottom: 15px;
}

body.cybernorms #aboutTab #aboutTabContent .tab-content .cosponsor-extra p {
  background-image: url(/layout-images/special-projects/img/cybernorms/UNLogo-ODA.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30% auto;
  display: inline-block;
  padding-left: 300px;
  padding-bottom: 10px;
}

body.cybernorms #aboutTab #aboutTabContent .close-button-about {
  opacity: 0;
}

body.cybernorms #aboutTab #aboutTabContent .close-button-about button.close-panel {
  background-color: transparent;
  color: #00365E;
  margin-bottom: 30px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  text-transform: uppercase;
}

body.cybernorms #aboutTab #aboutTabContent .close-button-about button.close-panel:after {
  border: none;
}

body.cybernorms .timeline-area {
  margin-bottom: 0;
  margin-top: 0;
}

body.cybernorms .timeline-area .scrollContainer {
  height: 100%;
  margin: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

body.cybernorms .timeline-area .bordered-box--header {
  display: inline-block;
}

body.cybernorms .timeline-area .bordered-box--header .no-link {
  border: 2px solid #00365E;
  color: #00365E;
}

body.cybernorms .timeline-area .timeline-content {
  background-image: url(/layout-images/interactives/cybernorms/Cybernorms-Background-Image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100vh;
  padding: 60px 0;
  width: 100vw;
  z-index: 5;
}

body.cybernorms .timeline-area .timeline-content h2 {
  color: #fff;
  margin-bottom: 15px;
}

body.cybernorms .timeline-area .timeline-content h2 span {
  background-color: #00a79d;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 7.5px;
}

body.cybernorms .timeline-area .section.timeline {
  height: 100vh;
  margin-bottom: 0;
  margin-top: 0;
  overflow-x: hidden;
  position: relative;
}

body.cybernorms .timeline-area .section.timeline .timeline-content {
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
}

body.cybernorms .timeline-area .section.timeline .timeline-section {
  height: calc(100vh - 60px);
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hiddden;
  scrollbar-color: #00365E #a7a9ac;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro {
  white-space: normal;
  /* Hide arrow icon in IE browsers */
  /* Hover style */
  /* Focus style */
  /* Support for rtl text, explicit support for Arabic and Hebrew */
  /* Disabled styles */
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .gutters {
  padding: 30px 30px 0 30px;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro h2 {
  color: #a28556;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2.5rem;
  line-height: 1em;
  padding-bottom: 1em;
  padding-top: 0.5em;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro h3 {
  color: #a28556;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .text {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  padding-top: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .gutters .bordered-box.key-doc {
  background-color: #fff;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .gutters > .instructions {
  color: #00365E;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8rem;
  padding: 15px 0;
  text-align: right;
  text-transform: uppercase;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .gutters > .instructions strong {
  font-weight: normal;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .clean-form .control-group {
  text-align: left;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .clean-form .control-group select {
  color: #fff;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .select-css {
  display: block;
  font-size: 16px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #a28556;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ef4138%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ef4138%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #000 0%, #000 100%);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ef4138%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #000 0%, #000 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: .65em auto, 100%;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .select-css::-ms-expand {
  display: none;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .select-css:hover {
  border-color: #888;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .select-css:focus {
  border-color: #00365E;
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .select-css option {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-weight: normal;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro *[dir="rtl"] .select-css, body.cybernorms .timeline-area .section.timeline .timeline-section .intro :root:lang(ar) .select-css, body.cybernorms .timeline-area .section.timeline .timeline-section .intro :root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .select-css:disabled, body.cybernorms .timeline-area .section.timeline .timeline-section .intro .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .select-css:disabled:hover, body.cybernorms .timeline-area .section.timeline .timeline-section .intro .select-css[aria-disabled=true] {
  border-color: #aaa;
}

body.cybernorms .timeline-area .section.timeline .timeline-section .intro .col {
  text-align: center;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol {
  font-size: 0;
  width: 100vw;
  padding: 40vh 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li:third-child:before {
  color: #fff;
  content: "\26";
  font-family: "ceip-icons" !important;
  speak: none;
  font-size: 8rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  bottom: -165%;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 15%;
  height: 5px;
  background: #a7a9ac;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li:first-child {
  margin-left: -1%;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.not-searchable div.parent {
  background-color: #e6e7e8;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div {
  border-left: 3px solid #a7a9ac;
  color: #000;
  position: absolute;
  left: calc(100% + 7px);
  width: 100%;
  padding: 0 15px 15px 15px;
  font-size: 0.8rem;
  white-space: normal;
  z-index: 9;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div span {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding: 0;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div span.date {
  color: #000;
  display: block;
  font-size: 1rem;
  margin-bottom: 15px;
  width: auto;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div span.doctype {
  font-size: 0.7rem;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div span.doctype strong {
  font-size: 0.9rem;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div div.parent {
  background: #fff;
  border-top: 3px solid #a7a9ac;
  border-right: 3px solid #a7a9ac;
  border-bottom: 3px solid #a7a9ac;
  height: auto;
  padding: 15px;
  width: calc(100% + 100px);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div div.parent .metadata {
  margin-bottom: 30px;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div div.parent .icon {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div div.parent p {
  clear: both;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div div.parent p a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.attribution {
  background-image: url(/layout-images/interactives/cybernorms/icon-Attribution.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.asean {
  background-image: url(/layout-images/interactives/cybernorms/icon-ASEAN.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.brics {
  background-image: url(/layout-images/interactives/cybernorms/icon-BRICS.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.eu {
  background-image: url(/layout-images/interactives/cybernorms/icon-EU.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.foc {
  background-image: url(/layout-images/interactives/cybernorms/icon-FOC.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.g20 {
  background-image: url(/layout-images/interactives/cybernorms/icon-G20.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.g7 {
  background-image: url(/layout-images/interactives/cybernorms/icon-G7.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.multistakeholder {
  background-image: url(/layout-images/interactives/cybernorms/icon-Multistakholder.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.nato {
  background-image: url(/layout-images/interactives/cybernorms/icon-NATO.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.oas {
  background-image: url(/layout-images/interactives/cybernorms/icon-OAS.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.osce {
  background-image: url(/layout-images/interactives/cybernorms/icon-OSCE.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.other {
  background-image: url(/layout-images/interactives/cybernorms/icon-Other.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.sco {
  background-image: url(/layout-images/interactives/cybernorms/icon-SCO.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .icon.un {
  background-image: url(/layout-images/interactives/cybernorms/icon-UN.png);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.intro {
  width: 45%;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.intro > div {
  border-left: none;
  left: 0;
  padding: 30px 30px 0 30px;
  top: 0;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.intro > div div {
  height: auto;
  padding: 15px;
  width: calc(100% + 100px);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.intro > div p {
  color: #00365E;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.2em;
  margin-left: 15px;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area {
  margin-left: -45%;
  width: 45%;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div {
  border-left: none;
  left: 0;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div.gutters {
  padding: 30px 30px 0 30px !important;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div h4 {
  color: #00365E;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div h4.no-gutter {
  margin-bottom: 15px;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div p {
  margin-left: 15px;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div div {
  height: auto;
  padding: 15px;
  width: auto;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div div.clearfix {
  padding: 0;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div .filter-form {
  border: 1px solid #3183b1;
  background-color: #fff;
  display: inline-block;
  padding: 0;
  width: auto;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div .filter-form label {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  text-transform: uppercase;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div .filter-form select {
  background-color: #e6e7e8;
  border-radius: 5px;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding: 2px 20px 2px 2px;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div div.key-doc {
  border: 3px solid #3183b1;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  width: 100%;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div div.not-searchable {
  background-color: #e6e7e8;
  border: 3px solid #a7a9ac;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-top: 15px;
  width: 100%;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.last {
  width: 30%;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.last div.text {
  left: calc(100%);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.year {
  width: 15%;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.long div div {
  width: calc(100% + 200px);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.short div div {
  padding: 30px;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol li.tall {
  width: 20%;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol .year > div {
  border-left: none;
  margin-left: -12px;
  margin-top: -14px !important;
  top: 4px !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 5;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol .year::after {
  height: 50px !important;
  width: 50px !important;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li:nth-child(odd) > div {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li:nth-child(even) > div {
  padding: 15px 15px 0 15px;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li:nth-child(even) > div p {
  margin-bottom: 0;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li:nth-child(even) > div ::before {
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li {
  display: none;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.active, body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.year, body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.last {
  display: inline-block;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li:nth-child(odd) > div {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li:nth-child(even) > div p {
  margin-bottom: 0;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li:nth-child(even) > div ::before {
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.odd > div {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.even > div {
  padding: 15px 15px 0 15px;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.even > div p {
  margin-bottom: 0;
}

body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.even > div ::before {
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

body.cybernorms .section.form-multi-select {
  margin-top: 0;
}

body.cybernorms .container-title {
  padding-top: 2em;
}

body.cybernorms .container-title h2 {
  font-size: 1.8rem;
  margin-bottom: .6em;
}

body.cybernorms .container-title p {
  color: #000;
  font-family: "GaramondPremierW08-Capt", Georgia, "Times New Roman", Times, serif;
  font-size: 19px;
  line-height: normal;
  width: 100%;
}

body.cybernorms .zone-1.index-search {
  margin-bottom: 0;
  margin-top: 0;
}

body.cybernorms .zone-1.index-search .bordered-box--header {
  display: inline-block;
  margin-top: 30px;
}

body.cybernorms .zone-1.index-search .index-description {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding: 30px 0;
}

body.cybernorms .zone-1.index-search .container-connector .connector {
  background-color: #e6e7e8;
}

body.cybernorms .zone-1.index-search .container-connector .connector.ceip-icon {
  color: #fff;
}

body.cybernorms .zone-1.index-search .container-connector.top {
  bottom: 28px;
  z-index: 12;
}

body.cybernorms .zone-1.index-answers {
  margin-bottom: 0;
  margin-top: 0;
}

body.cybernorms .zone-1.index-answers .container-connector .connector {
  display: none;
  background-color: #fff;
}

body.cybernorms .zone-1.index-answers .container-connector .connector.ceip-icon {
  color: #00365E;
}

body.cybernorms .zone-1 .align-right {
  float: right;
  margin-left: 15px;
  padding-bottom: 10px;
}

body.cybernorms .zone-1 .align-right a {
  color: #00365E;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.7em;
  text-transform: uppercase;
}

body.cybernorms .zone-1 .tab-title {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

body.cybernorms .zone-1 .nav {
  margin-top: -2em;
}

body.cybernorms .zone-1 .nav li a {
  background-color: #092e55;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  padding: 12px 30px;
  text-shadow: none;
  text-transform: uppercase;
}

body.cybernorms .zone-1 .nav li.active a {
  background-color: #3183b1;
}

body.cybernorms .zone-1 .nav.nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}

body.cybernorms .zone-1 .tab-content {
  padding-bottom: 1em;
}

body.cybernorms .zone-1 .tab-content .cybernorms-radio {
  margin: 0 auto;
  width: 95%;
}

body.cybernorms .zone-1 .tab-content .cybernorms-radio .cols--equal-heights > label.col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
}

body.cybernorms .zone-1 .tab-content .cybernorms-radio label {
  border-radius: 3px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  line-height: 1.3em;
  padding: 0.5em 0;
  text-align: left;
}

body.cybernorms .zone-1 .tab-content .cybernorms-radio label input {
  margin: 0 auto;
}

body.cybernorms .zone-1 .tab-content .cybernorms-radio label > span {
  display: block;
  float: right;
  font-size: 1.1rem;
  margin-left: 6px;
  width: 70%;
}

body.cybernorms .zone-1 .tab-content .cybernorms-radio label > .checkradios-radio {
  border: 2px solid #a7a9ac;
  font-size: 12px;
  margin-top: 0.3em;
}

body.cybernorms .zone-1 .tab-content .cybernorms-radio label > .checkradios-radio:before {
  color: #3183b1;
}

body.cybernorms .zone-1 .tab-content .cybernorms-filter {
  border: 2px solid #3183b1;
  margin: 0 auto;
  width: 95%;
}

body.cybernorms .zone-1 .tab-content .cybernorms-filter .content-toggle {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.9em;
  text-transform: uppercase;
}

body.cybernorms .zone-1 .tab-content .cybernorms-filter .control-group select {
  border: none;
  border-radius: 5px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
}

body.cybernorms .zone-1 .tab-content .form-multi-select {
  margin: 15px auto;
  width: 95%;
}

body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect {
  border: 2px solid #3183b1;
  padding: 0;
}

body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect fieldset {
  border-top: 1px solid #ccc7c2;
}

body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect fieldset .legend {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  margin: 1em 0 0 1em;
  text-transform: uppercase;
}

body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect fieldset .control-group {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 3em;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
  list-style: none;
  margin: 0;
  padding: 15px;
}

body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect label {
  border-radius: 3px;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
  padding: 0.2em 0.5em;
  width: 100%;
}

body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect label input {
  float: left;
  margin-top: 0.3em;
}

body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect label .checkradios-checkbox, body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect label .checkradios-radio {
  margin-top: 0.1em;
  padding: 0;
  vertical-align: top;
}

body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect label .icon-checkradios-checkmark::before {
  font-size: 0.8rem;
  position: relative;
}

body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect label > span {
  display: inline-block;
  line-height: normal;
  margin-left: 5%;
  text-align: left;
  vertical-align: center;
  width: 80%;
}

body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect label:hover {
  background-color: #f0efed;
}

body.cybernorms .zone-1 .tab-content .keyword-container {
  padding-top: 15px;
}

body.cybernorms .zone-1 .tab-content .keyword-panel {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 95%;
}

body.cybernorms .zone-1 .tab-content .keyword-panel .label {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 2.1em;
}

body.cybernorms .zone-1 .tab-content .keyword-panel input {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

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

body.cybernorms .autocomplete-suggestions {
  background-color: #fff;
  border: 1px solid #e4e3dd;
  border-top: none;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  height: 10em;
  overflow-y: scroll;
}

body.cybernorms .autocomplete-suggestions .autocomplete-suggestion {
  background-color: #fff;
  border-bottom: 1px solid #e4e3dd;
  line-height: 2em;
  padding: 0 1em;
}

body.cybernorms .autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #f0efed;
  cursor: pointer;
}

body.cybernorms .autocomplete-suggestions .autocomplete-suggestion strong {
  color: #00adee;
  font-weight: normal;
}

body.cybernorms .answers {
  margin-top: 0;
  margin-bottom: 60px;
}

body.cybernorms .answers .bordered-box--header {
  display: inline-block;
  margin-top: 60px;
}

body.cybernorms .answers h3 {
  margin-bottom: -1em;
}

body.cybernorms .answers h4 {
  border-bottom: 3px solid #e6e7e8;
  color: #00365E;
  font-size: 1.2rem;
  line-height: 1.1em;
  margin-bottom: -0.6em;
  margin-top: 3em;
  padding-bottom: 0.3em;
  text-transform: uppercase;
}

body.cybernorms .answers h4 span.ceip-icon {
  color: #e6e7e8;
  float: right;
}

body.cybernorms .answers h5 {
  margin-left: 20%;
  margin-top: 2em;
}

body.cybernorms .answers p, body.cybernorms .answers li {
  margin-left: 20%;
}

body.cybernorms .primers {
  display: none;
  padding-top: 60px;
}

body.cybernorms .primers .bordered-box--header {
  display: inline-block;
}

body.cybernorms .formal-names {
  margin-top: 60px;
  padding-top: 60px;
}

body.cybernorms .formal-names .bordered-box--header {
  display: inline-block;
}

body.cybernorms .formal-names h4.accordion-trigger {
  background-color: transparent;
  border-bottom: 2px solid #a7a9ac;
  border-radius: 0;
  color: #a7a9ac;
}

body.cybernorms .formal-names h4.accordion-trigger:after {
  background: none;
  color: #a7a9ac;
  content: "";
  display: inline-block;
  border-bottom: 0;
  border-top: 10px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: 0 15px 0 5px;
}

body.cybernorms .formal-names h4.accordion-trigger.active:after {
  border-bottom: 10px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 0;
}

body.cybernorms .formal-names .accordion-content {
  display: none;
}

body.cybernorms .formal-names .accordion-content li {
  font-size: 0.9rem;
  margin-bottom: 5px;
  margin-left: 15px;
}

body.cybernorms .how-to {
  padding-top: 60px;
}

body.cybernorms .zone-2 {
  background-color: #e4e3dd;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-top: 6em;
  padding: 1em 0;
  width: 100%;
}

@media (max-width: 1024px) {
  body.cybernorms .zone-title.zone-title--bg {
    background-size: cover;
  }
  body.cybernorms #aboutTab #aboutTabContent .about-overlay .foreground {
    margin: 0 30px;
  }
  body.cybernorms #aboutTab #aboutTabContent .top-section {
    height: 70px;
    padding: 15px 0;
  }
  body.cybernorms #aboutTab #aboutTabContent .top-section .foreground {
    display: inline-block;
    float: none;
    left: 10px;
    top: 60px;
    width: 22vw;
  }
  body.cybernorms #aboutTab #aboutTabContent .nav-tabs {
    margin-left: 0;
    width: auto;
  }
  body.cybernorms #aboutTab #aboutTabContent .nav-tabs li a {
    background-color: transparent;
    color: #a7a9ac !important;
    font-size: 1.1rem;
    line-height: 1.1em;
    padding-right: 30px;
  }
  body.cybernorms #aboutTab #aboutTabContent .nav-tabs li:last-child a {
    padding-right: 0;
  }
  body.cybernorms #aboutTab #aboutTabContent .nav-tabs li.active a {
    color: #3183b1 !important;
    background-color: transparent;
  }
  body.cybernorms #aboutTab #aboutTabContent .section.about-overlay.section {
    margin-left: 22vw;
    width: 68vw;
  }
  body.cybernorms #aboutTab #aboutTabContent .tab-content {
    font-size: 1.1rem;
  }
  body.cybernorms #aboutTab #aboutTabContent .tab-content .tab-pane {
    margin: 10px 0 0;
  }
  body.cybernorms #aboutTab #aboutTabContent .close-button {
    display: block;
    float: left;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div div label.inline-block {
    display: block;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  body.cybernorms #aboutTab {
    width: 100vw;
  }
  body.cybernorms #aboutTab h3 span.hide-mobile {
    display: none;
  }
  body.cybernorms #aboutTab #aboutTabContent .top-section .foreground {
    background-color: #e6e7e8;
    top: 40px;
    width: 85%;
  }
  body.cybernorms #aboutTab #aboutTabContent .top-section .foreground .nav-tabs li a {
    font-size: 0.8rem;
  }
  body.cybernorms #aboutTab #aboutTabContent .section.about-overlay.section {
    margin-left: 0;
    margin-top: 120px;
    width: 95%;
  }
  body.cybernorms .timeline-area .section.timeline.short {
    height: 30vh;
  }
  body.cybernorms .timeline-area .section.timeline.short .timeline-content {
    height: 30vh;
  }
  body.cybernorms .timeline-area .section.timeline.short .timeline-section {
    height: auto;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-content {
    background-position: top center;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.intro, body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.intro {
    height: 450px;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.intro .gutters, body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.intro .gutters {
    margin-left: 0;
    padding: 15px 15px 0 15px;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.intro p, body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.intro p {
    font-size: 0.8rem;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.intro > div, body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.intro > div {
    border-top: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.intro > div::after, body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.intro > div::after {
    border-top: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered {
    display: none;
    padding-top: 60px;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.filters-area {
    height: 400px;
    margin-left: 0;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area .gutters, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.filters-area .gutters {
    margin-left: 0;
    padding: 15px 15px 0 15px;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.filters-area > div {
    border-top: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div::after, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.filters-area > div::after {
    border-top: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div div, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.filters-area > div div {
    padding-left: 0;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div .control-group, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.filters-area > div .control-group {
    padding-left: 15px;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div .filter-form, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.filters-area > div .filter-form {
    display: block;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.filters-area > div .filter-form select, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.filters-area > div .filter-form select {
    font-size: 0.9em;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li:first-child::before, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li:first-child::before {
    content: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li {
    display: block;
    height: 300px;
    margin-bottom: 0;
    width: 5%;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li > div {
    border-left: none;
    border-top: none;
    left: calc(100%);
    margin-top: 200px;
    padding-bottom: 0;
    width: 80vw;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div::after, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li > div::after {
    content: "";
    position: absolute;
    top: -3px;
    width: 100%;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div span, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li > div span {
    display: block;
    text-align: left;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div span.doctype strong, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li > div span.doctype strong {
    display: block;
    font-size: 0.8rem;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div p, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li > div p {
    text-align: left;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div div, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li > div div {
    background-size: 45px;
    width: inherit;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .cols, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li > div .cols {
    margin-left: -15px !important;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .col.col-60, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li > div .col.col-60 {
    float: left;
    width: 60% !important;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li > div .col.col-40, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li > div .col.col-40 {
    float: left;
    width: 40% !important;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li:nth-child(even) > div, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li:nth-child(even) > div {
    margin-top: 0px;
    padding-top: 0;
    top: 0;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li:nth-child(odd) > div, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li:nth-child(odd) > div {
    margin-top: 0px;
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li:first-child, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li:first-child {
    margin-left: 0;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.last, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.last {
    display: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.entry:not(:last-child)::after, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.entry:not(:last-child)::after {
    top: 0%;
    left: calc(100% - 15px);
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.long div div, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.long div div {
    width: calc(100% + 30px);
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol li.mobile-tall, body.cybernorms .timeline-area .section.timeline .timeline-section ol li.tall, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.mobile-tall, body.cybernorms .timeline-area .section.timeline .timeline-section ol.unfiltered li.tall {
    height: 345px;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.filters-area {
    height: 400px;
    margin-left: 0;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.filters-area .gutters {
    margin-left: 0;
    padding: 15px 15px 0 15px;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.filters-area > div {
    border-top: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.filters-area > div::after {
    border-top: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.filters-area > div div {
    padding-left: 0;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.filters-area > div .control-group {
    padding-left: 15px;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.filters-area > div .filter-form select {
    font-size: 0.9em;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li:first-child::before {
    content: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li {
    display: none;
    height: 300px;
    margin-bottom: 0;
    padding-top: 0;
    width: 5%;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.active, body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.year, body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.last {
    display: block;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li > div {
    border-left: none;
    border-top: none;
    left: calc(100%);
    margin-top: 200px;
    padding-bottom: 0;
    width: 80vw;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li > div::after {
    content: "";
    position: absolute;
    top: -3px;
    width: 100%;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li > div span {
    display: block;
    text-align: left;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li > div span.doctype strong {
    display: block;
    font-size: 0.8rem;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li > div p {
    text-align: left;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li > div div {
    background-size: 45px;
    width: inherit;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li > div .cols {
    margin-left: -15px !important;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li > div .col.col-60 {
    float: left;
    width: 60% !important;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li > div .col.col-40 {
    float: left;
    width: 40% !important;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li:nth-child(even) > div {
    margin-top: 0px;
    padding-top: 0;
    top: 0;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li:nth-child(odd) > div {
    margin-top: 0px;
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li:first-child {
    margin-left: 0;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.last {
    display: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.entry:not(:last-child)::after {
    top: 0%;
    left: calc(100% - 15px);
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.long div div {
    width: calc(100% + 30px);
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.mobile-tall, body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.tall {
    height: 345px;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.odd > div {
    padding: 0 15px 0 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.even > div {
    margin-top: 0;
    padding: 0 15px 0 15px;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.even > div p {
    margin-bottom: 0;
  }
  body.cybernorms .timeline-area .section.timeline .timeline-section ol.filtered li.even > div ::before {
    top: -16px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
  }
  body.cybernorms .zone-1 .nav-tabs {
    display: block;
  }
  body.cybernorms .zone-1 .nav-tabs > li {
    margin-bottom: 15px;
  }
  body.cybernorms .zone-1 .tab-content .tab-pane.fade {
    display: none !important;
  }
  body.cybernorms .zone-1 .tab-content .tab-pane.fade.active {
    display: block !important;
  }
  body.cybernorms .zone-1 .tab-content .cybernorms-radio .cols--equal-heights > label.col {
    display: block;
    clear: both;
  }
  body.cybernorms .zone-1 .tab-content .cybernorms-radio .cols--equal-heights > label.col span {
    font-size: 1rem;
  }
  body.cybernorms .zone-1 .tab-content .form-multi-select .cybernorms-multiselect fieldset .control-group {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 1em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
  }
  body.cybernorms .zone-1 .answers p, body.cybernorms .zone-1 .answers li, body.cybernorms .zone-1 .answers h5 {
    margin-left: 5%;
  }
}

body.cybertimeline .section.top {
  margin-top: 0;
}

body.cybertimeline .landing--hero-image .zone-title {
  background-size: cover;
}

body.cybertimeline #sticky-filter {
  background: #ffffff;
  -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;
  display: block;
  padding: 1em 1em 0 1em;
  position: relative;
  text-align: center;
  width: 75vw;
  max-width: 1000px;
  z-index: 99;
}

@media (max-width: 1024px) {
  body.cybertimeline #sticky-filter {
    font-size: 0.8em;
    width: 94vw;
  }
}

@media (max-width: 767px) {
  body.cybertimeline #sticky-filter {
    font-size: 0.7em;
  }
  body.cybertimeline #sticky-filter li {
    padding-bottom: 0.4em;
  }
}

body.cybertimeline #sticky-filter strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  text-align: left;
}

body.cybertimeline #sticky-filter ul.sticky {
  padding-bottom: 15px;
}

body.cybertimeline #sticky-filter.show {
  position: fixed;
  top: 60px;
  width: 75vw;
}

@media (max-width: 1024px) {
  body.cybertimeline #sticky-filter.show {
    width: 94vw;
  }
}

body.cybertimeline #sticky-filter a.button-alt {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-bottom: 30px;
  margin-top: 15px;
  margin-right: 30px;
  text-transform: uppercase;
}

body.cybertimeline #sticky-filter .menu-trigger {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

body.cybertimeline #sticky-filter .mega-menu {
  background: #fff;
  border-top: 2px solid #e4e3dd;
  margin-top: -5px;
  padding: 30px;
  z-index: 9;
}

body.cybertimeline #sticky-filter .mega-menu ul:nth-child(2) {
  padding-top: 1em;
}

@media (max-width: 1024px) {
  body.cybertimeline #sticky-filter .mega-menu {
    font-size: 0.9em;
  }
}

@media (max-width: 767px) {
  body.cybertimeline #sticky-filter .mega-menu {
    font-size: 0.8em;
  }
}

body.cybertimeline #sticky-filter .mega-menu .list-across-divided > li {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  line-height: 2;
}

body.cybertimeline #sticky-filter .mega-menu ul li a {
  color: #CCCCCC;
  cursor: default;
  text-decoration: none;
}

body.cybertimeline #sticky-filter .mega-menu ul li a.active {
  color: #3d71b7;
  cursor: pointer;
}

body.cybertimeline #sticky-filter .active-filters {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  padding-bottom: 1em;
}

body.cybertimeline #sticky-filter .active-filters strong {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

body.cybertimeline #sticky-filter .active-filters ul {
  display: inline-block;
  padding-left: 15px;
}

body.cybertimeline #aboutTab h3 {
  background-color: #00a79d;
  border-radius: 5px 0 0 5px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1rem;
  line-height: 2.3em;
  padding: 20px 0;
  position: fixed;
  right: 0;
  top: 50vh;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  text-transform: uppercase;
  z-index: 11;
}

body.cybertimeline #aboutTab h3.active {
  display: block;
}

body.cybertimeline #aboutTab h3 span {
  display: inline;
}

body.cybertimeline #aboutTab #aboutTabContent {
  -webkit-box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.69);
  box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.69);
  display: none;
  background-color: #f5f5f5;
  width: 90vw;
  height: 65vh;
  cursor: auto;
  overflow-y: scroll !important;
  position: fixed;
  right: 0;
  top: 20vh;
  border-radius: 5px 0 0 5px;
  z-index: 101;
}

body.cybertimeline #aboutTab #aboutTabContent h3 {
  border-radius: 0;
  display: block;
  height: 100%;
  top: 0;
  display: none;
}

body.cybertimeline #aboutTab #aboutTabContent .section {
  padding: 0 15px 15px 0;
}

body.cybertimeline #aboutTab #aboutTabContent .section.about-overlay.section {
  margin-top: 0;
  margin-bottom: 0;
}

body.cybertimeline #aboutTab #aboutTabContent .section.about-overlay .foreground {
  padding-left: 0;
}

body.cybertimeline #aboutTab #aboutTabContent .top-section {
  background-color: #f5f5f5;
  display: block;
  padding: 0 0 60px 0;
  position: -webkit-sticky;
  position: sticky;
  position: webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 9;
}

body.cybertimeline #aboutTab #aboutTabContent .top-section .foreground {
  float: left;
  position: relative;
  left: 60px;
}

body.cybertimeline #aboutTab #aboutTabContent .nav {
  margin-left: 60px;
}

body.cybertimeline #aboutTab #aboutTabContent .nav-tabs {
  border-bottom: none;
  width: 100%;
}

body.cybertimeline #aboutTab #aboutTabContent .nav-tabs a {
  background-color: #cdd4d9;
  border-radius: 0 0 4px 4px;
  color: #fff !important;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
  padding-left: 15px;
  padding-right: 15px;
}

body.cybertimeline #aboutTab #aboutTabContent .nav-tabs a:hover {
  background-color: #00a79d;
  color: #fff !important;
}

body.cybertimeline #aboutTab #aboutTabContent .nav-tabs li.active a {
  background-color: #00a79d;
  color: #fff !important;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content {
  font-size: 1.2rem;
  line-height: normal;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content .component {
  margin: 0 !important;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content .component .cols {
  margin-left: 0;
  margin-right: 0;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane {
  margin: 30px 0 0 0;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane h4 {
  color: #00a79d;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 1em;
  text-transform: uppercase;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane p, body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane li, body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane .col {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane p {
  margin-bottom: 30px;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane strong {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane li.gutter-bottom {
  margin-bottom: 15px;
}

body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane .button {
  background-color: #0050A9;
}

body.cybertimeline #aboutTab #aboutTabContent .close-button-about {
  opacity: 0;
}

body.cybertimeline #aboutTab #aboutTabContent .close-button-about button.close-panel {
  background-color: transparent;
  color: #00a79d;
  margin-bottom: 30px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  text-transform: uppercase;
}

body.cybertimeline #aboutTab #aboutTabContent .close-button-about button.close-panel:after {
  border: none;
}

body.cybertimeline .gray-background {
  background-color: #e6e7e8;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 30px;
  padding-top: 30px;
}

body.cybertimeline .intro p {
  font-size: 1.1rem;
}

body.cybertimeline .intro a:hover {
  text-decoration: none;
}

body.cybertimeline .intro .banded {
  background-color: transparent;
  border: 2px dotted #00a79d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

body.cybertimeline .intro .banded .inside {
  background-color: rgba(0, 167, 157, 0.7);
  padding: 15px;
  width: 100%;
}

body.cybertimeline .intro .banded .inside:hover {
  background-color: rgba(0, 167, 157, 0.9);
  text-decoration: none;
}

@media (max-width: 1024px) {
  body.cybertimeline .intro .banded .inside {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  body.cybertimeline .intro .banded .inside {
    padding: 15px;
  }
}

body.cybertimeline .intro .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%;
}

body.cybertimeline #chartdiv {
  height: 600px;
}

body.cybertimeline h2.headline span {
  font-size: 0.6em;
}

body.cybertimeline .frst-container {
  padding-bottom: 0;
  padding-top: 50px;
}

body.cybertimeline .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content,
body.cybertimeline .frst-date-opposite.frst-left-align .frst-date,
body.cybertimeline .frst-right-align {
  text-align: left;
}

body.cybertimeline .frst-alternate.frst-date-opposite .frst-timeline-block.frst-odd-item .frst-date {
  line-height: 2em;
  text-align: left;
}

body.cybertimeline .frst-alternate.frst-date-opposite .frst-timeline-block.frst-even-item .frst-date {
  line-height: 2em;
  text-align: right;
}

body.cybertimeline .frst-timeline-style-8 .frst-timeline-content-inner {
  padding: 1em 1em 0 1em;
}

body.cybertimeline .frst-timeline-style-8 .frst-timeline-content-inner h2 {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin-top: 0;
}

body.cybertimeline .frst-timeline-style-8 .frst-timeline-content-inner p {
  margin-bottom: 15px;
}

body.cybertimeline .frst-timeline-label-block {
  padding-left: 0;
}

body.cybertimeline .frst-timeline-label-block .frst-labels {
  margin-left: -50px;
}

body.cybertimeline .frst-timeline-label-block .frst-labels span {
  background-color: #0050A9;
  font-size: 20px;
}

body.cybertimeline .frst-timeline-style-8 .frst-timeline-img span {
  background-color: #0050A9;
  border: #0050A9 solid 3px;
}

body.cybertimeline .frst-timeline-style-8 .frst-timeline-block::before {
  background: rgba(0, 80, 169, 0.8) none repeat scroll 0 0;
}

body.cybertimeline .frst-date {
  color: #005089;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1em;
  line-height: 2em;
  text-transform: uppercase;
}

body.cybertimeline .frst-timeline-style-8 li {
  margin: 0;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
}

body.cybertimeline .frst-timeline-style-8 p {
  color: #635a4f;
  font-size: 1rem;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

body.cybertimeline .frst-timeline-style-8 h4 {
  color: #000;
  font-size: 0.9rem;
  margin-top: 2em;
  text-transform: uppercase;
}

body.cybertimeline .css-timeline li {
  margin-top: 1em;
}

body.cybertimeline .accordion-trigger {
  background: none;
  color: #0981B5;
  margin: 1em 0;
  padding: 0;
}

body.cybertimeline .accordion-trigger:after {
  background: none;
  content: "%";
  display: inline;
  font-family: "ceip-icons" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
  position: relative;
  right: 0;
  text-transform: none;
}

@media (max-width: 1024px) {
  body.cybertimeline .zone-title.zone-title--bg {
    background-size: cover;
  }
  body.cybertimeline #aboutTab #aboutTabContent .about-overlay .foreground {
    margin: 0 30px;
  }
  body.cybertimeline #aboutTab #aboutTabContent .top-section {
    height: 70px;
    padding: 15px 0;
  }
  body.cybertimeline #aboutTab #aboutTabContent .top-section .foreground {
    display: inline-block;
    float: none;
    left: 10px;
    top: 60px;
    width: 22vw;
  }
  body.cybertimeline #aboutTab #aboutTabContent .nav-tabs {
    margin-left: 0;
    width: auto;
  }
  body.cybertimeline #aboutTab #aboutTabContent .nav-tabs li a {
    background-color: transparent;
    color: #3183b1 !important;
    font-size: 1.1rem;
    line-height: 1.1em;
    padding-right: 30px;
  }
  body.cybertimeline #aboutTab #aboutTabContent .nav-tabs li:last-child a {
    padding-right: 0;
  }
  body.cybertimeline #aboutTab #aboutTabContent .nav-tabs li.active a {
    color: #00a79d !important;
    background-color: transparent;
  }
  body.cybertimeline #aboutTab #aboutTabContent .section.about-overlay.section {
    margin-left: 22vw;
    width: 68vw;
  }
  body.cybertimeline #aboutTab #aboutTabContent .tab-content {
    font-size: 1.1rem;
  }
  body.cybertimeline #aboutTab #aboutTabContent .tab-content .tab-pane {
    margin: 10px 0 0;
  }
  body.cybertimeline #aboutTab #aboutTabContent .close-button {
    display: block;
    float: left;
  }
}

@media (max-width: 767px) {
  body.cybertimeline #aboutTab {
    width: 100vw;
  }
  body.cybertimeline #aboutTab h3 span.hide-mobile {
    display: none;
  }
  body.cybertimeline #aboutTab #aboutTabContent .top-section .foreground {
    background-color: #f5f5f5;
    top: 40px;
    width: 85%;
  }
  body.cybertimeline #aboutTab #aboutTabContent .top-section .foreground .nav-tabs li a {
    font-size: 0.8rem;
  }
  body.cybertimeline #aboutTab #aboutTabContent .section.about-overlay.section {
    margin-left: 0;
    margin-top: 120px;
    width: 95%;
  }
  body.cybertimeline #chartdiv {
    height: 350px;
  }
}

body.nksanctions .zone-title--bg {
  background-color: #e4e3dd;
  background-image: url(/layout-images/interactives/nk-sanctions/header-background.jpg);
  background-size: 100% auto;
}

@media (max-width: 767px) {
  body.nksanctions .zone-title--bg {
    background-size: auto 100%;
  }
}

body.nksanctions .container-title {
  padding-top: 2em;
}

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

body.nksanctions .container-title h2 span {
  color: #ee4136;
  display: block;
  font-size: 1rem;
}

@media (max-width: 767px) {
  body.nksanctions .container-title h2 {
    line-height: 1.1em;
  }
}

body.nksanctions .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%;
}

body.nksanctions .zone-1 h3 {
  color: #002447;
  font-size: 1.8rem;
}

body.nksanctions .zone-1 .sub-intro {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1.1rem;
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  body.nksanctions .zone-1 .sanction-content {
    margin-bottom: 1em;
  }
}

body.nksanctions .zone-1 .nksanctions-filter legend, body.nksanctions .zone-1 .nksanctions-filter select {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

body.nksanctions .answers {
  margin-top: 45px;
}

body.nksanctions #slider {
  margin: 90px 0 30px 0;
}

body.nksanctions #slider label {
  position: absolute;
  width: 40px;
  margin-left: -20px;
  text-align: center;
  margin-top: -80px;
  font-size: 0.6em;
}

body.nksanctions #slider label em {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  font-variant: normal;
  margin-bottom: 0.7em;
  text-align: center;
}

body.nksanctions #slider label strong {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.7rem;
  font-weight: normal;
  margin-bottom: -0.3em;
  text-align: center;
}

body.nksanctions #slider label > span {
  color: #635a4f;
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  text-align: center;
}

body.nksanctions #slider.ui-widget-content {
  border: 1px solid #00a79d;
}

body.nksanctions #slider .ui-state-default, body.nksanctions #slider .ui-widget-content .ui-state-default {
  border: 1px solid #00a79d;
  background: #00a79d;
}

body.nksanctions .slider-text {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}

> body.nksanctions .card-deck.section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 45px 0;
}

body.nksanctions .card-deck .section.cols {
  margin-top: 0;
}

body.nksanctions .card-deck 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;
  padding-left: 90px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  body.nksanctions .card-deck h3 {
    font-size: 1rem;
    line-height: 1.1em;
    padding-top: 11%;
  }
}

body.nksanctions .card-deck .sanction-content > div {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 12% auto;
}

body.nksanctions .card-deck .sanction-content > div .padded-less {
  padding: 30px 45px 23.07692px 30px;
}

body.nksanctions .card-deck .sanction-content > div p {
  font-size: 0.9rem;
}

body.nksanctions .card-deck .sanction-content > div p.center {
  display: table;
  margin: 30px 0 0;
  text-align: left;
}

body.nksanctions .card-deck .sanction-content > div p.center .button {
  display: table-cell;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  vertical-align: bottom;
}

body.nksanctions .card-deck.imports h3 {
  background-image: url(/layout-images/interactives/nk-sanctions/category-icon_imports.png);
  line-height: 4.5em;
}

@media (max-width: 767px) {
  body.nksanctions .card-deck.imports h3 {
    line-height: 1.1em;
  }
}

body.nksanctions .card-deck.imports .sanction-content > div.empty {
  background-image: none;
}

body.nksanctions .card-deck.imports .sanction-content > div {
  background-image: url(/layout-images/interactives/nk-sanctions/sanction-icon_imports.png);
}

body.nksanctions .card-deck.exports h3 {
  background-image: url(/layout-images/interactives/nk-sanctions/category-icon_exports.png);
}

body.nksanctions .card-deck.exports .sanction-content > div.empty {
  background-image: none;
}

body.nksanctions .card-deck.exports .sanction-content > div {
  background-image: url(/layout-images/interactives/nk-sanctions/sanction-icon_exports.png);
}

body.nksanctions .card-deck.financial h3 {
  background-image: url(/layout-images/interactives/nk-sanctions/category-icon_financial.png);
}

body.nksanctions .card-deck.financial .sanction-content > div.empty {
  background-image: none;
}

body.nksanctions .card-deck.financial .sanction-content > div {
  background-image: url(/layout-images/interactives/nk-sanctions/sanction-icon_financial.png);
}

body.nksanctions .card-deck.vessels h3 {
  background-image: url(/layout-images/interactives/nk-sanctions/category-icon_vessels.png);
}

body.nksanctions .card-deck.vessels .sanction-content > div.empty {
  background-image: none;
}

body.nksanctions .card-deck.vessels .sanction-content > div {
  background-image: url(/layout-images/interactives/nk-sanctions/sanction-icon_vessels.png);
}

body.nksanctions .card-deck strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}

body.nksanctions .card-deck h4 {
  color: #002447;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

body.nksanctions .card-deck p {
  color: #000;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  line-height: normal;
}

> body.nksanctions .card-deck p.center {
  margin-bottom: 0;
}

body.nksanctions .card-deck .button {
  background-color: #1b3462;
  margin: 0;
}

body.nksanctions .card-deck .old-sanctions {
  background-color: #e6e7e8;
}

body.nksanctions .card-deck .new-sanctions {
  background-color: #00a79d;
}

body.nksanctions .card-deck .new-sanctions strong {
  color: #faaf42;
}

body.nksanctions .card-deck .new-sanctions h4, body.nksanctions .card-deck .new-sanctions p {
  color: #fff;
}

body.nksanctions .card-deck .new-sanctions .button {
  background-color: #faaf42;
}

body.nksanctions .card-deck .updated-sanctions {
  background-color: #faaf42;
}

body.nksanctions .card-deck .updated-sanctions strong {
  color: #ee4136;
}

body.nksanctions .card-deck .updated-sanctions .button {
  background-color: #ee4136;
}

body.nksanctions .formal-names {
  margin: 120px 0;
}

body.nksanctions .formal-names a {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
}

body.nksanctions .formal-names .date {
  display: block;
  font-size: 0.8rem;
}

body.nksanctions .zone-2 {
  background-color: #e4e3dd;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-top: 6em;
  padding: 1em 0;
  width: 100%;
}

body.nksanctions .toc-body {
  bottom: 0;
  color: #fff;
  height: auto;
  left: 0;
  position: fixed;
  width: 17em;
  z-index: 9999;
}

body.nksanctions .toc-body span.filters {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  padding: 0 0.8em;
}

body.nksanctions .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;
  margin-bottom: 90px;
  padding: 15px 15px 3px 10px;
  width: auto;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect {
  background-color: #00a79d;
  display: block;
  left: 0px;
  padding: 0;
  z-index: 3;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset .legend {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  margin: 0 0 0 1em;
  text-transform: uppercase;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset .control-group {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 3em;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 15px;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset.filter-categories li {
  height: 60px;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset.filter-categories li label span {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 0.9rem;
  margin-top: -8px;
  padding-left: 45px;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset.filter-categories li.exports label span {
  background-image: url(/layout-images/interactives/nk-sanctions/menu-icon_exports.png);
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset.filter-categories li.imports label span {
  background-image: url(/layout-images/interactives/nk-sanctions/menu-icon_imports.png);
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset.filter-categories li.financial label span {
  background-image: url(/layout-images/interactives/nk-sanctions/menu-icon_financial.png);
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset.filter-categories li.vessels label span {
  background-image: url(/layout-images/interactives/nk-sanctions/menu-icon_vessels.png);
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset.filter-age li label span strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset.filter-age li.new span strong {
  color: #faaf42;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect fieldset.filter-age li.updated span strong {
  color: #ee4136;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect label {
  border-radius: 3px;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.7rem;
  padding: 0.4em;
  width: 100%;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect label input {
  float: left;
  margin-top: 0.3em;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect label .checkradios-checkbox, body.nksanctions .toc-body .table-contents .nksanctions-multiselect label .checkradios-radio {
  border: 2px solid #fff;
  color: #fff;
  margin-top: 0.1em;
  padding: 0;
  vertical-align: top;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect label .icon-checkradios-checkmark::before {
  font-size: 0.8rem;
  position: relative;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect label > span {
  display: inline-block;
  line-height: normal;
  margin-left: 5%;
  text-align: left;
  vertical-align: center;
  width: 80%;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect label:hover {
  color: #002447;
}

body.nksanctions .toc-body .table-contents .nksanctions-multiselect label:hover .checkradios-checkbox, body.nksanctions .toc-body .table-contents .nksanctions-multiselect label:hover .checkradios-radio {
  border: 2px solid #002447;
  color: #002447;
}

body.nksanctions .toc-body .toc {
  background-color: #00a79d;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  width: 80px;
}

body.nksanctions .toc-body .toc:hover {
  color: #002447;
}

body.nksanctions .toc-body .toc .icon-menu {
  font-size: 8em;
}

body.nksanctions .ceip-overlay__inner .banded {
  overflow-y: scroll;
  max-height: 80vh;
}

body.back-channel {
  background-color: #faf6ea;
  background-image: url(/layout-images/interactives/back-channel/back-channel-background.png);
  background-position: left top;
  background-repeat: repeat-x;
  /* The actual timeline (the vertical ruler) */
  /* The actual timeline (the vertical ruler) */
  /* the slide outs */
}

body.back-channel .watermark {
  background-image: url(/layout-images/interactives/back-channel/back-channel-archive-watermark.png);
  background-position: center -30px;
  background-repeat: no-repeat;
}

body.back-channel .zone-title .section {
  margin-top: 0;
}

body.back-channel .zone-title .col-left {
  border-right: 3px solid #faf6ea;
  padding-right: 30px;
}

body.back-channel .zone-title h1 {
  background-color: transparent;
  background-image: url(/layout-images/interactives/back-channel/back-channel-archive-top-titles-archive.png);
  background-position: center 90px;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  height: 325px;
}

body.back-channel .zone-title h2 {
  background-color: transparent;
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-top-titles.png);
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: auto 320px;
  display: block;
  height: 370px;
}

body.back-channel .zone-1 {
  padding-bottom: 30px;
}

body.back-channel .zone-1 .cta-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;
}

body.back-channel .zone-1 .cta-button::after {
  display: none;
}

body.back-channel .zone-1 .cta-button > span {
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

body.back-channel .zone-1 .cta-button > em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-variant: normal;
}

body.back-channel .zone-1 .cta-button:hover {
  background-color: #1f5081;
  border-color: #1f5081;
  color: #fff;
  text-decoration: none;
}

body.back-channel .zone-1 .foreground {
  padding: 0;
  max-width: 1028px;
  width: 1028px;
}

body.back-channel .zone-1 .container {
  padding: 0 50px;
}

body.back-channel .zone-1 .top-section {
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-foreground_top.png);
  background-position: center -25px;
  padding-top: 90px;
  padding-bottom: 30px;
}

body.back-channel .zone-1 .top-section > .container {
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  margin: 0 auto;
  padding: 15px 30px;
  width: 950px;
}

body.back-channel .zone-1 .top-section .search-container {
  display: block;
  margin-bottom: 60px;
  position: relative;
}

body.back-channel .zone-1 .top-section .search-container form {
  float: left;
  margin: 0 auto;
  width: auto;
}

body.back-channel .zone-1 .top-section .search-container form label {
  display: none;
}

body.back-channel .zone-1 .top-section .search-container form input[type="text"] {
  border: 2px solid #1f5081;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1f5081;
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  width: 520px;
}

body.back-channel .zone-1 .top-section .search-container form button {
  border-radius: 0 3px 3px 0;
  background-color: #1f5081;
  line-height: 1.4em;
  top: 0;
  z-index: 1;
}

body.back-channel .zone-1 .top-section .search-container form.form-search-results.clearfix.reset-function {
  float: right;
  left: -105px;
  top: -39px;
  position: relative;
  width: 60px;
}

body.back-channel .zone-1 .top-section .search-container form.form-search-results.clearfix.reset-function button {
  background-color: #ccc7c2;
  border-radius: 3px;
  color: #635a4f;
  z-index: 2;
}

body.back-channel .zone-1 .top-section .search-container form.form-search-results.clearfix.reset-function button::after {
  display: none;
}

body.back-channel .zone-1 .lower-section {
  background-image: url(/layout-images/publications/20190312backchannel/back-channel-foreground_tile.png);
  background-repeat: repeat-y;
  margin-top: -60px;
}

body.back-channel .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: 270px;
}

body.back-channel .zone-1 .bottom-section > .container {
  text-align: center;
}

body.back-channel .zone-1 .bottom-section .cta-button {
  margin-top: 60px;
}

body.back-channel .timeline {
  position: relative;
  max-width: 920px;
}

body.back-channel .timeline::after {
  -webkit-box-shadow: 2px 0 0 0 #faf6ea;
  box-shadow: 2px 0 0 0 #faf6ea;
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ef4237;
  top: 0;
  bottom: 0;
  margin-left: 27px;
  margin-top: 30px;
}

body.back-channel .chapter-boxes > .section {
  margin-bottom: 0;
}

body.back-channel .chapter-box {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  height: 350px;
  position: relative;
}

body.back-channel .chapter-box.section {
  margin-bottom: 0;
  margin-top: 60px;
}

body.back-channel .chapter-box .chapter-info {
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-box-shadow: inset 0 -200px 200px -70px #000;
  box-shadow: inset 0 -200px 200px -70px #000;
  float: left;
  height: 100%;
  margin-left: 3%;
  position: relative;
  width: 40%;
}

body.back-channel .chapter-box .info-container {
  color: #fff;
  padding: 30px 30px 30px 45px;
  position: absolute;
  bottom: 0;
  vertical-align: bottom;
}

body.back-channel .chapter-box .info-container h4 {
  color: #fff;
  line-height: 1.1em;
  padding-bottom: 10px;
}

body.back-channel .chapter-box .info-container p {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
  line-height: normal;
  margin-bottom: 0;
}

body.back-channel .chapter-box.chapter-box1 .chapter-info {
  background-image: url(/layout-images/interactives/back-channel/chapter-image_1.jpg);
}

body.back-channel .chapter-box.chapter-box2 .chapter-info {
  background-image: url(/layout-images/interactives/back-channel/chapter-image_2.jpg);
}

body.back-channel .chapter-box.chapter-box3 .chapter-info {
  background-image: url(/layout-images/interactives/back-channel/chapter-image_3.jpg);
}

body.back-channel .chapter-box.chapter-box4 .chapter-info {
  background-image: url(/layout-images/interactives/back-channel/chapter-image_4.jpg);
}

body.back-channel .chapter-box.chapter-box5 .chapter-info {
  background-image: url(/layout-images/interactives/back-channel/chapter-image_5.jpg);
}

body.back-channel .chapter-box.chapter-box6 .chapter-info {
  background-image: url(/layout-images/interactives/back-channel/chapter-image_6.jpg);
}

body.back-channel .chapter-box.chapter-box7 .chapter-info {
  background-image: url(/layout-images/interactives/back-channel/chapter-image_7.jpg);
}

body.back-channel .chapter-box.chapter-box8 .chapter-info {
  background-image: url(/layout-images/interactives/back-channel/chapter-image_8.jpg);
}

body.back-channel .chapter-box.chapter-box9 .chapter-info {
  background-image: url(/layout-images/interactives/back-channel/chapter-image_9.jpg);
}

body.back-channel .chapter-box .button {
  background-color: #ef4237;
  font-size: 0.7rem;
  text-transform: uppercase;
  white-space: nowrap;
}

body.back-channel .chapter-box .date-circle {
  background-color: #ef4237;
  border: 4px solid #ef4237;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #faf6ea;
  box-shadow: 0 0 0 2px #faf6ea;
  color: #fff;
  content: '';
  display: table;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
  height: 60px;
  line-height: 0.9em;
  position: relative;
  text-align: center;
  top: -92%;
  width: 60px;
  z-index: 1;
}

body.back-channel .chapter-box .date-circle span {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
}

body.back-channel .chapter-box .inner-box {
  height: 350px;
}

body.back-channel .chapter-box .document-list {
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom: 5px solid #e4e3dd;
  border-top: 5px solid #e4e3dd;
  display: inline-block;
  float: right;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 57%;
  position: relative;
  z-index: 90;
}

body.back-channel .chapter-box .document-list .doc-container {
  font-size: 1.2rem;
  line-height: 1.1em;
  padding-left: 15px;
}

body.back-channel .chapter-box .document-list .doc-container.divider {
  margin-bottom: 0;
  padding-bottom: 0;
}

body.back-channel .chapter-box .document-list .doc-container.divider:nth-last-child(1) {
  border-bottom: 0;
}

body.back-channel .chapter-box .document-list .doc-container strong {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.1em;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 70%;
}

body.back-channel .chapter-box .document-list .doc-container:hover {
  background-color: #faf6ea;
}

body.back-channel .chapter-box .document-list .doc-container:hover a {
  color: #ef4237;
}

body.back-channel .chapter-box .document-list .doc-container .col-15 {
  padding-top: 15px;
}

body.back-channel .chapter-box .document-list a {
  cursor: pointer;
}

body.back-channel .chapter-box.empty {
  height: 100px;
}

body.back-channel .chapter-box.empty .date-circle {
  top: -80%;
}

body.back-channel .chapter-box.empty .chapter-info {
  display: inline-block;
}

body.back-channel .chapter-box.empty .chapter-info p {
  display: none;
}

body.back-channel .chapter-box.empty .chapter-info .info-container {
  padding-bottom: 0;
  padding-top: 9px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.back-channel .chapter-box.empty .chapter-info .info-container h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

body.back-channel .chapter-box.empty .chapter-info .info-container.long-title {
  top: 42%;
}

body.back-channel .chapter-box.empty .document-list {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-size: 1.3rem;
  padding: 30px;
}

body.back-channel .chapter-box.empty .inner-box {
  height: 100px;
}

body.back-channel .slide-in-detail {
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 75vw;
  z-index: 99;
}

@media (max-width: 1024px) {
  body.back-channel .slide-in-detail {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}

body.back-channel .slide-in-detail .panel-container {
  background: #faf6ea;
  -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;
}

body.back-channel .slide-in-detail .panel-container .section {
  padding: 100px 1em 1em 1em;
}

body.back-channel .slide-in-detail .panel-container .section > p {
  font-size: 1.3rem;
}

body.back-channel .slide-in-detail .panel-container > .foreground {
  width: 100%;
}

body.back-channel .slide-in-detail .panel-container .document-container {
  margin: 10vh 30px 0;
}

body.back-channel .slide-in-detail .panel-container .document-container .col-left {
  float: left;
  width: 40%;
}

body.back-channel .slide-in-detail .panel-container .document-container .col-right {
  float: right;
  width: 60%;
}

body.back-channel .slide-in-detail .panel-container .title {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1em;
}

body.back-channel .slide-in-detail .panel-container .video {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 40%;
}

body.back-channel .slide-in-detail .panel-container .video .videoEmbed {
  margin-bottom: 0;
}

body.back-channel .slide-in-detail .panel-container .video strong {
  color: #ef4237;
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}

body.back-channel .slide-in-detail .panel-container .embed {
  margin-left: 30px;
  padding: 3px;
  overflow-y: scroll;
}

body.back-channel .slide-in-detail .panel-container .description {
  border-bottom: 1px solid #ef4237;
  color: #ef4237;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 0.9rem;
  line-height: 1em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

body.back-channel .slide-in-detail .panel-container .view-pdf {
  display: inline-block;
  margin: 15px auto;
}

body.back-channel .slide-in-detail .panel-container .view-pdf a {
  color: #fff;
}

body.back-channel .slide-in-detail .close-button {
  bottom: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  /* 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) */
}

body.back-channel .slide-in-detail .close-button button.close-panel {
  margin-bottom: 15px;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  left: 60px;
  position: relative;
  text-transform: uppercase;
}

body.back-channel .slide-in-detail .close-button button.close-panel:after {
  border: none;
}

body.back-channel .slide-in-detail .close-button button.close-panel .icon-cancel-circle {
  padding-left: 1em;
}

@media (max-width: 767px) {
  body.back-channel .slide-in-detail .close-button {
    padding-bottom: 10px;
  }
  body.back-channel .slide-in-detail .close-button button.close-panel {
    left: 0;
    margin: 0 auto;
    position: inline-block;
  }
}

@media (max-width: 1024px) {
  body.back-channel .zone-title h1 {
    background-position: center 90px;
    background-size: 40vw auto;
    height: 250px;
  }
  body.back-channel .zone-title h2 {
    background-position: right 20px;
    background-size: 220px auto;
    height: 250px;
  }
  body.back-channel .zone-1 {
    padding-bottom: 0;
  }
  body.back-channel .zone-1 .container {
    padding: 0 30px;
  }
  body.back-channel .zone-1 .foreground {
    width: 90vw;
  }
  body.back-channel .zone-1 .top-section, body.back-channel .zone-1 .lower-section, body.back-channel .zone-1 .bottom-section {
    background-size: 100% auto;
  }
  body.back-channel .zone-1 .top-section > .container {
    width: 82vw;
  }
  body.back-channel .zone-1 .top-section .search-container {
    padding: 0;
  }
  body.back-channel .zone-1 .top-section form.form-search-results.clearfix.reset-function {
    left: 0;
    margin-left: 500px;
  }
  body.back-channel .zone-1 .lower-section > .container {
    width: 90vw;
    padding-bottom: 120px;
  }
  body.back-channel .timeline {
    max-width: 80vw;
  }
  body.back-channel .chapter-box {
    height: 450px;
  }
  body.back-channel .chapter-box .inner-box {
    height: 200px;
  }
  body.back-channel .chapter-box .inner-box .chapter-info {
    float: none;
    margin-left: 5%;
    width: auto;
  }
  body.back-channel .chapter-box .document-list {
    border-top: none;
    float: none;
    margin-left: 5%;
    width: 76vw;
  }
  body.back-channel .chapter-box .date-circle {
    top: -51%;
  }
  body.back-channel .chapter-box .chapter-info {
    background-position: center -65px;
    background-size: 100% auto;
  }
  body.back-channel .slide-in-detail .close-button {
    padding-bottom: 60px;
  }
  body.back-channel .slide-in-detail .panel-container .video {
    bottom: 90px;
  }
}

@media (max-width: 767px) {
  body.back-channel {
    background-size: auto 400px;
  }
  body.back-channel .watermark {
    background-image: url(/layout-images/publications/20190312backchannel/back-channel-watermark.png);
    background-size: auto 700px;
  }
  body.back-channel .zone-title .col-left {
    border-right: none;
    padding-right: 0;
  }
  body.back-channel .zone-title h1 {
    background-position: center 20px;
    background-size: 50vw auto;
    height: 100px;
  }
  body.back-channel .zone-title h2 {
    background-position: center 20px;
  }
  body.back-channel .zone-1 .container {
    padding: 0 25px;
  }
  body.back-channel .zone-1 .top-section {
    background-position: center top;
  }
  body.back-channel .zone-1 .top-section .search-container form input[type="text"] {
    width: 250px;
  }
  body.back-channel .zone-1 .top-section .search-container form button {
    top: 10px;
  }
  body.back-channel .zone-1 .top-section .search-container form.form-search-results.clearfix.reset-function {
    left: -75px;
  }
  body.back-channel .zone-1 .chapter-box.chapter-box1 {
    height: 450px;
  }
  body.back-channel .zone-1 .chapter-box.chapter-box1 .date-circle {
    top: -51%;
  }
  body.back-channel .zone-1 .chapter-box .button {
    display: inline-block;
    margin-bottom: 15px;
  }
  body.back-channel .zone-1 .chapter-box .padded-less {
    padding: 5px;
  }
  body.back-channel .zone-1 .lower-section .foreground {
    padding-top: 30px;
  }
  body.back-channel .zone-1 .lower-section > .container strong {
    font-size: 1rem;
    padding-top: 15px;
  }
  body.back-channel .zone-1 .lower-section > .container .quotes p {
    font-size: 1.1rem;
  }
  body.back-channel .zone-1 .lower-section > .container .quotes p span {
    font-size: 0.9rem;
  }
  body.back-channel .zone-1 .lower-section > .container .info-container p {
    display: none;
  }
  body.back-channel .zone-1 .bottom-section {
    height: auto;
  }
  body.back-channel .zone-1 .bottom-section > .container {
    padding-top: 30px;
  }
  body.back-channel .timeline::after {
    margin-left: 6px;
    top: -15px;
  }
  body.back-channel .slide-in-detail .panel-container .title, body.back-channel .slide-in-detail .panel-container .description {
    width: 80%;
  }
  body.back-channel .slide-in-detail .panel-container .title {
    font-size: 1.7rem;
  }
  body.back-channel .slide-in-detail .panel-container .description {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  body.back-channel .slide-in-detail .panel-container #slideDocTextEmbed, body.back-channel .slide-in-detail .panel-container #slidePDFURL {
    display: none;
  }
  body.back-channel .slide-in-detail .panel-container .embed {
    display: none;
  }
  body.back-channel .slide-in-detail .panel-container .video {
    bottom: 0;
    display: block;
    margin-top: 15px;
    position: relative;
    width: 80%;
  }
  body.back-channel .slide-in-detail .panel-container .center {
    text-align: left;
  }
}

/*** style guide Table of contents ***/
.toc-bottom.style-guide {
  bottom: 0;
  color: #00a79d;
  font-size: 2em;
  height: auto;
  left: 0;
  position: fixed;
  width: 7em;
  z-index: 9999;
}

.toc-bottom.style-guide .actual-contents {
  background-color: #e6e7e8;
  -webkit-box-shadow: 10px 0 10px -8px #666;
  box-shadow: 10px 0 10px -8px #666;
  border-radius: 0 5px 5px 0;
  display: none;
  font-size: .5em;
  margin-bottom: 90px;
  padding: 15px 15px 3px 10px;
  width: auto;
}

.toc-bottom.style-guide .actual-contents a {
  color: #000;
}

.zone-title--jessica-mathews {
  background-image: url(/layout-images/about/jtm.jpg);
  background-color: black;
  background-position: bottom left;
}

.zone-title--jessica-mathews .divider {
  border-color: #a28556;
}

@media (max-width: 1024px) {
  .zone-title--jessica-mathews .hero-content {
    width: 55%;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .zone-title--jessica-mathews {
    background-position: bottom left -30%;
  }
  .zone-title--jessica-mathews .hero-content .section {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .zone-title--jessica-mathews {
    height: 300px;
    background-position: bottom left 50%;
  }
}

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

.zone-title--carnegie-podcast {
  background-image: url("/layout-images/podcasts/bg-banner_carnegie-podcast-new2.jpg");
  background-size: cover;
  height: 575px;
}

.zone-title--carnegie-podcast .section-inner {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  position: relative;
  width: 550px;
  top: 15vh;
}

.zone-title--carnegie-podcast .section-description {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  position: relative;
  top: 30vh;
  width: 80%;
}

@media (max-width: 1024px) {
  .zone-title--carnegie-podcast .section-inner {
    left: 10vw;
    width: 450px;
  }
  .zone-title--carnegie-podcast .section-description {
    left: 10vw;
  }
}

@media (max-width: 767px) {
  .zone-title--carnegie-podcast {
    background-position: -560px 0px;
  }
  .zone-title--carnegie-podcast .section-inner {
    left: 0;
    top: 27vh;
    width: 100%;
  }
  .zone-title--carnegie-podcast .section-description {
    font-size: 1.1rem;
    top: 35vh;
  }
}

.landing.carnegie-podcast {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing.carnegie-podcast em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: none;
}

.landing.carnegie-podcast .section .foreground {
  padding-bottom: 60px;
  padding-top: 60px;
}

.landing.carnegie-podcast .section-title {
  border: 2px solid #092e55;
  color: #092e55;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 60px;
  padding: 7.5px 15px;
  text-transform: uppercase;
  width: auto;
}

.landing.carnegie-podcast .subscribe p {
  color: #092e55;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.landing.carnegie-podcast .subscribe p em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.landing.carnegie-podcast .featured-episode {
  background-color: #e4e3dd;
  padding: 60px auto;
}

.landing.carnegie-podcast .featured-episode p {
  text-align: left;
}

.landing.carnegie-podcast .featured-episode .embed {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .landing.carnegie-podcast .section .foreground {
    padding-top: 30px;
  }
  .landing.carnegie-podcast .subscribe li {
    margin-right: 0;
    width: 100%;
  }
  .landing.carnegie-podcast .subscribe li a {
    margin-right: 0;
  }
}

.landing.world-unpacked {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing.world-unpacked .zone-title--world-unpacked {
  background-color: #f9d523;
  background-image: none;
  height: 475px;
}

.landing.world-unpacked .zone-title--world-unpacked .section-inner {
  margin: 0 auto;
  position: relative;
  width: 550px;
}

.landing.world-unpacked .zone-title--world-unpacked .section-description {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.landing.world-unpacked .zone-title--world-unpacked .section-description em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

@media (max-width: 1024px) {
  .landing.world-unpacked .zone-title--world-unpacked .section-description {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .landing.world-unpacked .zone-title--world-unpacked .section-inner {
    width: 100%;
  }
  .landing.world-unpacked .zone-title--world-unpacked .section-description {
    font-size: 1.1rem;
  }
}

.landing.world-unpacked .bordered-box--header .no-link {
  border: none;
}

.landing.world-unpacked em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: none;
}

.landing.world-unpacked .section .foreground {
  padding-bottom: 60px;
  padding-top: 60px;
}

.landing.world-unpacked .section-title {
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 60px;
  padding: 7.5px 15px;
  text-transform: uppercase;
  width: auto;
}

.landing.world-unpacked .button-big {
  background-color: #000;
  color: #f9d523;
}

.landing.world-unpacked .subscribe p {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.landing.world-unpacked .subscribe p em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.landing.world-unpacked .featured-episode {
  background-color: #e4e3dd;
  padding: 60px auto;
}

.landing.world-unpacked .featured-episode p {
  text-align: left;
}

.landing.world-unpacked .featured-episode .embed {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .landing.world-unpacked .section .foreground {
    padding-top: 30px;
  }
  .landing.world-unpacked .subscribe li {
    margin-right: 0;
    width: 100%;
  }
  .landing.world-unpacked .subscribe li a {
    margin-right: 0;
  }
}

.carnegie-podcast--special-brand {
  display: none;
  height: 30px;
  width: 100px;
}

.doc66220 .carnegie-podcast--special-brand, .doc66308 .carnegie-podcast--special-brand, .doc66350 .carnegie-podcast--special-brand, .doc66382 .carnegie-podcast--special-brand, .doc66447 .carnegie-podcast--special-brand {
  background-image: url("/layout-images/podcasts/logo_carnegie-podcast-us-elections-landing.png");
  background-repeat: no-repeat;
  background-size: 45% auto;
  border: 0 none;
  display: block;
  height: 2em;
  position: absolute;
  top: 0.5em;
  width: 20em;
}

.zone-title--grandtamasha {
  background-color: #510E8F;
  background-image: none;
  height: 600px;
}

.zone-title--grandtamasha .section-inner {
  margin: 0 auto;
  padding: 30px;
  position: relative;
  width: 400px;
}

.zone-title--grandtamasha .section-description {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.3rem;
  margin: 0 auto;
  position: relative;
  width: 80%;
}

.zone-title--grandtamasha .section-description em {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .zone-title--grandtamasha .section-inner {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .zone-title--grandtamasha .section-inner {
    left: 0;
    width: 100%;
  }
  .zone-title--grandtamasha .section-description {
    font-size: 0.9rem;
  }
}

.landing.carnegie-podcast.grandtamasha {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
}

.landing.carnegie-podcast.grandtamasha .bordered-box--header .no-link {
  border: none;
}

.landing.carnegie-podcast.grandtamasha em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-style: none;
}

.landing.carnegie-podcast.grandtamasha .section .foreground {
  padding-bottom: 60px;
  padding-top: 60px;
}

.landing.carnegie-podcast.grandtamasha .section-title {
  border: 2px solid #092e55;
  color: #092e55;
  display: inline-block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 60px;
  padding: 7.5px 15px;
  text-transform: uppercase;
  width: auto;
}

.landing.carnegie-podcast.grandtamasha .subscribe p {
  color: #510E8F;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.landing.carnegie-podcast.grandtamasha .subscribe p em {
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

.landing.carnegie-podcast.grandtamasha .subscribe .button-big {
  background-color: #510E8F;
  color: #FF05E6;
}

.landing.carnegie-podcast.grandtamasha .featured-episode {
  background-color: #e4e3dd;
  padding: 60px auto;
}

.landing.carnegie-podcast.grandtamasha .featured-episode p {
  text-align: left;
}

.landing.carnegie-podcast.grandtamasha .featured-episode .embed {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .landing.carnegie-podcast.grandtamasha .section .foreground {
    padding-top: 30px;
  }
  .landing.carnegie-podcast.grandtamasha .subscribe li {
    margin-right: 0;
    width: 100%;
  }
  .landing.carnegie-podcast.grandtamasha .subscribe li a {
    margin-right: 0;
  }
}

.carnegie-podcast--special-brand {
  display: none;
  height: 30px;
  width: 100px;
}

.doc66220 .carnegie-podcast--special-brand, .doc66308 .carnegie-podcast--special-brand, .doc66350 .carnegie-podcast--special-brand, .doc66382 .carnegie-podcast--special-brand, .doc66447 .carnegie-podcast--special-brand {
  background-image: url("/layout-images/podcasts/logo_carnegie-podcast-us-elections-landing.png");
  background-repeat: no-repeat;
  background-size: 45% auto;
  border: 0 none;
  display: block;
  height: 2em;
  position: absolute;
  top: 0.5em;
  width: 20em;
}

.show .zone-title img.section-title__thumbnail {
  margin-bottom: 30px;
  margin-left: -10px;
  max-width: 25%;
}

@media (max-width: 767px) {
  .show .zone-title img.section-title__thumbnail {
    margin-left: -5px;
    max-width: 35%;
  }
}

.show .engage-box--carnegie-podcast form {
  background-image: none;
}

.show .engage-box--carnegie-podcast .smaller-text {
  font-size: 1rem;
}

.carnegie-podcast--special-brand-show {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 1em;
}

body.doc65068 .carnegie-podcast--special-brand-show {
  background-image: url("/layout-images/podcasts/logo_carnegie-podcast-us-elections-show.png");
  display: inline-block;
  height: 50px;
  width: 100%;
}

.alumni-network-directory .all {
  display: inline-table;
  width: 90%;
}

.alumni-network-directory .metadata {
  color: #333;
}

.alumni-network-directory .metadata b {
  font-family: "GaramondPremierW08-Semb1166454", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
}

.alumni-network-directory button.center {
  margin: 0 auto;
}

.alumni-network-directory .zone-1 .carousel.slide .carousel-inner > .item .slide-content {
  bottom: 0;
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  margin: 0;
  padding-bottom: 2em;
  position: relative;
  width: 100%;
}
