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

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

Primary style

-------------------------------- */
/* html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
/* *,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 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;
}

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

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

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

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

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

.header-wrap .primary.experts .button, button,
[type='submit'],
.button, .button-alt, .button--reverse,
.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,
.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,
.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,
.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;
}

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

.header-wrap .container-max-width, .cols, .clearfix {
  clear: both;
}

.header-wrap .container-max-width:before, .cols:before, .clearfix:before, .header-wrap .container-max-width:after, .cols:after, .clearfix: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 .clearfix {
  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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.header-wrap .navResource > li > a > span[class*="icon-"] {
  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 {
  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 {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.search-result-filters__filter .ceip-icon: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;
  }
}


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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col {
  float: left;
}

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

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

.col-100 {
  width: 100%;
}

.col-90 {
  width: 90%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-75 {
  width: 75%;
}

.col-70 {
  width: 70%;
}

.col-66 {
  width: 66.5%;
}

.col-60 {
  width: 60%;
}

.col-50 {
  width: 50%;
}

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

.col-40 {
  width: 40%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.3333%;
}

.col-25 {
  width: 25%;
}

.col-20 {
  width: 20%;
}

.col-16 {
  width: 16.6666667%;
}

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

.col-15 {
  width: 15%;
}

.col-10 {
  width: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.button-big {
  text-transform: uppercase;
  font-size: 120%;
}


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

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

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

@font-face {
  font-family: "Digital";
  src: url("/fonts/fdeee13a-5c91-454f-b86c-2876fd8dee29.eot?#iefix");
  src: url("/fonts/fdeee13a-5c91-454f-b86c-2876fd8dee29.eot?#iefix") format("eot"), url("/fonts/4b6bc67d-5a81-4ce4-bd54-2878bdbc7a0b.woff2") format("woff2"), url("/fonts/7a08c9e3-de9e-4883-adb4-660a33058a94.woff") format("woff"), url("/fonts/b0b194b7-5727-4a79-a802-6c0935da8459.ttf") format("truetype");
}

body.new-start .scrollContainer {
  height: 100%;
  margin: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

body.new-start section.demo {
  font-size: 0;
  text-align: center;
}

body.new-start .section {
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 3;
}

body.new-start .footer {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
  z-index: 99;
}

body.new-start .footer .section {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}

body.new-start .footer .footer-logo {
  display: inline-block;
}

body.new-start .light-blue-text {
  color: #3183B1;
}

body.new-start .red {
  color: #EF4438;
}

body.new-start .dark-blue {
  color: #0C2747;
}

body.new-start .extra-padded {
  padding: 30px 0;
}

body.new-start .intro {
  background-color: #171a21;
  background-image: url(/layout-images/interactives/new-start/hdr-newSTART.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  overflow: hidden;
  position: relative;
}

body.new-start .intro .foreground {
  width: 100%;
}

body.new-start .intro h1 {
  text-shadow: 2px 2px #3183B1;
  color: #fff;
  font-size: 4rem;
}

body.new-start .intro h1 span {
  display: block;
  font-size: 1.5rem;
  text-shadow: none;
}

body.new-start .intro .timer-container {
  margin-left: 35%;
}

body.new-start .intro .timer {
  color: red;
  font-family: "Digital";
  font-size: 6rem;
}

body.new-start .intro .timer span {
  font-size: 1rem;
  padding: 0 1em;
  text-transform: uppercase;
}

body.new-start .background-video.first {
  background-color: #0C2747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  overflow: hidden;
  position: relative;
}

body.new-start .background-video.first .foreground {
  width: 100%;
}

body.new-start .background-video.first video {
  background: url(/layout-images/interactives/new-start/Plide-Video-1-Still.jpg) no-repeat;
}

body.new-start .background-video.second {
  background-color: #3183B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

body.new-start .background-video.second video {
  background: url(/layout-images/interactives/new-start/Slide-Video-2-Still.jpg) no-repeat;
}

body.new-start .background-video.second .video-container {
  top: -55%;
}

body.new-start .background-video .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -25%;
}

body.new-start .background-video video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.new-start .background {
  padding: 60px 0;
  position: relative;
  z-index: 5;
}

body.new-start .background.white {
  background-color: #fff;
}

body.new-start .background.background-blue {
  background-color: #3183B1;
  background-image: url(/layout-images/interactives/new-start/SlashyLines-lightblue.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #fff;
  font-size: 1.5rem;
}

body.new-start .background.background-blue h2 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
}

body.new-start .background.background-blue h2.dark-blue {
  color: #0C2747;
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
}

body.new-start .background.background-red {
  background-color: #EF4438;
  background-image: url(/layout-images/interactives/new-start/SlashyLines-red.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #fff;
  font-size: 1.5rem;
}

body.new-start .background.background-red h2 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
}

body.new-start .background.gray {
  background-color: #C7C8C9;
  background-image: url(/layout-images/interactives/new-start/SlashyLines-grey.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #0C2747;
}

body.new-start .background.gray h2 {
  color: #0C2747;
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
}

body.new-start .background.dark-blue {
  background-color: #0C2747;
  background-image: url(/layout-images/interactives/new-start/SlashyLines-darkblue.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #fff;
}

body.new-start .background.dark-blue h2 {
  color: #fff;
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
}

body.new-start .background.dark-blue h3 {
  color: #fff;
}

body.new-start .background p.highlight {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

body.new-start .start-text {
  padding-bottom: 80px;
}

body.new-start .start-text p {
  margin-bottom: 0;
}

body.new-start .intro {
  border-top: none;
  display: block;
  position: relative;
  z-index: 3;
}

body.new-start .intro .foreground {
  margin-top: 75px;
  margin-bottom: 30px;
}

body.new-start .intro h3 {
  color: #000;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

body.new-start .matters {
  background-image: url(/layout-images/interactives/new-start/Trident.png);
  background-position: bottom right;
  background-size: 60%;
  background-repeat: no-repeat;
  color: #0C2747;
}

body.new-start .matters h2 {
  color: #0C2747;
  font-family: "Frutiger Neue LT W06 Bold It", "Arial Black", Gadget, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
}

body.new-start .matters p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

body.new-start .matters strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

body.new-start .does .col-50 .gutters {
  padding: 30px 75px;
}

body.new-start .does strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

body.new-start .does p.extra-padded {
  padding-top: 0;
}

body.new-start .does .background-red {
  background-color: #EF4438;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding: 0.7em;
}

body.new-start .does .pic {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  padding-top: 200px;
}

body.new-start .does .pic h6 {
  background-color: #EF4438;
  color: #fff;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  padding: 0.7em;
}

body.new-start .does .pic:hover h6 {
  background-color: #0C2747;
}

body.new-start .does .warheads {
  background-image: url(/layout-images/interactives/new-start/StockpiledWeapons.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  padding-top: 110px;
}

body.new-start .does .testing {
  background-image: url(/layout-images/interactives/new-start/Research.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 80px;
  padding-top: 110px;
}

body.new-start .does .missiles {
  background-image: url(/layout-images/interactives/new-start/Missiles.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  padding-top: 110px;
}

body.new-start .does .strike {
  background-image: url(/layout-images/interactives/new-start/LongRange.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  padding-top: 110px;
}

body.new-start .types .icon {
  margin-bottom: 30px;
}

body.new-start .types strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

body.new-start .types .us {
  background-image: url(/layout-images/interactives/new-start/USNumbers.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 20px 0 0 60px;
}

body.new-start .types .russia {
  background-image: url(/layout-images/interactives/new-start/RussiaNumbers.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 20px 0 0 60px;
}

body.new-start .types .icbm {
  background-image: url(/layout-images/interactives/new-start/WhiteMissile.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 80%;
  padding: 20px 0 0 80px;
}

body.new-start .types .warheads {
  background-image: url(/layout-images/interactives/new-start/WhiteWarhead.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 80%;
  padding: 20px 0 0 80px;
}

body.new-start .types .launchers {
  background-image: url(/layout-images/interactives/new-start/WhitePlane.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 80%;
  padding: 20px 0 0 80px;
}

body.new-start .inspections p {
  font-size: 1.2rem;
}

body.new-start .inspections .timeline-section {
  display: block;
  height: 520px;
  margin: 60px auto;
  width: 1000px;
}

body.new-start .inspections .graphic {
  background-image: url(/layout-images/interactives/new-start/Timeline-1500px.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}

body.new-start .inspections .video {
  margin: 0 auto;
  width: 70%;
}

body.new-start .inspections .video .videoEmbed {
  border-bottom: none;
}

body.new-start .inspections .inspection {
  background-color: #EF4438;
  background-image: url(/layout-images/interactives/new-start/MagnifyingGlass.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 50%;
  bottom: 50px;
  color: #fff;
  display: block;
  font-family: "Frutiger Neue LT W06 Book", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0 auto;
  padding: 30px;
  position: absolute;
  right: 150px;
  width: 20%;
}

body.new-start .inspections .inspection span {
  font-size: 2.5em;
  display: block;
  float: left;
  padding: 15px 15px 60px 0;
}

body.new-start .arguments .col .gray {
  background-color: #C7C8C9;
  padding: 30px;
}

body.new-start .arguments .col .gray strong {
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
}

body.new-start .arguments .button.red {
  background-color: #EF4438;
  color: #fff;
}

body.new-start .arguments .button.red.more-less-trigger::after {
  border: none;
  content: "\25" !important;
  font-family: "ceip-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
}

body.new-start .arguments .button.red.more-less-trigger.less {
  display: block;
  margin: 0 auto;
  width: 10%;
}

body.new-start .arguments .button.red.more-less-trigger.less::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  margin-left: -7px;
}

body.new-start .arguments .reveal-this {
  color: #3d3d3d;
}

body.new-start .ends strong.red {
  display: block;
  font-family: "Frutiger Neue LT W06 Bold", "Arial Black", Gadget, sans-serif;
  font-size: 1.2rem;
  line-height: 1.1em;
  padding: 0 0 15px 0;
}

body.new-start .ends p {
  font-size: 1.2rem;
}

body.new-start .ends .costs {
  background-image: url(/layout-images/interactives/new-start/BallooningCosts.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 35%;
  padding: 0px 0 0 160px;
}

body.new-start .ends .info-gap {
  background-image: url(/layout-images/interactives/new-start/InfoGap.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  padding: 30px 0 0 160px;
}

body.new-start .ends .more-weapons {
  background-image: url(/layout-images/interactives/new-start/MoreBombs.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  padding: 0px 0 0 160px;
}

body.new-start .ends .future {
  background-image: url(/layout-images/interactives/new-start/FutureAgreements.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 35%;
  padding: 30px 0 0 160px;
}

body.new-start .photos-slides {
  position: relative;
  z-index: 5;
}

body.new-start .background-photo {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.3);
  height: 100vh;
  width: 100%;
}

body.new-start .background-photo.women-voting {
  background-image: url(/layout-images/interactives/india-elects-2019/WomenVotingCards.jpg);
}

body.new-start .background-photo.crowd {
  background-image: url(/layout-images/interactives/india-elects-2019/Crowds.jpg);
}

body.new-start .background-photo.person-voting {
  background-image: url(/layout-images/interactives/india-elects-2019/PersonVoting.jpg);
}

body.new-start .background-photo.poster {
  background-image: url(/layout-images/interactives/india-elects-2019/ElectionPoster.jpg);
}

body.new-start .conclusion {
  border-top: none;
}

body.new-start .conclusion .doc-related {
  display: inline-block;
  margin: 0 0 60px 0;
  width: 970px;
}

body.new-start .conclusion .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%;
}

body.new-start .conclusion .doc-related .doc-related__item {
  background-color: transparent;
  float: left;
  margin-right: 30px;
  width: 220px;
}

body.new-start .conclusion .doc-related .doc-related__item:last-child {
  margin-right: 0;
}

body.new-start .conclusion .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%;
}

body.new-start .conclusion .doc-related .doc-related__item a .title {
  line-height: 1.1em;
  margin-bottom: 7.5px;
}

body.new-start .conclusion .doc-related .doc-related__item a .title:hover {
  text-decoration: underline;
}

body.new-start .conclusion .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;
}

body.new-start .conclusion .doc-related .doc-related__item a .small-text em {
  font-family: "Frutiger Neue LT W06 Book It", Arial, sans-serif;
  font-variant: none;
}

@media (max-width: 1024px) {
  body.new-start .intro {
    background-color: #EF4438;
    height: 47vh;
  }
  body.new-start .intro .timer-container {
    margin-left: 15%;
  }
  body.new-start .does .pic {
    padding-top: 150px;
  }
  body.new-start .does .pic h6 {
    font-size: 0.9rem;
  }
  body.new-start .does .col.col-25 {
    width: 50%;
  }
  body.new-start .inspections .video {
    width: 90%;
  }
  body.new-start .inspections .inspection {
    right: 30px;
    width: 40%;
  }
  body.new-start .arguments .button.red.more-less-trigger.less::after {
    margin-left: -12px;
  }
  body.new-start .ends .col-50 {
    width: 100%;
  }
  body.new-start .ends .col-50 .gutters p {
    margin-bottom: 30px;
  }
  body.new-start .conclusion .doc-related {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: 0;
    margin-right: 0;
    width: 92.5vw;
  }
  body.new-start .conclusion .doc-related .doc-related__item {
    margin-right: 2.8vw;
    margin-top: 30px;
    width: 41vw;
  }
  body.new-start .conclusion .doc-related .doc-related__item a {
    background-size: auto 16vh;
    padding-top: 17vh;
  }
}

@media (max-width: 767px) {
  body.new-start .intro {
    height: 60vh;
  }
  body.new-start .intro .foreground {
    margin-top: 60px;
  }
  body.new-start .intro .timer-container {
    margin-left: 30px;
  }
  body.new-start .intro .timer {
    font-size: 2.9rem;
  }
  body.new-start .intro h1 {
    font-size: 3rem;
  }
  body.new-start .background-video.first {
    height: 30vh;
  }
  body.new-start .background-video.second {
    height: 30vh;
  }
  body.new-start .background-video video {
    height: 130%;
  }
  body.new-start .background-video.second video {
    height: 110%;
  }
  body.new-start .matters {
    background-image: url(/layout-images/interactives/new-start/Trident-Mobile.png);
    background-size: 100% auto;
    padding-bottom: 210px;
  }
  body.new-start .does .pic {
    display: block;
  }
  body.new-start .does h6 {
    margin-bottom: 0;
  }
  body.new-start .does .col-25 .gutters {
    margin-bottom: 30px;
  }
  body.new-start .types .warheads, body.new-start .types .launchers {
    background-size: auto 60%;
  }
  body.new-start .inspections .timeline-section {
    height: 820px;
    margin: 60px auto;
    width: 100%;
  }
  body.new-start .inspections .inspection {
    bottom: 0;
    position: relative;
    right: 0;
    width: 85%;
  }
  body.new-start .inspections .graphic {
    background-image: url(/layout-images/interactives/new-start/Timeline-Graphic-Mobile-View.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
  }
  body.new-start .arguments .col-50 {
    margin-bottom: 30px;
  }
  body.new-start .ends .more-weapons {
    background-position: top center;
    background-size: auto 140px;
    padding: 160px 0 30px 0px;
  }
  body.new-start .ends .info-gap {
    background-position: top center;
    background-size: auto 140px;
    padding: 160px 0 30px 0px;
  }
  body.new-start .ends .costs {
    background-position: top center;
    background-size: auto 140px;
    padding: 160px 0 30px 0px;
  }
  body.new-start .ends .future {
    background-position: top center;
    background-size: auto 140px;
    padding: 160px 0 30px 0px;
  }
  body.new-start .conclusion .doc-related {
    background-color: transparent;
    padding: 0;
    width: 100%;
  }
  body.new-start .conclusion .doc-related .doc-related__item {
    min-height: auto;
    width: 100%;
    margin: 0 0 30px 0;
  }
  body.new-start .conclusion .doc-related .doc-related__item:nth-child(odd) {
    margin-right: 0;
  }
  body.new-start .conclusion .doc-related .doc-related__item:nth-child(even) {
    margin-left: 0;
  }
  body.new-start .conclusion .doc-related .doc-related__item a {
    background-size: auto 28vh;
    padding-top: 29vh;
  }
}

@media screen and (max-height: 800px) and (max-width: 400px) {
  body.new-start .intro h1 {
    font-size: 2.5rem;
  }
  body.new-start .intro .timer-container {
    margin-left: 15px;
  }
  body.new-start .background-video.first {
    height: 60vh;
  }
  body.new-start .background-video.first h1 {
    padding-top: 230px;
  }
}
