/* This file is generated.  DO NOT EDIT. */ 
@charset "UTF-8";
@import url("//hello.myfonts.net/count/306b51");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
* 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.
   */
[hidden] {
  display: none; }

/**
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
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.66667em 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 {
  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 */
  /* 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; }

/*! jQuery UI - v1.9.2 - 2013-12-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  -webkit-filter: mask();
          filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden;
  z-index: 100; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin-left: -9px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%; }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

/* vertical centre icon */
.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa; }

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.0em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  height: auto;
  border: 1px solid #aaaaaa;
  background: #ffffff url(/content/images/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #6F75A8 url(/content/images/ui/ui-bg_flat_100_6F75A8_40x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/content/images/ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/content/images/ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/content/images/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/content/images/ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/content/images/ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/content/images/ui/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(/content/images/ui/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(/content/images/ui/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(/content/images/ui/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/content/images/ui/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(/content/images/ui/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(/content/images/ui/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/content/images/ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  background: #aaaaaa url(/content/images/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/content/images/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  -khtml-border-radius: 8px;
  border-radius: 8px; }

/**/
.ui-dialog .ui-dialog-buttonpane button {
  padding: 4px 12px;
  text-decoration: none;
  color: #6f76a6;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.675em;
  border: 3px solid #7d7d7d;
  border-radius: 6px;
  text-transform: uppercase;
  float: left; }

.ui-dialog .ui-dialog-buttonpane button:hover {
  color: #6f76a6;
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.55); }

/** Responsive Breakpoints **/
/* these all existed in different files. I gathered them here but they still badly need consolidation */
/* these ones are involved in some calculation inside _site-header.css, so I left them there */
/* added for the microsite */
/* Color Variables */
/* component specific colors */
/* Bourbon Varibles */
/* Custom Mixins */
/* Neat Grid Specific Styling */
/* Layout Styling & Variables */
/*  moving these into _breakpoints.scss:
	$site_width_tablet_break: 1060px;
	$article_tablet_break: 800px;
 */
.site-width__constraint, .hero-banner__inner-wrapper, .country-offices {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }
  .site-width__constraint::after, .hero-banner__inner-wrapper::after, .country-offices::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (max-width: 1060px) {
  .site-width__has-gutter, .hero-banner__inner-wrapper, .country-offices {
    max-width: 1060px;
    padding-right: 3%;
    padding-left: 3%; } }

.article-container {
  padding-right: 9%;
  padding-left: 9%; }
  @media screen and (max-width: 800px) {
    .article-container {
      padding-right: 0;
      padding-left: 0; } }

