/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font: 500 80% "Roboto", Arial, sans-serif;
  color: #1A1A1A;
  line-height: 2; }

a {
  color: #38a0d1;
  text-decoration: none;
  outline: none;
  transition: color 0.2s ease-in, background-color 0.25s ease-in; }
  a:hover {
    color: #efb549; }

h1, .h1-size,
h2, .h2-size,
h3, .h3-size, .lead, .fancy-item-article-title,
.fancy-item-article h2,
h4, h5, h6 {
  font-weight: 400;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin: 0 0 10px; }

h1, .h1-size {
  font-size: 1.8em;
  line-height: 1.29; }

h2, .h2-size {
  font-size: 1.5em;
  line-height: 1.2; }

h3, .h3-size, .lead, .fancy-item-article-title,
.fancy-item-article h2 {
  font-size: 1.4em;
  line-height: 1.5; }

h4, .h4-size {
  font-size: 1.25em;
  line-height: 1.3; }

h5, .h5-size {
  font-size: 1.1em; }

h6, .h6-size {
  font-size: .95em;
  line-height: 1.43; }

.site-main-content .hero-size-interior, .site-main-content .bio-card h1, .bio-card .site-main-content h1 {
  font-size: 4em;
  font-weight: 100;
  line-height: 1.1;
  margin-top: 0; }
  @media screen and (max-width: 849px) {
    .site-main-content .hero-size-interior, .site-main-content .bio-card h1, .bio-card .site-main-content h1 {
      font-size: 3em; } }
  @media screen and (max-width: 719px) {
    .site-main-content .hero-size-interior, .site-main-content .bio-card h1, .bio-card .site-main-content h1 {
      font-size: 2.2em; } }

.site-hero-title, .modal .modal-content .header-text {
  font-size: 4.35em;
  font-weight: 100;
  line-height: 1.1; }
  @media screen and (max-width: 849px) {
    .site-hero-title, .modal .modal-content .header-text {
      font-size: 3em; } }
  @media screen and (max-width: 719px) {
    .site-hero-title, .modal .modal-content .header-text {
      font-size: 2.2em; } }

.alpha-list-link {
  font-size: 3.5em;
  font-weight: 100;
  line-height: 1.1; }
  @media screen and (max-width: 849px) {
    .alpha-list-link {
      font-size: 2.5em; } }
  @media screen and (max-width: 719px) {
    .alpha-list-link {
      font-size: 2em; } }

.fancy-item header {
  font-size: 7em;
  font-weight: 100;
  line-height: 1.1; }
  @media screen and (max-width: 849px) {
    .fancy-item header {
      font-size: 2.5em; } }
  @media screen and (max-width: 719px) {
    .fancy-item header {
      font-size: 2em; } }

b,
strong {
  font-weight: 700; }

blockquote {
  color: #0f598c;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0 0 10px; }

.black blockquote {
  color: #fff;
  margin-left: 20px; }

.content-block-title {
  color: #0f598c; }
  .grid-content-sidebar .content-block-title {
    font-size: 1.1em;
    color: #652313;
    font-weight: 700;
    margin-top: 0; }

.featured-title {
  font-size: 1.7em;
  font-weight: 300;
  color: #0f598c;
  margin-bottom: 20px; }

.sub-title {
  font-size: 1.85em;
  margin-bottom: 20px;
  font-weight: 300;
  color: #652313; }

.landing-link {
  display: block;
  font-size: 2em;
  line-height: 1.3;
  font-weight: 300;
  border-bottom: 1px solid white;
  padding: 10px 0;
  text-transform: uppercase; }
  .landing-link.active-link {
    color: #0f598c; }
  .landing-link:hover {
    color: #EEB553; }
  .landing-link.active {
    color: #EEB553; }
  .landing-link:last-child {
    border-bottom: none; }

.disclaimer {
  color: #bfbfbf;
  font-weight: 300;
  margin-top: 20px; }

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

body.black {
  background-color: black;
  color: white; }

p {
  margin: 0 0 10px; }

ul {
  margin: 0 0 10px; }
  ul ul {
    margin-top: 0;
    margin-bottom: 0; }
  ul + ul {
    margin-top: -10px; }

img {
  max-width: 100%; }

fieldset {
  border: 0 none;
  padding: 0; }

.pdf-only {
  display: none; }

/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 * 3. Use width: 100% instead of clear: both on the :after pseudo-element
 *    The clear: both on the after pseuod-element is known to causes issues
 *    when used as clearfix technique on elements within a containing element
 *    that which uses margin offset to position the containing element
 *    relative to a floated sibling element
 *
 *    Reference:
 *    http://nicolasgallagher.com/micro-clearfix-hack/#comment-43304
 *    http://nicolasgallagher.com/micro-clearfix-hack/#comment-77581
 *
 */
.site-main-content, .grid-row, .site-search {
  /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  *zoom: 1; }
  .site-main-content:before, .grid-row:before, .site-search:before, .site-main-content:after, .grid-row:after, .site-search:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both; }

.site-header .content-wrap-full, .site-footer, .grid-content, .bio-card {
  /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  *zoom: 1; }
  .site-header .content-wrap-full:after, .site-footer:after, .grid-content:after, .bio-card:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both; }

.site-nav, .footer-links-item, .btn-default, .fancy-item-article-title,
.fancy-item-article h2, .alpha-list-link {
  text-transform: uppercase; }

.fancy-slides-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.fancy-slide-img, .fancy-slide-trigger {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.clear-both {
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.oh {
  overflow: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

.pl30 {
  padding-left: 30px; }

.pr30 {
  padding-right: 30px; }

.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.pt30 {
  padding-top: 30px; }

@media all and (max-width: 600px) {
  .pl30,
  .pr30,
  .pl20,
  .pr20 {
    padding: 0; } }

.ttu {
  text-transform: uppercase; }

.brg {
  border-right: 1px solid #ababab; }
  @media all and (max-width: 600px) {
    .brg {
      border-right: 0; } }

.mobile-only {
  display: none; }
  @media screen and (max-width: 719px) {
    .mobile-only {
      display: none; } }

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

[class*="icon-"]:after {
  content: ' '; }

[class*="icon-"]:before {
  font-family: 'dorsey';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.select-dropdown-label:after, .news-results .viewMore:after, .person-result + .viewMore:after, .article-result + .viewMore:after {
  font-family: 'dorsey';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube-alt:before {
  content: "\e600"; }

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

.icon-chevron-thin-down:before {
  content: "\e602"; }

.icon-chevron-thin-left:before {
  content: "\e603"; }

.icon-chevron-thin-right:before {
  content: "\e604"; }

.icon-chevron-thin-up:before {
  content: "\e605"; }

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

.icon-arrow-left:before {
  content: "\e607"; }

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

.icon-arrow-up:before {
  content: "\e609"; }

.icon-v-card:before {
  content: "\e60a"; }

.icon-mail:before {
  content: "\e60b"; }

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

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

.icon-rss:before {
  content: "\f09f"; }

.icon-google-plus:before {
  content: "\f0d6"; }

.icon-linkedin:before {
  content: "\f0e2"; }

.icon-youtube-play:before {
  content: "\f16b"; }

.icon-file-pdf-o:before {
  content: "\f1c2"; }

.icon-printer:before {
  content: "\e954"; }

.icon-arrow-circle-left:before {
  content: "\f0a8"; }

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

@media screen and (max-width: 1194px) {
  .content-wrap-full {
    width: 100%;
    padding: 0 40px; } }

@media screen and (max-width: 719px) {
  .content-wrap-full {
    width: 100%;
    padding: 0 20px; } }

.content-wrap-center {
  max-width: 642px;
  margin: 0 auto; }

.content-wrap-right {
  padding-right: 15%; }
  @media screen and (max-width: 1194px) {
    .content-wrap-right {
      padding-left: 40px; } }
  @media screen and (max-width: 719px) {
    .content-wrap-right {
      padding-left: 20px; } }
  @media screen and (max-width: 599px) {
    .content-wrap-right {
      padding: 0 5%; } }

.content-wrap-left {
  padding-left: 20%; }
  @media screen and (max-width: 1194px) {
    .content-wrap-left {
      padding-left: 40px; } }
  @media screen and (max-width: 719px) {
    .content-wrap-left {
      padding-left: 20px; } }
  @media screen and (max-width: 599px) {
    .content-wrap-left {
      padding: 0 5%; } }

.content-wrap-right,
.content-wrap-left,
.content-wrap-full {
  width: 1195px;
  margin: 0 auto; }
  @media screen and (max-width: 1194px) {
    .content-wrap-right,
    .content-wrap-left,
    .content-wrap-full {
      width: 100%; } }
  @media screen and (max-width: 849px) {
    .content-wrap-right,
    .content-wrap-left,
    .content-wrap-full {
      padding: 0 40px; } }
  @media screen and (max-width: 719px) {
    .content-wrap-right,
    .content-wrap-left,
    .content-wrap-full {
      padding: 0 20px; } }
  @media screen and (max-width: 599px) {
    .content-wrap-right,
    .content-wrap-left,
    .content-wrap-full {
      padding: 0 5%; } }

.grid-content-large {
  min-height: 1px;
  width: 70%; }

.grid-content-large-75 {
  min-height: 1px;
  width: 75%; }

.grid-content-med {
  min-height: 1px;
  width: 40%; }

.grid-content-small {
  min-height: 1px;
  width: 30%; }
  @media screen and (max-width: 1023px) {
    .grid-content-small .highlight-item {
      min-height: 100px !important; }
      .grid-content-small .highlight-item .rich-text {
        width: 120px;
        min-height: 100px;
        margin-bottom: 0; } }
  @media screen and (max-width: 599px) {
    .grid-content-small .highlight-item .rich-text {
      width: 200px; } }

.grid-content-med-half {
  min-height: 1px;
  width: 50%; }

.grid-content-small-quarter {
  min-height: 1px;
  width: 25%; }

@media screen and (max-width: 599px) {
  .grid-content-large,
  .grid-content-large-75,
  .grid-content-med,
  .grid-content-med-half,
  .grid-content-small,
  .grid-content-small-quarter {
    width: 100%; } }

html,
body,
.site-wrapper {
  height: 100%; }

body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  min-width: 320px; }
  body.contain {
    background-size: contain; }
  body.ipad {
    background-attachment: fixed;
    background-position: bottom;
    background-size: contain; }
  @media all and (max-width: 600px) {
    body {
      background-image: none !important; } }

img {
  max-width: 100%; }

p {
  max-width: 700px; }

.content-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }
  header.site-header .content-wrapper,
  footer.site-footer .content-wrapper {
    background-color: transparent; }
  @media all and (max-width: 1300px) {
    .content-wrapper {
      width: 100%; } }
  @media screen and (max-width: 719px) {
    .content-wrapper {
      padding: 0 15px; } }

.site-main-content {
  margin: 3.5em auto;
  position: relative;
  z-index: 5;
  min-height: calc(80% - 55px); }
  .site-main-content.location-detail {
    margin: 3.5em 0; }

.landing-image {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1; }

.landing-detail-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/industry-bg.jpg") no-repeat 100% 100%;
  background-size: cover;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden; }

.media-img,
.media-content {
  float: left; }

.read-more-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: none;
  float: left; }
  .read-more-content.show {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transition: all .5s ease-in-out;
    float: none; }

.twoColumn {
  column-count: 2; }
  .twoColumn li {
    list-style-type: disc;
    margin-left: 20px; }
  @media screen and (max-width: 1023px) {
    .twoColumn {
      padding-left: 10px; } }
  @media screen and (max-width: 719px) {
    .twoColumn {
      padding-left: 0; } }
  @media screen and (max-width: 599px) {
    .twoColumn {
      padding-left: 10px;
      column-count: 1; } }

.site-header {
  background-color: #1A1A1A;
  height: 100px; }
  .site-header .content-wrap-full {
    overflow: auto; }
    @media all and (max-width: 1195px) {
      .site-header .content-wrap-full {
        padding-right: 0; } }

.site-logo {
  margin-top: 30px; }
  @media screen and (max-width: 719px) {
    .site-logo {
      width: 180px; } }
  @media screen and (max-width: 479px) {
    .site-logo {
      width: 150px; } }

.site-nav {
  font-weight: 400;
  text-align: right;
  padding-right: 25px;
  padding-top: 20px;
  max-width: 920px; }
  @media screen and (max-width: 949px) {
    .site-nav {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      top: 100px;
      background-color: rgba(0, 0, 0, 0.8);
      text-align: center;
      font-size: 1.5em;
      z-index: 10; }
      .site-nav.active-nav {
        display: table; } }

.site-nav-secondary {
  margin-bottom: 8px; }
  @media screen and (max-width: 949px) {
    .site-nav-secondary {
      display: table-footer-group; } }

.site-nav-secondary-link {
  color: #aeaeae;
  margin-left: 15px;
  line-height: 1em; }
  .site-nav-secondary-link:hover, .site-nav-secondary-link.active {
    color: #b2e1ff; }
  @media screen and (max-width: 949px) {
    .site-nav-secondary-link {
      display: block;
      margin-left: 0;
      margin-bottom: 10px; } }

.site-nav-primary-link {
  font-size: 1.125em;
  line-height: 1.1;
  margin-left: 15px;
  color: #fff; }
  .site-nav-primary-link:hover {
    color: #b2e1ff; }
  @media screen and (max-width: 949px) {
    .site-nav-primary-link {
      display: block;
      margin-left: 0;
      margin-bottom: 10px; } }

.site-search-toggle {
  background-color: #1F2A30;
  width: 65px;
  color: #fff;
  font-size: 30px;
  float: right;
  height: 100px; }

.mobile-toggle {
  background-color: #1F2A30;
  color: #fff;
  width: 65px;
  display: none;
  text-align: center;
  font-size: 2.5em;
  margin-right: 10px; }
  @media screen and (max-width: 949px) {
    .mobile-toggle {
      display: block;
      float: right;
      height: 100px; } }

.is-active-mobile .mobile-toggle-bars {
  background-color: transparent; }
  .is-active-mobile .mobile-toggle-bars:before, .is-active-mobile .mobile-toggle-bars:after {
    top: 0; }
  .is-active-mobile .mobile-toggle-bars:before {
    transform: rotate(45deg); }
  .is-active-mobile .mobile-toggle-bars:after {
    transform: rotate(-45deg); }

.mobile-toggle-bars:before {
  top: -10px; }

.mobile-toggle-bars:after {
  bottom: -10px; }

.site-footer {
  min-height: 70px;
  color: #aeaeae;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  font-size: .9em;
  padding: 20px 0;
  text-align: right;
  position: relative;
  z-index: 5;
  clear: both; }
  @media screen and (max-width: 599px) {
    .site-footer {
      text-align: center; } }
  .site-footer .icon {
    color: #fff;
    margin-left: 5px; }
  .site-footer .social-links {
    margin-left: 5%; }
  .site-footer .footer-links,
  .site-footer .social-links,
  .site-footer .footer-links-item {
    display: inline-block; }

.copyright {
  margin: 0;
  text-align: left;
  max-width: 460px; }
  @media screen and (max-width: 599px) {
    .copyright {
      float: none;
      text-align: center; } }

.footer-links-item {
  margin-left: 8px; }
  @media screen and (max-width: 599px) {
    .footer-links-item {
      float: none; } }

.footer-links-item,
.site-footer-info {
  color: #aeaeae; }

.social-links-label {
  color: #fff; }

[class*="grid-col-"] {
  float: left; }

.grid-col-33 {
  width: 33.33333%; }
  .grid-row-spaced .grid-col-33 {
    width: 32.33333%;
    margin-right: 1%; }

.grid-col-66 {
  width: 66.666667%; }

.grid-col-50 {
  width: 50%; }
  .grid-row-spaced .grid-col-50 {
    width: 49%; }
    .grid-row-spaced .grid-col-50:nth-child(2n+1) {
      margin-right: 2%; }

.grid-col-75 {
  width: 75%; }

.grid-col-25 {
  width: 25%; }

.grid-col-40 {
  width: 40%; }

.grid-col-60 {
  width: 60%; }

.table-grid {
  display: table;
  width: 100%; }

.table-grid-cell {
  display: table-cell;
  vertical-align: middle; }

.grid-content {
  position: relative;
  clear: both; }

.grid-content-sidebar,
.grid-content-main {
  float: left; }
  @media screen and (max-width: 599px) {
    .grid-content-sidebar,
    .grid-content-main {
      float: none; } }

.grid-content-sidebar {
  width: 25%;
  max-width: 250px;
  line-height: 1.4; }
  @media screen and (max-width: 599px) {
    .grid-content-sidebar {
      width: 100%; } }

.grid-content-main {
  width: 75%; }
  @media screen and (max-width: 599px) {
    .grid-content-main {
      width: 100%; } }

.grid-content-sidebar-right {
  float: right;
  width: 20%;
  padding-right: 10px; }
  @media all and (max-width: 850px) {
    .grid-content-sidebar-right {
      width: 100%;
      padding-right: 0; } }

.grid-content-right {
  width: 77.3%;
  float: right; }
  @media all and (max-width: 850px) {
    .grid-content-right {
      width: 100%; } }
  @media all and (max-width: 600px) {
    .grid-content-right {
      float: left; } }

.grid-content-tab-slides {
  margin-top: 0; }
  .grid-content-tab-slides .grid-content-nav {
    float: left; }
    @media screen and (max-width: 719px) {
      .grid-content-tab-slides .grid-content-nav {
        width: 30%; } }
    @media screen and (max-width: 599px) {
      .grid-content-tab-slides .grid-content-nav {
        margin-left: 0;
        width: 100%;
        float: none; } }
  .grid-content-tab-slides > .grid-content-main {
    overflow: hidden;
    float: right; }
    @media screen and (max-width: 719px) {
      .grid-content-tab-slides > .grid-content-main {
        width: 66%; } }
    @media screen and (max-width: 599px) {
      .grid-content-tab-slides > .grid-content-main {
        margin-left: 0;
        width: 100%;
        float: none; } }

.grid-content-tab-slide .grid-content-main {
  margin-left: 0;
  width: 68.5%;
  padding-right: 5.5%;
  position: relative; }
  .grid-content-tab-slide .grid-content-main:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 3.5%;
    border-right: 1px solid #3F3F3F;
    border-left: 1px solid #bfbfbf; }
  @media screen and (max-width: 719px) {
    .grid-content-tab-slide .grid-content-main {
      width: 100%; }
      .grid-content-tab-slide .grid-content-main:after {
        display: none; } }
  @media screen and (max-width: 599px) {
    .grid-content-tab-slide .grid-content-main {
      float: none; } }

.grid-content-tab-slide .grid-content-main-full {
  width: 100%;
  padding-right: 0; }
  .grid-content-tab-slide .grid-content-main-full:after {
    display: none; }

.grid-content-tab-slide .grid-content-sidebar {
  width: 31.5%; }
  @media screen and (max-width: 719px) {
    .grid-content-tab-slide .grid-content-sidebar {
      width: 100%; } }

.site-hero-content {
  background-size: auto 100%;
  padding: 3.5em 0;
  color: #fff; }
  @media all and (max-height: 750px) {
    .site-hero-content {
      height: auto;
      background-size: 100% auto; } }
  @media screen and (max-width: 599px) {
    .site-hero-content {
      height: auto;
      background-size: 100% auto; } }
  .site-hero-content .grid-content-main {
    margin-right: 4%; }
  .site-hero-content .highlight-item {
    margin-left: 0; }

.site-hero-section {
  margin-top: 0;
  line-height: 1.2; }

.site-hero-title {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: lowercase; }
  .site-hero-title em, .site-hero-title span.blue {
    font-style: normal;
    font-weight: 100;
    color: #38a0d1; }

.form-field {
  margin-bottom: 5px;
  position: relative; }
  .form-field input {
    background-color: rgba(174, 174, 174, 0.9);
    color: #1A1A1A; }
    .form-field input[type=text] {
      cursor: default; }

.search-button {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 1.3em; }

input,
textarea {
  border: 0 none;
  padding: 15px;
  line-height: 1.1;
  width: 100%;
  font-weight: 500; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #1A1A1A; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #1A1A1A; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #1A1A1A; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #1A1A1A; }

.site-search {
  position: relative;
  display: none; }
  .site-search .search-input {
    background-color: rgba(174, 174, 174, 0.9);
    width: 100%;
    height: 100%;
    font-size: 1.3em;
    float: right;
    width: 645px; }
    @media screen and (max-width: 949px) {
      .site-search .search-input {
        width: 100%; } }
  .site-search .search-button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #C8E4F1;
    border: none;
    color: #000;
    padding: 0 25px;
    font-size: 1.2;
    top: 0;
    bottom: 0;
    margin: 0; }

.searchblox-result {
  padding: 10px 0;
  font-size: 13px; }
  .searchblox-result .searchblox-result-title {
    font-size: 16px;
    height: 1.2em; }
  .searchblox-result .searchblox-result-link {
    text-decoration: underline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; }
  .searchblox-result .searchblox-result-subtitle {
    color: #008000;
    word-break: break-all;
    font-weight: bold;
    padding-bottom: 2px; }
  .searchblox-result .searchblox-result-summary {
    font-weight: 500;
    color: #000;
    margin-top: 2px; }
  .searchblox-result .searchblox-result-image {
    max-width: 50px;
    max-height: 50px; }
  .searchblox-result .searchblox-result-subcontainer {
    display: -ms-flexbox;
    display: flex; }

.searchblox-pagination {
  margin-top: 20px; }

.searchblox-page {
  font-size: 16px;
  margin-right: 8px; }
  .searchblox-page.active {
    font-weight: bold;
    font-size: 18px; }

[data-flip-card] .card {
  perspective: 800px;
  position: relative;
  font-size: 15px;
  height: 100%; }
  [data-flip-card] .card .container {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.5s; }
  [data-flip-card] .card .container.flipped .card-front {
    transform: rotatey(180deg); }
  [data-flip-card] .card .container.flipped .card-back {
    transform: rotatey(0deg); }
  [data-flip-card] .card .no-photo {
    margin: 20px auto 0;
    text-align: center; }
  [data-flip-card] .card .card-front,
  [data-flip-card] .card .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: 0.5s;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #1A1A1A; }
    [data-flip-card] .card .card-front a.flip-card,
    [data-flip-card] .card .card-back a.flip-card {
      font-size: 26px;
      float: right;
      position: absolute; }
  [data-flip-card] .card .card-front {
    z-index: 2;
    background: white;
    height: 100%;
    transform: rotateY(0deg); }
    [data-flip-card] .card .card-front img {
      width: 100%;
      display: block; }
    [data-flip-card] .card .card-front .flip-card {
      bottom: 10px;
      right: 20px; }
  [data-flip-card] .card .card-back {
    transform: rotatey(-180deg);
    color: white;
    padding: 20px;
    background-color: #38a0d1; }
    [data-flip-card] .card .card-back a {
      color: #fff; }
    [data-flip-card] .card .card-back .flip-card {
      bottom: 10px;
      right: 20px; }
    [data-flip-card] .card .card-back .icon-spinner {
      color: #fff; }
    [data-flip-card] .card .card-back .office {
      line-height: 14px; }
    [data-flip-card] .card .card-back .phone {
      margin-bottom: 6px; }
  [data-flip-card] .card .hidden-background {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  [data-flip-card] .card .background-cover {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(56, 160, 209, 0.7); }
  [data-flip-card] .card .card-content {
    position: relative;
    z-index: 3; }

[data-flip-card] .icon-spinner {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #38a0d1; }

.professional-card {
  border: 1px solid #1A1A1A; }
  .professional-card .name,
  .professional-card .role {
    padding: 0 10px;
    line-height: 12px; }

.grid-content-tab-slide .practice-highlight-item {
  width: 100%;
  margin-right: 0; }
  .grid-content-tab-slide .practice-highlight-item .card-front {
    border: 1px solid #ababab; }

div.practice-highlight-item .card-front {
  border: 1px solid #ababab; }

div.practice-highlight-item img {
  height: 100%; }

div.practice-highlight-item .practice-title {
  transform: translate(0, 0);
  width: 95%;
  padding: 10px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #EEB553;
  font-weight: 800;
  font-size: 1.2em; }

@media all and (max-width: 1100px) {
  .featured-practices .grid-col-33 {
    width: 48%; } }

@media all and (max-width: 650px) {
  .featured-practices .grid-col-33 {
    width: 100%; } }

.no-csstransforms3d [data-flip-card] .card .container.flipped .card-front {
  display: none; }

.no-csstransforms3d [data-flip-card] .card .container.flipped .card-back {
  display: block; }

.no-csstransforms3d [data-flip-card] .card .card-front {
  display: block; }

.no-csstransforms3d [data-flip-card] .card .card-back {
  display: none; }

.active-filters > span {
  background: #ebebeb;
  padding: 4px;
  margin-right: 10px;
  border-radius: 5px; }
  .active-filters > span button {
    color: #38a0d1;
    text-transform: uppercase;
    font-size: 25px;
    position: relative;
    top: 4px; }
  .active-filters > span span {
    margin-left: 4px; }

button {
  background-color: transparent;
  display: inline-block;
  padding: 0;
  border: 0 none;
  cursor: pointer;
  transition: color 0.2s ease-in, background-color 0.25s ease-in; }
  button:focus {
    outline: none; }

.btn {
  display: inline-block;
  padding: 8px 30px;
  cursor: pointer; }

.btn-default {
  background-color: #C8E4F1;
  color: #1A1A1A; }

.lead {
  line-height: 1.4;
  color: #efb549;
  text-transform: uppercase; }
  .lead strong {
    font-weight: normal; }

.emphasis {
  color: #38a0d1; }

.grid-content-sidebar p {
  margin: 0 0 10px; }

.grid-content-sidebar .list-basic li {
  margin: 0 0 5px; }

.list-nomargin {
  margin: 0px; }

.detail-content-accolades .rich-text {
  line-height: 2; }

.detail-content-accolades .rich-text p + ul {
  margin-top: 0px; }

.border-image {
  border: 1px solid #ababab; }

.rich-text .pull-left {
  float: left;
  margin: 10px 3% 10px 0; }

.rich-text p + ul {
  margin-top: -10px; }

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

.list-office-item {
  line-height: 1.7;
  margin-bottom: 10px; }
  @media screen and (max-width: 599px) {
    .list-office-item {
      margin-left: 28%;
      padding-left: 20px; } }
  @media screen and (max-width: 479px) {
    .list-office-item {
      margin-left: 32%; } }

.list-office-phone {
  display: block; }

.social-links {
  transition: transform .2s ease-in-out; }
  .social-links .icon {
    margin-left: 5px;
    font-size: 22px;
    line-height: 1.1; }
    .social-links .icon:first-child {
      margin-left: 7px; }
  .social-links.is-expanded {
    transform: translateX(-38px); }

.social-links-trigger {
  background-color: rgba(200, 228, 241, 0.8);
  color: #0f598c;
  font-weight: 500;
  position: absolute;
  left: -5px;
  top: 0;
  padding: 9px 10px 10px 10px;
  transform: translate(35px, 0) rotate(90deg);
  white-space: nowrap;
  font-size: 1.2em;
  transform-origin: 0 0; }
  .social-links-trigger:after {
    content: '+';
    display: inline-block;
    width: 12px;
    margin-left: 3px; }
    .is-expanded .social-links-trigger:after {
      content: '-'; }

.social-links-inpage {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 10;
  width: 30px; }
  @media screen and (max-width: 649px) {
    .social-links-inpage {
      display: none; } }
  .social-links-inpage .icon {
    color: #fff;
    font-size: 20px; }
    .social-links-inpage .icon:hover {
      color: #1A1A1A; }

.social-links-wrapper {
  background-color: rgba(200, 228, 241, 0.8);
  transform: translateX(100%);
  width: 38px;
  left: -8px;
  position: relative;
  padding: 10px 0;
  text-align: center;
  transition: transform .2s linear; }

.social-link-pdf {
  background-color: rgba(200, 228, 241, 0.8);
  position: fixed;
  bottom: 15%;
  margin-bottom: -52px;
  right: 0;
  width: 38px;
  padding: 10px 0;
  z-index: 10;
  text-align: center; }
  .social-link-pdf .icon {
    margin-left: 5px;
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    font-size: 20px; }
    .social-link-pdf .icon:hover {
      color: #1A1A1A; }

.tab-nav-wrap {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 20px;
  font-weight: 400;
  position: relative;
  text-align: right; }
  @media screen and (max-width: 719px) {
    .tab-nav-wrap {
      margin-left: -10px;
      padding: 10px; } }
  @media screen and (max-width: 599px) {
    .tab-nav-wrap {
      text-align: left;
      margin-left: 0;
      margin-bottom: 20px; } }

@media screen and (max-width: 599px) {
  .tab-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 5;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s ease-out; } }

.tab-nav-link {
  color: #fff;
  display: block;
  margin-bottom: 12px;
  line-height: 1.5; }
  .tab-nav-link.is-active, .tab-nav-link:hover {
    color: #38a0d1; }
  @media screen and (max-width: 599px) {
    .tab-nav-link {
      padding: 0 10px; }
      .tab-nav-link.is-active {
        color: #fff; } }

.tab-nav-link-sec {
  color: #C8E4F1; }
  .tab-nav-link-sec:first-child {
    border-top: 1px solid white;
    padding-top: 12px; }

.tab-nav-label {
  color: #fff;
  position: relative;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 599px) {
    .tab-nav-label {
      display: block; }
      .tab-nav-label.is-active-nav {
        color: #38a0d1; }
        .tab-nav-label.is-active-nav + .tab-nav {
          max-height: 300px; }
        .tab-nav-label.is-active-nav .icon {
          transform: rotate(180deg); } }
  .tab-nav-label .icon {
    font-size: 25px;
    position: absolute;
    right: 0;
    top: -.5em;
    transition: transform .3s ease-in; }

.highlight-item {
  padding: 10px;
  overflow: hidden; }
  @media screen and (max-width: 719px) {
    .highlight-item {
      margin-left: -10px; } }
  .highlight-item .rich-text {
    width: 200px;
    margin-bottom: 20px;
    min-height: 120px; }
    .highlight-item .rich-text.left {
      padding: 14px 8px;
      border: solid 1px #bfbfbf; }
      .highlight-item .rich-text.left img {
        max-width: 35%;
        margin-right: 10px; }
  .highlight-item img {
    display: block; }
  .highlight-item h3,
  .highlight-item p {
    margin: 0;
    display: table; }

.grid-content-small-quarter .highlight-item .rich-text {
  width: auto; }

.highlight-client-quote {
  width: 30%;
  margin-left: 5%;
  height: 610px; }
  @media screen and (max-width: 1194px) {
    .highlight-client-quote {
      height: 570px; } }
  @media all and (max-width: 1024px) {
    .highlight-client-quote {
      display: none; } }

.fancy-items-highlights {
  clear: both;
  padding-top: 25px; }
  .fancy-items-highlights:after {
    content: " ";
    display: block;
    clear: both; }
  .fancy-items-highlights .highlight-item {
    float: left;
    line-height: 1.6;
    margin-right: 2%;
    margin-left: 0;
    border: 0 none;
    min-height: 170px;
    padding: 0; }
    @media screen and (max-width: 749px) {
      .fancy-items-highlights .highlight-item {
        margin-bottom: 2%; }
        .fancy-items-highlights .highlight-item:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 549px) {
      .fancy-items-highlights .highlight-item {
        width: 100%;
        float: none; } }
    .fancy-items-highlights .highlight-item a {
      font-style: italic; }
  .fancy-items-highlights.no-float .highlight-item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .fancy-items-highlights.black-border .highlight-item {
    border: 1px solid black; }
  .fancy-items-highlights .highlight-item-simple {
    border: 0 none;
    padding: 10px 0; }

.select-dropdown {
  position: relative;
  height: 40px; }
  .select-dropdown select {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    cursor: pointer;
    display: block;
    padding: 0px 15px;
    padding-right: 0\9;
    text-align: left;
    position: relative;
    background-color: rgba(174, 174, 174, 0.9);
    color: #1A1A1A;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    appearance: none;
    font-weight: bold;
    border: none; }
  .select-dropdown .icon {
    position: absolute;
    right: 15px;
    font-size: 12px;
    top: 35%; }

select::-ms-expand {
  display: none; }

.select-dropdown-label {
  display: block;
  display: none\9;
  background-color: #aeaeae;
  color: #1A1A1A; }
  .select-dropdown-label:after {
    content: "\e606";
    position: absolute;
    right: 10px;
    font-size: 25px;
    opacity: .5;
    z-index: 6;
    top: 9px;
    cursor: pointer;
    pointer-events: none; }

.select-clear-label {
  position: absolute;
  right: 12px;
  top: 5px;
  cursor: pointer;
  z-index: 10;
  color: #1A1A1A; }
  .select-clear-label i {
    font-size: 28px;
    opacity: .4; }

.tab-slides-item {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none; }
  @media screen and (max-width: 599px) {
    .tab-slides-item {
      position: static;
      top: auto !important;
      display: block !important; } }
  .tab-slides-item.js-tab-slide-active {
    position: relative;
    top: 0;
    display: block; }
    @media screen and (max-width: 599px) {
      .tab-slides-item.js-tab-slide-active {
        position: static; } }
  .tab-slides-item .content-block {
    margin-bottom: 10px; }

.js-tab-slides-wrapper {
  position: relative;
  overflow: hidden; }

.experience-achievements .list {
  margin-bottom: 10px; }

html {
  overflow-x: hidden; }

@media screen and (max-width: 749px) {
  .fancy-slides {
    padding-top: 0; } }

.fancy-item {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  padding-top: 99px;
  font-weight: 400;
  overflow: hidden;
  visibility: hidden; }
  @media screen and (max-width: 749px) {
    .fancy-item {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      visibility: visible;
      padding: 25px 0; } }
  .fancy-item.fancy-item-centered header {
    text-align: center; }
  .fancy-item header {
    margin: 0 auto;
    max-width: 1300px;
    padding: 40px 40px 20px;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 1023px) {
      .fancy-item header {
        font-size: 5em;
        padding-bottom: 0; } }
    @media screen and (max-width: 849px) {
      .fancy-item header {
        font-size: 5em; } }
    @media screen and (max-width: 749px) {
      .fancy-item header {
        font-size: 4em;
        padding: 30px 20px 25px; } }
    @media screen and (max-height: 800px) {
      .fancy-item header {
        padding: 30px 40px 20px; } }
    @media screen and (max-width: 549px) {
      .fancy-item header {
        font-size: 3em;
        padding: 10px 20px; } }
    .fancy-item header span.blue {
      color: #38a0d1; }
  .fancy-item.animateOut header {
    animation-name: zoomOutHeading; }
  .fancy-item.animateIn header {
    animation-name: zoomInHeading; }

.fancy-item.js-is-active {
  visibility: visible;
  z-index: 6; }

.fancy-item-compact .fancy-item-content,
.fancy-item-compact header {
  max-width: 1000px; }

.fancy-item-compact header {
  padding-bottom: 50px; }
  @media screen and (max-height: 800px) {
    .fancy-item-compact header {
      padding-bottom: 25px; } }
  @media screen and (max-width: 549px) {
    .fancy-item-compact header {
      padding-bottom: 10px; } }

.fancy-item-article {
  width: 40%; }
  @media screen and (max-width: 949px) {
    .fancy-item-article {
      width: 50%; } }
  @media screen and (max-width: 549px) {
    .fancy-item-article {
      width: 100%; } }

.fancy-item-article-title,
.fancy-item-article h2 {
  line-height: 1.3;
  margin: 0 0 10px;
  color: #efb549;
  font-weight: 300; }

.fancy-item-content {
  margin: 0 auto;
  max-width: 1300px;
  padding: 20px 40px 0;
  position: relative;
  z-index: 5;
  line-height: 1.6; }
  .fancy-item-content .read-more {
    clear: both; }
  .fancy-item-centered .fancy-item-content {
    text-align: center; }
    .fancy-item-centered .fancy-item-content .grid-col-50 {
      display: inline-block;
      float: none;
      width: auto;
      padding-right: 15px;
      max-width: 50%;
      vertical-align: top;
      text-align: left; }
      @media screen and (max-width: 749px) {
        .fancy-item-centered .fancy-item-content .grid-col-50 {
          max-width: 100%;
          margin-bottom: 10px; } }
  @media screen and (max-width: 749px) {
    .fancy-item-centered .fancy-item-content {
      text-align: left; } }
  .animateOut .fancy-item-content {
    animation-name: displaceContent; }
  .animateIn .fancy-item-content {
    animation-name: placeContent; }

.fancy-slide-img {
  z-index: 1;
  bottom: 0px;
  transform-origin: -50% 50%; }
  .animateOut .fancy-slide-img {
    animation-name: zoomOutImg; }
  .animateIn .fancy-slide-img {
    transform-origin: -50% 100%;
    animation-name: zoomInImg; }

.fancy-slide-trigger {
  position: fixed;
  bottom: 90px;
  z-index: 15;
  color: #fff;
  font-size: 40px; }
  @media screen and (max-width: 749px) {
    .fancy-slide-trigger {
      display: none; } }

.fancy-slides-nav {
  position: fixed;
  padding-top: 20px;
  right: 5%;
  z-index: 15; }
  @media screen and (max-width: 749px) {
    .fancy-slides-nav {
      display: none; } }

.fancy-slides-nav-btn {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  opacity: .5;
  margin-top: 10px;
  transition: opacity .35s ease-in; }
  .fancy-slides-nav-btn.is-active, .fancy-slides-nav-btn:hover {
    opacity: 1; }

.animated {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .animateIn .animated {
    animation-duration: .75s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out; }
  .animateOut .animated {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.44, 0.01, 1, 0.15); }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60%, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomOutImg {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(0.5, 0.5); } }

.zoomOutImg {
  animation-name: zoomOutText; }

@keyframes zoomInImg {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5); }
  100% {
    opacity: 1; } }

.zoomInImg {
  animation-name: zoomIn; }

@keyframes zoomInHeading {
  0% {
    opacity: 0;
    transform: scale(0.3, 0.3) translateX(-50%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.zoomInHeading {
  animation-name: zoomIn; }

@keyframes zoomOutHeading {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: scale(1.8, 1.8) translateX(15%); } }

.zoomOutHeading {
  animation-name: zoomOutHeading; }

@keyframes displaceContent {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(800px); } }

.displaceContent {
  animation-name: displaceContent; }

@keyframes placeContent {
  0% {
    transform: translateY(800px); }
  100% {
    transform: translateY(0); } }

.placeContent {
  animation-name: placeContent; }

.practice-highlight-item {
  position: relative;
  height: 220px;
  width: 48%;
  float: left;
  overflow: hidden;
  margin-top: 20px;
  color: #fff; }
  .practice-highlight-item.blue .card-back {
    background-color: #0f598c; }
  .practice-highlight-item.light-blue .card-back {
    background-color: #38a0d1; }
  .practice-highlight-item.brown .card-back {
    background-color: #652313; }
  @media all and (max-width: 850px) {
    .practice-highlight-item {
      width: 100%;
      float: none; } }
  .practice-highlight-item:nth-child(2n) {
    margin-right: 2%; }
    @media all and (max-width: 850px) {
      .practice-highlight-item:nth-child(2n) {
        margin-right: 0; } }
  .practice-highlight-item .practice-background {
    position: absolute;
    width: 100%; }
  .practice-highlight-item .practice-title {
    position: absolute;
    margin: 10px;
    color: #efb549;
    font-weight: 400; }
  .practice-highlight-item h3 {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.1; }
    @media (max-width: 1024px) {
      .practice-highlight-item h3 {
        font-size: 1.2em; } }
  .practice-highlight-item a {
    display: block;
    line-height: 1;
    margin-bottom: 10px; }
  .practice-highlight-item .card .container .background-cover {
    background-color: transparent; }
  .practice-highlight-item .card .container {
    color: #efb549;
    position: relative; }
    .practice-highlight-item .card .container a {
      color: #C8E4F1; }
      .practice-highlight-item .card .container a i {
        transition: all 0.3s ease-in-out; }
      .practice-highlight-item .card .container a:hover {
        color: #8bc6e1; }
        .practice-highlight-item .card .container a:hover i {
          position: relative;
          right: -5px; }
      .practice-highlight-item .card .container a.flip-card {
        font-size: 26px;
        float: right;
        position: absolute; }
        .practice-highlight-item .card .container a.flip-card:hover i {
          right: 0; }
    .practice-highlight-item .card .container .card-front .flip-card {
      bottom: 10px;
      right: 20px; }
    .practice-highlight-item .card .container .card-back .card-content {
      min-height: 130px; }
    .practice-highlight-item .card .container .card-back .flip-card {
      bottom: -40px;
      right: 0px; }

.content-block .list {
  margin-bottom: 20px; }

.content-block .content-block-title {
  margin-bottom: 0; }
  .content-block .content-block-title.h4-size {
    color: #652313; }

.article {
  border: 1px solid #cccccc;
  background-color: rgba(255, 255, 255, 0.7);
  width: 30%;
  float: left;
  display: inline-block;
  margin-right: 5%;
  vertical-align: top;
  height: 100%; }
  .article.mediakit {
    border: none; }
  @media all and (max-width: 850px) {
    .article {
      width: 100%;
      margin-bottom: 20px;
      height: auto; } }
  @media all and (max-width: 600px) {
    .article {
      width: 100%; } }
  .article:last-child {
    margin-right: 0; }
    @media all and (max-width: 850px) {
      .article:last-child {
        margin-right: 4%; } }
  .article img {
    width: 100%;
    border-bottom: solid 1px #cccccc; }
  .article .category {
    color: #0f598c;
    text-transform: uppercase; }
  .article .article-container {
    padding: 20px;
    min-height: 150px; }
  .article a.title {
    display: block;
    line-height: 1.25;
    font-size: 1.4em;
    color: #00a0dc; }
    .article a.title + .rich-text {
      margin-top: 5px; }
  .article .date {
    color: #652313; }
  .article .teaser {
    line-height: 1.5; }
  .article.featured-article {
    min-height: 570px; }
  .article.featured-article .title {
    font-size: 32px;
    line-height: 1.29; }
  .article.featured-article .date {
    font-size: 1.5em;
    line-height: 1.2; }
  .article.blog-category {
    min-height: 0 !important; }
    .article.blog-category.list {
      padding-bottom: 10px;
      float: none !important; }
    .article.blog-category .article-container {
      min-height: 80px; }
    .article.blog-category .title {
      font-size: 2em;
      font-weight: normal;
      margin-bottom: 4px;
      color: #1d4f85; }
      .article.blog-category .title a {
        color: #1d4f85; }
    .article.blog-category .lead {
      margin-bottom: 4px; }

.featured-article,
.blog-category {
  width: 100%;
  margin-bottom: 20px; }

.two-articles .article {
  width: 47.6%;
  margin-right: 4%;
  min-height: 450px; }
  @media all and (max-width: 850px) {
    .two-articles .article {
      width: 100%; } }
  .two-articles .article:last-child {
    margin-right: 0; }

.three-articles,
.two-articles {
  margin-bottom: 50px;
  clear: left;
  display: table;
  width: 100%; }
  @media all and (max-width: 850px) {
    .three-articles,
    .two-articles {
      margin-bottom: 0px; } }

.featured-resources, .featured-achievements {
  clear: both;
  margin-top: 20px; }
  .featured-resources .three-articles .article, .featured-achievements .three-articles .article {
    background-color: rgba(255, 255, 255, 0.82);
    float: left; }
    .featured-resources .three-articles .article .article-container, .featured-achievements .three-articles .article .article-container {
      min-height: 270px; }
      @media (max-width: 1195px) {
        .featured-resources .three-articles .article .article-container, .featured-achievements .three-articles .article .article-container {
          min-height: 340px; } }
      @media (max-width: 1024px) {
        .featured-resources .three-articles .article .article-container, .featured-achievements .three-articles .article .article-container {
          min-height: 300px; } }
      @media (max-width: 850px) {
        .featured-resources .three-articles .article .article-container, .featured-achievements .three-articles .article .article-container {
          min-height: 200px; } }
      @media (max-width: 720px) {
        .featured-resources .three-articles .article .article-container, .featured-achievements .three-articles .article .article-container {
          min-height: 250px; } }
  .featured-resources .two-articles .article, .featured-achievements .two-articles .article {
    background-color: rgba(255, 255, 255, 0.82);
    float: left; }
    .featured-resources .two-articles .article .article-container, .featured-achievements .two-articles .article .article-container {
      min-height: 180px; }
      @media (max-width: 1195px) {
        .featured-resources .two-articles .article .article-container, .featured-achievements .two-articles .article .article-container {
          min-height: 220px; } }
      @media (max-width: 1024px) {
        .featured-resources .two-articles .article .article-container, .featured-achievements .two-articles .article .article-container {
          min-height: 250px; } }
      @media (max-width: 850px) {
        .featured-resources .two-articles .article .article-container, .featured-achievements .two-articles .article .article-container {
          min-height: 180px; } }
  .featured-resources .title, .featured-achievements .title {
    font-size: 1.2em; }

.professional-card {
  float: left;
  width: 187px;
  margin-bottom: 20px;
  margin-right: 4%;
  line-height: 24px; }
  .singleton .professional-card {
    margin: 0;
    float: none; }
  .professional-card .office a {
    font-size: 1.3em; }
  .professional-card .card .card-front img {
    width: auto;
    margin: 0 auto; }
  .professional-card .card .card-front.no-photo {
    margin: 0; }
    .professional-card .card .card-front.no-photo a {
      color: #38a0d1; }
      .professional-card .card .card-front.no-photo a i {
        color: #38a0d1; }
  .professional-card .phone:before {
    content: 'P';
    margin-right: 5px;
    font-weight: bold; }
  .professional-card .connect {
    margin-top: 15px;
    font-size: 2.2em; }
  .professional-card .name {
    font-size: 1.3em;
    color: #38a0d1;
    font-weight: 300;
    line-height: 1;
    margin-top: 10px; }
  .professional-card .role {
    color: gray;
    font-weight: 300;
    min-height: 24px; }
  .professional-card a {
    color: white; }
  .professional-card .card .container {
    height: 200px; }

.accordion-component {
  overflow: hidden; }
  .accordion-component .accordion-title {
    color: #38a0d1;
    cursor: pointer;
    font-size: 1.3em;
    line-height: 24px;
    margin-bottom: 10px; }
  .accordion-component .open {
    display: none;
    color: #1A1A1A; }
  .accordion-component .closed {
    display: inline;
    color: #1A1A1A; }
  .accordion-component .toggle-state {
    margin-left: 5px; }
  .accordion-component.industry-accordion {
    padding-right: 30px; }
    .accordion-component.industry-accordion span.trigger {
      color: #fff;
      padding-left: 4px; }
    .accordion-component.industry-accordion .toggle-state {
      color: #fff;
      cursor: pointer; }
      .accordion-component.industry-accordion .toggle-state .open,
      .accordion-component.industry-accordion .toggle-state .closed {
        color: #fff; }
    .accordion-component.industry-accordion .accordion-content {
      display: block;
      padding-left: 15px; }
      .accordion-component.industry-accordion .accordion-content div {
        line-height: 16px;
        margin-bottom: 6px; }
      .accordion-component.industry-accordion .accordion-content a {
        color: #aeaeae; }
        .accordion-component.industry-accordion .accordion-content a:hover {
          color: #EEB553; }
  .accordion-component.active-accordion .open {
    display: inline; }
  .accordion-component.active-accordion .closed {
    display: none; }
  .accordion-component.blog-accordion .accordion-title {
    text-align: center;
    font-size: 22px;
    color: #00a0dc; }
  .accordion-component.blog-accordion .toggle-state {
    font-size: 1.5em;
    color: #fff; }
  .accordion-component.blog-accordion .blog-accordion-post {
    border-bottom: 1px solid black;
    padding: 20px 20px 20px 0;
    line-height: 2em; }
  .accordion-component.blog-accordion .blog-accordion-post:last-child {
    border-bottom: none; }
  .accordion-component .accordion-content {
    display: none; }

.accordion-expand-all {
  display: inline-block;
  margin-left: 25px;
  color: #38a0d1;
  cursor: pointer;
  font-size: 1.3em; }
  .accordion-expand-all span.trigger {
    color: #fff;
    padding-left: 4px; }

.mini-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  max-width: 400px; }
  .mini-banner .wrapping-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .mini-banner .bg-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0; }
  .mini-banner .text {
    position: relative;
    z-index: 1;
    font-size: 1.7em;
    line-height: 1;
    color: white;
    display: inline-block; }
    .mini-banner .text em {
      color: #efb549; }
  .mini-banner .label {
    font-size: 1.25em; }
  .mini-banner img {
    float: left; }
  .mini-banner.media-resources {
    background-color: gray;
    padding: 10px;
    word-break: break-word; }
    .mini-banner.media-resources .text {
      font-size: 1.3em;
      line-height: 1.3; }
      .mini-banner.media-resources .text div:first-child {
        text-transform: uppercase; }
    .mini-banner.media-resources .email a {
      color: #C8E4F1; }
    .mini-banner.media-resources .link a {
      color: #efb549; }
      .mini-banner.media-resources .link a:after {
        content: '>';
        color: #C8E4F1;
        padding-left: 5px; }
  .mini-banner.blog {
    text-align: left;
    padding: 20px;
    background-color: #efb549;
    color: #000; }
    .mini-banner.blog .text {
      font-size: 1.2em;
      line-height: 1.2; }

.news-results .viewMore {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #38a0d1; }
  .news-results .viewMore:after {
    content: "\e606";
    margin-left: 20px;
    color: #1A1A1A; }

.news-search .search-box {
  position: relative;
  height: 50px;
  margin-bottom: 10px; }

.news-search .keyword-search {
  width: 100%;
  z-index: -1; }

.news-search .icon-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.news-search select,
.news-search .keyword-search {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  background-color: #ebebeb;
  border-color: #ebebeb; }

.news-search .select-dropdown {
  display: inline;
  width: 100%; }

.news-search select {
  padding: 0 38px 0 10px;
  padding-right: 0\9; }

.news-search.client-achievement {
  margin-bottom: 20px; }
  .news-search.client-achievement .accordion-component {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
  .news-search.client-achievement .client-achievement-results-filters {
    padding-top: 10px; }
  .news-search.client-achievement .client-achievement-select {
    width: 32.6666%;
    margin-right: 1%;
    display: inline-block; }
    @media (max-width: 768px) {
      .news-search.client-achievement .client-achievement-select {
        width: 100%;
        margin-bottom: 0; } }
    .news-search.client-achievement .client-achievement-select:last-child {
      margin-right: 0; }
    @media all and (max-width: 600px) {
      .news-search.client-achievement .client-achievement-select {
        width: 100%;
        margin-bottom: 0px; } }

.news-search .select-dropdown-label:after {
  top: 13px;
  right: 15px; }

.news-search .accordion-title {
  clear: left; }

.industries-featured-industry {
  width: 30.3333%;
  float: left;
  margin-right: 3%;
  height: 300px; }
  @media all and (max-width: 850px) {
    .industries-featured-industry {
      width: 47%; } }
  @media all and (max-width: 600px) {
    .industries-featured-industry {
      width: 100%;
      max-width: 300px;
      display: inline-block;
      float: none;
      height: 250px; } }
  .industries-featured-industry img {
    width: 100%;
    border: 1px solid #fff; }
  .industries-featured-industry .industry-name {
    color: #EEB553;
    font-size: 1.3em;
    line-height: 1;
    text-transform: uppercase; }
    .industries-featured-industry .industry-name:hover {
      color: #38a0d1; }

.people-results-filters .active-filters > span {
  background-color: #ebebeb;
  color: #3F3F3F;
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
  height: 25px; }
  .people-results-filters .active-filters > span span {
    top: -6px;
    position: relative; }

.people-results-filters .active-filters button {
  background-color: transparent;
  border: none;
  color: #38a0d1;
  top: -2px; }

.people-results-filters .select-dropdown {
  width: 100%; }
  .people-results-filters .select-dropdown .select-container {
    width: 35%;
    position: relative; }
    @media (max-width: 850px) {
      .people-results-filters .select-dropdown .select-container {
        width: 60%; } }
  .people-results-filters .select-dropdown select {
    width: 100%; }
  .people-results-filters .select-dropdown .view-all {
    float: right;
    display: inline-block; }
    .people-results-filters .select-dropdown .view-all span {
      text-decoration: underline;
      cursor: pointer; }

.people-results-filters select {
  height: 40px;
  margin: 10px 0;
  background-color: #ebebeb;
  font-weight: bold;
  padding: 0 10px; }

.person-result {
  position: relative;
  background-color: rgba(15, 89, 140, 0.6);
  overflow: hidden;
  padding: 20px;
  min-height: 171px; }
  .person-result .image {
    width: 30%;
    display: inline-block;
    float: left; }
  .person-result .person-image {
    background-color: white;
    padding: 0; }
  .person-result .person-image, .person-result .no-photo {
    width: 70%; }
  .person-result .no-photo {
    padding-top: 20px;
    text-align: center; }
  .person-result .person-info {
    float: left;
    width: 45%;
    font-weight: 300; }
    .person-result .person-info .name {
      font-size: 1.3em;
      color: #fff; }
    .person-result .person-info .role {
      color: #C8E4F1; }
    .person-result .person-info .office a {
      color: #efb549;
      padding-right: 5px;
      margin-right: 5px;
      border-right: 1px solid white; }
  .person-result .contact-icons {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    font-size: 2.7em; }
    .person-result .contact-icons a {
      color: white; }
  .person-result + .viewMore {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #EEB553;
    padding: 15px 0;
    background-color: rgba(15, 89, 140, 0.6); }
    .person-result + .viewMore:after {
      content: "\e606";
      margin-left: 20px;
      color: #C8E4F1; }
  .person-result .bottom-border {
    height: 1px;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    background-color: #fff; }
  .person-result:last-child .bottom-border {
    display: none; }

.location-card {
  border: 1px solid white;
  height: 220px;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 20px;
  padding: 20px;
  float: left;
  background-size: cover; }
  .location-card:nth-child(4n) {
    margin-right: 0; }
  .location-card .city-name {
    text-transform: uppercase;
    color: #efb549;
    font-size: 1.2em; }
  .location-card > div {
    line-height: 1;
    margin-bottom: 10px; }
  .location-card a:hover {
    color: #efb549; }
  @media screen and (max-width: 719px) {
    .location-card {
      width: 48%;
      height: 240px; } }

.article-result {
  position: relative;
  padding-bottom: 10px;
  min-height: 127px; }
  .article-result .result-img {
    float: left;
    width: 30%;
    line-height: 0;
    overflow: hidden; }
    .article-result .result-img img {
      width: 100%; }
    .article-result .result-img div {
      width: 100%;
      clear: both;
      height: 10px; }
    @media all and (max-width: 1100px) {
      .article-result .result-img {
        transform: none;
        top: auto;
        position: relative; } }
    @media all and (max-width: 600px) {
      .article-result .result-img {
        width: 50%;
        float: none;
        margin: 0 auto; } }
  .article-result .date {
    color: #652313;
    font-size: 16px;
    font-weight: 400; }
  .article-result .title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 5px; }
  .article-result .content {
    line-height: 1.3; }
  .article-result .result-detail {
    float: left;
    display: inline-block;
    top: 47%;
    position: absolute;
    transform: translateY(-50%);
    width: 70%;
    padding: 10px 10px 10px 20px;
    min-height: 115px; }
    @media all and (max-width: 1100px) {
      .article-result .result-detail {
        transform: none;
        top: auto;
        position: relative; } }
    @media all and (max-width: 600px) {
      .article-result .result-detail {
        width: 100%;
        float: none;
        margin: 0 auto;
        display: block; } }
  .article-result + .viewMore {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #38a0d1; }
    .article-result + .viewMore:after {
      content: "\e606";
      margin-left: 20px;
      color: #1A1A1A; }
  .article-result:nth-child(2n+1) .result-detail {
    background-color: #ebebeb; }

.site-search-controls {
  margin-bottom: 20px; }
  .site-search-controls .filter-button {
    background-color: #bfbfbf;
    padding: 15px;
    margin-bottom: 10px; }
  .site-search-controls .search-box {
    position: relative;
    max-width: 600px;
    margin-bottom: 10px; }
  .site-search-controls .search-input {
    height: 50px; }
  .site-search-controls .search-button {
    background-color: #C8E4F1;
    top: 0;
    right: 0;
    padding: 15px; }
  .site-search-controls .search-filters {
    padding: 10px 0; }
  .site-search-controls input[type=radio] {
    display: none; }
  .site-search-controls input[type=radio]:checked + .filter-button {
    background-color: #C8E4F1;
    color: #000; }

.landing-page {
  position: relative;
  color: white;
  margin-top: 50px;
  min-height: calc(100% - 220px); }
  .landing-page .lead {
    font-weight: 300; }
  .landing-page .sub-heading {
    color: #EEB553;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .landing-page .landing-content {
    margin-bottom: 10px; }
  .landing-page .left-side {
    padding-right: 60px; }
  .landing-page .right-side {
    padding-left: 60px; }
  @media all and (max-width: 850px) {
    .landing-page .left-side,
    .landing-page .right-side {
      padding: 0;
      width: 100%; } }

.people-highlight {
  margin-bottom: 20px;
  line-height: 1.4; }
  .people-highlight h2 {
    text-transform: uppercase;
    color: #1d4f85;
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 5px; }
  .people-highlight img {
    border: 1px solid #ababab;
    display: block;
    margin-bottom: 5px; }
  .people-highlight .name {
    font-size: 14px;
    font-weight: 300; }
  .people-highlight .role {
    font-size: 12px; }

.site-map h1 {
  color: black; }

.site-map ul {
  padding: 0; }
  .site-map ul li {
    list-style-type: none;
    font-size: 1.3em; }
    .site-map ul li .accordion-title {
      font-size: 1em; }
    .site-map ul li.accordion-component .toggle-state > span {
      color: #38a0d1 !important; }
    .site-map ul li.main-section {
      margin-top: 20px;
      font-size: 1.5em; }
    .site-map ul li ul {
      padding-left: 20px;
      font-size: 12px; }

form .form-input {
  width: 50%;
  float: left;
  margin-bottom: 10px; }
  form .form-input input[type=text], form .form-input input[type=email], form .form-input textarea {
    background-color: #ebebeb;
    border: #aeaeae;
    width: 94%; }
  form .form-input select {
    background-color: #ebebeb;
    border: #aeaeae;
    width: 94%;
    padding: 15px 15px 13px;
    font-weight: 500; }
  form .form-input .warning-label {
    color: #652313; }
  form .form-input.large {
    width: 100%; }
    form .form-input.large textarea {
      width: 97%; }

form .checkbox-container input[type=checkbox] {
  float: left;
  margin: 6px 10px 0 0;
  width: 20px;
  display: inline-block; }

form input[type=submit] {
  padding: 12px 20px;
  background: #C8E4F1;
  font-weight: bold;
  display: inline-block;
  width: auto; }

.success-message {
  display: none; }

.autocomplete-suggestions {
  color: #1A1A1A;
  background-color: #fff;
  border-color: #aeaeae;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.4);
  display: hidden;
  overflow: auto;
  position: absolute;
  text-rendering: optimizeLegibility;
  width: 100%;
  left: 0;
  right: 0;
  top: 0; }

.autocomplete-suggestion {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0.25em 0.375em; }
  .autocomplete-suggestion > strong {
    color: #38a0d1;
    font-weight: 600; }

.autocomplete-selected {
  background-color: #bfbfbf; }

.autocomplete-hint {
  color: tint(#1A1A1A, 40%);
  font-weight: 600;
  opacity: 0.7;
  padding: 0.25em 0.375em; }

.news-detail-sidebar h2 {
  text-transform: uppercase;
  color: #1d4f85;
  font-size: 1.2em; }

.news-detail-sidebar .sidebar-section {
  margin-bottom: 20px; }

.news-detail-sidebar .people-highlight {
  margin-bottom: 20px;
  line-height: 1.4; }
  .news-detail-sidebar .people-highlight img {
    border: 1px solid #ababab; }
  .news-detail-sidebar .people-highlight .name {
    font-size: 1.1em; }
  .news-detail-sidebar .people-highlight .role {
    font-size: 1.05em; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  body {
    width: 80%;
    font-size: 20px;
    margin: 0;
    padding: 0; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  .site-main img {
    width: auto !important; }
  .global-wrapper {
    padding-top: 20px; }
  .global-header {
    position: relative; }
    .global-header .print-logo {
      display: block; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  header .wrapper,
  .mobile-nav-wrapper,
  footer,
  .pdf-link,
  .view-all-trigger,
  .section--related .rel-articles,
  .more-btn-wrapper,
  .download,
  .subscribe-list,
  .load-more,
  .btn,
  .read-more:after, .pdf-link:after, .exp-listing__link:after, .box li a:after, .box__abstract p a:after {
    display: none !important; }
  body {
    margin: 0; }
  span.label {
    border: none; }
  .print-logo {
    display: block;
    width: 250px; }
  .site-banner {
    padding-left: 0; }
    .site-banner .page-title {
      padding: 0; }
  .site-logo {
    display: none; }
  .pl20 .site-logo {
    margin-left: 0; }
  .pdf-only {
    display: block; }
  .social-links, .toggle-state {
    display: none; }
  .content-wrap-left, .content-wrap-right {
    width: 100%;
    padding-top: 0 !important; }
  .site-main-content {
    margin: 0 !important; }
  .accordion-component .accordion-content {
    display: block !important; }
  .industry .grid-content-med-half {
    width: 90%; }
  .industry .practice-highlight-item {
    width: 30%;
    margin-right: 1%;
    height: 120px; }
    .industry .practice-highlight-item:nth-child(2n) {
      margin-right: 1%; }
    .industry .practice-highlight-item .card-front {
      display: none; }
    .industry .practice-highlight-item .card-content a {
      display: none; }
    .industry .practice-highlight-item:last-child {
      margin-bottom: 20px; }
    .industry .practice-highlight-item .background-cover {
      display: inline-block !important; }
  .industry li .name {
    font-size: 22px;
    width: 100%;
    display: inline-block; }
  .industry li .role {
    position: relative;
    top: -8px; }
  [data-flip-card] {
    float: left;
    display: inline-block;
    width: 300px; }
    [data-flip-card] .card .card-front img {
      display: none !important; }
    [data-flip-card] .card .card-back {
      position: relative;
      transform: rotatey(0deg); }
      [data-flip-card] .card .card-back .connect, [data-flip-card] .card .card-back .bio-link {
        display: none; }
    [data-flip-card] .card .background-cover {
      display: none; }
    [data-flip-card] .name {
      display: inline-block; }
  .professional-card .card .card-back {
    width: 260px; }
  .grid-content-large-75, .grid-content-large {
    width: 95%; }
  .grid-content-large-75.fr.pl20 {
    float: left !important;
    padding-left: 0; }
  .people-detail .bio-card {
    float: left;
    width: 75%; }
  .people-detail .content-wrap-left {
    padding: 40px; }
  .people-detail .card-content .card-front {
    display: none; }
  .people-detail .list-office-item a, .people-detail .list-office-item .list-office-phone, .people-detail .list-office-item .list-office-fax {
    display: block; }
  .people-detail .practice-highlight-item {
    width: 200px;
    margin-right: 20px;
    display: inline-block; }
    .people-detail .practice-highlight-item h3 {
      font-size: 1em;
      font-weight: 500; }
    .people-detail .practice-highlight-item:last-child {
      margin-bottom: 30px; }
    .people-detail .practice-highlight-item .card-back a {
      display: none; }
  p {
    max-width: 100%; }
  .bio-card .media-content {
    width: 70%; }
  .bio-card .content-block-title {
    color: #38a0d1;
    background-color: #aeaeae; }
  .bio-card .media-img {
    display: inline-block; } }

.modal {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 25%;
  top: 25%;
  width: 50%;
  height: auto;
  text-align: center;
  background-color: rgba(26, 26, 26, 0.9); }
  .modal .modal-content {
    color: white;
    padding: 0 60px 20px 60px;
    text-align: left; }
    .modal .modal-content .header-text {
      margin-top: 20px;
      margin-bottom: 10px; }
    .modal .modal-content .fields {
      margin: 0 0 20px 0; }
    .modal .modal-content .modal-col {
      width: 100%; }
      @media screen and (min-width: 850px) {
        .modal .modal-content .modal-col {
          width: 48% !important; } }
    .modal .modal-content .modal-col-left {
      float: left; }
    .modal .modal-content .modal-col-right {
      float: right; }
    .modal .modal-content .field-row {
      clear: both; }
    .modal .modal-content .clear {
      clear: both; }
    .modal .modal-content input {
      margin: 10px 0 10px 0; }

.validation-failed::-webkit-input-placeholder {
  color: red; }

.alpha-list-filter {
  overflow: hidden;
  margin-bottom: 20px; }
  @media all and (max-width: 600px) {
    .alpha-list-filter {
      width: auto; } }

.alpha-list-link {
  font-weight: 300;
  display: block;
  float: left;
  width: 7.69231%;
  margin-top: 15px; }

.alpha-list-link {
  color: #EEB553; }
  .alpha-list-link:hover {
    color: #38a0d1; }
  .alpha-list-link.active {
    color: #38a0d1; }
  .alpha-list-link.is-disabled {
    color: #AEAEAE; }
    .alpha-list-link.is-disabled:hover {
      color: #AEAEAE; }

.bio-card {
  position: relative;
  position: relative; }
  .bio-card h1 {
    margin-top: 0; }
  .bio-card h1, .bio-card .h3-size, .bio-card .lead, .bio-card .fancy-item-article-title, .bio-card
  .fancy-item-article h2,
  .fancy-item-article .bio-card h2 {
    margin: 5px 0; }
  .bio-card .social-links {
    margin: 10px 0; }
    .bio-card .social-links a {
      color: #1A1A1A; }
      .bio-card .social-links a:hover {
        color: #38a0d1; }
      .bio-card .social-links a:first-child {
        margin-left: 0; }
    .bio-card .social-links .icon-google-plus {
      font-size: 18px; }
  .bio-card .media-img {
    display: none; }
    @media screen and (max-width: 949px) {
      .bio-card .media-img {
        display: block;
        overflow: hidden; }
        .bio-card .media-img > img {
          width: 100%;
          max-width: none;
          position: relative; } }
    .bio-card .media-img .no-photo {
      background-color: #ebebeb;
      color: #fff;
      height: 100%;
      max-width: none;
      position: relative;
      font-size: 1em;
      padding-left: 25%;
      padding-top: 20%;
      padding-bottom: 20%; }
    @media screen and (max-width: 599px) {
      .bio-card .media-img {
        width: 28%; } }
    @media screen and (max-width: 479px) {
      .bio-card .media-img {
        width: 32%; } }
  @media screen and (max-width: 949px) {
    .bio-card .media-content {
      width: 75%;
      padding-left: 20px; } }
  @media screen and (max-width: 599px) {
    .bio-card .media-content {
      width: 70%; } }
  @media screen and (max-width: 479px) {
    .bio-card .media-content {
      width: 65%; } }

.bio-card-title {
  line-height: 1;
  margin-top: 10px; }

.bio-card-snapshot {
  position: relative; }
  @media screen and (max-width: 949px) {
    .bio-card-snapshot {
      display: none; } }
  .bio-card-snapshot > img {
    position: fixed;
    top: 140px;
    z-index: 1;
    width: 35%;
    left: 0; }
    @media screen and (min-width: 1300px) {
      .bio-card-snapshot > img {
        width: 28%; } }
  .bio-card-snapshot .no-photo {
    background-color: #ebebeb;
    color: #fff;
    width: 28%;
    height: 100%;
    display: block;
    position: fixed;
    top: 140px;
    left: 0;
    font-size: 4em;
    padding-left: 5%;
    padding-top: 10%; }

.article-highlight-item {
  margin-bottom: 10px; }
  .article-highlight-item .article-title {
    line-height: 1.2;
    font-size: 14.8px; }

.home {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .home::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 749px) {
    .home {
      -ms-overflow-style: initial; }
      .home::-webkit-scrollbar {
        all: unset; } }
  .home .site-header,
  .home .site-footer {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10; }
  .home .site-footer {
    bottom: 0; }
    @media screen and (max-width: 749px) {
      .home .site-footer {
        position: static;
        left: auto;
        right: auto;
        bottom: auto; } }
  @media screen and (max-width: 749px) {
    .home .site-header {
      position: static;
      left: auto;
      right: auto;
      bottom: auto; } }
  .home .site-wrapper {
    height: 500%; }
    @media screen and (max-width: 749px) {
      .home .site-wrapper {
        height: auto; } }
  .home .fancy-slide-img {
    background-size: cover;
    width: 100%; }
  .home .home-layout1 .grid-col-50 img {
    width: 58%; }
  .home .home-layout1 .fancy-item-article .lead {
    margin-bottom: 4px; }
  .home .home-layout1 .fancy-item-article p {
    margin-bottom: 4px; }
  .home .home-layout2 .fancy-item-article .lead {
    margin-bottom: 4px; }
  .home .home-layout2 .fancy-item-article p {
    margin-bottom: 40px; }
  .home .home-layout2 .home-small-image-links a {
    display: inline-block; }
  .home .home-layout2 .home-small-image-links img {
    width: 73px;
    height: 73px;
    border: 1px solid white;
    margin: 0 15px 15px 0; }
  .home .home-layout3 .lead {
    margin-bottom: 4px; }
  .home .home-layout3 .link-label {
    color: #b2e1ff;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block; }
  .home .home-layout3 ul {
    margin: 0;
    padding: 0; }
    .home .home-layout3 ul li {
      list-style-type: none;
      border-bottom: 1px solid #454545; }
      .home .home-layout3 ul li a {
        font-size: 18px;
        color: #00a0dc; }
      .home .home-layout3 ul li:last-child {
        border-bottom: 0;
        margin-bottom: 8px; }

.people-detail.careers-detail .media-content {
  padding-left: 30%; }
  @media all and (max-width: 850px) {
    .people-detail.careers-detail .media-content {
      padding-left: 0; } }

.people-detail .highlights {
  float: left;
  width: 23%; }
  @media all and (max-width: 850px) {
    .people-detail .highlights {
      float: none;
      width: 100%; } }

.people-detail .content-wrapper {
  float: right;
  width: 70%; }
  @media screen and (max-width: 949px) {
    .people-detail .content-wrapper {
      float: none; } }
  @media screen and (max-width: 719px) {
    .people-detail .content-wrapper {
      padding-top: 20px; } }

.people-detail .grid-content-main {
  width: 60%; }

.people-detail .content-wrap-left {
  padding-left: 33%;
  padding-right: 75px; }
  @media screen and (min-width: 1300px) {
    .people-detail .content-wrap-left {
      padding-left: 20%; } }
  @media screen and (max-width: 949px) {
    .people-detail .content-wrap-left {
      padding-left: 40px; } }
  @media screen and (max-width: 719px) {
    .people-detail .content-wrap-left {
      padding-left: 20px; } }
  @media screen and (max-width: 599px) {
    .people-detail .content-wrap-left {
      padding: 0 5%; } }

.people-detail .practice-highlight-item {
  width: 70%; }
  @media all and (max-width: 850px) {
    .people-detail .practice-highlight-item {
      width: 100%; } }

.people-landing .grid-content-small {
  width: 29.5%; }

.people-landing .search-labels {
  clear: both;
  display: block; }

.people-landing .highlight-item .rich-text {
  background-color: rgba(0, 0, 0, 0.7); }

@media (max-width: 650px) {
  .people-landing .grid-content-small {
    display: none; } }

.industries-landing {
  color: white;
  padding: 3.5em 0; }
  .industries-landing .subheading {
    color: #aeaeae;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1.7em;
    padding-bottom: 10px; }
  .industries-landing .all-industries {
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden; }
    .industries-landing .all-industries .subheading {
      display: inline-block; }
  .industries-landing .featured-industries {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 599px) {
      .industries-landing .featured-industries {
        margin-bottom: 20px; } }
  @media all and (max-width: 850px) {
    .industries-landing .industry-list {
      width: 100%;
      float: none;
      margin-right: 0;
      background-color: transparent; } }

.industry .content-wrapper.nopadding {
  padding: 0;
  width: 100%; }

.industry header .h3-size, .industry header .lead, .industry header .fancy-item-article-title, .industry header
.fancy-item-article h2,
.fancy-item-article .industry header h2 {
  margin: 0; }

@media all and (max-width: 850px) {
  .industry header.grid-content-right {
    width: 66%; } }

.industry .grid-content-main {
  float: left;
  width: 75%;
  border-right: 1px solid #ababab; }
  @media all and (max-width: 850px) {
    .industry .grid-content-main {
      width: 70%; } }
  @media all and (max-width: 600px) {
    .industry .grid-content-main {
      margin-top: 20px;
      width: 100%;
      border-right: none; } }

.industry .accordion-wrapper {
  overflow: hidden;
  margin: 40px 0; }
  .industry .accordion-wrapper .grid-content-main {
    float: right; }

.industry .calls-to-action {
  overflow: hidden;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px; }

.industry .cta {
  background-color: #31A1D2;
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.4;
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-top: 1%;
  padding: 5px 10px 5px 10px; }
  .industry .cta:nth-child(odd) {
    clear: left; }
  .industry .cta .action-text {
    color: black; }
  .industry .cta .resource-title {
    color: white; }
  .industry .cta span {
    text-transform: uppercase;
    display: block; }

.industry .related-news {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px; }

.industry .related-news-title {
  margin-bottom: 10px;
  color: #EEB553;
  font-size: 1.5em; }

.industry .related-news-link {
  color: #38a0d1; }

.industry .related-news-date {
  color: white;
  margin-bottom: 10px; }

.industry .service-subpage {
  font-size: 1.3em; }
  .industry .service-subpage i {
    color: #1A1A1A;
    font-size: .9em;
    position: relative;
    bottom: 2px;
    font-weight: bold;
    margin-left: 5px; }

.industry .accordion-wrapper {
  float: right;
  width: 75%;
  overflow: hidden; }

.industry .js-tab-slides-wrapper {
  background-color: rgba(255, 255, 255, 0.7); }

.industry .content-wrapper {
  overflow: hidden; }

.industry .professional-card .card-front a {
  color: #38a0d1; }

@media print {
  .industry .content-block + .content-block {
    padding-top: 0; } }

.news {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  margin-top: 3.5em;
  min-height: calc(80% - 10px); }
  @media screen and (max-width: 599px) {
    .news .site-hero-title {
      font-size: 3.5em; } }
  .news .news-top, .news .news-landing-top {
    width: 65%;
    float: left;
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.7); }
    .news .news-top .article, .news .news-landing-top .article {
      width: 100%;
      margin-bottom: 0px; }
    @media all and (max-width: 1024px) {
      .news .news-top, .news .news-landing-top {
        width: 100%; } }
    @media all and (max-width: 600px) {
      .news .news-top, .news .news-landing-top {
        margin-bottom: 20px; } }
  .news .news-landing-top {
    margin-bottom: 0; }
  .news .featuredArticles > div > .article {
    width: 65%;
    margin-bottom: 50px;
    min-height: 570px; }
    @media all and (max-width: 1024px) {
      .news .featuredArticles > div > .article {
        width: 100%; } }
    @media all and (max-width: 600px) {
      .news .featuredArticles > div > .article {
        margin-bottom: 20px; } }
  .news .news-,
  .news .news-sidebar {
    float: right;
    width: 30%; }
    @media all and (max-width: 600px) {
      .news .news-,
      .news .news-sidebar {
        width: 100%; } }
    .news .news- .mini-banner,
    .news .news-sidebar .mini-banner {
      max-width: 300px; }
  .news .sub-menu {
    padding: 15px 0;
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    -webkit-text-justify: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .news .sub-menu-item {
    color: gray;
    text-transform: uppercase;
    position: relative;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap; }
    .news .sub-menu-item:hover {
      color: #38a0d1; }
    .news .sub-menu-item.active {
      color: #0f598c; }
    @media all and (max-width: 600px) {
      .news .sub-menu-item {
        width: 49%;
        margin-bottom: 12px; } }
  .news .sub-menu-filler {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0; }
  .news .news-search .accordion-title {
    color: #efb549; }
  .news .featured-resource .article-container .category {
    display: none; }
  .news .featured-resource .article-container a.title {
    font-size: 32px;
    color: #00a0dc;
    font-weight: 400; }
  .news .featured-resource .article-container .date {
    font-size: 18px; }
  .news .section-header {
    clear: left; }
  .news .news-results-filters {
    margin: 0 0 15px 0; }
  .news .achievement-results {
    width: 65.33333%;
    margin-right: 1%;
    float: left;
    margin-bottom: 50px;
    min-height: 80px; }
  @media (max-width: 1024px) {
    .news .resources {
      height: 0;
      width: 0;
      visibility: hidden; }
    .news .achievement-results {
      width: 100%; } }

.news-detail .article-hero img {
  width: 100%;
  margin-bottom: 20px;
  display: block; }

.news-detail .article-title {
  font-size: 1.5em;
  font-weight: 300;
  color: #0f598c; }

.news-detail .article-when,
.news-detail .article-where {
  padding-bottom: 15px; }

.news-detail .section-header {
  text-transform: uppercase;
  color: #652313; }

.news-detail .article-authors {
  font-weight: 300;
  padding-bottom: 15px; }

.news-detail .article-summary {
  text-transform: uppercase;
  color: #efb549; }

.news-detail .site-hero-title {
  margin-top: 20px; }

.news-detail .main-content {
  padding-right: 30px;
  border-right: 1px solid black; }

.news-detail .secondary-content {
  padding-left: 30px; }

@media all and (max-width: 850px) {
  .news-detail .main-content,
  .news-detail .secondary-content {
    padding: 0;
    width: 100%;
    border-right: none; } }

.news-detail .download-link {
  font-size: 2em;
  font-weight: 100; }

.news-detail .primary-related {
  float: left; }

.news-detail .grid-content-sidebar {
  float: right; }

.news-detail .related-item {
  margin-bottom: 10px; }

.news-detail .featured-practices {
  margin: 20px auto; }

.news-detail .practice-highlight-item {
  width: 100%;
  float: none; }

.news-detail .three-articles {
  width: 100%; }
  .news-detail .three-articles .article {
    width: 32.33333%;
    margin-right: 1%; }
    @media all and (max-width: 1024px) {
      .news-detail .three-articles .article {
        width: 45%;
        margin-bottom: 20px;
        height: auto; } }
    @media all and (max-width: 720px) {
      .news-detail .three-articles .article {
        width: 100%; } }

@media print {
  .news-detail {
    width: 80%;
    font-size: 20px; } }

.careers-detail .sub-title {
  margin-bottom: 20px;
  color: #652313; }

.careers-detail .content-wrap-right h2 {
  color: #0f598c;
  font-size: 2.05em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 6px; }

.careers-detail .content-wrap-right .drop-down {
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
  background-color: #ebebeb;
  font-weight: bold;
  padding: 0 10px; }

.careers-detail .content-wrap-right .search {
  padding: 12px 20px;
  background: #C8E4F1;
  font-weight: bold; }

.careers-detail .content-wrap-right .grid-content-med-half, .careers-detail .content-wrap-right .grid-content-small-quarter {
  background-color: rgba(255, 255, 255, 0.7); }

.careers-detail + .careers-background {
  position: relative; }
  @media screen and (max-width: 949px) {
    .careers-detail + .careers-background {
      display: none; } }
  .careers-detail + .careers-background > img {
    position: fixed;
    top: 180px;
    z-index: 1;
    width: 30%;
    right: 0; }
    @media all and (max-width: 1300px) {
      .careers-detail + .careers-background > img {
        right: -5%; } }
    @media all and (max-width: 1100px) {
      .careers-detail + .careers-background > img {
        right: -10%; } }

.location-detail .location-content-wrapper {
  float: right; }
  @media all and (max-width: 850px) {
    .location-detail .location-content-wrapper {
      float: none; } }

.location-detail .grid-content-sidebar {
  padding-left: 20px; }
  @media all and (max-width: 850px) {
    .location-detail .grid-content-sidebar {
      padding-left: 0; } }

.location-detail .fancy-items-highlights {
  padding-top: 0; }

.location-detail .office-image {
  width: 100%; }

.location-detail .office-information {
  overflow: hidden;
  font-size: 14px; }
  .location-detail .office-information .phone:before {
    content: 'T';
    margin-right: 5px;
    font-weight: bold; }
  .location-detail .office-information .fax:before {
    content: 'F';
    margin-right: 5px;
    font-weight: bold; }
  .location-detail .office-information + a {
    margin-top: 20px;
    display: inline-block; }

@media all and (max-width: 850px) {
  .location-detail .grid-col-50 {
    float: none;
    width: 100%; } }

.location-detail .office-map {
  margin-top: 25px;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  position: relative; }
  .location-detail .office-map > img {
    width: 100%; }
  .location-detail .office-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.location-detail .office-contacts {
  margin-top: 25px; }
  .location-detail .office-contacts .office-contact {
    display: inline-block;
    float: left;
    margin-right: 20px; }
    .location-detail .office-contacts .office-contact:last-child {
      float: none; }
      .location-detail .office-contacts .office-contact:last-child :after {
        clear: both; }

.location-detail .all-people-link {
  margin-top: 20px;
  font-weight: 300;
  font-size: 1.2em; }
  @media (max-width: 650px) {
    .location-detail .all-people-link {
      margin-bottom: 20px; } }

.about-diversity .top-content {
  overflow: hidden; }

.about-diversity .landing-link {
  border-bottom: 1px black solid;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.1; }

.about-diversity .professional-cards-2x2 {
  margin-top: 20px; }

.search .landing-link {
  border-bottom: 1px black solid;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.1; }

.search .search-results {
  line-height: 1;
  font-family: 'Roboto', Arial, sans-serif; }
  .search .search-results .gs-webResult.gs-result a.gs-title:visited, .search .search-results .gs-webResult.gs-result a.gs-title:visited b, .search .search-results .gs-imageResult a.gs-title:visited, .search .search-results .gs-imageResult a.gs-title:visited b {
    color: #38a0d1;
    font-family: 'Roboto', Arial, sans-serif; }
  .search .search-results .gs-result .gs-title, .search .search-results .gs-result .gs-title *, .search .search-results .gs-webResult.gs-result a.gs-title:link, .search .search-results .gs-webResult.gs-result a.gs-title:link b, .search .search-results .gs-imageResult a.gs-title:link, .search .search-results .gs-imageResult a.gs-title:link b {
    color: #38a0d1;
    font-family: 'Roboto', Arial, sans-serif; }
  .search .search-results .gsc-table-result, .search .search-results .gsc-thumbnail-inside, .search .search-results .gsc-url-top {
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif; }
  .search .search-results .gsc-thumbnail-inside {
    line-height: 1.5; }
  .search .search-results .gsc-orderby, .search .search-results .gcsc-branding-text, .search .search-results .gsc-above-wrapper-area, .search .search-results .gcsc-branding-img-noclear {
    display: none; }
  .search .search-results .cse .gsc-control-cse, .search .search-results .gsc-control-cse {
    padding: 0; }
  .search .search-results .gsc-cursor-box.gs-bidi-start-align {
    margin: 0; }
    .search .search-results .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
      color: #38a0d1;
      font-family: 'Roboto', Arial, sans-serif;
      font-size: 120%; }

.email-disclaimer {
  padding: 40px; }
  .email-disclaimer button {
    padding: 12px 20px;
    background: #C8E4F1;
    font-weight: bold;
    border: 0; }

.resource-landing-page .calls-to-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.resource-landing-page .cta {
  background-color: #31A1D2;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.4;
  width: 40%;
  padding: 15px 10px 15px 10px;
  margin-top: 5px; }
  @media screen and (max-width: 599px) {
    .resource-landing-page .cta {
      width: 100%;
      font-size: 1.2em; } }
  .resource-landing-page .cta .action-text {
    color: black; }
  .resource-landing-page .cta .resource-title {
    color: white; }
  .resource-landing-page .cta span {
    text-transform: uppercase;
    display: block; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  body {
    width: 80%;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background-size: 0; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  .site-main img {
    width: auto !important; }
  p,
  h1,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  .global-wrapper {
    padding-top: 20px; }
  .global-header {
    position: relative; }
    .global-header .print-logo {
      display: block; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  header .site-nav,
  header button,
  .news-search,
  .viewMore,
  .people-search,
  .people-landing .grid-content-small,
  .industry .grid-content-small-quarter,
  .news-detail .grid-content-small-quarter,
  .select-dropdown,
  .person-secondary-menu,
  .social-links,
  .mobile-nav-wrapper,
  footer,
  .tabs-mod,
  .section--tabs,
  .btn-accordion,
  .nav-regions,
  .pdf-link,
  .section-nav .prof-overview .contact-list,
  .readmore-link,
  .language-pdf,
  .loading-image,
  .insight .mod.mod-accordion.js-mod-accordion.pros,
  .insight .rel-articles,
  .view-all-trigger,
  .section--related .rel-articles,
  .more-btn-wrapper,
  .download,
  .subscribe-list,
  .load-more,
  .btn,
  .tile-grid-freeflow,
  .nav-content-grid-widgets,
  .content-grid-widgets,
  .content-grid-main .article-details,
  .image-carousel,
  .video-carousel,
  .bio-card-snapshot,
  .card-back,
  .mini-banner,
  .grid-output,
  .accordion-hide-content h1 .fa-angle-up, .accordion-hide-content h1 .fa-angle-down,
  .read-more:after, .pdf-link:after, .exp-listing__link:after, .box li a:after, .box__abstract p a:after {
    display: none !important; }
  .content-block + .content-block {
    padding-top: 20px; }
  .show-more-hide {
    display: inline-block !important; }
  span.label {
    border: none; }
  .printlogo {
    display: block;
    width: 250px; }
  .site-banner {
    padding-left: 0; }
    .site-banner .page-title {
      padding: 0; }
  .tab-slides-item {
    display: inline-block !important;
    position: relative !important;
    top: 0 !important; }
  .people-detail .content-wrap-left {
    padding-left: 0; }
  .card-front {
    border: none !important; }
  .practice-highlight-item {
    display: none !important; }
  .article-highlight-item:last-child {
    margin-bottom: 20px !important; }
  .industry .grid-content-large-75.fr {
    float: left; }
  .industry .grid-content-med-half {
    width: 100%;
    padding-right: 40px; }
  .news-detail {
    padding-left: 20px;
    padding-right: 30px; }
    .news-detail .article {
      width: 28% !important; }
    .news-detail .content-wrap-full {
      width: 100% !important; }
    .news-detail .grid-content-small {
      width: 95%;
      padding-left: 0px !important; }
      .news-detail .grid-content-small.fr {
        float: left !important; }
    .news-detail.client-achievement-detail .grid-content-small {
      width: 95%;
      padding-left: 0px !important; }
      .news-detail.client-achievement-detail .grid-content-small.fr {
        float: left !important; }
  .careers-detail .grid-content-small-quarter.fl, .about-diversity .grid-content-small-quarter.fl {
    display: none !important; }
  .careers-detail .grid-content-small.fl, .about-diversity .grid-content-small.fl {
    display: none !important; }
  .careers-detail .grid-content-large-75.fr, .careers-detail .grid-content-large.fr, .about-diversity .grid-content-large-75.fr, .about-diversity .grid-content-large.fr {
    float: left; }
  .careers-detail .grid-content-small-quarter, .about-diversity .grid-content-small-quarter {
    display: none !important; }
  .careers-detail .grid-content-med-half, .about-diversity .grid-content-med-half {
    width: 100%; }
  .careers-detail .brg, .about-diversity .brg {
    border: none; }
  .careers-detail .article, .about-diversity .article {
    width: 28% !important; }
  .location-detail .grid-content-small.fr {
    display: none !important; } }
