/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-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"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 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;
}
/*# sourceMappingURL=http://local.arrays.co:8011/static/build/app.css.map */
body {
  font-family: ConduitITCStd-Light, Arial, Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  letter-spacing: 0.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.type-bold {
  font-family: ConduitITCStd-Bold, Arial, Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold, 700, bolder;
  font-style: normal;
}
.type-light {
  font-family: ConduitITCStd-Light, Arial, Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: lighter, 300;
  font-style: normal;
}
/* Part of general utilities for Schema Design */
.schema-tooltip-base {
  position: absolute;
  z-index: 200;
  transform: translate(-50%, -100%);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.schema-tooltip {
  background-color: white;
  pointer-events: none;
}
/* Applied to the .schema-tooltip element if the tooltip is wider than the window (taking buffer into account) */
.schema-tooltip-down-arrow {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  transform: translate(-50%, 0);
}
.schema-tooltip-up-arrow {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  transform: translate(-50%, 0);
}
.schema-tooltip-right-arrow {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  transform: translate(0, -50%);
}
.schema-tooltip-left-arrow {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  transform: translate(0, -50%);
}
.schema-tooltip-right {
  transform: translate(0, -50%);
}
.schema-tooltip-left {
  transform: translate(-100%, -50%);
}
.schema-tooltip-bottom {
  transform: translate(-50%, 0);
}
/* Part of general utilities for Schema Design */
.schema-menu-title {
  cursor: pointer;
}
.schema-menu-title-inner {
  display: inline-block;
  vertical-align: middle;
}
.schema-menu-contents {
  display: none;
  position: absolute;
  z-index: 99999;
  background: white;
}
.schema-menu-item {
  cursor: pointer;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  box-sizing: border-box;
  width: 100%;
}
body {
  width: 100%;
  font-family: ConduitITCStd-Light, Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.25px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.everything {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #272d32;
}
.content-wrapper {
  width: 100%;
  transition: transform 0.4s ease;
  background: white;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: none;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.schema-tooltip {
  padding: 10px;
  white-space: nowrap;
  text-align: center;
  background: #4d585d;
  color: white;
}
.schema-tooltip.schema-tooltip-width-constrained {
  white-space: normal;
}
.schema-tooltip-down-arrow {
  border-top-color: #4d585d;
}
.schema-tooltip-up-arrow {
  border-bottom-color: #4d585d;
}
.schema-tooltip-right-arrow {
  border-left-color: #4d585d;
}
.schema-tooltip-left-arrow {
  border-right-color: #4d585d;
}
.content {
  display: none;
}
.main-svg {
  width: 100%;
  height: 100%;
}
/*
12 shades of gray (#4d585d)
01 #131516
02 #272d2f
03 #3a4245
04 #4d585d  top nav
05 #616f75
06 #74848b
07 #8a989e  filter panel title
08 #a3aeb2
09 #bac2c5
10 #d0d5d8  filter panel selected
11 #e9ebec  filter panel bg
12 fffffff
*/
.export {
  display: none;
  position: fixed;
  left: 20px;
  bottom: 120px;
  background: white;
  border: 1px solid black;
  padding: 20px 40px;
}
.export ul {
  padding: 0;
  list-style-type: none;
}
.export li {
  line-height: 1.5em;
}
.mobile-menu-expanded .content-wrapper {
  transform: translate(-300px, 0);
}
.page-block,
.top-nav.ssr {
  transition: transform 0.4s ease;
}
.mobile-menu-expanded {
  background-color: #272d32;
}
.mobile-menu-expanded .page-block,
.mobile-menu-expanded .top-nav.ssr {
  transform: translate(-300px, 0);
}
.page-block {
  padding-top: 4.5rem;
  color: #4f585d;
  background-color: #fff;
}
@media (min-width: 880px) {
  .page-block {
    padding-top: 3.5rem;
  }
}
.page-block a {
  color: #4f585d;
}
.page-block section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-block h1 {
  text-align: center;
  letter-spacing: 0.89px;
  text-transform: uppercase;
}
.page-block h2 {
  font-size: 2em;
  text-transform: uppercase;
}
.header-sub-text {
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 1.375em;
  line-height: 1.625rem;
  letter-spacing: 1.63px;
  text-align: center;
}
.footer-content {
  width: 100%;
  background-color: #4d585d;
}
.footer-content .contents {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 3.375rem 2.375rem;
  font-size: 1.125em;
  line-height: 1.25em;
  color: #fff;
}
@media (max-width: 720px) {
  .footer-content .contents {
    padding: 2.5rem 1.75rem;
    font-size: 1em;
  }
  .footer-content .contents .text {
    margin: 0.25rem 0;
  }
}
.footer-content a {
  color: #f89e35;
  font-weight: 600;
}
.footer-content .mobile-footer-break {
  display: none;
}
@media (max-width: 720px) {
  .footer-content .mobile-footer-break {
    display: block;
  }
}
.top-nav {
  position: relative;
  width: 100%;
  background-color: #4d585d;
  height: 60px;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  /* GG Remove for lighter weight */
}
.top-nav .logo {
  display: inline-block;
  height: 60px;
  float: right;
}
.top-nav .logo img {
  margin-top: 10px;
  height: 40px;
}
.top-nav .logo .first,
.top-nav .logo.first {
  margin-left: 10px;
  margin-right: 10px;
}
.top-nav .language {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 60px;
  text-transform: uppercase;
  transform: translateY(2px);
  letter-spacing: 1px;
  color: #ccc;
}
.top-nav .language a {
  color: #aaa;
  text-decoration: none;
}
.top-nav .language a.selected {
  color: #eee;
}
.top-nav .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: none;
  /* GG removing this breaks all other links
                             because width is set to 100% */
}
.top-nav .title .main {
  width: 160px;
  margin: 12px 0 0 10px;
  font-size: 18px;
  line-height: 18px;
  pointer-events: all;
}
@media (max-width: 320px) {
  .top-nav .title .main {
    margin-left: 20px;
  }
}
@media (min-width: 720px) {
  .top-nav .title .main {
    margin: 0;
    width: auto;
    font-size: 25px;
    line-height: 60px;
  }
}
.top-nav .tab {
  display: inline-block;
  height: 100%;
  padding: 0 0.25em;
  baseline-shift: 10px;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 60px;
  transform: translateY(2px);
  letter-spacing: 1px;
  color: #fff;
}
.top-nav .tab.background {
  float: right;
}
.top-nav .tab.selected {
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  color: #f89e35;
}
@media print {
  .top-nav .tab.selected {
    color: #4d585d;
  }
}
.top-nav .tab:hover,
.top-nav .tab.active,
.top-nav .tab.active a {
  color: #f89e35;
}
.top-nav .menu-button {
  display: none;
}
.mobile-menu-expanded .menu-button {
  opacity: 0;
}
@media (max-width: 720px) {
  .top-nav .language {
    display: none;
  }
  .top-nav .about {
    display: none;
  }
  .top-nav .tab {
    cursor: default;
  }
  .top-nav .menu-button {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 20px;
    background: url(../img/hamburger-menu.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: opacity 0.4s linear;
  }
}
.tab.about {
  margin-left: 10px;
}
.tab a {
  color: #fff;
}
.tab a:hover {
  color: #f89e35;
}
/*
  mobile nav overrides
*/
@media (max-width: 720px) {
  .tab {
    display: none !important;
  }
  .tab.main {
    display: inline-block !important;
  }
  .logo {
    float: left !important;
  }
  a {
    color: #fff;
  }
}
.mobile-menu {
  display: none;
  background-color: #272d32;
}
.mobile-menu-expanded .mobile-menu {
  transform: translate(0, 0);
  display: block;
}
@media (max-width: 720px) {
  .mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    transform: translate(100%, 0);
    transition: transform 0.4s ease;
    font-family: ConduitITCStd-Light, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
  }
  .mobile-menu .close-button {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 30px;
    height: 20px;
    background: url(../img/menu-close-icon.svg) center center no-repeat;
    background-size: contain;
  }
  .mobile-menu .menu-item {
    color: white;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #444;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
  }
  .mobile-menu .menu-item.facebook img {
    height: 18px;
    margin-top: 20px;
  }
  .mobile-menu .menu-item.twitter img {
    height: 16px;
    margin-top: 22px;
  }
  .mobile-menu .menu-item.weibo img {
    height: 16px;
    margin-top: 22px;
  }
  .mobile-menu .menu-item:hover {
    background-color: #f89e35;
  }
  .mobile-menu .menu-item:hover .close,
  .mobile-menu .menu-item:hover.close {
    background-color: #272d32;
  }
}
.main-content {
  position: relative;
  background-color: #fafafa;
}
.main-content .filter-bar {
  width: 100%;
  height: 40px;
  background-color: #fff;
  /* #d0d5d8; */
  border-bottom: 1px solid #dcdcdc;
  color: #a3aeb2;
  font-size: 20px;
  vertical-align: middle;
  letter-spacing: 0.25px;
  z-index: 10;
  overflow: hidden;
}
.main-content .filter-bar .schema-menu {
  float: left;
  width: auto;
  height: 40px;
  padding: 0 0 0 0px;
  /* GG keep? Or 20px? */
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
}
.main-content .filter-bar .schema-menu .schema-menu-title {
  height: 40px;
  line-height: 42px;
  padding: 0 0 0 20px;
  background-color: #fff;
  /* #8a989e; */
  color: #4d585d;
  letter-spacing: 0;
}
.main-content .filter-bar .schema-menu .schema-menu-title:hover {
  color: #f89e35;
}
.main-content .filter-bar .schema-menu .schema-menu-contents {
  padding: 10px 0;
  border: 1px solid #dcdcdc;
  border-top: none;
  font-size: 20px;
  line-height: 20px;
}
.main-content .filter-bar .schema-menu .schema-menu-item {
  display: block;
  /* GG media query > remove this for small devices */
  padding: 5px 20px;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
}
.main-content .filter-bar .schema-menu .schema-menu-item.schema-selected {
  color: #4d585d;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
}
.main-content .filter-bar .schema-menu .schema-menu-item:hover {
  background-color: #fafafa;
  color: #f89e33;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
}
.main-content .filter-bar .filter-bar-button {
  float: left;
  margin-left: 40px;
  line-height: 40px;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  color: #4d585d;
  cursor: pointer;
}
.main-content .filter-bar .filter-bar-button:hover {
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  color: #f89e35;
}
.main-content .filter-bar .reset-button {
  display: none;
}
.main-content .filter-bar .right {
  float: right;
  line-height: 40px;
  transform: translateY(0px);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4d585d;
}
.main-content .filter-bar .right .button {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px 0 0;
}
.main-content .filter-bar .right .button img {
  vertical-align: middle;
}
.main-content .filter-bar .right .button.facebook img {
  height: 18px;
}
.main-content .filter-bar .right .button.twitter img {
  height: 16px;
}
.main-content .filter-bar .right .button.weibo img {
  height: 16px;
}
.main-content .filter-bar .right .button.print {
  padding: 0 20px 0 0;
}
.main-content .filter-bar .right .button.print img {
  height: 18px;
}
@media print {
  .main-content .filter-bar {
    display: none;
  }
}
.main-content .more-options-bar {
  display: none;
}
.main-content .map {
  position: relative;
  /*
    display: inline-block;
    float: left;
    */
  /* background-color: #aaa; /* !! GG debug Delete */
}
.main-content .divider {
  /* display: none; /* GG - Overlaps industry description,
                           Fix this before showing */
  position: absolute;
  height: 100%;
  right: 50%;
  border-right: 1px solid #dcdcdc;
}
@media (max-width: 879px) {
  .main-content .divider {
    display: none;
  }
}
.main-content .scroll-prompt {
  position: fixed;
  width: 100%;
  font-family: ConduitITCStd-Light, Arial, Helvetica, sans-serif;
  font-size: 40px;
  text-align: center;
  bottom: 100px;
  color: #888;
  transform: rotate(-45deg);
}
@media print {
  .main-content .scroll-prompt {
    display: none;
  }
}
.main-content .timeline {
  display: flex;
  position: fixed;
  /* relative; */
  bottom: 0;
  left: 0;
  /* 200px; */
  width: 100%;
  height: 80px;
  padding: 0px;
  border-top: 1px solid #dcdcdc;
  z-index: 20;
}
.main-content .timeline .timeline-svg {
  flex-grow: 1;
  height: 100%;
  background-color: #fff;
}
.main-content .timeline .play-button {
  background: url('../img/icon-play.svg');
  width: 60px;
  height: 100%;
  cursor: pointer;
}
.main-content .timeline .play-button.playing {
  background: url('../img/icon-pause.svg');
}
.main-content .timeline .handle-icon {
  fill: url(http://www.us-china-fdi.com/static/build/app.css#handle-pattern);
}
@media print {
  .main-content .timeline {
    display: none;
  }
}
.main-content .details-section-container {
  display: flex;
  justify-content: space-around;
}
.main-content .details-section-container .details-section {
  width: 200px;
}
@media (max-width: 440px) {
  .main-content .details-section-container .details-section {
    width: 185px;
  }
}
@media (min-width: 880px) {
  .main-content .details-section-container .details-section {
    width: 420px;
  }
}
@media (min-width: 1760px) {
  .main-content .details-section-container .details-section {
    width: 860px;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .main-content .details-section-container {
    margin-top: 0;
  }
}
@media (max-width: 440px) {
  .main-content .details-summary-container {
    justify-content: center;
  }
}
.main-content .details-title-container {
  margin-bottom: 20px;
}
.main-content .details-title-container .us-details-title,
.main-content .details-title-container .cn-details-title {
  display: inline-flex;
  margin: 0 10px;
  padding-right: 10px;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  line-height: 30px;
  font-size: 25px;
}
.main-content .details-title-container .us-details-title {
  color: #f89e35;
  /* #feaf8f; */
}
.main-content .details-title-container .cn-details-title {
  color: #51a7cd;
  /* #7abcd8; */
}
@media print {
  .main-content .details-title-container .us-details-title {
    color: #4d585d;
  }
  .main-content .details-title-container .cn-details-title {
    color: #4d585d;
  }
}
@media (max-width: 440px) {
  .main-content .details-title-container .us-details-title {
    margin: 10px 5px 10px 10px;
  }
  .main-content .details-title-container .cn-details-title {
    margin: 10px 10px 10px 5px;
  }
}
@media (max-width: 375px) {
  .main-content .details-title-container {
    margin-bottom: 0;
  }
}
.main-content .top5-container {
  margin-bottom: 20px;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #8b8e96;
}
@media (max-width: 320px) {
  .main-content .top5-container .usa-top5 {
    transform: scale(0.79);
    transform-origin: top left;
    margin-left: 10px;
  }
  .main-content .top5-container .china-top5 {
    transform: scale(0.79);
    transform-origin: top left;
    margin-left: 10px;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .main-content .top5-container .usa-top5 {
    transform: scale(0.93);
    transform-origin: top left;
    margin: 0 10px;
  }
  .main-content .top5-container .china-top5 {
    transform: scale(0.93);
    transform-origin: top left;
    margin: 0 10px;
  }
}
.main-content .top5-container .top5-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-content .top5-container .top5-name {
  display: inline-block;
}
.main-content .top5-container .top5-name .top5-number {
  margin-right: 0;
  font-family: ConduitITCStd-Light, Arial, Helvetica, sans-serif;
}
@media (max-width: 375px) {
  .main-content .top5-container {
    margin-bottom: -40px;
  }
}
.main-content .industry-description-container {
  padding-bottom: 2em;
  font-size: 20px;
  line-height: 30px;
  color: #8b8e96;
  position: relative;
  background-color: #fafafa;
  z-index: 5;
}
.main-content .industry-description-container .title {
  padding-top: 20px;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-content .industry-description-container .description {
  display: inline-block;
}
.main-content .industry-summary-container {
  padding-bottom: 110px;
  font-size: 20px;
  line-height: 30px;
  color: #8b8e96;
}
.main-content .industry-summary-container .usa-industry-summary {
  padding-bottom: 40px;
}
.main-content .industry-summary-title {
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-content .pie-container .us-pie-row {
  justify-content: flex-end;
}
.main-content .pie-container .cn-pie-row {
  justify-content: flex-start;
}
.main-content .pie-container .us-pie-row,
.main-content .pie-container .cn-pie-row {
  display: flex;
  width: 220px;
  flex-wrap: wrap;
}
.main-content .pie-container .us-pie-row .pie-cell,
.main-content .pie-container .cn-pie-row .pie-cell {
  position: relative;
  margin: 10px;
}
.main-content .pie-container .us-pie-row .pie-cell .pie-label,
.main-content .pie-container .cn-pie-row .pie-cell .pie-label {
  margin: 5px 0 5px 0;
  font-size: 16px;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #8b8e96;
  /* #5c5c5c; */
  letter-spacing: 1px;
}
@media (max-width: 375px) {
  .main-content .pie-container .us-pie-row .pie-cell .pie-label,
  .main-content .pie-container .cn-pie-row .pie-cell .pie-label {
    margin: 20px 0 0 0;
  }
}
.main-content .pie-container .us-pie-row .pie-cell .pie,
.main-content .pie-container .cn-pie-row .pie-cell .pie {
  display: block;
  width: 200px;
  overflow: visible;
  margin: 0;
  border: 1px solid #dcdcdc;
  padding: 40px;
  background-color: #fff;
}
.main-content .pie-container .us-pie-row .pie-cell .pie text,
.main-content .pie-container .cn-pie-row .pie-cell .pie text {
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
}
.main-content .pie-container .us-pie-row .pie-cell .pie .pie-text,
.main-content .pie-container .cn-pie-row .pie-cell .pie .pie-text {
  fill: #4d585d;
  font-family: ConduitITCStd-Light, Arial, Helvetica, sans-serif;
  transform: translateY(-5px);
}
@media (max-width: 440px) {
  .main-content .pie-container .us-pie-row .pie-cell svg,
  .main-content .pie-container .cn-pie-row .pie-cell svg {
    transform: scale(0.925);
    transform-origin: left bottom;
  }
}
.main-content .pie-container .us-pie-row .pie-cell .pie-text-background,
.main-content .pie-container .cn-pie-row .pie-cell .pie-text-background {
  display: block;
  width: 200px;
  height: 40px;
  margin: 0;
  border: 1px solid #dcdcdc;
  border-top: 0;
  background-color: #fff;
}
@media (max-width: 440px) {
  .main-content .pie-container .us-pie-row .pie-cell .pie-text-background,
  .main-content .pie-container .cn-pie-row .pie-cell .pie-text-background {
    width: 185px;
    height: 37px;
  }
}
@media print {
  .main-content .pie-container .us-pie-row .pie-cell,
  .main-content .pie-container .cn-pie-row .pie-cell {
    page-break-inside: avoid;
  }
}
@media (max-width: 440px) {
  .main-content .pie-container .us-pie-row .pie-cell,
  .main-content .pie-container .cn-pie-row .pie-cell {
    width: 185px;
    margin: 10px 0;
  }
}
@media (max-width: 440px) {
  .main-content .pie-container .us-pie-row {
    margin: 10px 5px 10px 10px;
  }
  .main-content .pie-container .cn-pie-row {
    margin: 10px 10px 10px 5px;
  }
}
@media (max-width: 320px) {
  .main-content .pie-container .us-pie-row {
    transform: scale(0.79);
    transform-origin: top right;
  }
  .main-content .pie-container .cn-pie-row {
    transform: scale(0.79);
    transform-origin: top left;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .main-content .pie-container .us-pie-row {
    transform: scale(0.93);
    transform-origin: top right;
  }
  .main-content .pie-container .cn-pie-row {
    transform: scale(0.93);
    transform-origin: top left;
  }
}
@media (min-width: 880px) {
  .main-content .pie-container .us-pie-row,
  .main-content .pie-container .cn-pie-row {
    width: 440px;
  }
}
@media (min-width: 1760px) {
  .main-content .pie-container .us-pie-row,
  .main-content .pie-container .cn-pie-row {
    width: 880px;
  }
}
@media (max-width: 320px) {
  .main-content .pie-container {
    margin-bottom: -280px;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .main-content .pie-container {
    margin-bottom: -100px;
  }
}
.main-content .bar-chart-container {
  margin: auto;
  padding-bottom: 0;
  /* 90px; */
}
.main-content .bar-chart-container .usa-bar-chart,
.main-content .bar-chart-container .china-bar-chart {
  /* flex-grow: 1; */
  display: block;
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 20px 20px 35px 35px;
  background-color: #fff;
  overflow: visible;
}
@media (max-width: 440px) {
  .main-content .bar-chart-container .usa-bar-chart {
    margin: 10px 5px 10px 10px;
  }
  .main-content .bar-chart-container .china-bar-chart {
    margin: 10px 10px 10px 5px;
  }
}
@media (max-width: 320px) {
  .main-content .bar-chart-container .usa-bar-chart {
    transform: scale(0.79);
    transform-origin: top right;
  }
  .main-content .bar-chart-container .china-bar-chart {
    transform: scale(0.79);
    transform-origin: top left;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .main-content .bar-chart-container .usa-bar-chart {
    transform: scale(0.93);
    transform-origin: top right;
  }
  .main-content .bar-chart-container .china-bar-chart {
    transform: scale(0.93);
    transform-origin: top left;
  }
}
@media (min-width: 880px) {
  .main-content .bar-chart-container .usa-bar-chart,
  .main-content .bar-chart-container .china-bar-chart {
    margin: 10px;
  }
}
@media print {
  .main-content .bar-chart-container {
    padding-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .main-content .bar-chart-container {
    margin-bottom: -20px;
  }
}
.pie-tooltip {
  text-align: left;
}
@media (max-width: 879px) {
  .main-content .filter-bar .industry-menu-container .schema-menu-title-inner {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-content .industry-summary-container {
    display: block;
  }
  .main-content .industry-summary-container .details-section {
    width: auto;
  }
}
@media (max-width: 720px) {
  .main-content .filter-bar .schema-menu .schema-menu-contents {
    width: 100%;
  }
  .main-content .filter-bar .filter-bar-button {
    float: right;
    padding-right: 20px;
    margin-left: 0;
  }
  .main-content .filter-bar .reset-button {
    padding-right: 25px;
  }
  .main-content .filter-bar .right .button {
    display: none;
  }
  .main-content .more-options-bar {
    height: 160px;
  }
  .main-content .more-options-bar .schema-menu {
    float: none;
    border-bottom: 1px solid #dcdcdc;
  }
  .main-content .more-options-bar .schema-menu .schema-menu-title {
    background-color: transparent;
  }
}
@media (max-width: 440px) {
  .main-content .filter-bar .schema-menu .schema-menu-title,
  .main-content .filter-bar .schema-menu .schema-menu-contents {
    font-size: 16px;
  }
  .main-content .filter-bar .industry-menu-container .schema-menu-title-inner {
    max-width: 110px;
  }
  .main-content .filter-bar .filter-bar-button {
    font-size: 16px;
  }
}
@media (min-width: 0px) {
  .about-content {
    width: 100%;
    padding: 0 10px 0 10px;
  }
}
@media (min-width: 720px) {
  .about-content {
    margin: 0 auto;
    width: 700px;
  }
}
.background-content,
.about-content {
  position: relative;
}
.background-content p,
.about-content p {
  margin-bottom: 30px;
}
.background-content a,
.about-content a {
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  color: #f89e35;
  text-decoration: none;
}
.background-content a:hover,
.about-content a:hover {
  text-decoration: underline;
}
.background-content .title,
.about-content .title {
  margin: 75px auto 0 auto;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  line-height: 50px;
  font-size: 42px;
  color: #5c5c5c;
}
@media (max-width: 520px) {
  .background-content .title,
  .about-content .title {
    margin-top: 30px;
    line-height: 40px;
    font-size: 35px;
  }
}
.background-content .section-title,
.about-content .section-title {
  clear: both;
  margin: 40px 0 10px 0;
  font-size: 20px;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #5c5c5c;
  letter-spacing: 1px;
}
@media (max-width: 440px) {
  .background-content .section-title,
  .about-content .section-title {
    margin-top: 40px;
  }
}
.background-content .logo,
.about-content .logo {
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
  width: 160px;
}
.background-content .logo.rhg-logo,
.about-content .logo.rhg-logo {
  height: 80px;
}
.background-content .logo.ncuscr-logo,
.about-content .logo.ncuscr-logo {
  width: 120px;
  margin-bottom: 60px;
  margin-right: 40px;
  margin-left: 20px;
}
.background-content .logo.amcham-logo,
.about-content .logo.amcham-logo {
  height: 70px;
}
.background-content .logo.cgcc-logo,
.about-content .logo.cgcc-logo {
  height: 90px;
}
.background-content .solo-logo,
.about-content .solo-logo {
  width: 160px;
  /* Logos no longer in use
    &.tsf-logo {
      width: 160px;
      margin-top: 20px;
    }
    &.cicc-logo {
      margin-left:30px;

    }

    &.wsg-logo {
      transform: scale(0.5);

    }

    &.lennar-logo {
      margin-bottom: 20px;
      margin-left:40px;
    }
    */
}
.background-content .solo-logo.ewb-logo,
.about-content .solo-logo.ewb-logo {
  width: 100px;
  margin-left: 40px;
}
.background-content .solo-logo.fh-logo,
.about-content .solo-logo.fh-logo {
  width: 160px;
  margin-bottom: 70px;
}
.background-content .content-text,
.about-content .content-text {
  margin-bottom: 60px;
  line-height: 30px;
  font-size: 20px;
  color: #8b8e96;
}
.background-content .content-text p,
.about-content .content-text p {
  margin: 20px 0 40px 0;
}
.background-content .content-text .links,
.about-content .content-text .links {
  height: 100px;
  margin: 25px 0;
}
.background-content .content-text .links a,
.about-content .content-text .links a {
  color: #fff;
  text-decoration: none;
}
.background-content .content-text .links a .download-button,
.about-content .content-text .links a .download-button {
  float: left;
  width: 230px;
  height: 40px;
  margin: 0 20px 20px 0;
  background-color: #4d585d;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.background-content .content-text .links a .download-button:hover,
.about-content .content-text .links a .download-button:hover {
  background-color: #f89e35;
}
@media (max-width: 440px) {
  .background-content .content-text .links,
  .about-content .content-text .links {
    height: 250px;
  }
}
.background-content .content-text .partner-logos,
.about-content .content-text .partner-logos {
  height: 100px;
  margin: 25px 0 0 0;
}
.background-content .content-text .partner-logos .logo,
.about-content .content-text .partner-logos .logo {
  float: left;
  width: 150px
        height: 150px;
  margin: 0 20px 20px 0;
  padding: 10px 20px;
  border: 1px solid black;
  line-height: 40px;
  text-align: center;
}
.background-content .content-text .news-item,
.about-content .content-text .news-item {
  margin-bottom: 25px;
}
.background-content .content-text .news-item .news-title-line,
.about-content .content-text .news-item .news-title-line {
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  color: #f89e35;
}
.background-content .content-text .news-item .news-title-line .news-date,
.about-content .content-text .news-item .news-title-line .news-date {
  font-weight: normal;
}
.background-content .content-text .last,
.about-content .content-text .last,
.background-content .content-text.last,
.about-content .content-text.last {
  margin-bottom: -40px;
}
@media (max-width: 440px) {
  .background-content .content-text .last,
  .about-content .content-text .last,
  .background-content .content-text.last,
  .about-content .content-text.last {
    margin-bottom: -110px;
  }
}
.background-content .content-text .contact,
.about-content .content-text .contact,
.background-content .content-text.contact,
.about-content .content-text.contact {
  margin-bottom: 25px;
  transform: translateY(110px);
}
.background-content .content-text .schema-arrays,
.about-content .content-text .schema-arrays,
.background-content .content-text.schema-arrays,
.about-content .content-text.schema-arrays {
  margin-bottom: 160px;
  transform: translateY(90px);
}
@media (max-width: 620px) {
  .background-content .content-text .contact,
  .about-content .content-text .contact,
  .background-content .content-text.contact,
  .about-content .content-text.contact {
    margin-bottom: 25px;
    transform: translateY(140px);
  }
  .background-content .content-text .schema-arrays,
  .about-content .content-text .schema-arrays,
  .background-content .content-text.schema-arrays,
  .about-content .content-text.schema-arrays {
    margin-bottom: 160px;
    transform: translateY(120px);
  }
}
@media (max-width: 320px) {
  .background-content .content-text .contact,
  .about-content .content-text .contact,
  .background-content .content-text.contact,
  .about-content .content-text.contact {
    margin-bottom: 25px;
    transform: translateY(160px);
  }
  .background-content .content-text .schema-arrays,
  .about-content .content-text .schema-arrays,
  .background-content .content-text.schema-arrays,
  .about-content .content-text.schema-arrays {
    margin-bottom: 160px;
    transform: translateY(140px);
  }
}
@media (max-width: 440px) {
  .background-content .content-text,
  .about-content .content-text {
    margin-bottom: 25px;
  }
}
.intro-modal-dimmer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.intro-modal {
  display: none;
  position: fixed;
  top: 30px;
  left: 50%;
  width: 95%;
  max-width: 700px;
  max-height: 85%;
  overflow: scroll;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 0);
  font-size: 20px;
  line-height: 30px;
  color: #8b8e96;
  z-index: 1000;
}
.intro-modal .close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/menu-close-icon-gray.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.intro-modal .title {
  margin: 40px 40px 20px 40px;
  font-family: ConduitITCStd-Bold, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4d585d;
}
.intro-modal .intro-body {
  margin: 0 40px 30px 40px;
}
.intro-modal .logos {
  margin: 0 10px 20px 15px;
  text-align: left;
}
.intro-modal .logo {
  margin: 15px 25px;
  vertical-align: middle;
  /* Logos no longer in use
    &.fh-logo {
      width: 120px;
    }

    &.cicc-logo {
      width:100px;
    }
    &.wsg-logo {
      transform:scale(0.5);
      width:100px;

    }
    &.lennar-logo {
      width:100px;
    }
    */
}
.intro-modal .logo.rhg-logo {
  height: 60px;
}
.intro-modal .logo.ncuscr-logo {
  height: 60px;
}
.intro-modal .logo.amcham-logo {
  height: 70px;
  transform: translateY(-5px);
}
.intro-modal .logo.cgcc-logo {
  height: 70px;
}
.intro-modal .logo.tsf-logo {
  width: 140px;
}
.intro-modal .logo.ewb-logo {
  width: 90px;
}
@media (max-width: 720px) {
  .intro-modal {
    padding: 20px;
  }
  .intro-modal .close-button {
    right: 15px;
    top: 15px;
  }
  .intro-modal .title {
    margin: 20px;
  }
  .intro-modal .intro-body {
    margin: 0 20px 20px 20px;
  }
  .intro-modal .logos {
    margin: 0 10px 10px 10px;
  }
  .intro-modal .logo {
    margin: 10px;
  }
  .intro-modal .logo.rhg-logo {
    height: 40px;
  }
  .intro-modal .logo.ncuscr-logo {
    height: 30px;
  }
  .intro-modal .logo.amcham-logo {
    height: 50px;
  }
  .intro-modal .logo.cgcc-logo {
    height: 45px;
  }
  .intro-modal .logo.tsf-logo {
    width: 125px;
  }
  .intro-modal .logo.ewb-logo {
    width: 80px;
  }
}
.home-content {
  text-align: center;
}
.home-content h1 {
  background-color: #fff;
  font-size: 3em;
  margin-top: 0.5rem;
  max-width: 740px;
  margin: 0 auto 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .home-content h1 {
    font-size: 4em;
    max-width: 860px;
  }
}
@media (max-width: 720px) {
  .home-content h1 {
    font-size: 2.25em;
    width: 100%;
  }
}
.home-content .hero-section {
  background-color: #fafafa;
}
.home-content .hero-section .hero {
  padding: 0 0 2rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.home-content .hero-section .hero img {
  max-width: 100%;
  margin-bottom: 2em;
  margin: 0.5rem auto 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 880px) {
  .home-content .hero-section .hero img {
    max-width: 740px;
  }
}
@media (min-width: 1280px) {
  .home-content .hero-section .hero img {
    max-width: 860px;
  }
}
.home-content .hero-section .hero p {
  font-size: 1.375em;
  max-width: 740px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .home-content .hero-section .hero p {
    max-width: 860px;
  }
}
.home-content .hero-section .call-to-action {
  width: auto;
  margin: 1.5rem auto 0;
  display: inline-block;
  min-width: 300px;
  line-height: 1.2em;
  font-size: 1.5em;
  text-align: center !important;
  font-weight: 600;
}
.home-content .hero-section .call-to-action img {
  padding-left: 1.5rem;
  margin-top: 2px;
  max-width: 3.5rem;
}
.home-content .hero-section .home-button {
  flex: 1;
  padding: 1rem 0.75rem;
  border: 1px solid #cdd3d8;
  text-align: left;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 440px) {
  .home-content .hero-section .home-button {
    padding: 0.25em;
  }
}
@media (min-width: 880px) {
  .home-content .hero-section .home-button {
    padding: 1rem 2rem;
    font-size: 1.5em;
  }
}
.home-content .hero-section .home-button * {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.home-content .hero-section .home-button.left-button {
  margin-right: 0.25rem;
}
@media (min-width: 1280px) {
  .home-content .hero-section .home-button.left-button {
    margin-right: 1.25rem;
  }
}
.home-content .hero-section .home-button.right-button {
  margin-left: 0.25rem;
}
@media (min-width: 1280px) {
  .home-content .hero-section .home-button.right-button {
    margin-left: 1.25rem;
  }
}
.home-content .hero-section .home-button .left-wrapper {
  width: 80%;
  font-weight: 600;
}
@media (max-width: 440px) {
  .home-content .hero-section .home-button .left-wrapper {
    width: calc(100% - 1.5em);
  }
}
@media (min-width: 1280px) {
  .home-content .hero-section .home-button .left-wrapper {
    width: 75%;
  }
}
.home-content .hero-section .home-button .right-wrapper {
  width: 1.25rem;
  max-width: 1.25rem;
  height: 100%;
  float: right;
}
.home-content .hero-section .home-button .right-wrapper .arrow-holder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.home-content .hero-section .home-button .right-wrapper .arrow-holder img {
  flex: 1;
  min-width: 1.25rem;
}
.home-content .hero-section .button-container {
  max-width: 740px;
  margin: 0.5rem auto 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}
@media (min-width: 1280px) {
  .home-content .hero-section .button-container {
    max-width: 860px;
  }
}
.home-content .news-section {
  max-width: 740px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .home-content .news-section {
    max-width: 860px;
  }
}
.home-content .news-section h1 {
  font-size: 2em;
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #cdd3d8;
}
.home-content .news-articles .title {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.18px;
  padding-bottom: 0.25rem;
}
.home-content .news-articles .article-group {
  display: none;
}
.home-content .news-articles .news-article-block {
  padding-top: 1.5rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #cdd3d8;
  color: #000;
}
.home-content .news-articles .news-article-block * {
  vertical-align: top;
}
.home-content .news-articles .news-article-block .article-wrapper {
  display: flex;
  flex-direction: row;
}
.home-content .news-articles .news-article-block .article-content {
  flex: 2;
  text-align: left;
  display: inline-block;
}
@media (min-width: 880px) {
  .home-content .news-articles .news-article-block .article-content {
    margin-left: 3rem;
  }
}
.home-content .news-articles .news-article-block .article-content p {
  letter-spacing: 1.18px;
  line-height: 1em;
}
.home-content .news-articles .news-article-block .article-content h5 {
  margin-top: 0.625rem;
  color: #87969e;
  font-size: 0.75em;
}
.home-content .news-articles .news-article-block .image-wrapper {
  flex: 1;
}
.home-content .news-articles .news-article-block img {
  max-height: 75px;
  max-width: 75px;
  display: inline-block;
}
.home-content .more-articles {
  margin-top: 1.75rem;
  cursor: pointer;
}
.research-content {
  max-width: 740px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .research-content {
    max-width: 860px;
  }
}
.research-content .publications {
  padding-bottom: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 880px) {
  .research-content .publications {
    padding-bottom: 3.5rem;
    margin: 0;
  }
}
.research-content .publication-block {
  border-top: 1px solid #cdd3d8;
  padding: 1em 0.5em;
}
.research-content .publication-content {
  display: flex;
}
.research-content .publication-content .left {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.research-content .publication-content .left img {
  max-width: 120px;
  max-height: 180px;
  margin-left: auto;
  -moz-box-shadow: 1px 1px 2px 2px #ddd;
  -webkit-box-shadow: 1px 1px 2px 2px #ddd;
  box-shadow: 1px 1px 2px 2px #ddd;
  width: 100%;
}
@media (880px) {
  .research-content .publication-content .left img {
    max-width: 160px;
    max-height: 240px;
  }
}
.research-content .publication-content .right {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.5rem;
}
@media (min-width: 880px) {
  .research-content .publication-content .right {
    padding-left: 3rem;
  }
}
.research-content .publication-content .right h3 {
  color: #000;
  letter-spacing: 1.18px;
}
@media (max-width: 879px) {
  .research-content .publication-content .right .date-pipe {
    display: none;
  }
  .research-content .publication-content .right .publication-date {
    font-size: 0.75em;
    display: block;
    margin-top: 0.25rem;
  }
}
.research-content .download-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.research-content .download-links a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: #f8f9fb;
  border: 1px solid #cdd3d8;
  padding: 4px 19px;
  margin-bottom: 5px;
  color: #929292;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 720px) {
  .research-content .download-links a {
    font-size: 0.875em;
  }
}
.research-content .download-links a:hover {
  color: #4f585d;
}
.about-page-content {
  max-width: 740px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .about-page-content {
    max-width: 860px;
  }
}
.about-page-content .organizations {
  margin: 0 auto;
  padding: 0 1.5rem;
}
.about-page-content .organizations h1 {
  margin-bottom: 2rem;
}
@media (min-width: 880px) {
  .about-page-content .organizations h1 {
    margin-top: 1rem;
  }
}
.about-page-content .organizations img {
  max-height: 100px;
  max-width: 120px;
}
.about-page-content .organizations .lead-organization {
  margin: 2rem 0;
}
@media (min-width: 880px) {
  .about-page-content .organizations .lead-organization {
    margin: 1rem 0;
  }
}
.about-page-content .organizations .lead-organization p {
  margin-top: 0.75rem;
  letter-spacing: 1.18px;
  color: #929392;
  line-height: 1.375em;
}
.about-page-content .organizations .lead-organization p .organization-title {
  color: #4f585d;
}
@media (min-width: 880px) {
  .about-page-content .organizations .lead-organization {
    margin: 2rem 0;
  }
  .about-page-content .organizations .lead-organization .lead-organization-wrapper {
    width: 25%;
    display: inline-block;
  }
  .about-page-content .organizations .lead-organization .lead-organization-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-page-content .organizations .lead-organization .lead-organization-text {
    display: inline-block;
    width: 74%;
    margin: 0;
    vertical-align: top;
  }
}
.about-page-content .organizations .supporting-organizations {
  margin: 4rem 0 5rem;
}
.about-page-content .organizations .supporting-orgs-wrapper {
  text-align: center;
}
.about-page-content .organizations .supporter-organization {
  display: block;
  padding: 1rem 2rem;
}
@media (min-width: 880px) {
  .about-page-content .organizations .supporter-organization {
    display: inline-block;
    width: 33%;
    padding: 0.5rem 1rem;
    vertical-align: middle;
  }
}
.about-page-content .subscription-form {
  margin-bottom: 3.5rem;
}
.about-page-content .subscription-form #mc_embed_signup .mc-field-group input {
  border-bottom: 2px solid #dedede;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.about-page-content .subscription-form #mc_embed_signup .mc-field-group label {
  font-weight: 600;
}
.about-page-content .subscription-form #mc_embed_signup #mc-embedded-subscribe {
  font-weight: 600;
  color: #4f585d;
}
/*# sourceMappingURL=http://local.arrays.co:8011/static/build/app.css.map */