.sgrid {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px; }
  .sgrid > * {
    box-sizing: border-box;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-width: 10%; }
  .sgrid--spaced {
    margin-left: -8px; }
    .sgrid--spaced > * {
      margin-left: 8px;
      min-width: calc(10% - 8px); }
  .sgrid--spaced-wide {
    margin-left: -32px; }
    .sgrid--spaced-wide > * {
      margin-left: 32px;
      min-width: calc(10% - 32px); }
  .sgrid--spaced-extra-wide {
    margin-left: -48px; }
    .sgrid--spaced-extra-wide > * {
      margin-left: 48px;
      min-width: calc(10% - 48px); }
  .sgrid--inset {
    padding-left: 16px;
    padding-right: 16px; }
  @media (max-width: 600px) {
    .sgrid--inset-mobile {
      padding-left: 16px;
      padding-right: 16px; }
      .site-width__has-gutter .sgrid--inset-mobile, .hero-banner__inner-wrapper .sgrid--inset-mobile, .country-offices .sgrid--inset-mobile {
        padding: 0; } }
  .sgrid > .column-10 {
    width: 10%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .sgrid--spaced > .column-10 {
    min-width: calc(10% - 8px); }
  .sgrid--spaced-wide > .column-10 {
    min-width: calc(10% - 32px); }
  .sgrid--spaced-wide > .column-10 {
    min-width: calc(10% - 48px); }
  @media (max-width: 600px) {
    .sgrid > .column-10,
    .sgrid--spaced > .column-10,
    .sgrid--spaced-wide > .column-10 {
      min-width: 100%;
      width: 100%;
      margin-left: 0; } }
  .sgrid > .column-25 {
    width: 25%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .sgrid--spaced > .column-25 {
    min-width: calc(25% - 8px); }
  .sgrid--spaced-wide > .column-25 {
    min-width: calc(25% - 32px); }
  .sgrid--spaced-wide > .column-25 {
    min-width: calc(25% - 48px); }
  @media (max-width: 600px) {
    .sgrid > .column-25,
    .sgrid--spaced > .column-25,
    .sgrid--spaced-wide > .column-25 {
      min-width: 100%;
      width: 100%;
      margin-left: 0; } }
  .sgrid > .column-33, .practice-detail-callout__copy.sgrid > div:nth-last-child(3):first-child,
  .practice-detail-callout__copy.sgrid > div:nth-last-child(3):first-child ~ div {
    width: 33.3333%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .sgrid--spaced > .column-33, .practice-detail-callout__copy.sgrid--spaced > div:nth-last-child(3):first-child,
  .practice-detail-callout__copy.sgrid--spaced > div:nth-last-child(3):first-child ~ div {
    min-width: calc(33.3333% - 8px); }
  .sgrid--spaced-wide > .column-33, .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(3):first-child,
  .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(3):first-child ~ div {
    min-width: calc(33.3333% - 32px); }
  .sgrid--spaced-wide > .column-33, .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(3):first-child,
  .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(3):first-child ~ div {
    min-width: calc(33.3333% - 48px); }
  @media (max-width: 600px) {
    .sgrid > .column-33, .practice-detail-callout__copy.sgrid > div:nth-last-child(3):first-child,
    .practice-detail-callout__copy.sgrid > div:nth-last-child(3):first-child ~ div, .sgrid--spaced > .column-33, .practice-detail-callout__copy.sgrid--spaced > div:nth-last-child(3):first-child,
    .practice-detail-callout__copy.sgrid--spaced > div:nth-last-child(3):first-child ~ div, .sgrid--spaced-wide > .column-33, .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(3):first-child,
    .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(3):first-child ~ div {
      min-width: 100%;
      width: 100%;
      margin-left: 0; } }
  .sgrid > .column-50, .practice-detail-callout__copy.sgrid > div:nth-last-child(2):first-child,
  .practice-detail-callout__copy.sgrid > div:nth-last-child(2):first-child ~ div {
    width: 50%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .sgrid--spaced > .column-50, .practice-detail-callout__copy.sgrid--spaced > div:nth-last-child(2):first-child,
  .practice-detail-callout__copy.sgrid--spaced > div:nth-last-child(2):first-child ~ div {
    min-width: calc(50% - 8px); }
  .sgrid--spaced-wide > .column-50, .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(2):first-child,
  .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(2):first-child ~ div {
    min-width: calc(50% - 32px); }
  .sgrid--spaced-wide > .column-50, .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(2):first-child,
  .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(2):first-child ~ div {
    min-width: calc(50% - 48px); }
  @media (max-width: 768px) {
    .sgrid > .column-50, .practice-detail-callout__copy.sgrid > div:nth-last-child(2):first-child,
    .practice-detail-callout__copy.sgrid > div:nth-last-child(2):first-child ~ div, .sgrid--spaced > .column-50, .practice-detail-callout__copy.sgrid--spaced > div:nth-last-child(2):first-child,
    .practice-detail-callout__copy.sgrid--spaced > div:nth-last-child(2):first-child ~ div {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      width: auto;
      min-width: auto;
      max-width: auto; }
    .sgrid--spaced-wide > .column-50, .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(2):first-child,
    .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(2):first-child ~ div {
      min-width: calc(100% -  32px);
      width: calc(100% - 32px); }
    .sgrid--spaced-wide > .column-50, .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(2):first-child,
    .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(2):first-child ~ div {
      min-width: calc(100% -  64px);
      width: calc(100% - 64px); } }
  @media (max-width: 600px) {
    .sgrid > .column-50, .practice-detail-callout__copy.sgrid > div:nth-last-child(2):first-child,
    .practice-detail-callout__copy.sgrid > div:nth-last-child(2):first-child ~ div, .sgrid--spaced > .column-50, .practice-detail-callout__copy.sgrid--spaced > div:nth-last-child(2):first-child,
    .practice-detail-callout__copy.sgrid--spaced > div:nth-last-child(2):first-child ~ div, .sgrid--spaced-wide > .column-50, .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(2):first-child,
    .practice-detail-callout__copy.sgrid--spaced-wide > div:nth-last-child(2):first-child ~ div {
      min-width: 100%;
      width: 100%;
      margin-left: 0; } }
  .sgrid > .column-66 {
    width: 66.6666%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .sgrid--spaced > .column-66 {
    min-width: calc(66.6666% - 8px); }
  .sgrid--spaced-wide > .column-66 {
    min-width: calc(66.6666% - 32px); }
  .sgrid--spaced-wide > .column-66 {
    min-width: calc(66.6666% - 48px); }
  @media (max-width: 600px) {
    .sgrid > .column-66,
    .sgrid--spaced > .column-66,
    .sgrid--spaced-wide > .column-66 {
      min-width: 100%;
      width: 100%;
      margin-left: 0; } }
  .sgrid > .column-75 {
    width: 75%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .sgrid--spaced > .column-75 {
    min-width: calc(75% - 8px); }
  .sgrid--spaced-wide > .column-75 {
    min-width: calc(75% - 32px); }
  .sgrid--spaced-wide > .column-75 {
    min-width: calc(75% - 48px); }
  @media (max-width: 600px) {
    .sgrid > .column-75,
    .sgrid--spaced > .column-75,
    .sgrid--spaced-wide > .column-75 {
      min-width: 100%;
      width: 100%;
      margin-left: 0; } }
  .sgrid > .column-100 {
    width: 100%;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .sgrid--spaced > .column-100 {
    min-width: calc(100% - 8px); }
  .sgrid--spaced-wide > .column-100 {
    min-width: calc(100% - 32px); }
  .sgrid--spaced-wide > .column-100 {
    min-width: calc(100% - 48px); }
  @media (max-width: 600px) {
    .sgrid > .column-100,
    .sgrid--spaced > .column-100,
    .sgrid--spaced-wide > .column-100 {
      min-width: 100%;
      width: 100%;
      margin-left: 0; } }

@media (max-width: 768px) {
  .sgrid--spaced-wide,
  .sgrid--spaced-extra-wide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 600px) {
  .sgrid {
    margin-left: 0;
    display: block; } }

.bp--only-smartphone {
  display: none !important; }
  @media screen and (max-width: 480px) {
    .bp--only-smartphone {
      display: block !important; } }

@media screen and (max-width: 480px) {
  .bp--never-smartphone {
    display: none !important; } }

.bp--only-tablet {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .bp--only-tablet {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      margin: 0px !important; } }
  @media screen and (max-width: 480px) {
    .bp--only-tablet {
      display: none !important; } }

@media screen and (max-width: 768px) {
  .bp--never-tablet {
    display: none !important; } }

@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none !important; } }

/* * *
	WEBFONTS
* * */
/**
 * @license
 * MyFonts Webfont Build ID 2981068, 2015-02-26T17:20:46-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FF Scala Web Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala/ot-italic/
 *
 * Webfont: FF Scala Web by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala/ot-regular/
 *
 * Webfont: FF Scala Sans Web Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala-sans/ot-bold/
 *
 * Webfont: FF Scala Web Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala/ot-bold/
 *
 * Webfont: FF Scala Web Bold Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala/ot-bold-italic/
 *
 * Webfont: FF Scala Sans Web Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala-sans/ot-italic/
 *
 * Webfont: FF Scala Sans Web Regular by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-scala-sans/ot-regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2981068
 * Licensed pageviews: 500,000
 * Webfonts copyright: 2010 Martin Majoor published by FSI FontShop International GmbH
 *
 * © 2015 MyFonts Inc
*/
@font-face {
  font-family: 'FFScalaWeb';
  src: url("/webfonts/2D7CCC_1_0.eot");
  src: url("/webfonts/2D7CCC_1_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/2D7CCC_1_0.woff2") format("woff2"), url("/webfonts/2D7CCC_1_0.woff") format("woff"), url("/webfonts/2D7CCC_1_0.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'FFScalaWebItalic';
  src: url("/webfonts/2D7CCC_0_0.eot");
  src: url("/webfonts/2D7CCC_0_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/2D7CCC_0_0.woff2") format("woff2"), url("/webfonts/2D7CCC_0_0.woff") format("woff"), url("/webfonts/2D7CCC_0_0.ttf") format("truetype");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: 'FFScalaWebBold';
  src: url("/webfonts/2D7CCC_3_0.eot");
  src: url("/webfonts/2D7CCC_3_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/2D7CCC_3_0.woff2") format("woff2"), url("/webfonts/2D7CCC_3_0.woff") format("woff"), url("/webfonts/2D7CCC_3_0.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'FFScalaWebBoldItalic';
  src: url("/webfonts/306B51_0_0.eot");
  src: url("/webfonts/306B51_0_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/306B51_0_0.woff2") format("woff2"), url("/webfonts/306B51_0_0.woff") format("woff"), url("/webfonts/306B51_0_0.ttf") format("truetype");
  font-style: italic;
  font-weight: bold; }

@font-face {
  font-family: 'FFScalaSansWebRegular';
  src: url("/webfonts/2D7CCC_5_0.eot");
  src: url("/webfonts/2D7CCC_5_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/2D7CCC_5_0.woff2") format("woff2"), url("/webfonts/2D7CCC_5_0.woff") format("woff"), url("/webfonts/2D7CCC_5_0.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'FFScalaSansWebItalic';
  src: url("/webfonts/2D7CCC_4_0.eot");
  src: url("/webfonts/2D7CCC_4_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/2D7CCC_4_0.woff2") format("woff2"), url("/webfonts/2D7CCC_4_0.woff") format("woff"), url("/webfonts/2D7CCC_4_0.ttf") format("truetype");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: 'FFScalaSansWebBold';
  src: url("/webfonts/2D7CCC_2_0.eot");
  src: url("/webfonts/2D7CCC_2_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/2D7CCC_2_0.woff2") format("woff2"), url("/webfonts/2D7CCC_2_0.woff") format("woff"), url("/webfonts/2D7CCC_2_0.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'FFScalaSansWebBoldItalic';
  src: url("/webfonts/30FC9E_0_0.eot");
  src: url("/webfonts/30FC9E_0_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/30FC9E_0_0.woff2") format("woff2"), url("/webfonts/30FC9E_0_0.woff") format("woff"), url("/webfonts/30FC9E_0_0.ttf") format("truetype");
  font-style: italic;
  font-weight: bold; }

/* Typography Media Query Varibles */
/* Extensable Font-Family classes */
/*
	default: English - Scala
	JP: Japanese - "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	CN: Chinese  - arial, sans-serif;
*/
.font-scala, h1, .section-header.section-header--country-page, .page--practice-listing .hero-banner__copy, .hero-banner--global-locations .content--subtitle, .social-media__featured .featured-media__description, .landing-banner, .board-index-landing-banner, .tt-menu, .navigation__typeahead-title, .pull-quote__attribution, .practice-detail__intro-text, .three-up-promo-cards__card, .c-text-banner__title, .c-office-selector__title, .c-office-selector__trigger, .c-office-selector__list, .recentArticles .articleItem h4, .featuredInfo h1, .featuredInfo p {
  font-family: FFScalaWeb, Georgia, Utopia, Charter, serif;
  font-style: normal;
  font-weight: normal; }
  .JP .font-scala, .JP h1, .JP .section-header.section-header--country-page, .JP .page--practice-listing .hero-banner__copy, .page--practice-listing .JP .hero-banner__copy, .JP .hero-banner--global-locations .content--subtitle, .hero-banner--global-locations .JP .content--subtitle, .JP .social-media__featured .featured-media__description, .social-media__featured .JP .featured-media__description, .JP .landing-banner, .JP .board-index-landing-banner, .JP .tt-menu, .JP .navigation__typeahead-title, .JP .pull-quote__attribution, .JP .practice-detail__intro-text, .JP .three-up-promo-cards__card, .JP .c-text-banner__title, .JP .c-office-selector__title, .JP .c-office-selector__trigger, .JP .c-office-selector__list, .JP .recentArticles .articleItem h4, .recentArticles .articleItem .JP h4, .JP .featuredInfo h1, .featuredInfo .JP h1, .JP .featuredInfo p, .featuredInfo .JP p {
    font-family: FFScalaWeb, Georgia, Utopia, Charter, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal; }
  .CN .font-scala, .CN h1, .CN .section-header.section-header--country-page, .CN .page--practice-listing .hero-banner__copy, .page--practice-listing .CN .hero-banner__copy, .CN .hero-banner--global-locations .content--subtitle, .hero-banner--global-locations .CN .content--subtitle, .CN .social-media__featured .featured-media__description, .social-media__featured .CN .featured-media__description, .CN .landing-banner, .CN .board-index-landing-banner, .CN .tt-menu, .CN .navigation__typeahead-title, .CN .pull-quote__attribution, .CN .practice-detail__intro-text, .CN .three-up-promo-cards__card, .CN .c-text-banner__title, .CN .c-office-selector__title, .CN .c-office-selector__trigger, .CN .c-office-selector__list, .CN .recentArticles .articleItem h4, .recentArticles .articleItem .CN h4, .CN .featuredInfo h1, .featuredInfo .CN h1, .CN .featuredInfo p, .featuredInfo .CN p {
    font-family: FFScalaWeb, Georgia, Utopia, Charter, sans-serif;
    font-style: normal;
    font-weight: normal; }

.font-scala--bold, h1 strong, h2,
h3,
h4,
h5,
h6, .headline, .internal-page-title, .hero-banner__copy, .hero-banner--office .hero-banner__content .content--title, .hero-banner--global-locations .content--title, .hero-banner--country .content--title, .social-media__description .description__title, .article__title, .article__sub-title, .recentArticles .articleItem h4, .landing-banner__text--title, .navigation, .navigation__link-title, .tt-highlight, .rte--img-background h4, .country-offices__office-city, .hover-reveal-panels__title, .industry-listing__link, .practice-detail__intro-callout-header, .practice-detail-consultant__name, .practice-leads__name, .impact-messaging__text, .page-head__title, .page-head__subtitle, .c-featured-articles__title, .consultant-name, .page-head .page-head__title,
.page-head .page-head__subtitle, .slideshow__practice .cycle-overlay a,
.consultantSlide .cycle-overlay a, .officeLocations h4, .officeLocations .grid_6:first-child h4, .officeLocations .grid_6:first-child h4:first-child, .featuredInfo, .featuredResearch .featuredInfo h3, .mediaCenter .playerText h3, .mediaCenter .search-results-hit a {
  font-family: FFScalaWebBold, Georgia, Utopia, Charter, serif;
  font-style: normal;
  font-weight: bold; }
  .JP .font-scala--bold, .JP h1 strong, h1 .JP strong, .JP h2,
  .JP h3,
  .JP h4,
  .JP h5,
  .JP h6, .JP .headline, .JP .internal-page-title, .JP .hero-banner__copy, .JP .hero-banner--office .hero-banner__content .content--title, .hero-banner--office .hero-banner__content .JP .content--title, .JP .hero-banner--global-locations .content--title, .hero-banner--global-locations .JP .content--title, .JP .hero-banner--country .content--title, .hero-banner--country .JP .content--title, .JP .social-media__description .description__title, .social-media__description .JP .description__title, .JP .article__title, .JP .article__sub-title, .JP .recentArticles .articleItem h4, .recentArticles .articleItem .JP h4, .JP .landing-banner__text--title, .JP .navigation, .JP .navigation__link-title, .JP .tt-highlight, .JP .rte--img-background h4, .rte--img-background .JP h4, .JP .country-offices__office-city, .JP .hover-reveal-panels__title, .JP .industry-listing__link, .JP .practice-detail__intro-callout-header, .JP .practice-detail-consultant__name, .JP .practice-leads__name, .JP .impact-messaging__text, .JP .page-head__title, .JP .page-head__subtitle, .JP .c-featured-articles__title, .JP .consultant-name, .JP .slideshow__practice .cycle-overlay a, .slideshow__practice .cycle-overlay .JP a,
  .JP .consultantSlide .cycle-overlay a, .consultantSlide .cycle-overlay .JP a, .JP .officeLocations h4, .officeLocations .JP h4, .JP .officeLocations .grid_6:first-child h4, .officeLocations .grid_6:first-child .JP h4, .JP .featuredInfo, .JP .featuredResearch .featuredInfo h3, .featuredResearch .featuredInfo .JP h3, .JP .mediaCenter .playerText h3, .mediaCenter .playerText .JP h3, .JP .mediaCenter .search-results-hit a, .mediaCenter .search-results-hit .JP a {
    font-family: FFScalaWebBold, Georgia, Utopia, Charter, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: bold; }
  .CN .font-scala--bold, .CN h1 strong, h1 .CN strong, .CN h2,
  .CN h3,
  .CN h4,
  .CN h5,
  .CN h6, .CN .headline, .CN .internal-page-title, .CN .hero-banner__copy, .CN .hero-banner--office .hero-banner__content .content--title, .hero-banner--office .hero-banner__content .CN .content--title, .CN .hero-banner--global-locations .content--title, .hero-banner--global-locations .CN .content--title, .CN .hero-banner--country .content--title, .hero-banner--country .CN .content--title, .CN .social-media__description .description__title, .social-media__description .CN .description__title, .CN .article__title, .CN .article__sub-title, .CN .recentArticles .articleItem h4, .recentArticles .articleItem .CN h4, .CN .landing-banner__text--title, .CN .navigation, .CN .navigation__link-title, .CN .tt-highlight, .CN .rte--img-background h4, .rte--img-background .CN h4, .CN .country-offices__office-city, .CN .hover-reveal-panels__title, .CN .industry-listing__link, .CN .practice-detail__intro-callout-header, .CN .practice-detail-consultant__name, .CN .practice-leads__name, .CN .impact-messaging__text, .CN .page-head__title, .CN .page-head__subtitle, .CN .c-featured-articles__title, .CN .consultant-name, .CN .slideshow__practice .cycle-overlay a, .slideshow__practice .cycle-overlay .CN a,
  .CN .consultantSlide .cycle-overlay a, .consultantSlide .cycle-overlay .CN a, .CN .officeLocations h4, .officeLocations .CN h4, .CN .officeLocations .grid_6:first-child h4, .officeLocations .grid_6:first-child .CN h4, .CN .featuredInfo, .CN .featuredResearch .featuredInfo h3, .featuredResearch .featuredInfo .CN h3, .CN .mediaCenter .playerText h3, .mediaCenter .playerText .CN h3, .CN .mediaCenter .search-results-hit a, .mediaCenter .search-results-hit .CN a {
    font-family: FFScalaWebBold, Georgia, Utopia, Charter, sans-serif;
    font-style: normal;
    font-weight: bold; }

.font-scala--bold-italic {
  font-family: FFScalaWebBoldItalic, Georgia, Utopia, Charter, serif;
  font-style: italic;
  font-weight: bold; }

.font-scala--italic, h1 em, h2 em,
h3 em,
h4 em,
h5 em,
h6 em, input.navigation__primary-search[type="text"], .faux-dropdown__input,
.JP .faux-dropdown__input,
.CN .faux-dropdown__input,
input.navigation__search-input,
.JP input.navigation__search-input,
.CN input.navigation__search-input,
input.navigation__search-input[type="text"],
.JP input.navigation__search-input[type="text"],
.CN input.navigation__search-input[type="text"], .pull-quote__snippet, .consultant-quote__quote, .practice-detail-consultant__location, .practice-leads__location, .researchResults__sub-title {
  font-family: FFScalaWebItalic, Georgia, Utopia, Charter, serif;
  font-style: italic;
  font-weight: normal; }
  .JP .font-scala--italic, .JP h1 em, h1 .JP em, .JP h2 em, h2 .JP em,
  .JP h3 em, h3 .JP em,
  .JP h4 em, h4 .JP em,
  .JP h5 em, h5 .JP em,
  .JP h6 em, h6 .JP em, .JP input.navigation__primary-search[type="text"],
  .JP .faux-dropdown__input,
  .JP input.navigation__search-input,
  .JP input.navigation__search-input[type="text"], .JP .pull-quote__snippet, .JP .consultant-quote__quote, .JP .practice-detail-consultant__location, .JP .practice-leads__location, .JP .researchResults__sub-title {
    font-family: FFScalaWebItalic, Georgia, Utopia, Charter, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: italic;
    font-weight: normal; }
  .CN .font-scala--italic, .CN h1 em, h1 .CN em, .CN h2 em, h2 .CN em,
  .CN h3 em, h3 .CN em,
  .CN h4 em, h4 .CN em,
  .CN h5 em, h5 .CN em,
  .CN h6 em, h6 .CN em, .CN input.navigation__primary-search[type="text"],
  .CN .faux-dropdown__input,
  .CN input.navigation__search-input,
  .CN input.navigation__search-input[type="text"], .CN .pull-quote__snippet, .CN .consultant-quote__quote, .CN .practice-detail-consultant__location, .CN .practice-leads__location, .CN .researchResults__sub-title {
    font-family: FFScalaWebItalic, Georgia, Utopia, Charter, sans-serif;
    font-style: italic;
    font-weight: normal; }

.font-scala-sans, html,
body, .article__topics-list a, .microsite__hero, .site-header .top-links__nav span,
.site-header .top-links__nav a, .navigation__link-item, .navigation__call-out p, .navigation__promo-decription, .c-office-info__manager-label, label, a.rssLink, .paging, .mod__component .modImageInfo a, .featuredResearch h3 {
  font-family: FFScalaSansWebRegular, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }
  .JP .font-scala-sans, .JP html,
  .JP body, .JP .article__topics-list a, .article__topics-list .JP a, .JP .microsite__hero, .JP .site-header .top-links__nav span, .site-header .top-links__nav .JP span,
  .JP .site-header .top-links__nav a, .site-header .top-links__nav .JP a, .JP .navigation__link-item, .JP .navigation__call-out p, .navigation__call-out .JP p, .JP .navigation__promo-decription, .JP .c-office-info__manager-label, .JP label, .JP a.rssLink, .JP .paging, .JP .mod__component .modImageInfo a, .mod__component .modImageInfo .JP a, .JP .featuredResearch h3, .featuredResearch .JP h3 {
    font-family: FFScalaSansWebRegular, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal; }
  .CN .font-scala-sans, .CN html,
  .CN body, .CN .article__topics-list a, .article__topics-list .CN a, .CN .microsite__hero, .CN .site-header .top-links__nav span, .site-header .top-links__nav .CN span,
  .CN .site-header .top-links__nav a, .site-header .top-links__nav .CN a, .CN .navigation__link-item, .CN .navigation__call-out p, .navigation__call-out .CN p, .CN .navigation__promo-decription, .CN .c-office-info__manager-label, .CN label, .CN a.rssLink, .CN .paging, .CN .mod__component .modImageInfo a, .mod__component .modImageInfo .CN a, .CN .featuredResearch h3, .featuredResearch .CN h3 {
    font-family: FFScalaSansWebRegular, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal; }

.font-scala-sans--bold, .text-treatment--dates, .top-feature__date, .featured-content__text--date, .content-list__date, .media-container__media-date, .featured-content__item .item-date, .article__date, .article__aside .aside-list__date, .researchResults__date, .text-treatment--meta, .article__info, .article__body .article-media figcaption, .article__footer-meta, a.stand-alone, .more.indicator.arrow, strong, .section-header, .section-header--small, .mod__component .modHdg h3, .button, .contentWrap a.button, .searchBox .submit,
.searchBox .scfSubmitButton, .corporateDrop > a,
.scfSubmitButton, .top-links__nav a,
.top-links__nav span, input.site-search__search-box[type="text"], .mobile-hamburger, .site-nav .site-nav__row > li > a, .sub-nav__section-title, .translated-header-navigation__language, .translated-header-navigation__navigation-links a, .share-bar .share-bar__download, .service-links, .article__aside .title, .microsite-hamburger, .navigation__title, .navigation__link-item--more, .navigation__call-out a, .navigation__top-level, .microsite__main-content-well .rte h1, .microsite__main-content-well .rte h2, .microsite__main-content-well .rte h3, .microsite__main-content-well .rte h4, .microsite__main-content-well .rte h5, .microsite__main-content-well .rte h6, .explore__block span, .country-offices__office-view-more, .consultant-quote__source, .c-consultant-listing__title, .c-consultant-listing__headshot figcaption, .c-consultant-listing__name, .ahc-consultant-listing__title, .ahc-consultant-listing__headshot figcaption, .ahc-consultant-listing__name, .c-other-search-professionals__title, .c-office-info__location .c-office-info__download, .c-office-info__directions, .c-office-selector__region-title, .c-office-selector__region-name, a.indicator, .sidebar-nav__list-item, .searchBox input[type="text"],
.searchBox select, .scfForm input[type="text"],
input[type="text"],
.scfForm input[type="password"],
input[type="password"],
.scfForm select,
select,
.scfForm textarea,
textarea, .paging span > a,
.paging span > span, .searchResults td:first-child a, .mod__component .indicator-link, .featuredResearch .featuredInfo .meta-date, .regTable td b, .accountHeading b, .executiveTeam > ul > li a, .mediaCenter .search-results-hit .meta-date {
  font-family: FFScalaSansWebBold, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold; }
  .JP .font-scala-sans--bold, .JP .text-treatment--dates, .JP .top-feature__date, .JP .featured-content__text--date, .JP .content-list__date, .JP .media-container__media-date, .JP .featured-content__item .item-date, .featured-content__item .JP .item-date, .JP .article__date, .JP .article__aside .aside-list__date, .article__aside .JP .aside-list__date, .JP .researchResults__date, .JP .text-treatment--meta, .JP .article__info, .JP .article__body .article-media figcaption, .article__body .article-media .JP figcaption, .JP .article__footer-meta, .JP a.stand-alone, .JP .more.indicator.arrow, .JP strong, .JP .section-header, .JP .section-header--small, .JP .mod__component .modHdg h3, .mod__component .modHdg .JP h3, .JP .button, .JP .contentWrap a.button, .contentWrap .JP a.button, .JP .searchBox .submit, .searchBox .JP .submit, .JP .corporateDrop > a,
  .JP .scfSubmitButton, .JP .top-links__nav a, .top-links__nav .JP a,
  .JP .top-links__nav span, .top-links__nav .JP span, .JP .mobile-hamburger, .JP .site-nav .site-nav__row > li > a, .site-nav .JP .site-nav__row > li > a, .JP .sub-nav__section-title, .JP .translated-header-navigation__language, .JP .translated-header-navigation__navigation-links a, .translated-header-navigation__navigation-links .JP a, .JP .share-bar .share-bar__download, .share-bar .JP .share-bar__download, .JP .service-links, .JP .article__aside .title, .article__aside .JP .title, .JP .microsite-hamburger, .JP .navigation__title, .JP .navigation__link-item--more, .JP .navigation__call-out a, .navigation__call-out .JP a, .JP .navigation__top-level, .JP .microsite__main-content-well .rte h1, .microsite__main-content-well .rte .JP h1, .JP .microsite__main-content-well .rte h2, .microsite__main-content-well .rte .JP h2, .JP .microsite__main-content-well .rte h3, .microsite__main-content-well .rte .JP h3, .JP .microsite__main-content-well .rte h4, .microsite__main-content-well .rte .JP h4, .JP .microsite__main-content-well .rte h5, .microsite__main-content-well .rte .JP h5, .JP .microsite__main-content-well .rte h6, .microsite__main-content-well .rte .JP h6, .JP .explore__block span, .explore__block .JP span, .JP .country-offices__office-view-more, .JP .consultant-quote__source, .JP .c-consultant-listing__title, .JP .c-consultant-listing__headshot figcaption, .c-consultant-listing__headshot .JP figcaption, .JP .c-consultant-listing__name, .JP .ahc-consultant-listing__title, .JP .ahc-consultant-listing__headshot figcaption, .ahc-consultant-listing__headshot .JP figcaption, .JP .ahc-consultant-listing__name, .JP .c-other-search-professionals__title, .JP .c-office-info__location .c-office-info__download, .c-office-info__location .JP .c-office-info__download, .JP .c-office-info__directions, .JP .c-office-selector__region-title, .JP .c-office-selector__region-name, .JP a.indicator, .JP .sidebar-nav__list-item,
  .JP .searchBox select, .searchBox .JP select,
  .JP input[type="text"],
  .JP input[type="password"],
  .JP .scfForm select, .scfForm .JP select,
  .JP select,
  .JP .scfForm textarea, .scfForm .JP textarea,
  .JP textarea, .JP .paging span > a, .paging .JP span > a,
  .JP .paging span > span, .paging .JP span > span, .JP .searchResults td:first-child a, .searchResults td:first-child .JP a, .JP .mod__component .indicator-link, .mod__component .JP .indicator-link, .JP .featuredResearch .featuredInfo .meta-date, .featuredResearch .featuredInfo .JP .meta-date, .JP .regTable td b, .regTable td .JP b, .JP .accountHeading b, .accountHeading .JP b, .JP .executiveTeam > ul > li a, .executiveTeam > ul > li .JP a, .JP .mediaCenter .search-results-hit .meta-date, .mediaCenter .search-results-hit .JP .meta-date {
    font-family: FFScalaSansWebBold, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: bold; }
  .CN .font-scala-sans--bold, .CN .text-treatment--dates, .CN .top-feature__date, .CN .featured-content__text--date, .CN .content-list__date, .CN .media-container__media-date, .CN .featured-content__item .item-date, .featured-content__item .CN .item-date, .CN .article__date, .CN .article__aside .aside-list__date, .article__aside .CN .aside-list__date, .CN .researchResults__date, .CN .text-treatment--meta, .CN .article__info, .CN .article__body .article-media figcaption, .article__body .article-media .CN figcaption, .CN .article__footer-meta, .CN a.stand-alone, .CN .more.indicator.arrow, .CN strong, .CN .section-header, .CN .section-header--small, .CN .mod__component .modHdg h3, .mod__component .modHdg .CN h3, .CN .button, .CN .contentWrap a.button, .contentWrap .CN a.button, .CN .searchBox .submit, .searchBox .CN .submit, .CN .corporateDrop > a,
  .CN .scfSubmitButton, .CN .top-links__nav a, .top-links__nav .CN a,
  .CN .top-links__nav span, .top-links__nav .CN span, .CN .mobile-hamburger, .CN .site-nav .site-nav__row > li > a, .site-nav .CN .site-nav__row > li > a, .CN .sub-nav__section-title, .CN .translated-header-navigation__language, .CN .translated-header-navigation__navigation-links a, .translated-header-navigation__navigation-links .CN a, .CN .share-bar .share-bar__download, .share-bar .CN .share-bar__download, .CN .service-links, .CN .article__aside .title, .article__aside .CN .title, .CN .microsite-hamburger, .CN .navigation__title, .CN .navigation__link-item--more, .CN .navigation__call-out a, .navigation__call-out .CN a, .CN .navigation__top-level, .CN .microsite__main-content-well .rte h1, .microsite__main-content-well .rte .CN h1, .CN .microsite__main-content-well .rte h2, .microsite__main-content-well .rte .CN h2, .CN .microsite__main-content-well .rte h3, .microsite__main-content-well .rte .CN h3, .CN .microsite__main-content-well .rte h4, .microsite__main-content-well .rte .CN h4, .CN .microsite__main-content-well .rte h5, .microsite__main-content-well .rte .CN h5, .CN .microsite__main-content-well .rte h6, .microsite__main-content-well .rte .CN h6, .CN .explore__block span, .explore__block .CN span, .CN .country-offices__office-view-more, .CN .consultant-quote__source, .CN .c-consultant-listing__title, .CN .c-consultant-listing__headshot figcaption, .c-consultant-listing__headshot .CN figcaption, .CN .c-consultant-listing__name, .CN .ahc-consultant-listing__title, .CN .ahc-consultant-listing__headshot figcaption, .ahc-consultant-listing__headshot .CN figcaption, .CN .ahc-consultant-listing__name, .CN .c-other-search-professionals__title, .CN .c-office-info__location .c-office-info__download, .c-office-info__location .CN .c-office-info__download, .CN .c-office-info__directions, .CN .c-office-selector__region-title, .CN .c-office-selector__region-name, .CN a.indicator, .CN .sidebar-nav__list-item,
  .CN .searchBox select, .searchBox .CN select,
  .CN input[type="text"],
  .CN input[type="password"],
  .CN .scfForm select, .scfForm .CN select,
  .CN select,
  .CN .scfForm textarea, .scfForm .CN textarea,
  .CN textarea, .CN .paging span > a, .paging .CN span > a,
  .CN .paging span > span, .paging .CN span > span, .CN .searchResults td:first-child a, .searchResults td:first-child .CN a, .CN .mod__component .indicator-link, .mod__component .CN .indicator-link, .CN .featuredResearch .featuredInfo .meta-date, .featuredResearch .featuredInfo .CN .meta-date, .CN .regTable td b, .regTable td .CN b, .CN .accountHeading b, .accountHeading .CN b, .CN .executiveTeam > ul > li a, .executiveTeam > ul > li .CN a, .CN .mediaCenter .search-results-hit .meta-date, .mediaCenter .search-results-hit .CN .meta-date {
    font-family: FFScalaSansWebBold, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold; }

.font-scala-sans--italic, em,
i {
  font-family: FFScalaSansWebItalic, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal; }
  .JP .font-scala-sans--italic, .JP em,
  .JP i {
    font-family: FFScalaSansWebItalic, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: italic;
    font-weight: normal; }
  .CN .font-scala-sans--italic, .CN em,
  .CN i {
    font-family: FFScalaSansWebItalic, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: normal; }

.font-scala-sans--bold-italic, strong em, em strong, b i, i b {
  font-family: FFScalaSansWebBoldItalic, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold; }
  .JP .font-scala-sans--bold-italic, .JP strong em, strong .JP em, .JP em strong, em .JP strong, .JP b i, b .JP i, .JP i b, i .JP b {
    font-family: FFScalaSansWebBoldItalic, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: italic;
    font-weight: bold; }
  .CN .font-scala-sans--bold-italic, .CN strong em, strong .CN em, .CN em strong, em .CN strong, .CN b i, b .CN i, .CN i b, i .CN b {
    font-family: FFScalaSansWebBoldItalic, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: bold; }

/* Extensable text treatments */
.text-treatment--dates, .top-feature__date, .featured-content__text--date, .content-list__date, .media-container__media-date, .featured-content__item .item-date, .article__date, .article__aside .aside-list__date, .researchResults__date {
  font-size: 11px;
  font-size: 0.7rem;
  color: #a5a5a6;
  text-transform: uppercase;
  letter-spacing: 2px; }

.text-treatment--meta, .article__info, .article__body .article-media figcaption, .article__footer-meta {
  font-size: 12px;
  font-size: 0.8rem;
  color: #a5a5a6; }
  .text-treatment--meta a, .article__info a, .article__body .article-media figcaption a, .article__footer-meta a {
    color: #a5a5a6; }
    .text-treatment--meta a:hover, .article__info a:hover, .article__body .article-media figcaption a:hover, .article__footer-meta a:hover {
      color: #7cb085; }

/* * *
	HEADERS & HEADLINES
* * */
h1 {
  font-size: 53px;
  font-size: 3.35rem;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 0 .5em; }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 42px;
      font-size: 2.68rem; } }

h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 .856em; }

h2 {
  font-size: 35px;
  font-size: 2.2rem;
  line-height: 1.13636em; }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 28px;
      font-size: 1.76rem; } }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em; }
  @media screen and (max-width: 600px) {
    h3 {
      font-size: 19px;
      font-size: 1.2rem; } }

h4 {
  font-size: 19px;
  font-size: 1.2rem;
  margin: 1.3em 0 .2em; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 .1em; }

h6 {
  font-size: 14px;
  font-size: 0.9rem;
  margin: 0 0 .1em; }

.headline--xl, .internal-page-title {
  font-size: 33px;
  font-size: 2.1rem; }

.headline--l {
  font-size: 22px;
  font-size: 1.4rem; }

.headline--m {
  font-size: 19px;
  font-size: 1.2rem; }

.headlined-copy {
  margin-top: 12px; }
  .headlined-copy--offset {
    padding-top: 38px; }
  .headlined-copy ~ .button, .contentWrap .headlined-copy ~ a.button, .searchBox .headlined-copy ~ .submit,
  .searchBox .headlined-copy ~ .scfSubmitButton, .corporateDrop > .headlined-copy ~ a {
    margin-top: 36px; }
  @media screen and (max-width: 768px) {
    .headlined-copy.headlined-copy--offset {
      padding-top: 0; } }

.dotted-separator {
  margin: 64px 0 58px;
  border-top: 1px dotted #c0c0c1;
  height: 1px; }

.internal-page-title {
  display: block;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 24px; }
  @media screen and (max-width: 600px) {
    .internal-page-title {
      margin: 0 0 48px;
      font-size: 32px; } }

/* General Styling */
html,
body {
  font-size: 20px;
  color: #4c4c4e;
  background-color: #4c4c4e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

html[lang="ja-JP"],
html[lang="zh-CN"],
body.JP,
body.CN {
  font-size: 16px; }

::-moz-selection {
  background-color: #98a7bc;
  color: white; }

::selection {
  background-color: #98a7bc;
  color: white; }

p, ul, ol {
  margin: 0 0 1em 0;
  line-height: 1.35em; }
  .smaller-text-component p, .smaller-text-component ul, .smaller-text-component ol {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.38889em; }
  p:last-child, ul:last-child, ol:last-child {
    margin-bottom: 0; }

hr {
  margin: 0 0 1em 0; }

ul li, ol li {
  margin-bottom: 1.25em; }

ul {
  padding: 0 0 0 40px;
  list-style-type: disc; }
  ul ul {
    margin: 0; }

ol {
  padding: 0 0 0 40px; }
  ol ol {
    margin: 0;
    list-style-type: lower-alpha; }

a {
  color: #3b964b;
  text-decoration: none; }
  a:hover {
    color: #7cb085; }
  a.stand-alone, .more.indicator.arrow {
    color: #4c4c4e; }
    a.stand-alone:after, .more.indicator.arrow:after {
      content: ' \203A';
      display: inline-block;
      margin: 0 0 0 0.1em;
      font-size: 1.3em;
      color: #3b964b; }
    a.stand-alone:hover, .more.indicator.arrow:hover {
      color: #7cb085; }
      a.stand-alone:hover:after, .more.indicator.arrow:hover:after {
        color: #7cb085; }

strong {
  font-weight: normal; }
  strong .JP,
  strong .CN {
    font-weight: bold; }

em,
i {
  font-weight: normal; }
  em .JP,
  em .CN,
  i .JP,
  i .CN {
    font-style: italic; }

.section-header {
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 52px 0; }
  .section-header .inner-text {
    display: inline-block;
    background-color: white;
    padding: 0 18px;
    position: relative;
    z-index: 2; }
  .section-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    border-top: 1px dotted #818183;
    left: 0;
    bottom: 50%;
    margin-bottom: 2px; }

.section-header.section-header--country-page {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 44px;
  text-align: center;
  text-transform: none; }
  @media screen and (max-width: 900px) {
    .section-header.section-header--country-page {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 40px; } }
  .section-header.section-header--country-page:after {
    content: none; }

.section-header--small, .mod__component .modHdg h3 {
  font-size: 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-bottom: 1px dotted #4c4c4e;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

/* Button Styling */
.button, .contentWrap a.button, .searchBox .submit,
.searchBox .scfSubmitButton, .corporateDrop > a,
.scfSubmitButton {
  display: inline-block;
  font-size: 13px;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4px;
  padding: 15px 15px 11px 15px;
  text-align: center;
  min-width: 220px;
  border: 2px solid #7cb085;
  background-color: transparent;
  color: #4c4c4e;
  outline: none; }
  .button:hover, .contentWrap a.button:hover, .searchBox .submit:hover,
  .searchBox .scfSubmitButton:hover, .corporateDrop > a:hover,
  .scfSubmitButton:hover {
    background-color: #7cb085;
    color: white; }

.button--special {
  border-color: #fbcc11; }
  .button--special:hover {
    background-color: #fbcc11; }

/* simple show/hide scripting */
.js-show-hide--target {
  display: none; }
  .is-on .js-show-hide--target {
    display: block; }

/* re-usable social menu styles */
.social-list {
  padding: 0;
  list-style-type: none;
  max-width: 150px;
  text-align: center; }
  .social-list::after {
    clear: both;
    content: "";
    display: table; }
  .social-list li {
    float: left;
    margin-left: 10px; }
    .social-list li:first-child {
      margin-left: 0; }
  .social-list .icon {
    width: 26px;
    height: 26px;
    background-size: 26px;
    text-indent: -99999px; }

/* .visuallyhidden pulled in from previous site/styles */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.indicator.drop span {
  width: 18px;
  height: 18px;
  display: inline-block;
  text-indent: -99999px; }
  .indicator.drop span.active {
    background-position: 0 0; }

.indicator.drop.active span {
  background-position: 0 0; }

.indicator.arrow {
  color: #3b964b; }
  .indicator.arrow span {
    text-indent: -99999px;
    padding: 0; }
  .indicator.arrow:link:hover {
    color: #7cb085; }

/* Bx-Slider Pager Styles */
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #d5e7da; }
  .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #7cb085; }
  .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a.active:hover {
    background-color: #3b964b; }

.internal-page-header {
  position: relative; }

.slick-dots button {
  padding: 0; }

/* basic icon styling */
.icon {
  width: 25px;
  height: 25px;
  background-size: 25px;
  display: block; }

.icon-arrow, .indicator.arrow span, .mod__component .indicator-link:after {
  background: url("/images/svg/arrow.svg") no-repeat; }

.icon-arrow-circle, .sidebar-nav__list-item > a:after {
  background: url("/images/svg/arrow_ko.svg") no-repeat; }

.icon-download {
  background: url("/images/svg/download.svg") no-repeat; }

.icon-email, .emailLink:before {
  background: url("/images/svg/mail.svg") no-repeat; }

.icon-facebook {
  background: url("/images/svg/facebook.svg") no-repeat; }

.icon-linkedin {
  background: url("/images/svg/linkedin.svg") no-repeat; }

.icon-youtube {
  background: url("//static.spencerstuart.com/assets/site/yt.svg") no-repeat; }

.icon-minus, .indicator.drop span.active, .indicator.drop.active span, .is-on .site-nav__sub-nav--trigger, .sidebar-nav__list-item > a.indicator.drop span.active, .sidebar-nav__list-item > a.indicator.drop.active span, .contentDrop > li > a.indicator.drop.active span {
  background: url("/images/svg/minus.svg") no-repeat; }

.icon-plus, .indicator.drop span, .site-nav__sub-nav--trigger, .sidebar-nav__list-item > a.indicator.drop span, .contentDrop > li > a.indicator.drop span {
  background: url("/images/svg/plus.svg") no-repeat; }

.icon-rss {
  background: url("/images/svg/rss.svg") no-repeat; }

.icon-search {
  background: url("/images/svg/search.svg") no-repeat; }
  .icon-search:before {
    content: ''; }

.icon-twitter {
  background: url("/images/svg/twitter.svg") no-repeat; }

.icon-arrow-down {
  background: url("/images/svg/icon-arrow-down.svg") no-repeat; }

.icon-arrow-up {
  background: url("/images/svg/icon-arrow-up-white.svg") no-repeat; }

.icon-wechat {
  background: url("/images/svg/wechat.svg") no-repeat;
  position: relative; }

.icon-wechat:after {
  content: "";
  display: none;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 26px;
  left: 0;
  background: url("/images/global/icons/WeChatQR.jpg") no-repeat; }

.icon-wechat:hover:after {
  display: block; }

/* Styles for the site header, and it's various parts */
.site-header {
  background-color: #f5f7f9;
  position: relative;
  z-index: 2; }
  .site-header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1015px) {
    .site-header .site-width__constraint, .site-header .hero-banner__inner-wrapper, .site-header .country-offices {
      text-align: center; } }

.top-links {
  background-color: #4c4c4e; }
  .top-links::after {
    clear: both;
    content: "";
    display: table; }

.top-links__nav {
  float: left;
  width: calc(100% - 250px);
  min-height: 35px;
  list-style-type: none; }
  .top-links__nav > li {
    float: right; }
  .top-links__nav a,
  .top-links__nav span {
    display: block;
    color: #ececec;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 11px 18px 0 18px;
    cursor: pointer; }
    .top-links__nav a:hover,
    .top-links__nav span:hover {
      color: #d5e7da; }
  @media screen and (max-width: 785px) {
    .top-links__nav {
      width: auto; }
      .top-links__nav a,
      .top-links__nav span {
        margin-left: 0; } }
  @media screen and (max-width: 450px) {
    .top-links__nav .mobile-hide {
      display: none; } }

.top-links__drop-menu {
  position: relative; }
  .top-links__drop-menu .language-list {
    display: none;
    background-color: #4c4c4e;
    position: absolute;
    width: 100%;
    min-width: 94px;
    z-index: 10;
    top: 100%;
    padding-bottom: 10px;
    text-align: left; }
    .top-links__drop-menu .language-list a {
      margin-right: 18px;
      margin-left: 18px; }
      @media screen and (max-width: 768px) {
        .top-links__drop-menu .language-list a {
          margin-right: 14px;
          margin-left: 14px; } }
  .top-links__drop-menu.is-on .language-list {
    display: block; }
    @media screen and (max-width: 1000px) {
      .top-links__drop-menu.is-on .language-list {
        right: 0px; } }

.site-search {
  float: right;
  margin-top: 5px;
  background-color: #818183;
  width: 250px;
  max-height: 100%;
  transition: max-height 0.3s, margin 0.3s; }
  @media screen and (max-width: 785px) {
    .site-search {
      width: 100%;
      float: none;
      clear: both;
      margin: 0 0 0 0;
      max-height: 0;
      overflow: hidden; }
      .site-search::after {
        clear: both;
        content: "";
        display: table; }
      .site-search.is-open {
        max-height: 100px;
        margin: 0 0 5px 0; } }

input[type="text"].site-search__search-box {
  font-size: 9px;
  font-size: 0.6rem;
  color: #ececec;
  background-color: transparent;
  outline: none;
  letter-spacing: 1px;
  border: none;
  height: 25px;
  line-height: 25px;
  padding: 1px 10px 0 10px;
  width: calc(100% - 25px);
  float: left; }
  input[type="text"].site-search__search-box::-webkit-input-placeholder {
    color: #ececec;
    text-transform: uppercase; }
  input[type="text"].site-search__search-box::-moz-placeholder {
    color: #ececec;
    text-transform: uppercase; }
  input[type="text"].site-search__search-box:-moz-placeholder {
    color: #ececec;
    text-transform: uppercase; }
  input[type="text"].site-search__search-box:-ms-input-placeholder {
    color: #ececec;
    text-transform: uppercase; }

.site-search__search-submit,
.site-search__mobile .icon {
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  border: none;
  padding: 0;
  background-color: transparent;
  background-size: 17px 17px;
  background-position: 0 4px; }

.site-search__mobile {
  width: 25px;
  height: 25px;
  display: none;
  float: right;
  cursor: pointer; }
  .site-search__mobile .icon {
    position: relative;
    top: 4px; }
  .site-search__mobile.is-open {
    position: relative; }
    .site-search__mobile.is-open .icon {
      display: none; }
    .site-search__mobile.is-open:before, .site-search__mobile.is-open:after {
      content: '';
      width: 20px;
      height: 3px;
      position: absolute;
      bottom: 25%;
      left: 0; }
    .site-search__mobile.is-open:before {
      background-color: #fff;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .site-search__mobile.is-open:after {
      background-color: #fff;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  @media screen and (max-width: 785px) {
    .site-search__mobile {
      display: block; } }

.site-logo {
  display: block;
  width: 250px;
  float: left;
  clear: left;
  margin: 33px 0 0 0;
  height: 59px; }
  .site-logo img {
    max-width: 100%;
    width: 198px;
    height: auto;
    display: block; }
  @media screen and (max-width: 1015px) and (min-width: 760px) {
    .site-logo {
      display: inline-block;
      width: auto;
      float: none;
      text-align: center;
      height: 50px; } }
  @media screen and (max-width: 760px) {
    .site-logo {
      margin: 23px 0 10px 0;
      padding: 0 0 0 10px; } }

.mobile-hamburger {
  display: none;
  position: relative;
  float: right;
  font-size: 19px;
  font-size: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
  color: #4c4c4e;
  margin-top: 10px;
  max-width: calc(100% - 250px);
  /* max-width is 100% minus the width of the logo container */
  padding: 10px 0 10px 40px;
  height: 52px; }
  @media screen and (max-width: 760px) {
    .mobile-hamburger {
      display: block; } }
  .mobile-hamburger .hamburger-label {
    padding-right: 10px; }
  .mobile-hamburger .icon-hamburger {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    background-color: #818183; }
    .mobile-hamburger .icon-hamburger:before, .mobile-hamburger .icon-hamburger:after {
      content: '';
      width: 100%;
      height: 4px;
      border-radius: 2px;
      position: absolute;
      left: 0;
      background-color: #818183; }
    .mobile-hamburger .icon-hamburger:before {
      bottom: 8px; }
    .mobile-hamburger .icon-hamburger:after {
      top: 8px; }
  @media screen and (max-width: 374px) {
    .mobile-hamburger {
      height: 40px;
      margin-top: 15px; }
      .mobile-hamburger .hamburger-label {
        display: none; }
      .mobile-hamburger .icon-hamburger {
        left: 5px; } }

.site-nav {
  /*
		Width here is calculated at 100%, minus
		the width of the site-logo.
	*/
  width: calc(100% - 250px);
  float: left;
  position: relative;
  letter-spacing: 1px; }
  .site-nav a {
    text-decoration: none; }
  .site-nav .site-nav__row {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #a5a5a6; }
    .site-nav .site-nav__row::after {
      clear: both;
      content: "";
      display: table; }
    .site-nav .site-nav__row:first-child {
      border-top: none; }
    .site-nav .site-nav__row > li {
      float: left;
      width: 25%;
      padding: 7px 10px 4px 10px;
      margin: 0; }
      .site-nav .site-nav__row > li::after {
        clear: both;
        content: "";
        display: table; }
      .site-nav .site-nav__row > li > a {
        display: inline-block;
        font-size: 12px;
        font-size: 0.75rem;
        color: #262626;
        text-transform: uppercase;
        float: left;
        text-align: left; }
        .site-nav .site-nav__row > li > a.on {
          color: #818183; }
      @media screen and (min-width: 760px) {
        .site-nav .site-nav__row > li:hover, .site-nav .site-nav__row > li.is-on {
          background-color: #4c4c4e; }
          .site-nav .site-nav__row > li:hover > a, .site-nav .site-nav__row > li.is-on > a {
            color: #ececec; } }
    .site-nav .site-nav__row:first-child li {
      padding-top: 17px; }
    .site-nav .site-nav__row:last-child li {
      padding-bottom: 13px; }
  @media screen and (max-width: 1015px) {
    .site-nav {
      width: 100%; } }
  @media screen and (max-width: 760px) {
    .site-nav {
      background-color: #ececec;
      display: none; }
      .site-nav .site-nav__row {
        border-top: none; }
        .site-nav .site-nav__row > li {
          width: 100%;
          float: none;
          position: relative;
          padding: 0px 10px 0 10px;
          border-top: 1px dotted #a5a5a6; }
          .site-nav .site-nav__row > li:first-child {
            border-top: non; }
          .site-nav .site-nav__row > li > a {
            padding: 10px 0; }
        .site-nav .site-nav__row:first-child > li {
          padding-top: 0; }
        .site-nav .site-nav__row:last-child li {
          padding-bottom: 0;
          margin-bottom: 0; }
      .site-nav.mobile-is-on {
        display: block; } }

.sub-nav__trigger-wrapper {
  white-space: nowrap; }

.site-nav__sub-nav--trigger {
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top; }
  @media screen and (max-width: 760px) {
    .site-nav__sub-nav--trigger {
      background-position: 10px 0;
      margin-left: 16px;
      width: 40px; }
      .is-on .site-nav__sub-nav--trigger {
        background-position: 10px 0;
        margin-left: 16px;
        background-size: 20px; } }

.site-nav__sub-nav {
  display: none;
  position: absolute;
  background-color: #4c4c4e;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 9999; }
  .site-nav__sub-nav::after {
    clear: both;
    content: "";
    display: table; }
  .is-on .site-nav__sub-nav {
    display: block; }
  .site-nav__sub-nav.single-col {
    width: 40%; }
    .is-on .site-nav__sub-nav.single-col ul {
      display: block; }
  @media screen and (max-width: 760px) {
    .site-nav__sub-nav {
      position: relative;
      clear: both;
      background-color: #e5eaef;
      width: calc(100% + 10px); }
      .site-nav__sub-nav.single-col {
        width: calc(100% + 10px); } }

.sub-nav__section {
  float: left;
  width: calc(100% / 3);
  padding: 30px;
  text-align: left; }
  .sub-nav__section a {
    clear: left;
    color: #ececec; }
    .sub-nav__section a:hover {
      color: #d5e7da; }
  .sub-nav__section > ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .sub-nav__section li {
    margin-bottom: 0.6em;
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 1.25em; }
    .sub-nav__section li:last-child {
      margin-bottom: 0; }
  .sub-nav__section.single-col {
    width: 100%; }
  @media screen and (max-width: 760px) {
    .sub-nav__section {
      float: none;
      width: 100%;
      padding: 0; }
      .sub-nav__section a {
        color: #262626;
        padding: 10px 0;
        display: inline-block; }
      .sub-nav__section > ul {
        padding-left: 20px;
        background-color: #f5f7f9;
        display: none; } }

.sub-nav__section-title {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ececec;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  display: block;
  font-weight: normal;
  cursor: pointer; }
  @media screen and (max-width: 760px) {
    .sub-nav__section-title {
      color: #262626;
      padding: 10px 0 10px 20px;
      display: inline-block;
      margin-bottom: 0; }
      .sub-nav__section-title:after {
        width: 20px;
        height: 20px;
        background-size: 20px;
        content: '';
        display: inline-block;
        margin-left: 16px;
        margin-left: 1rem;
        position: relative;
        top: 5px; }
      .sub-nav__section-title.is-on + ul {
        display: block; } }

.translated-header-navigation {
  -ms-flex-align: center;
      align-items: center;
  background-color: #00396f;
  display: -ms-flexbox;
  display: flex;
  height: 100px; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation {
      height: auto; } }

.translated-header-navigation__inner-wrapper {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation__inner-wrapper {
      -ms-flex-direction: column;
          flex-direction: column; } }

@media screen and (max-width: 900px) {
  .site-header .translated-header-navigation__inner-wrapper.site-width__constraint, .site-header .translated-header-navigation__inner-wrapper.hero-banner__inner-wrapper, .site-header .translated-header-navigation__inner-wrapper.country-offices {
    padding: 0; } }

.translated-header-navigation__mobile-toggle-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation__mobile-toggle-wrapper {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-order: 2;
          order: 2;
      position: relative;
      width: 100%; } }

.translated-header-navigation__logo-wrapper {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0 auto 0 0; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation__logo-wrapper {
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-order: 2;
          order: 2;
      padding: 20px;
      width: calc(100% - 65px); } }

.translated-header-navigation__logo img {
  height: 31px;
  width: 205px; }

.translated-header-navigation__language {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: 27px;
  vertical-align: middle; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation__language {
      display: none; } }

.translated-header-navigation__navigation-links .translated-header-navigation__language {
  display: none; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation__navigation-links .translated-header-navigation__language {
      display: block;
      margin-left: 0; } }

.translated-header-navigation__language a {
  color: #7cb085;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: 3px; }

.translated-header-navigation__navigation-links .translated-header-navigation__language a {
  color: #7cb085;
  font-size: 25px;
  margin-bottom: 12px;
  text-transform: none; }

.translated-header-navigation__navigation-links .translated-header-navigation__language a:hover,
.translated-header-navigation__language a:hover {
  color: #d5e7da; }

.translated-header-navigation__language::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 45px;
  margin-right: 27px;
  width: 2px; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation__language::before {
      display: none; } }

.translated-header-navigation__mobile-toggle-checkbox,
.translated-header-navigation__mobile-toggle-label {
  display: none; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation__mobile-toggle-checkbox,
    .translated-header-navigation__mobile-toggle-label {
      cursor: pointer;
      display: block;
      height: 22px;
      position: absolute;
      right: 20px;
      top: 25px;
      width: 30px; } }

.translated-header-navigation__mobile-toggle-checkbox {
  opacity: 0; }

.translated-header-navigation__mobile-toggle-icon {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  background-color: #ffffff; }
  .translated-header-navigation__mobile-toggle-icon:before, .translated-header-navigation__mobile-toggle-icon:after {
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    background-color: #ffffff; }
  .translated-header-navigation__mobile-toggle-icon:before {
    bottom: 8px; }
  .translated-header-navigation__mobile-toggle-icon:after {
    top: 8px; }

.translated-header-navigation__mobile-toggle-label:hover .translated-header-navigation__mobile-toggle-icon,
.translated-header-navigation__mobile-toggle-label:hover .translated-header-navigation__mobile-toggle-icon::before,
.translated-header-navigation__mobile-toggle-label:hover .translated-header-navigation__mobile-toggle-icon::after {
  background-color: #98a7bc;
  cursor: pointer; }

.translated-header-navigation__navigation-links {
  -ms-flex-align: end;
      align-items: flex-end;
  bottom: 8px;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation__navigation-links {
      display: block;
      height: 0px;
      margin-left: 0;
      -ms-flex-order: 3;
          order: 3;
      overflow: hidden;
      transition: all 1s ease;
      width: 100%; } }

@media screen and (max-width: 900px) {
  .translated-header-navigation__mobile-toggle-checkbox:checked ~ .translated-header-navigation__navigation-links {
    height: auto;
    padding: 0 0 10px 0; } }

.translated-header-navigation__navigation-links a {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation__navigation-links a {
      display: block;
      padding: 6px 0; } }

.translated-header-navigation__eyebrow-links {
  bottom: 6px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .translated-header-navigation__eyebrow-links {
      border-bottom: 2px solid #7cb085;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding: 9px 20px 9px 10px;
      -ms-flex-order: 1;
          order: 1;
      width: 100%; } }

.translated-header-navigation__eyebrow-links a {
  color: #ffffff;
  font-size: 13px; }

.translated-header-navigation__eyebrow-links a,
.translated-header-navigation__navigation-links a {
  margin-left: 20px; }

.translated-header-navigation__navigation-links a:hover,
.translated-header-navigation__eyebrow-links a:hover {
  color: #98a7bc; }

/* Component specific colors */
/* Share Bar Component Styles */
.share-bar-office-for-mobile {
  margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .share-bar-office-for-mobile {
      display: none;
      margin-bottom: 0; } }
  .share-bar-office-for-mobile .share-bar li {
    margin-bottom: 0; }

.footer-promo + .share-bar-office-for-mobile {
  margin-bottom: 25px;
  margin-top: 70px; }
  @media screen and (max-width: 600px) {
    .footer-promo + .share-bar-office-for-mobile {
      margin-top: 75px; } }
  @media screen and (min-width: 768px) {
    .footer-promo + .share-bar-office-for-mobile {
      margin-bottom: 0;
      margin-top: 0; } }

.hero-banner-default .share-bar--internal-wrapper {
  margin-top: 0; }

.share-bar {
  float: right;
  font-size: 0;
  list-style-type: none;
  padding: 0;
  position: relative; }
  .share-bar--internal-wrapper {
    float: right;
    margin-top: -18px; }
  .article-content .share-bar, .share-bar--article-page {
    padding-top: 18px; }
  .share-bar-office-for-mobile .share-bar {
    float: none;
    text-align: center; }
  .share-bar li {
    display: inline-block;
    margin: 6px 0 0 10px;
    vertical-align: top; }
    .share-bar-office-for-mobile .share-bar li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 350px) {
      .share-bar li {
        margin: 0 0 5px 8px; } }
  .share-bar .share-bar__download--top {
    margin-left: 0;
    margin-top: 0; }
  .share-bar a {
    color: #4c4c4e;
    display: block;
    line-height: 1em; }
  .share-bar .icon {
    width: 26px;
    height: 26px;
    background-size: 26px; }
  .share-bar .addthis_button_email {
    padding-right: 0 !important; }
  .share-bar .icon-download {
    background: none;
    display: inline-block;
    margin-right: 5px;
    height: 10px;
    width: 9px;
    vertical-align: middle; }
    .share-bar .icon-download path {
      fill: #4D4D4F; }
  .share-bar .share-bar__download {
    border: 2px solid #fbcc11;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 30px;
    margin: 0 20px 0 0; }
    .share-bar .share-bar__download:hover {
      color: #fff;
      background-color: #fbcc11; }
      .share-bar .share-bar__download:hover .icon-download path {
        fill: #fff; }
    @media screen and (max-width: 350px) {
      .share-bar .share-bar__download {
        margin: 0 5px 0 0; } }
  .share-bar .share-bar__download--top {
    margin-top: 0; }
    @media screen and (max-width: 600px) {
      .share-bar .share-bar__download--top {
        display: block;
        margin-bottom: 25px;
        margin-left: 0; }
        .share-bar .share-bar__download--top + li {
          margin-left: 0; }
        .share-bar .share-bar__download--top .share-bar__download {
          display: inline-block;
          margin-right: 0; } }
  @media screen and (max-width: 800px) {
    .share-bar {
      right: auto; } }
  @media screen and (max-width: 600px) {
    .share-bar {
      right: auto;
      text-align: center; }
      .share-bar li {
        margin-top: 0; }
      .share-bar .icon {
        width: 38px;
        height: 38px;
        background-size: 38px; }
      .share-bar--internal-wrapper {
        position: absolute;
        bottom: 24px;
        left: 6px; } }

.share-bar--bottom {
  background-color: #f5f7f9;
  padding: 20px;
  text-align: center; }
  .share-bar--bottom::after {
    clear: both;
    content: "";
    display: table; }
  .share-bar--bottom .share-bar,
  .article-container .share-bar--bottom .share-bar {
    display: inline-block;
    float: none;
    margin: 0;
    right: auto;
    vertical-align: middle;
    padding-top: 0; }
    .share-bar--bottom .share-bar li,
    .article-container .share-bar--bottom .share-bar li {
      margin-top: 6px;
      margin-bottom: 7px;
      vertical-align: middle; }
    .share-bar--bottom .share-bar .share-bar__download--bottom,
    .article-container .share-bar--bottom .share-bar .share-bar__download--bottom {
      margin-bottom: 0;
      margin-top: 0; }
      @media screen and (max-width: 600px) {
        .share-bar--bottom .share-bar .share-bar__download--bottom,
        .article-container .share-bar--bottom .share-bar .share-bar__download--bottom {
          margin-bottom: 25px; } }
    @media screen and (max-width: 650px) {
      .article-container .share-bar--bottom .share-bar, .article-container
      .article-container .share-bar--bottom .share-bar {
        margin: 0; } }
  .share-bar--bottom .share-bar__download {
    margin-right: 0; }
  .share-bar--bottom .share-bar__download--bottom {
    position: relative;
    float: right;
    padding-left: 60px;
    margin-left: 60px; }
    .share-bar--bottom .share-bar__download--bottom:before {
      content: '';
      background-color: #D6D6D8;
      position: absolute;
      left: 0;
      top: -5px;
      height: 50px;
      width: 1px; }
    @media screen and (max-width: 1000px) {
      .share-bar--bottom .share-bar__download--bottom {
        padding-left: 35px;
        margin-left: 35px; } }
    @media screen and (max-width: 600px) {
      .share-bar--bottom .share-bar__download--bottom {
        float: none;
        display: block;
        margin-bottom: 25px;
        margin-left: 0;
        padding-left: 0; }
        .share-bar--bottom .share-bar__download--bottom:before {
          display: none; } }
  @media screen and (max-width: 650px) {
    .share-bar--bottom {
      margin-bottom: 60px; } }
  @media screen and (max-width: 600px) {
    .share-bar--bottom {
      background-color: transparent;
      display: block;
      float: left;
      padding: 0;
      width: 100%; } }

.share-bar__share {
  display: inline-block;
  margin-right: 25px; }
  @media screen and (max-width: 600px) {
    .share-bar__share {
      display: none; } }

.boardIndexShareBar {
  left: -1px; }

/* Hero Banner Component Styles */
.hero-banner,
.hero-banner-default {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -10px;
  position: relative; }
  .hero-banner::after,
  .hero-banner-default::after {
    clear: both;
    content: "";
    display: table; }
  .page--what-we-do .hero-banner, .page--what-we-do
  .hero-banner-default {
    background-color: #272727;
    padding: 24px 0 184px; }
  .page--practice-listing .hero-banner, .page--practice-listing
  .hero-banner-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00396f+1,002b53+100 */
    background-color: #00396f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to bottom, #00396f 1%, #002b53 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00396f', endColorstr='#002b53',GradientType=0 );
    /* IE6-9 */
    padding: 24px 0 48px;
    margin-bottom: 64px; }

.hero-banner-default.hero-banner--translated {
  background-color: #f5f7f9; }
  .hero-banner-default.hero-banner--translated .breadcrumbs,
  .hero-banner-default.hero-banner--translated .breadcrumbs a,
  .hero-banner-default.hero-banner--translated .hero-banner__headline,
  .hero-banner-default.hero-banner--translated .hero-banner__copy {
    color: #4c4c4e; }

.hero-banner__overlay {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0.25; }
  .theme--light-on-dark .hero-banner__overlay {
    background-color: #4c4c4e; }
  .theme--dark-on-light .hero-banner__overlay {
    background-color: #f5f7f9; }

.hero-banner__content {
  position: relative;
  z-index: 3;
  width: 60%;
  padding: 100px 0; }
  .hero-banner__content .content--title {
    margin: 0 0 7.5px; }
    .JP .hero-banner__content .content--title {
      font-size: 42px;
      font-size: 2.65rem; }
  .hero-banner__content .content-description {
    font-size: 17px;
    font-size: 1.1rem;
    display: inline-block;
    width: 70%;
    margin: 0 0 30px; }
    .JP .hero-banner__content .content-description {
      font-size: 13px;
      font-size: 0.85rem; }
  .hero-banner__content.content--right {
    float: right;
    text-align: right; }
  .hero-banner__content.content--left {
    float: left;
    text-align: left; }
  .theme--light-on-dark .hero-banner__content {
    color: #ffffff; }
    .theme--light-on-dark .hero-banner__content .content-link {
      color: #ffffff; }
  .theme--dark-on-light .hero-banner__content {
    color: #262626; }
    .theme--dark-on-light .hero-banner__content .content-link {
      color: #262626; }
  @media screen and (max-width: 975px) {
    .hero-banner__content {
      width: 80%; } }
  @media screen and (max-width: 700px) {
    .hero-banner__content {
      width: 100%; }
      .hero-banner__content .content-description {
        display: none; }
      .hero-banner__content .content-link {
        width: 90%; }
      .hero-banner__content.content--left, .hero-banner__content.content--right {
        float: none;
        text-align: center; } }

.hero-banner--blog .hero-banner__breadcrumb a {
  color: #fff;
  display: inline-block;
  font-family: FFScalaSansWebRegular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 16px 0;
  margin: 1rem 0;
  padding-left: 10px;
  position: relative; }
  .hero-banner--blog .hero-banner__breadcrumb a:after {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 7px;
    position: absolute;
    top: 9px;
    left: 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    width: 7px; }

.hero-banner--blog article.hero-banner__content {
  float: none;
  margin: 0 auto;
  max-width: 448px;
  max-width: 28rem;
  padding: 117px 0 96px;
  padding: 7.35rem 0 6rem;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 700px) {
    .hero-banner--blog article.hero-banner__content {
      padding: 56px 0 34px;
      padding: 3.5rem 0 2.15rem; } }

.hero-banner--blog .hero-banner__breadcrumb + article.hero-banner__content {
  padding: 64px 0 96px;
  padding: 4rem 0 6rem; }
  @media screen and (max-width: 700px) {
    .hero-banner--blog .hero-banner__breadcrumb + article.hero-banner__content {
      padding: 2px 0 34px;
      padding: 0.15rem 0 2.15rem; } }

.hero-banner--blog .content-description {
  font-family: FFScalaWebItalic, Georgia, Utopia, Charter, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
  width: 100%; }
  @media screen and (max-width: 700px) {
    .hero-banner--blog .content-description {
      display: block;
      font-size: 18px; } }

.hero-banner--blog h1.content--title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: inline-block;
  font-family: FFScalaSansWebBold, Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 12px;
  line-height: 33px;
  margin: 0 auto 18px;
  margin: 0 auto 1.15rem;
  padding-bottom: 18px;
  padding-bottom: 1.15rem;
  text-transform: uppercase; }
  @media screen and (max-width: 700px) {
    .hero-banner--blog h1.content--title {
      line-height: 44px; } }

.hero-banner__headline {
  clear: both;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  padding: 32px 0; }
  .page--practice-listing .hero-banner__headline {
    text-align: left;
    padding-bottom: 0px; }

.hero-banner__separator {
  background-color: #fbcc11;
  width: 42px;
  height: 5px;
  margin: 0 auto;
  border: 0; }

.hero-banner__copy {
  clear: both;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  padding: 48px 84px 0; }
  .page--practice-listing .hero-banner__copy {
    text-align: left;
    padding: 0; }
  .hero-banner-default .hero-banner__copy {
    width: 80%; }

@media screen and (max-width: 600px) {
  .hero-banner__inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .hero-banner__inner-wrapper .share-bar {
      -ms-flex-order: 99;
          order: 99; }
  .hero-banner__copy {
    font-size: 16px;
    font-size: 1rem;
    padding: 48px 24px 24px; }
    .hero-banner-default .hero-banner__copy {
      width: 100%; }
  .page--practice-listing .hero-banner__headline {
    padding-top: 0; }
  .page--practice-listing .hero-banner__inner-wrapper {
    padding-bottom: 32px; } }

.hero-banner--consultant {
  min-height: 205px; }
  @media screen and (min-width: 768px) {
    .hero-banner--consultant {
      min-height: 300px; } }
  .hero-banner--consultant .hero-banner__content {
    padding: 85px 0 0;
    width: auto; }
    @media screen and (min-width: 768px) {
      .hero-banner--consultant .hero-banner__content {
        padding: 110px 0 0; } }
    .hero-banner--consultant .hero-banner__content .content--title {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      font-size: 40px;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .hero-banner--consultant .hero-banner__content .content--title {
          font-size: 70px; } }
    .hero-banner--consultant .hero-banner__content .content-description {
      display: block;
      left: 0;
      position: absolute;
      top: 10px; }
      @media screen and (min-width: 768px) {
        .hero-banner--consultant .hero-banner__content .content-description {
          top: 20px; } }
      .hero-banner--consultant .hero-banner__content .content-description a {
        font-size: 16px;
        line-height: 27px;
        padding-left: 10px;
        position: relative; }
        .hero-banner--consultant .hero-banner__content .content-description a:before {
          border-top: 2px solid;
          border-left: 2px solid;
          content: '';
          height: 7px;
          left: 0;
          margin-top: -4.5px;
          position: absolute;
          top: 50%;
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
          width: 7px; }
  .hero-banner--consultant .hero-banner__content,
  .hero-banner--consultant .hero-banner__content a {
    color: #ffffff; }
  .hero-banner--consultant.theme--dark-on-light .hero-banner__content,
  .hero-banner--consultant.theme--dark-on-light .hero-banner__content a {
    color: #262626; }
  .hero-banner--consultant.theme--light-on-dark .hero-banner__content,
  .hero-banner--consultant.theme--light-on-dark .hero-banner__content a {
    color: #ffffff; }

.hero-banner--office {
  min-height: 205px; }
  @media screen and (min-width: 768px) {
    .hero-banner--office {
      min-height: 440px; } }
  .hero-banner--office .landing-banner__share-bar {
    display: none;
    position: relative;
    z-index: 4; }
    @media screen and (min-width: 768px) {
      .hero-banner--office .landing-banner__share-bar {
        display: block; } }
  .hero-banner--office .hero-banner__content {
    padding: 70px 0;
    width: auto; }
    @media screen and (min-width: 768px) {
      .hero-banner--office .hero-banner__content {
        margin-bottom: 150px;
        padding: 25px 0; } }
    .hero-banner--office .hero-banner__content .content--title {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      font-size: 55px;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .hero-banner--office .hero-banner__content .content--title {
          font-size: 100px; } }
      @media screen and (min-width: 960px) {
        .hero-banner--office .hero-banner__content .content--title {
          font-size: 110px; } }
      @media screen and (min-width: 1060px) {
        .hero-banner--office .hero-banner__content .content--title.mobile--only {
          display: none; } }
      .hero-banner--office .hero-banner__content .content--title.desktop--only {
        display: none; }
        @media screen and (min-width: 1060px) {
          .hero-banner--office .hero-banner__content .content--title.desktop--only {
            display: block; } }

.hero-banner--global-locations {
  min-height: 205px; }
  @media screen and (min-width: 768px) {
    .hero-banner--global-locations {
      min-height: 300px; } }
  .hero-banner--global-locations .hero-banner__content {
    padding: 70px 0 60px;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .hero-banner--global-locations .hero-banner__content {
        padding: 100px 0 85px; } }
  .hero-banner--global-locations .content--title {
    font-size: 38px;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .hero-banner--global-locations .content--title {
        font-size: 70px; } }
  .hero-banner--global-locations .content--subtitle {
    font-size: 24px;
    font-variant-numeric: oldstyle-nums;
    -moz-font-feature-settings: "onum";
    -webkit-font-feature-settings: "onum";
    font-feature-settings: "onum";
    margin: 5px 0 0; }
    @media screen and (min-width: 768px) {
      .hero-banner--global-locations .content--subtitle {
        font-size: 30px; } }

.hero-banner--multilingual {
  min-height: 275px; }
  @media screen and (min-width: 768px) {
    .hero-banner--multilingual {
      min-height: 455px; } }
  .hero-banner--multilingual .site-width__constraint.site-width__has-gutter, .hero-banner--multilingual .hero-banner__inner-wrapper, .hero-banner--multilingual .country-offices {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (min-width: 768px) {
      .hero-banner--multilingual .site-width__constraint.site-width__has-gutter, .hero-banner--multilingual .hero-banner__inner-wrapper, .hero-banner--multilingual .country-offices {
        position: relative; } }
  .hero-banner--multilingual .hero-banner__content {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 70px 0;
    text-align: center;
    width: auto; }

.hero-banner--country {
  min-height: 375px; }
  @media screen and (min-width: 768px) {
    .hero-banner--country {
      min-height: 455px; } }
  .hero-banner--country .hero-banner__background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: absolute;
    width: 100%; }
  .hero-banner--country .landing-banner__share-bar {
    display: none;
    position: relative;
    z-index: 4; }
    @media screen and (min-width: 768px) {
      .hero-banner--country .landing-banner__share-bar {
        display: block;
        left: 0;
        position: absolute;
        right: 0; } }
  .hero-banner--country .hero-banner__inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero-banner--country .hero-banner__content {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 70px 0;
    text-align: center;
    width: auto; }
    @media screen and (min-width: 768px) {
      .hero-banner--country .hero-banner__content {
        padding: 25px 0; } }
  .hero-banner--country .content--title {
    -ms-flex-align: center;
        align-items: center;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    font-size: 60px;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    text-align: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 768px) {
      .hero-banner--country .content--title {
        font-size: 96px; } }
    @media screen and (min-width: 960px) {
      .hero-banner--country .content--title {
        font-size: 110px; } }
  .hero-banner--country.theme--dark-on-light .content--title {
    color: #262626; }
  .hero-banner--country.theme--dark-on-light .language-dropdown__dropdown-trigger {
    color: #262626;
    border-color: #262626;
    background-color: rgba(76, 76, 78, 0.15); }
  .hero-banner--country.theme--dark-on-light .language-dropdown__dropdown-trigger::after {
    border-top-color: #262626; }

/* Service Links Component Styling */
.service-links {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #00396f;
  padding-top: 20px;
  padding-bottom: 20px; }

.service-links__mobile-trigger {
  display: none;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem; }
  .service-links__mobile-trigger:after {
    font-size: 24px;
    font-size: 1.5rem;
    content: ' +'; }
    .is-on .service-links__mobile-trigger:after {
      content: ' \2013'; }
  @media screen and (max-width: 800px) {
    .service-links__mobile-trigger {
      display: block; } }

.service-links__list {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .service-links__list {
      display: none; } }

.service-links__item {
  border-left: 1px solid #56738f;
  display: table-cell;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  width: 100%; }
  @media screen and (min-width: 801px) {
    .service-links__item:nth-last-child(6):first-child,
    .service-links__item:nth-last-child(6):first-child ~ li {
      width: calc(100% / 6); }
    .service-links__item:nth-last-child(5):first-child,
    .service-links__item:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .service-links__item:nth-last-child(4):first-child,
    .service-links__item:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .service-links__item:nth-last-child(3):first-child,
    .service-links__item:nth-last-child(3):first-child ~ li {
      width: calc(100% / 3); }
    .service-links__item:nth-last-child(2):first-child,
    .service-links__item:nth-last-child(2):first-child ~ li {
      width: 50%; } }
  .service-links__item a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1.53333em; }
    .service-links__item a:hover {
      color: #98a7bc; }
  .service-links__item:first-child {
    border-left: none; }
  @media screen and (max-width: 800px) {
    .service-links__item {
      display: block;
      width: 100%; } }

/* Top Feature Component styles*/
.top-feature {
  background-color: #f5f7f9;
  padding: 75px 0;
  margin: 0 0 50px 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 750px) {
    .top-feature {
      text-align: center; } }

/* This makes the light grey-blue background extend the full width of the page, even if the component is inside of a container */
.top-feature:before {
  position: absolute;
  top: 0;
  left: -2em;
  z-index: -1;
  display: inline-block;
  width: calc(100% + 4em);
  height: 100%;
  background-color: #f5f7f9;
  content: ""; }

.top-feature__media {
  float: left;
  margin: 0; }
  .top-feature__media a {
    display: block; }
  .top-feature__media img {
    display: block;
    max-width: 300px;
    height: 211px; }
  @media screen and (max-width: 1060px) {
    .top-feature__media img {
      max-width: 27.5vw;
      height: auto; } }
  @media screen and (max-width: 750px) {
    .top-feature__media {
      float: none;
      margin: 0 0 20px 0; }
      .top-feature__media img {
        max-width: 100%;
        margin: 0 auto; } }

.top-feature__content {
  width: calc(100% - (300px + 20px));
  float: right; }
  @media screen and (max-width: 1060px) {
    .top-feature__content {
      width: calc(100% - (27.5vw + 20px));
      float: right; } }
  @media screen and (max-width: 750px) {
    .top-feature__content {
      float: none;
      width: 100%; } }

.top-feature__date, .featured-content__text--date, .content-list__date, .media-container__media-date {
  font-size: 11px;
  font-size: 0.7rem;
  margin-bottom: 1.21429em; }

.top-feature__title {
  margin: 0 0 5px 0;
  color: #262626; }
  .top-feature__title a {
    color: #262626; }
  .top-feature__title:hover,
  .top-feature__title a:hover {
    color: #7cb085; }

.top-feature__description {
  font-size: 14px;
  font-size: 0.9rem;
  margin-bottom: 1.44444em; }

@media screen and (max-width: 750px) {
  .top-feature__button {
    width: 100%; } }

/* Social Media Component Styles */
.social-media {
  margin: 0 0 50px; }
  .social-media .social-list {
    display: none; }
  @media screen and (max-width: 750px) {
    .social-media {
      text-align: center; }
      .social-media .social-list {
        display: inline-block;
        max-width: 100%;
        margin: 0; }
        .social-media .social-list .icon {
          width: 38px;
          height: 38px;
          background-size: 38px; } }

.social-media__content-grouping::after {
  clear: both;
  content: "";
  display: table; }

.social-media__content-grouping .content-grouping--left {
  float: left;
  width: 50%; }

.social-media__content-grouping .content-grouping--right {
  float: right;
  width: 46%; }

@media screen and (max-width: 750px) {
  .social-media__content-grouping .content-grouping--left,
  .social-media__content-grouping .content-grouping--right {
    float: none;
    width: 100%; } }

.social-media__description {
  margin: 0 0 30px; }
  .social-media__description .description__title {
    margin-bottom: 0.5em;
    line-height: 1.14286em;
    font-size: 22px;
    font-size: 1.4rem; }

.social-media__featured {
  padding: 28px 26px;
  background-color: #f5f7f9; }
  .social-media__featured::after {
    clear: both;
    content: "";
    display: table; }
  .social-media__featured .featured-media__icon {
    float: left;
    height: auto;
    max-width: 52px; }
  .social-media__featured .featured-media__description {
    margin-left: 70px; }
  @media screen and (max-width: 750px) {
    .social-media__featured {
      display: none; } }
  .social-media__featured .featured-media__icon2 {
    float: left;
    max-width: 52px;
    height: auto;
    position: relative;
    clear: left; }
  .social-media__featured .featured-media__icon2:after {
    content: "";
    display: none;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 100px;
    left: 0;
    background: url("/images/global/icons/WeChatQR.jpg") no-repeat; }
  .social-media__featured .featured-media__icon2:hover:after {
    display: block; }
  .social-media__featured .social-media_wrapper {
    margin-bottom: 1em; }

.social-media__twitter-box img {
  height: auto;
  max-width: 100%; }

@media screen and (max-width: 750px) {
  .social-media__twitter-box {
    display: none; } }

/* Featured Content Component Styles */
.featured-content {
  padding: 0 0 50px 0; }
  .featured-content .buttons {
    text-align: center;
    margin: 50px 0 0 0; }
  .featured-content .button, .featured-content .contentWrap a.button, .contentWrap .featured-content a.button, .featured-content .searchBox .submit, .searchBox .featured-content .submit,
  .featured-content .searchBox .scfSubmitButton, .searchBox .featured-content .scfSubmitButton, .featured-content .corporateDrop > a {
    display: inline-block; }
    @media screen and (max-width: 750px) {
      .featured-content .button, .featured-content .contentWrap a.button, .contentWrap .featured-content a.button, .featured-content .searchBox .submit, .searchBox .featured-content .submit,
      .featured-content .searchBox .scfSubmitButton, .searchBox .featured-content .scfSubmitButton, .featured-content .corporateDrop > a {
        display: block; } }
  .featured-content .bx-wrapper {
    box-shadow: none;
    border: 0;
    background: transparent; }
  .featured-content.has-background {
    background-color: #f5f7f9;
    padding-top: 100px; }
    .featured-content.has-background .section-header .inner-text {
      background-color: #f5f7f9; }
  .featured-content.section--country-page {
    padding-bottom: 85px; }

.featured-content__list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .featured-content__list::after {
    clear: both;
    content: "";
    display: table; }

.featured-content__image img {
  height: auto; }

.featured-insights .featured-content__image {
  margin-bottom: 22px; }

.featured-content__item {
  float: left;
  margin-left: 5%;
  width: 30%; }
  .featured-content__item:nth-child(3n+1) {
    margin-left: 0;
    clear: left; }
  .featured-content__item:nth-child(n+4) {
    margin-top: 2em; }
  @media screen and (max-width: 600px) {
    .featured-content__item {
      width: auto;
      margin-left: 0;
      padding: 0 12px; }
      .featured-content__item .item-title {
        margin-top: 0; } }
  .featured-content__item--one-up,
  .featured-content__list--one-up .featured-content__item {
    margin-left: 0;
    width: 100%; }
    .featured-content__item--one-up:nth-child(n+2),
    .featured-content__list--one-up .featured-content__item:nth-child(n+2) {
      margin-top: 2em; }
    .is-slider .featured-content__item--one-up, .is-slider
    .featured-content__list--one-up .featured-content__item {
      margin-left: 0;
      margin-top: 0;
      width: auto; }
    .featured-insights .featured-content__item--one-up .featured-content__image, .featured-insights
    .featured-content__list--one-up .featured-content__item .featured-content__image {
      float: left;
      padding-left: 64px;
      padding-right: 48px;
      width: 45%; }
    .featured-insights .featured-content__item--one-up .item-title, .featured-insights
    .featured-content__list--one-up .featured-content__item .item-title {
      margin-top: 0; }
    .featured-insights .featured-content__item--one-up .featured-content__text--link,
    .featured-insights .featured-content__item--one-up .featured-content__text--summary, .featured-insights
    .featured-content__list--one-up .featured-content__item .featured-content__text--link,
    .featured-insights
    .featured-content__list--one-up .featured-content__item .featured-content__text--summary {
      margin-left: 45%; }
    @media screen and (max-width: 768px) {
      .featured-insights .featured-content__item--one-up .featured-content__image, .featured-insights
      .featured-content__list--one-up .featured-content__item .featured-content__image {
        padding-left: 0;
        padding-right: 24px; } }
    @media screen and (max-width: 600px) {
      .featured-insights .featured-content__item--one-up .featured-content__image, .featured-insights
      .featured-content__list--one-up .featured-content__item .featured-content__image {
        margin-bottom: 16px;
        padding: 0;
        float: none;
        width: 100%; }
      .featured-insights .featured-content__item--one-up .featured-content__text--link,
      .featured-insights .featured-content__item--one-up .featured-content__text--summary, .featured-insights
      .featured-content__list--one-up .featured-content__item .featured-content__text--link,
      .featured-insights
      .featured-content__list--one-up .featured-content__item .featured-content__text--summary {
        margin-left: 0;
        width: 100%; } }
    @media screen and (max-width: 700px) {
      .featured-content__item--one-up,
      .featured-content__list--one-up .featured-content__item {
        margin-left: 0;
        width: 100%; } }
  .featured-content__item--two-up,
  .featured-content__list--two-up .featured-content__item {
    margin-left: 4%;
    width: 48%; }
    .featured-content__item--two-up:nth-child(3n+1),
    .featured-content__list--two-up .featured-content__item:nth-child(3n+1) {
      margin-left: 4%;
      clear: none; }
    .featured-content__item--two-up:nth-child(2n+1),
    .featured-content__list--two-up .featured-content__item:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .featured-content__item--two-up:nth-child(n+3),
    .featured-content__list--two-up .featured-content__item:nth-child(n+3) {
      margin-top: 2em; }
    .is-slider .featured-content__item--two-up:nth-child(3n+1),
    .is-slider .featured-content__item--two-up:nth-child(2n+1),
    .is-slider .featured-content__item--two-up:nth-child(n+3),
    .is-slider .featured-content__item--two-up, .is-slider
    .featured-content__list--two-up .featured-content__item:nth-child(3n+1),
    .is-slider
    .featured-content__list--two-up .featured-content__item:nth-child(2n+1),
    .is-slider
    .featured-content__list--two-up .featured-content__item:nth-child(n+3),
    .is-slider
    .featured-content__list--two-up .featured-content__item {
      clear: none;
      margin-left: 0;
      margin-top: 0;
      width: auto; }
    @media screen and (max-width: 700px) {
      .featured-content__item--two-up,
      .featured-content__list--two-up .featured-content__item {
        margin-left: 0;
        width: 100%; } }
  .featured-content__item .item-title {
    margin: 0 0 0.1em; }
    .featured-content__item .item-title a {
      color: #262626; }
      .featured-content__item .item-title a:hover {
        color: #7cb085; }
  .featured-content__item .item-date {
    font-size: 11px;
    font-size: 0.7rem; }
  .is-slider .featured-content__item {
    margin-left: 0;
    width: auto; }
  @media screen and (max-width: 500px) {
    .featured-content__item {
      text-align: center; } }

.social-media__featured .featured-media__icon2 {
  float: left;
  max-width: 52px;
  height: auto;
  position: relative;
  clear: left; }

.featured-media__icon2:after {
  content: "";
  display: none;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 100px;
  left: 0;
  background: url("/images/global/icons/WeChatQR.jpg") no-repeat; }

.featured-media__icon2:hover:after {
  display: block; }

.social-media_wrapper {
  margin-bottom: 1em; }

.featured-content-top-padded {
  padding: 50px 0 50px 0; }
  .featured-content-top-padded .buttons {
    text-align: center;
    margin: 50px 0 0 0; }
  .featured-content-top-padded .button, .featured-content-top-padded .contentWrap a.button, .contentWrap .featured-content-top-padded a.button, .featured-content-top-padded .searchBox .submit, .searchBox .featured-content-top-padded .submit,
  .featured-content-top-padded .searchBox .scfSubmitButton, .searchBox .featured-content-top-padded .scfSubmitButton, .featured-content-top-padded .corporateDrop > a {
    display: inline-block; }
    @media screen and (max-width: 750px) {
      .featured-content-top-padded .button, .featured-content-top-padded .contentWrap a.button, .contentWrap .featured-content-top-padded a.button, .featured-content-top-padded .searchBox .submit, .searchBox .featured-content-top-padded .submit,
      .featured-content-top-padded .searchBox .scfSubmitButton, .searchBox .featured-content-top-padded .scfSubmitButton, .featured-content-top-padded .corporateDrop > a {
        display: block; } }
  .featured-content-top-padded .bx-wrapper {
    box-shadow: none;
    border: 0;
    background: transparent; }
  .featured-content-top-padded.has-background {
    background-color: #f5f7f9;
    padding-top: 100px; }
    .featured-content-top-padded.has-background .section-header .inner-text {
      background-color: #f5f7f9; }

/* Article Page/Component Specific Styles */
.article-content {
  margin-bottom: 50px; }
  .article-content:last-child {
    margin-bottom: 0; }

.articlepage-content {
  padding-left: 9% !important;
  padding-right: 9% !important; }

@media screen and (max-width: 800px) {
  .articlepage-content {
    padding-left: 0% !important;
    padding-right: 0% !important; } }

.article-container .site-width__has-gutter, .article-container .hero-banner__inner-wrapper, .article-container .country-offices {
  padding: 0; }

.article-container .mobile-show {
  display: none; }

@media screen and (max-width: 650px) {
  .article-container .mobile-hide {
    display: none; }
  .article-container .mobile-show {
    display: block; }
  .article-container .share-bar {
    float: none;
    margin: 0 0 30px 0; }
    .article-container .share-bar::after {
      clear: both;
      content: "";
      display: table; } }

.copyrighttext {
  padding-top: 20px; }

.copyrighttext em {
  font-size: 18px !important; }

.article__date {
  padding: 14px 0; }

.article__title {
  font-size: 35px;
  font-size: 2.2rem;
  line-height: 1.13636em;
  margin-bottom: 23px; }
  @media screen and (max-width: 600px) {
    .article__title {
      font-size: 28px;
      font-size: 1.76rem; } }

.article__sub-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-top: 0; }
  @media screen and (max-width: 600px) {
    .article__sub-title {
      font-size: 19px;
      font-size: 1.2rem; } }

.article__topics-list {
  margin: 0 0 25px 0;
  padding: 0;
  list-style-type: none; }
  .article__topics-list::after {
    clear: both;
    content: "";
    display: table; }
  .article__topics-list li {
    float: left;
    margin: 0 7px 7px 0; }
  .article__topics-list a {
    font-size: 10px;
    font-size: 0.65rem;
    line-height: 1.1em;
    color: #7cb085;
    text-transform: uppercase;
    background-color: #f5f7f9;
    padding: 9px 18px 8px 18px;
    border-radius: 5px;
    display: block; }
  @media screen and (max-width: 650px) {
    .article__topics-list {
      display: none; } }

.article__info {
  line-height: 1em;
  margin: 0 0 30px 0;
  color: #a5a5a6; }
  .article__info .info-publisher,
  .article__info .info-authors {
    line-height: 1.5em; }
  .article__info .info-publisher {
    color: #a5a5a6; }
    .article__info .info-publisher + .info-authors {
      border-left: 2px solid #a5a5a6;
      padding-left: 10px;
      margin-left: 10px; }
  .article__info .info-authors {
    display: inline; }
  @media screen and (max-width: 650px) {
    .article__info {
      line-height: 1.2em; }
      .article__info .info-publisher + .info-authors {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 5px; }
      .article__info .info-authors {
        display: block; } }

.article__body img {
  max-width: 100%;
  height: auto; }

.article__body .article-media {
  margin: 0 0 1em 0; }
  .article__body .article-media figcaption {
    margin: 0 auto;
    width: 95%; }

.article__body .article__topics-list {
  display: none;
  margin: 0 0 50px 0; }

@media screen and (max-width: 650px) {
  .article__body .article__topics-list {
    display: block; } }

.article__aside {
  position: relative;
  float: right;
  background-color: #f5f7f9;
  padding: 20px;
  margin: 0 0 20px 0;
  top: 20%;
  width: 270px;
  right: -9%; }
  .article__aside .title {
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-bottom: 1px dotted #4c4c4e;
    margin-bottom: 20px; }
  .article__aside .aside-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .article__aside .aside-list__item {
    margin-bottom: 0.94444em; }
    .article__aside .aside-list__item:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    .article__aside {
      display: none; } }

.article__footer-meta {
  position: relative;
  padding: 50px 0 0 0;
  margin: 50px 0;
  text-align: center; }
  .article__footer-meta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15%;
    width: 30%;
    height: 1px;
    border-top: 1px dotted #818183; }

/* Site Footer */
.site-footer {
  background-color: #4c4c4e;
  font-size: 9px;
  font-size: 0.6rem;
  color: #a5a5a6;
  text-transform: uppercase;
  padding: 25px 0 50px 0; }
  .site-footer::after {
    clear: both;
    content: "";
    display: table; }
  .CN .site-footer {
    padding-bottom: 80px; }
  .site-footer .copyright {
    float: right;
    text-align: right;
    clear: right;
    max-width: 150px; }
  .site-footer .social-list {
    margin: 0 0 10px 0;
    padding: 0;
    float: right;
    clear: right;
    list-style-type: none;
    max-width: 180px; }
  @media screen and (max-width: 875px) {
    .site-footer {
      text-align: center; }
      .site-footer .social-list {
        display: block;
        float: none;
        max-width: 100%;
        width: 100%; }
        .site-footer .social-list li {
          display: inline-block;
          float: none; }
      .site-footer .copyright {
        float: none;
        text-align: center;
        display: block;
        clear: both;
        max-width: 100%; } }
  @media screen and (max-width: 750px) {
    .site-footer .social-list {
      display: none; } }

.footer-nav {
  float: left;
  margin-top: 49px;
  max-width: calc(100% - 150px); }
  .footer-nav a {
    display: block;
    float: left;
    padding: 2px 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #a5a5a6;
    color: #a5a5a6;
    text-decoration: none; }
    .footer-nav a:hover {
      color: white; }
  .footer-nav .footer-nav__row {
    float: left; }
    .footer-nav .footer-nav__row:first-child a:first-child {
      margin-left: 0;
      padding-left: 0;
      border-left: none; }
  @media screen and (max-width: 875px) {
    .footer-nav {
      float: none;
      clear: both;
      margin: 0 0 25px 0;
      text-align: center;
      max-width: 100%;
      display: inline-block; }
      .footer-nav::after {
        clear: both;
        content: "";
        display: table; }
      .footer-nav a {
        float: none;
        display: inline-block;
        margin-bottom: 5px; }
      .footer-nav .footer-nav__row {
        float: none; }
        .footer-nav .footer-nav__row a:first-child {
          margin-left: 0;
          padding-left: 0;
          border-left: 0; } }
  @media screen and (max-width: 500px) {
    .footer-nav .footer-nav__row:first-child a:nth-child(n+3),
    .footer-nav .footer-nav__row:nth-child(n+2) a {
      display: block;
      clear: both;
      margin-left: 0;
      padding-left: 0;
      border-left: none; } }

@media screen and (max-width: 600px) {
  .recentArticles .slides li {
    margin-bottom: 0;
    text-align: left; } }

@media screen and (max-width: 600px) {
  .recentArticles .slides li img {
    float: left;
    margin: 0 12px 4px 0;
    margin: 0 0.75rem 0.25rem 0; } }

@media screen and (max-width: 600px) {
  .recentArticles .articleItem {
    clear: none;
    overflow: visible;
    padding-left: 0;
    padding-right: 20px;
    padding-right: 1.25rem; } }

.recentArticles .articleItem h4 a {
  font-family: inherit; }

@media screen and (max-width: 600px) {
  .recentArticles .flex-direction-nav {
    text-align: center; } }

@media screen and (max-width: 600px) {
  .recentArticles .flex-direction-nav li {
    display: inline-block;
    float: none;
    padding: 0;
    position: relative;
    width: auto; } }

@media screen and (max-width: 600px) {
  .recentArticles .flex-direction-nav li a {
    font-size: 27px;
    font-size: 1.7rem;
    position: static; }
    .recentArticles .flex-direction-nav li a:before {
      display: block; } }

/* Landing Page Banner Component Styles */
.landing-banner {
  background-color: #00396f;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 3%;
  position: relative;
  top: -3px; }
  .landing-banner::after {
    clear: both;
    content: "";
    display: table; }

.landing-banner--white {
  background-color: #ffffff;
  color: #262626 !important;
  border-bottom: #ffffff solid 1px; }

.landing-banner__text {
  width: 80%; }
  @media screen and (max-width: 800px) {
    .landing-banner__text {
      width: 100%; } }

.landing-banner__text--title {
  margin-bottom: 0.5em;
  font-size: 2.2em;
  letter-spacing: normal;
  line-height: 1.114;
  font-weight: 700; }

.landing-banner__text--summary, .page--practice-listing .hero-banner__copy {
  margin-bottom: 2em;
  font-size: 1.2em;
  line-height: 1.333; }

.landing-banner__share-bar {
  padding: 25px 0; }

.landing-banner__share-bar .share-bar__download {
  display: none; }

.board-index-landing-banner {
  top: -10px;
  background-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 3%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .board-index-landing-banner::after {
    clear: both;
    content: "";
    display: table; }

/* Landing Page Main Content Component Styles */
.landing-container__main-content {
  background-color: #ffffff;
  padding: 42px 0 2em 0; }
  .landing-container__main-content::after {
    clear: both;
    content: "";
    display: table; }

.language-dropdown {
  display: inline-block;
  min-width: 100px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .language-dropdown {
      margin-top: 20px; } }

.language-dropdown__dropdown-trigger {
  border: 2px solid #ffffff;
  background-color: rgba(76, 76, 78, 0.85);
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  min-width: 40px;
  padding: 10px 30px 10px 10px;
  position: relative;
  text-align: left; }

.language-dropdown__dropdown-trigger::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  content: "";
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  right: 10px;
  top: 18px; }

.language-dropdown.is-on .language-dropdown__dropdown-trigger::after {
  transform: rotateX(180deg); }

.language-dropdown__language-list {
  background-color: #3b964b;
  border: 0;
  display: inline-block;
  left: 0;
  list-style: none;
  margin-top: 3px;
  padding: 5px 0 0 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  width: 100%; }

.language-dropdown.is-on .language-dropdown__language-list {
  display: inline-block;
  visibility: visible; }

.language-dropdown__language-list::after {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3b964b;
  position: absolute;
  right: 7px;
  top: -10px; }

.language-dropdown__item {
  margin: 0; }

.language-dropdown__link {
  background: transparent;
  color: #ffffff;
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 3px 30px 3px 12px;
  position: relative;
  transition: background-color 0.5s ease;
  white-space: nowrap; }

.language-dropdown__link:hover {
  background-color: #317c3e;
  color: #ffffff; }

.language-dropdown__link--selected::after {
  content: "";
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 15px;
  margin-left: 10px;
  position: absolute;
  right: 12px;
  top: 4px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 8px; }

/*2 and 3 Up Layout Component Styles */
.content-up {
  text-align: center; }
  .content-up::after {
    clear: both;
    content: "";
    display: table; }
  .content-up * {
    max-width: 100%; }
  @media screen and (max-width: 600px) {
    .content-up {
      margin-bottom: 2em; } }

/* Optional heading */
.content-up__top-section {
  width: 820px;
  margin: 0 auto; }

.content-up__top-section:before {
  display: inline-block;
  width: 42px;
  height: 5px;
  background-color: #fbcc11;
  content: ""; }

.top-section__title h4 {
  margin-top: 0.2em;
  font-size: 1.5em; }

.top-section__summary {
  margin-bottom: 22px; }

/* If an image is placed directly within the 2-up or 3-up layout, instead of another component */
.content-up__img {
  width: 100%;
  height: auto; }

/* Any item/component placed in 2-up or 3-up layout */
.two-up__item {
  width: calc(50% - 25px);
  max-width: 475px; }
  @media screen and (max-width: 600px) {
    .two-up__item {
      max-width: 100%; } }
  .two-up__item .featured-content__image {
    height: 0;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 66.667%; }
    .two-up__item .featured-content__image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.two-up__item--left {
  margin-right: 25px;
  float: left; }

.two-up__item--right {
  margin-left: 25px;
  float: right; }

.rte__3-col {
  word-wrap: break-word; }

.three-up__item, .rte__3-col {
  width: calc( ( 100% - (4 * 25px) ) / 3);
  max-width: 300px;
  word-wrap: break-word; }
  @media screen and (max-width: 600px) {
    .three-up__item, .rte__3-col {
      max-width: 100%; } }
  .three-up__item .featured-content__image, .rte__3-col .featured-content__image {
    height: 0;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 66.667%; }
    .three-up__item .featured-content__image img, .rte__3-col .featured-content__image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.three-up__item--left {
  margin-right: 25px;
  float: left; }

.three-up__item--middle {
  margin: 0 25px;
  float: left; }

.three-up__item--right {
  margin-left: 25px;
  float: right; }

.content-up__item {
  display: inline-block;
  height: auto;
  margin-top: 1em;
  margin-bottom: 2em;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .content-up__item {
      width: 100%;
      margin: 0; } }

/* Featured Content to be placed in 2-up or 3-up layout */
.content-up__item .featured-content {
  padding-bottom: 0; }

.featured-content__image {
  position: relative; }
  .featured-content__image img {
    width: 100%; }

.video-icon {
  position: absolute;
  right: 8px;
  bottom: 33px;
  font-size: 0.65em;
  line-height: 1.154;
  color: #ffffff;
  cursor: pointer;
  z-index: 10; }

.video-icon:before {
  width: 21px;
  height: 14px;
  position: absolute;
  right: 12px;
  bottom: -15px;
  background-color: #ffffff;
  border-radius: 3px;
  content: ""; }

.video-icon:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 17px;
  right: 2px;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
  border-width: 6px 20px 6px 0;
  content: ""; }

.featured-content__text {
  text-align: left; }

.featured-content__text--title {
  margin-top: 18px;
  margin-bottom: 7px;
  font-size: 1.2em;
  line-height: 1.208;
  color: #4c4c4e; }
  .featured-content__text--title a {
    color: #4c4c4e; }
  .featured-content__text--title:hover,
  .featured-content__text--title a:hover {
    color: #7cb085; }

.featured-content__text--date, .content-list__date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.7em; }

.featured-content__text--summary {
  font-size: 0.9em;
  margin-top: 10px; }

.featured-content__text--link {
  margin-top: 6px;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.667;
  text-transform: uppercase; }
  .featured-content__text--link a,
  .featured-content__text--link span {
    position: relative;
    display: inline-block; }
    .featured-content__text--link a:after,
    .featured-content__text--link span:after {
      content: url("/images/svg/arrow.svg");
      display: inline-block;
      width: 6px;
      height: 10px;
      margin-left: 5px; }
  @media screen and (max-width: 600px) {
    .featured-content__text--link {
      padding-bottom: 25px; } }

/* Listed Links Component to be placed in 2-up layout */
.listed-links {
  display: inline-block;
  width: 100%;
  text-align: left; }

.listed-links li {
  padding-bottom: 10px; }

.content-up__item .listed-links {
  padding-bottom: 70px; }
  .content-up__item .listed-links:last-of-type {
    padding-bottom: 0; }
  @media screen and (max-width: 600px) {
    .content-up__item .listed-links {
      padding-bottom: 0; } }

.listed-links__title {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px dotted; }

.listed-links__column {
  float: left;
  width: 50%;
  margin-top: 0.65em;
  margin-bottom: 0;
  padding-left: 0; }
  .industries-listing .column-25 .listed-links__column {
    width: 100%; }
  @media screen and (max-width: 600px) {
    .listed-links__column {
      padding-bottom: 10px; }
      .industries-listing .listed-links__column {
        width: 100%;
        float: none;
        margin-top: 0; } }

.listed-links__column * {
  margin-bottom: 0px;
  list-style: none;
  word-wrap: break-word;
  line-height: 1.2;
  padding-left: 0;
  font-size: 12px;
  font-size: 0.8rem; }
  .industries-listing .listed-links__column * {
    margin-bottom: 16px;
    font-size: 20px; }

.listed-links__column--one {
  padding-right: 0.65em; }

.listed-links__column--two {
  padding-left: 0.65em; }

@media screen and (max-width: 600px) {
  .listed-links__column--one,
  .listed-links__column--two {
    padding-right: 0;
    padding-left: 0; } }

/* Content List Component to be placed in 2-up layout */
.content-list__item {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  padding: 20px 20px 0 20px;
  text-align: left;
  background-color: #ececec; }

.content-list__title {
  color: #4c4c4e;
  font-family: FFScalaWebBold;
  font-size: 1.2em; }

.content-list__date {
  margin-top: 6px;
  border-bottom: 1px dotted #4c4c4e;
  padding-bottom: 20px; }

.two-up__item--left .content-list__item:last-of-type,
.two-up__item--right .content-list__item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0; }

.two-up__item--left .content-list__item:last-of-type .content-list__date,
.two-up__item--right .content-list__item:last-of-type .content-list__date {
  border-bottom: none; }

.two-up-body-promo .column-50:first-child, .two-up-body-promo .practice-detail-callout__copy > div:first-child:nth-last-child(2),
.two-up-body-promo .practice-detail-callout__copy > div:nth-last-child(2):first-child ~ div:first-child {
  padding-right: 12px; }

.media-container {
  margin: 0 0 40px 0; }
  @media screen and (max-width: 600px) {
    .media-container {
      margin: 0 !important; } }

.media-container__title {
  font-size: 1.5em;
  text-align: center;
  max-width: 820px;
  margin: 0.2em auto 0 auto; }
  .media-container__title a {
    color: #4c4c4e; }
    .media-container__title a:hover {
      color: #7cb085; }
  .media-container__title:before {
    display: block;
    width: 42px;
    height: 5px;
    background-color: #fbcc11;
    content: "";
    margin: 0 auto 20px; }

.media-container__description {
  text-align: center;
  max-width: 820px;
  margin: .2em auto 26px auto; }

.media-container__media-wrapper {
  max-width: 820px;
  margin: 0 auto; }

.media-container__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.media-container__image-wrapper img {
  max-width: 100%;
  height: auto; }

.media-container__featured-left {
  display: inline-block;
  width: 35%;
  padding-right: 15px;
  float: left; }
  @media screen and (max-width: 600px) {
    .media-container__featured-left {
      width: 100%; } }

.media-container__featured-right {
  display: inline-block;
  float: right;
  width: 60%;
  float: right; }
  @media screen and (max-width: 600px) {
    .media-container__featured-right {
      width: 100%; } }
  .media-container__featured-right .featured-content__text--summary {
    line-height: 1.5em;
    margin-top: 0; }
  .media-container__featured-right .featured-content__text--link a,
  .media-container__featured-right .featured-content__text--link span {
    position: relative;
    display: inline-block; }
    .media-container__featured-right .featured-content__text--link a:after,
    .media-container__featured-right .featured-content__text--link span:after {
      content: url("/images/svg/arrow.svg");
      display: inline-block;
      width: 6px;
      height: 10px;
      margin-left: 5px; }

.media-container__about {
  margin-top: 15px;
  overflow: hidden;
  text-align: left; }

.media-container__media-title {
  font-family: FFScalaWebBold, Georgia, Utopia, Charter, serif;
  margin-top: 0;
  font-size: 1.2em; }
  .media-container__media-title a {
    color: #4c4c4e; }
    .media-container__media-title a:hover {
      color: #7cb085; }

.media-container__media-date {
  font-size: 0.7em;
  margin-top: 18px;
  color: #a5a5a6; }

.microsite-header {
  padding-top: 23px;
  background-color: #4c4c4e;
  height: 84px;
  width: 100%;
  position: fixed;
  z-index: 10; }
  .microsite-header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 760px) {
    .microsite-header {
      height: 64px;
      padding-top: 19px; } }

.microsite-logo {
  padding-left: 40px;
  padding-right: 10px; }
  @media screen and (max-width: 760px) {
    .microsite-logo {
      padding-left: 20px; } }
  @media screen and (max-width: 375px) {
    .microsite-logo {
      padding-left: 11px; } }

.microsite-logo img {
  height: 36px; }
  @media screen and (max-width: 760px) {
    .microsite-logo img {
      height: 32px; } }
  @media screen and (max-width: 375px) {
    .microsite-logo img {
      height: 27px; } }

.microsite-menu {
  float: right;
  color: #a5a5a6;
  list-style: none;
  padding-top: 8px; }
  @media screen and (max-width: 1550px) {
    .microsite-menu {
      max-width: 1000px; } }
  @media screen and (max-width: 760px) {
    .microsite-menu {
      display: none; } }
  .microsite-menu.mobile-is-on {
    margin-top: 12px;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    background-color: #404040;
    position: absolute;
    z-index: 1; }

.microsite-menu__item {
  display: inline-block; }
  .microsite-menu__item:not(:last-child):after {
    content: ' |';
    padding: 0 25px; }
    @media screen and (max-width: 1550px) {
      .microsite-menu__item:not(:last-child):after {
        padding: 0 10px; } }
  @media screen and (max-width: 760px) {
    .microsite-menu__item {
      display: block;
      background-color: #404040; }
      .microsite-menu__item:not(:last-child) {
        border-bottom: 1px dotted #c8c8c8; }
      .microsite-menu__item:not(:last-child):after {
        content: '';
        padding: 0; } }

.microsite-menu__item a:hover {
  color: #a5a5a6; }

.microsite-menu__item a,
.microsite-menu__item > span {
  padding: 0 20px;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer; }
  @media screen and (max-width: 1550px) {
    .microsite-menu__item a,
    .microsite-menu__item > span {
      padding: 0 10px; } }
  @media screen and (max-width: 760px) {
    .microsite-menu__item a,
    .microsite-menu__item > span {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; } }

.microsite-menu__item--dropdown {
  margin-right: 40px; }
  .microsite-menu__item--dropdown.is-on .js-show-hide--target {
    z-index: 1; }
  .microsite-menu__item--dropdown.is-on .microsite-dropdown__link {
    color: #a5a5a6; }
    .microsite-menu__item--dropdown.is-on .microsite-dropdown__link .icon-arrow-up {
      background: url("/images/svg/icon-arrow-up.svg") no-repeat; }
  @media screen and (max-width: 760px) {
    .microsite-menu__item--dropdown {
      margin-right: 0; }
      .microsite-menu__item--dropdown.is-on .microsite-dropdown__link {
        border-bottom: 1px dotted #c8c8c8; } }

.microsite-dropdown__arrow {
  display: inline-block;
  vertical-align: middle;
  background-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin-left: 8px; }
  @media screen and (max-width: 760px) {
    .microsite-dropdown__arrow {
      display: inline-block; } }

.microsite-dropdown__list {
  text-align: center;
  background-color: #404040;
  margin-right: 50px;
  position: absolute;
  margin-top: 25px;
  right: 0;
  width: 210px; }
  @media screen and (max-width: 760px) {
    .microsite-dropdown__list {
      width: 100%;
      padding: 0;
      margin: 0;
      text-align: left; } }

a.microsite-dropdown__item {
  text-transform: none;
  display: block;
  padding: 10px 30px; }
  a.microsite-dropdown__item:hover {
    background-color: #3b964b; }
  @media screen and (max-width: 760px) {
    a.microsite-dropdown__item {
      padding: 0 15px 0 45px; } }

.microsite-hamburger {
  display: none;
  position: relative;
  float: right;
  font-size: 19px;
  font-size: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  margin-top: 10px;
  max-width: calc(100% - 250px);
  /* max-width is 100% minus the width of the logo container */
  margin-top: 0;
  padding: 0 0 0 20px;
  margin-right: 20px;
  max-width: 100%; }
  @media screen and (max-width: 760px) {
    .microsite-hamburger {
      display: block; } }
  .microsite-hamburger .icon-hamburger {
    display: block;
    width: 14px;
    height: 1px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    background-color: #ffffff; }
    .microsite-hamburger .icon-hamburger:before, .microsite-hamburger .icon-hamburger:after {
      content: '';
      width: 100%;
      height: 1px;
      border-radius: 2px;
      position: absolute;
      left: 0;
      background-color: #ffffff; }
    .microsite-hamburger .icon-hamburger:before {
      bottom: 5px; }
    .microsite-hamburger .icon-hamburger:after {
      top: 5px; }

.blue-theme .microsite__hero,
.blue-theme .microsite__hero:after {
  border-bottom-color: #00396f; }

.green-theme .microsite__hero,
.green-theme .microsite__hero:after {
  border-bottom-color: #3b964b; }

.red-theme .microsite__hero,
.red-theme .microsite__hero:after {
  border-bottom-color: #7f2238; }

.gray-theme .microsite__hero,
.gray-theme .microsite__hero:after {
  border-bottom-color: #4c4c4e; }

body {
  background-color: #ffffff; }

.microsite__body {
  width: 100%;
  background-color: transparent;
  padding-top: 84px; }
  @media screen and (max-width: 1025px) {
    .microsite__body {
      padding-top: 64px; } }

.microsite__overhang {
  background-color: #ffffff;
  width: 1000px;
  height: 234px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  top: -176px; }
  .microsite__overhang:before {
    box-shadow: -15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px; }
  .microsite__overhang:after {
    box-shadow: 15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    position: absolute;
    right: -15px;
    width: 15px; }
  @media screen and (max-width: 1025px) {
    .microsite__overhang {
      display: none; } }

.microsite__shadowsoft {
  width: 1030px;
  height: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  top: -206px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6-15 */
  /* Chrome4-9,Safari4-5 */
  /* Chrome10-25,Safari5.1-6 */
  /* Opera 11.10-11.50 */
  /* IE10 preview */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */ }
  @media screen and (max-width: 1025px) {
    .microsite__shadowsoft {
      display: none; } }

.microsite__main-content-well {
  padding-top: 30px;
  position: relative;
  margin: -410px auto 0 auto;
  z-index: 2;
  width: 100%; }
  @media screen and (max-width: 1025px) {
    .microsite__main-content-well {
      margin: 0 auto; }
      .microsite__main-content-well > * {
        padding-left: 3%;
        padding-right: 3%; }
      .microsite__main-content-well > .full-width {
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (max-width: 375px) {
    .microsite__main-content-well {
      margin-top: -20px; }
      .microsite__main-content-well > * {
        padding-left: 10px;
        padding-right: 10px; }
      .microsite__main-content-well > .full-width {
        padding-left: 0;
        padding-right: 0; } }
  .microsite__main-content-well .full-width ul {
    padding-left: 20px; }
  .microsite__main-content-well .top-feature {
    margin: 40px auto; }
    @media screen and (max-width: 1025px) {
      .microsite__main-content-well .top-feature {
        left: 0;
        width: 100%;
        margin: 40px auto; } }
  .microsite__main-content-well .media-container {
    margin: 40px auto; }
  .microsite__main-content-well .featured-content {
    margin: auto; }
  .microsite__main-content-well .img-background-component {
    margin: 40px auto; }
  .microsite__main-content-well .explore-functions {
    margin: 40px auto; }

.microsite-header {
  padding-top: 23px;
  background-color: #4c4c4e;
  height: 84px;
  width: 100%;
  position: fixed;
  z-index: 10; }
  .microsite-header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 760px) {
    .microsite-header {
      height: 64px;
      padding-top: 19px; } }

.microsite-logo {
  padding-left: 40px;
  padding-right: 10px; }
  @media screen and (max-width: 760px) {
    .microsite-logo {
      padding-left: 20px; } }
  @media screen and (max-width: 375px) {
    .microsite-logo {
      padding-left: 11px; } }

.microsite-logo img {
  height: 36px; }
  @media screen and (max-width: 760px) {
    .microsite-logo img {
      height: 32px; } }
  @media screen and (max-width: 375px) {
    .microsite-logo img {
      height: 27px; } }

.microsite-menu {
  float: right;
  color: #a5a5a6;
  list-style: none;
  padding-top: 8px; }
  @media screen and (max-width: 1550px) {
    .microsite-menu {
      max-width: 1000px; } }
  @media screen and (max-width: 760px) {
    .microsite-menu {
      display: none; } }
  .microsite-menu.mobile-is-on {
    margin-top: 12px;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    background-color: #404040;
    position: absolute;
    z-index: 1; }

.microsite-menu__item {
  display: inline-block; }
  .microsite-menu__item:not(:last-child):after {
    content: ' |';
    padding: 0 25px; }
    @media screen and (max-width: 1550px) {
      .microsite-menu__item:not(:last-child):after {
        padding: 0 10px; } }
  @media screen and (max-width: 760px) {
    .microsite-menu__item {
      display: block;
      background-color: #404040; }
      .microsite-menu__item:not(:last-child) {
        border-bottom: 1px dotted #c8c8c8; }
      .microsite-menu__item:not(:last-child):after {
        content: '';
        padding: 0; } }

.microsite-menu__item a:hover {
  color: #a5a5a6; }

.microsite-menu__item a,
.microsite-menu__item > span {
  padding: 0 20px;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer; }
  @media screen and (max-width: 1550px) {
    .microsite-menu__item a,
    .microsite-menu__item > span {
      padding: 0 10px; } }
  @media screen and (max-width: 760px) {
    .microsite-menu__item a,
    .microsite-menu__item > span {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; } }

.microsite-menu__item--dropdown {
  margin-right: 40px; }
  .microsite-menu__item--dropdown.is-on .js-show-hide--target {
    z-index: 1; }
  .microsite-menu__item--dropdown.is-on .microsite-dropdown__link {
    color: #a5a5a6; }
    .microsite-menu__item--dropdown.is-on .microsite-dropdown__link .icon-arrow-up {
      background: url("/images/svg/icon-arrow-up.svg") no-repeat; }
  @media screen and (max-width: 760px) {
    .microsite-menu__item--dropdown {
      margin-right: 0; }
      .microsite-menu__item--dropdown.is-on .microsite-dropdown__link {
        border-bottom: 1px dotted #c8c8c8; } }

.microsite-dropdown__arrow {
  display: inline-block;
  vertical-align: middle;
  background-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin-left: 8px; }
  @media screen and (max-width: 760px) {
    .microsite-dropdown__arrow {
      display: inline-block; } }

.microsite-dropdown__list {
  text-align: center;
  background-color: #404040;
  margin-right: 50px;
  position: absolute;
  margin-top: 25px;
  right: 0;
  width: 210px; }
  @media screen and (max-width: 760px) {
    .microsite-dropdown__list {
      width: 100%;
      padding: 0;
      margin: 0;
      text-align: left; } }

a.microsite-dropdown__item {
  text-transform: none;
  display: block;
  padding: 10px 30px; }
  a.microsite-dropdown__item:hover {
    background-color: #3b964b; }
  @media screen and (max-width: 760px) {
    a.microsite-dropdown__item {
      padding: 0 15px 0 45px; } }

.microsite-hamburger {
  display: none;
  position: relative;
  float: right;
  font-size: 19px;
  font-size: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  margin-top: 10px;
  max-width: calc(100% - 250px);
  /* max-width is 100% minus the width of the logo container */
  margin-top: 0;
  padding: 0 0 0 20px;
  margin-right: 20px;
  max-width: 100%; }
  @media screen and (max-width: 760px) {
    .microsite-hamburger {
      display: block; } }
  .microsite-hamburger .icon-hamburger {
    display: block;
    width: 14px;
    height: 1px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    background-color: #ffffff; }
    .microsite-hamburger .icon-hamburger:before, .microsite-hamburger .icon-hamburger:after {
      content: '';
      width: 100%;
      height: 1px;
      border-radius: 2px;
      position: absolute;
      left: 0;
      background-color: #ffffff; }
    .microsite-hamburger .icon-hamburger:before {
      bottom: 5px; }
    .microsite-hamburger .icon-hamburger:after {
      top: 5px; }

.microsite__hero {
  width: 100%;
  height: auto;
  border-bottom-style: solid;
  border-bottom-width: 17px;
  background-image: url("../../images/background_image.png");
  background-size: cover;
  position: relative;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 3px 2.91px rgba(0, 0, 0, 0.47); }
  .microsite__hero:after {
    content: "";
    width: 100%;
    height: calc(100% + 17px + 13px);
    /* creates lower line of double border: 100% + width of thick border + space between first and second border */
    border-bottom-style: solid;
    border-bottom-width: 2px;
    position: absolute;
    top: 0;
    left: 0; }

.microsite__hero-text {
  padding-top: 230px;
  padding-bottom: 190px; }
  @media screen and (max-width: 1025px) {
    .microsite__hero-text {
      padding-top: 275px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 375px) {
    .microsite__hero-text {
      padding-top: 99px;
      padding-bottom: 95px; } }

.microsite__hero-text--title {
  font-size: 81px; }
  @media screen and (max-width: 375px) {
    .microsite__hero-text--title {
      font-size: 50px;
      line-height: 50px; } }

.microsite__hero-text--subtitle {
  font-size: 40px; }
  @media screen and (max-width: 375px) {
    .microsite__hero-text--subtitle {
      font-size: 25px;
      line-height: 25px; } }

/* Same colors as spencer stuart main site
 */
/* Color Variables */
/* component specific colors */
.font-scala, h1, .section-header.section-header--country-page, .page--practice-listing .hero-banner__copy, .hero-banner--global-locations .content--subtitle, .social-media__featured .featured-media__description, .landing-banner, .board-index-landing-banner, .tt-menu, .navigation__typeahead-title, .pull-quote__attribution, .practice-detail__intro-text, .three-up-promo-cards__card, .c-text-banner__title, .c-office-selector__title, .c-office-selector__trigger, .c-office-selector__list, .recentArticles .articleItem h4, .featuredInfo h1, .featuredInfo p {
  font-family: FFScalaWeb, Georgia, Utopia, Charter, serif;
  font-style: normal;
  font-weight: normal; }
  .JP .font-scala, .JP h1, .JP .section-header.section-header--country-page, .JP .page--practice-listing .hero-banner__copy, .page--practice-listing .JP .hero-banner__copy, .JP .hero-banner--global-locations .content--subtitle, .hero-banner--global-locations .JP .content--subtitle, .JP .social-media__featured .featured-media__description, .social-media__featured .JP .featured-media__description, .JP .landing-banner, .JP .board-index-landing-banner, .JP .tt-menu, .JP .navigation__typeahead-title, .JP .pull-quote__attribution, .JP .practice-detail__intro-text, .JP .three-up-promo-cards__card, .JP .c-text-banner__title, .JP .c-office-selector__title, .JP .c-office-selector__trigger, .JP .c-office-selector__list, .JP .recentArticles .articleItem h4, .recentArticles .articleItem .JP h4, .JP .featuredInfo h1, .featuredInfo .JP h1, .JP .featuredInfo p, .featuredInfo .JP p {
    font-family: FFScalaWeb, Georgia, Utopia, Charter, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal; }
  .CN .font-scala, .CN h1, .CN .section-header.section-header--country-page, .CN .page--practice-listing .hero-banner__copy, .page--practice-listing .CN .hero-banner__copy, .CN .hero-banner--global-locations .content--subtitle, .hero-banner--global-locations .CN .content--subtitle, .CN .social-media__featured .featured-media__description, .social-media__featured .CN .featured-media__description, .CN .landing-banner, .CN .board-index-landing-banner, .CN .tt-menu, .CN .navigation__typeahead-title, .CN .pull-quote__attribution, .CN .practice-detail__intro-text, .CN .three-up-promo-cards__card, .CN .c-text-banner__title, .CN .c-office-selector__title, .CN .c-office-selector__trigger, .CN .c-office-selector__list, .CN .recentArticles .articleItem h4, .recentArticles .articleItem .CN h4, .CN .featuredInfo h1, .featuredInfo .CN h1, .CN .featuredInfo p, .featuredInfo .CN p {
    font-family: FFScalaWeb, Georgia, Utopia, Charter, sans-serif;
    font-style: normal;
    font-weight: normal; }

.font-scala--bold, h1 strong, h2,
h3,
h4,
h5,
h6, .headline, .internal-page-title, .hero-banner__copy, .hero-banner--office .hero-banner__content .content--title, .hero-banner--global-locations .content--title, .hero-banner--country .content--title, .social-media__description .description__title, .article__title, .article__sub-title, .recentArticles .articleItem h4, .landing-banner__text--title, .navigation, .navigation__link-title, .tt-highlight, .rte--img-background h4, .country-offices__office-city, .hover-reveal-panels__title, .industry-listing__link, .practice-detail__intro-callout-header, .practice-detail-consultant__name, .practice-leads__name, .impact-messaging__text, .page-head__title, .page-head__subtitle, .c-featured-articles__title, .consultant-name, .page-head .page-head__title,
.page-head .page-head__subtitle, .slideshow__practice .cycle-overlay a,
.consultantSlide .cycle-overlay a, .officeLocations h4, .officeLocations .grid_6:first-child h4, .officeLocations .grid_6:first-child h4:first-child, .featuredInfo, .featuredResearch .featuredInfo h3, .mediaCenter .playerText h3, .mediaCenter .search-results-hit a {
  font-family: FFScalaWebBold, Georgia, Utopia, Charter, serif;
  font-style: normal;
  font-weight: bold; }
  .JP .font-scala--bold, .JP h1 strong, h1 .JP strong, .JP h2,
  .JP h3,
  .JP h4,
  .JP h5,
  .JP h6, .JP .headline, .JP .internal-page-title, .JP .hero-banner__copy, .JP .hero-banner--office .hero-banner__content .content--title, .hero-banner--office .hero-banner__content .JP .content--title, .JP .hero-banner--global-locations .content--title, .hero-banner--global-locations .JP .content--title, .JP .hero-banner--country .content--title, .hero-banner--country .JP .content--title, .JP .social-media__description .description__title, .social-media__description .JP .description__title, .JP .article__title, .JP .article__sub-title, .JP .recentArticles .articleItem h4, .recentArticles .articleItem .JP h4, .JP .landing-banner__text--title, .JP .navigation, .JP .navigation__link-title, .JP .tt-highlight, .JP .rte--img-background h4, .rte--img-background .JP h4, .JP .country-offices__office-city, .JP .hover-reveal-panels__title, .JP .industry-listing__link, .JP .practice-detail__intro-callout-header, .JP .practice-detail-consultant__name, .JP .practice-leads__name, .JP .impact-messaging__text, .JP .page-head__title, .JP .page-head__subtitle, .JP .c-featured-articles__title, .JP .consultant-name, .JP .slideshow__practice .cycle-overlay a, .slideshow__practice .cycle-overlay .JP a,
  .JP .consultantSlide .cycle-overlay a, .consultantSlide .cycle-overlay .JP a, .JP .officeLocations h4, .officeLocations .JP h4, .JP .officeLocations .grid_6:first-child h4, .officeLocations .grid_6:first-child .JP h4, .JP .featuredInfo, .JP .featuredResearch .featuredInfo h3, .featuredResearch .featuredInfo .JP h3, .JP .mediaCenter .playerText h3, .mediaCenter .playerText .JP h3, .JP .mediaCenter .search-results-hit a, .mediaCenter .search-results-hit .JP a {
    font-family: FFScalaWebBold, Georgia, Utopia, Charter, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: bold; }
  .CN .font-scala--bold, .CN h1 strong, h1 .CN strong, .CN h2,
  .CN h3,
  .CN h4,
  .CN h5,
  .CN h6, .CN .headline, .CN .internal-page-title, .CN .hero-banner__copy, .CN .hero-banner--office .hero-banner__content .content--title, .hero-banner--office .hero-banner__content .CN .content--title, .CN .hero-banner--global-locations .content--title, .hero-banner--global-locations .CN .content--title, .CN .hero-banner--country .content--title, .hero-banner--country .CN .content--title, .CN .social-media__description .description__title, .social-media__description .CN .description__title, .CN .article__title, .CN .article__sub-title, .CN .recentArticles .articleItem h4, .recentArticles .articleItem .CN h4, .CN .landing-banner__text--title, .CN .navigation, .CN .navigation__link-title, .CN .tt-highlight, .CN .rte--img-background h4, .rte--img-background .CN h4, .CN .country-offices__office-city, .CN .hover-reveal-panels__title, .CN .industry-listing__link, .CN .practice-detail__intro-callout-header, .CN .practice-detail-consultant__name, .CN .practice-leads__name, .CN .impact-messaging__text, .CN .page-head__title, .CN .page-head__subtitle, .CN .c-featured-articles__title, .CN .consultant-name, .CN .slideshow__practice .cycle-overlay a, .slideshow__practice .cycle-overlay .CN a,
  .CN .consultantSlide .cycle-overlay a, .consultantSlide .cycle-overlay .CN a, .CN .officeLocations h4, .officeLocations .CN h4, .CN .officeLocations .grid_6:first-child h4, .officeLocations .grid_6:first-child .CN h4, .CN .featuredInfo, .CN .featuredResearch .featuredInfo h3, .featuredResearch .featuredInfo .CN h3, .CN .mediaCenter .playerText h3, .mediaCenter .playerText .CN h3, .CN .mediaCenter .search-results-hit a, .mediaCenter .search-results-hit .CN a {
    font-family: FFScalaWebBold, Georgia, Utopia, Charter, sans-serif;
    font-style: normal;
    font-weight: bold; }

.font-scala--bold-italic {
  font-family: FFScalaWebBoldItalic, Georgia, Utopia, Charter, serif;
  font-style: italic;
  font-weight: bold; }

.font-scala--italic, h1 em, h2 em,
h3 em,
h4 em,
h5 em,
h6 em, input.navigation__primary-search[type="text"], .faux-dropdown__input,
.JP .faux-dropdown__input,
.CN .faux-dropdown__input,
input.navigation__search-input,
.JP input.navigation__search-input,
.CN input.navigation__search-input,
input.navigation__search-input[type="text"],
.JP input.navigation__search-input[type="text"],
.CN input.navigation__search-input[type="text"], .pull-quote__snippet, .consultant-quote__quote, .practice-detail-consultant__location, .practice-leads__location, .researchResults__sub-title {
  font-family: FFScalaWebItalic, Georgia, Utopia, Charter, serif;
  font-style: italic;
  font-weight: normal; }
  .JP .font-scala--italic, .JP h1 em, h1 .JP em, .JP h2 em, h2 .JP em,
  .JP h3 em, h3 .JP em,
  .JP h4 em, h4 .JP em,
  .JP h5 em, h5 .JP em,
  .JP h6 em, h6 .JP em, .JP input.navigation__primary-search[type="text"],
  .JP .faux-dropdown__input,
  .JP input.navigation__search-input,
  .JP input.navigation__search-input[type="text"], .JP .pull-quote__snippet, .JP .consultant-quote__quote, .JP .practice-detail-consultant__location, .JP .practice-leads__location, .JP .researchResults__sub-title {
    font-family: FFScalaWebItalic, Georgia, Utopia, Charter, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: italic;
    font-weight: normal; }
  .CN .font-scala--italic, .CN h1 em, h1 .CN em, .CN h2 em, h2 .CN em,
  .CN h3 em, h3 .CN em,
  .CN h4 em, h4 .CN em,
  .CN h5 em, h5 .CN em,
  .CN h6 em, h6 .CN em, .CN input.navigation__primary-search[type="text"],
  .CN .faux-dropdown__input,
  .CN input.navigation__search-input,
  .CN input.navigation__search-input[type="text"], .CN .pull-quote__snippet, .CN .consultant-quote__quote, .CN .practice-detail-consultant__location, .CN .practice-leads__location, .CN .researchResults__sub-title {
    font-family: FFScalaWebItalic, Georgia, Utopia, Charter, sans-serif;
    font-style: italic;
    font-weight: normal; }

.font-scala-sans, html,
body, .article__topics-list a, .microsite__hero, .site-header .top-links__nav span,
.site-header .top-links__nav a, .navigation__link-item, .navigation__call-out p, .navigation__promo-decription, .c-office-info__manager-label, label, a.rssLink, .paging, .mod__component .modImageInfo a, .featuredResearch h3 {
  font-family: FFScalaSansWebRegular, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }
  .JP .font-scala-sans, .JP html,
  .JP body, .JP .article__topics-list a, .article__topics-list .JP a, .JP .microsite__hero, .JP .site-header .top-links__nav span, .site-header .top-links__nav .JP span,
  .JP .site-header .top-links__nav a, .site-header .top-links__nav .JP a, .JP .navigation__link-item, .JP .navigation__call-out p, .navigation__call-out .JP p, .JP .navigation__promo-decription, .JP .c-office-info__manager-label, .JP label, .JP a.rssLink, .JP .paging, .JP .mod__component .modImageInfo a, .mod__component .modImageInfo .JP a, .JP .featuredResearch h3, .featuredResearch .JP h3 {
    font-family: FFScalaSansWebRegular, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: normal; }
  .CN .font-scala-sans, .CN html,
  .CN body, .CN .article__topics-list a, .article__topics-list .CN a, .CN .microsite__hero, .CN .site-header .top-links__nav span, .site-header .top-links__nav .CN span,
  .CN .site-header .top-links__nav a, .site-header .top-links__nav .CN a, .CN .navigation__link-item, .CN .navigation__call-out p, .navigation__call-out .CN p, .CN .navigation__promo-decription, .CN .c-office-info__manager-label, .CN label, .CN a.rssLink, .CN .paging, .CN .mod__component .modImageInfo a, .mod__component .modImageInfo .CN a, .CN .featuredResearch h3, .featuredResearch .CN h3 {
    font-family: FFScalaSansWebRegular, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal; }

.font-scala-sans--bold, .text-treatment--dates, .top-feature__date, .featured-content__text--date, .content-list__date, .media-container__media-date, .featured-content__item .item-date, .article__date, .article__aside .aside-list__date, .researchResults__date, .text-treatment--meta, .article__info, .article__body .article-media figcaption, .article__footer-meta, a.stand-alone, .more.indicator.arrow, strong, .section-header, .section-header--small, .mod__component .modHdg h3, .button, .contentWrap a.button, .searchBox .submit,
.searchBox .scfSubmitButton, .corporateDrop > a,
.scfSubmitButton, .top-links__nav a,
.top-links__nav span, input.site-search__search-box[type="text"], .mobile-hamburger, .site-nav .site-nav__row > li > a, .sub-nav__section-title, .translated-header-navigation__language, .translated-header-navigation__navigation-links a, .share-bar .share-bar__download, .service-links, .article__aside .title, .microsite-hamburger, .navigation__title, .navigation__link-item--more, .navigation__call-out a, .navigation__top-level, .microsite__main-content-well .rte h1, .microsite__main-content-well .rte h2, .microsite__main-content-well .rte h3, .microsite__main-content-well .rte h4, .microsite__main-content-well .rte h5, .microsite__main-content-well .rte h6, .explore__block span, .country-offices__office-view-more, .consultant-quote__source, .c-consultant-listing__title, .c-consultant-listing__headshot figcaption, .c-consultant-listing__name, .ahc-consultant-listing__title, .ahc-consultant-listing__headshot figcaption, .ahc-consultant-listing__name, .c-other-search-professionals__title, .c-office-info__location .c-office-info__download, .c-office-info__directions, .c-office-selector__region-title, .c-office-selector__region-name, a.indicator, .sidebar-nav__list-item, .searchBox input[type="text"],
.searchBox select, .scfForm input[type="text"],
input[type="text"],
.scfForm input[type="password"],
input[type="password"],
.scfForm select,
select,
.scfForm textarea,
textarea, .paging span > a,
.paging span > span, .searchResults td:first-child a, .mod__component .indicator-link, .featuredResearch .featuredInfo .meta-date, .regTable td b, .accountHeading b, .executiveTeam > ul > li a, .mediaCenter .search-results-hit .meta-date {
  font-family: FFScalaSansWebBold, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold; }
  .JP .font-scala-sans--bold, .JP .text-treatment--dates, .JP .top-feature__date, .JP .featured-content__text--date, .JP .content-list__date, .JP .media-container__media-date, .JP .featured-content__item .item-date, .featured-content__item .JP .item-date, .JP .article__date, .JP .article__aside .aside-list__date, .article__aside .JP .aside-list__date, .JP .researchResults__date, .JP .text-treatment--meta, .JP .article__info, .JP .article__body .article-media figcaption, .article__body .article-media .JP figcaption, .JP .article__footer-meta, .JP a.stand-alone, .JP .more.indicator.arrow, .JP strong, .JP .section-header, .JP .section-header--small, .JP .mod__component .modHdg h3, .mod__component .modHdg .JP h3, .JP .button, .JP .contentWrap a.button, .contentWrap .JP a.button, .JP .searchBox .submit, .searchBox .JP .submit, .JP .corporateDrop > a,
  .JP .scfSubmitButton, .JP .top-links__nav a, .top-links__nav .JP a,
  .JP .top-links__nav span, .top-links__nav .JP span, .JP .mobile-hamburger, .JP .site-nav .site-nav__row > li > a, .site-nav .JP .site-nav__row > li > a, .JP .sub-nav__section-title, .JP .translated-header-navigation__language, .JP .translated-header-navigation__navigation-links a, .translated-header-navigation__navigation-links .JP a, .JP .share-bar .share-bar__download, .share-bar .JP .share-bar__download, .JP .service-links, .JP .article__aside .title, .article__aside .JP .title, .JP .microsite-hamburger, .JP .navigation__title, .JP .navigation__link-item--more, .JP .navigation__call-out a, .navigation__call-out .JP a, .JP .navigation__top-level, .JP .microsite__main-content-well .rte h1, .microsite__main-content-well .rte .JP h1, .JP .microsite__main-content-well .rte h2, .microsite__main-content-well .rte .JP h2, .JP .microsite__main-content-well .rte h3, .microsite__main-content-well .rte .JP h3, .JP .microsite__main-content-well .rte h4, .microsite__main-content-well .rte .JP h4, .JP .microsite__main-content-well .rte h5, .microsite__main-content-well .rte .JP h5, .JP .microsite__main-content-well .rte h6, .microsite__main-content-well .rte .JP h6, .JP .explore__block span, .explore__block .JP span, .JP .country-offices__office-view-more, .JP .consultant-quote__source, .JP .c-consultant-listing__title, .JP .c-consultant-listing__headshot figcaption, .c-consultant-listing__headshot .JP figcaption, .JP .c-consultant-listing__name, .JP .ahc-consultant-listing__title, .JP .ahc-consultant-listing__headshot figcaption, .ahc-consultant-listing__headshot .JP figcaption, .JP .ahc-consultant-listing__name, .JP .c-other-search-professionals__title, .JP .c-office-info__location .c-office-info__download, .c-office-info__location .JP .c-office-info__download, .JP .c-office-info__directions, .JP .c-office-selector__region-title, .JP .c-office-selector__region-name, .JP a.indicator, .JP .sidebar-nav__list-item,
  .JP .searchBox select, .searchBox .JP select,
  .JP input[type="text"],
  .JP input[type="password"],
  .JP .scfForm select, .scfForm .JP select,
  .JP select,
  .JP .scfForm textarea, .scfForm .JP textarea,
  .JP textarea, .JP .paging span > a, .paging .JP span > a,
  .JP .paging span > span, .paging .JP span > span, .JP .searchResults td:first-child a, .searchResults td:first-child .JP a, .JP .mod__component .indicator-link, .mod__component .JP .indicator-link, .JP .featuredResearch .featuredInfo .meta-date, .featuredResearch .featuredInfo .JP .meta-date, .JP .regTable td b, .regTable td .JP b, .JP .accountHeading b, .accountHeading .JP b, .JP .executiveTeam > ul > li a, .executiveTeam > ul > li .JP a, .JP .mediaCenter .search-results-hit .meta-date, .mediaCenter .search-results-hit .JP .meta-date {
    font-family: FFScalaSansWebBold, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: bold; }
  .CN .font-scala-sans--bold, .CN .text-treatment--dates, .CN .top-feature__date, .CN .featured-content__text--date, .CN .content-list__date, .CN .media-container__media-date, .CN .featured-content__item .item-date, .featured-content__item .CN .item-date, .CN .article__date, .CN .article__aside .aside-list__date, .article__aside .CN .aside-list__date, .CN .researchResults__date, .CN .text-treatment--meta, .CN .article__info, .CN .article__body .article-media figcaption, .article__body .article-media .CN figcaption, .CN .article__footer-meta, .CN a.stand-alone, .CN .more.indicator.arrow, .CN strong, .CN .section-header, .CN .section-header--small, .CN .mod__component .modHdg h3, .mod__component .modHdg .CN h3, .CN .button, .CN .contentWrap a.button, .contentWrap .CN a.button, .CN .searchBox .submit, .searchBox .CN .submit, .CN .corporateDrop > a,
  .CN .scfSubmitButton, .CN .top-links__nav a, .top-links__nav .CN a,
  .CN .top-links__nav span, .top-links__nav .CN span, .CN .mobile-hamburger, .CN .site-nav .site-nav__row > li > a, .site-nav .CN .site-nav__row > li > a, .CN .sub-nav__section-title, .CN .translated-header-navigation__language, .CN .translated-header-navigation__navigation-links a, .translated-header-navigation__navigation-links .CN a, .CN .share-bar .share-bar__download, .share-bar .CN .share-bar__download, .CN .service-links, .CN .article__aside .title, .article__aside .CN .title, .CN .microsite-hamburger, .CN .navigation__title, .CN .navigation__link-item--more, .CN .navigation__call-out a, .navigation__call-out .CN a, .CN .navigation__top-level, .CN .microsite__main-content-well .rte h1, .microsite__main-content-well .rte .CN h1, .CN .microsite__main-content-well .rte h2, .microsite__main-content-well .rte .CN h2, .CN .microsite__main-content-well .rte h3, .microsite__main-content-well .rte .CN h3, .CN .microsite__main-content-well .rte h4, .microsite__main-content-well .rte .CN h4, .CN .microsite__main-content-well .rte h5, .microsite__main-content-well .rte .CN h5, .CN .microsite__main-content-well .rte h6, .microsite__main-content-well .rte .CN h6, .CN .explore__block span, .explore__block .CN span, .CN .country-offices__office-view-more, .CN .consultant-quote__source, .CN .c-consultant-listing__title, .CN .c-consultant-listing__headshot figcaption, .c-consultant-listing__headshot .CN figcaption, .CN .c-consultant-listing__name, .CN .ahc-consultant-listing__title, .CN .ahc-consultant-listing__headshot figcaption, .ahc-consultant-listing__headshot .CN figcaption, .CN .ahc-consultant-listing__name, .CN .c-other-search-professionals__title, .CN .c-office-info__location .c-office-info__download, .c-office-info__location .CN .c-office-info__download, .CN .c-office-info__directions, .CN .c-office-selector__region-title, .CN .c-office-selector__region-name, .CN a.indicator, .CN .sidebar-nav__list-item,
  .CN .searchBox select, .searchBox .CN select,
  .CN input[type="text"],
  .CN input[type="password"],
  .CN .scfForm select, .scfForm .CN select,
  .CN select,
  .CN .scfForm textarea, .scfForm .CN textarea,
  .CN textarea, .CN .paging span > a, .paging .CN span > a,
  .CN .paging span > span, .paging .CN span > span, .CN .searchResults td:first-child a, .searchResults td:first-child .CN a, .CN .mod__component .indicator-link, .mod__component .CN .indicator-link, .CN .featuredResearch .featuredInfo .meta-date, .featuredResearch .featuredInfo .CN .meta-date, .CN .regTable td b, .regTable td .CN b, .CN .accountHeading b, .accountHeading .CN b, .CN .executiveTeam > ul > li a, .executiveTeam > ul > li .CN a, .CN .mediaCenter .search-results-hit .meta-date, .mediaCenter .search-results-hit .CN .meta-date {
    font-family: FFScalaSansWebBold, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold; }

.font-scala-sans--italic, em,
i {
  font-family: FFScalaSansWebItalic, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal; }
  .JP .font-scala-sans--italic, .JP em,
  .JP i {
    font-family: FFScalaSansWebItalic, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: italic;
    font-weight: normal; }
  .CN .font-scala-sans--italic, .CN em,
  .CN i {
    font-family: FFScalaSansWebItalic, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: normal; }

.font-scala-sans--bold-italic, strong em, em strong, b i, i b {
  font-family: FFScalaSansWebBoldItalic, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold; }
  .JP .font-scala-sans--bold-italic, .JP strong em, strong .JP em, .JP em strong, em .JP strong, .JP b i, b .JP i, .JP i b, i .JP b {
    font-family: FFScalaSansWebBoldItalic, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: italic;
    font-weight: bold; }
  .CN .font-scala-sans--bold-italic, .CN strong em, strong .CN em, .CN em strong, em .CN strong, .CN b i, b .CN i, .CN i b, i .CN b {
    font-family: FFScalaSansWebBoldItalic, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: bold; }

.site-header {
  background-color: #ffffff; }
  @media (max-width: 1015px) {
    .site-header .site-width__constraint, .site-header .hero-banner__inner-wrapper, .site-header .country-offices {
      padding: 0 3%;
      text-align: left; } }
  @media (max-width: 760px) {
    .site-header .site-width__constraint, .site-header .hero-banner__inner-wrapper, .site-header .country-offices {
      padding: 0; } }
  .site-header .top-links {
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5; }
  .site-header .top-links__nav {
    float: right;
    width: auto; }
    .site-header .top-links__nav span,
    .site-header .top-links__nav a {
      color: #818183;
      font-size: 14px;
      text-transform: none; }
      .language-list .site-header .top-links__nav span, .language-list
      .site-header .top-links__nav a {
        color: #fff; }
      .site-header .top-links__nav span:hover,
      .site-header .top-links__nav a:hover {
        color: #4e4e50; }
    @media (max-width: 760px) {
      .site-header .top-links__nav {
        margin-right: 10px; } }

.top-links__drop-menu .language-list {
  background-color: #f5f7f9;
  border-top: 2px solid #71B77D;
  top: calc(100% + 3px); }

@media (max-width: 760px) {
  .top-links__drop-menu span {
    margin-right: 25px; } }

.nav-languages {
  position: relative;
  text-align: right; }
  .nav-languages span:after {
    content: '';
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3b964b;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 2px; }
    @media (max-width: 760px) {
      .nav-languages span:after {
        right: 10px; } }

@media (max-width: 960px) {
  .site-logo {
    margin-right: 15px; }
    .site-logo img {
      width: 150px; } }

@media (max-width: 760px) {
  .site-logo {
    margin: 23px 0 15px 0;
    padding: 0 20px;
    width: auto;
    height: auto; } }

.navigation-container {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 760px) {
    .navigation-container {
      display: block; } }

.navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-positive: 2;
      flex-grow: 2;
  -ms-flex-pack: justify;
      justify-content: space-between;
  float: left; }
  @media (max-width: 760px) {
    .navigation {
      display: none;
      width: 100%; }
      .navigation.navigation__show-mobile {
        display: block; } }

.navigation__tab {
  float: left;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }
  .navigation__tab:last-child {
    text-align: right; }
  @media (max-width: 760px) {
    .navigation__tab {
      width: 100%; } }

.navigation__content {
  background-color: #f5f7f9;
  opacity: 0;
  visibility: hidden;
  padding: 40px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  text-align: left;
  border-bottom: 3px solid white; }
  .navigation__tab-active .navigation__content {
    opacity: 1;
    visibility: visible; }
  .navigation__content .site-width__constraint, .navigation__content .hero-banner__inner-wrapper, .navigation__content .country-offices {
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 760px) {
    .navigation__content {
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      display: none; }
      .navigation__tab-active .navigation__content {
        display: block; } }
  @media (max-width: 760px) {
    .navigation__content {
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .navigation__content--our-consultants {
        margin-bottom: 24px; } }

.navigation__title {
  display: inline-block;
  color: #262626;
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 28px;
  position: relative;
  text-align: left;
  text-transform: uppercase; }
  .navigation__tab-active .navigation__title:after {
    opacity: 1; }
  .navigation__title:after {
    opacity: 0;
    content: '';
    display: block;
    background-color: #71B77D;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    transition: opacity 0.3s ease; }
  .navigation__title:hover {
    color: #262626; }
    .navigation__title:hover + .navigation__content {
      opacity: 1; }
  @media (max-width: 960px) {
    .navigation__title {
      font-size: 13px; } }
  @media (max-width: 760px) {
    .navigation__title {
      font-size: 15px;
      padding-left: 20px;
      padding-bottom: 10px;
      width: 100%; }
      .navigation__title:after {
        left: -20px;
        width: calc(100% + 20px); } }

.navigation__title-search {
  vertical-align: middle; }
  @media (max-width: 760px) {
    .navigation__tab .navigation__title-search {
      display: none; } }

.navigation__splash-text {
  color: #818183;
  float: left;
  margin-right: 5%;
  -ms-flex-preferred-size: 29.5%;
      flex-basis: 29.5%;
  margin-top: -5px; }
  .JP .navigation__splash-text {
    font-weight: 500; }
  @media (max-width: 960px) {
    .navigation__splash-text {
      font-size: 18px; } }
  @media (max-width: 1060px) {
    .navigation__splash-text {
      display: none;
      margin-top: 32px; } }

.navigation__splash-text--compact {
  display: none;
  float: none; }
  @media (max-width: 1060px) {
    .navigation__splash-text--compact {
      display: block; } }
  @media (max-width: 760px) {
    .navigation__splash-text--compact {
      display: none; } }

.navigation__content-right {
  -ms-flex-preferred-size: 65.5%;
      flex-basis: 65.5%;
  margin-bottom: 30px; }
  @media (max-width: 1060px) {
    .navigation__content-right {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 0; } }

.navigation__column {
  /* 1 column */
  /* 2 columns */
  /* 3 columns */ }
  .navigation__column:nth-last-child(1):first-child {
    width: 100%; }
  .navigation__column:nth-last-child(2):first-child,
  .navigation__column:nth-last-child(2):first-child ~ .navigation__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 10%;
    float: left; }
    .navigation__column:nth-last-child(2):first-child:last-child,
    .navigation__column:nth-last-child(2):first-child ~ .navigation__column:last-child {
      margin-right: 0; }
    @media (max-width: 640px) {
      .navigation__column:nth-last-child(2):first-child,
      .navigation__column:nth-last-child(2):first-child ~ .navigation__column {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .navigation__column:nth-last-child(2):first-child,
      .navigation__column:nth-last-child(2):first-child ~ .navigation__column {
        display: block;
        width: 100%; }
        .navigation__columns--60 .navigation__column:nth-last-child(2):first-child, .navigation__columns--60
        .navigation__column:nth-last-child(2):first-child ~ .navigation__column {
          margin-bottom: 0; } }
  .navigation__column:nth-last-child(3):first-child,
  .navigation__column:nth-last-child(3):first-child ~ .navigation__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 5%;
    float: left; }
    .navigation__column:nth-last-child(3):first-child:last-child,
    .navigation__column:nth-last-child(3):first-child ~ .navigation__column:last-child {
      margin-right: 0; }
    @media (max-width: 640px) {
      .navigation__column:nth-last-child(3):first-child,
      .navigation__column:nth-last-child(3):first-child ~ .navigation__column {
        display: block;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-right: 0;
        text-align: left;
        width: 100%; } }

.navigation__columns {
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%; }
  @media (max-width: 640px) {
    .navigation__columns {
      display: block; } }

.navigation__columns--60 {
  width: 60%; }
  @media (max-width: 960px) {
    .navigation__columns--60 {
      width: 100%; } }
  @media (max-width: 640px) {
    .navigation__columns--60 {
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 480px) {
    .navigation__columns--60 {
      display: block; } }

.navigation__link-list {
  list-style: none;
  padding: 0;
  width: 100%; }

.navigation__link-item {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 18px; }
  .navigation__link-item a {
    color: #4c4c4e; }
    .navigation__link-item a:hover {
      color: #7cb085; }
  @media (max-width: 760px) {
    .navigation__columns--60 .navigation__link-item {
      text-align: left; } }
  @media (max-width: 640px) {
    .navigation__link-item a {
      display: none; }
    .navigation__link-item .navigation__link-title {
      display: block; } }

.navigation__link-title {
  font-size: 18px;
  color: #4c4c4e;
  position: relative; }
  .navigation__link-title:hover {
    color: #4c4c4e; }
    .navigation__link-title:hover:before {
      right: -24px; }
    .navigation__link-title:hover:after {
      right: -29px; }

.faux-dropdown__input:after {
  content: '';
  display: inline-block;
  border-top: 5px solid transparent;
  border-right: 5px solid #3b964b;
  border-bottom: 5px solid #3b964b;
  border-left: 5px solid transparent;
  position: absolute;
  right: 15px;
  top: 30%;
  -webkit-transition: right 0.2s ease;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -ms-transform-origin: center;
      transform-origin: center; }
  .is-open .faux-dropdown__input:after {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    top: 45%; }

.navigation__link-item--more {
  font-size: 16px;
  color: #3b964b;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  .navigation__link-item--more:hover {
    color: #2d7139; }
  .navigation__link-item--more.navigation__link-item--more-desktop {
    display: block;
    margin-top: 16px; }
  @media (max-width: 1060px) {
    .navigation__splash-text .navigation__link-item--more {
      display: block; } }
  @media (max-width: 760px) {
    .navigation__link-item--more {
      display: none; } }

.navigation__call-out {
  background-color: #E9EDF2;
  float: left;
  padding: 20px;
  width: 100%;
  /* assuming an rte is used for the content */ }
  .navigation__call-out h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px; }
  .navigation__call-out p {
    font-size: 16px;
    line-height: 22px; }

.navigation__promo {
  margin-bottom: 50px; }
  @media (max-width: 1060px) {
    .navigation__promo {
      margin-bottom: 0; } }
  @media (max-width: 480px) {
    .navigation__promo {
      margin-bottom: 10px; } }

.navigation__promo-title {
  color: #4c4c4e;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: -3px; }
  @media (max-width: 480px) {
    .navigation__promo-title {
      margin-bottom: 0;
      margin-top: 0; } }

.navigation__promo-image {
  float: left;
  max-width: 31%;
  margin-right: 5%;
  max-height: 100%; }

.navigation__promo-decription {
  font-size: 15px;
  float: left;
  line-height: 21px;
  max-width: 64%; }
  @media (max-width: 480px) {
    .navigation__promo-decription {
      float: none;
      max-width: 100%; } }

input[type="text"].navigation__primary-search {
  font-size: 18px;
  float: left;
  background-color: #E7EBF0;
  width: calc(100% - 42px);
  padding: 12px;
  height: 42px; }
  input[type="text"].navigation__primary-search::-webkit-input-placeholder {
    color: #818183; }
  input[type="text"].navigation__primary-search::-ms-clear {
    display: none; }

.navigation__search-icon {
  background-color: #71B77D;
  display: block;
  float: left;
  padding: 10px;
  height: 42px;
  width: 42px; }
  .navigation__search-icon:hover {
    cursor: pointer; }

.navigation__search-input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.navigation__search-input-wrapper > div {
  width: 49%;
  position: relative; }
  @media (max-width: 640px) {
    .navigation__search-input-wrapper > div {
      width: 100%;
      margin-bottom: 12px; } }

.faux-dropdown__input,
input.navigation__search-input,
input[type="text"].navigation__search-input {
  font-size: 18px;
  background-color: #E7EBF0;
  float: left;
  margin-right: 2%;
  width: 49%;
  padding: 10px;
  height: 42px; }
  .faux-dropdown__input::-webkit-input-placeholder,
  input.navigation__search-input::-webkit-input-placeholder,
  input[type="text"].navigation__search-input::-webkit-input-placeholder {
    color: #818183; }
  .faux-dropdown__input::-ms-clear,
  input.navigation__search-input::-ms-clear,
  input[type="text"].navigation__search-input::-ms-clear {
    display: none; }
  .faux-dropdown__input + .navigation__search-input,
  input.navigation__search-input + .navigation__search-input,
  input[type="text"].navigation__search-input + .navigation__search-input {
    z-index: 1; }
  .navigation__search-input-wrapper .faux-dropdown__input, .navigation__search-input-wrapper
  input.navigation__search-input, .navigation__search-input-wrapper
  input[type="text"].navigation__search-input {
    width: 100%; }
  @media (max-width: 640px) {
    .faux-dropdown__input,
    input.navigation__search-input,
    input[type="text"].navigation__search-input {
      margin-bottom: 20px;
      margin-right: 0;
      width: 100%; }
      .navigation__search-dropdowns .faux-dropdown__input, .navigation__search-dropdowns
      input.navigation__search-input, .navigation__search-dropdowns
      input[type="text"].navigation__search-input {
        margin-bottom: 0; } }

.navigation__button {
  height: 42px;
  min-width: 175px;
  padding: 8px 8px 6px;
  vertical-align: top;
  line-height: 24px; }
  .navigation__search-dropdowns .navigation__button {
    float: right;
    margin-top: 20px; }
  @media (max-width: 640px) {
    .navigation__button {
      float: right; } }
  @media (max-width: 480px) {
    .navigation__button {
      width: 100%; } }

.navigation__search {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E5E5E5; }
  .navigation__search:after {
    content: "";
    display: table;
    clear: both; }

.navigation__tab--dropdowns .navigation__content {
  min-height: 400px; }

/* Typeahead */
.twitter-typeahead {
  float: left;
  margin-right: 2%;
  width: 49%; }
  .twitter-typeahead .navigation__search-input {
    width: 100%;
    margin-right: 0; }
  .twitter-typeahead + .twitter-typeahead {
    margin-right: 0; }
  .navigation__search-dropdowns .twitter-typeahead:after {
    content: '';
    display: inline-block;
    right: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #3b964b; }
  @media (max-width: 640px) {
    .twitter-typeahead {
      margin-bottom: 20px;
      margin-right: 0;
      width: 100%; } }

.tt-menu {
  width: 100%; }
  .tt-menu.tt-open {
    border-top: 1px solid #d7dee6;
    display: block;
    z-index: 999; }

.tt-dataset {
  background-color: #E7EBF0;
  font-size: 18px;
  max-height: 180px;
  overflow: auto;
  width: 100%; }
  .tt-dataset:hover {
    cursor: pointer; }

.tt-suggestion {
  padding: 4px 8px; }
  .tt-suggestion.tt-cursor, .tt-suggestion:hover {
    background-color: #d7dee6; }

.navigation__typeahead-title {
  font-size: 16px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0; }
  .navigation__typeahead-title ~ .tt-suggestion {
    padding-left: 20px; }
  .navigation__typeahead-title ~ .navigation__typeahead-title {
    padding-left: 8px; }
  .JP .navigation__typeahead-title,
  .CN .navigation__typeahead-title {
    font-size: 14px; }

.navigation__search-mobile {
  display: none;
  float: right;
  margin-top: 10px;
  padding: 10px; }
  .navigation__search-mobile .navigation__title-search {
    height: 30px;
    width: 30px; }
  @media (max-width: 760px) {
    .navigation__search-mobile {
      display: block; } }

.navigation__search-mobile-content {
  opacity: 0;
  visibility: hidden;
  padding: 40px;
  background-color: #f5f7f9;
  position: absolute;
  top: 100%;
  width: 100%;
  transition: opacity 0.3s ease; }
  .navigation__search-mobile-content.navigation__show-mobile {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 480px) {
    .navigation__search-mobile-content {
      padding: 20px; } }

.navigation__tab--tall .navigation__content {
  min-height: 400px; }
  @media (max-width: 760px) {
    .navigation__tab--tall .navigation__content {
      min-height: 0; } }

.navigation__top-level {
  color: #3b964b;
  display: none;
  font-size: 16px;
  margin-bottom: 30px; }
  @media (max-width: 1060px) {
    .navigation__top-level {
      display: block; } }
  @media (max-width: 760px) {
    .navigation__top-level {
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 18px;
      padding: 0; } }

.navigation__link-item--more-mobile {
  display: none; }
  @media (max-width: 1060px) {
    .navigation__link-item--more-mobile {
      display: block; } }

.navigation__compact {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%; }
  @media (max-width: 1015px) {
    .navigation__compact {
      padding: 0 3%; } }
  @media (max-width: 760px) {
    .navigation__compact {
      padding: 0; } }

.dropdown {
  margin: 0; }

.dropdown dd {
  position: absolute;
  z-index: 9000;
  margin: 0;
  border-top: 1px solid #d7dee6;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden; }

.dropdown a,
.dropdown a:visited {
  text-decoration: none;
  outline: none; }

.faux-dropdown__selected {
  cursor: pointer;
  display: block;
  z-index: 1;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 20px; }

.faux-dropdown__option {
  cursor: pointer;
  display: block; }

.navigation__typeahead-title:hover {
  background-color: #d7dee6; }

.dropdown dd ul {
  left: 0;
  padding: 5px 0;
  top: 2px;
  width: 101%;
  min-width: 170px;
  list-style: none;
  position: relative; }

.dropdown span.value {
  display: none; }

.dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px; }

.flagvisibility {
  display: none; }

.faux-dropdown__input {
  text-transform: none;
  float: none;
  z-index: 8000; }
  .JP .faux-dropdown__input {
    font-size: 16px; }

/* Image Background Featured Content Component Styles */
.img-background-component {
  min-height: 100px;
  display: block;
  background-repeat: repeat;
  padding: 30px 0; }

.blue-theme .img-background-component {
  background-image: url("../../images/microsite_color-bar--blue.png"); }

.green-theme .img-background-component {
  background-image: url("../../images/microsite_color-bar--green.png"); }

.red-theme .img-background-component {
  background-image: url("../../images/microsite_color-bar--red.png"); }

.gray-theme .img-background-component {
  background-image: url("../../images/microsite_color-bar--gray.png"); }

.rte--img-background {
  display: block; }
  .rte--img-background * {
    color: #ffffff; }
  .rte--img-background h4 {
    color: #ffffff;
    font-size: 24px; }
  .rte--img-background a {
    font-weight: 700; }
    .rte--img-background a:hover {
      text-decoration: underline;
      color: #ffffff; }

.rte__full-width {
  margin: 40px auto 20px auto;
  max-width: 1000px; }
  @media screen and (max-width: 800px) {
    .rte__full-width {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 375px) {
    .rte__full-width {
      padding-left: 10px;
      padding-right: 10px; } }

.rte__3-col-container {
  margin: 40px auto 20px auto;
  max-width: 1000px;
  overflow: auto; }
  @media screen and (max-width: 800px) {
    .rte__3-col-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 375px) {
    .rte__3-col-container {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 800px) {
  .rte__3-col {
    width: 100%;
    max-width: 100%;
    margin: 0; } }

.rte {
  max-width: 820px;
  margin: 40px auto;
  text-align: left; }

.microsite__main-content-well .rte h1, .microsite__main-content-well .rte h2, .microsite__main-content-well .rte h3, .microsite__main-content-well .rte h4, .microsite__main-content-well .rte h5, .microsite__main-content-well .rte h6 {
  color: #00396f;
  text-transform: uppercase;
  font-size: 24px; }

.microsite__main-content-well .rte li {
  margin-bottom: .5em; }

.pull-quote {
  display: block;
  width: 100%;
  text-align: center;
  padding: 35px 60px; }
  @media screen and (max-width: 375px) {
    .pull-quote {
      padding: 35px 0; } }

.pull-quote__snippet {
  font-size: 22px;
  line-height: 27px; }
  .pull-quote__snippet:before {
    content: url("../../images/pull-quote.png");
    width: 23px;
    height: 17px; }
  .pull-quote__snippet:after {
    content: '”'; }

.pull-quote__attribution {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding-top: 10px; }
  .pull-quote__attribution:before {
    content: "— ";
    display: inline; }

.pull-quote__attribution--name {
  display: inline; }

.explore-functions {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px auto; }
  .explore-functions h6 {
    margin: 0 0 45px 0; }

.explore__intro {
  max-width: 820px;
  margin: 0 auto 30px auto;
  text-align: center; }

.explore__block-container {
  text-align: justify;
  font-size: 0;
  margin-left: -1%;
  margin-right: -1%;
  width: 102%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .explore__block-container.row--two-item .explore__block {
    width: moz-calc(96%/2);
    width: calc(96% / 2);
    max-width: calc(96% / 2); }
    @media screen and (max-width: 800px) {
      .explore__block-container.row--two-item .explore__block {
        width: 100%;
        max-width: 100%;
        height: 60px; } }
  .explore__block-container.row--three-item .explore__block {
    width: moz-calc(94%/3);
    width: calc(94% / 3);
    max-width: calc(94% / 3); }
    @media screen and (max-width: 800px) {
      .explore__block-container.row--three-item .explore__block {
        width: 100%;
        max-width: 100%;
        height: 60px; } }
  .explore__block-container.row--four-item .explore__block {
    width: moz-calc(92%/4);
    width: calc(92% / 4);
    max-width: calc(92% / 4); }
    @media screen and (max-width: 800px) {
      .explore__block-container.row--four-item .explore__block {
        width: 100%;
        max-width: 100%;
        height: 60px; } }
  .explore__block-container.row--five-item .explore__block {
    width: calc(90% / 5);
    width: moz-calc(90%/5);
    max-width: calc(90% / 5); }
    @media screen and (max-width: 800px) {
      .explore__block-container.row--five-item .explore__block {
        width: 100%;
        max-width: 100%;
        height: 60px; } }
  @media screen and (max-width: 375px) {
    .explore__block-container {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.explore__block {
  color: #262626;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 10px;
  position: relative;
  text-align: center; }
  .explore__block:hover span {
    color: #ffffff; }
  .explore__block:hover span:after {
    content: url("/images/svg/arrow-white.svg"); }
  .explore__block span {
    color: #4c4c4e;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    left: 0;
    width: 100%;
    padding: 0 20px; }
    .explore__block span:after {
      content: url("/images/svg/arrow-black.svg");
      display: inline-block;
      width: 6px;
      height: 10px; }

.blue-theme .explore__block {
  background-color: #D5DFE9; }
  .blue-theme .explore__block:hover {
    background-color: #003970; }

.green-theme .explore__block {
  background-color: #E1EEE4; }
  .green-theme .explore__block:hover {
    background-color: #3C964C; }

.red-theme .explore__block {
  background-color: #DED2D4; }
  .red-theme .explore__block:hover {
    background-color: #7E2136; }

.gray-theme .explore__block {
  background-color: #DDDDDD; }
  .gray-theme .explore__block:hover {
    background-color: #4c4c4e; }

.blog-authors {
  margin-bottom: 50px; }

.blog-author {
  color: #4c4c4e;
  font-family: FFScalaWeb,Georgia,Utopia,Charter,serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px; }
  @media screen and (max-width: 800px) {
    .blog-author {
      border-top: 1px solid #D6D6D8;
      padding-top: 40px; } }
  .blog-author:after {
    clear: both;
    content: "";
    display: block; }
  .blog-author__image {
    margin-bottom: 23px; }
    .blog-author__image img {
      height: auto;
      width: 100%; }
    @media screen and (max-width: 800px) {
      .blog-author__image {
        float: left;
        margin-right: 23px;
        max-width: 250px;
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .blog-author__image {
        margin-right: 0;
        max-width: 100%;
        width: 100%; } }
  .blog-author__location {
    color: #818181;
    font-family: FFScalaWebItalic, Georgia, Utopia, Charter, serif;
    font-style: italic; }
  .blog-author__name {
    font-family: FFScalaWebBold,Georgia,Utopia,Charter,serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700; }
    .blog-author__name a {
      color: #4c4c4e;
      display: inline-block;
      padding-right: 10px;
      position: relative; }
      .blog-author__name a:after {
        border-right: 2px solid #6fb27b;
        border-bottom: 2px solid #6fb27b;
        content: "";
        height: 7px;
        position: absolute;
        top: 8px;
        right: 0;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        width: 7px; }
      .blog-author__name a:hover {
        color: #6fb27b; }
  @media screen and (max-width: 800px) {
    .blog-author h3 {
      display: none; } }

.blog-cat-drop {
  max-width: 300px;
  position: relative;
  /* Only style if javascript has placed the trigger */ }
  .blog-cat-drop__trigger {
    background-color: #e7eaef;
    display: none;
    font-family: FFScalaWebItalic,Georgia,Utopia,Charter,serif;
    font-size: 18px;
    padding: 8px 18px;
    margin-bottom: 50px; }
    .blog-cat-drop__trigger:after {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #3b964b;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      top: 18px;
      right: 16px;
      -ms-transform-origin: 50% 3px;
          transform-origin: 50% 3px;
      width: 0; }
    .blog-cat-drop__trigger.is-active:after {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    @media screen and (max-width: 800px) {
      .blog-cat-drop__trigger {
        display: block; } }
  @media screen and (max-width: 800px) {
    .blog-cat-drop__trigger + ul {
      background-color: #f5f7f9;
      border-top: 2px solid #71B77D;
      display: none;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 5; }
      .blog-cat-drop__trigger + ul li {
        margin: 11px 18px 11px 18px; }
      .blog-cat-drop__trigger + ul a {
        color: #818183;
        font-family: FFScalaSansWebRegular, Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        text-transform: none; }
        .blog-cat-drop__trigger + ul a:after {
          display: none; } }

.blog-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .blog-pagination {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .blog-pagination__item {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    list-style-type: none;
    padding: 0;
    min-width: 27px;
    text-align: center;
    text-transform: uppercase;
    width: auto; }
    .blog-pagination__item a {
      display: inline-block;
      line-height: 12px;
      padding: 8px 8px 7px 8px; }
    .blog-pagination__item--active {
      background-color: #f5f7f9;
      border: 1px solid #a5a5a6;
      color: #4c4c4e; }
    @media screen and (max-width: 480px) {
      .blog-pagination__item--first, .blog-pagination__item--last {
        display: none; } }
    @media screen and (max-width: 480px) {
      .blog-pagination__item--mobile-hide {
        display: none; } }
    .blog-pagination__item--prev a, .blog-pagination__item--next a {
      color: transparent;
      position: relative; }
      .blog-pagination__item--prev a:after, .blog-pagination__item--next a:after {
        border-right: 2px solid #6fb27b;
        border-bottom: 2px solid #6fb27b;
        content: "";
        height: 7px;
        position: absolute;
        top: calc(50% - 5px);
        right: calc(50% - 3px);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        width: 7px; }
    .blog-pagination__item--prev a:after {
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.country-offices {
  padding-bottom: 50px; }

.country-offices__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  padding-left: 0; }
  @media screen and (max-width: 900px) {
    .country-offices__list {
      -ms-flex-direction: column;
          flex-direction: column; } }

.country-offices__office {
  margin-right: 20px;
  width: calc((100% / 3) - (20px * 2 / 3));
  max-width: 350px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .country-offices__office {
      height: 194px;
      margin-right: 0;
      max-width: 100%;
      width: 100%; } }

.country-offices__office:only-of-type {
  max-width: 600px;
  height: 250px;
  margin-right: 0; }
  @media screen and (max-width: 900px) {
    .country-offices__office:only-of-type {
      height: 194px;
      max-width: 100%; } }

.country-offices__office:last-of-type,
.country-offices__list:not(.country-offices__list--2-across) .country-offices__office:nth-of-type(3n) {
  margin-right: 0; }

.country-offices__list--2-across .country-offices__office:nth-of-type(even) {
  margin-right: 10px; }
  @media screen and (max-width: 900px) {
    .country-offices__list--2-across .country-offices__office:nth-of-type(even) {
      margin-right: 0; } }

.country-offices__list--2-across .country-offices__office:nth-of-type(odd) {
  margin-left: 10px; }
  @media screen and (max-width: 900px) {
    .country-offices__list--2-across .country-offices__office:nth-of-type(odd) {
      margin-left: 0; } }

.country-offices__office:not(:only-of-type)::before {
  content: "";
  display: block;
  padding-top: 83.33333%;
  width: 100%; }
  @media screen and (max-width: 900px) {
    .country-offices__office:not(:only-of-type)::before {
      content: none; } }

.country-offices__office-content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }

.country-office__office-link,
.country-offices__office-overlay,
.country-offices__office-image {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%; }

.country-office__office-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    .country-office__office-link {
      -ms-flex-pack: end;
          justify-content: flex-end; } }

.country-offices__office-city {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 10px; }

.country-offices__office-view-more {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  padding-right: 43px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease; }

.country-office__office-link:hover .country-offices__office-view-more {
  padding-right: 50px; }

.country-offices__office-view-more::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  right: 7px;
  top: calc(50% - 3px);
  transition: all 0.3s ease;
  width: 21px; }

.country-office__office-link:hover .country-offices__office-view-more::before {
  background-color: #fbcc11;
  width: 28px; }

.country-offices__office-view-more::after {
  border-left: 8px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  transition: all 0.3s ease; }

.country-office__office-link:hover .country-offices__office-view-more::after {
  border-left: 8px solid #fbcc11; }

.country-offices__office-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #404040;
  /* fallback color */
  transition: transform 0.3s ease; }

.country-office__office-link:hover ~ .country-offices__office-image,
.country-office__office-link:focus ~ .country-offices__office-image {
  -ms-transform: scale(1.25);
      transform: scale(1.25); }

.country-offices__office-overlay {
  background-color: rgba(76, 76, 78, 0.6);
  transition: all 0.3s ease; }

.country-office__office-link:hover ~ .country-offices__office-overlay,
.country-office__office-link:focus ~ .country-offices__office-overlay {
  background-color: rgba(76, 76, 78, 0.75); }

.breadcrumbs {
  font-size: 14px;
  font-size: 0.875rem; }
  .breadcrumbs,
  .breadcrumbs a,
  .breadcrumbs a:visited {
    color: #fff; }
  @media screen and (max-width: 600px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs--internal,
  .breadcrumbs--internal a,
  .breadcrumbs--internal a:visited {
    color: #818183;
    font-size: 16px; }
    .breadcrumbs--internal:hover, .breadcrumbs--internal:active,
    .breadcrumbs--internal a:hover,
    .breadcrumbs--internal a:active,
    .breadcrumbs--internal a:visited:hover,
    .breadcrumbs--internal a:visited:active {
      color: #3b964b; }

.breadcrumbs__item {
  margin-right: 6px; }
  .breadcrumbs__item:not(:last-child):after {
    content: '˲';
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -12px;
    margin-left: 6px; }
  @media screen and (max-width: 768px) {
    .breadcrumbs__item:nth-last-child(n+4):before {
      content: "...";
      display: inline-block; }
    .breadcrumbs__item:nth-last-child(n+4) a {
      display: none; } }

.carousel-arrow {
  position: absolute;
  top: 126px; }
  .carousel-arrow svg {
    color: #3b964b;
    cursor: pointer;
    fill: #3b964b;
    height: 14px;
    width: 24px; }
  .carousel-arrow.slick-disabled svg {
    color: #D6D6D8;
    fill: #D6D6D8; }

.carousel-arrow--prev {
  left: -42px; }

.carousel-arrow--next {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  right: 0px;
  margin-right: -48px; }

.section-header--country-page ~ .carousel-arrow {
  top: 170px; }

.consultant-quote {
  text-align: center;
  padding: 32px 128px;
  margin-bottom: 64px; }

.consultant-quote__quotation-mark {
  color: #fbcc11;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 96px;
  font-weight: 900; }

.consultant-quote__quote {
  color: #818183;
  display: block;
  font-size: 28px;
  font-style: italic;
  line-height: 38px;
  margin-bottom: 24px;
  margin-top: -24px; }

.consultant-quote__source {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: #818183; }

@media screen and (max-width: 600px) {
  .consultant-quote {
    padding: 32px; }
  .consultant-quote__quote {
    font-size: 24px;
    line-height: 34px; } }

.footer-promo {
  background-color: #f5f7f9;
  padding: 64px 0;
  margin-bottom: -25px; }

.footer-promo__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .footer-promo__grid > div {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding-right: 32px; }
  .footer-promo__grid > a {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  @media screen and (max-width: 600px) {
    .footer-promo__grid,
    .footer-promo__grid > div,
    .footer-promo__grid > a {
      display: block;
      text-align: center;
      width: 100%; }
    .footer-promo__grid > div {
      padding-right: 0; } }

.footer-promo__copy {
  font-size: 13px;
  font-size: 0.8125rem;
  word-break: break-word; }

.footer-promo__headline {
  display: inline-block;
  margin-bottom: 8px; }
  .footer-promo__headline a {
    color: inherit; }
    .footer-promo__headline a:hover {
      color: #3b964b; }

@media screen and (max-width: 480px) {
  .footer-promo {
    padding: 32px 0;
    margin-top: 64px; }
  .footer-promo__grid {
    -ms-flex-direction: column;
        flex-direction: column; }
    .footer-promo__grid > div {
      margin-bottom: 24px; }
    .footer-promo__grid > * {
      text-align: center; } }

.hover-reveal-panels__panel {
  background-color: #f5f7f9;
  text-align: center;
  padding: 12px 16px;
  height: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .hover-reveal-panels__panel.column-33, .practice-detail-callout__copy > div.hover-reveal-panels__panel:nth-last-child(3):first-child,
  .practice-detail-callout__copy > div:nth-last-child(3):first-child ~ div.hover-reveal-panels__panel {
    margin: 0 8px 8px 0;
    width: calc((100% - 16px) / 3); }
    .hover-reveal-panels__panel.column-33:nth-child(3n), .practice-detail-callout__copy > div.hover-reveal-panels__panel:nth-child(3n):nth-last-child(3):first-child,
    .practice-detail-callout__copy > div:nth-last-child(3):first-child ~ div.hover-reveal-panels__panel:nth-child(3n) {
      margin-right: 0; }
  .hover-reveal-panels__panel:hover {
    background-color: #003d79; }
    .hover-reveal-panels__panel:hover .hover-reveal-panels__title {
      display: none; }
    .hover-reveal-panels__panel:hover .hover-reveal-panels__description {
      display: block; }
  @media screen and (max-width: 768px) {
    .hover-reveal-panels__panel.column-33, .practice-detail-callout__copy > div.hover-reveal-panels__panel:nth-last-child(3):first-child,
    .practice-detail-callout__copy > div:nth-last-child(3):first-child ~ div.hover-reveal-panels__panel {
      width: calc((100% - 8px) / 2); }
      .hover-reveal-panels__panel.column-33:nth-child(3n), .practice-detail-callout__copy > div.hover-reveal-panels__panel:nth-child(3n):nth-last-child(3):first-child,
      .practice-detail-callout__copy > div:nth-last-child(3):first-child ~ div.hover-reveal-panels__panel:nth-child(3n) {
        margin-right: 8px; }
      .hover-reveal-panels__panel.column-33:nth-child(2n), .practice-detail-callout__copy > div.hover-reveal-panels__panel:nth-child(2n):nth-last-child(3):first-child,
      .practice-detail-callout__copy > div:nth-last-child(3):first-child ~ div.hover-reveal-panels__panel:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    .hover-reveal-panels__panel:hover {
      background: inherit; }
      .hover-reveal-panels__panel:hover .hover-reveal-panels__title {
        display: inline-block; }
      .hover-reveal-panels__panel:hover .hover-reveal-panels__description {
        display: none; } }
  @media screen and (max-width: 600px) {
    .hover-reveal-panels__panel {
      background: none;
      text-align: left;
      padding: 0;
      display: block;
      height: auto; } }

@media screen and (max-width: 600px) {
  .hover-reveal-panels .button, .hover-reveal-panels .contentWrap a.button, .contentWrap .hover-reveal-panels a.button, .hover-reveal-panels .searchBox .submit, .searchBox .hover-reveal-panels .submit,
  .hover-reveal-panels .searchBox .scfSubmitButton, .searchBox .hover-reveal-panels .scfSubmitButton, .hover-reveal-panels .corporateDrop > a,
  .hover-reveal-panels__button {
    margin: 0;
    display: block;
    width: 100%; } }

.hover-reveal-panels.sgrid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 600px) {
    .hover-reveal-panels.sgrid {
      margin-bottom: 0; } }

.hover-reveal-panels a:not(.button),
.hover-reveal-panels a:not(.button):visited {
  color: #fff; }
  @media screen and (max-width: 600px) {
    .hover-reveal-panels a:not(.button),
    .hover-reveal-panels a:not(.button):visited {
      color: inherit; } }

.hover-reveal-panels__title {
  color: #4c4c4e;
  display: inline-block; }
  .hover-reveal-panels__title:after {
    content: "";
    border-color: #7cb085;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 8px;
    left: 0.15em;
    position: relative;
    top: 10px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    vertical-align: top;
    width: 8px; }
    @media screen and (max-width: 600px) {
      .hover-reveal-panels__title:after {
        display: none; } }
  @media screen and (max-width: 600px) {
    .hover-reveal-panels__title {
      font-family: inherit;
      font-weight: 500;
      font-size: 14px;
      font-size: 0.875rem;
      color: #3b964b;
      margin-bottom: 12px; } }

.hover-reveal-panels__description {
  display: none;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 6px; }

.industry-listing {
  background-color: #f5f7f9;
  padding: 24px;
  margin-bottom: 24px; }

.footer-promo__grid ~ .practice-listing-items {
  margin-top: 64px; }

.industry-listing__title {
  margin-bottom: 0;
  white-space: nowrap; }
  .industry-listing__title a > span {
    white-space: normal; }
  .industry-listing__title a > div {
    display: inline;
    position: absolute;
    margin-left: 3px; }
  .industry-listing__title a {
    color: inherit; }
    .industry-listing__title a:hover {
      color: #3b964b; }
  .industry-listing__title .link-arrow-svg {
    width: 14px;
    height: 14px; }

.industry-listing__separator {
  border: 0;
  padding: 0;
  margin: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
  padding-bottom: 12px; }

.industry-listing__description {
  margin-top: 16px; }

.industry-listing ul {
  margin: 16px 0 0;
  padding: 0; }

.industry-listing ul li {
  list-style: none;
  margin: 0 48px 16px 0;
  padding: 0;
  display: inline-block; }

.industry-listing__link {
  color: inherit;
  white-space: nowrap; }
  .industry-listing__link > span {
    white-space: normal; }
  .industry-listing__link > div {
    display: inline;
    position: absolute;
    margin-left: 3px; }
  .industry-listing__link:hover {
    color: #3b964b; }

.link-arrow-svg {
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  width: 6px; }

.industries-listing .column-50:first-child, .industries-listing .practice-detail-callout__copy > div:first-child:nth-last-child(2),
.industries-listing .practice-detail-callout__copy > div:nth-last-child(2):first-child ~ div:first-child,
.industries-listing .column-75:first-child {
  padding-right: 20px; }

.industries-listing .column-100 {
  max-width: 876px;
  min-width: 0; }

.industries-listing .column-100 ~ .column-50, .industries-listing .practice-detail-callout__copy > .column-100 ~ div:nth-last-child(2):first-child,
.industries-listing .practice-detail-callout__copy > .column-100 ~ div:nth-last-child(2):first-child ~ div, .industries-listing .practice-detail-callout__copy > div:nth-last-child(2):first-child ~ .column-100 ~ div, .industries-listing .practice-detail-callout__copy > div.column-100:nth-last-child(2):first-child ~ div,
.industries-listing .column-100 ~ .column-25 {
  display: none; }

.practice-detail__intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 64px; }
  .practice-detail__intro > div {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .practice-detail__intro > div:first-child:not(:last-child) {
      width: 70%;
      padding-right: 32px; }
    .practice-detail__intro > div:only-child {
      padding-right: 124px; }
    .practice-detail__intro > div:nth-child(2) {
      max-width: 30%; }
  @media screen and (max-width: 768px) {
    .practice-detail__intro {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .practice-detail__intro > div:first-child {
        margin-top: 24px;
        -ms-flex-order: 2;
            order: 2;
        padding: 0;
        width: 100%; }
      .practice-detail__intro > div:nth-child(2) {
        max-width: 100%;
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .practice-detail__intro:only-child {
      padding-right: 0; } }

.practice-detail__intro-callout {
  border: 1px solid #ececec; }

.practice-detail__intro-callout-header {
  background: #f5f7f9;
  padding: 20px 24px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .practice-detail__intro-callout-header {
      padding: 16px; } }
  @media screen and (max-width: 600px) {
    .practice-detail__intro-callout-header {
      font-family: FFScalaWebItalic, Georgia, Utopia, Charter, serif;
      font-style: italic;
      font-weight: normal;
      color: #818183;
      padding: 8px 12px; }
      .JP .practice-detail__intro-callout-header {
        font-family: FFScalaWebItalic, Georgia, Utopia, Charter, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-style: italic;
        font-weight: normal; }
      .CN .practice-detail__intro-callout-header {
        font-family: FFScalaWebItalic, Georgia, Utopia, Charter, sans-serif;
        font-style: italic;
        font-weight: normal; }
      .practice-detail__intro-callout-header:after {
        content: "\25BE";
        display: block;
        color: #3b964b;
        position: absolute;
        right: 12px;
        top: 8px; }
      .is-opened .practice-detail__intro-callout-header {
        font-family: FFScalaWebBold, Georgia, Utopia, Charter, serif;
        font-style: normal;
        font-weight: bold;
        color: #000; }
        .JP .is-opened .practice-detail__intro-callout-header {
          font-family: FFScalaWebBold, Georgia, Utopia, Charter, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-style: normal;
          font-weight: bold; }
        .CN .is-opened .practice-detail__intro-callout-header {
          font-family: FFScalaWebBold, Georgia, Utopia, Charter, sans-serif;
          font-style: normal;
          font-weight: bold; }
        .is-opened .practice-detail__intro-callout-header:after {
          transform: rotateX(180deg);
          -ms-transform-origin: center;
              transform-origin: center; } }

.practice-detail__intro-callout-list {
  margin: 0;
  padding: 24px; }
  .practice-detail__intro-callout-list > li {
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 20px; }
    .practice-detail__intro-callout-list > li:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .practice-detail__intro-callout-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding: 16px 0; }
      .practice-detail__intro-callout-list > li {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        text-align: center;
        border-right: 1px solid #ececec;
        margin: 0;
        padding: 12px;
        min-width: calc(100% / 3); }
        .practice-detail__intro-callout-list > li:last-child {
          border: 0; }
      .practice-detail__intro-callout-list > li:nth-last-child(2):first-child,
      .practice-detail__intro-callout-list > li:nth-last-child(2):first-child ~ li,
      .practice-detail__intro-callout-list > li:nth-last-child(4):first-child,
      .practice-detail__intro-callout-list > li:nth-last-child(4):first-child ~ li {
        width: 50%; }
      .practice-detail__intro-callout-list > li:nth-last-child(4):first-child ~ li:nth-child(2),
      .practice-detail__intro-callout-list > li:nth-last-child(5):first-child ~ li:nth-child(3) {
        border: 0; }
      .practice-detail__intro-callout-list > li:nth-last-child(3):first-child,
      .practice-detail__intro-callout-list > li:nth-last-child(3):first-child ~ li,
      .practice-detail__intro-callout-list > li:nth-last-child(5):first-child ~ li:nth-child(n-2),
      .practice-detail__intro-callout-list > li:nth-last-child(n+6),
      .practice-detail__intro-callout-list > li:nth-last-child(n+6) ~ li {
        width: calc(100% / 3); }
      .practice-detail__intro-callout-list > li:nth-last-child(5):first-child,
      .practice-detail__intro-callout-list > li:nth-last-child(5):first-child ~ li,
      .practice-detail__intro-callout-list > li:nth-last-child(8):first-child,
      .practice-detail__intro-callout-list > li:nth-last-child(8):first-child ~ li,
      .practice-detail__intro-callout-list > li:nth-last-child(11):first-child,
      .practice-detail__intro-callout-list > li:nth-last-child(11):first-child ~ li {
        max-width: calc(100% / 3); } }
  @media screen and (max-width: 600px) {
    .practice-detail__intro-callout-list {
      display: block;
      padding: 4px 0; }
      .practice-detail__intro-callout-list > li,
      .practice-detail__intro-callout-list > li:nth-last-child(n+4),
      .practice-detail__intro-callout-list > li:nth-last-child(n+4) ~ li {
        max-width: 100% !important;
        width: 100% !important;
        border: 0;
        text-align: left; }
      .practice-detail__intro-callout:not(.is-opened) .practice-detail__intro-callout-list {
        padding: 0; }
        .practice-detail__intro-callout:not(.is-opened) .practice-detail__intro-callout-list > li {
          display: none; } }

li.practice-detail__toggle-callout-links {
  color: #3b964b;
  text-transform: uppercase;
  font-size: 14px;
  display: none; }
  @media screen and (max-width: 600px) {
    ul:not(.is-opened) li.practice-detail__toggle-callout-links {
      display: block !important; }
    ul.is-opened li.practice-detail__toggle-callout-links--close {
      display: block; } }

ul:not(.is-opened) li.practice-detail__toggle-callout-links--close {
  display: none !important; }

.practice-detail-callout__copy {
  position: relative; }
  .practice-detail-callout__copy,
  .practice-detail-callout__copy * {
    max-width: initial; }
  .practice-detail-callout__copy > div:only-of-type {
    max-width: 75%;
    margin: 0 auto; }
  .practice-detail-callout__copy > .slick-dots {
    margin-top: 16px; }
  @media screen and (max-width: 960px) {
    .practice-detail-callout__copy,
    .practice-detail-callout__copy > * {
      margin-left: auto;
      width: 100% !important; } }

.practice-detail__slider-arrows {
  display: none; }
  @media screen and (max-width: 960px) {
    .practice-detail__slider-arrows {
      display: block; } }
  .practice-detail__slider-arrows .practice-detail-consultants__prev-arrow,
  .practice-detail__slider-arrows .practice-detail-consultants__next-arrow {
    position: relative;
    display: inline-block;
    top: 0; }
  .practice-detail__slider-arrows .practice-detail-consultants__prev-arrow {
    left: -12px; }
  .practice-detail__slider-arrows .practice-detail-consultants__next-arrow {
    margin-right: -12px; }

.practice-detail__intro-text {
  background-color: #f5f7f9;
  padding: 48px 12px;
  text-align: center;
  color: #00396f; }

.practice-detail-callout__outer-wrapper {
  background-size: cover;
  margin-bottom: 96px;
  padding: 56px 0; }
  .practice-detail-callout__outer-wrapper .content-up__top-section:before {
    margin-bottom: 32px; }
  .practice-detail-callout__outer-wrapper .content-up__top-section .top-section__title {
    margin-bottom: 46px; }

.practice-detail-consultants {
  margin-left: -8px;
  width: calc(100% + 24px); }
  @media screen and (max-width: 600px) {
    .practice-detail-consultants {
      margin-left: auto;
      width: 100%; } }
  .practice-detail-consultants > .slick-dots {
    margin-top: 16px; }
  .practice-detail-consultants .slick-track {
    margin: 0 auto; }

.section--country-page .practice-detail-consultants {
  margin-left: -12px; }

.practice-detail-consultant {
  padding: 0 12px;
  box-sizing: border-box; }
  .practice-detail-consultant:nth-last-child(n+5),
  .practice-detail-consultant:nth-last-child(n+5) ~ .practice-detail-consultant {
    max-width: 20%; }
  @media screen and (max-width: 1024px) {
    .practice-detail-consultant {
      padding-bottom: 55px; } }

.practice-detail-consultant__photo {
  width: 100%; }

.practice-detail-consultant__name {
  color: inherit;
  display: block;
  margin-top: 16px;
  white-space: nowrap; }
  .practice-detail-consultant__name > span {
    white-space: normal; }
  .practice-detail-consultant__name > div {
    display: inline;
    position: absolute;
    margin-left: 3px; }

.practice-detail-consultant__location {
  color: #818183; }

.practice-detail__slider-arrows {
  position: relative; }
  .practice-detail__slider-arrows .carousel-arrow {
    top: 0; }
  .practice-detail__slider-arrows .carousel-arrow--prev {
    left: calc(50% - 32px); }
  .practice-detail__slider-arrows .carousel-arrow--next {
    margin-right: 0;
    right: calc(50% - 32px); }

.practice-detail__button {
  margin-top: 16px; }

.practice-leads__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.practice-leads__name {
  color: inherit;
  display: block;
  white-space: nowrap; }
  .practice-leads__name > span {
    white-space: normal; }
  .practice-leads__name > div {
    display: inline;
    position: absolute;
    margin-left: 3px; }

.practice-leads__location {
  color: #818183;
  font-size: 18px; }

.practice-leads__lead {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-bottom: 32px;
  width: 33%;
  text-align: center; }
  .practice-leads__lead:nth-last-child(4):first-child,
  .practice-leads__lead:nth-last-child(4):first-child ~ div,
  .practice-leads__lead:nth-last-child(8):first-child ~ div:nth-child(7),
  .practice-leads__lead:nth-last-child(8):first-child ~ div:nth-child(8),
  .practice-leads__lead:nth-last-child(10):first-child ~ div:nth-child(9),
  .practice-leads__lead:nth-last-child(10):first-child ~ div:nth-child(10) {
    width: 50%; }
  .practice-leads__lead:nth-last-child(7):first-child,
  .practice-leads__lead:nth-last-child(7):first-child ~ div:nth-child(2),
  .practice-leads__lead:nth-last-child(7):first-child ~ div:nth-child(3),
  .practice-leads__lead:nth-last-child(7):first-child ~ div:nth-child(4), .practice-leads__lead:nth-last-child(10):first-child,
  .practice-leads__lead:nth-last-child(10):first-child ~ div {
    width: 25%;
    padding: 0 24px; }
  .practice-leads__lead:nth-last-child(7):first-child {
    padding-left: 0; }
  .practice-leads__lead:nth-last-child(7):first-child ~ div:nth-child(4) {
    padding-right: 0; }
  .practice-leads__lead:nth-last-child(7):first-child ~ div:nth-child(5),
  .practice-leads__lead:nth-last-child(7):first-child ~ div:nth-child(6),
  .practice-leads__lead:nth-last-child(7):first-child ~ div:nth-child(7) {
    padding: 0 52px; }
  @media screen and (max-width: 600px) {
    .practice-leads__lead {
      width: 100% !important;
      padding: 0 !important; } }

.three-up-promo-cards {
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7f9;
  margin-top: -100px;
  margin-bottom: 64px;
  position: relative;
  z-index: 700; }
  @media screen and (max-width: 600px) {
    .three-up-promo-cards {
      padding: 0;
      margin-bottom: 24px;
      width: 100%;
      padding-bottom: 26px; } }

.three-up-promo-cards__card {
  color: #003d79;
  width: calc(100% / 3);
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 32px 24px;
  position: relative;
  text-align: center; }
  .three-up-promo-cards__card:not(:last-child):after {
    background-color: #d4d6d8;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    top: 25%;
    width: 1px; }
    @media screen and (max-width: 600px) {
      .three-up-promo-cards__card:not(:last-child):after {
        display: none; } }

.impact-messaging__number,
.impact-messaging__text {
  display: block; }

.impact-messaging__number {
  font-size: 96px;
  font-size: 6rem;
  line-height: 104px;
  line-height: 6.5rem;
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
  letter-spacing: -8px; }
  @media screen and (max-width: 960px) {
    .impact-messaging__number {
      font-size: 64px;
      font-size: 4rem;
      line-height: 72px;
      line-height: 4.5rem; } }

.impact-messaging__text {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.impact-messaging__copy {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  list-style: none;
  left: 0; }

.slick-dots li {
  list-style: none;
  margin: 0;
  padding: 0 4px;
  display: inline-block; }

.slick-dots button {
  width: 12px;
  height: 12px;
  background-color: #a7a7a8;
  border: 0;
  border-radius: 14px;
  color: transparent;
  overflow: hidden; }

.slick-dots .slick-active button {
  background-color: #009844; }

.page-head__title {
  font-size: 35px;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.13636em;
  margin: 0; }
  @media screen and (max-width: 600px) {
    .page-head__title {
      font-size: 28px;
      font-size: 1.76rem; } }

.page-head__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0; }
  @media screen and (max-width: 600px) {
    .page-head__subtitle {
      font-size: 19px;
      font-size: 1.2rem; } }

.c-consultant-listing {
  margin: 60px 0 0;
  text-align: center; }

.c-consultant-listing__title {
  color: #4c4c4e;
  font-size: 24px;
  letter-spacing: 1.8px;
  margin: 0 0 30px;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .c-consultant-listing__title {
      font-size: 40px;
      letter-spacing: 3px;
      margin-bottom: 50px; } }
  .c-consultant-listing__title.has-divider {
    position: relative;
    padding: 0 0 30px; }
    .c-consultant-listing__title.has-divider:after {
      background-color: #fbcc11;
      bottom: 0;
      content: '';
      height: 5px;
      left: 50%;
      position: absolute;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      width: 111px; }

.c-consultant-listing__list {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  margin-left: -6px;
  padding: 0; }
  @media screen and (min-width: 480px) {
    .c-consultant-listing__list {
      margin-left: -12px; } }
  @media screen and (min-width: 960px) {
    .c-consultant-listing__list {
      margin-left: -20px; } }
  .c-consultant-listing__list.c-consultant-listing__list--minor {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: 0; }
    @media screen and (min-width: 960px) {
      .c-consultant-listing__list.c-consultant-listing__list--minor {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        margin-left: -40px; } }

.c-consultant-listing__item {
  margin: 0 0 10px 6px;
  padding: 0;
  text-align: left;
  width: calc(100%/2 - 6px); }
  .c-consultant-listing__item.c-consultant-listing__item--empty {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .c-consultant-listing__item:nth-last-child(-n + 3):first-child.c-consultant-listing__item--empty,
  .c-consultant-listing__item:nth-last-child(-n + 3):first-child ~ *.c-consultant-listing__item--empty {
    display: none; }
  @media screen and (min-width: 480px) {
    .c-consultant-listing__item {
      display: block;
      margin: 0 0 30px 12px;
      width: calc(100%/3 - 12px); }
      .c-consultant-listing__item:nth-last-child(-n + 4):first-child.c-consultant-listing__item--empty,
      .c-consultant-listing__item:nth-last-child(-n + 4):first-child ~ *.c-consultant-listing__item--empty {
        display: none; } }
  @media screen and (min-width: 768px) {
    .c-consultant-listing__item {
      width: calc(100%/4 - 12px); }
      .c-consultant-listing__item:nth-last-child(-n + 5):first-child.c-consultant-listing__item--empty,
      .c-consultant-listing__item:nth-last-child(-n + 5):first-child ~ *.c-consultant-listing__item--empty {
        display: none; } }
  @media screen and (min-width: 960px) {
    .c-consultant-listing__item {
      margin: 0 0 30px 20px;
      width: calc(100%/5 - 20px); }
      .c-consultant-listing__item:nth-last-child(-n + 6):first-child.c-consultant-listing__item--empty,
      .c-consultant-listing__item:nth-last-child(-n + 6):first-child ~ *.c-consultant-listing__item--empty {
        display: none; } }
  .c-consultant-listing__list--minor .c-consultant-listing__item {
    margin: 0 0 30px;
    width: 100%; }
    .c-consultant-listing__list--minor .c-consultant-listing__item:nth-last-child(n + 2):first-child.c-consultant-listing__item--empty,
    .c-consultant-listing__list--minor .c-consultant-listing__item:nth-last-child(n + 2):first-child ~ *.c-consultant-listing__item--empty {
      display: block;
      margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      .c-consultant-listing__list--minor .c-consultant-listing__item {
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (min-width: 768px) {
      .c-consultant-listing__list--minor .c-consultant-listing__item {
        margin: 0 auto 70px;
        width: 63%; } }
    @media screen and (min-width: 960px) {
      .c-consultant-listing__list--minor .c-consultant-listing__item {
        margin: 0 0 70px 40px;
        width: calc(100%/2 - 40px); }
        .c-consultant-listing__list--minor .c-consultant-listing__item:nth-last-child(-n + 2):first-child,
        .c-consultant-listing__list--minor .c-consultant-listing__item:nth-last-child(-n + 2):first-child ~ * {
          width: 63%; }
          .c-consultant-listing__list--minor .c-consultant-listing__item:nth-last-child(-n + 2):first-child.c-consultant-listing__item--empty,
          .c-consultant-listing__list--minor .c-consultant-listing__item:nth-last-child(-n + 2):first-child ~ *.c-consultant-listing__item--empty {
            display: none; } }

.c-consultant-listing__headshot {
  margin: 0;
  padding: 0; }
  .c-consultant-listing__headshot img {
    max-width: 100%; }
  .c-consultant-listing__headshot figcaption {
    font-size: 16px;
    height: 40px;
    line-height: 1.2;
    margin: 10px 0 0; }
  .c-consultant-listing__list--minor .c-consultant-listing__headshot {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 15px;
    width: 172px; }
    @media screen and (min-width: 600px) {
      .c-consultant-listing__list--minor .c-consultant-listing__headshot {
        margin-bottom: 0; } }

.c-consultant-listing__bio {
  font-size: 18px;
  line-height: 27px; }
  @media screen and (min-width: 600px) {
    .c-consultant-listing__bio {
      margin: -3px 0 0 20px; } }

.c-consultant-listing__name {
  font-size: 24px;
  line-height: 1.2; }

.ahc-consultant-listing__title {
  color: #4c4c4e;
  font-size: 16px;
  letter-spacing: 1.8px; }
  @media screen and (min-width: 768px) {
    .ahc-consultant-listing__title {
      font-size: 16px;
      letter-spacing: 3px; } }
  .ahc-consultant-listing__title.has-divider {
    position: relative;
    padding: 0 0 30px; }
    .ahc-consultant-listing__title.has-divider:after {
      background-color: #fbcc11;
      bottom: 0;
      content: '';
      height: 5px;
      left: 50%;
      position: absolute;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      width: 111px; }

.ahc-consultant-listing__list {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-left: -6px;
  padding: 0; }
  @media screen and (min-width: 480px) {
    .ahc-consultant-listing__list {
      margin-left: -12px; } }
  @media screen and (min-width: 960px) {
    .ahc-consultant-listing__list {
      margin-left: -20px; } }
  .ahc-consultant-listing__list.ahc-consultant-listing__list--minor {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: 0; }
    @media screen and (min-width: 960px) {
      .ahc-consultant-listing__list.ahc-consultant-listing__list--minor {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        margin-left: -40px; } }

.ahc-consultant-listing__item {
  margin: 0 0 10px 6px;
  padding: 0;
  text-align: left;
  width: calc(100%/2 - 6px); }
  .ahc-consultant-listing__item.ahc-consultant-listing__item--empty {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .ahc-consultant-listing__item:nth-last-child(-n + 3):first-child.ahc-consultant-listing__item--empty,
  .ahc-consultant-listing__item:nth-last-child(-n + 3):first-child ~ *.ahc-consultant-listing__item--empty {
    display: none; }
  @media screen and (min-width: 480px) {
    .ahc-consultant-listing__item {
      display: block;
      margin: 0 0 30px 12px;
      width: calc(100%/3 - 12px);
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .ahc-consultant-listing__item:nth-last-child(-n + 4):first-child.ahc-consultant-listing__item--empty,
      .ahc-consultant-listing__item:nth-last-child(-n + 4):first-child ~ *.ahc-consultant-listing__item--empty {
        display: none; } }
  @media screen and (min-width: 768px) {
    .ahc-consultant-listing__item {
      width: calc(100%/4 - 12px); }
      .ahc-consultant-listing__item:nth-last-child(-n + 5):first-child.ahc-consultant-listing__item--empty,
      .ahc-consultant-listing__item:nth-last-child(-n + 5):first-child ~ *.ahc-consultant-listing__item--empty {
        display: none; } }
  @media screen and (min-width: 960px) {
    .ahc-consultant-listing__item {
      margin: 0 0 30px 20px;
      width: calc(100%/5 - 20px); }
      .ahc-consultant-listing__item:nth-last-child(-n + 6):first-child.ahc-consultant-listing__item--empty,
      .ahc-consultant-listing__item:nth-last-child(-n + 6):first-child ~ *.ahc-consultant-listing__item--empty {
        display: none; } }
  .ahc-consultant-listing__list--minor .ahc-consultant-listing__item {
    margin: 0 0 30px;
    width: 100%; }
    .ahc-consultant-listing__list--minor .ahc-consultant-listing__item:nth-last-child(n + 2):first-child.ahc-consultant-listing__item--empty,
    .ahc-consultant-listing__list--minor .ahc-consultant-listing__item:nth-last-child(n + 2):first-child ~ *.ahc-consultant-listing__item--empty {
      display: block;
      margin-bottom: 0; }
    @media screen and (max-width: 600px) {
      .ahc-consultant-listing__list--minor .ahc-consultant-listing__item {
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    @media screen and (min-width: 600px) {
      .ahc-consultant-listing__list--minor .ahc-consultant-listing__item {
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (min-width: 768px) {
      .ahc-consultant-listing__list--minor .ahc-consultant-listing__item {
        margin: 0 auto 70px; } }
    @media screen and (min-width: 960px) {
      .ahc-consultant-listing__list--minor .ahc-consultant-listing__item {
        margin: 0 0 40px 40px;
        width: calc(100%/2 - 40px); }
        .ahc-consultant-listing__list--minor .ahc-consultant-listing__item:nth-last-child(-n + 2):first-child.ahc-consultant-listing__item--empty,
        .ahc-consultant-listing__list--minor .ahc-consultant-listing__item:nth-last-child(-n + 2):first-child ~ *.ahc-consultant-listing__item--empty {
          display: none; } }

.ahc-consultant-listing__headshot {
  margin: 0;
  padding: 0;
  width: 75px;
  height: 75px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }
  .ahc-consultant-listing__headshot img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    margin-left: -20px; }
  .ahc-consultant-listing__headshot figcaption {
    font-size: 16px;
    height: 40px;
    line-height: 1.2;
    margin: 10px 0 0; }
  .ahc-consultant-listing__list--minor .ahc-consultant-listing__headshot {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 15px; }
    @media screen and (min-width: 600px) {
      .ahc-consultant-listing__list--minor .ahc-consultant-listing__headshot {
        margin-bottom: 0;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    @media screen and (max-width: 600px) {
      .ahc-consultant-listing__list--minor .ahc-consultant-listing__headshot {
        width: 60px;
        height: 60px; } }

.ahc-consultant-listing__bio {
  font-size: 16px;
  line-height: 22px; }
  @media screen and (min-width: 600px) {
    .ahc-consultant-listing__bio {
      margin: 0px 0 0 20px; } }

.ahc-consultant-listing__name {
  font-size: 16px;
  line-height: 1.2; }

* + .c-other-search-professionals {
  margin-top: 50px; }

.siteBody .c-other-search-professionals:last-child {
  margin-bottom: -25px; }

.c-other-search-professionals {
  background-color: #f5f7f9;
  padding: 50px 0;
  text-align: center; }

.c-other-search-professionals__title {
  color: #4c4c4e;
  font-size: 24px;
  letter-spacing: 1.8px;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .c-other-search-professionals__title {
      font-size: 40px;
      letter-spacing: 3px;
      margin-bottom: 50px; } }
  .c-other-search-professionals__title.has-divider {
    position: relative;
    padding: 0 0 30px; }
    .c-other-search-professionals__title.has-divider:after {
      background-color: #fbcc11;
      bottom: 0;
      content: '';
      height: 5px;
      left: 50%;
      position: absolute;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      width: 111px; }

.c-other-search-professionals__list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media screen and (min-width: 600px) {
    .c-other-search-professionals__list {
      -moz-column-count: unset;
           column-count: unset;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 0 0 -20px;
      text-align: left; } }
  .c-other-search-professionals__list.c-other-search-professionals__list--minor {
    margin: 0 auto;
    max-width: 690px; }

.c-other-search-professionals__item {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
  text-align: left;
  vertical-align: top;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  width: 100%; }
  .c-other-search-professionals__item.c-other-search-professionals__item--empty {
    display: none;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    @media screen and (min-width: 600px) {
      .c-other-search-professionals__item.c-other-search-professionals__item--empty {
        display: block; } }
  .c-other-search-professionals__item:nth-last-child(-n + 2):first-child,
  .c-other-search-professionals__item:nth-last-child(-n + 2):first-child ~ * {
    width: calc(200% + 30px); }
  @media screen and (min-width: 600px) {
    .c-other-search-professionals__item {
      -ms-flex-item-align: start;
          align-self: flex-start;
      display: block;
      margin: 0 0 16px 20px;
      width: calc(100%/2 - 20px); }
      .c-other-search-professionals__item:nth-last-child(-n + 2):first-child,
      .c-other-search-professionals__item:nth-last-child(-n + 2):first-child ~ * {
        width: calc(100% - 20px); }
      .c-other-search-professionals__item:nth-last-child(-n + 4):first-child.c-other-search-professionals__item--empty,
      .c-other-search-professionals__item:nth-last-child(-n + 4):first-child ~ *.c-other-search-professionals__item--empty {
        display: none; } }
  @media screen and (min-width: 768px) {
    .c-other-search-professionals__item {
      width: calc(100%/3 - 20px); }
      .c-other-search-professionals__item:nth-last-child(-n + 3):first-child,
      .c-other-search-professionals__item:nth-last-child(-n + 3):first-child ~ * {
        width: calc(100%/2 - 20px); }
        .c-other-search-professionals__item:nth-last-child(-n + 3):first-child.c-other-search-professionals__item--empty,
        .c-other-search-professionals__item:nth-last-child(-n + 3):first-child ~ *.c-other-search-professionals__item--empty {
          display: none; }
      .c-other-search-professionals__item:nth-last-child(-n + 2):first-child,
      .c-other-search-professionals__item:nth-last-child(-n + 2):first-child ~ * {
        width: calc(100% - 20px); }
        .c-other-search-professionals__item:nth-last-child(-n + 2):first-child.c-other-search-professionals__item--empty,
        .c-other-search-professionals__item:nth-last-child(-n + 2):first-child ~ *.c-other-search-professionals__item--empty {
          display: none; } }
  @media screen and (min-width: 960px) {
    .c-other-search-professionals__item {
      width: calc(100%/4 - 20px); }
      .c-other-search-professionals__item:nth-last-child(-n + 7):first-child,
      .c-other-search-professionals__item:nth-last-child(-n + 7):first-child ~ * {
        width: calc(100%/3 - 20px); }
      .c-other-search-professionals__item:nth-last-child(-n + 5):first-child,
      .c-other-search-professionals__item:nth-last-child(-n + 5):first-child ~ * {
        text-align: center;
        width: calc(100%/2 - 20px); }
        .c-other-search-professionals__item:nth-last-child(-n + 5):first-child:nth-child(even),
        .c-other-search-professionals__item:nth-last-child(-n + 5):first-child ~ *:nth-child(even) {
          margin-left: 0; }
      .c-other-search-professionals__item:nth-last-child(-n + 2):first-child,
      .c-other-search-professionals__item:nth-last-child(-n + 2):first-child ~ * {
        margin-left: 0;
        text-align: center;
        width: 100%; }
        .c-other-search-professionals__item:nth-last-child(-n + 2):first-child.c-other-search-professionals__item--empty,
        .c-other-search-professionals__item:nth-last-child(-n + 2):first-child ~ *.c-other-search-professionals__item--empty {
          display: none; } }

@media screen and (min-width: 768px) {
  .hero-banner--office + .c-office-info {
    margin-top: -150px;
    position: relative;
    z-index: 2; } }

.c-office-info {
  background-color: #00396f;
  color: #ffffff;
  margin-bottom: 50px;
  padding: 25px 20px 40px; }
  @media screen and (min-width: 768px) {
    .c-office-info {
      margin-left: 20px;
      margin-right: 20px;
      padding-top: 40px;
      width: calc(100% - 40px); } }
  @media screen and (min-width: 960px) {
    .c-office-info {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 40px; } }
  @media screen and (min-width: 1000px) {
    .c-office-info {
      margin-left: auto;
      margin-right: auto; } }
  .c-office-info a {
    color: #ffffff; }
  .c-office-info:after {
    content: none; }

.c-office-info__title {
  display: none;
  font-size: 40px;
  font-weight: 700;
  margin: 0 50px 0 0; }
  @media screen and (min-width: 960px) {
    .c-office-info__title {
      display: block; } }

@media screen and (min-width: 768px) {
  .c-office-info__details {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; } }

@media screen and (min-width: 960px) {
  .c-office-info__details {
    -ms-flex-align: start;
        align-items: flex-start;
    border-left: 1px solid #ffffff;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%; } }

.c-office-info__location {
  font-weight: 400;
  line-height: 26px; }
  @media screen and (min-width: 768px) {
    .c-office-info__location {
      -ms-flex-align: end;
          align-items: flex-end;
      border-right: 1px solid #ffffff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-right: 50px;
      padding: 0 50px 0 0;
      width: calc(50% + 50px); } }
  @media screen and (min-width: 960px) {
    .c-office-info__location {
      border-right: none;
      display: block;
      padding: 0 0 0 50px;
      width: auto; } }
  .c-office-info__location ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .c-office-info__location li {
    margin: 0 0 3px; }
  .c-office-info__location .c-office-info__download {
    margin-bottom: 0;
    margin-top: 15px; }
    .c-office-info__location .c-office-info__download a {
      text-decoration: none; }
      .c-office-info__location .c-office-info__download a svg {
        cursor: pointer;
        fill: #ffffff;
        height: 10px;
        margin-left: 8px;
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
        width: 15px; }
      .c-office-info__location .c-office-info__download a:hover {
        color: #7cb085; }
        .c-office-info__location .c-office-info__download a:hover svg {
          fill: #7cb085; }

.c-office-info__manager-directions {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .c-office-info__manager-directions {
      margin-top: 0;
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .c-office-info__manager-directions {
      width: auto; } }

.c-office-info__manager {
  margin: 0 0 30px; }

.c-office-info__manager-label {
  font-size: 20px;
  line-height: 26px; }

.c-office-info__manager-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .c-office-info__manager-list li {
    margin: 0 0 3px; }
  .c-office-info__manager-list a {
    text-decoration: none; }
    .c-office-info__manager-list a svg {
      cursor: pointer;
      fill: #ffffff;
      height: 10px;
      margin-left: 8px;
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
      width: 15px; }
    .c-office-info__manager-list a:hover {
      color: #7cb085; }
      .c-office-info__manager-list a:hover svg {
        fill: #7cb085; }

.c-office-info__directions {
  border: 2px solid #fbcc11;
  display: block;
  font-size: 13px;
  font-size: 0.85rem;
  letter-spacing: 4px;
  margin: 0;
  padding: 15px 15px 11px 15px;
  text-align: center;
  text-transform: uppercase; }
  .c-office-info__directions:hover {
    background-color: #fbcc11;
    color: #ffffff; }
  @media screen and (min-width: 480px) {
    .c-office-info__directions {
      display: inline-block;
      min-width: 240px; } }

.c-text-banner {
  margin: 60px 0;
  text-align: center; }

.c-text-banner__title {
  color: #4c4c4e;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .c-text-banner__title {
      font-size: 44px; } }

.c-text-banner__summary {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .c-text-banner__summary {
      font-size: 24px;
      margin: 0 auto;
      max-width: 80%; }
      .c-text-banner__summary.is-full-width {
        max-width: none; } }

.c-text-banner__cta {
  margin-top: 20px; }
  .c-text-banner__cta svg {
    cursor: pointer;
    fill: #4c4c4e;
    height: 12px;
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    width: 24px; }
  .c-text-banner__cta:hover svg {
    fill: #ffffff; }

.c-featured-articles {
  margin: 0 0 10px; }

.c-featured-articles__title {
  color: #4c4c4e;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center; }
  .c-featured-articles__title.has-accent:before {
    background-color: #fbcc11;
    content: "";
    display: block;
    height: 5px;
    margin: 0 auto 16px;
    width: 42px; }

.c-featured-articles__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (min-width: 480px) {
    .c-featured-articles__list {
      margin-left: -50px; } }
  .c-featured-articles__list.has-one-item .c-featured-articles__item--empty {
    display: none; }

.c-featured-articles__item {
  margin-bottom: 50px;
  width: 300px; }
  @media screen and (min-width: 480px) {
    .c-featured-articles__item {
      margin-left: 50px; }
      .c-featured-articles__item:nth-last-child(-n + 2):first-child.c-featured-articles__item--empty,
      .c-featured-articles__item:nth-last-child(-n + 2):first-child ~ *.c-featured-articles__item--empty {
        display: none; } }
  @media screen and (min-width: 768px) {
    .c-featured-articles__item:nth-last-child(-n + 3):first-child.c-featured-articles__item--empty,
    .c-featured-articles__item:nth-last-child(-n + 3):first-child ~ *.c-featured-articles__item--empty {
      display: none; } }

@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-featured-articles__item:nth-child(3) {
    display: none; } }
  @media screen and (min-width: 960px) {
    .c-featured-articles__item {
      width: calc(100%/3 - 50px); }
      .c-featured-articles__item:nth-child(3) {
        display: block; } }
  .c-featured-articles__item.c-featured-articles__item--empty {
    margin-bottom: 0; }

.c-featured-articles__cta {
  display: block;
  height: 100%;
  min-height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .c-featured-articles__cta:hover .c-featured-articles__image {
    -ms-transform: scale(1.15);
        transform: scale(1.15); }
  .c-featured-articles__cta:hover .c-featured-articles__content p:before {
    width: 100%; }

.c-featured-articles__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .3s ease;
  z-index: 1; }

.c-featured-articles__content {
  color: #ffffff;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 63px 44px 44px;
  position: relative;
  z-index: 2; }
  .c-featured-articles__content p {
    line-height: 1.2;
    margin: 0;
    padding-top: 30px;
    position: relative; }
    .c-featured-articles__content p:before {
      background-color: #fbcc11;
      content: '';
      display: block;
      height: 5px;
      left: 0;
      position: absolute;
      top: 0;
      transition: width .3s ease-out;
      width: 80px; }

.c-featured-articles__more {
  font-size: 14px; }
  .c-featured-articles__more svg {
    height: 11px;
    margin-left: 5px;
    vertical-align: middle;
    width: 9px; }

.theme--dark-on-light + .c-featured-articles__content {
  color: #4c4c4e; }

.theme--light-on-dark + .c-featured-articles__content {
  color: #ffffff; }

.c-office-selector {
  margin: 0; }
  @media screen and (min-width: 768px) {
    .c-office-selector {
      margin: 45px 0; } }
  .c-office-selector ul {
    list-style: none; }

.c-office-selector__action-pane {
  background-color: #f5f7f9;
  margin: 0 -6%;
  padding: 30px 3%; }
  @media screen and (min-width: 768px) {
    .c-office-selector__action-pane {
      background-color: transparent;
      margin: 0;
      padding: 0; } }

.c-office-selector__title {
  display: none;
  font-size: 24px;
  font-weight: 400;
  text-align: center; }
  .c-office-selector__title.for-mobile {
    display: block; }
    @media screen and (min-width: 768px) {
      .c-office-selector__title.for-mobile {
        display: none; } }
  @media screen and (min-width: 768px) {
    .c-office-selector__title {
      display: block;
      font-size: 30px;
      margin-bottom: 40px; } }

.c-office-selector__regions {
  position: relative; }

.c-office-selector__trigger {
  background-color: #E7EBF0;
  color: #4c4c4e;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 30px 7px 12px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .c-office-selector__trigger {
      display: none; } }
  .c-office-selector__trigger:after {
    content: '';
    border-top: 5px solid transparent;
    border-right: 5px solid #3b964b;
    border-bottom: 5px solid #3b964b;
    border-left: 5px solid transparent;
    display: block;
    position: absolute;
    right: 15px;
    top: 30%;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -ms-transform-origin: center;
        transform-origin: center; }
    .has-selector-open .c-office-selector__trigger:after {
      top: 45%;
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }
  .c-office-selector__trigger:hover, .c-office-selector__trigger:active, .c-office-selector__trigger:focus {
    color: #4c4c4e; }

.c-office-selector__list {
  background-color: #E7EBF0;
  border-top: 1px solid #d7dee6;
  display: none;
  font-size: 16px;
  margin: 0;
  max-height: 180px;
  overflow-y: auto;
  padding: 6px 0; }
  @media screen and (min-width: 768px) {
    .c-office-selector__list {
      background-color: transparent;
      border: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-family: FFScalaSansWebBold, Helvetica, Arial, sans-serif;
      height: 265px;
      -ms-flex-pack: center;
          justify-content: center;
      max-height: none;
      overflow-y: visible;
      padding: 0; } }
  .has-selector-open .c-office-selector__list {
    display: block; }
    @media screen and (min-width: 768px) {
      .has-selector-open .c-office-selector__list {
        display: -ms-flexbox;
        display: flex; } }

.c-office-selector__item {
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .c-office-selector__item {
      height: 100%;
      margin: 0 15px;
      width: calc(100%/4 - 30px); } }
  @media screen and (min-width: 960px) {
    .c-office-selector__item {
      margin: 0 25px;
      width: calc(100%/4 - 50px); } }

.c-office-selector__link {
  color: #4c4c4e;
  display: block;
  padding: 4px 12px 2px; }
  @media screen and (min-width: 768px) {
    .c-office-selector__link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 100%;
      padding: 0; } }
  .c-office-selector__link:hover {
    background-color: #d7dee6;
    color: #4c4c4e; }
    @media screen and (min-width: 768px) {
      .c-office-selector__link:hover {
        background-color: transparent; } }
    .c-office-selector__link:hover svg {
      fill: #3b964b; }
      .c-office-selector__link:hover svg path {
        fill: #3b964b; }
  .c-office-selector__link svg {
    fill: #4c4c4e;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }
    .c-office-selector__link svg path {
      fill: #4c4c4e; }

.c-office-selector__icon {
  display: none; }
  @media screen and (min-width: 768px) {
    .c-office-selector__icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
          flex-grow: 1;
      height: 70%; } }

@media screen and (min-width: 768px) {
  .c-office-selector__name {
    -ms-flex-align: end;
        align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase; }
    .is-current .c-office-selector__name span {
      background-color: #3b964b;
      color: #fff; }
    .c-office-selector__name span {
      color: #3b964b;
      -ms-flex-positive: 1;
          flex-grow: 1;
      padding: 15px 15px 10px; } }

.c-office-selector__region-pane {
  display: none;
  padding: 30px 0 0; }
  @media screen and (min-width: 768px) {
    .c-office-selector__region-pane {
      border-top: 3px solid #ececec;
      margin-top: 60px;
      padding-top: 60px; } }
  .c-office-selector__region-pane.is-current {
    display: block; }

.c-office-selector__region-title {
  font-size: 24px;
  letter-spacing: 1.8px;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .c-office-selector__region-title {
      display: none; } }

@media screen and (min-width: 768px) {
  .c-office-selector__region-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px; } }

.c-office-selector__region {
  margin: 0 0 30px; }
  @media screen and (min-width: 768px) {
    .c-office-selector__region {
      margin: 0 0 30px 30px;
      width: calc(100%/4 - 30px); } }
  @media screen and (min-width: 768px) {
    .c-office-selector__region-pane--na .c-office-selector__region.c-office-selector__region--united-states {
      width: calc(50% - 30px); } }
  .c-office-selector__region.c-office-selector__region--empty {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .c-office-selector__region:nth-last-child(-n + 5):first-child.c-office-selector__region--empty,
    .c-office-selector__region:nth-last-child(-n + 5):first-child ~ *.c-office-selector__region--empty {
      display: none; } }

.c-office-selector__region-name {
  font-size: 20px;
  margin-bottom: 10px; }
  .JP .c-office-selector__region-name {
    font-size: 16px;
    margin-bottom: 13px; }

.c-office-selector__office-list {
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .c-office-selector__region--united-states .c-office-selector__office-list {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 20px;
           column-gap: 20px;
      min-width: 360px; } }

.c-office-selector__place {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px; }
  .JP .c-office-selector__place {
    font-size: 15px;
    margin-bottom: 8px; }

.c-office-selector__place--country-page-link::after {
  content: '➞';
  margin-left: 5px;
  vertical-align: text-top; }

.ss-authors {
  margin: 60px 0 40px; }

.ss-authors__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 960px) {
    .ss-authors__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.ss-authors__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  @media screen and (min-width: 960px) {
    .ss-authors__item {
      width: 46%; }
      .ss-authors__item:nth-last-child(1):first-child,
      .ss-authors__item:nth-last-child(1):first-child ~ * {
        width: 100%; } }

.ss-authors__headshot {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 65px;
  margin-right: 20px;
  min-width: 65px;
  width: 65px; }
  .ss-authors__headshot.no-headshot {
    height: 217px;
    min-width: 217px;
    width: 217px; }

.ss-authors__bio {
  font-size: 18px;
  line-height: 27px; }

.ss-authors__name {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 .1em; }

.JP h5 {
  font-size: 12px;
  font-size: 0.8rem; }

@media screen and (max-width: 768px) {
  .container [class*="grid_"] {
    float: none; } }

@media screen and (max-width: 768px) {
  .container .consultantsLanding [class*="grid_"] {
    float: left; } }

@media screen and (max-width: 768px) {
  .consultant-profile--container .container .pull_7,
  .consultant-profile--container .container .push_3 {
    left: 0; }
  .consultant-profile--container .container .grid_7,
  .consultant-profile--container .container .grid_3,
  .consultant-profile--container .container .grid_2 {
    width: 100%; } }

.container .grid_6 {
  padding-left: 0; }

/* General Legacy Styles */
label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2em;
  color: #262626; }

a.indicator {
  font-weight: normal; }

.siteBody {
  background-color: white;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-top: 4px;
  z-index: 1; }

.table {
  display: table; }

.tableCell {
  display: table-cell; }

.contentWrap {
  font-size: 16px;
  font-size: 1rem;
  color: #4c4c4e; }
  .contentWrap a {
    color: #3b964b; }
    .contentWrap a:hover {
      color: #7cb085; }

.container {
  max-width: 1000px;
  min-width: 0; }

.sidebar img {
  max-width: 100%;
  height: auto; }

.sidebar--left {
  float: left;
  padding: 0;
  margin-top: 35px; }
  .container .sidebar--left {
    padding: 0; }
  @media screen and (max-width: 768px) {
    .twoCol .sidebar--left {
      left: 0;
      width: 100%; } }
  .sidebar--left .headerImage {
    margin: 0 0 20px 0; }
    @media screen and (max-width: 768px) {
      .sidebar--left .headerImage {
        height: auto;
        width: 100%; } }
    .sidebar--left .headerImage:last-child {
      margin: 0; }
  @media screen and (max-width: 767px) {
    .sidebar--left {
      clear: left; } }
  @media screen and (max-width: 768px) {
    .sidebar--left {
      margin-bottom: 50px; } }

.sidebar--right {
  margin-top: 35px; }
  .container .sidebar--right {
    float: right;
    padding: 0; }
  @media screen and (max-width: 768px) {
    .sidebar--right {
      margin-bottom: 50px; } }

.sidebar-box:after {
  content: "";
  display: table;
  clear: both; }

.sidebar-box:last-child {
  margin-bottom: 0; }

.sidebar--left .sidebar-box {
  padding: 18px; }

.sidebar-box--blue {
  background-color: #f5f7f9; }

.sidebar-box--remove-margin {
  margin-bottom: 0; }

.consultant-name {
  font-size: 35px;
  font-size: 2.2rem;
  line-height: 1.13636em;
  position: relative;
  width: 75%;
  left: 25%;
  padding: 0 3%;
  margin-bottom: 0.47727em; }
  @media screen and (max-width: 768px) {
    .consultant-name {
      width: 100%;
      left: 0; } }
  @media screen and (max-width: 600px) {
    .consultant-name {
      font-size: 28px;
      font-size: 1.76rem; } }

.content-box__full--blue-dark {
  background-color: #00396f;
  position: relative;
  top: -3px; }

.page-head .page-head__title,
.page-head .page-head__subtitle {
  font-weight: normal;
  margin: 0; }

.content-box__full--blue-dark .page-head .page-head__title {
  color: #98a7bc; }

.content-box__full--blue-dark .page-head .page-head__subtitle {
  color: white; }

.container .page-head {
  padding: 45px 3% 30px 3%; }
  @media screen and (max-width: 768px) {
    .container .page-head {
      float: none;
      left: 0;
      width: 100%; } }

.container .page-head--full-width {
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    .container .page-head--full-width {
      padding-left: 8px;
      padding-left: 0.5rem;
      padding-right: 8px;
      padding-right: 0.5rem; } }
  @media screen and (max-width: 480px) {
    .container .page-head--full-width {
      padding: 36px 8px 24px;
      padding: 2.25rem 0.5rem 1.5rem; } }

.mainContent {
  background: none; }
  .oneCol .mainContent {
    width: 100%;
    padding: 0; }

.main-content {
  padding: 0 3%;
  margin-top: 35px; }
  .main-content .mainContent {
    background: transparent;
    width: 100%;
    padding: 0;
    float: none; }
  .main-content .contentWrap {
    float: none;
    padding: 0; }
  .container .main-content {
    float: left;
    padding: 0 3%; }
  @media screen and (max-width: 768px) {
    .interior .main-content {
      float: none;
      left: 0;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .main-content {
      margin-bottom: 50px; } }

.sidebar-nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .sidebar-nav li:last-child {
    margin-bottom: 0; }

.sidebar-nav__title a {
  color: #4c4c4e;
  display: inline-block; }

.sidebar-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .sidebar-nav__list .indicator.arrow {
    color: #4c4c4e; }

.sidebar-nav__list-item {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.33333em; }
  .sidebar-nav__list-item > a {
    color: #4c4c4e;
    font-weight: normal; }
    .sidebar-nav__list-item > a:after {
      width: 18px;
      height: 18px;
      content: '';
      display: inline-block;
      background-size: 18px;
      margin-left: 10px;
      position: relative;
      bottom: -4px; }
    .sidebar-nav__list-item > a:hover {
      color: #7cb085; }
    .sidebar-nav__list-item > a.arrow span {
      display: none; }
    .sidebar-nav__list-item > a.indicator.drop span {
      width: 18px;
      height: 18px;
      display: inline-block;
      background-size: 18px;
      margin-left: 10px;
      position: relative;
      text-indent: -99999px; }
      .sidebar-nav__list-item > a.indicator.drop span.active {
        background-position: 0 0; }
    .sidebar-nav__list-item > a.indicator.drop.active span {
      background-position: 0 0; }
    .sidebar-nav__list-item > a.indicator.drop:after {
      display: none; }
    .sidebar-nav__list-item > a.indicator.drop + ul {
      padding: 20px 0 0 33px; }
  .sidebar-nav__list-item:last-child {
    margin: 0; }

.sidebar-nav__sub-list {
  list-style-type: none;
  margin: 0 0 0 0; }

.sidebar-nav__sub-list-item a {
  color: #818183; }
  .sidebar-nav__sub-list-item a:hover, .sidebar-nav__sub-list-item a.on {
    color: #7cb085; }

.office-contact-details {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 10px 20px 10px;
  padding: 0; }
  .office-contact-details h5 {
    font-family: FFScalaWebBoldItalic;
    /* font-weight: normal; */
    margin: 0 0 0.5em 0; }
  .office-contact-details:last-child {
    margin-bottom: 0; }

.emailLink {
  font-size: 12px;
  font-size: 0.75rem;
  color: #4c4c4e;
  padding: 0 0 0 35px;
  margin: 0 10px 20px 10px;
  position: relative;
  background: none; }
  .emailLink:before {
    width: 26px;
    height: 26px;
    background-size: 26px;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0; }
  .emailLink:last-child {
    margin-bottom: 0; }

.slideshow__practice,
.consultantSlide {
  border-bottom: 1px dotted #4c4c4e;
  padding-bottom: 20px;
  position: relative; }
  .slideshow__practice .cycle-slideshow,
  .consultantSlide .cycle-slideshow {
    height: auto;
    margin: 0; }
  .slideshow__practice .cycle-overlay,
  .consultantSlide .cycle-overlay {
    color: #a5a5a6;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    width: 100%;
    right: auto; }
    .slideshow__practice .cycle-overlay a,
    .consultantSlide .cycle-overlay a {
      color: #4c4c4e;
      font-size: 13px;
      font-size: 0.85rem;
      line-height: 1; }
      .slideshow__practice .cycle-overlay a:hover,
      .consultantSlide .cycle-overlay a:hover {
        color: #7cb085; }
  .slideshow__practice .cycle-pager,
  .consultantSlide .cycle-pager {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    margin: 13px 0; }
    .slideshow__practice .cycle-pager:after,
    .consultantSlide .cycle-pager:after {
      content: "";
      display: table;
      clear: both; }
    .slideshow__practice .cycle-pager a,
    .consultantSlide .cycle-pager a {
      width: 10px;
      height: 10px;
      float: left;
      background: #a5a5a6;
      border-radius: 5px;
      margin: 0 3px; }
      .slideshow__practice .cycle-pager a.cycle-pager-active,
      .consultantSlide .cycle-pager a.cycle-pager-active {
        background: #3b964b; }

.consultantSlide {
  border-bottom: 0; }
  .consultantSlide .cycle-pager {
    margin: 0; }
    .consultantSlide .cycle-pager a {
      float: right; }

.contentDrop {
  font-size: 16px;
  font-size: 1rem; }
  .JP form[action="/our-expertise"] .contentDrop {
    font-size: 12px;
    padding-right: 14px; }
  .JP form[action="/our-expertise"] .grid_4:nth-of-type(2) .contentDrop li {
    max-width: 190px; }
  .contentDrop > li > a.indicator {
    color: #4c4c4e;
    font-weight: normal; }
    .contentDrop > li > a.indicator.drop span {
      width: 18px;
      height: 18px;
      display: inline-block;
      background-size: 18px;
      text-indent: -99999px;
      vertical-align: middle; }
    .contentDrop > li > a.indicator.drop.active span {
      background-position: 0; }
    .contentDrop > li > a.indicator:hover {
      color: #7cb085; }
    .contentDrop > li > a.indicator + ul {
      padding: 0.5em 0 0 40px;
      list-style-type: disc; }
      .contentDrop > li > a.indicator + ul li {
        font-size: 16px;
        font-size: 1rem;
        list-style: inherit;
        padding: 0; }

.focusText,
.focusText p,
.focusText blockquote {
  color: #4c4c4e; }

.searchBox input[type="text"],
.searchBox select {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #a5a5a6;
  box-shadow: inset 0 0 2px 0 rgba(165, 165, 166, 0.75);
  background-color: #ececec; }

@media screen and (max-width: 768px) {
  .searchBox .grid_5:after {
    content: "";
    display: table;
    clear: both; } }

.splitContentHdg {
  background: none; }
  .splitContentHdg h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #4c4c4e; }
  .splitContentHdg a {
    color: #4c4c4e; }
    .splitContentHdg a:hover {
      color: #7cb085; }

.splitContentBox .contentDrop > li a,
.splitContentBox .contentDrop > li a.indicator {
  color: #4c4c4e;
  font-weight: normal; }
  .splitContentBox .contentDrop > li a:hover,
  .splitContentBox .contentDrop > li a.indicator:hover {
    color: #7cb085; }

.splitContentBox .contentDrop > li li a {
  color: #4c4c4e !important; }
  .splitContentBox .contentDrop > li li a:hover {
    color: #7cb085 !important; }

.greyBox {
  margin-bottom: 1em;
  background-color: #f5f7f9;
  border: none; }
  .greyBox:last-child {
    margin-bottom: 0; }

.scfForm input[type="text"],
input[type="text"],
.scfForm input[type="password"],
input[type="password"],
.scfForm select,
select,
.scfForm textarea,
textarea {
  font-size: 11px;
  font-size: 0.7rem;
  border: 1px solid #a5a5a6;
  box-shadow: inset 0 0 2px 0 rgba(165, 165, 166, 0.75);
  background-color: #ececec; }

.scfForm input[type="text"],
input[type="text"],
.scfForm input[type="password"],
input[type="password"] {
  padding-right: 5px;
  padding-left: 5px;
  outline: none; }

.scfForm input[type="text"],
input[type="text"],
.scfForm select,
select {
  text-transform: uppercase; }

.scfForm select:focus,
.scfForm input[type="text"]:focus {
  border: 1px solid #a5a5a6; }

.more.indicator.arrow {
  display: inline-block;
  font-weight: normal;
  width: auto;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px; }
  .more.indicator.arrow span {
    display: none; }

.cycle-slideshow {
  min-width: 0; }

a.rssLink {
  color: #4c4c4e;
  line-height: 30px;
  line-height: 1.9rem; }

.paging {
  background-color: #fff;
  padding: 1%; }
  .paging:after {
    content: "";
    display: table;
    clear: both; }
  .paging span > a,
  .paging span > span {
    font-size: 9px;
    font-size: 0.6rem;
    padding: 5px 10px; }
  .paging span > a {
    background: none;
    border-color: transparent;
    color: #7cb085; }
    .paging span > a:hover {
      text-decoration: underline; }
  .paging span > span {
    background: #ececec;
    border-color: #a5a5a6;
    color: #818183; }
  .paging span > div {
    margin: 0; }

.paging:nth-of-type(2) {
  display: none; }
  table ~ .paging:nth-of-type(2) {
    display: block; }

.indicator.arrow {
  padding-right: 16px;
  padding-right: 1rem;
  position: relative; }
  .indicator.arrow span {
    margin-top: -4px;
    margin-top: -0.3rem;
    position: absolute;
    right: 0;
    top: 50%; }
  .gMap .indicator.arrow {
    display: inline-block;
    margin-top: 8px;
    margin-top: 0.5rem; }

.ss_lastitem + h2, .ss_lastitem + h3, .ss_lastitem + h4, .ss_lastitem + h5, .ss_lastitem + h6, .ss_lastitem + p, .ss_lastitem + div, .ss_lastitem + ul, .ss_lastitem + ol {
  clear: both; }

/* Styles for LEgacy Consultants Listing Page */
.consultantListing {
  clear: both;
  margin: 30px 0;
  padding: 0; }
  .consultantListing h3 {
    margin: 0; }
  .consultantListing ul:after {
    content: "";
    display: table;
    clear: both; }
  .consultantListing ul > li {
    padding: 1px; }
  .consultantListing li {
    width: calc(960px / 26);
    height: calc(960px / 26);
    margin: 0;
    padding: 1px; }
    .consultantListing li a {
      background: #00396f;
      line-height: 1em;
      padding: 0;
      display: block;
      margin: 0;
      padding: 25% 0 18%;
      width: 100%;
      height: auto; }
      .consultantListing li a:hover, .consultantListing li a:focus, .consultantListing li a.on {
        background: #3b964b;
        color: white; }

.consultantSearch {
  clear: both; }
  .consultantSearch input[type="text"],
  .consultantSearch select {
    border: 0;
    padding: 10px; }
  .consultantSearch .button, .consultantSearch .contentWrap a.button, .contentWrap .consultantSearch a.button, .consultantSearch .searchBox .submit, .searchBox .consultantSearch .submit,
  .consultantSearch .searchBox .scfSubmitButton, .searchBox .consultantSearch .scfSubmitButton, .consultantSearch .corporateDrop > a {
    margin-top: 10px;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .consultantSearch .button, .consultantSearch .contentWrap a.button, .contentWrap .consultantSearch a.button, .consultantSearch .searchBox .submit, .searchBox .consultantSearch .submit,
      .consultantSearch .searchBox .scfSubmitButton, .searchBox .consultantSearch .scfSubmitButton, .consultantSearch .corporateDrop > a {
        width: 100%; } }

.searchResults {
  font-size: 14px;
  font-size: 0.9rem; }
  .searchResults a {
    color: #4c4c4e; }
    .searchResults a:hover {
      color: #7cb085; }
  .searchResults th,
  .searchResults td {
    padding: 1%; }
  .searchResults th {
    color: #4c4c4e; }
    .searchResults th a {
      color: #4c4c4e; }
      .searchResults th a:hover {
        color: #7cb085; }
    .searchResults th:first-child {
      width: 18%; }
    .searchResults th:nth-child(2) {
      width: 14%; }
    .searchResults th:nth-child(3) {
      width: 52%; }
  .searchResults td:first-child a {
    font-weight: normal; }
  .searchResults ul li,
  .searchResults ol li {
    margin-bottom: 0; }
  .searchResults .researchResults th,
  .searchResults .researchResults td {
    float: left; }
    .searchResults .researchResults th:first-child,
    .searchResults .researchResults td:first-child {
      text-align: left;
      width: 120px; }
    .searchResults .researchResults th:nth-child(2),
    .searchResults .researchResults td:nth-child(2) {
      width: calc(100% - 120px); }
    .searchResults .researchResults th:nth-child(3),
    .searchResults .researchResults td:nth-child(3) {
      clear: both;
      width: 100%; }
    @media only screen and (max-width: 480px) {
      .searchResults .researchResults th:nth-child(1n),
      .searchResults .researchResults td:nth-child(1n) {
        width: 100%; } }
    @media only screen and (min-width: 48em) {
      .searchResults .researchResults th,
      .searchResults .researchResults td {
        float: none; }
        .searchResults .researchResults th:first-child,
        .searchResults .researchResults td:first-child {
          min-width: 120px;
          width: 10%; }
        .searchResults .researchResults th:nth-child(2),
        .searchResults .researchResults td:nth-child(2) {
          width: 70%; }
        .searchResults .researchResults th:nth-child(3),
        .searchResults .researchResults td:nth-child(3) {
          width: 20%; } }
  .searchResults .researchResults th {
    font-family: FFScalaSansWebBold, Helvetica, Arial, sans-serif; }

.researchResults p:empty,
.researchResults p i {
  display: none; }

.researchResults h4 {
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: normal; }
  .researchResults h4 a {
    color: #4c4c4e; }
    .researchResults h4 a:hover {
      color: #7cb085; }

.researchResults .more.indicator.arrow {
  font-size: 12px;
  font-size: 0.8rem; }

/* Styles for the Legacy Consultants page */
.consultant-profile--container {
  padding-top: 45px; }

.mod__component {
  float: none;
  margin: 0 0 20px 0;
  max-width: 100%;
  background-color: #f5f7f9; }
  .mod__component:last-child {
    margin: 0; }
  .mod__component .modHdg {
    background: none;
    padding: 10px;
    -webkit-filter: none;
            filter: none; }
    .mod__component .modHdg h3 {
      color: #4c4c4e;
      margin: 0; }
  .mod__component.mod-connect .modHdg, .mod__component.download-directions .modHdg {
    margin-bottom: 10px; }
  .mod__component.mod-connect .modContent a, .mod__component.download-directions .modContent a {
    font-weight: normal; }
  .mod__component .modContent {
    background: none;
    padding: 10px; }
  .mod__component .modImageInfo {
    border-top: 0; }
    .mod__component .modImageInfo img {
      display: none; }
    .mod__component .modImageInfo a {
      font-size: 14px;
      font-size: 0.9rem;
      color: #3b964b; }
      .mod__component .modImageInfo a:hover {
        color: #7cb085; }
  .mod__component .indicator-link {
    font-size: 10px;
    font-size: 0.65rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #4c4c4e;
    display: block;
    background-color: #d5e7da;
    padding: 15px 10px; }
    .mod__component .indicator-link:after {
      width: 5px 9px;
      height: 5px 9px;
      background-size: 5px 9px;
      content: '';
      display: inline-block;
      margin-left: 5px; }
    .mod__component .indicator-link:link:hover {
      color: #7cb085; }
  .sidebar--left .mod__component .modHdg,
  .sidebar--left .mod__component .modContent {
    padding: 0; }

.consultantBioInfo .grid_12 {
  padding-left: 0; }

.consultantBioInfo ul {
  padding: 0 0 0 40px; }

.section-header--small, .mod__component .modHdg h3,
.sidebar-nav__title .section-header--small,
.sidebar-nav__title .mod__component .modHdg h3,
.mod__component .modHdg .sidebar-nav__title h3 {
  display: block; }

/** consultantSlide **/
.consultantSlide .cycle-pager {
  text-align: right; }
  .consultantSlide .cycle-pager a {
    float: none; }

/* Global Locations Styling */
.locationsMap {
  margin-top: 0;
  margin-left: -12px;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.mapTopLinks {
  margin-left: -12px;
  padding: 10px;
  width: calc(100% + 24px); }
  @media screen and (max-width: 998px) {
    .mapTopLinks {
      display: none; } }

.regionLinks {
  margin: 0; }
  .regionLinks .topRegionName {
    color: #3b964b; }
    .regionLinks .topRegionName:hover, .regionLinks .topRegionName.active {
      color: #7cb085; }

.corporateDrop {
  top: -42px;
  right: 10px;
  height: 37px;
  max-width: 225px;
  background: none; }
  .corporateDrop > a {
    padding: 5px;
    letter-spacing: 2px;
    min-width: 225px; }
    .corporateDrop > a span {
      display: none; }

.corporateOffices {
  box-sizing: border-box;
  background-color: #f5f7f9;
  border: 2px solid #7cb085;
  border-top: none; }
  .corporateOffices li {
    margin: 0; }
    .corporateOffices li a {
      margin: 0;
      max-width: 220px;
      color: #3b964b;
      font-size: 14px;
      font-size: 0.9rem;
      line-height: 1.3em; }
      .corporateOffices li a span {
        font-size: 12px;
        font-size: 0.8rem;
        line-height: 1.3em;
        color: #262626; }
      .corporateOffices li a:hover {
        background-color: #7cb085;
        color: white; }

.mapSidebar {
  background-color: #f5f7f9; }
  .mapSidebar .countryName {
    color: #4c4c4e; }
  .mapSidebar .countryInfo a {
    color: #3b964b; }
    .mapSidebar .countryInfo a:hover {
      color: #7cb085;
      background: none; }

.locations-marker .marker-bubble {
  width: 580px;
  min-height: 120px; }
  .locations-marker .marker-bubble:after {
    top: auto;
    bottom: -10px;
    border-top-color: #00396f; }
  .locations-marker .marker-bubble .title {
    font-size: 12px;
    font-size: 0.8rem;
    color: white; }
  .locations-marker .marker-bubble .address {
    font-size: 9px;
    font-size: 0.6rem;
    color: #f5f7f9; }
  .locations-marker .marker-bubble .contact {
    font-size: 9px;
    font-size: 0.6rem;
    color: #f5f7f9; }

.locations-marker:hover .marker-bubble,
.locations-marker:focus .marker-bubble,
.locations-marker.hover .marker-bubble {
  background: #00396f; }

.mapBack {
  color: #3b964b;
  background-color: #262626; }

.locationsMapList h2 {
  font-size: 19px;
  font-size: 1.2rem;
  background-color: #f5f7f9;
  margin-bottom: 0; }
  .locationsMapList h2.indicator span {
    margin-top: 2px; }

.locationsMapList h3 {
  padding: 10px 0;
  font-size: 17px;
  font-size: 1.1rem; }

.locationsMapList h4 {
  font-size: 16px;
  font-size: 1rem; }
  .locationsMapList h4 a {
    color: #3b964b; }
    .locationsMapList h4 a:hover {
      color: #7cb085; }

.locationsMapList h2 a, .locationsMapList h3 a {
  color: #4c4c4e; }
  .locationsMapList h2 a:hover, .locationsMapList h3 a:hover {
    color: #7cb085; }

.locationsMapList ul {
  background-color: #f5f7f9;
  padding: 20px; }

.locationsMapList li li {
  padding: 0; }

.locationsMapList .location-region > ul {
  padding: 0 20px; }

.locationsMapList .location-country {
  margin: 0;
  border-bottom: 1px solid #98a7bc; }
  .locationsMapList .location-country h3 {
    padding: 10px 0;
    margin: 0;
    border-bottom: none; }
    .locationsMapList .location-country h3:first-child {
      padding: 10px 0; }
  .locationsMapList .location-country > ul {
    padding: 10px 0 0 0;
    border-top: 2px solid #d6dce4; }
    .locationsMapList .location-country > ul > li {
      min-height: 0; }
  .locationsMapList .location-country:last-child {
    border-bottom: none; }

.locationsMapList .location-site p, .locationsMapList .location-site dl {
  color: #262626;
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1.25em;
  padding: 0 2%;
  margin: 0 0 0.25em 0; }

.locationsMapList .location-site p.address {
  padding: 0 2% 0 0;
  width: 55%; }

.locationsMapList .location-site dl.contactInfo {
  padding: 0;
  width: 45%; }

.locationsMapList .location-site:nth-child(odd) {
  clear: left; }

.locationsMapList .location-site.corporate {
  display: none; }

@media screen and (max-width: 500px) {
  .locationsMapList .location-site p.address,
  .locationsMapList .location-site dl.contactInfo {
    float: none;
    width: 100%; } }

.officeLocations h4 {
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 1.3em 0 .2em;
  color: #4c4c4e; }

.officeLocations .grid_6:first-child h4 {
  font-weight: normal; }
  .officeLocations .grid_6:first-child h4:first-child {
    font-weight: normal;
    color: #4c4c4e; }

.officeLocations .grid_6:first-child a {
  color: #4c4c4e; }
  .officeLocations .grid_6:first-child a:hover {
    color: #7cb085; }
  .officeLocations .grid_6:first-child a.indicator {
    position: relative;
    color: #3b964b; }
    .officeLocations .grid_6:first-child a.indicator:hover {
      color: #7cb085; }

.container .grid_6.gMap {
  height: 296px;
  height: 18.5rem; }
  @media screen and (max-width: 768px) {
    .container .grid_6.gMap {
      float: none !important; } }

/* Legacy Login Page Style Corrections */
.accountLogin .blockhdng {
  border-bottom: 1px solid #4c4c4e; }

/* Research & Insight Landing Page Style Corrections */
.researchLanding h3 {
  color: #4c4c4e; }

.leaderTopics img {
  width: 100%;
  height: auto; }

.leaderTopics li {
  font-size: 14px;
  font-size: 0.9rem;
  width: 19.2%;
  margin-right: 1%;
  text-align: center; }
  .leaderTopics li:last-child {
    margin-right: 0; }

.leaderTopics a {
  color: #3b964b; }

.recentArticles .articleItem {
  font-size: 14px;
  font-size: 0.9rem;
  color: #4c4c4e; }
  .recentArticles .articleItem h4 {
    font-weight: bold;
    font-size: 19px;
    font-size: 1.2rem;
    color: #4c4c4e; }
    .recentArticles .articleItem h4 a {
      color: #4c4c4e; }
      .recentArticles .articleItem h4 a:hover {
        color: #7cb085; }

.researchResults h4 a {
  font-weight: normal; }

.researchResults__sub-title {
  margin: 0; }
  .researchResults__sub-title:empty {
    display: none; }

/* Legacy Style Corrections For Featured Info */
.featuredInfo {
  font-weight: normal; }
  .featuredInfo h1 a {
    color: #4c4c4e; }
    .featuredInfo h1 a:hover {
      color: #7cb085; }

/* Legacy Leadership & Insight Styles */
.leaderTopics li,
.contentWrap .leaderTopics li {
  line-height: 1.1em;
  margin-bottom: 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    .leaderTopics li,
    .contentWrap .leaderTopics li {
      float: none;
      margin-top: 12px;
      margin-top: 0.75rem;
      text-align: left;
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .leaderTopics li:first-child,
    .contentWrap .leaderTopics li:first-child {
      margin-top: 0; } }
  .leaderTopics li img,
  .contentWrap .leaderTopics li img {
    margin: 0 0 13px;
    margin: 0 0 0.85rem; }
    @media screen and (max-width: 600px) {
      .leaderTopics li img,
      .contentWrap .leaderTopics li img {
        margin: 0 24px 0 0;
        margin: 0 1.5rem 0 0;
        width: auto; } }
  .leaderTopics li a,
  .contentWrap .leaderTopics li a {
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (max-width: 960px) {
      .leaderTopics li a,
      .contentWrap .leaderTopics li a {
        font-size: 14px;
        font-size: 0.9rem; } }

.researchSearchBox .submit {
  min-width: 140px; }

.featuredResearch {
  border: none;
  margin: 60px 0 72px;
  margin: 3.75rem 0 4.5rem;
  padding: 0 !important; }
  @media screen and (max-width: 768px) {
    .featuredResearch {
      padding: 0 8px !important;
      padding: 0 0.5rem !important; } }
  @media screen and (max-width: 600px) {
    .featuredResearch {
      float: none;
      text-align: center; } }
  .featuredResearch h3 {
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase; }
  .featuredResearch img {
    margin: 0 24px 0 0;
    margin: 0 1.5rem 0 0;
    max-width: 308px;
    height: 217px; }
    @media screen and (max-width: 600px) {
      .featuredResearch img {
        float: none;
        margin: 0 0 12px;
        margin: 0 0 0.75rem;
        width: 100%; } }
  .featuredResearch .featuredInfo h3 {
    color: #4c4c4e;
    font-size: 22px;
    font-size: 1.4rem;
    text-transform: none; }
    .featuredResearch .featuredInfo h3 a {
      color: inherit;
      font: inherit; }
      .featuredResearch .featuredInfo h3 a:hover {
        color: #7cb085; }
  .featuredResearch .featuredInfo .meta-date {
    color: #a5a5a6;
    font-size: 11px;
    font-size: 0.7rem;
    letter-spacing: 2px;
    letter-spacing: 0.15rem;
    text-transform: uppercase; }
  .featuredResearch .featuredInfo .meta-summary {
    margin: 16px 0;
    margin: 1rem 0; }
  .featuredResearch .featuredInfo p em {
    font-style: normal; }
  @media screen and (max-width: 600px) {
    .featuredResearch .featuredInfo .button, .featuredResearch .featuredInfo .searchBox .submit, .searchBox .featuredResearch .featuredInfo .submit,
    .featuredResearch .featuredInfo .searchBox .scfSubmitButton, .searchBox .featuredResearch .featuredInfo .scfSubmitButton, .featuredResearch .featuredInfo .corporateDrop > a {
      display: block; } }

.recentArticles[class*="grid_"] {
  padding: 0; }
  @media screen and (max-width: 768px) {
    .recentArticles[class*="grid_"] {
      padding: 0 8px;
      padding: 0 0.5rem; } }

.recentArticles .articleItem h4 {
  font-size: 19px;
  font-size: 1.2rem; }

/** Forms style updates **/
.scfForm input[type="text"],
input[type="text"],
.scfForm input[type="password"],
input[type="password"],
.scfForm select,
select {
  background-color: #ececec;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 8px 6px;
  padding: 0.5rem 0.5rem 0.4rem;
  text-transform: none; }

label {
  text-transform: none; }

.RegSteps {
  float: none;
  height: auto; }
  .RegSteps:after {
    content: "";
    display: table;
    clear: both; }

.file-upload-pane {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

.icon-show-hide b {
  position: relative;
  top: -6px;
  left: -1px; }

.searchBox {
  /*input[type=text] {
		.researchLanding & {
			padding-left: rem(12);
		}
	}*/ }
  .researchLanding .searchBox {
    margin-right: 2.25%;
    width: 31%; }
    @media screen and (max-width: 768px) {
      .researchLanding .searchBox {
        margin: 0 0 72px;
        margin: 0 0 4.5rem;
        padding: 0 8px;
        padding: 0 0.5rem;
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .researchLanding .searchBox {
        margin-bottom: 24px;
        margin-bottom: 1.5rem; } }
  .researchLanding .searchBox input[type=text], .researchLanding
  .searchBox select {
    background-color: #ececec;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 8px 6px;
    padding: 0.5rem 0.5rem 0.4rem; }
  .searchBox .droparrow {
    margin: 8px 0 0 -19px;
    margin: 0.55rem 0 0 -1.2rem; }
  @media screen and (max-width: 960px) {
    .researchLanding .searchBox .search-actions {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .researchLanding .searchBox .search-actions {
      text-align: left; } }
  @media screen and (max-width: 600px) {
    .researchLanding .searchBox .search-actions {
      text-align: center; } }
  .researchLanding .searchBox .search-actions a {
    margin-top: 15px;
    margin-top: 0.95rem; }
    @media screen and (max-width: 960px) {
      .researchLanding .searchBox .search-actions a {
        display: inline-block;
        float: none;
        margin-top: 56px;
        margin-top: 3.5rem; } }
    @media screen and (max-width: 768px) {
      .researchLanding .searchBox .search-actions a {
        float: left;
        margin-top: 15px;
        margin-top: 0.95rem; } }
    @media screen and (max-width: 600px) {
      .researchLanding .searchBox .search-actions a {
        display: inline-block;
        float: none;
        margin-top: 56px;
        margin-top: 3.5rem; } }
  .researchLanding .searchBox .submit {
    border-radius: 0;
    margin-top: 8px;
    margin-top: 0.5rem;
    min-width: 96px;
    min-width: 6rem;
    padding: 8px 12px 5px;
    padding: 0.55rem 0.75rem 0.35rem; }
    @media screen and (max-width: 960px) {
      .researchLanding .searchBox .submit {
        margin-top: -72px;
        margin-top: -4.5rem;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .researchLanding .searchBox .submit {
        margin-top: 8px;
        margin-top: 0.5rem;
        width: auto; } }
    @media screen and (max-width: 600px) {
      .researchLanding .searchBox .submit {
        margin-top: -72px;
        margin-top: -4.5rem;
        width: 100%; } }

/* Login section */
.container .accountLogin [class*="grid_"] {
  padding: 0; }

.accountLogin .blockhdng {
  border-bottom: none;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.accountLogin .currentAccount .inner {
  background-color: #f8f8f8;
  padding: 16px;
  padding: 1rem; }

.accountLogin .reqKeyWrpr {
  position: static; }

@media screen and (max-width: 480px) {
  .accountLogin .table {
    display: block; } }

@media screen and (max-width: 480px) {
  .accountLogin .tableCell {
    display: block; } }

@media screen and (max-width: 480px) {
  .accountLogin .tableCell:empty {
    display: none; } }

@media screen and (max-width: 480px) {
  .accountLogin .tableCell label {
    display: block;
    margin-bottom: 4px;
    margin-bottom: 0.25rem; } }

.accountLogin .tableCell input[type="text"],
.accountLogin .tableCell input[type="password"] {
  background-color: #ececec;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 8px 6px;
  padding: 0.5rem 0.5rem 0.4rem;
  text-transform: none;
  width: 162px;
  width: 10.15rem; }
  @media screen and (max-width: 480px) {
    .accountLogin .tableCell input[type="text"],
    .accountLogin .tableCell input[type="password"] {
      width: 100%; } }

@media screen and (max-width: 480px) {
  .accountLogin .button, .accountLogin .contentWrap a.button, .contentWrap .accountLogin a.button, .accountLogin .searchBox .submit, .searchBox .accountLogin .submit,
  .accountLogin .searchBox .scfSubmitButton, .searchBox .accountLogin .scfSubmitButton, .accountLogin .corporateDrop > a {
    width: 100%; } }

/** Registration Table **/
.regTable td {
  padding: 0 12px 8px 0;
  padding: 0 0.75rem 0.5rem 0; }
  .regTable td select,
  .regTable td input[type="text"] {
    height: auto; }
  .regTable td select + .droparrow {
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-left: -17px;
    margin-left: -1.1rem; }

.accountHeading select + .droparrow {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-left: -17px;
  margin-left: -1.1rem; }

.accountHeading .icon-show-hide b {
  left: 0;
  top: -7px;
  top: -0.45rem; }

.executiveTeam {
  margin-top: 2em; }
  .executiveTeam > h4,
  .executiveTeam > h6 {
    clear: both;
    padding-top: 1em;
    padding-bottom: 0.1em; }
  .executiveTeam > ul > li {
    width: 48%;
    margin: 0 0 0.75em 0;
    min-height: inherit;
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.1em; }
    .executiveTeam > ul > li:nth-child(odd) {
      margin-right: 4%; }
    .executiveTeam > ul > li a {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.35em;
      font-weight: normal;
      color: #3b964b;
      text-decoration: none; }
      .executiveTeam > ul > li a:hover {
        color: #7cb085; }
    @media screen and (max-width: 767px) {
      .executiveTeam > ul > li {
        width: 100%; } }

.mediaCenter .player {
  height: auto;
  margin: 0 5% 0 0;
  width: 55%; }
  @media screen and (max-width: 480px) {
    .mediaCenter .player {
      background-color: #000;
      margin-bottom: 16px;
      margin-bottom: 1rem; } }

.mediaCenter .slidePlayVid {
  left: 50%;
  margin: -36px 0 0 -36px;
  margin: -2.25rem 0 0 -2.25rem;
  top: 50%; }

.mediaCenter .playVid {
  background-image: url("/content/images/video_play_button_white.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 1;
  text-indent: -9999px; }
  .mediaCenter .playVid:hover, .mediaCenter .playVid:focus {
    background-positon: 0 0;
    opacity: .8; }

.mediaCenter .playerText {
  margin: 0;
  width: 40%; }
  .mediaCenter .playerText h3 {
    font-size: 24px;
    font-size: 1.5rem; }
  .mediaCenter .playerText a {
    font-weight: normal;
    text-decoration: none; }

@media screen and (max-width: 600px) {
  .mediaCenter .section-heading {
    font-size: 24px;
    font-size: 1.5rem; } }

.mediaCenter .search-results-hit {
  border: none;
  padding: 12px 0 9px;
  padding: 0.75rem 0 0.6rem; }
  .mediaCenter .search-results-hit a {
    color: #262626;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal; }
    .mediaCenter .search-results-hit a:hover, .mediaCenter .search-results-hit a:focus {
      color: #7cb085; }
  .mediaCenter .search-results-hit .meta-date {
    color: #a5a5a6;
    font-size: 11px;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase; }

.mediaCenter__media:after {
  content: "";
  display: table;
  clear: both; }

.container .mediaCenter__media [class*="grid_"] {
  padding: 0; }
  @media screen and (max-width: 768px) {
    .container .mediaCenter__media [class*="grid_"] {
      float: left; } }
  @media screen and (max-width: 480px) {
    .container .mediaCenter__media [class*="grid_"] {
      float: none;
      width: 100%; } }

.siteMap li {
  margin: 0;
  padding: 0; }
  .siteMap li ul {
    padding: 12px 24px 20px 0;
    padding: 0.75rem 1.5rem 1.25rem 0; }
    .siteMap li ul li {
      margin: 0;
      padding: 0; }
      .siteMap li ul li a.indicator {
        padding: 8px 0;
        padding: 0.5rem 0; }
      .siteMap li ul li ul {
        padding-bottom: 16px;
        padding-bottom: 1rem;
        padding-top: 0; }

.siteMap a.indicator {
  color: #262626;
  display: block;
  font-size: 19px;
  font-size: 1.2rem;
  margin: 0;
  padding: 16px 24px 16px 0;
  padding: 1rem 1.5rem 1rem 0;
  position: relative; }
  .siteMap a.indicator:hover, .siteMap a.indicator:focus {
    color: #7cb085; }

.siteMap span.indicator,
.siteMap li a span.indicator {
  height: 16px;
  height: 1rem;
  margin-top: -7px;
  margin-top: -0.45rem;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  width: 1rem; }

/* Legacy Research & Insite component */
.sidebar--left .research-insight .modHdg, .sidebar--left
.research-insight .modContent, .sidebar--left
.research-insight .indicator-link {
  padding-right: 18px;
  padding-left: 18px; }

/*# sourceMappingURL=index-generated.css.map */
