@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  margin: 0; }

h4 {
  margin: 0; }

h5 {
  margin: 0; }

h6 {
  margin: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* www.myfonts.com - @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "googlefonts";
  src: url("fonts/fontawesome.eot");
  src: url("fonts/fontawesome.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-r.woff") format("woff"), url("fonts/fontawesome-c.woff2") format("woff2"), url("fonts/fontawesome-t.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "googlefonts";
  src: url("fonts/fontawesome-w.eot");
  src: url("fonts/fontawesome-w.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-web.woff") format("woff"), url("fonts/fontawesome-web.woff2") format("woff2"), url("fonts/fontawesome-web.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "googlefonts";
  src: url("fonts/fontawesome-web.eot");
  src: url("fonts/fontawesome-web.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-t-web.woff") format("woff"), url("fonts/fontawesome-t-web.woff2") format("woff2"), url("fonts/fontawesome-t-web.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "googledrive";
  src: url("fonts/fontawesome-tw.eot");
  src: url("fonts/fontawesome-tw.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-tw.woff") format("woff"), url("fonts/fontawesome-tw.ttf") format("truetype"), url("fonts/fontawesome-tw.svg#headers") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-size-body-copy, .global-footer .utility-links, .global-footer-social .utility-links, .about-us-module .summary, .general-content-details-news .social-share-section span, .event-detail .page-header .social-share-section span {
  font-size: 1.125em; }


html {
  font-size: 100%;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  outline: none; }

body {
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  color: #001A32;
  line-height: 1.5;
  background-color: #f3f2ee;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input {
  border: none;
  padding: 0; }

button {
  background: none;
  border: none; }

b,
strong {
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  font-weight: bold; }

em {
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  font-style: normal; }

a, a:visited, a:hover {
  text-decoration: none; }

a {
  color: #ad122a;
  transition: color 0.4s, background-color 0.4s; }

a:hover {
  color: #5f5f5f; }

ul, ol {
  margin: 0;
  padding: 0; }

/*.description, .overview, .rte, .content-overview, .summary, .rich-text-indent, .text-copy, .overview-intro, .overview-full, .overview-text {
    ul {
        @include list-custom-bullets;
    }
}*/
h1, h2, h3, h4, h5, h6 {
  color: #001A32;
  font-style: normal;
  font-weight: bold; }

.util-module + .util-module {
  margin-top: 2em; }

.button-align-center {
  display: block;
  margin: 0 auto; }

body {
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  color: #001A32;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-size: 16px; }

h1,
.h1 {
  font-size: 2.25em; }

h2,
.h2 {
  font-size: 32px; }

h3,
.h3 {
  font-size: 28px; }

h4,
.h4 {
  font-size: 20px; }

h5 .h5 {
  font-size: 16px; }

.module-header {
  color: #001A32;
  line-height: 1;
  text-align: center;
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  font-weight: bold; }
  @media screen and (max-width: 61.9375em) {
    .module-header {
      font-size: 1.75em; } }

.bm, .promo-category .category-icon:before {
  display: inline-block;
  font-family: "googledrive";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: inherit;
  speak: none;
  line-height: 1;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -6.14286%; }
  .bm:before, .promo-category .category-icon:before {
    display: inline-block; }

/*IE Fix adding a space before l*/
.bm-region-asia:before {
  content: "b"; }

.bm-region-emea:before {
  content: "a"; }

.bm-region-latinamerica:before {
  content: "c"; }

.bm-region-northamerica:before {
  content: "d"; }

.bm-book:before {
  content: "e"; }

.bm-close:before {
  content: "f"; }

.bm-email:before {
  content: "g"; }

.bm-exclamation:before {
  content: "h"; }

.bm-expertise:before {
  content: "i"; }

.bm-external-link:before {
  content: "j"; }

.bm-restart:before {
  content: "k"; }

.bm-lightbulb:before {
  content: "m"; }

.bm-map-marker:before {
  content: "n"; }

.bm-nav-close:before {
  content: "o"; }

.bm-mobile-menu:before {
  content: "p"; }

.bm-event:before {
  content: "q"; }

.bm-lightbulb-1:before {
  content: "r"; }

.bm-person:before {
  content: "s"; }

.bm-signal:before {
  content: "t"; }

.bm-twitter:before {
  content: "u"; }

.bm-arrow-wide:before {
  content: "v"; }

.bm-newspaper:before {
  content: "w"; }

.bm-checkbox:before {
  content: "x"; }

.bm-phone:before {
  content: "y"; }

.bm-arrow-small:before {
  content: "z"; }

.bm-plus:before {
  content: "A"; }

.bm-surname:before {
  content: "B"; }

.bm-rss:before {
  content: "C"; }

.bm-facebook:before {
  content: "D"; }

.bm-linkedin:before {
  content: "E"; }

.bm-linkedin-square:before {
  content: "F"; }

.bm-home:before {
  content: "H"; }

.bm-arrow-small-up:before {
  content: "G"; }

.bm-arrow-right:before {
  content: "I"; }

.bm-globe:before {
  content: "J"; }

.bm-play:before {
  content: "K"; }

.bm-alphabet:before {
  content: "L"; }

.bm-alphabet2:before {
  content: '0'; }

.bm-language:before {
  content: "M"; }

.bm-level:before {
  content: "N"; }

.bm-print:before {
  content: "O"; }

.bm-paperclip:before {
  content: "P"; }

.bm-briefcase:before {
  content: "Q"; }

.bm-file:before {
  content: "R"; }

.bm-comment:before {
  content: "2"; }

.bm-toggle-off:before {
  content: "Y"; }

.bm-toggle-on:before {
  content: "Z"; }

/*IE Fix adding a space before l*/
.bm-search:before {
  content: " l"; }

.main {
  padding-top: 8.3125em; }
  @media screen and (max-width: 64em) {
    .main {
      padding-top: 3.4375em; } }

.page-wrapper {
  max-width: 79.875em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: auto;
  margin-right: auto; }

.content-wrapper {
  max-width: 54.9375em;
  padding-right: 2em;
  padding-left: 2em;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 61.9375em) {
    .content-wrapper {
      padding-left: 1.5em;
      padding-right: 1.5em; } }

.section-dark-bg {
  background-color: #e8e8e4; }
  @media screen and (max-width: 47.9375em) {
    .section-dark-bg {
      background-color: #f3f2ee; } }

.filter-overlay {
  display: none;
  background-color: rgba(90, 90, 90, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12000; }

.search-input {
  background-color: #e8e8e4;
  padding: 0.3125em 0.625em;
  border: 1px solid #cececd;
  color: #001A32;
  position: relative;
  border-radius: 3px; }
  .search-input:after {
    clear: both; }
  .search-input:before, .search-input:after {
    display: table;
    content: ' '; }
  .search-input .input-container {
    background-color: inherit;
    overflow: hidden;
    width: 90%;
    padding: 0.375em;
    padding: 0.375em; }
  .search-input .input,
  .search-input input[type='text'] {
    background-color: transparent;
    width: 100%;
    color: inherit;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125em; }
    .search-input .input::-webkit-input-placeholder,
    .search-input input[type='text']::-webkit-input-placeholder {
      color: inherit; }
    .search-input .input::-moz-placeholder,
    .search-input input[type='text']::-moz-placeholder {
      color: inherit; }
    .search-input .input:-ms-input-placeholder,
    .search-input input[type='text']:-ms-input-placeholder {
      color: inherit; }
    .search-input .input::placeholder,
    .search-input input[type='text']::placeholder {
      color: inherit; }
  .search-input .button-submit {
    padding: 0.375em 0.75em;
    color: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .search-input .button-submit:before {
      border-left: 1px solid #cececd;
      position: absolute;
      left: 0;
      top: 20%;
      height: 60%;
      content: " "; }

.global-header .search-input:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1em;
  height: 1em;
  background-color: inherit;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg);
          transform: translateY(-50%) translateX(50%) rotate(45deg);
  border-left: inherit;
  border-bottom: inherit; }

.search-input-people {
  background-color: #e8e8e4;
  padding: 0.3125em 0.625em;
  border: 1px solid #cececd;
  color: #001A32;
  position: relative;
  border-radius: 3px; }
  .search-input-people:after {
    clear: both; }
  .search-input-people:before, .search-input-people:after {
    display: table;
    content: ' '; }
  .search-input-people .input-container {
    background-color: inherit;
    overflow: hidden;
    width: 90%;
    padding: 0.375em;
    padding: 0.375em; }
  .search-input-people .input,
  .search-input-people input[type='text'] {
    background-color: transparent;
    width: 100%;
    color: inherit;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125em; }
    .search-input-people .input::-webkit-input-placeholder,
    .search-input-people input[type='text']::-webkit-input-placeholder {
      color: inherit; }
    .search-input-people .input::-moz-placeholder,
    .search-input-people input[type='text']::-moz-placeholder {
      color: inherit; }
    .search-input-people .input:-ms-input-placeholder,
    .search-input-people input[type='text']:-ms-input-placeholder {
      color: inherit; }
    .search-input-people .input::placeholder,
    .search-input-people input[type='text']::placeholder {
      color: inherit; }
  .search-input-people .button-submit {
    padding: 0.375em 0.75em;
    color: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .search-input-people .button-submit:before {
      border-left: 1px solid #cececd;
      position: absolute;
      left: 0;
      top: 20%;
      height: 60%;
      content: " "; }

.people-loading-animation {
  font-size: 1.25em;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

@-webkit-keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }

@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }

.people-loading span {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.people-loading span:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }

.people-loading span:nth-child(3) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }

.search-results-dropdown {
  background-color: #e8e8e4;
  border: 1px solid #cececd;
  border-top: none;
  padding: 1em;
  overflow-y: scroll;
  max-height: 450px; }
  @media screen and (max-width: 61.9375em) {
    .search-results-dropdown {
      max-height: 350px; } }
  .search-results-dropdown ul {
    list-style-type: none; }
  .search-results-dropdown li:hover {
    cursor: pointer; }
  .search-results-dropdown li li {
    padding: 0 1.5em;
    position: relative; }
    .search-results-dropdown li li:before {
      position: absolute;
      left: 0; }
    .search-results-dropdown li li:after {
      position: absolute;
      right: .5em; }
  .search-results-dropdown li:first-of-type li:after {
    display: inline-block;
    content: "j";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: .8em;
    width: 15px;
    height: 24px;
    line-height: 1.5; }
  .search-results-dropdown.icon-wrapper {
    padding: 0; }
    .search-results-dropdown.icon-wrapper li {
      border-top: 1px solid #cececd;
      position: relative;
      line-height: 1.5em;
      text-align: left;
      padding: 0.5em 2.5em 0.5em 2.5em;
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal; }
      .search-results-dropdown.icon-wrapper li.is-focus {
        background-color: #ad122a; }
        .search-results-dropdown.icon-wrapper li.is-focus a {
          color: #FDFDFD; }
    .search-results-dropdown.icon-wrapper .matched {
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-weight: bold; }
    .search-results-dropdown.icon-wrapper .icon-left {
      position: absolute;
      top: 50%;
      left: 1.25em;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .search-results-dropdown.icon-wrapper .icon-right {
      position: absolute;
      top: 50%;
      right: 1.25em;
      -webkit-transform: translateX(50%) translateY(-50%);
              transform: translateX(50%) translateY(-50%); }

.search-people-results-dropdown {
  background-color: #FDFDFD;
  border: 1px solid #cececd;
  border-top: none;
  width: 100%;
  display: none;
  z-index: 3;
  overflow-y: scroll;
  max-height: 450px;
  top: 45px;
  left: 0; }
  @media screen and (max-width: 61.9375em) {
    .search-people-results-dropdown {
      max-height: 350px; } }
  @media screen and (max-width: 47.9375em) {
    .search-people-results-dropdown {
      width: 95%; } }
  .search-people-results-dropdown.show-dropdown {
    display: block;
    position: absolute;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25); }
  .search-people-results-dropdown ul {
    list-style-type: none; }
    .search-people-results-dropdown ul li {
      border-top: 1px solid #cececd;
      line-height: 3.125em;
      text-align: left;
      color: #ad122a;
      position: relative;
      padding-left: 3em;
      padding-right: 3em;
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-weight: bold; }
      .search-people-results-dropdown ul li:after {
        clear: both; }
      .search-people-results-dropdown ul li:before, .search-people-results-dropdown ul li:after {
        display: table;
        content: ' '; }
      .search-people-results-dropdown ul li.is-focus {
        background-color: #ad122a; }
        .search-people-results-dropdown ul li.is-focus a {
          color: #FDFDFD; }
      .search-people-results-dropdown ul li .label {
        text-transform: capitalize !important; }
    .search-people-results-dropdown ul a {
      display: block; }
      @media screen and (max-width: 47.9375em) {
        .search-people-results-dropdown ul a span {
          display: inline; } }
    .search-people-results-dropdown ul .auto-term {
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal; }
  .search-people-results-dropdown .icon-left {
    position: absolute;
    top: 50%;
    left: 1.5em;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    .search-people-results-dropdown .icon-left:before {
      vertical-align: top; }
  .search-people-results-dropdown .icon-right {
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%); }

.letter-filter > ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.2em; }
  .letter-filter > ul > li.is-disabled a {
    color: #cececd;
    cursor: pointer; }
  .letter-filter > ul a {
    font-size: 1.5em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
  @media screen and (max-width: 47.9375em) {
    .letter-filter > ul {
      display: none; } }

.mobile-accordion-filters {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .mobile-accordion-filters {
      display: block; }
      .mobile-accordion-filters .mobile-letter-filter {
        width: 100%;
        position: static;
        bottom: 0; }
      .mobile-accordion-filters .browse-by-text {
        margin-left: 1.14286em;
        text-align: left;
        text-transform: uppercase;
        font-family: "googlefonts", Arial Narrow, Arial;
        font-weight: normal;
        font-style: normal;
        font-size: 0.875em; }
      .mobile-accordion-filters .drop-down-menu {
        z-index: 2; }
        .mobile-accordion-filters .drop-down-menu.letter-dropdown {
          z-index: 6; }
        .mobile-accordion-filters .drop-down-menu .display-option {
          display: block;
          border-radius: 0;
          border: none;
          border-bottom: 1px solid #cececd;
          background-color: #FDFDFD;
          color: #ad122a;
          margin-top: 0;
          font-family: "googlefonts", Arial Narrow, Arial;
          font-weight: normal;
          font-style: normal;
          font-size: 0.875em; }
          .mobile-accordion-filters .drop-down-menu .display-option:after {
            float: right; }
        .mobile-accordion-filters .drop-down-menu .select-options {
          width: 100%; }
      .mobile-accordion-filters .category-search-filters .input-container {
        padding-left: 6.9375em; } }

.headline-hero-people-results {
  line-height: 0; }
  .headline-hero-people-results .image-full {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .headline-hero-people-results .image-mobile {
    display: none;
    width: 100%; }
  @media screen and (max-width: 47.9375em) {
    .headline-hero-people-results .image-full {
      display: none; }
    .headline-hero-people-results .image-mobile {
      display: block; } }

.mobile-nav-header {
  background-color: #FDFDFD;
  color: #ad122a;
  padding: .25em .75em;
  text-align: justify;
  line-height: 0; }
  .mobile-nav-header:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0; }
  .mobile-nav-header .bm, .mobile-nav-header .promo-category .category-icon:before, .promo-category .mobile-nav-header .category-icon:before {
    font-size: 1.2em;
    width: 18px;
    height: 40px; }
    .mobile-nav-header .bm:before, .mobile-nav-header .promo-category .category-icon:before, .promo-category .mobile-nav-header .category-icon:before {
      vertical-align: baseline; }
  .mobile-nav-header .primary-nav-trigger {
    color: inherit;
    vertical-align: middle;
    padding: .55em 0; }
  .show-mobile-nav .mobile-nav-header .bm-mobile-menu {
    font-size: .75em; }
    .show-mobile-nav .mobile-nav-header .bm-mobile-menu:before {
      content: "f"; }
  .mobile-nav-header .logo {
    width: 6.25em;
    vertical-align: middle; }
  .mobile-nav-header .mobile-nav-locations-trigger {
    color: inherit;
    vertical-align: middle;
    padding: .5em 0; }
  .show-locations .mobile-nav-header .bm-map-marker {
    font-size: .75em; }
    .show-locations .mobile-nav-header .bm-map-marker:before {
      content: "f"; }

.mobile-accordion-filters {
  display: none; }
  @media screen and (max-width: 61.9375em) {
    .mobile-accordion-filters {
      display: block; } }
  .mobile-accordion-filters .filter-newsroom-header {
    text-transform: uppercase;
    border-bottom: 1px solid #cececd;
    border-top: 1px solid #cececd;
    width: 100%;
    padding: 1em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
  .mobile-accordion-filters .filter-option-selection {
    display: none; }
  .mobile-accordion-filters .mobile-filter-title {
    height: 3em;
    display: inline-block;
    color: #5f5f5f;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
    .mobile-accordion-filters .mobile-filter-title:before {
      content: '';
      display: inline-block;
      width: 1.25em;
      height: 1.25em;
      background-color: #cececd;
      border-radius: 0.625em;
      position: relative;
      right: 0.1875em;
      top: 0.1875em;
      margin: 0.5em 1em 0; }
  .mobile-accordion-filters .clicked:before {
    background-color: #ad122a; }
  .mobile-accordion-filters .clicked:after {
    display: inline-block;
    content: "x";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    color: #FDFDFD;
    position: absolute;
    left: 16px;
    top: 15px; }
  .mobile-accordion-filters .mobile-text-option {
    background: #f3f2ee;
    border-bottom: 1px solid #cececd;
    list-style: none;
    position: relative; }
  .mobile-accordion-filters .mobile-selected:before {
    display: inline-block;
    content: "x";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: .6em;
    margin-left: .5em;
    vertical-align: baseline; }
  .mobile-accordion-filters .mobile-filter-header {
    background: #FDFDFD;
    color: #bd2b43;
    padding: .75em 1em;
    margin: 0;
    border-bottom: 1px solid #cececd;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
  .mobile-accordion-filters .mobile-selected-filters.hide-filter-container {
    display: none; }
  .mobile-accordion-filters .up-arrow:after {
    display: inline-block;
    content: "z";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: .8em;
    float: right;
    line-height: 2em; }
  .mobile-accordion-filters .down-arrow:after {
    display: inline-block;
    content: "z";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: .8em;
    float: right;
    line-height: 2em;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .mobile-accordion-filters .plus:after {
    display: inline-block;
    content: "A";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: .8em;
    float: right;
    line-height: 2em; }
  .mobile-accordion-filters .mobile-filter-trigger {
    cursor: pointer;
    width: 100%;
    display: inline-block; }
  .mobile-accordion-filters .mobile-filters-list, .mobile-accordion-filters .mobile-text-filter {
    display: none;
    padding: 0.5em 1em; }
  .mobile-accordion-filters .mobile-current-filters {
    background: #cececd; }
  .mobile-accordion-filters .mobile-delete-filter {
    color: #FDFDFD;
    display: block;
    line-height: 2.25em;
    padding-left: 1.5625em;
    cursor: pointer; }
    .mobile-accordion-filters .mobile-delete-filter:after {
      display: inline-block;
      content: "f";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .6em;
      margin-left: .5em;
      margin-top: -.5em;
      vertical-align: baseline;
      float: right;
      background-color: #670f1e;
      color: #FDFDFD;
      height: 2.25em;
      padding: 2em 2em 2.3em 2em; }
  .mobile-accordion-filters .filter-option {
    width: 100%;
    background: #ad122a;
    margin: 0.625em 0;
    border-radius: 0.3125em;
    overflow: hidden; }
  .mobile-accordion-filters .category-filter {
    display: inline-block; }
  .mobile-accordion-filters .filter-input {
    color: #5f5f5f;
    width: 100%;
    border: 1px solid #cececd;
    background: #FDFDFD;
    padding: 0.3125em 0.625em;
    border: 1px solid #cececd;
    border-radius: 0.375em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal; }
    .mobile-accordion-filters .filter-input:after {
      display: inline-block;
      content: " l";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 1em;
      margin-left: .5em;
      vertical-align: baseline;
      float: right;
      color: #bd2b43; }

.category-search-filters {
  position: relative; }
  .category-search-filters .button-submit {
    margin-top: .1em; }
  .category-search-filters .drop-down-menu,
  .category-search-filters .drop-down-menu.show-options {
    position: absolute;
    width: 5.9375em;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
    .category-search-filters .drop-down-menu .display-option,
    .category-search-filters .drop-down-menu.show-options .display-option {
      height: 100%;
      padding: .75em 0.7em;
      line-height: 1;
      width: 5.9375em;
      background-color: #ad122a;
      border-color: #ad122a;
      color: #FDFDFD;
      font-size: 1em; }
      .category-search-filters .drop-down-menu .display-option:after,
      .category-search-filters .drop-down-menu.show-options .display-option:after {
        border: 0 none;
        margin-left: 0;
        padding-left: .5em; }
  .category-search-filters .drop-down-menu .select-options {
    width: 100%;
    background-color: #ad122a;
    border-left-color: #ad122a;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .category-search-filters .drop-down-menu .option {
    padding: .3em .7em;
    font-size: 1em;
    background-color: #ad122a;
    color: #FDFDFD;
    border: 0 none; }
    .category-search-filters .drop-down-menu .option:before {
      display: none; }
    .category-search-filters .drop-down-menu .option:hover {
      background-color: #961024;
      color: #FDFDFD; }
  .category-search-filters .drop-down-menu .selected-option {
    display: none; }
  .category-search-filters .input-container {
    padding-left: 5.9375em;
    margin-right: 1em; }
  .category-search-filters .button-submit {
    padding-left: .7em;
    color: #ad122a; }

.primary-nav {
  background-color: #FDFDFD; }
  .primary-nav ul {
    list-style-type: none; }
  .primary-nav .primary-links {
    display: inline-block; }
  .primary-nav .primary-link {
    display: inline-block;
    margin-left: 1.5em;
    margin-right: 1.5em; }
    .lang-small .primary-nav .primary-link {
      margin-left: 1em;
      margin-right: 1em; }
  .primary-nav .expertise-links .primary-link-label:after {
    display: inline-block;
    content: "z";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: .6em;
    margin-left: .5em;
    margin-right: .5em;
    vertical-align: baseline; }
    .show-expertise .primary-nav .expertise-links .primary-link-label:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .primary-nav .primary-link-label {
    text-transform: uppercase;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
    .lang-small .primary-nav .primary-link-label {
      font-size: .8em; }
    .primary-nav .primary-link-label.is-current {
      color: #5f5f5f; }
  .primary-nav .subcategories {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #e8e8e4;
    padding: 2.5em 6.5625em;
    transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: -1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .primary-nav .subcategories:after {
      content: " ";
      display: block;
      clear: both; }
    .show-expertise .primary-nav .subcategories {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      box-shadow: 0 3px 3px 0 rgba(95, 95, 95, 0.5); }
  .primary-nav .subcategory {
    width: 48.93625%;
    float: left;
    margin-right: 2.1275%; }
    .primary-nav .subcategory:last-of-type {
      float: right;
      margin-right: 0; }
  .primary-nav .subcategory-label {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1.75em;
    font-weight: bold; }
  .primary-nav .secondary-links {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .primary-nav .secondary-links:after {
      content: " ";
      display: block;
      clear: both; }
    .primary-nav .secondary-links .column {
      width: 46.66693%;
      float: left;
      margin-right: 6.66613%; }
      .primary-nav .secondary-links .column:last-of-type {
        margin-right: 0; }
  .primary-nav .secondary-link {
    padding: .5em 0;
    white-space: normal; }
  .primary-nav .secondary-link-label {
    position: relative;
    margin-left: 1em;
    display: inline-block;
    font-size: 1em; }
    .primary-nav .secondary-link-label.related-practice {
      font-size: 1.25em; }
    .primary-nav .secondary-link-label:before {
      display: inline-block;
      content: "I";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      position: absolute;
      left: -1.5em;
      font-size: .6em;
      line-height: 2;
      vertical-align: baseline; }
  @media screen and (max-width: 64em) {
    .primary-nav .primary-links {
      display: block; }
    .primary-nav .primary-link {
      display: block;
      margin: 0;
      padding: 1em;
      border-bottom: 1px solid #cececd; }
      .primary-nav .primary-link .primary-link-label {
        display: block; }
    .primary-nav .expertise-links {
      padding: 0; }
      .primary-nav .expertise-links .primary-link-label {
        padding: 1em;
        position: relative; }
        .primary-nav .expertise-links .primary-link-label:after {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          position: absolute;
          right: 1em; }
    .primary-nav .subcategories {
      position: static;
      padding: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      display: none; }
      .show-expertise .primary-nav .subcategories {
        display: block;
        box-shadow: none;
        -webkit-transform: none;
                transform: none; }
    .primary-nav .subcategory {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .primary-nav .subcategory.show-subcategory .subcategory-label:after {
        -webkit-transform: rotate(180deg) translateY(50%);
                transform: rotate(180deg) translateY(50%); }
      .primary-nav .subcategory.show-subcategory .secondary-links {
        display: block; }
    .primary-nav .subcategory-label {
      padding: 1em;
      font-size: 1em;
      color: #ad122a;
      border-top: 1px solid #cececd;
      position: relative; }
      .primary-nav .subcategory-label:after {
        display: inline-block;
        content: "z";
        font-family: "googledrive";
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: -5.14286%;
        font-size: .6em;
        line-height: 1.8;
        margin-left: .5em;
        margin-right: .5em;
        position: absolute;
        right: 1em;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: inline-block;
        margin-left: .5em;
        margin-right: .5em; }
    .primary-nav .content-wrapper .secondary-links {
      display: block;
      border: none; }
      .primary-nav .content-wrapper .secondary-links .column {
        width: 100%;
        float: right;
        margin-right: 0; }
    .primary-nav .secondary-links {
      display: none;
      border-top: 1px solid #cececd; }
      .primary-nav .secondary-links .column {
        width: 100%;
        float: right;
        margin-right: 0; }
    .primary-nav .secondary-link {
      padding: 1em 1.5em; }
    .primary-nav .secondary-link-label {
      font-size: 0.875em; } }

.locations-nav {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .locations-nav:after {
    content: " ";
    display: block;
    clear: both; }
  .locations-nav ul {
    list-style: none; }
  .locations-nav .all-locations {
    display: inline-block;
    float: right; }
    .locations-nav .all-locations:hover {
      cursor: pointer; }
  .locations-nav .all-locations-label {
    color: #FDFDFD;
    text-transform: uppercase;
    background-color: #4B4949;
    padding: 0.75em 1.5em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875em;
    font-weight: bold; }
    .locations-nav .all-locations-label:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      margin-left: .7em;
      font-size: .6em;
      width: 0.75em;
      height: 0.75em;
      vertical-align: baseline; }
      .show-locations .locations-nav .all-locations-label:after {
        content: "f"; }
  .locations-nav .regions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #e8e8e4;
    padding-left: 6.5625em;
    padding-right: 6.5625em;
    line-height: 0;
    display: table;
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
    transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1; }
    .show-locations .locations-nav .regions {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .locations-nav .region {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
    width: 25%; }
    .locations-nav .region.show-details {
      background-color: #FDFDFD; }
      .locations-nav .region.show-details .region-details {
        display: block; }
      .locations-nav .region.show-details .region-description {
        color: #5f5f5f; }
      .locations-nav .region.show-details .region-label {
        color: #5f5f5f; }
        .locations-nav .region.show-details .region-label:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .locations-nav .region-description {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    cursor: pointer;
    color: #ad122a; }
    .locations-nav .region-description:hover {
      color: #5f5f5f; }
  .locations-nav .region-icon {
    vertical-align: middle;
    font-size: 4.0625em; }
  .locations-nav .region-label {
    text-transform: uppercase;
    margin-left: .75em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
    .locations-nav .region-label:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .6em;
      margin-left: .5em;
      vertical-align: baseline; }
  .locations-nav .region-details {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 2.5em 6.5625em;
    background-color: #FDFDFD;
    display: none;
    text-align: left;
    box-shadow: 0 3px 3px 0 rgba(95, 95, 95, 0.7); }
  .locations-nav .region-intro {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1em; }
  .locations-nav .countries {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
    margin: 1em 0; }
  .locations-nav .country-label {
    padding: 16px 0;
    display: inline-block;
    font-size: 1em; }
    .locations-nav .country-label:before {
      display: inline-block;
      content: "I";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      margin-right: 1em;
      font-size: .6em;
      vertical-align: baseline; }
  .locations-nav .region-disclaimer {
    float: right;
    margin-top: 1em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal; }
  .locations-nav .region-initiatives {
    float: left;
    margin-top: 1em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1em; }
  .locations-nav .location-learn-more {
    background-color: #5f5f5f; }
    .locations-nav .location-learn-more:after {
      clear: both; }
    .locations-nav .location-learn-more:before, .locations-nav .location-learn-more:after {
      display: table;
      content: ' '; }
  .locations-nav .location-quick-link {
    color: #FDFDFD;
    text-transform: uppercase;
    float: right;
    padding: 0.75em 1.5em;
    cursor: pointer;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875em;
    font-weight: bold; }
    .locations-nav .location-quick-link a {
      color: #FDFDFD; }
  @media screen and (max-width: 64em) {
    .locations-nav {
      background-color: #FDFDFD;
      height: calc(100vh - 47px);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      z-index: -1;
      transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1); }
      .show-locations .locations-nav {
        -webkit-transform: translateY(0%);
                transform: translateY(0%); }
      .locations-nav .location-quick-link,
      .locations-nav .all-locations-label {
        display: none; }
      .locations-nav .all-locations {
        float: none;
        display: block; }
      .locations-nav .regions {
        position: relative;
        display: block;
        padding: 0;
        background-color: #FDFDFD;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        z-index: 1; }
      .locations-nav .region {
        display: block;
        width: auto;
        text-align: left;
        border-bottom: 1px solid #cececd; }
        .locations-nav .region.show-details {
          background-color: #e8e8e4; }
          .locations-nav .region.show-details .region-details {
            background-color: #e8e8e4; }
        .locations-nav .region.hide-details-mobile {
          background: #FDFDFD; }
          .locations-nav .region.hide-details-mobile .region-details {
            display: none; }
          .locations-nav .region.hide-details-mobile .region-label:after {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
      .locations-nav .region-description {
        padding: 1em;
        position: relative; }
      .locations-nav .region-icon {
        display: none; }
      .locations-nav .region-label {
        margin: 0; }
        .locations-nav .region-label:after {
          position: absolute;
          right: 1em; }
      .locations-nav .region-intro {
        padding: 1.5em 1em;
        border-top: 1px solid #cececd;
        border-bottom: 1px solid #cececd; }
      .locations-nav .region-details {
        position: relative;
        padding: 0;
        font-size: 0.875em;
        box-shadow: none; }
      .locations-nav .countries {
        -webkit-columns: auto auto;
           -moz-columns: auto auto;
                columns: auto auto; }
      .locations-nav .country {
        padding: 0; }
      .locations-nav .country-label {
        padding: 1em;
        display: block; }
      .locations-nav .region-initiatives {
        float: none;
        padding: 1em;
        border-top: 1px solid #cececd; }
      .locations-nav .region-disclaimer {
        float: none;
        padding: 1em;
        padding-top: 0; } }

.logo-container {
  padding-left: 2em;
  padding-right: 0; }
  .logo-container a {
    display: block;
    width: 9.375em; }
  .logo-container .logo-full {
    max-width: 9.375em;
    width: 100%;
    transition: max-width 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    padding: .75em 0 .1em;
    height: 5rem; }
  .logo-container .logo-reduced {
    max-width: 0;
    transition: max-width 0.4s cubic-bezier(0.86, 0, 0.07, 1); }

.communication-footer {
  text-align: center; }
  .communication-footer .social-links {
    display: inline-block; }
  .communication-footer .social-link {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    vertical-align: middle; }
  .communication-footer .subscribe {
    display: inline-block;
    border-left: 1px solid #cececd;
    padding-left: 1em; }
  @media screen and (max-width: 61.9375em) {
    .communication-footer {
      text-align: center; }
      .communication-footer .subscribe {
        display: block;
        border-left: none;
        padding-left: 0;
        margin-top: 0.5em; } }

.utility-links {
  text-align: center; }
  .utility-links .utility-link {
    display: inline-block;
    padding-right: 1em; }
    .utility-links .utility-link:after {
      display: inline-block;
      content: "X";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 5px;
      color: #494950;
      padding-left: 3.2em;
      vertical-align: middle; }
    .utility-links .utility-link:last-of-type {
      padding-right: 0; }
      .utility-links .utility-link:last-of-type:after {
        content: none; }

.headline-hero,
.headline-hero-small {
  line-height: 0;
  overflow: hidden;
  position: relative;
  height: 768px; }
  .headline-hero .image-full,
  .headline-hero .image-mobile,
  .headline-hero-small .image-full,
  .headline-hero-small .image-mobile {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    min-width: 100%;
    min-height: 100%; }
  .headline-hero .image-mobile,
  .headline-hero-small .image-mobile {
    display: none; }
  @media screen and (max-width: 47.9375em) {
    .headline-hero,
    .headline-hero-small {
      height: auto;
      line-height: 1;
      overflow: visible;
      position: static; }
      .headline-hero .image-full,
      .headline-hero-small .image-full {
        display: none; }
      .headline-hero .image-mobile,
      .headline-hero-small .image-mobile {
        display: block; } }

.headline-hero-small {
  height: 357px; }

.headline-hero-people {
  line-height: 0; }
  .headline-hero-people .image-full {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .headline-hero-people .image-mobile {
    display: none;
    width: 100%; }
  @media screen and (max-width: 47.9375em) {
    .headline-hero-people .image-full {
      display: none; }
    .headline-hero-people .image-mobile {
      display: block; } }

.header-section-hero {
  line-height: 0;
  overflow: hidden; }
  .header-section-hero .image-full {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%; }
  .header-section-hero .image-mobile {
    display: none;
    width: 100%; }
  .header-section-hero + .content-wrapper {
    margin-top: 5.625em; }
  @media screen and (max-width: 47.9375em) {
    .header-section-hero .image-full {
      display: none; }
    .header-section-hero .image-mobile {
      display: block; }
    .header-section-hero + .content-wrapper {
      margin-top: 2.8125em; } }

.promo-category {
  color: #FDFDFD;
  display: inline-table;
  border-radius: 3px; }
  .promo-category .category-icon {
    display: table-cell;
    white-space: nowrap;
    padding: 18px;
    position: relative;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
    .promo-category .category-icon:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      font-size: 1.2em;
      vertical-align: middle; }
  .promo-category .category-label {
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    position: relative;
    line-height: 1em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-weight: bold; }
  .promo-category.category-header {
    border-bottom-right-radius: 0;
    display: table; }
    .promo-category.category-header .category-icon {
      border-bottom-left-radius: 0; }
    .promo-category.category-header .category-label {
      text-align: left;
      width: 100%; }
    .promo-category.category-header .date {
      display: table-cell;
      white-space: nowrap;
      vertical-align: middle;
      padding-right: 1em;
      position: relative;
      line-height: 1em;
      padding-top: 2px;
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-size: 0.875em; }
  .promo-category.category-insight {
    background-color: #ad122a; }
    .promo-category.category-insight .category-icon {
      background-color: #ee3035; }
      .promo-category.category-insight .category-icon:before {
        content: "r"; }
  .promo-category.category-news {
    background-color: #007a65; }
    .promo-category.category-news .category-icon {
      background-color: #27aa93; }
      .promo-category.category-news .category-icon:before {
        content: "w";
        margin-top: -1px; }
  .promo-category.category-twitter {
    background-color: #002855; }
    .promo-category.category-twitter .category-icon {
      background-color: #02498a; }
      .promo-category.category-twitter .category-icon:before {
        content: "u"; }
  .promo-category.category-events {
    background-color: #ff9500; }
    .promo-category.category-events .category-icon {
      background-color: #c87602; }
      .promo-category.category-events .category-icon:before {
        content: "q";
        font-size: 1.1em;
        margin-top: -1px; }

@-moz-document url-prefix() {
  .promo-category.category-header .date {
    top: -2px; } }

.button-red, #close-video {
  text-transform: uppercase;
  transition: box-shadow 0.4s;
  color: #FFF;
  padding: 1em 2em;
  border-radius: 2em;
  background-color: #ad122a;
  line-height: 1em;
  display: inline-block;
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  font-weight: bold; }
  .button-red:hover, #close-video:hover {
    color: #FDFDFD; }
  .no-touch .button-red:hover, .no-touch #close-video:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25); }
  .no-touch .button-red:active, .no-touch #close-video:active {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 47.9375em) {
    .button-red, #close-video {
      padding: 0.75em 1em 0.5625em; } }

@supports (-ms-accelerator: true) {
  @media screen and (max-width: 47.9375em) {
    .button-red {
      padding: 0.5625em 1em; } } }

.button-player {
  width: 3.125em;
  height: 3.125em;
  transition: box-shadow 0.4s;
  color: #FFF;
  padding: 0.5em;
  border-radius: 1.5625em;
  background-color: #ad122a;
  text-align: center; }
  .button-player:before {
    display: inline-block;
    content: "W";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: 1.375em;
    margin: 0.1875em 0.3125em; }

.button-new-search {
  text-transform: uppercase;
  color: #ad122a;
  line-height: 1;
  padding: .75em 1em;
  border: 1px solid #cececd;
  border-radius: 3px;
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  font-weight: bold; }
  .button-new-search:after {
    display: inline-block;
    content: "k";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    margin-left: 1em;
    font-size: .8em; }

.button-medium {
  padding-left: 4em;
  padding-right: 4em; }

.button-expand {
  display: block;
  margin: 4.875em auto 1em; }
  .button-expand:after {
    display: inline-block;
    content: "z";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: .6em;
    margin-left: 1em; }
  .button-expand.is-expanded:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .button-expand.expanded:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media screen and (max-width: 47.9375em) {
    .button-expand {
      margin-top: 1.875em; } }

.button-back-top {
  color: #ad122a;
  font-weight: bold;
  text-transform: uppercase; }
  .button-back-top:hover {
    color: #5f5f5f; }

.button-text-link {
  padding-left: 1em;
  display: inline-block;
  position: relative; }
  .button-text-link:before {
    display: inline-block;
    content: "I";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    position: absolute;
    left: 0;
    color: inherit;
    font-size: .6em;
    line-height: 2;
    vertical-align: baseline; }

.see-more-insights, .button-expand.news {
  margin: 2em auto 5.625em; }

.navigation-breadcrumb .breadcrumb-link {
  display: inline-block;
  padding-right: 0.25em;
  font-size: 1.125em;
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal; }
  .navigation-breadcrumb .breadcrumb-link:before {
    content: '/';
    display: inline-block;
    padding-right: 0.25em; }
  .navigation-breadcrumb .breadcrumb-link:first-of-type:before {
    content: none; }
  .navigation-breadcrumb .breadcrumb-link a {
    text-transform: uppercase;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }

@media screen and (max-width: 47.9375em) {
  .navigation-breadcrumb .breadcrumb-link {
    font-size: 0.875em; } }

.bio-overview {
  overflow: hidden;
  padding-bottom: 2.6875em;
  border-bottom: 1px solid #cececd;
  margin-bottom: 2.6875em; }
  .bio-overview ul {
    list-style-type: none; }
  .bio-overview .profile-image {
    float: left; }
  .bio-overview .profile-content {
    overflow: hidden;
    padding-left: 2em; }
  .bio-overview .name {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #ad122a;
    font-size: 2.25em; }
    .bio-overview .name.remove-uppercase {
      text-transform: none; }
  .bio-overview .details {
    font-size: 1.125em;
    line-height: 2;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #cececd;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .bio-overview .details:after {
      content: " ";
      display: block;
      clear: both; }
  .bio-overview .overview {
    width: 40.42563%;
    float: left;
    margin-right: 2.1275%; }
  .bio-overview .office-url:before {
    display: inline-block;
    content: "I";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    line-height: 2;
    vertical-align: baseline;
    font-size: .55em;
    padding-right: .5em; }
  .bio-overview .disclaimer {
    line-height: 1.25;
    position: relative;
    padding-left: 2em; }
    .bio-overview .disclaimer:before {
      display: inline-block;
      content: "h";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 1.2em;
      padding-right: .3em;
      position: absolute;
      left: 0; }
  .bio-overview .contact-numbers {
    width: 27.65969%;
    float: left;
    margin-right: 2.1275%; }
  .bio-overview .number-url {
    color: #001A32; }
  .bio-overview .contact-links {
    width: 27.65969%;
    float: right;
    margin-right: 0; }
  .bio-overview .contact-link-url:before {
    display: inline-block;
    content: "I";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    line-height: 2;
    vertical-align: baseline;
    font-size: .55em;
    padding-right: .5em; }
  @media screen and (max-width: 53.75em) {
    .bio-overview .overview {
      width: 48.93625%;
      float: left;
      margin-right: 2.1275%; }
    .bio-overview .contact-numbers {
      width: 48.93625%;
      float: right;
      margin-right: 0; }
    .bio-overview .contact-links {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 47.9375em) {
    .bio-overview {
      padding-bottom: 1.5em;
      text-align: center; }
      .bio-overview .profile-image {
        float: none;
        max-width: 100%; }
      .bio-overview .profile-content {
        padding: 0;
        margin-top: 1em; }
      .bio-overview .name {
        font-size: 1.75em; }
      .bio-overview .details {
        text-align: left;
        font-size: 1em;
        padding-top: 1.5em;
        margin-top: 1.5em; }
      .bio-overview .overview {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .bio-overview .office {
        margin-top: 1em; }
      .bio-overview .disclaimer {
        margin-top: 1em; }
      .bio-overview .contact-numbers {
        padding-top: 1.5em;
        margin-top: 1.5em;
        border-top: 1px solid #cececd;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .bio-overview .number {
        margin-top: 1em;
        color: #ad122a; }
        .bio-overview .number:first-of-type {
          margin-top: 0; }
      .bio-overview .number-url {
        color: inherit; }
      .bio-overview .contact-links {
        padding-top: 1.5em;
        margin-top: 1.5em;
        border-top: 1px solid #cececd;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .bio-overview .contact-link {
        margin-top: 1em; }
        .bio-overview .contact-link:first-of-type {
          margin-top: 0; } }

.drop-down-menu {
  position: relative;
  cursor: pointer; }
  .drop-down-menu .display-option {
    background-color: #e8e8e4;
    padding: 0.3125em 0.625em;
    border: 1px solid #cececd;
    color: #001A32;
    position: relative;
    border-radius: 3px;
    display: inline-block; }
    .drop-down-menu .display-option:after {
      clear: both; }
    .drop-down-menu .display-option:before, .drop-down-menu .display-option:after {
      display: table;
      content: ' '; }
    .drop-down-menu .display-option:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      line-height: 100%;
      font-size: .6em;
      padding-left: 1.5em;
      border-left: 1px solid #cececd;
      margin-left: 1.5em;
      vertical-align: baseline; }
  .drop-down-menu .select-options {
    list-style-type: none;
    border-top-left-radius: 0;
    display: none;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
    border-left: 1px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f3f2ee;
    z-index: 5; }
  .drop-down-menu .option {
    padding: 0.75em 1em;
    padding-right: 7.25em;
    position: relative;
    background-color: #FDFDFD;
    border-top: 1px solid #cececd;
    font-size: 0.875em;
    white-space: nowrap; }
    .drop-down-menu .option li {
      text-align: left; }
    .drop-down-menu .option:before {
      content: '';
      display: inline-block;
      width: 1.25em;
      height: 1.25em;
      background-color: #e8e8e4;
      border-radius: 0.625em;
      position: absolute;
      right: 1em;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .drop-down-menu .option:hover {
      background-color: #f3f2ee; }
    .drop-down-menu .option:first-of-type {
      border-top-right-radius: 3px; }
    .drop-down-menu .option:last-of-type {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom: none; }
    .drop-down-menu .option.selected-option:before {
      background-color: #ad122a; }
    .drop-down-menu .option.selected-option:after {
      display: inline-block;
      content: "x";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .75em;
      position: absolute;
      right: 1em;
      top: 50%;
      -webkit-transform: translateY(-45%) translateX(-60%);
              transform: translateY(-45%) translateX(-60%);
      color: #FDFDFD; }
  .drop-down-menu.show-options .display-option {
    background-color: #FDFDFD;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-color: transparent;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25); }
    .drop-down-menu.show-options .display-option:after {
      content: "G"; }
  .drop-down-menu.show-options .select-options {
    display: block; }

.list-content {
  padding-left: 2rem; }
  .list-content .list-item {
    margin-top: 1.77778em;
    line-height: 1.77778em; }
  .list-content.no-bullets {
    list-style-type: none;
    padding-left: 0; }
  .list-content.links-list {
    list-style-type: none;
    padding-left: 0; }
  .list-content .list-item-link {
    font-size: 1.125em;
    margin-left: 1.5em;
    margin-top: 1.5em;
    line-height: 1.5em;
    position: relative; }
    .list-content .list-item-link:before {
      display: inline-block;
      content: "I";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      position: absolute;
      left: -1.5em;
      color: #ad122a;
      font-size: .6em;
      line-height: 2;
      vertical-align: baseline; }

.locations-listing-allgroups,
.locations-listing {
  list-style: none;
  padding-left: 0; }

.locations-listing-allgroups {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .locations-listing-allgroups:after {
    content: " ";
    display: block;
    clear: both; }

.locations-listing-group {
  width: 23.40438%;
  float: left;
  margin-right: 2.1275%; }
  .locations-listing-group:last-of-type {
    float: right;
    margin-right: 0; }

.locations-listing {
  list-style: none;
  padding-left: 0;
  margin-top: 2.1875em;
  -webkit-columns: 4 auto;
     -moz-columns: 4 auto;
          columns: 4 auto; }
  .locations-listing .list-item-country {
    padding-left: 0.9375em;
    border-left: 1px solid #cececd;
    margin-bottom: 1.5em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  .locations-listing .country-header {
    margin-bottom: .5em; }
    .locations-listing .country-header a {
      font-size: 20px;
      color: #ad122a; }
  .locations-listing .links-list {
    padding-left: 0;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; }
  .locations-listing .list-item-link {
    margin-top: 0.5625em; }
  @media screen and (max-width: 47.9375em) {
    .locations-listing {
      display: none; } }

.locations-listing-dropdown {
  position: relative;
  display: none;
  text-align: left;
  margin-top: 1.5em; }
  .locations-listing-dropdown .dropdown-label {
    padding: 0.75em 1em;
    border: 1px solid #cececd;
    border-radius: 3px;
    display: block;
    position: relative; }
    .locations-listing-dropdown .dropdown-label:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .6em;
      padding-left: 1.5em;
      border-left: 1px solid #cececd;
      margin-left: 1.5em;
      position: absolute;
      right: 1.5em;
      line-height: 2; }
  .locations-listing-dropdown select {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    opacity: 0;
    z-index: 5;
    cursor: pointer; }
  @media screen and (max-width: 47.9375em) {
    .locations-listing-dropdown {
      display: block; } }

.download-prompt-module {
  padding: 5.625em 0; }
  @media screen and (max-width: 47.9375em) {
    .download-prompt-module {
      padding: 2.8125em 0; } }

.download-prompt {
  padding: 3.5em;
  text-align: center;
  border: 1px solid #cececd;
  border-radius: 3px;
  background-color: #FDFDFD; }
  .download-prompt .instructions {
    margin-bottom: 0.46875em;
    font-size: 2em;
    font-weight: bold; }
  @media screen and (max-width: 47.9375em) {
    .download-prompt {
      padding: 1.5em; }
      .download-prompt .instructions {
        margin-bottom: 0.70833em;
        font-size: 1.5em; }
      .download-prompt .button-red {
        font-size: 0.875em; } }

.service-overview .overview-header {
  text-transform: uppercase;
  color: #5f5f5f;
  line-height: 1;
  font-weight: bold; }

.service-overview .promo-content {
  margin-top: 2em; }

.service-overview .description {
  font-size: 1.125em;
  line-height: 1.55556em;
  margin-top: 1.77778em; }

.service-overview .overview-full {
  display: none;
  overflow: hidden;
  margin-top: 0; }
  .service-overview .overview-full p:first-child {
    margin-top: 0; }
  .service-overview .overview-full.description {
    margin-top: 0; }

@media screen and (max-width: 61.9375em) {
  .service-overview .overview-header {
    font-size: 1.5em; }
  .service-overview .promo-content {
    margin-top: 1.5em; }
  .service-overview .description {
    font-size: 0.875em;
    margin-top: 0.58333em; } }

.two-col-list {
  list-style-type: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; }
  .two-col-list .list-item {
    margin-left: 1em;
    position: relative;
    padding: 0.83333em 0;
    font-size: 1.125em;
    line-height: 1.77778em; }
    .two-col-list .list-item a:before {
      display: inline-block;
      content: "I";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      position: absolute;
      left: -1.5em;
      font-size: .6em;
      line-height: 2.5; }

.promo-content {
  padding: 1em;
  border: 1px solid #D5D5CF;
  border-radius: 3px; }
  .promo-content img {
    display: block;
    width: 100%; }
  .promo-content iframe {
    width: 100% !important; }
  @media screen and (max-width: 61.9375em) {
    .promo-content {
      padding: .5em; } }

.professional-tile {
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  padding: 1em;
  background-color: #FDFDFD;
  position: relative;
  min-height: 20.3125em;
  display: block;
  transition: box-shadow 0.4s; }
  .professional-tile:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 13px rgba(0, 0, 0, 0.3); }
  .professional-tile .profile-image {
    background-color: transparent;
    display: inline-block;
    border-radius: 3px; }
    .professional-tile .profile-image img {
      width: 5.1875em;
      display: block; }
  .professional-tile .placeholder {
    width: 5.1875em;
    height: 6.5em; }
  .professional-tile .name {
    font-size: 1.5em;
    line-height: 1;
    margin-top: 0.28571em;
    font-weight: bold;
    color: #bd2b43;
    margin-bottom: 0.3125em; }
  .professional-tile.not-linked {
    cursor: text; }
    .professional-tile.not-linked .name {
      color: #001A32; }
    .professional-tile.not-linked .profile-link {
      display: none; }
  .professional-tile .bottom {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #001A32; }
  .professional-tile .title {
    font-size: 16px;
    color: #001A32; }
  .professional-tile .locations {
    color: #001A32; }
  .professional-tile .location {
    display: inline-block;
    font-size: 16px; }
    .professional-tile .location:after {
      content: ','; }
    .professional-tile .location:last-of-type:after {
      content: none; }
  .professional-tile .contact {
    margin-top: 1.14286em;
    border-top: 1px solid #D5D5CF;
    padding: 1.14286em;
    position: relative; }
    .professional-tile .contact.no-border {
      border: none; }
    .professional-tile .contact :not(:last-child) {
      margin-right: 1.25rem; }
  .professional-tile .phone {
    cursor: pointer;
    margin-right: 1.25em;
    color: #bd2b43; }
    .professional-tile .phone:before {
      display: inline-block;
      content: "y";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      margin-right: 8px; }
  .professional-tile .email {
    cursor: pointer;
    color: #bd2b43; }
    .professional-tile .email:before {
      display: inline-block;
      content: "g";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      margin-right: 8px;
      vertical-align: -6.14286%; }
  .professional-tile .linkedin {
    cursor: pointer;
    color: #bd2b43; }
    .professional-tile .linkedin:before {
      display: inline-block;
      content: "F";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      margin-right: 8px; }
  .professional-tile .disclaimer {
    color: #cececd;
    padding: 0 2.28571em 0 1.14286em; }
    .professional-tile .disclaimer:before {
      display: inline-block;
      content: "h";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 1.2em;
      margin-right: 8px;
      vertical-align: middle; }
  .professional-tile .profile-link {
    position: absolute;
    top: 1em;
    right: 1em; }
    .professional-tile .profile-link:before {
      display: inline-block;
      content: "j";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .85em; }
  .professional-tile.view-all-placeholder {
    background-color: transparent;
    border: 1px solid #cececd; }
    .professional-tile.view-all-placeholder .button-red {
      margin-top: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      min-width: 10.625em;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  @media screen and (max-width: 47.9375em) {
    .professional-tile {
      min-height: 0; }
      .professional-tile .content:after {
        clear: both; }
      .professional-tile .content:before, .professional-tile .content:after {
        display: table;
        content: ' '; }
      .professional-tile .profile-image {
        float: left;
        max-width: 3em; }
        .professional-tile .profile-image img {
          max-width: 100%; }
      .professional-tile .placeholder {
        height: 3.25em; }
      .professional-tile .profile {
        padding-left: 1em;
        overflow: hidden; }
      .professional-tile .disclaimer {
        padding-left: 0; }
      .professional-tile .name {
        font-size: 1.125em;
        padding-right: 1em; }
      .professional-tile .phone:before,
      .professional-tile .email:before {
        display: none; }
      .professional-tile.x-smalltext .name, .professional-tile.smalltext .name {
        font-size: 1.125em; }
      .professional-tile .bottom {
        position: static; }
      .professional-tile .contact {
        padding: 0;
        padding-top: 1em; }
      .professional-tile .disclaimer {
        right: 0; }
      .professional-tile.view-all-placeholder {
        min-height: 9.6875em; } }

.breadcrumb-nav {
  background-color: #FDFDFD;
  padding: 0.375em 0; }
  .breadcrumb-nav .nav-links {
    list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    color: #cececd; }
  .breadcrumb-nav.show-full-nav .nav-links {
    white-space: normal; }
  .breadcrumb-nav .nav-link {
    display: inline;
    color: #cececd;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875em; }
    .breadcrumb-nav .nav-link:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .7em;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin-right: .5em;
      margin-left: .75em;
      vertical-align: baseline; }
    .breadcrumb-nav .nav-link:first-of-type a {
      font-size: 0; }
      .breadcrumb-nav .nav-link:first-of-type a:before {
        display: inline-block;
        content: "H";
        font-family: "googledrive";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: -5.14286%;
        font-size: 14px;
        margin-top: -0.8em; }
    .breadcrumb-nav .nav-link:last-of-type:after {
      content: none; }
  @media screen and (max-width: 47.9375em) {
    .breadcrumb-nav .nav-link {
      font-size: 0.875em; } }

.drop-down-menu-filters,
.drop-down-menu-filters-insights {
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 8;
  /* Insights Filter Options styles */ }
  .drop-down-menu-filters .current-value,
  .drop-down-menu-filters-insights .current-value {
    border-bottom: 2px solid #ad122a;
    text-align: left;
    position: relative;
    color: #ad122a;
    font-size: 1.25em;
    height: 30px;
    line-height: 1.5;
    padding-right: 1em;
    padding-left: .5em;
    overflow: hidden; }
    .drop-down-menu-filters .current-value:after,
    .drop-down-menu-filters-insights .current-value:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .6em;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: inherit; }
  .drop-down-menu-filters .drop-down,
  .drop-down-menu-filters-insights .drop-down {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none; }
    .drop-down-menu-filters .drop-down.show-drop-down,
    .drop-down-menu-filters-insights .drop-down.show-drop-down {
      display: block;
      box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25); }
  .drop-down-menu-filters .options,
  .drop-down-menu-filters-insights .options {
    max-height: 270px;
    overflow-y: auto; }
  .drop-down-menu-filters .option,
  .drop-down-menu-filters .text-option,
  .drop-down-menu-filters .search-options,
  .drop-down-menu-filters-insights .option,
  .drop-down-menu-filters-insights .text-option,
  .drop-down-menu-filters-insights .search-options {
    list-style-type: none;
    font-size: 1.125em;
    color: #ad122a;
    background-color: #FDFDFD;
    padding: 0.5625em;
    text-align: center;
    line-height: 1.5; }
    .drop-down-menu-filters .option:hover,
    .drop-down-menu-filters .text-option:hover,
    .drop-down-menu-filters .search-options:hover,
    .drop-down-menu-filters-insights .option:hover,
    .drop-down-menu-filters-insights .text-option:hover,
    .drop-down-menu-filters-insights .search-options:hover {
      background-color: #e8e8e4; }
  .drop-down-menu-filters .search-options,
  .drop-down-menu-filters-insights .search-options {
    text-align: left; }
  .drop-down-menu-filters.text-filterable .text-filter,
  .drop-down-menu-filters-insights.text-filterable .text-filter {
    padding: .3em 0; }
  .drop-down-menu-filters.text-filterable .hide-option,
  .drop-down-menu-filters-insights.text-filterable .hide-option {
    display: none; }
  .drop-down-menu-filters .label, .drop-down-menu-filters .filter-label,
  .drop-down-menu-filters-insights .label,
  .drop-down-menu-filters-insights .filter-label {
    text-transform: uppercase;
    top: 4px;
    margin-right: 0.625em;
    margin-top: 0.625em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
    .drop-down-menu-filters .label.date-sort, .drop-down-menu-filters .filter-label.date-sort,
    .drop-down-menu-filters-insights .label.date-sort,
    .drop-down-menu-filters-insights .filter-label.date-sort {
      padding-left: 45px; }
      .drop-down-menu-filters .label.date-sort .list-toggle-btn, .drop-down-menu-filters .filter-label.date-sort .list-toggle-btn,
      .drop-down-menu-filters-insights .label.date-sort .list-toggle-btn,
      .drop-down-menu-filters-insights .filter-label.date-sort .list-toggle-btn {
        line-height: 1;
        cursor: pointer; }
        .drop-down-menu-filters .label.date-sort .list-toggle-btn:before, .drop-down-menu-filters .filter-label.date-sort .list-toggle-btn:before,
        .drop-down-menu-filters-insights .label.date-sort .list-toggle-btn:before,
        .drop-down-menu-filters-insights .filter-label.date-sort .list-toggle-btn:before {
          display: inline-block;
          content: "Z";
          font-family: "googledrive";
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          vertical-align: -5.14286%;
          font-size: 1.2em;
          vertical-align: -15.14286%;
          padding: 0 3px; }
      .drop-down-menu-filters .label.date-sort .list-toggle-on:before, .drop-down-menu-filters .filter-label.date-sort .list-toggle-on:before,
      .drop-down-menu-filters-insights .label.date-sort .list-toggle-on:before,
      .drop-down-menu-filters-insights .filter-label.date-sort .list-toggle-on:before {
        content: "Z"; }
      .drop-down-menu-filters .label.date-sort .list-toggle-off:before, .drop-down-menu-filters .filter-label.date-sort .list-toggle-off:before,
      .drop-down-menu-filters-insights .label.date-sort .list-toggle-off:before,
      .drop-down-menu-filters-insights .filter-label.date-sort .list-toggle-off:before {
        content: "Y"; }
  .drop-down-menu-filters .filter-header, .drop-down-menu-filters .location-filter, .drop-down-menu-filters .label,
  .drop-down-menu-filters-insights .filter-header,
  .drop-down-menu-filters-insights .location-filter,
  .drop-down-menu-filters-insights .label {
    float: left;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    line-height: 1.3; }
    @media screen and (max-width: 61.9375em) {
      .drop-down-menu-filters .filter-header, .drop-down-menu-filters .location-filter, .drop-down-menu-filters .label,
      .drop-down-menu-filters-insights .filter-header,
      .drop-down-menu-filters-insights .location-filter,
      .drop-down-menu-filters-insights .label {
        float: none; } }
  .drop-down-menu-filters .filter-label,
  .drop-down-menu-filters-insights .filter-label {
    margin-left: 3.125em;
    color: #bd2b43; }
    @media screen and (max-width: 61.9375em) {
      .drop-down-menu-filters .filter-label,
      .drop-down-menu-filters-insights .filter-label {
        margin-left: 1em; } }
    .drop-down-menu-filters .filter-label.expertise2,
    .drop-down-menu-filters-insights .filter-label.expertise2 {
      margin-left: 0; }
  .drop-down-menu-filters .show-filter-list,
  .drop-down-menu-filters-insights .show-filter-list {
    line-height: 1; }
    .drop-down-menu-filters .show-filter-list:after,
    .drop-down-menu-filters-insights .show-filter-list:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .5em;
      margin-left: 0.5em; }
  .drop-down-menu-filters .text-filter-option,
  .drop-down-menu-filters-insights .text-filter-option {
    display: none; }
    .drop-down-menu-filters .text-filter-option.show-drop-down,
    .drop-down-menu-filters-insights .text-filter-option.show-drop-down {
      display: block; }

.page-header-background-image-careers .drop-down-menu-filters .current-value:after {
  top: 65%; }

.drop-down-menu-filters-insights {
  background-color: #FDFDFD;
  border-bottom: 1px solid #cececd;
  height: 5em;
  padding-top: 1.0625em;
  width: 100%;
  margin-top: 0.7em; }
  @media screen and (max-width: 61.9375em) {
    .drop-down-menu-filters-insights {
      display: none; } }
  .drop-down-menu-filters-insights .filter-header {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    position: relative; }
  .drop-down-menu-filters-insights .search-options {
    font-size: 1em; }
  .drop-down-menu-filters-insights .select-option {
    position: absolute;
    width: 14.9375em;
    box-shadow: 0.125em 0.125em 0.125em #cececd;
    margin-top: 1.75em; }
  .drop-down-menu-filters-insights .option {
    text-align: left;
    color: #5f5f5f;
    background-color: #e8e8e4;
    padding: .5em 1.5em; }
    .drop-down-menu-filters-insights .option:hover {
      background-color: none; }
    .drop-down-menu-filters-insights .option:last-child {
      padding-bottom: 1em; }
  .drop-down-menu-filters-insights.text-filterable .text-filter {
    background-color: #e8e8e4;
    padding: 0.3125em 0.625em;
    border: 1px solid #cececd;
    color: #001A32;
    position: relative;
    border-radius: 3px;
    float: right;
    width: 33%; }
    .drop-down-menu-filters-insights.text-filterable .text-filter:after {
      clear: both; }
    .drop-down-menu-filters-insights.text-filterable .text-filter:before, .drop-down-menu-filters-insights.text-filterable .text-filter:after {
      display: table;
      content: ' '; }
    .drop-down-menu-filters-insights.text-filterable .text-filter .input-container {
      background-color: inherit;
      overflow: hidden;
      width: 80%;
      padding: 0.375em;
      padding: 0.375em; }
    .drop-down-menu-filters-insights.text-filterable .text-filter .input,
    .drop-down-menu-filters-insights.text-filterable .text-filter input[type='text'] {
      background-color: transparent;
      width: 100%;
      color: inherit;
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-size: 1.125em; }
      .drop-down-menu-filters-insights.text-filterable .text-filter .input::-webkit-input-placeholder,
      .drop-down-menu-filters-insights.text-filterable .text-filter input[type='text']::-webkit-input-placeholder {
        color: inherit; }
      .drop-down-menu-filters-insights.text-filterable .text-filter .input::-moz-placeholder,
      .drop-down-menu-filters-insights.text-filterable .text-filter input[type='text']::-moz-placeholder {
        color: inherit; }
      .drop-down-menu-filters-insights.text-filterable .text-filter .input:-ms-input-placeholder,
      .drop-down-menu-filters-insights.text-filterable .text-filter input[type='text']:-ms-input-placeholder {
        color: inherit; }
      .drop-down-menu-filters-insights.text-filterable .text-filter .input::placeholder,
      .drop-down-menu-filters-insights.text-filterable .text-filter input[type='text']::placeholder {
        color: inherit; }
    .drop-down-menu-filters-insights.text-filterable .text-filter .button-submit {
      padding: 0.375em 0.75em;
      color: inherit;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      .drop-down-menu-filters-insights.text-filterable .text-filter .button-submit:before {
        border-left: 1px solid #cececd;
        position: absolute;
        left: 0;
        top: 20%;
        height: 60%;
        content: " "; }
  @media screen and (max-width: 61.9375em) {
    .drop-down-menu-filters-insights .text-filter {
      width: 9.375em; } }
  @media screen and (max-width: 47.9375em) {
    .drop-down-menu-filters-insights .text-filter {
      display: none; } }

.filter-title {
  color: #5f5f5f;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 21px; }
  .filter-title.country-label {
    color: #001A32; }
  .filter-title:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #cececd;
    border-radius: 8px;
    position: absolute;
    margin-left: -16px;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    top: 3px;
    text-align: center; }

.clicked {
  color: #5f5f5f;
  cursor: pointer; }
  .clicked:before {
    background-color: #ad122a; }
  .clicked:after {
    display: inline-block;
    content: "x";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    display: inline-block;
    color: #FDFDFD;
    position: absolute;
    left: 3px;
    top: 0;
    line-height: 2.15;
    font-size: 12px;
    vertical-align: baseline; }

.drop-down-partial {
  width: 100%;
  z-index: 1; }
  .drop-down-partial .filter-header {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    position: relative; }
  .drop-down-partial .select-option, .drop-down-partial .select-option-expertise {
    position: absolute;
    width: 14.9375em;
    box-shadow: 0.125em 0.125em 0.125em #cececd; }
  .drop-down-partial .option {
    text-align: left;
    color: #5f5f5f;
    background-color: #e8e8e4;
    padding: .5em 1.5em; }
    .drop-down-partial .option:hover {
      background-color: none; }
    .drop-down-partial .option:last-child {
      padding-bottom: 1em; }
  .drop-down-partial .close-button {
    position: absolute;
    right: 0.625em;
    top: 0.3125em;
    font-size: 0.875em; }
  .drop-down-partial.text-filterable .text-filter {
    float: right; }
  .drop-down-partial .select-option {
    position: absolute;
    background-color: #e8e8e4;
    z-index: 10; }
  .drop-down-partial #expertise, .drop-down-partial #date, .drop-down-partial #type, .drop-down-partial #careerlevel {
    position: absolute;
    background-color: #e8e8e4;
    z-index: 10;
    width: 100%;
    display: none; }
  .drop-down-partial #careerlevel {
    width: 25%;
    left: 25%; }
  .drop-down-partial #type {
    width: 25%;
    left: 43%; }
  .drop-down-partial #date {
    width: 25%;
    left: 35%; }
  .drop-down-partial .not-full-width {
    max-width: 14.6875em; }
    .drop-down-partial .not-full-width .close-button {
      top: 0.625em;
      right: 0.9375em; }
  .drop-down-partial .mega-options {
    list-style: none; }
  .drop-down-partial .industry, .drop-down-partial .practice, .drop-down-partial .practice-option {
    float: left;
    width: 48%; }
  .drop-down-partial .industry-option {
    float: right;
    width: 48%; }
  .drop-down-partial .sub-nav-header {
    list-style: none;
    font-size: 1.5em;
    margin-left: 1.5625em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }

.people-results .current-filters,
.page-insight .current-filters,
.news .current-filters {
  width: 100%;
  display: none;
  position: relative;
  border-bottom: 2.8125em solid transparent; }
  .people-results .current-filters.filter-panel,
  .page-insight .current-filters.filter-panel,
  .news .current-filters.filter-panel {
    width: auto;
    position: static;
    border-bottom: none; }
    .people-results .current-filters.filter-panel .filter-icon,
    .page-insight .current-filters.filter-panel .filter-icon,
    .news .current-filters.filter-panel .filter-icon {
      position: absolute;
      left: 1em;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      .people-results .current-filters.filter-panel .filter-icon:before,
      .page-insight .current-filters.filter-panel .filter-icon:before,
      .news .current-filters.filter-panel .filter-icon:before {
        vertical-align: baseline; }
  .people-results .current-filters:after,
  .page-insight .current-filters:after,
  .news .current-filters:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: 1px solid #cececd; }
  .people-results .current-filters .spacing,
  .page-insight .current-filters .spacing,
  .news .current-filters .spacing {
    padding-top: 10px;
    padding-bottom: 10px; }
  .people-results .current-filters .filters-list,
  .page-insight .current-filters .filters-list,
  .news .current-filters .filters-list {
    padding: 0 0.625em 0 0.625em;
    display: inline-block; }
    @media screen and (max-width: 47.9375em) {
      .people-results .current-filters .filters-list,
      .page-insight .current-filters .filters-list,
      .news .current-filters .filters-list {
        display: block; } }
  .people-results .current-filters .filter-option,
  .page-insight .current-filters .filter-option,
  .news .current-filters .filter-option {
    background: #ad122a;
    margin-top: 0.1875em;
    border-radius: 0.3125em;
    display: inline-block;
    overflow: hidden; }
    @media screen and (max-width: 47.9375em) {
      .people-results .current-filters .filter-option,
      .page-insight .current-filters .filter-option,
      .news .current-filters .filter-option {
        display: block; } }
  .people-results .current-filters .delete-filter,
  .page-insight .current-filters .delete-filter,
  .news .current-filters .delete-filter {
    color: #FDFDFD;
    width: 100%;
    cursor: pointer;
    display: block; }
  .people-results .current-filters .filter,
  .page-insight .current-filters .filter,
  .news .current-filters .filter {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.875em;
    line-height: 1.71429em;
    padding: 0.5em 3.75em 0.3125em 1em;
    position: relative; }
    .people-results .current-filters .filter.filter-panel-filter,
    .page-insight .current-filters .filter.filter-panel-filter,
    .news .current-filters .filter.filter-panel-filter {
      padding-left: 2em; }
    .people-results .current-filters .filter:after,
    .page-insight .current-filters .filter:after,
    .news .current-filters .filter:after {
      display: inline-block;
      content: "f";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .8em;
      position: absolute;
      right: 1.66667em;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(50%);
              transform: translateY(-50%) translateX(50%); }
    .people-results .current-filters .filter:before,
    .page-insight .current-filters .filter:before,
    .news .current-filters .filter:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 2.5em;
      right: 0;
      top: 0;
      background: #ee3035; }
    @media screen and (max-width: 47.9375em) {
      .people-results .current-filters .filter,
      .page-insight .current-filters .filter,
      .news .current-filters .filter {
        border-radius: 0; } }
  .people-results .current-filters .list-toggle,
  .page-insight .current-filters .list-toggle,
  .news .current-filters .list-toggle {
    float: right;
    margin-top: .5em; }
  .people-results .current-filters .list-toggle-trigger,
  .page-insight .current-filters .list-toggle-trigger,
  .news .current-filters .list-toggle-trigger {
    padding: 0;
    display: inline-block;
    color: #bd2b43;
    vertical-align: baseline; }
    .people-results .current-filters .list-toggle-trigger:hover,
    .page-insight .current-filters .list-toggle-trigger:hover,
    .news .current-filters .list-toggle-trigger:hover {
      color: #5f5f5f; }
  .people-results .current-filters .list-toggle-btn,
  .page-insight .current-filters .list-toggle-btn,
  .news .current-filters .list-toggle-btn {
    line-height: 1;
    cursor: pointer; }
    .people-results .current-filters .list-toggle-btn:before,
    .page-insight .current-filters .list-toggle-btn:before,
    .news .current-filters .list-toggle-btn:before {
      display: inline-block;
      content: "Z";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 2.25em;
      vertical-align: -15.14286%;
      padding: 0 3px; }
  .people-results .current-filters .list-toggle-on:before,
  .page-insight .current-filters .list-toggle-on:before,
  .news .current-filters .list-toggle-on:before {
    content: "Z"; }
  .people-results .current-filters .list-toggle-off:before,
  .page-insight .current-filters .list-toggle-off:before,
  .news .current-filters .list-toggle-off:before {
    content: "Y"; }
  .people-results .current-filters .list-toggle-grid,
  .page-insight .current-filters .list-toggle-grid,
  .news .current-filters .list-toggle-grid {
    position: relative; }
    .people-results .current-filters .list-toggle-grid:before,
    .page-insight .current-filters .list-toggle-grid:before,
    .news .current-filters .list-toggle-grid:before {
      display: inline-block;
      content: "S";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 1.5em;
      margin-right: 0.3125em;
      vertical-align: baseline; }
  .people-results .current-filters .list-toggle-list:before,
  .page-insight .current-filters .list-toggle-list:before,
  .news .current-filters .list-toggle-list:before {
    display: inline-block;
    content: "T";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: 1.5em;
    margin-left: 0.3125em;
    vertical-align: baseline; }

.page-insight .current-filters.show-filters,
.news .current-filters.show-filters {
  display: block; }
  @media screen and (max-width: 61.9375em) {
    .page-insight .current-filters.show-filters,
    .news .current-filters.show-filters {
      display: none; } }

.people-results .current-filters.show-filters {
  display: block; }
  @media screen and (max-width: 47.9375em) {
    .people-results .current-filters.show-filters {
      display: none; } }

.people-results .current-filters:after {
  border: none; }

.clear-filters {
  color: #5f5f5f;
  position: relative;
  display: inline-block;
  height: 1.5em;
  margin-top: 1.5em;
  margin-left: .5em;
  top: -0.75em;
  cursor: pointer; }
  @media screen and (max-width: 47.9375em) {
    .clear-filters {
      display: block; } }
  .clear-filters:before {
    display: inline-block;
    content: "f";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: 0.625em;
    background-color: #5f5f5f;
    height: 2.5em;
    width: 2.4em;
    line-height: 2.6em;
    padding-left: 7px;
    display: inline-block;
    border-radius: 50%;
    color: #FFF; }

.spacing {
  max-width: 79.875em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: auto;
  margin-right: auto; }

.drop-down-menu-filters-people-landing {
  margin-top: 3.125em; }
  @media screen and (max-width: 47.9375em) {
    .drop-down-menu-filters-people-landing {
      visibility: none;
      display: none; } }
  .drop-down-menu-filters-people-landing .left {
    width: 45%;
    float: left; }
    @media screen and (max-width: 47.9375em) {
      .drop-down-menu-filters-people-landing .left {
        width: 100%;
        float: none; } }
  .drop-down-menu-filters-people-landing .right {
    width: 45%;
    margin-left: 55%; }
    @media screen and (max-width: 47.9375em) {
      .drop-down-menu-filters-people-landing .right {
        width: 100%;
        margin-left: 0px; } }
  .drop-down-menu-filters-people-landing .filter-container {
    position: relative;
    color: #bd2b43;
    border-bottom: 2px solid #bd2b43;
    padding-bottom: 0.25em; }
    .drop-down-menu-filters-people-landing .filter-container:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .5em;
      position: absolute;
      right: 0;
      bottom: 1.25em;
      z-index: -1; }
  .drop-down-menu-filters-people-landing .filter {
    cursor: pointer;
    text-align: left; }
  .drop-down-menu-filters-people-landing .filter-label {
    top: 4px;
    margin-right: 0.625em;
    margin-top: 0.625em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125em;
    color: #001A32; }
    .drop-down-menu-filters-people-landing .filter-label a {
      color: #001A32; }
  .drop-down-menu-filters-people-landing .show-filter-list {
    line-height: 1; }
    .drop-down-menu-filters-people-landing .show-filter-list a {
      color: #001A32; }

.office-tile address,
.office-tile .office-contact,
.office-tile .office-additional-detail,
.office-tile .office-link {
  font-size: 1.125em;
  margin-top: 1.66667em; }

.office-tile address {
  font-style: normal; }

.office-tile .phone,
.office-tile .fax {
  display: block; }

.office-tile .office-link {
  line-height: 1;
  display: inline-block;
  margin-top: 1.66667em;
  padding-left: 0.7em; }
  .office-tile .office-link:before {
    display: inline-block;
    content: "I";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    transition: -webkit-transform 600ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
    transition: transform 600ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
    font-size: 0.625em;
    position: relative;
    left: -0.7em; }

@media screen and (max-width: 47.9375em) {
  .office-tile address,
  .office-tile .office-contact,
  .office-tile .office-link {
    margin-top: 1.11111em;
    font-size: 0.875em; }
  .office-tile .office-link {
    font-size: 1em; } }

.jump-bar-nav {
  text-align: center;
  background-color: #FDFDFD; }
  .jump-bar-nav .page-wrapper {
    position: relative;
    width: auto;
    display: inline-block;
    padding-left: 4em; }
  .jump-bar-nav .label {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.75em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase; }
  .jump-bar-nav .current-selection {
    display: none; }
  .jump-bar-nav .jump-buttons {
    display: inline-block; }
  .jump-bar-nav .jump-button {
    display: inline-block;
    margin: 2em 0.5em;
    margin-left: 0;
    cursor: pointer; }
    .jump-bar-nav .jump-button:last-of-type {
      margin-right: 0; }
  @media screen and (max-width: 61.9375em) {
    .jump-bar-nav .jump-button .button-red {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media screen and (max-width: 47.9375em) {
    .jump-bar-nav {
      text-align: left; }
      .jump-bar-nav .page-wrapper {
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%; }
      .jump-bar-nav .label {
        display: block;
        position: static;
        -webkit-transform: none;
                transform: none;
        margin-top: 0;
        padding: 1em 1.14286em;
        font-size: 0.875em;
        background-color: #f3f2ee;
        border-top: 1px solid #cececd;
        border-bottom: 1px solid #cececd; }
      .jump-bar-nav .current-selection {
        display: block;
        text-transform: uppercase;
        font-size: 0.875em;
        padding: 1em 1.14286em;
        color: #ad122a;
        background-color: #FDFDFD;
        border-bottom: 1px solid #cececd;
        cursor: pointer;
        font-family: "googlefonts", Arial Narrow, Arial;
        font-weight: normal;
        font-style: normal;
        font-weight: bold; }
        .jump-bar-nav .current-selection:after {
          display: inline-block;
          content: "z";
          font-family: "googledrive";
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          vertical-align: -5.14286%;
          font-size: .8em;
          float: right;
          line-height: 1.8; }
      .jump-bar-nav .jump-buttons {
        margin-left: 0;
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #cececd;
        display: none;
        z-index: 10; }
        .jump-bar-nav .jump-buttons.show-buttons {
          display: block; }
      .jump-bar-nav .jump-button {
        display: block;
        margin: 0;
        width: 100%; }
        .jump-bar-nav .jump-button .button-red {
          width: 100%;
          border-radius: 0;
          font-size: 0.875em;
          padding: 1em 1.14286em;
          display: block;
          text-align: left;
          color: #ad122a;
          background-color: #FDFDFD; }
          .jump-bar-nav .jump-button .button-red:hover {
            box-shadow: none;
            background-color: #f3f2ee; }
        .jump-bar-nav .jump-button.is-selected {
          display: none; } }

.content-overview .description {
  font-size: 1.125em;
  line-height: 1.75em; }
  .content-overview .description ul {
    padding: 0 2em; }
  .content-overview .description ol {
    padding: 0 2em; }
  .content-overview .description img {
    max-width: 100%; }
  .content-overview .description h1 {
    line-height: 1.5em; }
  .content-overview .description h3 {
    font-size: 28px;
    line-height: 1;
    position: relative;
    margin: 1em 0 0.83333em; }
  .content-overview .description button {
    font-size: 16px; }

.content-overview .header-title {
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.75em;
  position: relative;
  top: 5px;
  color: #001A32;
  font-weight: bold; }

@media screen and (max-width: 47.9375em) {
  .content-overview .header-title {
    font-size: 1.25em; }
  .content-overview .description,
  .content-overview .right-side-related {
    font-size: 1em; } }

.related-insights .description {
  font-size: 1.125em;
  margin-top: 1.77778em; }

.related-insights .header-title {
  line-height: 1;
  font-size: 2em;
  position: relative;
  top: 5px;
  color: #001A32;
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  font-weight: bold; }

.related-insights .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.related-insights .promo-content-tile {
  width: 48%;
  margin-top: 1.77778em; }

@media screen and (max-width: 61.9375em) {
  .related-insights {
    display: block; }
    .related-insights .promo-content-tile {
      width: 100%; } }

@media screen and (max-width: 47.9375em) {
  .related-insights .header-title {
    font-size: 1.5em; }
  .related-insights .description {
    font-size: 0.875em; } }

.carousel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  float: left;
  padding-left: 2px; }
  .carousel-content .left-side {
    width: 60%;
    position: relative; }
  .carousel-content .video .image-container {
    position: relative;
    padding-bottom: 1.25em; }
    .carousel-content .video .image-container:after {
      /*		content: url($file-path-images + 'video-play.png');
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translateX(-50%) translateY(-50%);*/ }
    .carousel-content .video .image-container:before {
      /*	content: '';
				position: absolute;
				display: inline-block;
				bottom: 0;
				left: 50%;
				width: 70%;
				height: px-to-em($padding-bottom-shadow);
				transform: translateX(-50%);
				background-image: url($file-path-images + 'video-shadow.png');
				background-size: 100% 100%;*/ }
  .carousel-content blockquote {
    font-size: 5.5rem;
    line-height: 1.2;
    color: #5f5f5f; }
    .carousel-content blockquote p {
      margin: 0; }
  .carousel-content cite {
    font-size: 0.75em;
    display: block;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal; }
  .carousel-content .image {
    display: block;
    max-width: 100%; }
  .carousel-content .right-side {
    vertical-align: middle;
    width: 40%;
    padding-left: 7%; }
  .carousel-content .headline {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em; }
  .carousel-content .summary {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25em; }
  .carousel-content .instructions {
    margin-top: 0.5em; }
  @media screen and (max-width: 47.9375em) {
    .carousel-content {
      display: block; }
      .carousel-content .left-side {
        display: block;
        width: auto; }
      .carousel-content .image {
        width: 100%; }
      .carousel-content .right-side {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-bottom: 2.625em; }
      .carousel-content .headline {
        margin-top: 1.3125em;
        font-size: 2em; }
      .carousel-content .summary {
        font-size: 1em; } }

.tabs-panel-nav {
  position: relative; }
  @media screen and (max-width: 47.9375em) {
    .tabs-panel-nav {
      margin-left: -1.5em;
      margin-right: -1.5em; }
      .tabs-panel-nav .tabs-panel-nav-toggle {
        padding-left: 1.5em;
        padding-right: 1.5em; } }

.tabs-panel-nav-toggle {
  display: none;
  width: 100%;
  text-align: left; }
  @media screen and (max-width: 47.9375em) {
    .tabs-panel-nav-toggle {
      position: relative;
      display: block;
      text-transform: uppercase;
      color: #ad122a;
      line-height: 1.21429em;
      padding: 1em 1.14286em;
      position: relative;
      cursor: pointer;
      border-bottom: 1px solid #D5D5CF;
      background-color: #FDFDFD;
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-size: 0.875em; }
      .tabs-panel-nav-toggle:after {
        display: inline-block;
        content: "z";
        font-family: "googledrive";
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: -5.14286%;
        font-size: .8em;
        position: absolute;
        right: 1.14286em;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        line-height: 2; } }

.tabs-panel-nav-list {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  border-bottom: 1px solid #cececd; }
  .tabs-panel-nav-list .tabs-panel-nav-item {
    display: inline-block; }
    .tabs-panel-nav-list .tabs-panel-nav-item + .tabs-panel-nav-item {
      margin-left: .5em; }
  .tabs-panel-nav-list .tabs-panel-nav-link {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    background-color: #FDFDFD;
    text-transform: uppercase;
    padding: 1em;
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #cececd;
    margin-bottom: 1.875em; }
    .tabs-panel-nav-list .tabs-panel-nav-link.is-selected, .tabs-panel-nav-list .tabs-panel-nav-link:hover {
      background-color: #ad122a;
      color: #FDFDFD; }
  @media screen and (max-width: 47.9375em) {
    .tabs-panel-nav-list {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #FDFDFD;
      border-bottom: 1px solid #D5D5CF;
      padding: 0.5em 1em;
      display: none;
      z-index: 10; }
      .tabs-panel-nav-list.is-expanded {
        display: block; }
      .tabs-panel-nav-list .tabs-panel-nav-item {
        display: block;
        margin-left: 0; }
        .tabs-panel-nav-list .tabs-panel-nav-item + .tabs-panel-nav-item {
          margin-left: 0; }
      .tabs-panel-nav-list .tabs-panel-nav-link {
        line-height: 1.77778em;
        margin: 0.66667em 0;
        font-size: 0.875em;
        border-radius: 0;
        text-align: left;
        border: 0;
        display: block;
        padding: 0; }
        .tabs-panel-nav-list .tabs-panel-nav-link:hover {
          background-color: #FDFDFD;
          color: #5f5f5f; }
        .tabs-panel-nav-list .tabs-panel-nav-link.is-selected {
          display: none; } }

.people-landing-filter-options,
.full-width-filter-options {
  position: relative;
  z-index: 5;
  margin-top: -0.5em; }
  @media screen and (max-width: 61.9375em) {
    .people-landing-filter-options,
    .full-width-filter-options {
      margin-top: 0; } }
  .people-landing-filter-options ul,
  .full-width-filter-options ul {
    list-style: none; }
  .people-landing-filter-options .close-button,
  .full-width-filter-options .close-button {
    position: absolute;
    right: 1em;
    top: 1em;
    font-size: 0.875em; }
  .people-landing-filter-options .location-filter,
  .full-width-filter-options .location-filter {
    float: left;
    margin-top: 0.625em;
    position: relative;
    z-index: 2; }
  .people-landing-filter-options .all-location-filter,
  .full-width-filter-options .all-location-filter {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%; }
    .people-landing-filter-options .all-location-filter:hover,
    .full-width-filter-options .all-location-filter:hover {
      cursor: pointer; }
    .people-landing-filter-options .all-location-filter.show-drop-down,
    .full-width-filter-options .all-location-filter.show-drop-down {
      display: block; }
    @media screen and (max-width: 47.9375em) {
      .people-landing-filter-options .all-location-filter,
      .full-width-filter-options .all-location-filter {
        display: none !important; }
        .people-landing-filter-options .all-location-filter.show-drop-down,
        .full-width-filter-options .all-location-filter.show-drop-down {
          display: none; } }
  .people-landing-filter-options .region-detail-title,
  .full-width-filter-options .region-detail-title {
    padding-bottom: 1.875em;
    border-bottom: 1px solid #e8e8e4; }
  .people-landing-filter-options .region-filter-label,
  .full-width-filter-options .region-filter-label {
    font-size: 1.125em;
    line-height: 1.3;
    padding-top: .1em; }
  .people-landing-filter-options .regions-filter,
  .full-width-filter-options .regions-filter {
    width: 100%;
    background-color: #e8e8e4;
    padding-left: 6.5625em;
    padding-right: 6.5625em;
    line-height: 0;
    display: table;
    z-index: -1; }
    @media screen and (max-width: 61.9375em) {
      .people-landing-filter-options .regions-filter,
      .full-width-filter-options .regions-filter {
        display: inline-block; } }
  .people-landing-filter-options .region-filter,
  .full-width-filter-options .region-filter {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
    width: 25%; }
    .people-landing-filter-options .region-filter.show-details,
    .full-width-filter-options .region-filter.show-details {
      background-color: #FDFDFD; }
      .people-landing-filter-options .region-filter.show-details .region-details,
      .full-width-filter-options .region-filter.show-details .region-details {
        display: block; }
      .people-landing-filter-options .region-filter.show-details .region-description,
      .full-width-filter-options .region-filter.show-details .region-description {
        color: #5f5f5f; }
      .people-landing-filter-options .region-filter.show-details .region-label,
      .full-width-filter-options .region-filter.show-details .region-label {
        color: #5f5f5f; }
        .people-landing-filter-options .region-filter.show-details .region-label:after,
        .full-width-filter-options .region-filter.show-details .region-label:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
    .people-landing-filter-options .region-filter:last-child .countries,
    .full-width-filter-options .region-filter:last-child .countries {
      -webkit-columns: 2 auto;
         -moz-columns: 2 auto;
              columns: 2 auto; }
    .people-landing-filter-options .region-filter:nth-last-of-type(2) .countries,
    .full-width-filter-options .region-filter:nth-last-of-type(2) .countries {
      -webkit-columns: 4 auto;
         -moz-columns: 4 auto;
              columns: 4 auto; }
    .people-landing-filter-options .region-filter:last-child .countries,
    .full-width-filter-options .region-filter:last-child .countries {
      -webkit-columns: 2 auto;
         -moz-columns: 2 auto;
              columns: 2 auto;
      padding-right: 50%; }
  .people-landing-filter-options .region-description,
  .full-width-filter-options .region-description {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    cursor: pointer;
    color: #ad122a; }
    .people-landing-filter-options .region-description:hover,
    .full-width-filter-options .region-description:hover {
      color: #5f5f5f; }
  .people-landing-filter-options .region-icon,
  .full-width-filter-options .region-icon {
    vertical-align: middle;
    font-size: 4.0625em; }
  .people-landing-filter-options .region-label,
  .full-width-filter-options .region-label {
    text-transform: uppercase;
    margin-left: .75em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
    .people-landing-filter-options .region-label:after,
    .full-width-filter-options .region-label:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .6em;
      margin-left: .5em;
      vertical-align: baseline; }
    @media screen and (max-width: 61.9375em) {
      .people-landing-filter-options .region-label,
      .full-width-filter-options .region-label {
        display: inline-block; } }
  .people-landing-filter-options .region-details,
  .full-width-filter-options .region-details {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2.5em 6.5625em;
    background-color: #FDFDFD;
    display: none;
    text-align: left;
    box-shadow: 0 3px 3px 0 rgba(95, 95, 95, 0.7); }
  .people-landing-filter-options .region-intro,
  .full-width-filter-options .region-intro {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal; }
  .people-landing-filter-options .countries,
  .full-width-filter-options .countries {
    -webkit-columns: 5 auto;
       -moz-columns: 5 auto;
            columns: 5 auto;
    margin: 1.5em 0 0; }
  .people-landing-filter-options .country,
  .full-width-filter-options .country {
    margin-bottom: 0;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
    position: relative; }
    .people-landing-filter-options .country:after,
    .full-width-filter-options .country:after {
      content: '';
      display: block;
      height: 1.25em;
      width: 100%; }
  .people-landing-filter-options .country-label,
  .full-width-filter-options .country-label {
    display: block;
    font-size: 1.125em;
    line-height: 1.3;
    padding-top: 0.1em; }
  .people-landing-filter-options .city-label,
  .full-width-filter-options .city-label {
    display: block;
    font-size: 0.875em;
    line-height: 1.8;
    margin-top: 0.3125em;
    padding-top: 0.2em;
    padding-bottom: .1em;
    position: relative;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid; }
    .people-landing-filter-options .city-label:before,
    .full-width-filter-options .city-label:before {
      top: 5px; }

.people-landing-filter-options {
  margin-top: -3.5em; }
  .people-landing-filter-options .all-location-filter, .people-landing-filter-options .drop-down-partial-expertise {
    box-shadow: -0.125em -0.125em 0.125em #cececd; }

.full-width-filter-options .drop-down-partial-expertise {
  position: absolute; }
  .full-width-filter-options .drop-down-partial-expertise .subcategories {
    padding: 2.5em 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .full-width-filter-options .drop-down-partial-expertise .subcategories:after {
      content: " ";
      display: block;
      clear: both; }
  .full-width-filter-options .drop-down-partial-expertise .subcategory {
    width: 48.93625%;
    float: left;
    margin-right: 2.1275%; }
    .full-width-filter-options .drop-down-partial-expertise .subcategory:last-of-type {
      float: right;
      margin-right: 0; }
    .full-width-filter-options .drop-down-partial-expertise .subcategory:first-child .secondary-links ul {
      height: 18.75em;
      -webkit-column-fill: auto;
         -moz-column-fill: auto;
              column-fill: auto;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
  .full-width-filter-options .drop-down-partial-expertise .subcategory-label {
    font-size: 1.75em;
    font-weight: bold; }
  .full-width-filter-options .drop-down-partial-expertise .close-button {
    right: 1.8em;
    font-size: 0.875em; }

.full-width-filter-options .secondary-links {
  margin-top: 1em; }
  .full-width-filter-options .secondary-links ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }

.full-width-filter-options .secondary-link {
  padding-bottom: 15px;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid; }

.full-width-filter-options .drop-down-partial {
  background-color: #e8e8e4; }

.full-width-filter-options #expertise,
.full-width-filter-options #expertise2 {
  position: relative;
  width: 100%;
  box-shadow: none; }
  @media screen and (max-width: 47.9375em) {
    .full-width-filter-options #expertise,
    .full-width-filter-options #expertise2 {
      display: none !important; } }

.all-expertise-filter {
  display: none;
  max-width: 79.875em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: auto;
  margin-right: auto; }

.region-nav-wrapper {
  list-style: none; }
  .region-nav-wrapper .region-nav-helper-text {
    margin-bottom: 32px;
    font-size: 1.125em;
    line-height: 1.55556em; }

.region-nav {
  list-style: none;
  text-align: center; }

.region-nav-item,
.region-nav-link {
  display: inline-block; }

.region-nav-item {
  padding-right: 2%;
  /* four items */ }
  .region-nav-item:last-child {
    padding-right: 0; }
  .region-nav-item:nth-child(1):nth-last-child(4), .region-nav-item:nth-child(2):nth-last-child(3), .region-nav-item:nth-child(3):nth-last-child(2), .region-nav-item:nth-child(4):nth-last-child(1) {
    padding: 2.5em; }
    .region-nav-item:nth-child(1):nth-last-child(4):first-child, .region-nav-item:nth-child(2):nth-last-child(3):first-child, .region-nav-item:nth-child(3):nth-last-child(2):first-child, .region-nav-item:nth-child(4):nth-last-child(1):first-child {
      padding-left: 0; }
    .region-nav-item:nth-child(1):nth-last-child(4):last-child, .region-nav-item:nth-child(2):nth-last-child(3):last-child, .region-nav-item:nth-child(3):nth-last-child(2):last-child, .region-nav-item:nth-child(4):nth-last-child(1):last-child {
      padding-right: 0; }

.region-nav-link {
  text-transform: uppercase;
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125em;
  font-weight: bold; }
  .region-nav-link .bm, .region-nav-link .promo-category .category-icon:before, .promo-category .region-nav-link .category-icon:before {
    font-size: 1.75em;
    padding-right: 0.3125em;
    margin-bottom: -0.625em;
    position: relative;
    -webkit-transform: translateY(30%);
            transform: translateY(30%); }
  .region-nav-link .bm-region-asia,
  .region-nav-link .bm-region-emea {
    padding-right: 0.125em; }
  .region-nav-link .bm-globe {
    font-size: 1.875em; }

@media screen and (max-width: 47.9375em) {
  .region-nav {
    margin: 0 -1.5em; }
  .region-nav-item,
  .region-nav-link {
    display: block; }
  .region-nav-link {
    font-size: 0.875em; }
  .region-nav-item {
    padding: 0.625em 1.5em;
    border-bottom: 1px solid #cececd; }
  .region-nav-link .bm, .region-nav-link .promo-category .category-icon:before, .promo-category .region-nav-link .category-icon:before {
    display: none; } }

.video-embed {
  position: relative;
  cursor: pointer;
  padding-bottom: 1.25em;
  max-width: 62.5em; }
  .video-embed:after {
    content: url("../../dist/toolkit/images/video-play.png");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .video-embed:before {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 50%;
    width: 70%;
    height: 1.25em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../../dist/toolkit/images/video-shadow.png");
    background-size: 100% 100%; }
  @media screen and (max-width: 47.9375em) {
    .video-embed {
      margin-top: 1.5em; } }

.video-embed-pcm {
  position: relative;
  cursor: pointer;
  padding-bottom: 1.25em;
  max-width: 62.5em;
  margin: auto; }
  .video-embed-pcm > img {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .video-embed-pcm.show-overlay:after {
    content: url("../../dist/toolkit/images/video-play.png");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.video-embed-image {
  max-width: 100%; }

.wide-pcm-video-content {
  padding: 1em; }

.player-container {
  max-height: 422px; }
  .player-container .player-frame-container {
    padding-bottom: 56.25%;
    position: relative; }
    .player-container .player-frame-container .player-frame {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 750px;
      max-height: 422px;
      margin: 0 auto; }
    .player-container .player-frame-container .BrightcoveExperience {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.page-subcategories {
  list-style-type: none;
  font-size: 1.125em;
  line-height: 1em;
  padding: 32px 0;
  text-align: center;
  margin-top: 32px;
  border: 1px solid #cececd;
  border-width: 1px 0; }
  .page-subcategories .subcategory {
    display: inline;
    margin-right: 5%; }
    .page-subcategories .subcategory:last-child {
      margin-right: 0; }
  .page-subcategories .subcategory-link {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    line-height: 1.75em; }
    .page-subcategories .subcategory-link:before {
      display: inline-block;
      content: "I";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      position: absolute;
      left: 0;
      font-size: .6em;
      line-height: 2.5em;
      vertical-align: baseline; }
  @media screen and (max-width: 47.9375em) {
    .page-subcategories {
      font-size: 0.875em;
      margin-top: 1.5em;
      padding: 24px 0;
      text-align: left; }
      .page-subcategories .subcategory {
        display: block;
        margin-top: 24px; }
        .page-subcategories .subcategory:first-child {
          margin-top: 0; }
        .page-subcategories .subcategory .subcategory-link {
          line-height: 1em; }
          .page-subcategories .subcategory .subcategory-link:before {
            display: inline-block;
            content: "I";
            font-family: "googledrive";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            vertical-align: -5.14286%;
            line-height: 1.5em; } }

.search-filters .label {
  text-transform: uppercase;
  color: #494950;
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125em; }

.search-filters .filters {
  padding: 0.5em;
  border: 1px solid #cececd;
  background-color: #e8e8e4;
  border-radius: 3px;
  margin-top: .5em;
  list-style-type: none; }

.search-filters .filter {
  font-size: 0.875em;
  color: #FFF;
  background-color: #ad122a;
  padding: 0.71429em 0.85714em;
  margin-top: .5em;
  border-radius: 3px;
  position: relative;
  transition: color .3s, background-color .3s;
  cursor: pointer; }
  .search-filters .filter:first-of-type {
    margin-top: 0; }

@media screen and (max-width: 47.9375em) {
  .search-filters {
    position: relative;
    z-index: 2; }
    .search-filters .label {
      color: #ad122a;
      background-color: #FDFDFD;
      font-size: 0.875em;
      padding: .75em 1em;
      cursor: pointer; }
      .search-filters .label:after {
        display: inline-block;
        content: "z";
        font-family: "googledrive";
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: -5.14286%;
        float: right;
        line-height: 2;
        font-size: .7em; }
    .search-filters .filters {
      margin-top: 0;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      font-size: 0.875em;
      display: none; }
    .search-filters.show-filters .label:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .search-filters.show-filters .filters {
      display: block; } }

.filter-page .loading-gif {
  display: none;
  margin: 1em auto; }

.filter-page.show-loading .loading-gif {
  display: block; }

.filter-page.show-loading .button-red {
  display: none; }

@supports (-ms-accelerator: true) {
  .search-filters .label:after {
    padding-right: 1em; } }

.site-search-results .site-search-result {
  padding: 1.8125em 0;
  border-bottom: 1px solid #cececd;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .site-search-results .site-search-result:after {
    content: " ";
    display: block;
    clear: both; }

.site-search-results .results-image {
  float: left;
  margin-right: 2em;
  margin-bottom: .25em;
  border-radius: 3px;
  width: 120px; }
  .site-search-results .results-image img {
    max-width: 100%; }
  .site-search-results .results-image .placeholder {
    width: 120px;
    height: 150px;
    background-color: transparent; }

.site-search-results .placeholder {
  float: left;
  margin-right: 2em;
  margin-bottom: .25em;
  border-radius: 3px;
  width: 120px;
  height: 150px;
  background-color: transparent; }

.site-search-results .title {
  margin-bottom: .25em;
  line-height: 1.20833em;
  font-size: 1.5em;
  font-weight: bold; }
  .site-search-results .title a:after {
    display: inline-block;
    margin-left: 0.75em;
    padding-left: 0.75em;
    border-left: 1px solid #ad122a;
    line-height: 1; }
  .site-search-results .title.remove-uppercase {
    text-transform: none; }

.site-search-results .brief {
  font-size: 1.125em;
  line-height: 1.55556em; }

.site-search-results .link {
  font-size: 0.875em;
  padding-top: .75em; }

.site-search-results .profile {
  overflow: hidden;
  font-size: 1.125em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .site-search-results .profile:after {
    content: " ";
    display: block;
    clear: both; }

.site-search-results .left {
  width: 48.93625%;
  float: left;
  margin-right: 2.1275%; }

.site-search-results .level {
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal; }

.site-search-results .offices {
  list-style-type: none;
  margin-top: 0.75em; }

.site-search-results .office {
  display: inline-block; }
  .site-search-results .office:after {
    content: ',';
    padding-right: 3px; }
  .site-search-results .office:last-of-type:after {
    content: none; }

.site-search-results .right {
  width: 48.93625%;
  float: right;
  margin-right: 0; }

.site-search-results .phone {
  margin-bottom: .25em; }
  .site-search-results .phone:before {
    display: inline-block;
    content: "y";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    color: #ad122a;
    padding-right: .5em;
    font-size: 1rem; }

.site-search-results .email:before {
  display: inline-block;
  content: "g";
  font-family: "googledrive";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -5.14286%;
  color: #ad122a;
  padding-right: .5em;
  font-size: 1rem; }

.site-search-results .linkedin:before {
  display: inline-block;
  content: "F";
  font-family: "googledrive";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -5.14286%;
  color: #ad122a;
  padding-right: .5rem;
  font-size: 1rem; }

.site-search-results .disclaimer {
  font-size: 1.125em;
  margin-top: 0.75em; }
  .site-search-results .disclaimer:before {
    display: inline-block;
    content: "h";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    padding-right: .5em;
    position: relative;
    top: 2px;
    font-size: 1.25rem; }

@media screen and (max-width: 47.9375em) {
  .site-search-results .site-search-result {
    padding: 1.4375em 0; }
  .site-search-results .results-image {
    display: none; }
  .site-search-results .placeholder {
    display: none; }
  .site-search-results .title {
    font-size: 1.125em; }
  .site-search-results .brief,
  .site-search-results .link,
  .site-search-results .profile {
    font-size: 0.875em; }
  .site-search-results .disclaimer {
    font-size: 0.875em; }
    .site-search-results .disclaimer:before {
      display: inline-block;
      content: "h";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      padding-right: .5em;
      position: relative;
      top: 2px;
      font-size: 1rem; } }

.infographic-module {
  width: 620px;
  height: 620px;
  position: absolute;
  margin: 0 auto;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (max-width: 47.9375em) {
    .infographic-module {
      position: relative;
      top: auto;
      left: auto;
      margin: 1.25em auto 5em;
      width: 420px;
      height: 420px;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
  @media screen and (max-width: 31.25em) {
    .infographic-module {
      width: 280px;
      height: 280px; } }

.infographic {
  height: 0;
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin: 1em auto; }
  .infographic svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.infographic-content {
  position: absolute;
  z-index: 10;
  top: 250px;
  left: 160px;
  width: 290px;
  height: 155px;
  text-align: center;
  color: #ad122a;
  line-height: 1; }
  .infographic-content .infographic-content-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .infographic-content .firm-number {
    font-size: 3em;
    line-height: 1;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
  .infographic-content .firm-title {
    font-size: 2.25em; }
  .infographic-content .firm-tag {
    font-size: 1.125em;
    color: #5f5f5f;
    margin-top: .5em; }
  @media screen and (max-width: 47.9375em) {
    .infographic-content {
      top: 158px;
      left: 95px;
      width: 227px;
      height: 110px; }
      .infographic-content .firm-number {
        font-size: 2.8125em; }
      .infographic-content .firm-title {
        font-size: 1.125em; }
      .infographic-content .firm-tag {
        font-size: 1em;
        color: #5f5f5f;
        margin-top: .5em; } }
  @media screen and (max-width: 31.25em) {
    .infographic-content {
      top: 93px;
      left: 63px;
      width: 150px;
      height: 100px; }
      .infographic-content .firm-number {
        font-size: 2.5em; }
      .infographic-content .firm-title {
        font-size: 1em; }
      .infographic-content .firm-tag {
        font-size: 0.75em;
        color: #5f5f5f;
        margin-top: .5em; } }

.infographic-nav {
  position: absolute;
  top: 103%;
  width: 100%;
  text-align: center; }
  .infographic-nav .infographic-nav-btn {
    background-color: rgba(225, 225, 225, 0.01);
    border-radius: 12px;
    width: 1.5em;
    height: 1.5em;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    transition: background-color 0.4sms cubic-bezier(0.86, 0, 0.07, 1) 0s; }
    .infographic-nav .infographic-nav-btn:after {
      content: '';
      display: inline-block;
      background-color: #FDFDFD;
      border-radius: 4px;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
    .infographic-nav .infographic-nav-btn.is-active, .infographic-nav .infographic-nav-btn:hover {
      background-color: #ad122a; }
    .infographic-nav .infographic-nav-btn + .infographic-nav-btn {
      margin-left: .5em; }

/*====================================================================================
=            SVG Specific Styles that controls color of background colors            =
====================================================================================*/
#svgWheel {
  display: block;
  margin: 0 auto;
  /*overflow: visible;*/
  /* uncomment this if you are using bouncing animations*/
  /* You can change these default styles any way you want */ }
  #svgWheel a {
    cursor: pointer;
    /* SVG &lt;a&gt; elements don't get this by default, so you need to explicitly set it */
    outline: none; }
  #svgWheel .svg-item .sector {
    transition: all .1s linear;
    fill: #ad122a;
    stroke: #fff; }
  #svgWheel .svg-item:hover .sector,
  #svgWheel .svg-item:focus .sector,
  #svgWheel .svg-item.active .sector {
    fill: #bd2b43;
    fill-opacity: 0.3; }
    #svgWheel .svg-item:hover .sector.no-image,
    #svgWheel .svg-item:focus .sector.no-image,
    #svgWheel .svg-item.active .sector.no-image {
      fill-opacity: 1;
      fill: #ee3035; }
  #svgWheel .svg-item.active .sector {
    fill: none; }
    #svgWheel .svg-item.active .sector.no-image {
      fill-opacity: 1;
      fill: #ee3035; }
  #svgWheel symbol {
    overflow: visible;
    /* KEEP THIS so that text will not get cut off it it is wider than the icon width */ }

/*=====  End of SVG Specific Styles that controls color of background colors  ======*/
.csr-facebook {
  text-align: center;
  padding: 5.625em 0; }
  .csr-facebook .prompt {
    display: inline-block;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 2em; }
  .csr-facebook .facebook-link {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 4.6875em;
    background-color: #fdfdfb;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    font-size: 10px;
    margin-left: 1em;
    top: 10px;
    position: relative; }
    .csr-facebook .facebook-link:after {
      display: inline-block;
      content: "D";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      color: #bd2b43;
      font-size: 2em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
  @media screen and (max-width: 47.9375em) {
    .csr-facebook {
      padding: 40px; }
      .csr-facebook .prompt {
        font-size: 1.125em; }
      .csr-facebook .facebook-link {
        width: 2.625em;
        height: 2.625em;
        top: 8px; }
        .csr-facebook .facebook-link:after {
          font-size: 2em; } }

.email-disclaimer {
  position: fixed;
  width: 90%;
  max-width: 40em;
  padding: 2.1875em 3.125em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FDFDFD;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-in, visibility 300ms linear 300ms; }
  .is-active-modal .email-disclaimer {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    transition: opacity 300ms ease-in, visibility 100ms linear; }
  .email-disclaimer .title {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    font-size: 1.875em;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 61.9375em) {
      .email-disclaimer .title {
        font-size: 1.5em; } }
  .email-disclaimer .copy {
    margin: 1.125em 0 2em; }
  .email-disclaimer .button-red + .button-red {
    margin-left: 1.5625em; }
  .email-disclaimer .modal-close {
    position: absolute;
    bottom: 100%;
    left: 100%;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    color: #5f5f5f;
    background-color: #cececd;
    text-align: center; }
    .email-disclaimer .modal-close:after {
      display: inline-block;
      content: "f";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 0.875em;
      line-height: 2; }
  @media screen and (max-width: 47.9375em) {
    .email-disclaimer {
      max-height: 85%;
      padding: 1.25em 1.875em; }
      .email-disclaimer .button-red + .button-red {
        margin-left: 0.3125em; }
      .email-disclaimer .copy {
        height: 40vh;
        overflow: auto;
        font-size: 0.875em; }
      .email-disclaimer .modal-close {
        left: auto;
        right: 0;
        margin: 0 -0.9375em -0.3125em 0; } }

.modal-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease-in, visibility 300ms linear 300ms; }
  .is-active-modal .modal-bg {
    opacity: 1;
    visibility: visible;
    z-index: 90;
    transition: opacity 300ms ease-in, visibility 100ms linear; }

.external-window .email-disclaimer {
  width: 100%;
  height: 100%;
  padding: 0.625em 0.9375em;
  background-color: #FDFDFD;
  opacity: 1;
  visibility: visible;
  z-index: 100; }
  .external-window .email-disclaimer .title {
    font-weight: bold;
    font-size: 1.875em;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 61.9375em) {
      .external-window .email-disclaimer .title {
        font-size: 1.5em; } }
  .external-window .email-disclaimer .actions {
    margin-bottom: 20px;
    margin-top: 20px; }
  .external-window .email-disclaimer .button-red + .button-red {
    margin-left: 1.5625em; }
  @media screen and (max-width: 47.9375em) {
    .external-window .email-disclaimer .copy {
      height: auto;
      overflow: auto;
      font-size: 0.875em; } }

.text-filterable .autocomplete-suggestions-wrapper .autocomplete-suggestions {
  max-height: 450px; }
  @media screen and (max-width: 61.9375em) {
    .text-filterable .autocomplete-suggestions-wrapper .autocomplete-suggestions {
      max-height: 350px; } }

.autocomplete-suggestions-wrapper {
  position: relative;
  margin-right: -2px;
  z-index: 4 !important; }
  .autocomplete-suggestions-wrapper .autocomplete-suggestions {
    background-color: #FFF;
    padding: 0;
    display: hidden;
    position: absolute;
    text-rendering: optimizeLegibility;
    overflow-y: scroll;
    max-height: 75vh;
    width: 100% !important;
    font-size: .85em;
    left: -1px;
    right: 0;
    top: 0;
    border-radius: 0 0 3px 3px;
    border-left: 1px solid #cececd;
    border-right: 1px solid #cececd;
    border-bottom: 1px solid #cececd; }
    @media screen and (min-width: 1200px) {
      .autocomplete-suggestions-wrapper .autocomplete-suggestions {
        width: 100% !important; } }
    @media screen and (max-width: 74.9375em) {
      .autocomplete-suggestions-wrapper .autocomplete-suggestions {
        width: 18.65em !important; } }
    @media screen and (max-width: 61.9375em) {
      .autocomplete-suggestions-wrapper .autocomplete-suggestions {
        width: 100% !important; } }
    .autocomplete-suggestions-wrapper .autocomplete-suggestions .suggested-label {
      padding: 0.5625em 0.5625em 0.5625em 3em;
      border-bottom: 1px solid #5f5f5f;
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-size: 1em; }
    .autocomplete-suggestions-wrapper .autocomplete-suggestions .autocomplete-suggestion {
      list-style-type: none;
      font-size: 1.125em;
      color: #ad122a;
      background-color: #FDFDFD;
      text-align: left;
      font-weight: normal;
      position: relative;
      padding: 0.5625em 3em 0.5625em 3em;
      border-top: 1px solid #cececd;
      cursor: pointer; }
      .autocomplete-suggestions-wrapper .autocomplete-suggestions .autocomplete-suggestion .label {
        float: none;
        text-transform: none; }
        .autocomplete-suggestions-wrapper .autocomplete-suggestions .autocomplete-suggestion .label .auto-term {
          font-weight: normal; }
      .autocomplete-suggestions-wrapper .autocomplete-suggestions .autocomplete-suggestion:hover {
        background-color: #ad122a;
        color: #FDFDFD; }
      .autocomplete-suggestions-wrapper .autocomplete-suggestions .autocomplete-suggestion .icon-left {
        position: absolute;
        top: 50%;
        left: 1.5em;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
      .autocomplete-suggestions-wrapper .autocomplete-suggestions .autocomplete-suggestion .icon-right {
        position: absolute;
        top: 50%;
        right: 1.5em;
        -webkit-transform: translateX(50%) translateY(-50%);
                transform: translateX(50%) translateY(-50%); }
    .autocomplete-suggestions-wrapper .autocomplete-suggestions .autocomplete-selected {
      background-color: #ad122a;
      color: #FDFDFD; }
    .autocomplete-suggestions-wrapper .autocomplete-suggestions .autocomplete-hint {
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-weight: bold; }

.concierge-search-container .autocomplete-suggestions-wrapper .autocomplete-suggestion {
  list-style-type: none;
  font-size: 1.125em;
  color: #ad122a;
  background-color: #FDFDFD;
  text-align: left;
  font-weight: normal;
  position: relative;
  padding: 0.5625em 3em 0.5625em 3em;
  border-top: 1px solid #cececd; }
  .concierge-search-container .autocomplete-suggestions-wrapper .autocomplete-suggestion .label {
    font-weight: bold; }
  .concierge-search-container .autocomplete-suggestions-wrapper .autocomplete-suggestion:hover {
    background-color: #ad122a;
    color: #FDFDFD; }
  .concierge-search-container .autocomplete-suggestions-wrapper .autocomplete-suggestion .icon-left {
    position: absolute;
    top: 50%;
    left: 1.5em;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .concierge-search-container .autocomplete-suggestions-wrapper .autocomplete-suggestion .icon-right {
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%); }

.concierge-search-container .autocomplete-suggestions-wrapper .autocomplete-selected {
  background-color: #ad122a;
  color: #FDFDFD; }

.concierge-search-container .autocomplete-suggestions-wrapper .autocomplete-group {
  list-style-type: none;
  font-size: 1.125em;
  color: #5f5f5f;
  background-color: #e8e8e4;
  padding: 0.5625em 0.5625em 0.5625em 3em;
  text-align: left;
  line-height: 1.5;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #5f5f5f; }
  .concierge-search-container .autocomplete-suggestions-wrapper .autocomplete-group .view-all {
    margin-left: 2rem;
    text-transform: none; }
    .concierge-search-container .autocomplete-suggestions-wrapper .autocomplete-group .view-all .icon-right {
      margin-left: 1.5em; }

.rich-text-indent ul {
  padding-left: 40px; }

body .main .orderable-modules .module-alternate-background:nth-of-type(odd) {
  background-color: #e8e8e4; }

body .main .orderable-modules .module-alternate-background:nth-of-type(even) {
  background-color: transparent; }

body .main .orderable-modules .promo-content-grid-spaced {
  padding-top: 5.625em;
  padding-bottom: 5.625em;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 47.9375em) {
    body .main .orderable-modules .promo-content-grid-spaced {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 3em;
      padding-bottom: 3em; } }

.concierge-search {
  position: relative;
  margin-left: 0.70711em; }
  .concierge-search .search-results-dropdown {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    display: none;
    z-index: 3; }
    .concierge-search .search-results-dropdown.show-dropdown {
      display: block; }
  .concierge-search .mobile-close {
    display: none; }
  @media screen and (max-width: 64em) {
    .concierge-search {
      margin-left: 0; }
      .concierge-search .search-input {
        background-color: #FDFDFD;
        font-size: 0.875em;
        border-radius: 3px; }
        .concierge-search .search-input:after {
          content: none; }
      .concierge-search .search-results-dropdown {
        background-color: #FDFDFD; }
      .concierge-search .mobile-close {
        font-size: 0.875em;
        padding: 0.66667em 3em 0.66667em 0;
        float: right;
        cursor: pointer; }
      .concierge-search .input-container {
        width: 80%; }
      .concierge-search .show-close-icon .mobile-close {
        display: inline-block; } }

.global-header {
  display: table;
  width: 100%;
  position: fixed;
  z-index: 10;
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1); }
  .global-header .mobile-nav-header {
    display: none; }
  .global-header .primary {
    box-shadow: 0 3px 3px 0 rgba(95, 95, 95, 0.7); }
  .global-header .logo-container {
    display: table-cell;
    background-color: #FDFDFD;
    white-space: nowrap;
    vertical-align: middle; }
  .global-header .mobile-nav-content {
    display: table-cell;
    width: 100%; }
  .global-header .layout-container {
    display: table;
    width: 100%; }
  .global-header .concierge-search-container {
    background-color: #FDFDFD;
    display: table-cell;
    width: 100%;
    padding: 0.875em 0.375em;
    transition: padding 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    vertical-align: middle; }
  .global-header .concierge-search {
    width: 85%; }
  .global-header .primary-nav {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle; }
    @media screen and (max-width: 61.9375em) {
      .global-header .primary-nav {
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25); } }
  .global-header .mini-nav-locations-trigger {
    display: table-cell;
    white-space: nowrap;
    background-color: #ad122a;
    text-align: center;
    cursor: pointer;
    max-width: 0;
    transition: max-width 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    vertical-align: middle; }
    .global-header .mini-nav-locations-trigger .fa-map-marker {
      width: 3em;
      color: #FDFDFD;
      font-size: 1.25em; }
  .global-header.show-locations .mini-nav-locations-trigger .fa-map-marker:before {
    content: url("../../dist/toolkit/images/icon-close.png"); }
  @media screen and (min-width: 64em) {
    .global-header.show-mini-nav {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); } }
  @media screen and (max-width: 64em) {
    .global-header {
      display: block;
      box-shadow: none; }
      .global-header.show-mini-nav:not(.at-top-of-page) {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
      .global-header .mobile-nav-header {
        display: block;
        box-shadow: 0 3px 3px 0 rgba(95, 95, 95, 0.7); }
      .global-header .logo-container {
        display: none; }
      .global-header .primary {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: calc(100vh - 47px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
        z-index: -1;
        box-shadow: none; }
      .global-header.show-mobile-nav .primary {
        -webkit-transform: translateY(0%);
                transform: translateY(0%); }
      .global-header .concierge-search-container {
        display: block;
        background-color: #e8e8e4;
        padding: .75em 1em;
        border-bottom: 1px solid #cececd; }
      .global-header .concierge-search {
        width: 100%; }
      .global-header .primary-nav {
        display: block; }
      .global-header .mini-nav-locations-trigger {
        display: none; } }

.global-footer, .global-footer-social {
  background-color: #FDFDFD;
  padding-top: 5.625em;
  padding-bottom: 5.625em; }
  .global-footer .communication-footer, .global-footer-social .communication-footer {
    margin-bottom: 1.5em;
    max-width: 79.875em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: auto;
    margin-right: auto; }
  .global-footer .footer-nav, .global-footer-social .footer-nav {
    border-top: 1px solid #cececd;
    padding-top: 1.5em;
    max-width: 79.875em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: auto;
    margin-right: auto; }
    .global-footer .footer-nav:after, .global-footer-social .footer-nav:after {
      clear: both; }
    .global-footer .footer-nav:before, .global-footer .footer-nav:after, .global-footer-social .footer-nav:before, .global-footer-social .footer-nav:after {
      display: table;
      content: ' '; }
  .global-footer .utility-links:first-of-type, .global-footer-social .utility-links:first-of-type {
    float: right; }
  .global-footer .utility-links:last-of-type, .global-footer-social .utility-links:last-of-type {
    float: left; }
  .global-footer .copyright, .global-footer-social .copyright {
    margin-top: 1.5em;
    max-width: 79.875em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 65em) {
    .global-footer .footer-nav .utility-links, .global-footer-social .footer-nav .utility-links {
      float: none;
      display: block; }
      .global-footer .footer-nav .utility-links:last-of-type, .global-footer-social .footer-nav .utility-links:last-of-type {
        margin-top: 1.5em; } }
  @media screen and (max-width: 61.9375em) {
    .global-footer, .global-footer-social {
      font-size: 0.875em;
      padding-top: 2.625em;
      padding-bottom: 2.625em; }
      .global-footer .copyright, .global-footer-social .copyright {
        display: block;
        text-align: center; } }

.global-footer-social {
  padding-top: 3.5em;
  border-top: 1px solid #cececd; }
  .global-footer-social .footer-nav {
    border: none; }

.social-footer {
  background: #e8e8e4;
  margin: 0;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 61.9375em) {
    .social-footer {
      height: 28.75em; } }
  @media screen and (max-width: 47.9375em) {
    .social-footer {
      height: auto;
      padding: 2em 0; } }
  .social-footer .social-footer-title {
    text-align: center;
    padding-top: 2.05em; }
    @media screen and (max-width: 61.9375em) {
      .social-footer .social-footer-title {
        padding-top: 1em; } }
    @media screen and (max-width: 47.9375em) {
      .social-footer .social-footer-title {
        padding-top: 0; } }
  .social-footer .social-media-icons {
    margin: 1.25em auto 0; }
    @media screen and (max-width: 61.9375em) {
      .social-footer .social-media-icons {
        width: 21.875em; } }
    @media screen and (max-width: 47.9375em) {
      .social-footer .social-media-icons {
        max-width: 100%; } }
  .social-footer li {
    display: inline-block;
    margin: 3em;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 61.9375em) {
      .social-footer li {
        margin: 3em;
        margin: 1.25em; } }
  .social-footer .button-red {
    margin: 1.875em auto 1.875em; }
  @media screen and (max-width: 61.9375em) {
    .social-footer .button-medium {
      padding-left: 2em;
      padding-right: 2em; } }
  .social-footer .linkedin-icon:after {
    display: inline-block;
    content: "E";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    display: inline-block;
    color: #bd2b43;
    position: absolute;
    left: 0.625em;
    top: 0.0625em;
    line-height: 2.25;
    font-size: 2em;
    vertical-align: baseline; }
  .social-footer .facebook-icon:after {
    display: inline-block;
    content: "D";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    display: inline-block;
    color: #bd2b43;
    position: absolute;
    left: 0.6875em;
    top: 0.0625em;
    line-height: 2.25;
    font-size: 2em;
    vertical-align: baseline; }
  .social-footer .twitter-icon:after {
    display: inline-block;
    content: "u";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    display: inline-block;
    color: #bd2b43;
    position: absolute;
    left: 0.75em;
    top: 0.0625em;
    line-height: 2.25;
    font-size: 2em;
    vertical-align: baseline; }
  .social-footer .rss-icon:after {
    display: inline-block;
    content: "C";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    display: inline-block;
    color: #bd2b43;
    position: absolute;
    left: 0.75em;
    top: 0.0625em;
    line-height: 2.25;
    font-size: 2em;
    vertical-align: baseline; }

blockquote {
  font-size: 20px;
  line-height: 1.38;
  margin: 0 auto;
  margin: 0 125px;
  position: relative; }
  blockquote > p {
    margin-bottom: 30px; }
  @media screen and (max-width: 47.9375em) {
    blockquote {
      margin-left: 40px;
      margin-right: 40px;
      font-size: 14px; }
      blockquote::before {
        top: -25px;
        left: -20px;
        font-size: 68px; } }
  blockquote::before {
    content: "\201C";
    top: -30px;
    left: -25px;
    white-space: pre;
    font-size: 88px;
    position: absolute; }

.promo-content-tile {
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.4s; }
  .promo-content-tile .blog-link {
    position: absolute;
    top: 1em;
    right: 1em; }
    .promo-content-tile .blog-link:before {
      display: inline-block;
      content: "j";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .85em; }
  .promo-content-tile.twitter .container-table {
    padding: 0.9375em; }
  .promo-content-tile:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 13px rgba(0, 0, 0, 0.5); }
  .promo-content-tile .promo-content-link {
    display: block; }
    .promo-content-tile .promo-content-link img {
      width: 100%; }
  .promo-content-tile .container-table {
    display: table;
    width: 100%;
    padding: 0.9375em;
    height: 24.375em;
    background-color: #FDFDFD; }
  .promo-content-tile .container-row {
    display: table-row;
    background-color: #FDFDFD;
    height: 100%; }
  .promo-content-tile .container-row-initial {
    display: table-row; }
    .promo-content-tile .container-row-initial:not(.video) .container-row {
      height: 21em; }
      @media screen and (max-width: 47.9375em) {
        .promo-content-tile .container-row-initial:not(.video) .container-row {
          height: 100%; } }
  .promo-content-tile .video-module {
    height: 204px;
    overflow: hidden; }
    .promo-content-tile .video-module img {
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute; }
  .promo-content-tile .content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0.9375em;
    padding-right: 0.9375em; }
    .promo-content-tile .content .date {
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-size: 0.875em;
      color: #5f5f5f;
      margin-bottom: 0.9375em; }
    .promo-content-tile .content .content-type-label {
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-size: 0.875em;
      color: #5f5f5f;
      margin-bottom: 0.9375em; }
  .promo-content-tile .content-categorization {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875em;
    color: #5f5f5f;
    margin-bottom: 1em; }
  .promo-content-tile .content-headline {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #ad122a;
    font-size: 1.75em;
    word-wrap: break-word;
    max-width: 333px; }
    .promo-content-tile .content-headline.remove-uppercase {
      text-transform: none; }
  .promo-content-tile .content-summary {
    font-size: 18px;
    line-height: 22px;
    color: #001A32;
    margin-top: 1.5em;
    display: block; }
  .promo-content-tile .button-text-link {
    margin-top: 0.9375em;
    text-transform: uppercase;
    font-weight: bold; }
  .promo-content-tile.image-module {
    background-repeat: no-repeat;
    background-size: cover; }
    .promo-content-tile.image-module .promo-content-link {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .promo-content-tile.image-module .promo-content-link:after {
        content: " ";
        display: block;
        clear: both; }
    .promo-content-tile.image-module .container-table {
      width: 48.38722%;
      float: left;
      margin-right: 3.22556%;
      padding-right: 0;
      margin-right: 0;
      background: transparent; }
      .promo-content-tile.image-module .container-table .container-row {
        background-color: rgba(253, 253, 253, 0.9); }
      .promo-content-tile.image-module .container-table .content {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px; }
  .promo-content-tile.view-all-placeholder {
    height: 100%;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #cececd; }
    .promo-content-tile.view-all-placeholder .promo-content-link {
      height: 24.3125em;
      text-align: center; }
    .promo-content-tile.view-all-placeholder .button-red {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }

@media screen and (max-width: 47.9375em) and (min-width: 31em) {
  .promo-content-tile .video-module {
    height: 247px; } }

@media screen and (max-width: 47.9375em) and (max-width: 30.9375em) {
  .promo-content-tile .video-module {
    height: 204px; } }
  @media screen and (max-width: 47.9375em) {
    .promo-content-tile .container-table {
      height: 19.6875em; }
    .promo-content-tile .content-categorization {
      font-size: 0.75em; }
    .promo-content-tile .content-headline {
      font-size: 1.25em; }
    .promo-content-tile .content-summary {
      font-size: 0.875em; }
    .promo-content-tile.image-module {
      height: 515px;
      background-size: auto 100%;
      background-position: 100% 0; }
    .promo-content-tile.view-all-placeholder {
      position: relative;
      height: 19.6875em; }
      .promo-content-tile.view-all-placeholder .promo-content-link {
        height: 23.4375em; } }

.promo-content-tile-no-results {
  background-color: #FDFDFD;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.4s;
  margin-top: 2em;
  margin-bottom: 4.1em; }
  .promo-content-tile-no-results .content {
    display: block;
    vertical-align: middle;
    padding: 3.5625em 0.9375em;
    text-align: center; }
    .promo-content-tile-no-results .content .content-title {
      line-height: 1;
      text-transform: uppercase;
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-size: 2em; }
      .promo-content-tile-no-results .content .content-title.remove-uppercase {
        text-transform: none; }
    .promo-content-tile-no-results .content .content-summary {
      padding-top: 1.25em; }

.promo-content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2%;
  margin-bottom: -1%; }
  .promo-content-grid .promo-content-tile {
    width: 31.33333%;
    margin-right: 2%;
    margin-bottom: 1.5vw;
    opacity: 1; }
  .promo-content-grid .image-module {
    width: 64.66667%; }
  .promo-content-grid.promo-content-grid-spaced {
    margin-top: 5.625em;
    margin-bottom: 5.625em; }
  .promo-content-grid.promo-content-hero {
    margin-top: 1em;
    margin-bottom: 1em; }
  .promo-content-grid.promo-content-grid-insight-spaced {
    margin-top: 2em;
    margin-bottom: 4.1em; }
  .promo-content-grid.promo-content-grid-hero-news {
    margin-top: 2em;
    margin-bottom: 0.75em; }
  @media screen and (max-width: 61.9375em) {
    .promo-content-grid .promo-content-tile {
      width: 48%; }
      .promo-content-grid .promo-content-tile .content .date {
        color: #5f5f5f; }
    .promo-content-grid .image-module {
      width: 98%; } }
  @media screen and (max-width: 47.9375em) {
    .promo-content-grid {
      display: block;
      margin-right: 0; }
      .promo-content-grid .promo-content-tile {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em; }
      .promo-content-grid .image-module {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em; }
        .promo-content-grid .image-module .container-table {
          padding-right: 1em;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; }
      .promo-content-grid.promo-content-grid-spaced {
        margin-top: 3em;
        margin-bottom: 3em; } }

.promo-content-grid-spaced {
  margin-top: 5.625em;
  margin-bottom: 5.625em; }
  @media screen and (max-width: 47.9375em) {
    .promo-content-grid-spaced {
      margin-top: 3em;
      margin-bottom: 3em; } }

@supports (-ms-accelerator: true) {
  .promo-content-grid {
    margin-bottom: 1vw; }
    .promo-content-grid .promo-content-tile {
      margin-bottom: 2vw; } }

@-moz-document url-prefix() {
  .promo-content-grid {
    margin-bottom: 1vw; }
    .promo-content-grid .promo-content-tile {
      margin-bottom: 2vw; } }

@media screen and (max-width: 61.9375em) {
  .promo-content-hero .image-module {
    width: 98%; }
  .promo-content-hero .container-table {
    width: 99.5% !important; } }

@media screen and (max-width: 47.9375em) {
  .promo-content-hero .image-module {
    width: 100%; } }

.promo-content-grid-hero-news {
  margin-bottom: 0.75em; }

.promo-content-category-switcher {
  width: 100%;
  margin-top: 3.125em;
  margin-bottom: 3.125em;
  text-align: center; }
  .promo-content-category-switcher .cat-option-left, .promo-content-category-switcher .cat-option-right {
    position: relative;
    display: inline-block;
    height: 3em;
    line-height: 1.875em;
    background-color: #FDFDFD;
    border: 1px solid #cececd;
    color: #bd2b43;
    text-align: center;
    text-transform: uppercase;
    width: 9.5625em;
    max-width: 40%;
    padding: .5em 1em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
  .promo-content-category-switcher .cat-option-left {
    border-radius: 2em 0 0 2em; }
  .promo-content-category-switcher .cat-option-right {
    border-radius: 0 2em 2em 0; }
  .promo-content-category-switcher .selected {
    background-color: #ad122a;
    color: #FDFDFD;
    border-color: transparent; }

.headline-content,
.headline-content-small {
  background-color: rgba(253, 253, 253, 0.9);
  width: 600px;
  height: 600px;
  border-radius: 300px;
  text-align: center;
  padding: 3.75em 2.8125em; }
  .headline-content .date,
  .headline-content-small .date {
    color: #5f5f5f;
    font-size: 18px; }
  .headline-content .headline,
  .headline-content-small .headline {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #ad122a;
    font-size: 2.25em;
    margin-top: .5em;
    padding-left: 0.625em;
    padding-right: 0.625em; }
    .headline-content .headline.remove-uppercase,
    .headline-content-small .headline.remove-uppercase {
      text-transform: none; }
  .headline-content .summary,
  .headline-content-small .summary {
    font-size: 1.25em;
    line-height: 28px;
    margin-top: 1em;
    padding: 1em 0.625em 0;
    position: relative; }
    .headline-content .summary:before,
    .headline-content-small .summary:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 10.9375em;
      height: 1px;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #cececd; }
  .headline-content .headline-content-details,
  .headline-content-small .headline-content-details {
    display: table-cell;
    vertical-align: middle;
    height: 23em;
    width: 50em; }
  @media screen and (max-width: 47.9375em) {
    .headline-content,
    .headline-content-small {
      width: 90%;
      height: auto;
      border-radius: 0;
      padding: 1em;
      padding-bottom: 3.375em; }
      .headline-content .headline-content-details,
      .headline-content-small .headline-content-details {
        display: block;
        vertical-align: middle;
        height: auto;
        width: auto; }
      .headline-content .date,
      .headline-content-small .date {
        font-size: 0.875em;
        margin-top: 2.8125em; }
      .headline-content .headline,
      .headline-content-small .headline {
        font-size: 2em; }
      .headline-content .summary,
      .headline-content-small .summary {
        font-size: 0.875em;
        padding-bottom: 2em; }
      .headline-content .button-readmore,
      .headline-content-small .button-readmore {
        font-size: 0.875em; } }

.headline-content-small {
  width: 390px;
  height: 178px;
  border-radius: 0; }

.headline-people-module {
  position: relative; }
  .headline-people-module .headline-hero-people {
    position: relative; }
  .headline-people-module .headline-people-search-box {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
  .headline-people-module:before {
    content: '';
    display: inline-block;
    background: #f3f2ee;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1; }
  @media screen and (max-width: 47.9375em) {
    .headline-people-module .headline-people-search-box {
      top: 30%; }
    .headline-people-module:before {
      top: 50%;
      background: none; } }

.headline-people-search-box {
  padding: 5.625em 0;
  position: relative; }
  .headline-people-search-box .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .headline-people-search-box .mobile-image {
    display: none; }
  .headline-people-search-box .content {
    width: 90%;
    max-width: 50.625em;
    background-color: rgba(253, 253, 253, 0.95);
    text-align: center;
    padding: 3.75em 6.25em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3; }
  .headline-people-search-box .headline {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #ad122a;
    font-size: 3em; }
    .headline-people-search-box .headline.remove-uppercase {
      text-transform: none; }
  .headline-people-search-box .summary {
    font-size: 1.125em;
    padding: 2em 0;
    position: relative; }
  .display-search-results .headline-people-search-box .desktop-image {
    background-size: 100% auto;
    background-position: 50% 40%; }
  .display-search-results .headline-people-search-box .summary,
  .display-search-results .headline-people-search-box .search-input-people,
  .display-search-results .headline-people-search-box .drop-down-menu-filters-people-landing,
  .display-search-results .headline-people-search-box .people-landing-filter-options,
  .display-search-results .headline-people-search-box .letter-filter {
    max-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height .5s, padding .5s, opacity .5s, margin-bottom .5s; }
  .display-search-results .headline-people-search-box .mobile-accordion-filters {
    display: none; }
  @media screen and (max-width: 61.9375em) {
    .headline-people-search-box .mobile-accordion-filters {
      display: none; } }
  @media screen and (max-width: 47.9375em) {
    .headline-people-search-box {
      padding: 2.625em 0; }
      .headline-people-search-box .mobile-image {
        display: block;
        background-position: 40% 50%; }
      .headline-people-search-box .desktop-image {
        display: none; }
      .headline-people-search-box .content {
        width: auto;
        margin: 0;
        height: auto;
        border-radius: 0;
        background: none;
        padding: 0; }
      .headline-people-search-box .headline {
        font-size: 2em; }
      .headline-people-search-box .summary {
        font-size: 0.875em;
        margin: 0 1em; }
        .headline-people-search-box .summary:before {
          content: none; }
      .headline-people-search-box .mobile-accordion-filters {
        display: block;
        text-align: left;
        padding-bottom: 80px; }
      .headline-people-search-box .search-input-people {
        font-size: 0.875em;
        margin-bottom: 0; }
        .headline-people-search-box .search-input-people.no-mobile-view {
          display: none; }
      .headline-people-search-box .category-search-filters .input-container {
        padding-left: 6.9375em; }
      .headline-people-search-box .category-search-filters .drop-down-menu .display-option {
        white-space: nowrap; }
      .headline-people-search-box .hide-container {
        position: relative; } }

.headline-module,
.headline-module-small {
  position: relative;
  overflow: hidden;
  height: 768px;
  background: transparent no-repeat center center;
  background-size: cover; }
  .headline-module:empty,
  .headline-module-small:empty {
    height: 384px; }
  .headline-module .headline-background-video,
  .headline-module-small .headline-background-video {
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
    margin: auto;
    position: absolute; }
  .headline-module video::-webkit-media-controls,
  .headline-module-small video::-webkit-media-controls {
    display: none !important; }
  .headline-module .headline-hero,
  .headline-module-small .headline-hero {
    position: relative; }
  .headline-module .headline-content,
  .headline-module-small .headline-content {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
    .headline-module .headline-content .button-red,
    .headline-module-small .headline-content .button-red {
      margin-top: 0.5em;
      position: relative; }
    .headline-module .headline-content .video-play-button,
    .headline-module-small .headline-content .video-play-button {
      cursor: pointer; }
      .headline-module .headline-content .video-play-button img,
      .headline-module-small .headline-content .video-play-button img {
        width: 50px;
        height: 50px; }
  .headline-module .sticky-arrow,
  .headline-module-small .sticky-arrow {
    content: '';
    display: inline-block;
    width: 5em;
    height: 5em;
    border-radius: 2.5em;
    background-color: #f3f2ee;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1; }
    .headline-module .sticky-arrow:before,
    .headline-module-small .sticky-arrow:before {
      display: inline-block;
      content: "v";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 1.75em;
      position: absolute;
      top: 15%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1; }
    .headline-module .sticky-arrow.is-sticky,
    .headline-module-small .sticky-arrow.is-sticky {
      position: fixed;
      top: auto;
      bottom: 0;
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }
  @media screen and (max-width: 47.9375em) {
    .headline-module,
    .headline-module-small {
      padding: 6% 0;
      overflow: hidden;
      height: auto; }
      .headline-module .headline-background-video,
      .headline-module-small .headline-background-video {
        display: none; }
      .headline-module .headline-hero,
      .headline-module-small .headline-hero {
        position: static; } }
  @media screen and (max-width: 47.9375em) {
    .headline-module,
    .headline-module-small {
      padding: 6% 0;
      overflow: hidden;
      height: auto; }
      .headline-module .headline-background-video,
      .headline-module-small .headline-background-video {
        display: none; }
      .headline-module .headline-hero,
      .headline-module-small .headline-hero {
        position: static; }
      .headline-module .headline-content,
      .headline-module-small .headline-content {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        margin: 0 auto;
        margin-bottom: 2.5em; }
        .headline-module .headline-content .button-red,
        .headline-module-small .headline-content .button-red {
          top: 0; } }

.headline-module-small {
  height: 357px; }
  .headline-module-small .headline-hero-small {
    position: relative; }
  .headline-module-small .headline-content-small {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }

.about-us-module {
  padding: 5.625em;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .about-us-module .content {
    background-color: rgba(253, 253, 253, 0.9);
    border-radius: 3px;
    max-width: 50.625em;
    margin-left: auto;
    margin-right: auto;
    padding: 3.75em 6.25em;
    text-align: center; }
  .about-us-module .title {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #ad122a;
    font-size: 2em; }
    .about-us-module .title.remove-uppercase {
      text-transform: none; }
  .about-us-module .summary {
    margin: 1.5em 0; }
  @media screen and (max-width: 47.9375em) {
    .about-us-module {
      padding: 1em; }
      .about-us-module .content {
        padding: 5em 1em; }
      .about-us-module .summary {
        font-size: 0.875em; } }
  .about-us-module.align-center {
    text-align: center; }

.about-us-section {
  padding-top: 5.625em;
  padding-bottom: 5.625em; }
  .about-us-section.related-articles-dark-bg {
    background-color: #e8e8e4; }
  .about-us-section.related-tabs-panel {
    padding: 1.875em 0; }
  .about-us-section .tabs-panel-nav-list {
    border-bottom: 0 none; }

@media screen and (max-width: 47.9375em) {
  .about-us-section.related-tabs-panel {
    padding: 2.8125em 0; } }

.language-select {
  background-color: #FDFDFD;
  padding-top: 1em;
  padding-bottom: 1em; }
  .language-select .label {
    text-transform: uppercase;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal; }
  .language-select .drop-down-menu {
    margin-left: 1em;
    display: inline-block; }
  @media screen and (max-width: 47.9375em) {
    .language-select .page-wrapper {
      display: table; }
    .language-select .label {
      display: table-cell;
      white-space: nowrap;
      font-size: 0.875em; }
    .language-select .drop-down-menu {
      display: table-cell;
      width: 100%;
      text-align: right; }
      .language-select .drop-down-menu .select-options {
        text-align: left;
        left: auto;
        right: 0;
        z-index: 10; } }

.language-menu {
  display: inline-block;
  z-index: 100;
  padding-right: 1em; }
  .language-menu .drop-down-menu {
    display: inline-block;
    text-align: left; }
    .language-menu .drop-down-menu .display-option-mobile {
      display: none; }
    .language-menu .drop-down-menu .display-option {
      font-size: 0.875em;
      padding: 0 0.9em;
      display: inline-block;
      border: 0;
      border-radius: 0;
      background-color: transparent; }
      .language-menu .drop-down-menu .display-option:after {
        margin-left: 0;
        padding-left: .5em;
        border: 0 none; }
    .language-menu .drop-down-menu .select-options {
      background-color: #FFF;
      padding-top: .6em;
      border-bottom: 1px solid #cececd;
      z-index: 10; }
    .language-menu .drop-down-menu .option {
      padding: 0.6em 1em;
      padding-right: 1.8em; }
      .language-menu .drop-down-menu .option:before {
        display: none; }
    .language-menu .drop-down-menu .selected-option {
      display: none; }
      .language-menu .drop-down-menu .selected-option:after {
        display: none; }
  .language-menu .static-list .display-option {
    display: none; }
  .language-menu .static-list .select-options {
    display: inline-block;
    position: static;
    left: auto;
    width: auto;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 0;
    padding-top: 0; }
  .language-menu .static-list .option {
    display: inline-block;
    line-height: 1em;
    padding: 0 .5em;
    border-radius: 0;
    border-bottom: 0;
    border-top: 0; }
    .language-menu .static-list .option:hover {
      background-color: transparent; }
    .language-menu .static-list .option + .option {
      border-left: 1px solid #cececd; }
  .language-menu .label {
    font-size: 0.875em; }
  @media screen and (max-width: 64em) {
    .language-menu {
      display: block;
      border-top: 1px solid #cececd; }
      .language-menu .label {
        display: none; }
      .language-menu .drop-down-menu {
        display: block;
        width: 100%;
        z-index: 9; }
        .language-menu .drop-down-menu .select-options {
          padding-top: 0;
          border-bottom: 0 none;
          width: 100%; }
        .language-menu .drop-down-menu .display-option {
          display: none; }
        .language-menu .drop-down-menu .display-option-mobile {
          display: block;
          color: #ad122a;
          padding: .75em 1em;
          margin: 0;
          border-bottom: 1px solid #cececd;
          width: 100%;
          text-transform: uppercase;
          font-family: "googlefonts", Arial Narrow, Arial;
          font-weight: normal;
          font-style: normal;
          font-size: 0.875em; }
          .language-menu .drop-down-menu .display-option-mobile:after {
            display: inline-block;
            content: "z";
            font-family: "googledrive";
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            vertical-align: -5.14286%;
            float: right;
            line-height: 2;
            font-size: .7em; }
        .language-menu .drop-down-menu.show-options .display-option-mobile:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .language-menu .drop-down-menu .option {
          display: block;
          line-height: 1.2;
          padding: 0.75em 1em;
          font-size: 0.875em;
          color: #bd2b43;
          border-top: 0;
          border-bottom: 1px solid #cececd; }
          .language-menu .drop-down-menu .option + .option {
            border-left: 0 none; }
          .language-menu .drop-down-menu .option.selected-option {
            color: #5f5f5f; }
      .language-menu .static-list .select-options {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #f3f2ee;
        z-index: 5; }
      .language-menu .static-list.show-options .select-options {
        display: block; }
      .language-menu .static-list.show-options .display-option-mobile:after {
        -webkit-transform: rotate(0);
                transform: rotate(0); }
      .language-menu .page-wrapper {
        padding: 0; } }

/*Left side panel variables */
.left-side-search-panel > span {
  display: block; }
  .left-side-search-panel > span.results {
    font-size: 1.25em;
    margin-bottom: 4.125em;
    font-weight: bold; }
    @media screen and (max-width: 47.9375em) {
      .left-side-search-panel > span.results {
        display: none; } }
  .left-side-search-panel > span.filter-headline {
    margin-top: 2.125em;
    font-size: 1.125em; }
    @media screen and (max-width: 47.9375em) {
      .left-side-search-panel > span.filter-headline {
        background: #FDFDFD;
        color: #ad122a;
        padding: .75em 1em;
        margin: 0;
        border-bottom: 1px solid #cececd;
        font-family: "googlefonts", Arial Narrow, Arial;
        font-weight: normal;
        font-style: normal;
        font-size: 0.875em; }
        .left-side-search-panel > span.filter-headline.add-filters:after {
          display: inline-block;
          content: "A";
          font-family: "googledrive";
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          vertical-align: -5.14286%;
          float: right; }
        .left-side-search-panel > span.filter-headline.current-filters {
          border-bottom: none; }
          .left-side-search-panel > span.filter-headline.current-filters:after {
            display: inline-block;
            content: "z";
            font-family: "googledrive";
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            vertical-align: -5.14286%;
            font-size: .8em;
            float: right;
            line-height: 2em; } }
  @media screen and (max-width: 47.9375em) {
    .left-side-search-panel > span.add-filters.show-search:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .left-side-search-panel > span.add-filters.show-search + .new-search-filter {
      display: block; } }
  @media screen and (max-width: 47.9375em) {
    .left-side-search-panel > span.current-filters + .filters-list {
      display: none; }
    .left-side-search-panel > span.current-filters.show-filters:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .left-side-search-panel > span.current-filters.show-filters + .filters-list {
      display: block; } }
  .left-side-search-panel > span.desktop {
    display: block; }
    @media screen and (max-width: 47.9375em) {
      .left-side-search-panel > span.desktop {
        display: none; } }
  .left-side-search-panel > span i {
    float: right;
    margin: 0.9375em 0.625em 0 0;
    display: none; }
    @media screen and (max-width: 47.9375em) {
      .left-side-search-panel > span i {
        display: block; } }

@media screen and (max-width: 47.9375em) {
  .left-side-search-panel {
    float: none;
    width: 100%;
    padding: 0; } }

.left-side-search-panel .new-search-filter {
  background-color: #e8e8e4;
  padding: 0.3125em 0.625em;
  border: 1px solid #cececd;
  color: #001A32;
  position: relative;
  border-radius: 3px; }
  .left-side-search-panel .new-search-filter:after {
    clear: both; }
  .left-side-search-panel .new-search-filter:before, .left-side-search-panel .new-search-filter:after {
    display: table;
    content: ' '; }
  .left-side-search-panel .new-search-filter .input-container {
    background-color: inherit;
    overflow: hidden;
    width: 80%;
    padding: 0.375em;
    padding: 0.375em; }
  .left-side-search-panel .new-search-filter .input,
  .left-side-search-panel .new-search-filter input[type='text'] {
    background-color: transparent;
    width: 100%;
    color: inherit;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125em; }
    .left-side-search-panel .new-search-filter .input::-webkit-input-placeholder,
    .left-side-search-panel .new-search-filter input[type='text']::-webkit-input-placeholder {
      color: inherit; }
    .left-side-search-panel .new-search-filter .input::-moz-placeholder,
    .left-side-search-panel .new-search-filter input[type='text']::-moz-placeholder {
      color: inherit; }
    .left-side-search-panel .new-search-filter .input:-ms-input-placeholder,
    .left-side-search-panel .new-search-filter input[type='text']:-ms-input-placeholder {
      color: inherit; }
    .left-side-search-panel .new-search-filter .input::placeholder,
    .left-side-search-panel .new-search-filter input[type='text']::placeholder {
      color: inherit; }
  .left-side-search-panel .new-search-filter .button-submit {
    padding: 0.375em 0.75em;
    color: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .left-side-search-panel .new-search-filter .button-submit:before {
      border-left: 1px solid #cececd;
      position: absolute;
      left: 0;
      top: 20%;
      height: 60%;
      content: " "; }
  @media screen and (max-width: 61.9375em) {
    .left-side-search-panel .new-search-filter {
      padding: 0.3125em; } }
  @media screen and (max-width: 47.9375em) {
    .left-side-search-panel .new-search-filter {
      display: none;
      margin: .75em 1em;
      font-size: 0.875em; } }
  .left-side-search-panel .new-search-filter.show-dropdown {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .left-side-search-panel .new-search-filter.show-dropdown .search-results-dropdown {
      display: block;
      z-index: 3; }
  .left-side-search-panel .new-search-filter .search-results-dropdown {
    display: none;
    position: absolute;
    left: -1px;
    top: 100%;
    width: calc(100% + 2px); }
  @media screen and (max-width: 61.9375em) {
    .left-side-search-panel .new-search-filter .button-submit {
      padding-left: .7em; } }
  @media screen and (max-width: 47.9375em) {
    .left-side-search-panel .new-search-filter {
      background-color: #FDFDFD; } }

.left-side-search-panel .search-input-results {
  background-color: #e8e8e4;
  padding: 0.3125em 0.625em;
  border: 1px solid #cececd;
  color: #5f5f5f; }
  .left-side-search-panel .search-input-results .input-container {
    background-color: inherit;
    overflow: hidden;
    padding: 0.375em; }
    @media screen and (max-width: 47.9375em) {
      .left-side-search-panel .search-input-results .input-container {
        background-color: #FDFDFD; } }
  .left-side-search-panel .search-input-results .input {
    background-color: transparent;
    width: 100%;
    color: inherit;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1em; }
    .left-side-search-panel .search-input-results .input::-webkit-input-placeholder {
      color: inherit; }
    .left-side-search-panel .search-input-results .input::-moz-placeholder {
      color: inherit; }
    .left-side-search-panel .search-input-results .input:-ms-input-placeholder {
      color: inherit; }
    .left-side-search-panel .search-input-results .input::placeholder {
      color: inherit; }
  .left-side-search-panel .search-input-results .button-submit {
    padding: 0.375em;
    padding-left: 1em;
    border-left: inherit;
    float: right;
    color: inherit; }
  @media screen and (max-width: 47.9375em) {
    .left-side-search-panel .search-input-results {
      background-color: #FDFDFD; } }

.left-side-search-panel ul.filters-list {
  background: #cececd;
  padding: 0.0625em 0.625em 0.625em 0.625em;
  list-style: none;
  border-radius: 0.3125em; }
  .left-side-search-panel ul.filters-list > li {
    width: 100%;
    background: #ad122a;
    clear: both;
    margin-top: 0.625em;
    border-radius: 0.3125em;
    overflow: hidden; }
    .left-side-search-panel ul.filters-list > li a {
      color: #FDFDFD;
      width: 100%;
      cursor: pointer; }
  .left-side-search-panel ul.filters-list .filter {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.875em;
    line-height: 1.71429em;
    padding: 0.5em 2.5em 0.3125em 2em;
    position: relative; }
    .left-side-search-panel ul.filters-list .filter:after {
      display: inline-block;
      content: "f";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .8em;
      position: absolute;
      right: 1.66667em;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(50%);
              transform: translateY(-50%) translateX(50%); }
    .left-side-search-panel ul.filters-list .filter:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 2.5em;
      right: 0;
      top: 0; }
  .left-side-search-panel ul.filters-list .filter-icon {
    position: absolute;
    left: 1em;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    .left-side-search-panel ul.filters-list .filter-icon:before {
      vertical-align: baseline; }
  @media screen and (max-width: 47.9375em) {
    .left-side-search-panel ul.filters-list {
      border-radius: 0; } }

.left-side-search-panel .mobile-new-search-filter {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .left-side-search-panel .mobile-new-search-filter {
      background: #FDFDFD;
      background-color: #FDFDFD;
      padding: 0.3125em 0.625em;
      border-bottom: 1px solid #cececd;
      color: #bd2b43;
      display: block; }
      .left-side-search-panel .mobile-new-search-filter .input-container {
        background-color: inherit;
        overflow: hidden;
        padding: 0.625em; }
      .left-side-search-panel .mobile-new-search-filter .input {
        background-color: transparent;
        width: 100%;
        color: inherit;
        text-transform: uppercase;
        font-family: "googlefonts", Arial Narrow, Arial;
        font-weight: normal;
        font-style: normal;
        font-size: 1.125em; }
        .left-side-search-panel .mobile-new-search-filter .input::-webkit-input-placeholder {
          color: inherit; }
        .left-side-search-panel .mobile-new-search-filter .input::-moz-placeholder {
          color: inherit; }
        .left-side-search-panel .mobile-new-search-filter .input:-ms-input-placeholder {
          color: inherit; }
        .left-side-search-panel .mobile-new-search-filter .input::placeholder {
          color: inherit; }
      .left-side-search-panel .mobile-new-search-filter .button-submit {
        padding: 0.375em;
        padding-left: 1em;
        border-left: inherit;
        float: right;
        color: inherit; } }

.headline-results-module {
  position: relative; }
  .headline-results-module .results-headline-content {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 40%;
    height: 6.25em;
    background-color: rgba(253, 253, 253, 0.95);
    text-align: center;
    padding: 0.3125em; }
    .headline-results-module .results-headline-content .headline {
      text-transform: uppercase;
      color: #ad122a;
      margin-top: .5em;
      line-height: 1;
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-size: 2.25em; }
    @media screen and (max-width: 47.9375em) {
      .headline-results-module .results-headline-content {
        width: 90%;
        height: auto;
        border-radius: 0;
        padding: 0.875em;
        padding-bottom: 3.375em;
        background: none; }
        .headline-results-module .results-headline-content .headline {
          font-size: 3em; } }

.header-text-module .header-title {
  line-height: 1;
  position: relative;
  top: 5px; }

.header-text-module .text-copy {
  margin-top: 1.77778em;
  line-height: 28px; }

.header-text-module .button-red {
  margin-top: 1.77778em;
  margin-left: 1.5rem; }

.professional-profile-details {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .professional-profile-details:after {
    content: " ";
    display: block;
    clear: both; }
  .professional-profile-details .cv-content {
    width: 65.2175%;
    float: left;
    margin-right: 4.34749%;
    padding-right: 4.25499%;
    border-right: 1px solid #cececd; }
    .professional-profile-details .cv-content .text-copy img {
      max-width: 100%; }
  .professional-profile-details .header-text-module {
    margin-top: 2em; }
    .professional-profile-details .header-text-module .text-copy {
      font-size: 1.125em; }
    .professional-profile-details .header-text-module .list-content {
      font-size: 1.125em; }
    .professional-profile-details .header-text-module:first-of-type {
      margin-top: 0; }
  .professional-profile-details .download-prompt {
    margin-top: 2em; }
  .professional-profile-details .legal-text {
    margin-top: 1.5em;
    line-height: 1.71429em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875em; }
  .professional-profile-details .related {
    width: 30.43501%;
    float: right;
    margin-right: 0; }
    .professional-profile-details .related .header-text-module {
      padding-bottom: 1.5em;
      margin-top: 1.5em;
      border-bottom: 1px solid #cececd; }
      .professional-profile-details .related .header-text-module:first-of-type {
        margin-top: 0; }
      .professional-profile-details .related .header-text-module:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      .professional-profile-details .related .header-text-module .text-copy {
        font-size: 1em; }
      .professional-profile-details .related .header-text-module .button-red {
        margin-top: 1.5em;
        font-size: 1em; }
      .professional-profile-details .related .header-text-module .list-content {
        font-size: 1em; }
      .professional-profile-details .related .header-text-module.highlight img {
        max-width: 100%; }
  @media screen and (max-width: 61.9375em) {
    .professional-profile-details .cv-content,
    .professional-profile-details .related {
      border-right: none;
      padding-right: 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .professional-profile-details .related {
      margin-top: 2em; }
      .professional-profile-details .related .header-text-module:first-of-type {
        margin-top: 2em; } }
  @media screen and (max-width: 47.9375em) {
    .professional-profile-details .cv-content .header-text-module .header-title,
    .professional-profile-details .related .header-text-module .header-title {
      font-size: 1.5em; }
    .professional-profile-details .cv-content .header-text-module .text-copy,
    .professional-profile-details .related .header-text-module .text-copy {
      font-size: 0.875em; }
    .professional-profile-details .cv-content .header-text-module .list-content,
    .professional-profile-details .related .header-text-module .list-content {
      font-size: 0.875em; }
    .professional-profile-details .download-prompt, .professional-profile-details .legal-text {
      margin-top: 1.5em; }
    .professional-profile-details .cv-content .header-text-module:first-of-type {
      margin-top: 0; }
    .professional-profile-details .related {
      margin-top: 1.5em; }
      .professional-profile-details .related .header-text-module:first-of-type {
        margin-top: 1.5em; } }

.sort-panel {
  color: #5f5f5f;
  /* Insights Filter Options styles */ }
  @media screen and (max-width: 47.9375em) {
    .sort-panel {
      display: none; }
      .display-search-results .sort-panel {
        display: none; } }
  .sort-panel .drop-down-menu {
    float: right;
    z-index: 1; }
    .sort-panel .drop-down-menu .display-option {
      width: 9.28571em; }
      .sort-panel .drop-down-menu .display-option:after {
        float: right;
        line-height: 2.2em; }
    .sort-panel .drop-down-menu .select-options {
      left: auto;
      right: 0; }
  .sort-panel .label,
  .sort-panel .sort-panel-label,
  .sort-panel .filter-label {
    float: right;
    text-transform: uppercase;
    margin-right: 0.625em;
    position: relative;
    line-height: 36px;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
  .sort-panel .sort-panel-label {
    float: left;
    border-right: 1px solid #cececd;
    padding-right: 0.9375em; }
  .sort-panel .filter-label {
    float: left;
    margin-left: 3.125em;
    color: #bd2b43; }
    .sort-panel .filter-label:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .6em;
      margin-left: 0.3125em; }
  .sort-panel .filter-option {
    display: none; }
  .sort-panel .list-toggle a:hover {
    color: #ad122a; }
  .sort-panel .list-toggle a .toggle-image {
    cursor: pointer; }
    .sort-panel .list-toggle a .toggle-image:hover {
      color: #ad122a; }
  .sort-panel .list-toggle {
    float: right;
    margin-right: 30px; }
  .sort-panel .list-toggle-trigger {
    padding: 0;
    display: inline-block;
    color: #bd2b43;
    vertical-align: baseline; }
    .sort-panel .list-toggle-trigger:hover {
      color: #5f5f5f; }
  .sort-panel .list-toggle-btn {
    line-height: 1;
    cursor: pointer; }
    .sort-panel .list-toggle-btn:before {
      display: inline-block;
      content: "Z";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 2.25em;
      vertical-align: -15.14286%;
      padding: 0 3px; }
  .sort-panel .list-toggle-on:before {
    content: "Z"; }
  .sort-panel .list-toggle-off:before {
    content: "Y"; }
  .sort-panel .list-toggle-grid {
    position: relative; }
    .sort-panel .list-toggle-grid:before {
      display: inline-block;
      content: "S";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 1.5em;
      margin-right: 0.3125em;
      vertical-align: baseline; }
  .sort-panel .list-toggle-list:before {
    display: inline-block;
    content: "T";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: 1.5em;
    margin-left: 0.3125em;
    vertical-align: baseline; }

.sort-panel-mobile {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .sort-panel-mobile {
      display: block;
      background-color: #f3f2ee;
      color: #5f5f5f; }
      .sort-panel-mobile .button-new-search {
        width: 100%;
        text-align: left;
        background-color: #FDFDFD;
        border-radius: 0;
        border-right: none;
        border-left: none;
        font-size: 0.875em; }
        .sort-panel-mobile .button-new-search:after {
          float: right; }
      .sort-panel-mobile span {
        display: block; }
        .sort-panel-mobile span.sort {
          text-transform: uppercase;
          font-family: "googlefonts", Arial Narrow, Arial;
          font-weight: normal;
          font-style: normal;
          font-size: 0.875em; }
        .sort-panel-mobile span.results {
          margin: 1.5625em 0;
          font-family: "googlefonts", Arial Narrow, Arial;
          font-weight: normal;
          font-style: normal;
          font-size: 0.875em; }
        .sort-panel-mobile span.apply-label, .sort-panel-mobile span.current-label {
          display: inline; }
      .sort-panel-mobile hr {
        margin: 1.5625em 0; }
      .sort-panel-mobile .drop-down-menu {
        z-index: 1;
        margin-top: .5em; }
        .sort-panel-mobile .drop-down-menu .display-option {
          background-color: #FDFDFD;
          display: block; }
          .sort-panel-mobile .drop-down-menu .display-option:after {
            float: right;
            line-height: 2.5em;
            position: absolute;
            right: 15px;
            top: 6px; }
        .sort-panel-mobile .drop-down-menu .select-options {
          width: 100%; }
      .sort-panel-mobile .category-search-filters .drop-down-menu {
        margin-top: 0; }
        .sort-panel-mobile .category-search-filters .drop-down-menu .display-option {
          background-color: #ad122a; }
          .sort-panel-mobile .category-search-filters .drop-down-menu .display-option:after {
            right: 10px; }
      .sort-panel-mobile .category-search-filters .search-input-people {
        font-size: 0.875em;
        margin-bottom: 0; } }

.filter-panel {
  float: left; }
  .filter-panel:after {
    clear: both; }
  .filter-panel:before, .filter-panel:after {
    display: table;
    content: ' '; }

.sort-filter-wrapper {
  position: relative; }
  .sort-filter-wrapper:after {
    clear: both; }
  .sort-filter-wrapper:before, .sort-filter-wrapper:after {
    display: table;
    content: ' '; }

.hide {
  display: none; }

.clear {
  clear: both; }

.filter-sort-container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cececd;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .filter-sort-container .left {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .filter-sort-container .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 6px; }

.showing-results-container {
  padding-top: 1em; }
  .showing-results-container .results {
    font-size: 1.125em; }

@media screen and (max-width: 47.9375em) {
  .showing-results-container {
    display: none; } }

/*Professional Card variables */
.professional-result-card .professionals-grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .professional-result-card .professionals-grid:after {
    content: " ";
    display: block;
    clear: both; }

.professional-result-card .professional-tile {
  margin-top: 1.5em;
  width: 23.40438%;
  float: left;
  margin-right: 2.1275%; }
  .professional-result-card .professional-tile:nth-of-type(-n+4) {
    margin-top: 0; }
  .professional-result-card .professional-tile:nth-of-type(4n) {
    margin-right: -100%; }

.professional-result-card .loading-gif {
  display: none;
  margin: 1em auto; }

.professional-result-card .button-red {
  display: block;
  margin: 2.25em auto 0 auto; }

.professional-result-card.show-loading .loading-gif {
  display: block; }

.professional-result-card.show-loading .button-red {
  display: none; }

@media screen and (max-width: 74.9375em) {
  .professional-result-card .professional-tile {
    width: 31.915%;
    float: left;
    margin-right: 2.1275%;
    margin-top: 1.5rem; }
    .professional-result-card .professional-tile:nth-of-type(-n+3) {
      margin-top: 0; }
    .professional-result-card .professional-tile:nth-of-type(3n) {
      margin-right: -100%; } }

@media screen and (max-width: 61.9375em) {
  .professional-result-card .professional-tile {
    width: 48.93625%;
    float: left;
    margin-right: 2.1275%; }
    .professional-result-card .professional-tile:nth-of-type(3) {
      margin-top: 1.5em; }
    .professional-result-card .professional-tile:nth-of-type(4) {
      margin-top: 1.5em; }
    .professional-result-card .professional-tile:nth-of-type(3n) {
      margin-right: 2.1275%; }
    .professional-result-card .professional-tile:nth-of-type(-n+2) {
      margin-top: 0; }
    .professional-result-card .professional-tile:nth-of-type(2n) {
      float: right;
      margin-right: 0; } }

.page-header {
  background-size: cover;
  border-bottom: 1px solid #cececd; }
  .page-header .navigation-breadcrumb {
    padding-top: 1.5em; }
    .page-header .navigation-breadcrumb + .page-title {
      padding-top: 1em; }
  .page-header .date {
    padding-top: 3.75em;
    text-align: center;
    color: #5f5f5f; }
    .page-header .date + .page-title {
      padding-top: 0.5em; }
  .page-header.page-title-large .page-title {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #ad122a;
    font-size: 3em; }
    .page-header.page-title-large .page-title.remove-uppercase {
      text-transform: none; }
  .page-header .page-title {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #ad122a;
    font-size: 2.25em;
    padding: 1.875em 0;
    text-align: center; }
    .page-header .page-title.remove-uppercase {
      text-transform: none; }
  @media screen and (max-width: 47.9375em) {
    .page-header {
      background-position: 20% 0; }
      .page-header .navigation-breadcrumb {
        padding: 0.75em 0;
        border-bottom: 1px solid #cececd; }
        .page-header .navigation-breadcrumb + .page-title {
          padding-top: 1.5em; }
      .page-header .date {
        padding-top: 3em; }
      .page-header .page-title {
        font-size: 2em;
        padding: 1.5em 0; } }

.page-header-options {
  background-color: #FDFDFD;
  padding: 0.375em 0;
  text-align: right; }
  .page-header-options .breadcrumb-nav {
    float: left;
    text-align: left;
    padding: 0; }
  .page-header-options .page-header-breadcrumb {
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: auto;
    margin-right: auto; }
    .page-header-options .page-header-breadcrumb:after {
      clear: both; }
    .page-header-options .page-header-breadcrumb:before, .page-header-options .page-header-breadcrumb:after {
      display: table;
      content: ' '; }
  @media screen and (max-width: 64em) {
    .page-header-options {
      text-align: left;
      padding: 0; }
      .page-header-options .page-wrapper {
        padding: 0; }
      .page-header-options .breadcrumb-nav {
        float: none;
        padding: .5em 1em; }
      .page-header-options .page-header-breadcrumb {
        padding-right: 0;
        padding-left: 0; } }

.header-two-col-list {
  padding: 5.625em 0; }
  .header-two-col-list .header {
    text-align: center;
    margin-bottom: 1em; }
  .header-two-col-list .two-col-list {
    margin-top: 32px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; }
  @media screen and (max-width: 47.9375em) {
    .header-two-col-list {
      padding: 2.8125em 0; }
      .header-two-col-list .header {
        font-size: 1.5em; }
      .header-two-col-list .two-col-list {
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1;
        margin-top: 24px;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px; }
        .header-two-col-list .two-col-list .list-item {
          font-size: 0.875em; } }

.contact-module {
  padding: 5.625em 0;
  background-color: #e8e8e4; }
  .contact-module.contact-module-default-bg {
    background-color: transparent; }
  .contact-module.contact-module-media {
    padding: 0 0 1.875em; }
    .contact-module.contact-module-media .button-expand {
      margin-top: 0; }
  .contact-module.contact-module-firm-leadership {
    padding: 0 0 1.875em; }
    .contact-module.contact-module-firm-leadership .button-expand {
      margin-top: 32px; }
    .contact-module.contact-module-firm-leadership .main-contacts {
      margin: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .contact-module.contact-module-firm-leadership.expanded .main-contacts {
      margin: 0 0 1.875em 0; }
    .contact-module.contact-module-firm-leadership.expanded .button-expand {
      margin-top: 0; }
    .contact-module.contact-module-firm-leadership .contact-information {
      margin-top: 1.875em; }
      .contact-module.contact-module-firm-leadership .contact-information:last-of-type {
        float: right;
        margin-right: 0; }
    .contact-module.contact-module-firm-leadership .contact-group-header {
      text-align: center;
      display: none;
      padding-top: 1.875em; }
      .contact-module.contact-module-firm-leadership .contact-group-header:nth-of-type(n+2) {
        border-top: 1px solid #cececd; }
  .contact-module ul {
    list-style-type: none; }
  .contact-module .header {
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em; }
  .contact-module .main-contacts {
    margin-top: 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contact-module .secondary-main-contacts {
    margin-top: 0; }
  .contact-module .contact-module-basic-button {
    display: block;
    margin: 2.25em auto 0 auto; }
  .contact-module.contact-module-center .main-contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contact-module.contact-module-center[data-child-selector="3"] .contact-information:nth-of-type(n+3) {
    display: none; }
  .contact-module[data-child-selector="1"] .contact-information:nth-of-type(n+1) {
    display: none; }
  .contact-module .firm-row .contact-information:nth-of-type(n+5) {
    display: list-item; }
  .contact-module .contact-information {
    margin-bottom: 2.8125em;
    width: 23.40438%;
    position: relative;
    margin-right: 2.1275%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contact-module .contact-information:nth-of-type(4n) {
      float: right;
      margin-right: 0; }
  .contact-module .contact-title {
    font-weight: normal;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-size: 18px; }
  .contact-module .professional-tile {
    margin-top: 1.5em; }
  .contact-module .button-expand-wrapper {
    padding-bottom: 32px;
    border-bottom: 1px solid #cececd; }
  .contact-module .button-expand {
    display: block;
    margin: 5.625em auto 0; }
    .contact-module .button-expand:after {
      display: inline-block;
      content: "z";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: .6em;
      margin-left: 1em; }
    .contact-module .button-expand.expanded:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media screen and (max-width: 74.9375em) {
    .contact-module .contact-information {
      width: 31.915%;
      float: left;
      margin-right: 2.1275%; }
      .contact-module .contact-information:nth-of-type(4n) {
        margin-right: 2.1275%; }
      .contact-module .contact-information:nth-of-type(3n) {
        float: right;
        margin-right: 0; } }
  @media screen and (max-width: 61.9375em) {
    .contact-module .contact-information {
      width: 48.93625%;
      float: left;
      margin-right: 2.1275%; }
      .contact-module .contact-information:nth-of-type(3n) {
        margin-right: 2.1275%; }
      .contact-module .contact-information:nth-of-type(2n) {
        float: right;
        margin-right: 0; } }
  @media screen and (max-width: 47.9375em) {
    .contact-module {
      background-color: #f3f2ee;
      padding: 3em 0; }
      .contact-module .button-expand-wrapper {
        padding-bottom: 24px;
        border-bottom: none; }
      .contact-module.contact-module-media {
        padding-bottom: 1.5em; }
        .contact-module.contact-module-media .main-contacts {
          margin-bottom: 1.5em; }
      .contact-module.contact-module-firm-leadership {
        padding-bottom: 0; }
        .contact-module.contact-module-firm-leadership .main-contacts {
          margin-bottom: 1.5em; }
      .contact-module .header {
        font-size: 1.5em; }
      .contact-module .main-contacts {
        margin-top: 0; }
      .contact-module .contact-information {
        margin-top: 1.5em;
        width: 100%;
        float: right;
        margin-right: 0; }
        .contact-module .contact-information:nth-of-type(3n) {
          float: right;
          margin-right: 0; }
      .contact-module .contact-title {
        font-size: 0.875em; }
      .contact-module .professional-tile {
        margin-top: 1.95em; }
      .contact-module .button-red,
      .contact-module .button-expand {
        margin-top: 2.5em; } }

.contact-module-related.related-list-spacing {
  border-bottom: 1px solid #cececd;
  margin-bottom: 1.5em;
  padding-bottom: .5em; }

.contact-module-related .header {
  line-height: 1;
  position: relative;
  top: 5px; }

.contact-module-related .main-contacts {
  list-style: none;
  margin-top: 1.77778em; }
  .contact-module-related .main-contacts.related-list-contact-spacing {
    margin-bottom: 1.77778em; }

.contact-module-related .contact-information {
  margin-top: 1.18519em; }

.contact-module-related .button-red {
  margin-top: 1.77778em;
  display: inline-block; }

.right-side-related .contact-module-related .header {
  top: 0; }

.right-side-related .contact-module-related .contact-information {
  max-width: 17.8125em; }

@media screen and (max-width: 61.9375em) {
  .right-side-related .contact-module-related .contact-information {
    max-width: 100%; } }

@media screen and (max-width: 47.9375em) {
  .contact-module-related .header-title {
    font-size: 1.5em; } }

.related-articles {
  padding: 5.625em 0;
  background-color: #f3f2ee; }
  .related-articles.related-articles-dark-bg {
    background-color: #e8e8e4; }
  @media screen and (max-width: 47.9375em) {
    .related-articles {
      padding: 0.625em 0 2.8125em; } }

.overview-module {
  padding: 5.625em 0;
  background-color: #e8e8e4; }
  .overview-module.careers-overview {
    padding-top: 0; }
  .overview-module .overview-header {
    line-height: 1;
    text-align: center; }
  .overview-module .description {
    font-size: 1.125em;
    line-height: 1.55556em; }
    .overview-module .description h1 {
      line-height: 1.5em; }
  .overview-module .overview-full {
    display: none;
    overflow: hidden;
    margin-top: 0; }
    .overview-module .overview-full p:first-child {
      margin-top: 0; }
    .overview-module .overview-full.description {
      margin-top: 0; }
  .overview-module .overview-button-trigger {
    margin-top: 0;
    text-align: center; }
  .overview-module .button-expand {
    margin-top: 2.5em; }
  @media screen and (max-width: 61.9375em) {
    .overview-module .description {
      font-size: 0.875em; } }
  @media screen and (max-width: 47.9375em) {
    .overview-module {
      background-color: #f3f2ee;
      padding: 2.8125em 0; } }

.tabs-panel .overview-module-condensed {
  margin-top: 0; }
  .tabs-panel .overview-module-condensed .description {
    font-size: 1em; }

.overview-module-condensed .overview-full {
  display: none;
  overflow: hidden; }

.overview-module-condensed .overview-button-trigger {
  margin-top: 2em;
  text-align: center; }

.people-results-container {
  margin-top: 1.875em;
  display: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .display-search-results .people-results-container {
    display: block; }
  .people-results-container:after {
    content: " ";
    display: block;
    clear: both; }
  .people-results-container .left-side-search-panel {
    width: 21.73939%;
    float: left;
    margin-right: 4.34749%; }
  .people-results-container .professional-result-card {
    position: relative;
    padding-bottom: 5.625em;
    width: 100%;
    float: right;
    margin-right: 0; }
  @media screen and (max-width: 47.9375em) {
    .people-results-container {
      margin-top: 0; }
      .people-results-container .search-filters {
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0; }
      .people-results-container .left-side-search-panel {
        width: 100%;
        float: right;
        margin-right: 0; }
      .people-results-container .professional-result-card {
        padding-bottom: 3em;
        width: 100%;
        float: right;
        margin-right: 0; }
        .people-results-container .professional-result-card:before {
          content: none; }
        .people-results-container .professional-result-card .professional-tile {
          margin-top: .5em;
          width: 100%;
          float: right;
          margin-right: 0; } }

.page-header-background-image {
  position: relative;
  padding: 8.125em 0 9.375em; }
  .page-header-background-image.page-header-background-image-condensed {
    padding: 5.625em 0;
    text-align: center; }
    .page-header-background-image.page-header-background-image-condensed .content {
      display: inline-block;
      width: 80%;
      padding: 3.75em 6.25em; }
  .page-header-background-image .background-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .page-header-background-image .background-image-mobile {
    display: none; }
  .page-header-background-image .content {
    position: relative;
    background-color: rgba(253, 253, 253, 0.9);
    max-width: 50.625em;
    margin-left: auto;
    margin-right: auto;
    padding: 3.75em 2.5em 4.6875em;
    text-align: center;
    z-index: 3; }
    .page-header-background-image .content .summary {
      font-size: 1.125em;
      margin-top: 0.875em;
      padding-top: 2em;
      position: relative; }
      .page-header-background-image .content .summary:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 10.9375em;
        height: 1px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: #cececd; }
    .page-header-background-image .content .date {
      margin-bottom: 1em;
      color: #5f5f5f; }
    .page-header-background-image .content .page-title {
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-weight: bold;
      line-height: 1;
      color: #ad122a;
      font-size: 2.25em; }
      .page-header-background-image .content .page-title.remove-uppercase {
        text-transform: none; }
      .page-header-background-image .content .page-title.page-title-large {
        font-family: "googlefonts", Arial Narrow, Arial;
        font-weight: normal;
        font-style: normal;
        font-weight: bold;
        line-height: 1;
        color: #ad122a;
        font-size: 3em; }
        .page-header-background-image .content .page-title.page-title-large.remove-uppercase {
          text-transform: none; }
    .page-header-background-image .content .copy {
      text-align: center;
      font-size: 1.25em;
      margin-top: 1.6em; }
    .page-header-background-image .content .help-prompt {
      margin-top: 2em; }
    .page-header-background-image .content .prompt-text {
      font-size: 1.25em;
      display: inline-block;
      vertical-align: top; }
    .page-header-background-image .content .drop-down-menu-filters {
      min-width: 12.5em;
      margin: 0 .5em;
      z-index: 2; }
      .page-header-background-image .content .drop-down-menu-filters.text-filterable {
        z-index: 1; }
  .page-header-background-image .button-red {
    margin-top: 2.8125em;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  @media screen and (max-width: 47.9375em) {
    .page-header-background-image {
      padding: 2.625em 1em 4.0625em; }
      .page-header-background-image.page-header-background-image-condensed {
        padding: 2.625em 0; }
        .page-header-background-image.page-header-background-image-condensed:before, .page-header-background-image.page-header-background-image-condensed:after {
          display: none; }
        .page-header-background-image.page-header-background-image-condensed .content {
          padding: 1em;
          position: relative;
          background-color: rgba(253, 253, 251, 0.9);
          text-align: center;
          z-index: 3; }
      .page-header-background-image:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        height: 25px;
        width: 50px;
        background-color: #f3f2ee;
        z-index: 2;
        box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.25); }
      .page-header-background-image:after {
        display: inline-block;
        content: "v";
        font-family: "googledrive";
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: -5.14286%;
        position: absolute;
        bottom: 0.15625em;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 2;
        font-size: 1.25em;
        line-height: 0.625em; }
      .page-header-background-image .background-image-desktop {
        display: initial; }
      .page-header-background-image .background-image-mobile {
        display: block;
        background-position: 35% 50%; }
      .page-header-background-image .content {
        padding: 0;
        background-color: transparent; }
        .page-header-background-image .content .page-title {
          font-size: 2em; }
        .page-header-background-image .content .copy {
          font-size: 0.875em;
          margin-top: 3em; }
        .page-header-background-image .content .prompt {
          margin-top: 2.625em; }
        .page-header-background-image .content .prompt-text {
          display: block;
          margin-top: 1em; }
        .page-header-background-image .content .drop-down-menu-filters {
          display: block;
          width: auto;
          margin-top: 0.625em; }
      .page-header-background-image .button-red {
        padding: .75em 2em .5em; } }

.page-header-background-image-careers .content {
  padding: 3.75em 1.5em 4.6875em; }

@media screen and (max-width: 47.9375em) {
  .page-header-background-image-careers .content {
    padding: 0; } }

.location-list-module {
  padding: 5.625em 0; }
  .location-list-module .description {
    font-size: 1.125em;
    margin-top: 2.1875em;
    text-align: center; }
  .location-list-module .accociate-note {
    text-align: right; }
    .location-list-module .accociate-note em {
      color: #bd2b43; }
  @media screen and (max-width: 47.9375em) {
    .location-list-module {
      text-align: center;
      padding: 2.8125em 0; }
      .location-list-module .accociate-note,
      .location-list-module .description {
        margin-top: 1.5em;
        text-align: center; } }

.office-card-grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.875em;
  padding-bottom: 5.625em; }
  .office-card-grid:after {
    content: " ";
    display: block;
    clear: both; }
  .office-card-grid .office-tile {
    width: 31.915%;
    float: left;
    margin-right: 2.1275%; }
  .office-card-grid .promo-content-office {
    width: 65.9575%;
    float: left;
    margin-right: 2.1275%;
    margin-right: -100%;
    text-align: center; }
  .office-card-grid .google-link {
    display: block;
    margin: 1.875em auto 0; }
  @media screen and (max-width: 47.9375em) {
    .office-card-grid {
      padding-top: 1.5em;
      padding-bottom: 2.8125em; }
      .office-card-grid .office-tile,
      .office-card-grid .promo-content-office {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .office-card-grid .promo-content-office {
        margin-top: 1.5em; } }

.office-grid {
  padding-top: 5.625em;
  padding-bottom: 5.625em; }
  .office-grid .accociate-note {
    text-align: right; }
  .office-grid .office-grid-tiles {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2em 0 2.1275%; }
    .office-grid .office-grid-tiles:after {
      content: " ";
      display: block;
      clear: both; }
    .office-grid .office-grid-tiles:last-of-type {
      margin-bottom: 0; }
  .office-grid .office-tile {
    width: 31.915%;
    float: left;
    margin-right: 2.1275%;
    padding-left: 0.9375em;
    border-left: 1px solid #cececd;
    margin-top: 32px; }
    .office-grid .office-tile.no-right-margin {
      margin-right: 0;
      padding-right: 0.9375em; }
      .office-grid .office-tile.no-right-margin:nth-of-type(3n+0) {
        padding-right: 0; }
  @media screen and (max-width: 47.9375em) {
    .office-grid {
      padding-top: 2.8125em;
      padding-bottom: 2.8125em; }
      .office-grid .office-grid-tiles {
        margin-bottom: 0;
        margin-top: 1.25em; }
        .office-grid .office-grid-tiles:last-of-type .office-tile:last-of-type {
          margin-bottom: 0; }
      .office-grid .office-tile {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        border-left: 0;
        padding-left: 0; }
        .office-grid .office-tile + .office-title {
          border-top: 1px solid #cececd;
          margin-top: 1.25em;
          padding-top: 1.25em; } }

.video-module-wrapper {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  max-width: 600px;
  padding: 1em; }
  .video-module-wrapper video {
    width: 100%; }
  .video-module-wrapper .video-close {
    position: absolute;
    bottom: 100%;
    left: 100%;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    color: #5f5f5f;
    background-color: #cececd;
    text-align: center; }
    .video-module-wrapper .video-close:after {
      display: inline-block;
      content: "f";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 0.875em;
      line-height: 2; }
  @media screen and (max-width: 47.9375em) {
    .video-module-wrapper .video-close {
      left: auto;
      right: 0;
      margin-left: 0; } }

.video-module {
  position: relative; }
  .video-module div {
    width: 3.125em;
    height: 3.125em;
    transition: box-shadow 0.4s;
    color: #fff;
    padding: 0.5em;
    border-radius: 1.5625em;
    background-color: #a71930;
    text-align: center;
    position: absolute;
    -ms-flex-item-align: center;
        align-self: center;
    left: 50%;
    top: 50%; }
    .video-module div:after {
      display: inline-block;
      content: "W";
      font-family: "googledrive";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      font-size: 1.25em; }
  .video-module img {
    width: 100%; }

.pcm-standard-background-image {
  position: relative;
  cursor: pointer;
  padding-bottom: 1.25em; }
  .pcm-standard-background-image div {
    width: 3.125em;
    height: 3.125em;
    transition: box-shadow 0.4s;
    color: #fff;
    padding: 0.5em;
    border-radius: 1.5625em;
    background-color: #a71930;
    text-align: center;
    position: absolute;
    -ms-flex-item-align: center;
        align-self: center;
    left: 50%;
    top: 50%; }
  .pcm-standard-background-image img {
    width: 100%; }

#map {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  #map svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    overflow: visible;
    opacity: 1;
    height: 100%; }
  #map .active-region path:hover,
  #map .active-region ellipse:hover {
    cursor: pointer; }
  @media screen and (max-width: 47.9375em) {
    #map {
      display: none; } }

.region-map-img {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  width: 100%;
  display: block; }

.regionMapNode {
  position: absolute;
  z-index: 4;
  padding-right: 20px;
  -webkit-transform: translate(-98%, -96%);
          transform: translate(-98%, -96%);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background: rgba(225, 225, 225, 0.1);
  padding-left: 20px; }
  .regionMapNode:hover, .regionMapNode.show-window {
    opacity: 1;
    visibility: visible; }

.regionMapNode-card {
  width: 286px;
  height: 140px;
  overflow: hidden;
  background-color: #FDFDFD;
  display: block;
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.3); }
  .regionMapNode-card.not-linked {
    cursor: text; }

.regionMapNode-card-img {
  float: left;
  height: 140px;
  margin-right: 0.9375em; }

.regionMapNode-info {
  padding: 0.625em 0.9375em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.regionMapNode-info-title {
  color: #5f5f5f;
  font-weight: 400;
  display: block;
  font-size: 1.125em; }

.regionMapNode-info-label {
  padding-top: 0.625em;
  display: inline-block; }
  .regionMapNode-info-label:before {
    display: inline-block;
    content: "I";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    margin-right: .5em;
    font-size: .6em; }

.feedback {
  position: fixed;
  right: -300px;
  top: 40vh;
  transition: right 0.5s ease-in-out; }
  .feedback.active {
    right: 0; }
  .feedback .feedback-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    rows: 1;
    width: 340px; }
  .feedback .feedback-tab {
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125em;
    background-color: #ad122a;
    color: #FDFDFD;
    height: 110px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40px;
            flex: 1 1 40px;
    position: relative;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid #5f5f5f;
    border-right: none;
    margin-right: -1px;
    z-index: 200;
    cursor: pointer; }
    .feedback .feedback-tab span {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: right bottom 0;
              transform-origin: right bottom 0;
      float: left;
      position: absolute;
      top: -30px;
      right: 6px;
      width: 100px; }
      .feedback .feedback-tab span:before {
        display: inline-block;
        content: "1";
        font-family: "googledrive";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: -5.14286%;
        display: inline;
        left: -6px;
        top: 1px;
        position: relative; }
  .feedback .feedback-content {
    background-color: #FDFDFD;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #5f5f5f;
    border-right: none;
    max-width: 300px;
    position: relative; }
    .feedback .feedback-content p:first-child {
      margin-top: 0; }
  .feedback .close:before {
    display: inline-block;
    content: "f";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 14px;
    cursor: pointer; }
  .feedback .feedback-link {
    display: inline-block; }
    .feedback .feedback-link:hover {
      color: #FDFDFD; }
  @media screen and (max-width: 47.9375em) {
    .feedback {
      display: none; } }

.general-content-details,
.general-content-details-news {
  padding: 5.625em 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .general-content-details:after,
  .general-content-details-news:after {
    content: " ";
    display: block;
    clear: both; }
  .general-content-details .left-side,
  .general-content-details-news .left-side {
    width: 65.2175%;
    float: left;
    margin-right: 4.34749%;
    padding-right: 4.25499%;
    border-right: 1px solid #cececd; }
  .general-content-details .right-side-related,
  .general-content-details-news .right-side-related {
    width: 30.43501%;
    float: right;
    margin-right: 0; }
    .general-content-details .right-side-related > .title,
    .general-content-details-news .right-side-related > .title {
      font-size: 1.75em;
      font-weight: bold;
      padding-bottom: .5em;
      margin-bottom: 1em;
      border-bottom: 1px solid #cececd; }
  .general-content-details .download-prompt,
  .general-content-details-news .download-prompt {
    margin-top: 2em; }
  .general-content-details .promo-content-tile,
  .general-content-details-news .promo-content-tile {
    width: 48%; }
    .general-content-details .promo-content-tile.image-module,
    .general-content-details-news .promo-content-tile.image-module {
      width: 98%; }
  @media screen and (max-width: 61.9375em) {
    .general-content-details,
    .general-content-details-news {
      padding: 2.8125em 0; }
      .general-content-details .download-prompt,
      .general-content-details-news .download-prompt {
        margin-top: 1.5em; }
      .general-content-details .left-side,
      .general-content-details .right-side-related,
      .general-content-details-news .left-side,
      .general-content-details-news .right-side-related {
        border-right: none;
        padding-right: 0;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .general-content-details .right-side-related,
      .general-content-details-news .right-side-related {
        padding-top: 2.8125em;
        margin-top: 2.8125em;
        border-top: 1px solid #cececd; } }
  @media screen and (max-width: 47.9375em) {
    .general-content-details .right-side-related > .title,
    .general-content-details-news .right-side-related > .title {
      font-family: "googlefonts", Arial Narrow, Arial;
      font-weight: normal;
      font-style: normal;
      font-size: 1.75em; }
    .general-content-details .content-wrapper,
    .general-content-details-news .content-wrapper {
      padding-left: 0;
      padding-right: 0; }
    .general-content-details .promo-content-tile,
    .general-content-details-news .promo-content-tile {
      width: 100%; } }

.general-content-details-news .social-share-section, .event-detail .page-header .social-share-section {
  height: 3.75em;
  font-size: 18px; }
  .general-content-details-news .social-share-section span, .event-detail .page-header .social-share-section span {
    position: relative;
    line-height: 2.25;
    vertical-align: baseline;
    margin: 0 0.3125em;
    cursor: pointer; }
    .general-content-details-news .social-share-section span:first-of-type, .event-detail .page-header .social-share-section span:first-of-type {
      margin-left: 0; }
  .general-content-details-news .social-share-section a, .event-detail .page-header .social-share-section a {
    padding-left: .375em;
    padding-right: .375em; }

.general-content-details-news .share-section-text, .event-detail .page-header .share-section-text {
  border-right: 1px solid #cececd;
  padding-right: 0.875em;
  cursor: auto; }

.general-content-details-news .twitter-share-icon, .event-detail .page-header .twitter-share-icon {
  color: #bd2b43; }
  .general-content-details-news .twitter-share-icon:after, .event-detail .page-header .twitter-share-icon:after {
    display: inline-block;
    content: "u";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    vertical-align: middle; }

.general-content-details-news .facebook-share-icon, .event-detail .page-header .facebook-share-icon {
  color: #bd2b43; }
  .general-content-details-news .facebook-share-icon:after, .event-detail .page-header .facebook-share-icon:after {
    display: inline-block;
    content: "D";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    vertical-align: middle; }

.general-content-details-news .linkedin-share-icon, .event-detail .page-header .linkedin-share-icon {
  color: #bd2b43; }
  .general-content-details-news .linkedin-share-icon:after, .event-detail .page-header .linkedin-share-icon:after {
    display: inline-block;
    content: "F";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    vertical-align: middle; }

.general-content-details-news .email-share-icon, .event-detail .page-header .email-share-icon {
  color: #bd2b43; }
  .general-content-details-news .email-share-icon:after, .event-detail .page-header .email-share-icon:after {
    display: inline-block;
    content: "g";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    vertical-align: middle; }

.general-content-details-news .pdf-print-icon, .event-detail .page-header .pdf-print-icon {
  color: #bd2b43; }
  .general-content-details-news .pdf-print-icon:after, .event-detail .page-header .pdf-print-icon:after {
    display: inline-block;
    content: "O";
    font-family: "googledrive";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    vertical-align: middle; }

.general-content-details-news .description h3, .event-detail .page-header .description h3 {
  font-size: 28px; }

.event-detail .social-share-section {
  border-right: none !important; }

.inner-img-container {
  padding: 1.7em 0 1.7em 0; }
  .inner-img-container img {
    width: 100%; }

.overview-text {
  font-size: 18px; }

.pcm-content {
  padding-bottom: 1.7em; }
  .pcm-content .header {
    padding-top: 1.7em;
    line-height: 1;
    position: relative;
    color: #5f5f5f;
    top: 0; }
  .pcm-content .page-wrapper {
    max-width: 79.875em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.7em;
    padding-left: 0; }

body .main .enhanced-general-content-details .orderable-modules .module-alternate-background {
  background-color: transparent;
  padding: 2em 0; }
  body .main .enhanced-general-content-details .orderable-modules .module-alternate-background h2.pcm-overview-header {
    text-align: center; }

body .main .enhanced-general-content-details .orderable-modules .content-wrapper {
  padding-left: 0;
  padding-right: 0; }

body .main .enhanced-general-content-details .orderable-modules .overview-header {
  margin-top: 0; }

body .main .enhanced-general-content-details .related-tabs-panel-nopadding .page-wrapper {
  padding-left: 0;
  padding-right: 0; }
  body .main .enhanced-general-content-details .related-tabs-panel-nopadding .page-wrapper .tabs-panel .description {
    padding-left: 0;
    padding-right: 0; }
  body .main .enhanced-general-content-details .related-tabs-panel-nopadding .page-wrapper .tabs-panel .promo-content-grid.promo-content-grid-insight-spaced {
    margin-bottom: 0; }

.spotlight-carousel {
  background-color: #e8e8e4;
  padding: 3.75em 0; }
  .spotlight-carousel .section-header {
    color: #001A32;
    text-align: center; }
  .spotlight-carousel .copy {
    word-wrap: break-word; }
  .spotlight-carousel .carousel {
    margin: 3.125em 6.25em 7.5em;
    position: relative; }
  .spotlight-carousel .slick-arrow {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0;
    background-size: 100% 100%;
    transition: box-shadow 0.4s; }
    .spotlight-carousel .slick-arrow:hover {
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); }
    .spotlight-carousel .slick-arrow.slick-prev {
      background-image: url("../../dist/toolkit/images/carousel-arrow-left.png");
      left: -100px; }
    .spotlight-carousel .slick-arrow.slick-next {
      background-image: url("../../dist/toolkit/images/carousel-arrow-right.png");
      right: -100px; }
  .spotlight-carousel .slick-list {
    overflow: hidden; }
  .spotlight-carousel .slick-dots {
    list-style-type: none;
    max-width: 50%;
    margin: 0.4em auto;
    bottom: -125px;
    -webkit-transform: 0;
            transform: 0;
    text-align: left;
    display: table; }
    .spotlight-carousel .slick-dots li {
      display: inline-block;
      width: 1em;
      height: 1em;
      border-radius: 0.5em;
      background-color: transparent;
      border: 2px solid #ad122a;
      cursor: pointer;
      margin-right: 0.35em;
      transition: background-color 0.4s; }
      .spotlight-carousel .slick-dots li:hover {
        background-color: #ad122a; }
      .spotlight-carousel .slick-dots li.slick-active {
        background-color: #ad122a; }
    .spotlight-carousel .slick-dots button {
      display: none; }
  @media screen and (max-width: 47.9375em) {
    .spotlight-carousel {
      padding: 2.625em 0 5.25em; }
      .spotlight-carousel .section-header {
        font-size: 1.5em; }
      .spotlight-carousel .carousel {
        margin: 2.625em 0 0; }
      .spotlight-carousel .slick-arrow {
        width: 36px;
        height: 36px;
        top: auto;
        bottom: 2%;
        -webkit-transform: none;
                transform: none; }
        .spotlight-carousel .slick-arrow.slick-prev {
          left: 0; }
        .spotlight-carousel .slick-arrow.slick-next {
          right: 0; }
      .spotlight-carousel .slick-dots {
        margin: 0 auto;
        text-align: left;
        margin-top: 1.4em; } }

.potential-split-content .spotlight-carousel .carousel-content {
  display: block; }
  .potential-split-content .spotlight-carousel .carousel-content .left-side {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    float: none; }
  .potential-split-content .spotlight-carousel .carousel-content .right-side {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none; }

.potential-split-content .spotlight-carousel .slick-dots {
  bottom: -65px; }

.tabs-panels-all {
  position: relative;
  overflow: hidden;
  margin: 0 -10px; }

.tabs-panel {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.625em 0.625em;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1); }
  .tabs-panel.is-active-panel {
    position: relative;
    z-index: 5;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible; }
  .is-animating-panel .tabs-panel.is-active-panel {
    opacity: 0; }
  .is-animating-panel .tabs-panel.is-animating-in {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    transition: opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.4s; }

.tabs-panel .overview-full {
  display: none;
  overflow: hidden;
  margin-top: 0; }
  .tabs-panel .overview-full p:first-child {
    margin-top: 0; }
  .tabs-panel .overview-full.description {
    margin-top: 0; }

.tabs-panel .description {
  font-size: 1.125em;
  line-height: 1.55556em;
  margin-top: 1.77778em;
  max-width: 54.9375em;
  padding-right: 2em;
  padding-left: 2em;
  margin-left: auto;
  margin-right: auto;
  /* Removed 5/27 Per Request
            li {
			margin-top: 1em;
		}*/ }
  .tabs-panel .description h2 {
    color: #5f5f5f;
    line-height: 1;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
    @media screen and (max-width: 61.9375em) {
      .tabs-panel .description h2 {
        font-size: 1.5em; } }
  .tabs-panel .description h1 {
    line-height: 1.5em; }
  .tabs-panel .description ul {
    padding-left: 2rem; }
  .tabs-panel .description .list-arrows {
    padding-left: 0; }

.tabs-panel .list-arrows {
  list-style: none; }
  .tabs-panel .list-arrows a {
    padding-left: 1em;
    display: inline-block; }
    .tabs-panel .list-arrows a:before {
      display: inline-block;
      content: "I";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      position: absolute;
      margin-left: -1.5em;
      color: #ad122a;
      font-size: .6em;
      line-height: 3;
      vertical-align: baseline; }

.tabs-panel .tabs-panel-title {
  margin-top: 1.33333em; }

@media screen and (max-width: 47.9375em) {
  .tabs-panel .description {
    padding: 0;
    font-size: 0.875em; } }

.related-tabs-panel {
  padding: 5.625em 0;
  background-color: #f3f2ee; }
  .related-tabs-panel.related-articles-dark-bg {
    background-color: #e8e8e4; }
  @media screen and (max-width: 47.9375em) {
    .related-tabs-panel {
      padding: 0 0 3em; }
      .related-tabs-panel.related-articles-dark-bg {
        background-color: #f3f2ee; } }

.articles-related-module .button-expand {
  margin-bottom: 0.8em; }

.articles-related-module .promo-content-grid[data-child-selector="4"] .promo-content-tile:nth-of-type(n+4) {
  display: none; }

.dynamic-media-related-list {
  border-bottom: 1px solid #cececd;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em; }
  .dynamic-media-related-list ul {
    list-style: none;
    margin: 1.5em 0px;
    background: #e8e8e4;
    border: 1px solid #cececd;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 0.125em; }
    .dynamic-media-related-list ul li {
      margin: 1em;
      position: relative; }
      .dynamic-media-related-list ul li a {
        position: relative;
        display: inline-block;
        padding-left: 1.5em; }
      .dynamic-media-related-list ul li a::before {
        display: inline-block;
        content: 'P';
        font-family: googledrive;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        vertical-align: middle;
        font-size: 1em;
        line-height: 1.3;
        left: 0px; }

.related-list {
  border-bottom: 1px solid #cececd;
  margin-bottom: 1.5em;
  padding-bottom: .5em; }
  .related-list:last-child {
    border-bottom: none; }
  .related-list.related-list-no-border {
    border-bottom: none; }
  .related-list .related-list-container {
    list-style: none;
    margin: 1.5em 0; }
    .related-list .related-list-container.media {
      background: #e8e8e4;
      border: 1px solid #cececd;
      border-radius: 0.125em; }
  .related-list .related-list-list {
    margin: 1em;
    position: relative; }
  .related-list p, .related-list li, .related-list ul, .related-list a, .related-list div, .related-list span {
    font-size: 18px; }
  .related-list .related-list-link {
    font-size: 18px; }
    .related-list .related-list-link:before {
      display: inline-block;
      content: "I";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      position: absolute;
      left: -1.5em;
      font-size: .6em;
      line-height: 2;
      vertical-align: baseline; }
    .related-list .related-list-link.not-linked {
      cursor: text;
      color: #5f5f5f; }
  .related-list .media .related-list-list:before {
    display: inline-block;
    content: "P";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%;
    font-size: inherit;
    line-height: 1.3;
    left: 0;
    color: #ad122a;
    padding-right: .75em; }
  .related-list .media .related-list-list .related-list-link {
    content: none;
    position: relative;
    display: inline-block; }
    .related-list .media .related-list-list .related-list-link:before {
      content: none; }
  @media screen and (max-width: 47.9375em) {
    .related-list .related-list-link-text {
      font-size: 0.875em; } }

.careers-jump-module .careers-jump-module-content {
  margin-top: 5.625em; }

.careers-jump-module .description {
  font-size: 1.125em;
  line-height: 1.55556em;
  margin-top: 2em; }
  .careers-jump-module .description.overview-full {
    margin-top: 0; }

.careers-jump-module .tabs-panel-nav-list {
  border-bottom: 0 none; }

.careers-jump-module .tabs-panel-description .description {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0; }

.careers-jump-module .button-back-top {
  font-size: 1.125em;
  margin: 2em auto;
  display: block; }

.careers-jump-module .promo-content,
.careers-jump-module .download-prompt,
.careers-jump-module .tabs-panel-nav {
  margin-top: 2em; }

@media screen and (max-width: 61.9375em) {
  .careers-jump-module .promo-content,
  .careers-jump-module .download-prompt,
  .careers-jump-module .tabs-panel-nav {
    margin-top: 1.5em; } }

@media screen and (max-width: 47.9375em) {
  .careers-jump-module {
    padding-top: 2.8125em; }
    .careers-jump-module .description,
    .careers-jump-module .button-back-top {
      font-size: 0.875em; }
    .careers-jump-module:last-child {
      padding-bottom: 2.8125em; } }

.blank-main .blank-logo-container {
  background-color: #a71930;
  padding: 20px; }

.blank-main .blank-content {
  display: inline-block;
  float: left;
  padding-Left: 100px;
  padding-top: 100px; }

.section-overview {
  padding: 5.625em 0; }
  .section-overview .description {
    font-size: 1.125em;
    line-height: 1.55556em;
    margin-top: 2em; }
  .section-overview .video-embed {
    margin: 0 auto;
    margin-top: 2em; }
  .section-overview .callout-link {
    margin-top: 2em;
    text-align: center; }
    .section-overview .callout-link a {
      position: relative; }
      .section-overview .callout-link a:after {
        display: inline-block;
        content: "I";
        font-family: "googledrive";
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: -5.14286%;
        position: absolute;
        font-size: .6em;
        line-height: 1.5;
        vertical-align: middle;
        color: inherit;
        right: 15px; }
  @media screen and (max-width: 47.9375em) {
    .section-overview {
      padding: 2.8125em 0; }
      .section-overview .description {
        font-size: 0.875em;
        margin-top: 1.5em; }
      .section-overview .callout-link,
      .section-overview .video-embed {
        margin-top: 1.5em; } }

.rs-container {
  width: 100%;
  padding-left: 5em;
  padding-right: 5em; }
  .rs-container .rss-listing {
    float: left;
    width: 100%;
    margin: auto; }
    .rs-container .rss-listing h2 {
      font-size: 2em;
      color: #001A32;
      line-height: 1;
      padding: 20px 0 20px 0;
      font-weight: bold;
      font-style: normal;
      margin: 0; }
    .rs-container .rss-listing p {
      font-size: 1.125em;
      line-height: 1.77778em; }
    .rs-container .rss-listing .left {
      width: 48%;
      float: left; }
      .rs-container .rss-listing .left ul {
        list-style-type: none; }
    .rs-container .rss-listing .right {
      width: 48%;
      float: right; }
      .rs-container .rss-listing .right ul {
        list-style-type: none; }
  .rs-container .rss-feed-container {
    padding-top: 5px; }
    .rs-container .rss-feed-container h3 {
      text-transform: uppercase;
      color: #5f5f5f;
      line-height: 1;
      font-weight: normal;
      font-style: normal;
      font-size: 1.125em;
      margin: 0;
      padding-bottom: .5em;
      padding-top: .5em; }
    .rs-container .rss-feed-container ul li {
      display: block;
      color: #ad122a;
      padding-bottom: .5em; }
    .rs-container .rss-feed-container .rss-item:before {
      display: inline-block;
      content: "C";
      font-family: "googledrive";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: -5.14286%;
      margin: 0 0.1875em 0.21em 0;
      vertical-align: middle; }
  .rs-container .rss-feeds-listings .left {
    width: 50%;
    float: left; }
  .rs-container .rss-feeds-listings .right {
    width: 50%;
    float: right; }
  @media screen and (max-width: 61.9375em) {
    .rs-container {
      padding: 0; }
      .rs-container .rss-feeds-listings .left, .rs-container .rss-feeds-listings .right {
        float: none;
        width: 100%; } }

.rss-content-tab-area .content {
  font-size: 1.125em;
  line-height: 1.77778em; }

.register-tabs {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 2em 2em 3.75em; }
  .register-tabs button {
    margin-left: 1em;
    margin-right: 1em; }
  .register-tabs .button-white {
    background-color: #f3f2ee;
    border: solid 2px #a71930;
    color: #a71930;
    transition: box-shadow 0.4s;
    padding: 1em 2em;
    border-radius: 2em;
    line-height: 1em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal; }
  @media screen and (max-width: 47.9375em) {
    .register-tabs .button-red {
      padding: 0.75em 1em 0.5625em; }
    .register-tabs .button-white {
      padding: 0.75em 1em 0.5625em; } }

.overview-header {
  text-align: left;
  margin-top: .5em;
  margin-bottom: 1.25em; }

.event-detail .promo-content-tile .content .content-headline {
  max-width: 317px; }

.event-detail .related-insight-header {
  text-align: center;
  padding-top: .5em;
  padding-bottom: 2em; }

.event-detail .page-header .page-wrapper .page-title {
  padding-bottom: 0; }

.event-detail .download-page-wrapper {
  padding-top: 1.5em;
  clear: both;
  width: 65.2175%;
  margin: 0; }

.event-detail .office-card-grid .office-tile h3.office-title {
  padding-top: .5em;
  padding-bottom: .5em; }

.event-detail .office-card-grid .office-tile .event-date {
  margin-bottom: 2em; }

@media screen and (max-width: 47.9375em) {
  .event-detail .office-card-grid .office-tile .event-date {
    font-size: 0.875em; } }

.event-detail .office-card-grid .office-tile address {
  margin-top: 0; }

.event-detail .contact-module {
  background-color: #f3f2ee; }
  @media screen and (max-width: 47.9375em) {
    .event-detail .contact-module .contact-information {
      width: 100%;
      float: right;
      margin-right: 0; }
      .event-detail .contact-module .contact-information:nth-of-type(3n) {
        float: right;
        margin-right: 0; }
      .event-detail .contact-module .contact-information:nth-of-type(4n) {
        float: none !important;
        margin-right: 2.1275% !important; } }

@media screen and (max-width: 25.5em) {
  .event-detail .register-tabs {
    text-align: center !important; }
    .event-detail .register-tabs .button-white {
      margin-top: 0.75em; } }

.event-contact-module {
  clear: both;
  padding-top: 2.8125em;
  padding-bottom: 2.8125em; }
  .event-contact-module ul {
    margin-top: 0;
    list-style-type: none; }
  .event-contact-module .main-contacts {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0; }
  .event-contact-module .header {
    text-align: left;
    padding-top: .5em; }
  .event-contact-module .event-contacts.main-contacts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .event-contact-module .event-contacts.event-external-speakers .bottom {
    max-height: 50%;
    overflow-y: hidden; }
  .event-contact-module .event-contacts .contact-information {
    width: 31%;
    position: relative;
    margin-right: 2.1275%; }
    .event-contact-module .event-contacts .contact-information:last-of-type {
      margin-right: 0; }
  .event-contact-module .event-contacts .main-contacts {
    margin-top: 0; }
  .event-contact-module .event-contacts .professional-tile {
    margin-top: 1.95em; }
    .event-contact-module .event-contacts .professional-tile .phone {
      margin-right: .25em; }
  @media screen and (max-width: 47.9375em) {
    .event-contact-module .event-contacts .contact-information {
      width: 100%;
      float: right;
      margin-right: 0;
      float: none;
      margin-top: 0; }
      .event-contact-module .event-contacts .contact-information:nth-of-type(2n) {
        float: none; } }
  .event-contact-module + .event-contact-module {
    padding: 0; }

.event-related-insights {
  padding: 5.625em 0;
  background-color: #e8e8e4; }

.site-search-module {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.6875em;
  margin-bottom: 4.6875em; }
  .site-search-module:after {
    content: " ";
    display: block;
    clear: both; }
  .site-search-module > .left {
    position: relative;
    padding-top: 3.125em;
    width: 20.0004%;
    float: left;
    margin-right: 6.66613%; }
  .site-search-module .results-count {
    position: absolute;
    top: 0;
    font-weight: bold;
    font-size: 1.25em; }
  .site-search-module .search-filters .filter {
    color: #ad122a;
    background-color: #FFF;
    font-size: 1.125em; }
    .site-search-module .search-filters .filter.active {
      background-color: #ad122a;
      color: #FFF; }
  .site-search-module > .right {
    position: relative;
    width: 73.33347%;
    float: right;
    margin-right: 0; }
    .site-search-module > .right:after {
      content: '';
      position: absolute;
      top: 0;
      left: -4.54508%;
      width: 1px;
      height: 100%;
      background-color: #cececd; }
  .site-search-module .search-criteria {
    border-bottom: 1px solid #cececd;
    padding-bottom: 1em;
    font-size: 1.25em;
    font-weight: bold; }
  .site-search-module .term {
    color: #ad122a; }
  .site-search-module .button-red {
    margin: 2.8125em auto;
    display: block; }
  @media screen and (max-width: 61.9375em) {
    .site-search-module {
      margin-top: 0;
      margin-bottom: 4.6875em; }
      .site-search-module > .left {
        padding-top: 0;
        width: 100%;
        float: left;
        margin-right: 2.1275%; }
        .site-search-module > .left .search-filters {
          width: 97vw;
          position: relative;
          left: -1.5em;
          border-bottom: 1px solid #cececd; }
      .site-search-module .results-count {
        position: static;
        font-size: 1em;
        padding: 1.5em 0;
        font-weight: bold; }
      .site-search-module > .right {
        width: 100%;
        float: left;
        margin-right: 2.1275%; }
        .site-search-module > .right:after {
          content: none; }
      .site-search-module .search-criteria {
        padding-top: 1em;
        border-top: 1px solid #cececd; }
      .site-search-module .button-red {
        margin: 1.75em auto;
        font-size: 0.875em; }
      .site-search-module .search-input {
        font-size: 0.875em; } }

.csr-atw-nav h2 {
  padding-bottom: 1em; }

.csr-atw-nav img {
  vertical-align: middle;
  width: 3em; }

.csr-detail .social-footer {
  height: initial; }

.csr .firm-row {
  border-top: 1px solid #cececd; }
  .csr .firm-row .header {
    text-transform: none;
    text-align: center;
    padding-top: 1.875em;
    padding-bottom: 1em; }
  .csr .firm-row .contact-information:last-of-type {
    margin-right: 0; }

.csr .firm-row:first-of-type {
  border-top: none; }

.csr-module .button-expand-wrapper {
  border: none;
  padding-bottom: 0; }

.csr-module .csr-committee .contact-module {
  padding: 0; }
  .csr-module .csr-committee .contact-module .professional-tile {
    margin-top: 0; }

.csr-module .csr-trigger {
  padding: 2em 0 2em 0; }
  .csr-module .csr-trigger .csr-button-expand {
    display: block;
    margin: 0 auto 0 auto; }

.page-opportunity-detail {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page-opportunity-detail:after {
    content: " ";
    display: block;
    clear: both; }
  .page-opportunity-detail .cv-content {
    width: 65.2175%;
    float: left;
    margin-right: 4.34749%;
    padding-right: 4.25499%;
    border-right: 1px solid #cececd; }
  .page-opportunity-detail .header-text-module {
    margin-top: 2em; }
    .page-opportunity-detail .header-text-module .text-copy {
      font-size: 1.125em; }
    .page-opportunity-detail .header-text-module .list-content {
      font-size: 1.125em; }
    .page-opportunity-detail .header-text-module:first-of-type {
      margin-top: 0; }
  .page-opportunity-detail .download-prompt {
    margin-top: 2em; }
  .page-opportunity-detail .legal-text {
    margin-top: 1.5em;
    line-height: 1.71429em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875em; }
  .page-opportunity-detail .related {
    width: 30.43501%;
    float: right;
    margin-right: 0; }
    .page-opportunity-detail .related .header-text-module {
      padding-bottom: 1.5em;
      margin-top: 1.5em;
      border-bottom: 1px solid #cececd; }
      .page-opportunity-detail .related .header-text-module:first-of-type {
        margin-top: 0; }
      .page-opportunity-detail .related .header-text-module:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      .page-opportunity-detail .related .header-text-module .header-title {
        font-size: 1.5em; }
      .page-opportunity-detail .related .header-text-module .text-copy {
        font-size: 1em; }
      .page-opportunity-detail .related .header-text-module .button-red {
        margin-top: 1.5em;
        font-size: 1em; }
      .page-opportunity-detail .related .header-text-module .list-content {
        font-size: 1em; }
  @media screen and (max-width: 61.9375em) {
    .page-opportunity-detail .cv-content,
    .page-opportunity-detail .related {
      border-right: none;
      padding-right: 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .page-opportunity-detail .related {
      margin-top: 2em; }
      .page-opportunity-detail .related .header-text-module:first-of-type {
        margin-top: 2em; } }
  @media screen and (max-width: 47.9375em) {
    .page-opportunity-detail .cv-content .header-text-module .header-title,
    .page-opportunity-detail .related .header-text-module .header-title {
      font-size: 1.5em; }
    .page-opportunity-detail .cv-content .header-text-module .text-copy,
    .page-opportunity-detail .related .header-text-module .text-copy {
      font-size: 0.875em; }
    .page-opportunity-detail .cv-content .header-text-module .list-content,
    .page-opportunity-detail .related .header-text-module .list-content {
      font-size: 0.875em; }
    .page-opportunity-detail .download-prompt, .page-opportunity-detail .legal-text {
      margin-top: 1.5em; }
    .page-opportunity-detail .cv-content .header-text-module:first-of-type {
      margin-top: 0; }
    .page-opportunity-detail .related {
      margin-top: 1.5em; }
      .page-opportunity-detail .related .header-text-module:first-of-type {
        margin-top: 1.5em; } }

.blog-landing .promo-content-tile {
  background-image: none;
  background-position: 0 0;
  background-size: 100% 200px;
  background-repeat: no-repeat; }
  .blog-landing .promo-content-tile .promo-content-link img {
    max-height: 10em; }
  .blog-landing .promo-content-tile .content {
    vertical-align: top; }

.blog-landing .header {
  text-align: center;
  padding: .8em; }

.blog-landing .promo-content-category-switcher {
  display: inline; }
  .blog-landing .promo-content-category-switcher .default-cat {
    font-weight: bold;
    background-color: #FDFDFD;
    text-transform: uppercase;
    padding: 1em;
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #cececd;
    margin-bottom: 1.875em;
    margin-right: 1.875em;
    opacity: 1; }
    .blog-landing .promo-content-category-switcher .default-cat.selected {
      background-color: #ad122a;
      color: #FDFDFD; }
    .blog-landing .promo-content-category-switcher .default-cat:hover {
      border-color: transparent;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 13px rgba(0, 0, 0, 0.5); }
  .blog-landing .promo-content-category-switcher .label {
    float: right;
    text-transform: uppercase;
    margin-right: 2em;
    margin-top: 0.625em;
    position: relative;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold; }
  .blog-landing .promo-content-category-switcher .filter-container {
    display: block; }

.blog-landing .filter-container {
  border-bottom: 1px solid #cececd; }

.blog-landing .sticky-arrow {
  content: '';
  display: inline-block;
  width: 5em;
  height: 5em;
  border-radius: 2.5em;
  background-color: #f3f2ee;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -5; }
  .blog-landing .sticky-arrow:before {
    display: inline-block;
    content: "v";
    font-family: "googledrive";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5.14286%; }
  .blog-landing .sticky-arrow:before {
    font-size: 1.75em;
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -5; }
  .blog-landing .sticky-arrow.is-sticky {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }

.blog-landing .background-image {
  z-index: -10; }

.blog-landing .label {
  float: left;
  text-transform: uppercase;
  margin-right: 0.625em;
  margin-top: 0.625em;
  position: relative;
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  font-weight: bold; }

.blog-landing .blog-topic-tabs {
  display: block; }
  @media screen and (max-width: 61.9375em) {
    .blog-landing .blog-topic-tabs {
      display: none; } }

.blog-landing .blog-test-option {
  text-align: left; }

.blog-landing .mobile-blog-list {
  display: none; }

.expertise-detail .prompt-section {
  padding: 4.25499%; }

.error-main .page-title {
  font-family: "googlefonts", Arial Narrow, Arial;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #ad122a;
  font-size: 2.25em;
  color: #5f5f5f; }
  .error-main .page-title.remove-uppercase {
    text-transform: none; }

.error-main .error-content {
  padding: 5em; }

.error-main .error-search {
  margin: 0 auto;
  width: 30em; }
  .error-main .error-search .search-input-form {
    text-align: initial; }

.error-main ul {
  padding-left: 30px; }
  .error-main ul ul {
    padding-left: 15px; }

@media screen and (max-width: 47.9375em) {
  .error-main .error-search {
    width: 100%; } }

body .show-print {
  display: none; }

@media print {
  body .global-header {
    position: relative !important; }
    body .global-header .logo-print img {
      width: 250px;
      height: 59px; }
  body .show-print {
    display: block; }
  body .hide-print {
    display: none !important; }
  body .main {
    padding-top: 1.5em !important; }
    body .main .page-header-options {
      display: none !important; } }

.publication-event .description,
.publication-event .event-date {
  font-size: 18px; }

.publication-event .description ul {
  padding-left: 40px; }

.publication-event .description li {
  margin-bottom: 1em; }

.publication-event .tabs-panels-all {
  margin: 0; }

.publication-event .tabs-panel {
  padding: 0; }
  .publication-event .tabs-panel .description {
    padding: 0; }

.publication-event .padded-module > * {
  margin-top: 80px; }

.publication-event .gallery-module {
  padding: 0; }

.publication-event .promo-content-grid.promo-content-grid-insight-spaced {
  margin-bottom: 0; }

.publication-event .related-tabs-panel,
.publication-event .overview-module {
  padding: 0;
  background: none; }

.publication-event .tabs-panel-module .articles-related-module {
  padding-left: 5px;
  padding-right: 5px; }

.publication-event .publication-event-padding-override {
  padding: 0; }

.publication-event .event-module {
  padding-bottom: 0; }

.event-detail .page-header {
  padding: 0 2em 2.75em; }
  .event-detail .page-header .page-title {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1; }
  .event-detail .page-header.custom-background-header .date, .event-detail .page-header.custom-background-header .page-title, .event-detail .page-header.custom-background-header .share-section-text {
    color: #f3f2ee; }
  .event-detail .page-header.custom-background-header .twitter-share-icon, .event-detail .page-header.custom-background-header .facebook-share-icon, .event-detail .page-header.custom-background-header .linkedin-share-icon,
  .event-detail .page-header.custom-background-header .email-share-icon, .event-detail .page-header.custom-background-header .pdf-print-icon {
    color: #f3f2ee; }
  .event-detail .page-header.custom-background-header h2 {
    line-height: 1; }
  .event-detail .page-header.custom-background-header .social-share-section .share-section-text {
    border-right: 1px solid #f3f2ee; }
  .event-detail .page-header .social-share-section {
    text-align: center; }

.event-detail .event-body-header {
  background-color: #fff;
  border: 1px solid #cececd;
  padding: 2em 1.5625em; }

.event-detail .office-card-grid {
  padding-bottom: 1.875em; }
  .event-detail .office-card-grid .office-tile {
    padding-right: 4%;
    width: 47.8725%; }

.event-detail .register-tabs {
  text-align: left;
  margin-left: 0;
  padding: 0; }
  .event-detail .register-tabs button {
    margin-left: 0; }

.event-detail .promo-content-office {
  padding-bottom: 1.56em; }
  .event-detail .promo-content-office .promo-content {
    padding: 0; }
    .event-detail .promo-content-office .promo-content iframe {
      display: block; }

.event-detail .event-detail-module {
  max-width: 54.9375em;
  margin-left: auto;
  margin-right: auto; }

.gallery-module {
  margin-top: 0 !important; }
  .gallery-module .mobile-gallery {
    display: none; }
  .gallery-module .page-wrapper {
    max-width: 54.9375em; }
  .gallery-module .overview-intro {
    padding-top: 1.9em;
    padding-bottom: 2em; }

.left-side .gallery-module .page-wrapper {
  padding-left: 0;
  padding-right: 0; }
  .left-side .gallery-module .page-wrapper .gallery-container {
    max-width: 100%;
    margin: 0; }

.gallery-modal-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms ease-in, visibility 300ms linear 300ms; }

.fullscreen-gallery-slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease-in, visibility 100ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .fullscreen-gallery-slide .width-wrapper {
    max-width: 79.875em;
    max-height: 100%;
    margin: 2rem;
    position: relative; }
    .fullscreen-gallery-slide .width-wrapper img, .fullscreen-gallery-slide .width-wrapper video {
      max-width: 100%;
      vertical-align: bottom; }
    .fullscreen-gallery-slide .width-wrapper .fullscreen-slide {
      width: 100%;
      display: block; }
    .fullscreen-gallery-slide .width-wrapper .video-container {
      width: 100%; }
      .fullscreen-gallery-slide .width-wrapper .video-container iframe {
        max-width: 100%;
        min-width: 600px;
        min-height: 400px;
        position: relative !important; }
    @media screen and (max-width: 47.9375em) {
      .fullscreen-gallery-slide .width-wrapper .video-container iframe {
        min-width: 95vw;
        min-height: 250px; } }
  .fullscreen-gallery-slide .btn-close-video {
    width: 38px;
    height: 35px;
    position: absolute;
    z-index: 2;
    background-size: 100% 100%;
    transition: box-shadow 0.4s;
    background-color: #ad122a;
    top: 0;
    right: 0;
    color: #FFF;
    background-image: url("../../dist/toolkit/images/close-gallery-window.png"); }

.gallery-module {
  padding: 3.75em 0; }
  .gallery-module .section-header {
    color: #001A32;
    text-align: center; }
  .gallery-module .gallery-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .gallery-module .gallery-no-description {
    padding-top: 1.875em; }
  .gallery-module .gallery-image {
    position: relative; }
    .gallery-module .gallery-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 83.33333%; }
    .gallery-module .gallery-image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .gallery-module .gallery-slide-image {
    position: relative; }
    .gallery-module .gallery-slide-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 83.33333%; }
    .gallery-module .gallery-slide-image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .gallery-module .image, .gallery-module .video {
    border: 0;
    display: block;
    max-width: 100%; }
  .gallery-module .carousel-content {
    padding: 0;
    border: 0; }
  .gallery-module .slick-expand {
    width: 38px;
    height: 35px;
    position: absolute;
    z-index: 2;
    background-size: 100% 100%;
    transition: box-shadow 0.4s;
    background-color: #ad122a;
    bottom: 0;
    color: #FFF;
    background-image: url("../../dist/toolkit/images/img-expand.png"); }
  .gallery-module .gallery-carousel {
    position: relative;
    overflow: hidden;
    width: 80%;
    height: 100%;
    float: left; }
    .gallery-module .gallery-carousel .gallery-slide-item {
      height: 100%; }
    .gallery-module .gallery-carousel .slick-arrow {
      width: 38px;
      height: 35px;
      position: absolute;
      z-index: 2;
      font-size: 0;
      background-size: 100% 100%;
      transition: box-shadow 0.4s;
      background-color: #ad122a; }
      .gallery-module .gallery-carousel .slick-arrow:hover {
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); }
      .gallery-module .gallery-carousel .slick-arrow.slick-prev {
        bottom: 0;
        left: 38px;
        border-left: #e8e8e4 2px solid;
        background-image: url("../../dist/toolkit/images/img-left-arrow.png"); }
      .gallery-module .gallery-carousel .slick-arrow.slick-next {
        left: 76px;
        bottom: 0;
        border-left: #e8e8e4 2px solid;
        background-image: url("../../dist/toolkit/images/img-right-arrow.png"); }
  .gallery-module .slick-list {
    overflow: hidden; }
  .gallery-module .gallery-slide-item {
    width: 100%;
    height: 100%;
    margin: 0.09em 0;
    background-position: center;
    background-size: cover;
    border: 0;
    position: relative; }
    .gallery-module .gallery-slide-item.gallery-slide-video, .gallery-module .gallery-slide-item.gallery-video {
      opacity: .75;
      cursor: pointer; }
      .gallery-module .gallery-slide-item.gallery-slide-video .video-play-button, .gallery-module .gallery-slide-item.gallery-video .video-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 50px;
        height: 50px; }
        .gallery-module .gallery-slide-item.gallery-slide-video .video-play-button.button-small, .gallery-module .gallery-slide-item.gallery-video .video-play-button.button-small {
          width: 35px;
          height: 35px; }
    .gallery-module .gallery-slide-item.gallery-video:hover {
      opacity: .85; }
      .gallery-module .gallery-slide-item.gallery-video:hover .video-play-button {
        opacity: .85; }
  .gallery-module .gallery-carousel-slides {
    width: 20%;
    float: left;
    padding-left: 0.24em; }
    .gallery-module .gallery-carousel-slides .slick-arrow {
      width: 100%;
      height: 35px;
      font-size: 0;
      background-size: 100% 100%;
      transition: box-shadow 0.4s; }
      .gallery-module .gallery-carousel-slides .slick-arrow:hover {
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); }
      .gallery-module .gallery-carousel-slides .slick-arrow.slick-prev {
        background-image: url("../../dist/toolkit/images/img-up-arrow.png");
        left: -10px; }
      .gallery-module .gallery-carousel-slides .slick-arrow.slick-next {
        background-image: url("../../dist/toolkit/images/img-down-arrow.png");
        right: -10px; }
    .gallery-module .gallery-carousel-slides .gallery-slide-item {
      position: relative;
      border: 0; }
      .gallery-module .gallery-carousel-slides .gallery-slide-item .youtube-video-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4; }
  @media screen and (max-width: 47.9375em) {
    .gallery-module .mobile-gallery {
      display: block; }
    .gallery-module .section-header {
      font-size: 1.5em; }
    .gallery-module .gallery-carousel, .gallery-module .gallery-carousel-slides {
      width: 100%; }
    .gallery-module .gallery-slide-wrapper {
      position: relative;
      clear: both;
      padding-right: 2.6em;
      padding-left: 2.6em;
      margin-left: auto;
      margin-right: auto; }
    .gallery-module .gallery-carousel-slides {
      padding-left: 0;
      margin-top: 2em; }
      .gallery-module .gallery-carousel-slides .carousel-content {
        padding: 0 0.1em; }
      .gallery-module .gallery-carousel-slides .slick-arrow {
        width: 36px !important;
        height: 36px !important;
        top: 40%;
        -webkit-transform: none;
                transform: none;
        position: absolute;
        font-size: 0;
        background-size: 100% 100%;
        transition: box-shadow 0.4s;
        z-index: 3;
        margin-top: 14.5%; }
        .gallery-module .gallery-carousel-slides .slick-arrow.slick-prev {
          left: 0 !important;
          background-image: url("../../dist/toolkit/images/img-left-arrow.png") !important; }
        .gallery-module .gallery-carousel-slides .slick-arrow.slick-next {
          right: 0 !important;
          background-image: url("../../dist/toolkit/images/img-right-arrow.png") !important; }
      .gallery-module .gallery-carousel-slides:after {
        content: "";
        clear: both; } }

.page-home .page-wrapper {
  overflow: hidden;
  padding-top: 1.5em; }

.page-home .page-header-options .page-wrapper {
  overflow: visible; }

.page-home .promo-content-grid {
  margin-top: 0; }

.page-home .about-us-module {
  margin-top: 5.625em; }

@media screen and (max-width: 47.9375em) {
  .page-home .promo-content-grid {
    position: relative;
    z-index: 2;
    margin-top: 1em; }
  .page-home .about-us-module {
    margin-top: 3em; } }

.page-insight .promo-content-hero {
  padding-top: 1.25em;
  margin-top: 1em;
  margin-bottom: 0; }

.page-insight .loading-gif {
  display: none;
  margin: 1em auto; }

.page-insight.show-loading .loading-gif {
  display: block;
  margin: 9.5em auto; }

.page-insight.show-loading .button-red {
  display: none; }

.page-insight .container > .page-wrapper {
  min-height: 70vh; }

.page-insight .list-toggle a:hover {
  color: #ad122a; }

.page-insight .list-toggle a .toggle-image {
  cursor: pointer; }
  .page-insight .list-toggle a .toggle-image:hover {
    color: #ad122a; }

.page-professional-profile {
  margin-bottom: 5.625em; }
  .page-professional-profile .navigation-breadcrumb {
    margin-top: 1.9375em; }
  .page-professional-profile .bio-overview,
  .page-professional-profile .language-select {
    margin-top: 2.6875em; }
  @media screen and (max-width: 47.9375em) {
    .page-professional-profile {
      margin-bottom: 3em; }
      .page-professional-profile .navigation-breadcrumb {
        margin-top: 0.8125em; }
      .page-professional-profile .bio-overview {
        margin-top: 3.125em; }
      .page-professional-profile .language-select {
        margin-top: 0; }
      .page-professional-profile .professional-profile-details {
        margin-top: 3em; } }

.page-practice-detail-landing .headline-content .headline {
  width: 90%;
  margin: 0 auto; }

.page-practice-detail-landing .section-dark-bg {
  background-color: #e8e8e4; }

.page-practice-detail-landing .spotlight-carousel {
  background-color: #f3f2ee; }
  .page-practice-detail-landing .spotlight-carousel .copy {
    word-break: break-word; }
    @media screen and (max-width: 62.5em) {
      .page-practice-detail-landing .spotlight-carousel .copy .headline {
        font-size: 2.25em; }
      .page-practice-detail-landing .spotlight-carousel .copy .summary {
        font-size: 1.25em; } }

.page-practice-detail-landing .contact-module {
  background-color: #e8e8e4; }

.page-about-us .button-expand-wrapper {
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 1.875em; }

.page-about-us .page-header {
  border-bottom: 0; }

.job-opportunity .page-job-opportunity .left-side .header-text-module {
  margin: 2em;
  font-size: 18px; }

.job-opportunity .page-job-opportunity .attachment {
  padding: 15px 0 0 0; }

.job-opportunity .page-job-opportunity .list-content {
  padding-bottom: 15px; }

.job-opportunity .page-header .page-wrapper {
  padding-top: 1.875em;
  padding-bottom: 1.875em; }
  .job-opportunity .page-header .page-wrapper .job-title {
    text-align: center;
    padding-bottom: 1.4em; }
  .job-opportunity .page-header .page-wrapper .page-title {
    padding-bottom: 0;
    padding-top: 0; }
  .job-opportunity .page-header .page-wrapper .apply-prompt {
    text-align: center;
    padding-top: 1.5em; }

@media screen and (max-width: 47.9375em) {
  .job-opportunity .page-job-opportunity .left-side .header-text-module {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 16px; }
  .job-opportunity .page-wrapper {
    padding: 0; }
    .job-opportunity .page-wrapper .apply-prompt {
      text-align: center; }
      .job-opportunity .page-wrapper .apply-prompt button {
        margin-left: 0; } }

.opportunities-listing .opportunities-date {
  color: inherit; }

.opportunities-listing .page-header-opportunities {
  padding: none;
  position: relative;
  text-align: center; }

.opportunities-listing .page-header-background-image .content {
  background-color: initial; }

.opportunities-listing .opportunity-grid {
  width: 75%;
  margin: auto; }
  .opportunities-listing .opportunity-grid .opportunity-item {
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #5f5f5f;
    color: #5f5f5f; }
    .opportunities-listing .opportunity-grid .opportunity-item .opportunity-header {
      font-size: 16px;
      padding-bottom: 1em; }
      .opportunities-listing .opportunity-grid .opportunity-item .opportunity-header .pipe {
        font-style: normal; }
    .opportunities-listing .opportunity-grid .opportunity-item .opportunity-link {
      font-size: 24px;
      line-height: 1;
      font-weight: bold;
      margin-top: 0.38095em; }
    .opportunities-listing .opportunity-grid .opportunity-item .opportunity-date {
      font-size: 16px;
      padding-top: 1em; }

@media screen and (max-width: 47.9375em) {
  .opportunities-listing .opportunity-grid {
    width: 100%; } }

main.contact-us .body-form-field-ns {
  display: none; }

main.contact-us .page-wrapper {
  padding-right: 8em;
  padding-left: 8em; }
  main.contact-us .page-wrapper .required-message {
    padding-top: 1em;
    padding-bottom: 1em; }
  main.contact-us .page-wrapper .error-message {
    padding-top: 1em;
    padding-bottom: 1em;
    color: red; }
  main.contact-us .page-wrapper .response-message {
    padding: 2em 0;
    min-height: 300px;
    font-size: 18px; }
  main.contact-us .page-wrapper .input {
    padding: .5em;
    float: left;
    margin-right: 2em;
    border: 1px solid darkgray; }
  main.contact-us .page-wrapper select {
    width: 215px;
    margin: 2em 2em 2em 0;
    color: darkgray;
    float: left; }
    main.contact-us .page-wrapper select.region {
      clear: left; }
  main.contact-us .page-wrapper h1 {
    text-align: center;
    padding: 1.875em;
    font-family: "googlefonts", Arial Narrow, Arial;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #ad122a;
    font-size: 2.25em; }
    main.contact-us .page-wrapper h1.remove-uppercase {
      text-transform: none; }
  main.contact-us .page-wrapper .button-submit {
    margin: 2em 0; }
  main.contact-us .page-wrapper .message {
    display: block;
    margin: 2em 0; }
  main.contact-us .page-wrapper div.topic-message {
    clear: both;
    display: none; }

@media screen and (max-width: 47.9375em) {
  main.contact-us .page-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em; }
    main.contact-us .page-wrapper .message {
      width: 313px; }
    main.contact-us .page-wrapper input {
      margin: 0 0 2em 0;
      width: 100%; }
    main.contact-us .page-wrapper select {
      margin: 0 0 2em 0;
      width: 100%; }
    main.contact-us .page-wrapper #html_element {
      transform: scale(0.77);
      -webkit-transform: scale(0.77);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; } }

main.job-apply .body-form-field-ns {
  display: none; }

main.job-apply .page-header .page-wrapper {
  padding-top: 1.875em;
  padding-bottom: 1.875em; }
  main.job-apply .page-header .page-wrapper .job-title {
    text-align: center;
    padding-bottom: 1.4em; }
  main.job-apply .page-header .page-wrapper .page-title {
    padding-bottom: 0;
    padding-top: 0; }
  main.job-apply .page-header .page-wrapper .apply-prompt {
    text-align: center;
    padding-top: 1.5em; }

main.job-apply .page-wrapper {
  padding-right: 8em;
  padding-left: 8em; }
  main.job-apply .page-wrapper .initial {
    max-width: 750px;
    margin: auto; }
    main.job-apply .page-wrapper .initial .overview-text {
      margin-top: 2em; }
    main.job-apply .page-wrapper .initial .required-message {
      padding-top: 1em;
      padding-bottom: 1em; }
    main.job-apply .page-wrapper .initial .error-message {
      padding-top: 1em;
      padding-bottom: 1em;
      color: red; }
    main.job-apply .page-wrapper .initial .response-message {
      padding: 2em 0;
      min-height: 300px;
      font-size: 18px; }
    main.job-apply .page-wrapper .initial .input {
      padding: .5em;
      float: left;
      margin-right: 2em;
      margin-bottom: 2em;
      border: 1px solid darkgray; }
    main.job-apply .page-wrapper .initial .input.suffix {
      clear: left; }
    main.job-apply .page-wrapper .initial .button-submit {
      margin: 2em 0; }
    main.job-apply .page-wrapper .initial .message, main.job-apply .page-wrapper .initial .address {
      display: block;
      margin: 2em 0; }
    main.job-apply .page-wrapper .initial div.topic-message {
      clear: both;
      display: none; }
  main.job-apply .page-wrapper .file-area {
    height: 8em;
    background-color: lightgrey;
    margin-bottom: 2em;
    z-index: 50;
    width: 100%; }
    main.job-apply .page-wrapper .file-area .default-input {
      max-width: 750px;
      font-size: 93px;
      cursor: pointer;
      opacity: 0;
      z-index: 90;
      position: relative; }
    main.job-apply .page-wrapper .file-area .file-overlay-message {
      z-index: 1;
      height: 8em;
      position: absolute;
      width: 100%;
      max-width: 730px;
      margin: 7px;
      height: 7.25em;
      padding: 3em 0 0 25px;
      color: red; }
  main.job-apply .page-wrapper #file-display {
    margin-bottom: 2em; }
    main.job-apply .page-wrapper #file-display .file-row {
      padding: .5em;
      min-height: 2.2em; }
      main.job-apply .page-wrapper #file-display .file-row:nth-child(2n) {
        background-color: #99CCCC; }
      main.job-apply .page-wrapper #file-display .file-row:nth-child(2n+1) {
        background-color: wheat; }
      main.job-apply .page-wrapper #file-display .file-row .file-name {
        width: 67%;
        display: block;
        float: left; }
      main.job-apply .page-wrapper #file-display .file-row .file-size {
        width: 20%;
        display: block;
        float: left; }
      main.job-apply .page-wrapper #file-display .file-row button {
        float: right;
        display: block; }
  main.job-apply .page-wrapper .file-error {
    color: red; }
  main.job-apply .page-wrapper .thank-you-message {
    padding: 5.625em 0; }

@media screen and (max-width: 61.9375em) {
  main.job-apply .thank-you-message {
    padding: 2.8125em 0; } }

@media screen and (max-width: 47.9375em) {
  main.job-apply .page-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em; }
    main.job-apply .page-wrapper .message, main.job-apply .page-wrapper .address {
      width: 313px; }
    main.job-apply .page-wrapper .file-overlay-message {
      width: 300px; }
    main.job-apply .page-wrapper .default-input {
      margin: 0; }
    main.job-apply .page-wrapper input {
      margin: 0 0 2em 0;
      width: 100%; }
    main.job-apply .page-wrapper select {
      margin: 0 0 2em 0;
      width: 100%; }
    main.job-apply .page-wrapper #html_element {
      transform: scale(0.77);
      -webkit-transform: scale(0.77);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; }
    main.job-apply .page-wrapper .file-row {
      text-align: center; }
      main.job-apply .page-wrapper .file-row .file-name {
        width: 100%;
        height: 100%;
        float: none; }
      main.job-apply .page-wrapper .file-row .file-size {
        display: none; }
      main.job-apply .page-wrapper .file-row button {
        float: none;
        display: block;
        width: 100%; } }

main.location-country .promo-content-grid {
  margin-top: 2em; }

main.location-country .description ul {
  margin-left: 2em;
  padding-left: 40px;
  /* Removed 5/27 Per Request
                li {
				margin-top: 1em;
				margin-bottom: 1em;
			}*/ }

main.location-country .description ol {
  margin-left: 2em;
  padding-left: 40px;
  /* Removed 5/27 Per Request
                li{
				margin-top: 1em;
				margin-bottom: 1em;
			}*/ }

main.location-country .description h2 {
  line-height: 1;
  position: relative;
  margin: 1em 0 0.83333em; }

main.location-country .tabs-panel .description ul {
  padding-left: 40px; }

main.location-country .tabs-panel .description ol {
  padding-left: 40px; }
