@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
 body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Grid
   ========================================================================== */
/*
 * Example uses:
 *
 * <div class="grid">
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 *
 * <div class="grid grid--center">
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 */
/* Grid core
   ========================================================================== */
/**
 * Grid container
 * Must only contain `.grid` or `.grid__cell` components as children.
 *
 * 1. Adjustment for child element margins.
 * 2. Ensure consistent default alignment/
 * 3. Remove inter-unit whitespace that appears between `inline-block` child
 *    elements. Work for all non-monospace font-families.  If you're using a
 *    monospace base font, you will need to set the `grid` font-family to
 *   `sans-serif` and then redeclare the monospace font on the `grid__cell`
 *    objects.
 * 4. Protect against WebKit bug with optimizelegibility.
 */
.grid, .article__row ul.split, .article__row--restrained ul.split, .impact-section__row ul.split, .article__row ol.split, .article__row--restrained ol.split, .impact-section__row ol.split, .article__row__list.split {
  display: block;
  padding: 0;
  margin: 0 -10px;
  /* 1 */
  text-align: left;
  /* 2 */
  letter-spacing: -0.31em;
  /* 3 */
  text-rendering: optimizespeed;
  /* 4 */
}

/**
 * Opera hack
 */
.opera:-o-prefocus,
.grid,
.article__row ul.split,
.article__row--restrained ul.split,
.impact-section__row ul.split,
.article__row ol.split,
.article__row--restrained ol.split,
.impact-section__row ol.split,
.article__row__list.split {
  word-spacing: -0.43em;
  /* 3 */
}

/**
 * Child `grid` object adjustments
 * Used for more complex fixed-fluid hybrid grids.
 */
.grid > .grid, .article__row ul.split > .grid, .article__row--restrained ul.split > .grid, .impact-section__row ul.split > .grid, .article__row ol.split > .grid, .article__row--restrained ol.split > .grid, .impact-section__row ol.split > .grid, .article__row__list.split > .grid, .article__row .grid > ul.split, .article__row ul.split > ul.split, .article__row ol.split > ul.split, .article__row .article__row__list.split > ul.split, .article__row--restrained .grid > ul.split, .article__row--restrained ul.split > ul.split, .article__row--restrained ol.split > ul.split, .article__row--restrained .article__row__list.split > ul.split, .impact-section__row .grid > ul.split, .impact-section__row ul.split > ul.split, .impact-section__row ol.split > ul.split, .impact-section__row .article__row__list.split > ul.split, .article__row .grid > ol.split, .article__row ul.split > ol.split, .article__row ol.split > ol.split, .article__row .article__row__list.split > ol.split, .article__row--restrained .grid > ol.split, .article__row--restrained ul.split > ol.split, .article__row--restrained ol.split > ol.split, .article__row--restrained .article__row__list.split > ol.split, .impact-section__row .grid > ol.split, .impact-section__row ul.split > ol.split, .impact-section__row ol.split > ol.split, .impact-section__row .article__row__list.split > ol.split, .grid > .article__row__list.split, .article__row ul.split > .article__row__list.split, .article__row--restrained ul.split > .article__row__list.split, .impact-section__row ul.split > .article__row__list.split, .article__row ol.split > .article__row__list.split, .article__row--restrained ol.split > .article__row__list.split, .impact-section__row ol.split > .article__row__list.split, .article__row__list.split > .article__row__list.split {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}

/**
 * Grid units
 * No explicit width by default. Apply `.unit-x-y` classes.
 *
 * 1. Fundamentals of the non-float grid layout mechanism.
 * 2. Apply grid gutter.
 * 3. Controls vertical positioning of units.
 * 4. Keeps content correctly aligned with the grid direction.
 * 5. Reset text defaults.
 */
.grid__cell, .one--column, .two--columns, .three--columns, .three--columns--tablet--six--columns, .four--columns, .four--columns-tablet-one-column, .five--columns, .five--columns-tablet-one-column, .six--columns, .article__row ul.split li, .article__row--restrained ul.split li, .impact-section__row ul.split li, .article__row ol.split li, .article__row--restrained ol.split li, .impact-section__row ol.split li, .article__row__list.split li, .six--columns--tablet--one--column, .seven--columns, .seven--columns-tablet-one-column, .eight--columns, .eight--columns-tablet-one-column, .nine--columns, .ten--columns, .eleven--columns, .twelve--columns {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  /* 1 */
  margin: 0;
  padding: 0 10px;
  /* 2 */
  vertical-align: top;
  /* 3 */
  text-align: left;
  /* 4 */
  letter-spacing: normal;
  /* 5 */
  word-spacing: normal;
  /* 5 */
  text-rendering: auto;
  /* 5 */
}

/* Grid modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center all grid units
 * Allows for automatic unit centering irrespective of the number of
 * units in the grid.
 */
.grid--center {
  text-align: center;
}

/**
 * Modifier: align horizontally all grid units to the left
 */
.grid--left {
  text-align: left;
}

/**
 * Modifier: align horizontally all grid units to the right
 */
.grid--right {
  text-align: right;
}

/* Grid cell modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center one unit
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid__cell--center {
  display: block;
  margin: 0 auto;
}

/**
 * Modifier: align horizontally one unit to the left
 * Set a specific unit to be horizontally on the left. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid__cell--left {
  display: block;
  margin-right: auto;
}

/**
 * Modifier: align horizontally one unit to the right
 * Set a specific unit to be horizontally on the right. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid__cell--right {
  display: block;
  margin-left: auto;
}

/*** Usage

Get mixin settings from font-sizes.scss
and apply to desired element:

h1 {
    @include fontSize(headerTitle);
}

*******/
/** Usage

h1 {

    @include breakpoint(tablet) {

    }

    @include breakpoint(desktop) {

    }
}

*/
/* Background example
    div {
        @include background-png("v2/cancel_red.png");
    }
*/
/* USAGE: @include box-sizing(border-box); */
/* Usage:
.faded-text {
  @include opacity(0.8);
}*/
/* Usage:

.foo::before {
  @include triangle(bottom);
  position: absolute;
  left: 50%;
  bottom: 100%;
}

*/
/* Usage:

a {
  color: gray;
  @include transition(color .3s ease);
  &:hover {
    color: black;
  }
}

*/
/* a {
    @include links(orange, blue, yellow, teal);
}*/
/* .selector-1 {
  @include linear-gradient(#31B7D7, #EDAC7D);
}

.selector-2 {
  @include linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
}

.selector-3 {
  @include linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
} */

/*
@font-face {
  font-family: "noto-sans";
  font-weight: eot woff ttf svg;
  src: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bk-webfont.eot?") format("eot"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bk-webfont.woff") format("woff"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bk-webfont.ttf") format("truetype"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bk-webfont.svg#SlateRegular") format("svg");
}
*/
@font-face {
  font-family: "SlateRegularLight";
  font-weight: eot woff ttf svg;
  src: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-light-webfont.eot?") format("eot"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-light-webfont.woff") format("woff"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-light-webfont.ttf") format("truetype"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-light-webfont.svg#SlateRegularLight") format("svg");
}

@font-face {
  font-family: "SlateRegularBold";
  font-weight: eot woff ttf svg;
  src: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bold-webfont.eot?") format("eot"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bold-webfont.woff") format("woff"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bold-webfont.ttf") format("truetype"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bold-webfont.svg#SlateRegularBold") format("svg");
}

@font-face {
  font-family: "SlateRegularBook";
  font-weight: eot woff ttf svg;
  src: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bk-webfont.eot?") format("eot"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bk-webfont.woff") format("woff"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bk-webfont.ttf") format("truetype"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slatepro-bk-webfont.svg#SlateRegularBook") format("svg");
}

@font-face {
  font-family: "SlatePro";
  font-weight: eot woff ttf svg;
  src: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro.eot?") format("eot"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro.woff") format("woff"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro.ttf") format("truetype"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro.svg#SlatePro") format("svg");
}

@font-face {
  font-family: "SlatePro-Bold";
  font-weight: eot woff ttf svg;
  src: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro-Bold.eot?") format("eot"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro-Bold.woff") format("woff"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro-Bold.ttf") format("truetype"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro-Bold.svg#SlatePro-Bold") format("svg");
}

/*FORMER Slt Pro-Medium*/
/*
@font-face {
  font-family: "noto-sans";
  font-weight: eot woff ttf svg;
  src: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro-Medium.eot?") format("eot"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro-Medium.woff") format("woff"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro-Medium.ttf") format("truetype"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/SlatePro-Medium.svg#SlatePro-Medium") format("svg");
}
*/
@font-face {
  font-family: 'icomoon';
  src: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/icomoon.eot");
  src: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/icomoon.ttf") format("truetype"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/icomoon.woff") format("woff"), url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-arrow:before, a.has-icon--anchor:after, .selectric-wrapper:after, .btn--read-more:after, .accordion__toggle:before, .sidebar-reveal__link:after, .icon-arrow-down:before, .selectric-wrapper.selectric-open:after, .accordion__toggle.is-on:before, .sidebar-reveal__link.is-on:after, .icon-arrow-left:before, .vbox-prev:after, .icon-arrow-right:before, .vbox-next:after, .breadcrumbs span:after, .billboard__links__list li:after, .expertise ul li a:after, .icon-anchor-down:before, .icon-link--anchor-down:before, .accordion-group--sidebar .accordion__toggle:before, .icon-anchor-up:before, .accordion-group--sidebar .accordion__toggle.is-on:before, .icon-calander:before, .icon-close:before, .icon-download-link:before, .btn--download:after, .icon-email:before, .icon-error:before, .icon-external-link:before, .tile--homepage__cta.outside-link:after, .sponsors-lightbox__list__cta:after, .blog-feed__view-all:after, .blog-callout__view-all:after, .icon-hamburger:before, .site-header__mobile-toggle:before, .mmc-site-header__mobile-toggle:before, .icon-info:before, .icon-list:before, .icon-lock:before, .icon-map:before, .icon-more-information:before, .icon-next:before, .focus-areas a:after, .sidebar-locations a:after, .icon-pause:before, .icon-play:before, .video-module__icon:before, .icon-previous:before, .icon-profile:before, .icon-search:before, .filter__wrapper--input:after, .site-search-toggle .icon--search:before, .icon-speechmark-open:before, .hero--profile__title:before, .hero--small-image__title:before, .hero--small-image__quote:before, .icon-speechmark-close:before, .hero--profile__title:after, .hero--small-image__title:after, .hero--small-image__quote:after, .quote blockquote:after, .icon-facebook:before, .social__facebook:before, .icon-instagram:before, .social__instagram:before, .social__follow--facebook:before, .icon-linkedin:before, .social__linked-in:before, .icon-google-plus:before, .social__google-plus:before, .icon-twitter:before, .twitter-feed__icon:before, .social__twitter:before, .icon-youtube:before, .icon-quotation-mark:before, .quote blockquote:before, .icon-videoicon:before, .tile--video:after, .icon-back-to-top:before, #scrollUp:before, .icon-apply-icon:before, .apply-slider a:before, .icon-play-button-blue .path1:before, .icon-play-button-blue .path2:before, .icon-play-button-blue .path3:before, .icon-phone:before, a.has-icon--phone-number:before, .icon-mail-media-contact:before, a.has-icon--email:before, .icon-newspaper:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before, a.has-icon--anchor:after, .selectric-wrapper:after, .btn--read-more:after, .accordion__toggle:before, .sidebar-reveal__link:after {
  content: "\e92a";
}

.icon-arrow-down:before, .selectric-wrapper.selectric-open:after, .accordion__toggle.is-on:before, .sidebar-reveal__link.is-on:after {
  content: "\e92b";
}

.icon-arrow-left:before, .vbox-prev:after {
  content: "\e92c";
}

.icon-arrow-right:before, .vbox-next:after, .breadcrumbs span:after, .billboard__links__list li:after, .expertise ul li a:after {
  content: "\e92d";
}

.icon-anchor-down:before, .icon-link--anchor-down:before, .accordion-group--sidebar .accordion__toggle:before {
  content: "\e92e";
}

.icon-anchor-up:before, .accordion-group--sidebar .accordion__toggle.is-on:before {
  content: "\e92f";
}

.icon-calander:before {
  content: "\e930";
}

.icon-close:before {
  content: "\e931";
}

.icon-download-link:before, .btn--download:after {
  content: "\e932";
}

.icon-email:before {
  content: "\e933";
}

.icon-error:before {
  content: "\e934";
}

.icon-external-link:before, .tile--homepage__cta.outside-link:after, .sponsors-lightbox__list__cta:after, .blog-feed__view-all:after, .blog-callout__view-all:after {
  content: "\e935";
}

.icon-hamburger:before, .site-header__mobile-toggle:before {
  content: "\e936";
}

.mmc-site-header__mobile-toggle:before {
  content: "\e936";
  font-size: 30px;
}

.icon-info:before {
  content: "\e937";
}

.icon-list:before {
  content: "\e938";
}

.icon-lock:before {
  content: "\e939";
}

.icon-map:before {
  content: "\e93a";
}

.icon-more-information:before {
  content: "\e93b";
}

.icon-next:before, .focus-areas a:after, .sidebar-locations a:after {
  content: "\e93c";
}

.icon-ow .path1:before {
  content: "\e93d";
  color: #a6e2ef;
}

.icon-ow .path2:before {
  content: "\e94c";
  margin-left: -1em;
  color: #006d9e;
}

.icon-ow .path3:before {
  content: "\e94d";
  margin-left: -1em;
  color: #00a8c8;
}

.icon-ow .path4:before {
  content: "\e94e";
  margin-left: -1em;
  color: #006d9e;
}

.icon-ow .path5:before {
  content: "\e94f";
  margin-left: -1em;
  color: #00a8c8;
}

.icon-ow .path6:before {
  content: "\e950";
  margin-left: -1em;
  color: #00a8c8;
}

.icon-ow .path7:before {
  content: "\e951";
  margin-left: -1em;
  color: #002c77;
}

.icon-ow .path8:before {
  content: "\e952";
  margin-left: -1em;
  color: #a6e2ef;
}

.icon-ow .path9:before {
  content: "\e953";
  margin-left: -1em;
  color: #002c77;
}

.icon-pause:before {
  content: "\e93e";
}

.icon-play:before, .video-module__icon:before {
  content: "\e93f";
}

.icon-previous:before {
  content: "\e940";
}

.icon-profile:before {
  content: "\e941";
}

.icon-search:before, .filter__wrapper--input:after, .site-search-toggle .icon--search:before {
  content: "\e942";
}

.icon-speechmark-open:before, .hero--profile__title:before, .hero--small-image__title:before, .hero--small-image__quote:before {
  content: "\e943";
}

.icon-speechmark-close:before, .hero--profile__title:after, .hero--small-image__title:after, .hero--small-image__quote:after, .quote blockquote:after {
  content: "\e944";
}

.icon-facebook:before, .social__facebook:before, .social__follow--facebook:before {
  content: "\e945";
}

.icon-instagram:before, .social__instagram:before {
  content: "\e92a";
}

.icon-linkedin:before, .social__linked-in:before {
  content: "\e946";
}

.icon-google-plus:before, .social__google-plus:before {
  content: "\e947";
}

.icon-twitter:before, .twitter-feed__icon:before, .social__twitter:before {
  content: "\e948";
}

.icon-youtube:before {
  content: "\e949";
}

.icon-quotation-mark:before, .quote blockquote:before {
  content: "\e94a";
}

.icon-videoicon:before, .tile--video:after {
  content: "\e94b";
}

.icon-back-to-top:before, #scrollUp:before {
  content: "\e954";
}

.icon-apply-icon:before, .apply-slider a:before {
  content: "\e955";
}

.icon-play-button-blue .path1:before {
  content: "\e956";
  color: #00a8c9;
}

.icon-play-button-blue .path2:before {
  content: "\e957";
  margin-left: -0.998046875em;
  color: white;
}

.icon-newspaper:before{
  content: "\e959";
}

.icon-play-button-blue .path3:before {
  content: "\e958";
  margin-left: -0.998046875em;
  color: white;
}

.icon-phone:before, a.has-icon--phone-number:before {
  content: "\e900";
}

.icon-mail-media-contact:before, a.has-icon--email:before {
  content: "\e901";
}

h1, h2, .hero--text__subtitle, .hero--text__lead, h3, .tiles-grid__title, .blog-feed__header, .tile__title, .tile--homepage__title, .tiles-grid--more-events__title, .hero--main__aside__header, .article__header--light, .article--sticky-nav__header, .events-aggregator--featured__title, .media-center-aggregator--awards__intro__title, h4, .tile__subtitle, .tile--homepage__subtitle, .asides__title, .article__subheader, .text-module__subheader, .article--sticky-nav__subheader, h5, .article--sticky-nav__smallheader, .profile-links__name, .profile-links--video__title, h6, .profile-links__location, .profile-links__organization {
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
}

h1, h2, .hero--text__subtitle, .hero--text__lead, h3, .tiles-grid__title, .blog-feed__header, .tile__title, .tile--homepage__title, .tiles-grid--more-events__title, .hero--main__aside__header, .article__header--light, .article--sticky-nav__header, .events-aggregator--featured__title, .media-center-aggregator--awards__intro__title, h4, .tile__subtitle, .tile--homepage__subtitle, .asides__title, .article__subheader, .text-module__subheader, .article--sticky-nav__subheader, h5, .article--sticky-nav__smallheader, .profile-links__name, .profile-links--video__title, h6, .profile-links__location, .profile-links__organization {
  font-style: normal;
  display: block;
  clear: both;
}

h1, h2, .hero--text__subtitle, .hero--text__lead, h3, .tiles-grid__title, .blog-feed__header, .tile__title, .tile--homepage__title, .tiles-grid--more-events__title, .hero--main__aside__header, .article__header--light, .article--sticky-nav__header, .events-aggregator--featured__title, .media-center-aggregator--awards__intro__title {
  font-weight: 300;
}

h4, .tile__subtitle, .tile--homepage__subtitle, .asides__title, .article__subheader, .text-module__subheader, .article--sticky-nav__subheader, h5, .article--sticky-nav__smallheader, .profile-links__name, .profile-links--video__title, h6, .profile-links__location, .profile-links__organization {
  font-weight: 300;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 2.2;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 37px;
    font-size: 3.7rem;
  }
}

@media screen and (min-width: 960px) {
  h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}

h2, .hero--text__subtitle, .hero--text__lead {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.2;
}

@media screen and (min-width: 768px) {
  h2, .hero--text__subtitle, .hero--text__lead {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 960px) {
  h2, .hero--text__subtitle, .hero--text__lead {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

h3, .tiles-grid__title, .blog-feed__header, .tile__title, .tile--homepage__title, .tiles-grid--more-events__title, .hero--main__aside__header, .article__header--light, .article--sticky-nav__header, .events-aggregator--featured__title, .media-center-aggregator--awards__intro__title {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 30px 0 10px;
  margin: 3rem 0 1rem;
  line-height: 1.2;
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  h3, .tiles-grid__title, .blog-feed__header, .tile__title, .tile--homepage__title, .tiles-grid--more-events__title, .hero--main__aside__header, .article__header--light, .article--sticky-nav__header, .events-aggregator--featured__title, .media-center-aggregator--awards__intro__title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 960px) {
  h3, .tiles-grid__title, .blog-feed__header, .tile__title, .tile--homepage__title, .tiles-grid--more-events__title, .hero--main__aside__header, .article__header--light, .article--sticky-nav__header, .events-aggregator--featured__title, .media-center-aggregator--awards__intro__title {
    font-size: 30px;
    font-size: 3rem;
  }
}

h4, .tile__subtitle, .tile--homepage__subtitle, .asides__title, .article__subheader, .text-module__subheader, .article--sticky-nav__subheader {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  h4, .tile__subtitle, .tile--homepage__subtitle, .asides__title, .article__subheader, .text-module__subheader, .article--sticky-nav__subheader {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  h4, .tile__subtitle, .tile--homepage__subtitle, .asides__title, .article__subheader, .text-module__subheader, .article--sticky-nav__subheader {
    font-size: 23px;
    font-size: 2rem;
  }
}

h5, .article--sticky-nav__smallheader, .profile-links__name, .profile-links--video__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  h5, .article--sticky-nav__smallheader, .profile-links__name, .profile-links--video__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  h5, .article--sticky-nav__smallheader, .profile-links__name, .profile-links--video__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h6, .profile-links__location, .profile-links__organization {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  h6, .profile-links__location, .profile-links__organization {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  h6, .profile-links__location, .profile-links__organization {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ol.tips li, ul.tips li {
  padding-left: 0;
  margin-left: 0;
  font-size: 19px;
  font-size: 1.9rem;
  padding: 0 0 10px;
  padding: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  ol.tips li, ul.tips li {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  ol.tips li, ul.tips li {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

ol.tips li div, ul.tips li div {
  margin: 0 0 0 -18px;
  margin: 0 0 0 -1.8rem;
}

ol.tips li p, ul.tips li p {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  ol.tips li p, ul.tips li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  ol.tips li p, ul.tips li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

ul.tips {
  padding-left: 0;
}

ul.tips li {
  list-style: none;
}

ul.tips li div {
  margin-left: 0;
}

.four-col {
  padding-left: 0 !important;
}

.four-col li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 49%;
}

@media screen and (min-width: 768px) {
  .four-col li {
    width: 24%;
    padding-right: 5%;
  }
}

a {
  text-decoration: none;
  word-wrap: break-word;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a {
  color: #00a8c8;
}

a.read-more {
  color: #00a8c8;
  font-family: "noto-sans";
  font-weight: bold;
}

a:hover {
  color: #006d9e;
}

a.has-icon, a.has-icon--phone-number, a.has-icon--email {
  position: relative;
  padding-left: 25px;
}

a.has-icon:before, a.has-icon--phone-number:before, a.has-icon--email:before {
  position: absolute;
  bottom: 0;
}

a.has-icon--phone-number {
  color: #000;
}

a.has-icon--phone-number:before {
  left: 0;
}

a.has-icon--email:before {
  font-size: 25px;
  font-size: 2.5rem;
  bottom: -5px;
  left: -8px;
}

a.has-icon--anchor {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-right: 1.5rem;
  padding: 0 25px 0 8px;
  padding: 0 2.5rem 0 0.8rem;
  font-size: 18px;
  font-size: 1.8rem;
}

a.has-icon--anchor:first-child {
  border-left: 1px solid #e7e7e7;
}

a.has-icon--anchor:after {
  position: absolute;
  right: 0;
  bottom: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}

a,
a:visited {
  word-wrap: break-word;
}

.icon-link, .icon-link--anchor-down {
  color: #6f85c2;
  position: relative;
  text-transform: uppercase;
  font-family: "noto-sans";
  font-weight: bold;
  padding-left: 30px;
  padding-left: 3rem;
  font-size: 20px;
  font-size: 2rem;
}

.icon-link:before, .icon-link--anchor-down:before {
  position: absolute;
  left: 0;
  top: 3px;
  top: 0.3rem;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html.no-scroll {
  overflow: hidden;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #37424a;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

[type=search] {
  /* resets webkit styling on search inputs */
  -webkit-appearance: none;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
}

blockquote, figcaption {
  font-family: Georgia, serif;
}

/*  @group Text Level Elements */
/*  ========================================================================== */
/* Default margins */
p, ul, ol, dl {
  line-height: 30px;
  margin: 12px 0 10px;
  margin: 1.2rem 0 1rem;
  font-size: 18px;
}

.text ul li {
  line-height: 30px;
  font-size: 18px;
}

.ow-event-template .text ul li {
  font-size: 16px;
}

/* Text Marking */
b, strong, mark {
  font-weight: 700;
}

dfn, mark {
  font-style: italic;
}

ins, mark {
  color: #404040;
  background-color: #bfbfbf;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

em {
  font-style: normal;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  border-top: solid 1px #bfbfbf;
  margin: 40px 0 30px;
  margin: 4rem 0 3rem;
}

.text--uppercase {
  text-transform: uppercase;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*  @group Embedded Content */
/*  ========================================================================== */
img {
  vertical-align: middle;
}

/* _width hack is for IE6 and below */
img, embed, object, video {
  max-width: 100%;
  _width: 100%;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* Correct overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
}

/*  @group Figures */
/*  ========================================================================== */
figure {
  margin: 0;
}

/*  @group Quotes */
/*  ========================================================================== */
q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

q, cite {
  font-style: italic;
}

.italic-quote {
  font-style: italic;
  display: block;
  line-height: 1.3;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  margin: 20px 0 10px;
  margin: 2rem 0 1rem;
}

.italic-quote:before {
  content: '"';
}

.italic-quote:after {
  content: '"';
}

.italic-quote--blue {
  color: #006d9e;
}

/*  ========================================================================== */
/*  @group Tables */
/*  ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* CUSTOM PAGER -- Home page carousel */
.hero--home__pager .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.hero--home__pager .bx-pager .bx-pager-item,
.hero--home__pager .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.hero--home__pager .bx-pager.bx-default-pager a {
  background: #00a8c8;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.hero--home__pager .bx-pager.bx-default-pager a:hover,
.hero--home__pager .bx-pager.bx-default-pager a.active {
  background: #939598;
}

/* CUSTOM PAGER ENDS */
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  z-index: 3;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  z-index: 0;
}

.selectric-wrapper:after {
  color: #000;
  font-size: 9px;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 2;
}

.selectric-wrapper.selectric-open:after {
  color: #000;
  font-size: 9px;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 3;
}

.selectric-wrapper.selectric-open .selectric:after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  border-bottom: 1px solid #707070;
}

.selectric-wrapper.selectric-open .selectric {
 border-bottom: none;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background: #fff;
  border: solid 1px #707070;
  border-radius: 0px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0 10px;
  width: 100%;
  position: relative;
  line-height: 30px;
  letter-spacing: -0.14px;
  color: #000;
  height: 30px;
  z-index: 5;
  font-size: 14px;
  font-family: "noto-sans";
  font-weight: 500;
}

.selectric .button {
  background: none;
  border-radius: 0px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  color: #444;
  text-align: center;
  font: 0/0 a;
}

.selectric-hover .selectric .button {
  color: #c4c4c4;
}

.selectric-hover .selectric .button:after {
  border-top-color: #c4c4c4;
}

.selectric-open {
  z-index: 5;
}
/*
.selectric-open .selectric p {
  color: transparent;
}*/

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #707070;
  border-top: none;
  z-index: -1;
  width: 100%;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 15px;
  min-height: 20px;
  font-family: "noto-sans";
  font-weight: 500;
}

.selectric-items li {
  width: 100% !important;
  display: block;
  padding: 8px;
  /*
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  */
  color: #000;
  letter-spacing: -0.12px;
  font-size: 12px;
  cursor: pointer;
}

.selectric-items li:hover {
  background: #EAEAEA;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: #fdfdfd;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/icons/venobox/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -moz-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  -o-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite;
}

@-webkit-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

@-moz-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

@-ms-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

@-o-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/icons/venobox/close.gif) no-repeat #00a8c8;
  background-position: 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden;
}

.vbox-next, .vbox-prev {
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 47%;
  color: #00a8c8;
  font-size: 30px;
  text-indent: 0;
}

.vbox-prev {
  left: 2%;
}

.vbox-next {
  right: 2%;
}

.vbox-title {
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #37424a;
  padding: 6px 40px;
  width: 100%;
  display: none;
  bottom: 12%;
  left: 0;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  border: none;
  width: 960px;
  height: 720px;
}

@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 480px;
  }
}

@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 315px;
  }
}

@media (max-width: 460px) {
  .vbox-inline {
    width: 100%;
  }

  .venoframe {
    width: 100%;
    height: 260px;
  }

  .pagination__top li, .pagination__bottom li {
    margin-left: 11px !important;
    margin-left: 1.1rem !important;
  }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: relative;
  background: #F9F9F9;
  width: 100%;
  margin: 0 auto;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slick.eot');
  src: url('../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slick.eot?#iefix') format("embedded-opentype"), url('../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slick.woff') format("woff"), url('../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slick.ttf') format("truetype"), url('../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: #00a8c8;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e927";
}

.slick-next {
  right: -30px;
}

[dir="rtl"] .slick-next {
  left: -20px;
  right: auto;
}

.slick-next:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e92d";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 70px;
  line-height: 20px;
  text-align: center;
  color: #00a8c8;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #00a8c8;
  opacity: 0.75;
}

/* ==========================================================================
   Grid
   ========================================================================== */
/*
 * Example uses:
 *
 * <div class="grid">
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 *
 * <div class="grid grid--center">
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 */
/* Grid core
   ========================================================================== */
/**
 * Grid container
 * Must only contain `.grid` or `.grid__cell` components as children.
 *
 * 1. Adjustment for child element margins.
 * 2. Ensure consistent default alignment/
 * 3. Remove inter-unit whitespace that appears between `inline-block` child
 *    elements. Work for all non-monospace font-families.  If you're using a
 *    monospace base font, you will need to set the `grid` font-family to
 *   `sans-serif` and then redeclare the monospace font on the `grid__cell`
 *    objects.
 * 4. Protect against WebKit bug with optimizelegibility.
 */
.grid, .article__row ul.split, .article__row--restrained ul.split, .page__section__content__row ul.split, .article__row ol.split, .article__row--restrained ol.split, .page__section__content__row ol.split, .article__row__list.split {
  display: block;
  padding: 0;
  margin: 0 -10px;
  /* 1 */
  text-align: left;
  /* 2 */
  letter-spacing: -0.31em;
  /* 3 */
  text-rendering: optimizespeed;
  /* 4 */
}

/**
 * Opera hack
 */
.opera:-o-prefocus,
.grid,
.article__row ul.split,
.article__row--restrained ul.split,
.page__section__content__row ul.split,
.article__row ol.split,
.article__row--restrained ol.split,
.page__section__content__row ol.split,
.article__row__list.split {
  word-spacing: -0.43em;
  /* 3 */
}

/**
 * Child `grid` object adjustments
 * Used for more complex fixed-fluid hybrid grids.
 */
.grid > .grid, .article__row ul.split > .grid, .article__row--restrained ul.split > .grid, .page__section__content__row ul.split > .grid, .article__row ol.split > .grid, .article__row--restrained ol.split > .grid, .page__section__content__row ol.split > .grid, .article__row__list.split > .grid, .article__row .grid > ul.split, .article__row ul.split > ul.split, .article__row ol.split > ul.split, .article__row .article__row__list.split > ul.split, .article__row--restrained .grid > ul.split, .article__row--restrained ul.split > ul.split, .article__row--restrained ol.split > ul.split, .article__row--restrained .article__row__list.split > ul.split, .page__section__content__row .grid > ul.split, .page__section__content__row ul.split > ul.split, .page__section__content__row ol.split > ul.split, .page__section__content__row .article__row__list.split > ul.split, .article__row .grid > ol.split, .article__row ul.split > ol.split, .article__row ol.split > ol.split, .article__row .article__row__list.split > ol.split, .article__row--restrained .grid > ol.split, .article__row--restrained ul.split > ol.split, .article__row--restrained ol.split > ol.split, .article__row--restrained .article__row__list.split > ol.split, .page__section__content__row .grid > ol.split, .page__section__content__row ul.split > ol.split, .page__section__content__row ol.split > ol.split, .page__section__content__row .article__row__list.split > ol.split, .grid > .article__row__list.split, .article__row ul.split > .article__row__list.split, .article__row--restrained ul.split > .article__row__list.split, .page__section__content__row ul.split > .article__row__list.split, .article__row ol.split > .article__row__list.split, .article__row--restrained ol.split > .article__row__list.split, .page__section__content__row ol.split > .article__row__list.split, .article__row__list.split > .article__row__list.split {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}

/**
 * Grid units
 * No explicit width by default. Apply `.unit-x-y` classes.
 *
 * 1. Fundamentals of the non-float grid layout mechanism.
 * 2. Apply grid gutter.
 * 3. Controls vertical positioning of units.
 * 4. Keeps content correctly aligned with the grid direction.
 * 5. Reset text defaults.
 */
.grid__cell, .one--column, .two--columns, .three--columns, .three--columns--tablet--six--columns, .four--columns, .four--columns-tablet-one-column, .five--columns, .five--columns-tablet-one-column, .six--columns, .article__row ul.split li, .article__row--restrained ul.split li, .page__section__content__row ul.split li, .article__row ol.split li, .article__row--restrained ol.split li, .page__section__content__row ol.split li, .article__row__list.split li, .six--columns--tablet--one--column, .seven--columns, .seven--columns-tablet-one-column, .eight--columns, .eight--columns-tablet-one-column, .nine--columns, .ten--columns, .eleven--columns, .twelve--columns {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  /* 1 */
  margin: 0;
  padding: 0 10px;
  /* 2 */
  vertical-align: top;
  /* 3 */
  text-align: left;
  /* 4 */
  letter-spacing: normal;
  /* 5 */
  word-spacing: normal;
  /* 5 */
  text-rendering: auto;
  /* 5 */
}

/* Grid modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center all grid units
 * Allows for automatic unit centering irrespective of the number of
 * units in the grid.
 */
.grid--center {
  text-align: center;
}

/**
 * Modifier: align horizontally all grid units to the left
 */
.grid--left {
  text-align: left;
}

/**
 * Modifier: align horizontally all grid units to the right
 */
.grid--right {
  text-align: right;
}

/* Grid cell modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center one unit
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid__cell--center {
  display: block;
  margin: 0 auto;
}

/**
 * Modifier: align horizontally one unit to the left
 * Set a specific unit to be horizontally on the left. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid__cell--left {
  display: block;
  margin-right: auto;
}

/**
 * Modifier: align horizontally one unit to the right
 * Set a specific unit to be horizontally on the right. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid__cell--right {
  display: block;
  margin-left: auto;
}

/* Proportional units
   ========================================================================== */
/*
 * Specify the proportional width of an object.
 * Primarily for, but not limited to, use with `.grid__cell` components.
 * Intentional redundancy build into each set of unit classes.
 */
.unit-1-1 {
  width: 100%;
}

.unit-0-1 {
  width: 0%;
}

.unit-1-2 {
  width: 50%;
}

@media screen and (min-width: 768px) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .unit-1-2--tablet, .unit-3-6--tablet, .unit-6-12--tablet, .three--columns--tablet--six--columns, .six--columns, .article__row ul.split li, .article__row--restrained ul.split li, .impact-section__row ul.split li, .article__row ol.split li, .article__row--restrained ol.split li, .impact-section__row ol.split li, .article__row__list.split li {
    width: 50%;
  }

  .unit-1-3--tablet, .unit-2-6--tablet, .unit-4-12--tablet, .four--columns {
    width: 33.33333%;
  }

  .unit-2-3--tablet, .unit-4-6--tablet, .unit-8-12--tablet, .eight--columns {
    width: 66.66667%;
  }

  .unit-1-6--tablet, .unit-2-12--tablet, .two--columns {
    width: 16.66667%;
  }

  .unit-5-6--tablet, .unit-10-12--tablet, .ten--columns {
    width: 83.33333%;
  }

  .unit-1-12--tablet, .one--column {
    width: 8.33333%;
  }

  .unit-3-12--tablet, .three--columns {
    width: 25%;
  }

  .unit-5-12--tablet, .five--columns {
    width: 41.66667%;
  }

  .unit-7-12--tablet, .seven--columns {
    width: 58.33333%;
  }

  .unit-9-12--tablet, .nine--columns {
    width: 75%;
  }

  .unit-11-12--tablet, .eleven--columns {
    width: 91.66667%;
  }
}

@media screen and (min-width: 960px) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .unit-1-2--desktop, .unit-3-6--desktop, .unit-6-12--desktop, .six--columns, .article__row ul.split li, .article__row--restrained ul.split li, .impact-section__row ul.split li, .article__row ol.split li, .article__row--restrained ol.split li, .impact-section__row ol.split li, .article__row__list.split li, .six--columns--tablet--one--column {
    width: 50%;
  }

  .unit-1-3--desktop, .unit-2-6--desktop, .unit-4-12--desktop, .four--columns, .four--columns-tablet-one-column {
    width: 33.33333%;
  }

  .unit-2-3--desktop, .unit-4-6--desktop, .unit-8-12--desktop, .eight--columns, .eight--columns-tablet-one-column {
    width: 66.66667%;
  }

  .unit-1-6--desktop, .unit-2-12--desktop, .two--columns {
    width: 16.66667%;
  }

  .unit-5-6--desktop, .unit-10-12--desktop, .ten--columns {
    width: 83.33333%;
  }

  .unit-1-12--desktop, .one--column {
    width: 8.33333%;
  }

  .unit-3-12--desktop, .three--columns, .three--columns--tablet--six--columns {
    width: 25%;
  }

  .unit-5-12--desktop, .five--columns, .five--columns-tablet-one-column {
    width: 41.66667%;
  }

  .unit-7-12--desktop, .seven--columns, .seven--columns-tablet-one-column {
    width: 58.33333%;
  }

  .unit-9-12--desktop, .nine--columns {
    width: 75%;
  }

  .unit-11-12--desktop, .eleven--columns {
    width: 91.66667%;
  }
}

.container, .main-nav__inner, .hero--main__inner, .hero__content, .hero--home__content, .hero--profile__content, .hero--small-image__content, .hero--text__content {
  display: block;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 0 10px;
}

.container .container {
  padding: 0;
}

.container::after, .main-nav__inner::after, .hero--main__inner::after, .hero__content::after, .hero--home__content::after, .hero--profile__content::after, .hero--small-image__content::after, .hero--text__content::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 600px) {
  .container, .main-nav__inner, .hero--main__inner, .hero__content, .hero--home__content, .hero--profile__content, .hero--small-image__content, .hero--text__content {
    padding: 0 2rem;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .container, .main-nav__inner, .hero--main__inner, .hero__content, .hero--home__content, .hero--profile__content, .hero--small-image__content, .hero--text__content {
    max-width: 76.8rem;
    max-width: 768px;
  }
}

@media screen and (min-width: 960px) {
  .container, .main-nav__inner, .hero--main__inner, .hero__content, .hero--home__content, .hero--profile__content, .hero--small-image__content, .hero--text__content {
    max-width: 120rem;
    max-width: 1200px;
  }
}

.container--bleed {
  max-width: 100%;
}

.site-section {
  margin: 2.5rem auto;
  margin: 25px auto;
}

.main-content {
  position: relative;
}

/*  ========================================================================== */
/*  @group Layout Helpers */
/*  ========================================================================== */
.text-center {
  text-align: center;
}

.text-right{
  text-align: right;
}

.sapphire {
  color: #00a8c8;
}

.gray-ow {
  color: #7d7d7d;
}

.blue-footer {
  color: #1e3f57;
}

.sapphire-2 {
  color: #006d9e;
}

.templates-index h1, .templates-index h2, .templates-index .hero--text__subtitle, .templates-index .hero--text__lead {
  line-height: 1.1;
}

.templates-index h2, .templates-index .hero--text__subtitle, .templates-index .hero--text__lead {
  margin-bottom: 0;
}

.page {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.site-header {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 99;
  height: 60px;
  height: 6rem;
  padding: 20px 0;
  padding: 2rem 0;
}

@media screen and (min-width: 960px) {
  .site-header {
    padding: 0;
    height: auto;
  }
}

.site-header__branding {
  width: 240px;
  margin: auto;
  padding-left: 20px;
}

.mmc-site-header__branding {
  float: left;
  width: 240px;
  margin: auto;
  margin-top: -1.2em;
  max-width: 290px;
}

@media screen and (min-width: 768px) {
  .site-header__branding {
    width: 40%;
    margin: auto;
  }
  .mmc-site-header__branding {
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  .site-header__branding {
    width: 30%;
    float: left;
    margin-left: -2rem;
  }
  .mmc-site-header__branding {
    width: 30%;
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .site-header__branding {
    width: 33%;
    margin-left: -2rem;
  }
  .mmc-site-header__branding {
    width: 33%;
  }
}

.site-header__logo span {
  display: block;
  width: 100%;
}

.site-header__mobile-toggle {
  color: #000;
  left: 0;
  top: 0;
  outline: 0;
  display: inline-block;
  position: absolute;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 20px 14px 20px;
  padding: 2rem 2rem 1.4rem 2rem;
}

.mmc-site-header__mobile-toggle {
  color: #000;
  right: 0;
  top: 0;
  outline: 0;
  display: inline-block;
  position: absolute;
  font-size: 20px;
  font-size: 2rem;
  padding: 52px 2rem 1.4rem 2rem;
}

@media screen and (min-width: 960px) {
  .site-header__mobile-toggle {
    display: none !important;
  }
  .mmc-site-header__mobile-toggle {
    display: none !important;
  }
}

.site-header__mobile-toggle.is-on {
  background: #00a8c8;
}

.mmc-site-header__mobile-toggle.is-on {
  background: #00a8c8;
}

.site-header__mobile-toggle.is-on:before {
  color: #fff;
}

.mmc-site-header__mobile-toggle.is-on:before {
  color: #fff;
}

.site-header__bottom.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 99;
  padding-bottom: 21px;
  padding-bottom: 2.1rem;
}

.mmc-page .site-header__bottom .nav__disabler {
  right: 45px;
}

.site-header__bottom.is-sticky .site-header__branding {
  margin-top: 15px;
  margin-top: 1.5rem;
  width: 175px;
  width: 17.5rem;
}

.site-header__bottom.is-sticky .site-header__mobile-toggle, .site-header__bottom.is-sticky .mmc-site-header__mobile-toggle, .site-header__bottom.is-sticky .main-nav--mobile {
  position: fixed;
  top: -6px;
  top: -1rem;
}

.site-header__bottom.is-sticky .main-nav--mobile {
  top: 53px;
  top: 5.3rem;
}

@media screen and (min-width: 960px) {
  .site-header__bottom.is-sticky {
    padding-bottom: 0;
  }

  .site-header__bottom.is-sticky .main-nav {
    border-top: none;
    padding: 2px 7px 10px;
    padding: 0.2rem 0.7rem 1rem;
  }

  .site-header__bottom.is-sticky .main-nav > ul li a {
    color: #000;
  }
}

.main-nav {
  background: #00a8c8;
  position: absolute;
  width: 100%;
  display: none;
  top: 60px;
  top: 6rem;
  padding: 0 0 0;
  padding: 0 0 0;
}

.main-nav__inner {
  padding: 0;
}

.main-nav ul {
  margin: 0 0 10px 0;
  padding: 0 0 0;
}

.main-nav ul > li {
  list-style-type: none;
  margin: 0 0 0 0;
  margin: 0 0 0 0;
}

.main-nav ul > li a {
  text-transform: uppercase;
  color: #fff;
  display: block;
  outline: 0;
  padding: 10px 20px;
  padding: 1rem 2rem;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .main-nav ul > li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .main-nav ul > li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.main-nav ul > li a span {
  line-height: 0.65;
  float: right;
  font-size: 36px;
  font-size: 3.6rem;
}

.main-nav ul > li a span.minus {
  line-height: 0.2;
  font-size: 53px;
  font-size: 5.3rem;
}

@media screen and (min-width: 768px) {
  .main-nav ul > li a span {
    display: none;
  }
}

.main-nav ul > li.current-page a {
  color: #006d9e;
}

.main-nav__dropdown-1, .main-nav__dropdown-2 {
  display: none;
  width: 100%;
}

.main-nav__dropdown-1.is-on,
.main-nav__dropdown-2.is-on {
  display: block;
}

.main-nav__dropdown-1 ul li, .main-nav__dropdown-2 ul li {
  text-align: left;
  margin-left: 0;
  display: block;
}

.main-nav__dropdown-1 ul li a, .main-nav__dropdown-2 ul li a {
  color: #fff !important;
}

.main-nav__dropdown-1 ul li.current-page a, .main-nav__dropdown-2 ul li.current-page a {
  color: #002c77;
}

.main-nav__dropdown-1 {
  background: #006d9e;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}

.main-nav__dropdown-1 ul li a {
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
  padding: 15px 20px 0;
  padding: 1.5rem 2rem 0;
}

.main-nav__dropdown-1 ul li a:hover {
  color: #00a8c8;
}

.main-nav__dropdown-1 ul li.current-page a {
  color: #002c77;
}

.main-nav__dropdown-2 {
  padding: 0;
  background: #002c77;
  margin-top: 15px;
  margin-top: 1.5rem;
}

.main-nav__dropdown-2 ul li a {
  text-transform: none;
  padding: 20px 20px 5px;
  padding: 2rem 2rem 0.5rem;
}

.main-nav__dropdown-2 ul li:last-child a {
  padding: 20px;
  padding: 2rem;
}

.main-nav--mobile {
  padding: 10px 0 0;
  padding: 1rem 0 0;
}

.main-nav--mobile.is-on {
  display: block;
}

.main-nav--mobile ul {
  margin: 0;
}

.main-nav--mobile .site-search-toggle {
  display: none;
}

.main-nav--mobile .mobile-nav-toggle {
  display: block !important;
}

@media screen and (min-width: 960px) {
  .main-nav {
    display: block;
    position: static;
    top: 0;
    background: #fff;
    width: 65%;
    float: right;
    border-top: solid 1px #e7e7e7;
    padding: 0 0 10px 0;
    padding: 0 0 1rem 0;
  }

  .main-nav::after {
    clear: both;
    content: "";
    display: table;
  }

  .main-nav.is-disabled {
    top: 0;
    position: relative;
    z-index: 1;
  }

  .main-nav__inner {
    padding: 0 20px;
    padding: 0 2rem;
  }

  .main-nav ul {
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  .main-nav ul > li {
    float: left;
    margin-right: 15px;
    margin-right: 1.5rem;
  }

  .main-nav ul > li:last-child {
    margin-right: 0px;
  }

  .main-nav ul > li a {
    display: inline-block;
    color: #000;
  }

  .main-nav ul > li {
    text-align: right;
    margin: 0 30px 0 0;
    margin: 0 3rem 0 0;
  }

  .main-nav ul > li a {
    padding: 12px 0 0;
    padding: 1.2rem 0 0;
  }

  .main-nav ul > li:last-child a {
    margin-bottom: 0;
    margin-bottom: 0;
  }

  .main-nav__dropdown-1, .main-nav__dropdown-2 {
    border-top: none;
    position: absolute;
    margin-top: 0;
    top: 100%;
    left: 0;
    right: 0;
  }

  .main-nav__dropdown-1 ul li, .main-nav__dropdown-2 ul li {
    display: inline-block;
  }

  .main-nav__dropdown-1 ul a, .main-nav__dropdown-2 ul a {
    padding-left: 0;
  }

  .main-nav__dropdown-1 ul a:hover, .main-nav__dropdown-2 ul a:hover {
    color: #00a8c8;
  }

  .main-nav__dropdown-1 {
    padding: 0;
  }

  .main-nav__dropdown-1 ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .main-nav__dropdown-1 ul li {
    margin-right: 30px;
    margin-right: 3rem;
  }

  .main-nav__dropdown-1 ul li a {
    padding: 12px 0;
    padding: 1.2rem 0;
    font-family: "noto-sans";
    font-weight: bold;
  }

  .main-nav__dropdown-1 ul li a:hover {
    color: #00a8c8 !important;
  }

  .main-nav__dropdown-1 > div > ul > li:last-child > a {
    padding: 12px 0;
    padding: 1.2rem 0;
  }

  .mmc-page-header .main-nav__dropdown-1 ul li:last-child,
  .mmc-page-header .main-nav__dropdown-2 ul li:last-child {
    margin-right: 30px;
  }

  .main-nav__dropdown-2 {
    background: #002c77;
    margin-top: 0;
  }

  .main-nav__dropdown-2 ul {
    margin: 20px 0 !important;
    margin: 2rem 0 !important;
    justify-content: flex-start;
  }

  .main-nav__dropdown-2 ul li {
    text-align: left;
    width: 22%;
    margin-right: 0;
    margin-left: 30px;
    margin-left: 3rem;
  }

  .main-nav__dropdown-2 ul li a {
    color: #fff;
    text-transform: none;
    font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
  }

  .main-nav__dropdown-2 ul li a,
  .main-nav__dropdown-2 ul li:last-child a {
    padding: 0px;
  }

  .main-nav__dropdown-2 ul li:nth-of-type(n+5) a {
    padding-top: 10px;
  }

  .main-nav__dropdown-2 ul li:nth-of-type(n+5):last-of-type a {
    margin-bottom: 10px;
  }

  .main-nav--mobile {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .main-nav ul > li > a:hover {
    color: #006d9e;
  }
}

.site-header__alternative-navigation {
  display: none;
  width: 100%;
}

.site-header__alternative-navigation .nav__disabler {
  width: 100%;
}

.site-header__alternative-navigation ul {
  position: relative;
  float: right;
  color: #fff;
  list-style-type: none;
  padding: 0;
  margin: 0;
  /*overflow: hidden;*/
  padding: 10px 0;
  padding: 1rem 0;
}

.site-header__alternative-navigation ul > li {
  float: left;
  margin-right: 15px;
  margin-right: 1.5rem;
}

.site-header__alternative-navigation ul > li:last-child {
  margin-right: 0px;
}

.site-header__alternative-navigation ul > li a {
  display: inline-block;
  color: #000;
}

.site-header__alternative-navigation ul a {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
}

.site-header__alternative-navigation ul a:hover {
  color: #006d9e;
}

.site-header__alternative-navigation .international,
.site-header__alternative-navigation .spacer {
  display: none;
}

@media screen and (min-width: 960px) {
  .site-header__alternative-navigation .international {
    display: list-item;
  }

  .site-header__alternative-navigation {
    display: block;
  }

  .site-header__alternative-navigation .international {
    margin: 0;
    padding: 0px 10px 0px 15px;
    text-align: right;
    max-width: 500px;
  }

  .site-header__alternative-navigation .international-content {
    max-width: 500px;
  }

  .site-header__alternative-navigation .international > a:after {
    content: "\2304";
    font-size: 18px;
    margin-left: 5px;
    vertical-align: 5%;
  }

  .site-header__alternative-navigation .international.language {
    margin-left: 10px;
  }

  .site-header__alternative-navigation .spacer {
    height: 1px;
    margin-right: 30px;
    display: block;
  }

  .site-header__alternative-navigation .international:hover > a:after {
    color: #000000;
  }

  .site-header__alternative-navigation .international:hover > a {
    color: #c2c2c2;
  }

  .site-header__alternative-navigation .international-content {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    text-align: right;

    -webkit-box-shadow: inset -1px 0 0 #d1dadd,
    inset 1px 0 0 #d1dadd,
    inset 0 -1px 0 #d1dadd;
    box-shadow: inset -1px 0 0 #d1dadd,
    inset 1px 0 0 #d1dadd,
    inset 0 -1px 0 #d1dadd;
  }

  .site-header__alternative-navigation .international:hover {
    -webkit-box-shadow: inset -1px 0 0 #d1dadd,
    inset 1px 0 0 #d1dadd,
    inset 0 1px 0 #d1dadd;
    box-shadow: inset -1px 0 0 #d1dadd,
    inset 1px 0 0 #d1dadd,
    inset 0 1px 0 #d1dadd;
  }

  .site-header__alternative-navigation .international-content > ul > li {
    margin-right: 2.4rem;
  }

  .site-header__alternative-navigation .international-content:before {
    content: "";
    border-top: 1px solid #d1dadd;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
  }

  .site-header__alternative-navigation .international .international-content li {
    float: none;
  }

  .site-header__alternative-navigation .international .international-content {
    left: 0px;
  }

  .site-header__alternative-navigation .international:hover .international-content,
  .site-header__alternative-navigation .international .international-content a {
    display: block;
  }

  .site-header__alternative-navigation .international-mobile {
    display: none;
  }
}

.site-header__alternative-navigation--mobile .international-mobile {
  position: static;
}

.site-header__alternative-navigation--mobile .international-mobile,
.site-header__alternative-navigation--mobile .international-mobile a {
  display: block;
}

.site-header__alternative-navigation--mobile {
  float: left;
  display: block;
}

.site-header__alternative-navigation--mobile .select-wrapper {
  width: 100%;
}

.site-header__alternative-navigation--mobile .select-wrapper select {
  color: #fff;
  padding: 7px 7px 3px 0;
  padding: 0.7rem 0.7rem 0.3rem 0;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .site-header__alternative-navigation--mobile .select-wrapper select {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .site-header__alternative-navigation--mobile .select-wrapper select {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.site-header__alternative-navigation--mobile .select-wrapper__icon:before {
  color: #fff;
  font-size: 35px;
  font-size: 3.5rem;
}

.site-header__alternative-navigation--mobile ul {
  float: left;
  width: 100%;
  padding: 0;
  z-index: 1;
}

.site-header__alternative-navigation--mobile ul li {
  clear: both;
  width: 100%;
}

.site-header__alternative-navigation--mobile ul li a {
  color: #fff;
}

.site-footer {
  background: #1e3f57;
  clear: both;
  padding: 20px 15px 30px;
  padding: 2rem 1.5rem 3rem;
}

.site-footer a {
  text-transform: uppercase;
}

.site-footer__logo {
  float: left;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  height: 32px;
  height: 3.2rem;
  width: 224px;
  width: 22.4rem;
  margin-right: 15px;
  margin-right: 1.5rem;
  background-image: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/logos/footer-logo.png);
}

.mmc-site-footer__logo {
  float: left;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  height: 2.5em;
  width: 18em;
  margin-right: 15px;
  background-image: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/logos/footer-logo@2x.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 75.6dpcm), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-footer__logo {
    background-image: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/logos/footer-logo@2x.png);
  }
}

.site-footer__navigation, .site-footer__social, .site-footer__tc {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__tc {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin: auto;
}

.site-footer__tc > li {
  float: left;
  margin-right: 15px;
  margin-right: 1.5rem;
}

.site-footer__tc > li:last-child {
  margin-right: 0px;
}

.site-footer__tc > li a {
  display: inline-block;
  color: #000;
}

.site-footer__tc li {
  margin: 0 15px 30px 0;
  margin: 0 1.5rem 3rem 0;
}

.site-footer__tc li a {
  color: #fff;
  text-transform: none;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .site-footer__tc li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .site-footer__tc li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.site-footer__navigation {
  float: left;
  clear: both;
  margin: 30px 0 0;
  margin: 3rem 0 0;
}

.site-footer__navigation li {
  border-left: 1px solid #3d5b71;
  vertical-align: middle;
  margin: 0 !important;
  padding: 5px 20px;
  padding: 0.5rem 2rem;
}

.site-footer__navigation li a:hover {
  padding-bottom: 0 !important;
}

.site-footer__navigation li a.selected {
  color: #00a6c9;
}

.site-footer__navigation li.current-page a {
  color: #00a6c9;
}

.social-share-icons path.custom-social-v3, .ul__social path.custom-social-v3 {
  fill: #fff;
}

@media screen and (max-width: 479px) {
  .site-footer__social .social-share-icons {
    float: none;
    text-align: center;
    margin: 5px auto 25px;
    margin: 0.5rem auto 2.5rem;
  }

  .site-footer__social .social-share-icons a {
    color: #fff;
    font-size: 35px;
    font-size: 3.5rem;
  }

  .site-footer__social .social-share-icons a svg{
    width: 35px;
    height: 35px;
  }
}

.site-footer__social ul li {
  margin: 0;
}

.site-footer__social ul li a:hover {
  padding-bottom: 0 !important;
}

.site-footer__social ul li:first-child {
  display: none;
}

.site-footer__top  .social-share-icons {
  display: none;
}

.site-footer__bottom {
  margin-top: 15px;
  margin-top: 1.5rem;
}

.site-footer__bottom  .social-share-icons {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  float: none;
  text-align: center;
}

.site-footer__copyright {
  color: #00a6c9;
  clear: both;
  display: block;
  margin: auto;
  width: 150px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .site-footer__copyright {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .site-footer__copyright {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .site-footer {
    padding: 20px 15px 120px;
    padding: 2rem 1.5rem 12rem;
  }

  .site-footer__top  .social-share-icons {
    display: block;
  }

  .site-footer__bottom  .social-share-icons {
    display: none;
  }

  .site-footer__navigation, .site-footer__social > ul, .site-footer__tc {
    clear: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  .site-footer__navigation > li, .site-footer__social > ul > li, .site-footer__tc > li {
    float: left;
    margin-right: 15px;
    margin-right: 1.5rem;
  }

  .site-footer__navigation > li:last-child, .site-footer__social > ul > li:last-child, .site-footer__tc > li:last-child {
    margin-right: 0px;
  }

  .site-footer__navigation > li a, .site-footer__social > ul >  li a, .site-footer__tc > li a {
    display: inline-block;
    color: #000;
  }

  .site-footer__navigation li a, .site-footer__social > ul li a, .site-footer__tc li a {
    color: #fff;
  }

  .site-footer__navigation {
    margin-top: 15px;
    margin-top: 1.5rem;
  }

  .site-footer__navigation li {
    text-align: center;
  }

  .site-footer__tc {
    margin-top: 0;
  }

  .site-footer__copyright {
    float: right;
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer__navigation {
    margin-top: 0;
  }
}

.btn--main, .btn--inline, .btn--load-more, .btn--read-more, .btn--filters, .btn--block, .btn--apply, .btn--active, .btn--download {
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  position: relative;
  font-weight: 500;
  padding: 3px 13px 5px 13px;
  padding: 0.3rem 1.3rem 0.5rem 1.3rem;
  margin: 15px 0 0;
  margin: 1.5rem 0 0;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .btn--main, .btn--inline, .btn--load-more, .btn--read-more, .btn--filters, .btn--block, .btn--apply, .btn--active, .btn--download {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .btn--main, .btn--inline, .btn--load-more, .btn--read-more, .btn--filters, .btn--block, .btn--apply, .btn--active, .btn--download {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btn--main:hover, .btn--inline:hover, .btn--load-more:hover, .btn--read-more:hover, .btn--filters:hover, .btn--block:hover, .btn--apply:hover, .btn--active:hover, .btn--download:hover {
  color: #fff;
}

.btn--block {
  display: block;
}

.btn--apply {
  background: #72be44;
}

.btn--active {
  background: #002c77;
}

.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn--main, .btn--inline, .btn--load-more, .btn--read-more, .btn--filters {
  background: #00a8c8;
}

.btn--main:hover, .btn--inline:hover, .btn--load-more:hover, .btn--read-more:hover, .btn--filters:hover {
  background: #006d9e;
}

.btn--inline {
  margin-right: 10px;
  margin-right: 1rem;
}

.btn--load-more {
  text-align: center;
  display: block;
  margin: 60px auto;
  margin: 6rem auto;
  width: 120px;
  width: 12rem;
}

.btn--apply:hover {
  background: #128c3f;
}

.btn--active:hover {
  background: #006d9e;
}

.btn--download {
  background: #00a8c8;
  padding-right: 33px;
  padding-right: 3.3rem;
}

.btn--download:hover {
  background: #006d9e;
}

.btn--download:after {
  position: absolute;
  right: 10px;
  right: 1rem;
  top: 8px;
  top: 0.8rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.btn--read-more {
  padding-right: 33px;
  padding-right: 3.3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.btn--read-more:after {
  position: absolute;
  right: 10px;
  right: 1rem;
  top: 10px;
  top: 1rem;
  font-size: 10px;
  font-size: 1rem;
}

.btn--filters {
  color: #37424a;
  border: 1px solid #e7ebec;
  background: #f5f5f5;
  border-radius: 5px;
  display: block;
  margin: 15px 0;
  margin: 1.5rem 0;
}

.btn--filters.highlighted {
  background: #00a8c8;
  color: #fff;
}

.btn--filters.highlighted:hover {
  background: #006d9e;
}

@media screen and (min-width: 960px) {
  .btn--filters {
    display: inline-block;
    margin: 0 10px 0 0;
    margin: 0 1rem 0 0;
  }
}

.breadcrumbs {
  display: none;
  padding: 5px 0;
  padding: 0.5rem 0;
}

.breadcrumbs span:after {
  color: #bfbfbf;
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.5rem;
  font-size: 10px;
  font-size: 1rem;
}

.breadcrumbs span a {
  display: inline-block;
  font-weight: 900;
  color: #00a8c8;
}

.breadcrumbs span a span:after {
  content: "";
}

.breadcrumbs span:last-child:after {
  content: "";
}

.breadcrumbs span:last-child a {
  font-weight: 300;
  color: #bfbfbf;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 7px 0 0 0;
    padding: 0.7rem 0 0 0;
    display: block;
  }
}

.tiles-grid, .tiles-grid--four-columns, .tiles-grid--recruiting-events {
  margin: auto;
  min-height: 380px;
  min-height: 38rem;
  max-width: 1200px;
  max-width: 120rem;
  margin: 25px auto;
  margin: 2.5rem auto;
}

.tiles-grid__header-section {
  position: relative;
}

.tiles-grid__header-section .tiles-grid__view-all, .tiles-grid__header-section .blog-feed__view-all {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

.tiles-grid__header-section--bordered-bottom {
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 2px;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.tiles-grid__header-section--bordered-bottom h3, .tiles-grid__header-section--bordered-bottom .tiles-grid__title, .tiles-grid__header-section--bordered-bottom .blog-feed__header, .tiles-grid__header-section--bordered-bottom .tile__title, .tiles-grid__header-section--bordered-bottom .tile--homepage__title, .tiles-grid__header-section--bordered-bottom .tiles-grid--more-events__title, .tiles-grid__header-section--bordered-bottom .hero--main__aside__header, .tiles-grid__header-section--bordered-bottom .article__header--light, .tiles-grid__header-section--bordered-bottom .article--sticky-nav__header, .tiles-grid__header-section--bordered-bottom .events-aggregator--featured__title, .tiles-grid__header-section--bordered-bottom .media-center-aggregator--awards__intro__title {
  margin-bottom: 0;
}

.tiles-grid__header-section--bordered-bottom .tiles-grid__view-all, .tiles-grid__header-section--bordered-bottom .blog-feed__view-all {
  top: 10px;
}

.tiles-grid__view-all, .blog-feed__view-all {
  text-transform: uppercase;
  float: right;
  display: none;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-weight: 700;
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .tiles-grid__view-all, .blog-feed__view-all {
    display: block;
  }
}

.tiles-grid__filter-message {
  display: none;
}

.dynamic-tile-results .tiles-grid__filter-message{
  display: block;
}

.tiles-grid__filter-message.is-visible {
  display: block;
}

@media screen and (min-width: 768px) {
  .tiles-grid, .tiles-grid--three-columns, .tiles-grid--four-columns, .tiles-grid--recruiting-events {
    padding: 0;
  }
}

.tiles-grid__title, .blog-feed__header {
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.tiles-grid__title--left-aligned {
  text-align: left;
}

.tiles-grid__title--no-margin-bottom {
  margin-bottom: 0;
}
.tiles-grid ul, .tiles-grid--three-columns ul, .tiles-grid--four-columns ul, .tiles-grid--recruiting-events ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}
.tiles-grid ul::after, .tiles-grid--three-columns ul,:after .tiles-grid--four-columns ul::after, .tiles-grid--recruiting-events ul::after {
  clear: both;
  content: "";
  display: table;
}
.tiles-grid ul li, .tiles-grid--three-columns ul li, .tiles-grid--four-columns ul li, .tiles-grid--recruiting-events ul li {
  display: inline-block;
  float: left;
  position: relative;
  margin-bottom: 2% !important;
  width: 100%;
  height: 100%;
}

.tiles-grid ul li:nth-child(n), .tiles-grid--four-columns ul li:nth-child(n), .tiles-grid--recruiting-events ul li:nth-child(n) {
  margin-bottom: 1%;
  margin-right: 1%;
}
.tiles-grid ul li:nth-child(1n), .tiles-grid--three-columns ul li, .tiles-grid--four-columns ul li:nth-child(1n), .tiles-grid--recruiting-events ul li:nth-child(1n) {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .tiles-grid ul li, .tiles-grid--three-columns ul li, .tiles-grid--four-columns ul li, .tiles-grid--recruiting-events ul li {
    width: 49.5%;
    margin-bottom: 1% !important;
  }
  .dynamic-tiles-grid.clean.tiles-grid--three-columns > ul > li, .dynamic-tiles-grid.clean.tiles-grid--four-columns > ul > li{
    width: 49%;
  }
  .tiles-grid ul li:nth-child(n), .tiles-grid--three-columns ul li, .tiles-grid--four-columns ul li:nth-child(n), .tiles-grid--recruiting-events ul li:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%;
  }
  .tiles-grid ul li:nth-child(2n), .tiles-grid--three-columns ul li:nth-child(2n), .tiles-grid--four-columns ul li:nth-child(2n), .tiles-grid--recruiting-events ul li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .tiles-grid ul li, .tiles-grid--four-columns ul li, .tiles-grid--recruiting-events ul li {
    width: 32.66667%;
  }
  .tiles-grid ul li:nth-child(n), .tiles-grid--three-columns ul li, .tiles-grid--four-columns ul li:nth-child(n), .tiles-grid--recruiting-events ul li:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%;
  }
  .tiles-grid ul li:nth-child(3n), .tiles-grid--three-columns ul li:nth-child(3n), .tiles-grid--four-columns ul li:nth-child(3n), .tiles-grid--recruiting-events ul li:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.tiles-grid--four-columns {
  margin-top: 0;
}

.tiles-grid--four-columns ul > li {
  height: 277px;
  height: 27.7rem;
}

.dynamic-tiles-grid.clean ul > li {
  height: initial;
}

@media screen and (min-width: 960px) {
  .tiles-grid--three-columns ul > li {
    width: 32.66667%;
  }
  .dynamic-tiles-grid.clean.tiles-grid--three-columns > ul > li{
    width: calc(100%/3 - 1%);
  }
  .tiles-grid--four-columns ul > li {
    width: 24.25%;
  }
  .dynamic-tiles-grid.clean.tiles-grid--four-columns > ul > li{
    width: 24%;
  }
  .tiles-grid--three-columns ul > li:nth-child(n), .tiles-grid--four-columns ul > li:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%;
  }
  .tiles-grid--three-columns ul > li:nth-child(3n), .tiles-grid--four-columns ul > li:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.tiles-grid--four-columns .tile__title, .tiles-grid--four-columns .tile--homepage__title, .tiles-grid--four-columns .tiles-grid--more-events__title {
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (min-width: 768px) {
  .tiles-grid--four-columns .tile__title, .tiles-grid--four-columns .tile--homepage__title, .tiles-grid--four-columns .tiles-grid--more-events__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 960px) {
  .tiles-grid--four-columns .tile__title, .tiles-grid--four-columns .tile--homepage__title, .tiles-grid--four-columns .tiles-grid--more-events__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.tiles-grid--four-columns--bordered .container, .tiles-grid--four-columns--bordered .main-nav__inner, .tiles-grid--four-columns--bordered .hero--main__inner, .tiles-grid--four-columns--bordered .hero__content, .tiles-grid--four-columns--bordered .hero--home__content, .tiles-grid--four-columns--bordered .hero--profile__content, .tiles-grid--four-columns--bordered .hero--small-image__content, .tiles-grid--four-columns--bordered .hero--text__content {
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 3rem;
  padding-bottom: 30px;
}

.tiles-grid--four-columns:first-of-type .tiles-grid--journal {
  border-top: 0;
  padding-top: 0;
}

.tiles-grid--four-columns--no-margin {
  margin: 0;
}

.tiles-grid--bordered__inner {
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.tiles-grid--bordered__inner::after {
  clear: both;
  content: "";
  display: table;
}

.tiles-grid--bordered-top {
  margin: 0 auto 80px;
  margin: 0 auto 8rem;
}

.tiles-grid--journal {
  border-top: solid 1px #e7e7e7;
  padding-top: 30px;
  padding-top: 3rem;
}

.tiles-grid--journal .tiles-grid__header-section .tiles-grid__title, .tiles-grid--journal .tiles-grid__header-section .blog-feed__header {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.tiles-grid--journal .tiles-grid__header-section p {
  max-width: 60%;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.tiles-grid--recruiting-events {
  margin-top: 0;
  min-height: 277px;
  min-height: 27.7rem;
}

.tiles-grid--recruiting-events ul {
  clear: both;
}

.tiles-grid--recruiting-events ul > li.is--visible {
  display: inline-block;
}

.tiles-grid--recruiting-events__title {
  text-align: center;
  text-transform: uppercase;
}

.tiles-grid--aggregator {
  margin: 0 auto;
  margin: 0 auto;
}

.tiles-grid--aggregator--insights {
  margin: 0 auto 60px;
  margin: 0 auto 6rem;
  /*padding: 0 20px;
  padding: 0 2rem;*/
}

.tiles-grid--aggregator--insights.v4 {
  margin: 0;
}

.tiles-grid--aggregator--insights__inner {
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  margin: 20px 10px;
  margin: 2rem 1rem;
  max-width: 1180px;
  max-width: 118rem;
}
.tiles-grid--aggregator--insights__inner.v3 {
  border-top: none;
  border-bottom: none;
  margin: 2rem 0;
}
.tiles-grid--aggregator--insights__inner.v4 {
  margin: 0rem 0 2rem;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 600px) {
  .tiles-grid--aggregator--insights__inner.v4 {
    padding-bottom: 60px;
  }
}

.tiles-grid--aggregator--insights .tiles-grid--four-columns ul {
  margin-bottom: 3px;
}

.tiles-grid--aggregator--insights.v4 .tiles-grid--four-columns {
  min-height: auto;
}

.tiles-grid--alumni {
  margin: 40px auto 0;
  margin: 4rem auto 0;
}

.tiles-grid--our-values {
  margin-top: 0;
}

@media screen and (min-width: 960px) {
  .tiles-grid--our-values {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

.tiles-grid--homepage__inner {
  border-top: none;
}

@media screen and (min-width: 960px) {
  .tiles-grid--homepage__inner {
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
    padding: 2rem 0;
  }
}

.tiles-grid--homepage__row, .tiles-grid--homepage__row--modifier {
  margin-bottom: 0;
}

.tiles-grid--homepage__row::after, .tiles-grid--homepage__row--modifier::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 960px) {
  .tiles-grid--homepage__row, .tiles-grid--homepage__row--modifier {
    margin-bottom: 19px;
    margin-bottom: 1.9rem;
  }
}

.tiles-grid--homepage__row .tile--homepage, .tiles-grid--homepage__row--modifier .tile--homepage, .tiles-grid--homepage__row .tile--homepage--no-image, .tiles-grid--homepage__row--modifier .tile--homepage--no-image {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 14px !important;
  width: 100%;
}

.tiles-grid--homepage__row .tile--homepage:nth-child(n), .tiles-grid--homepage__row--modifier .tile--homepage:nth-child(n), .tiles-grid--homepage__row .tile--homepage--no-image:nth-child(n), .tiles-grid--homepage__row--modifier .tile--homepage--no-image:nth-child(n) {
  margin-bottom: 1%;
  margin-right: 1%;
}

.tiles-grid--homepage__row .tile--homepage:nth-child(1n), .tiles-grid--homepage__row--modifier .tile--homepage:nth-child(1n), .tiles-grid--homepage__row .tile--homepage--no-image:nth-child(1n), .tiles-grid--homepage__row--modifier .tile--homepage--no-image:nth-child(1n) {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .tiles-grid--homepage__row .tile--homepage, .tiles-grid--homepage__row--modifier .tile--homepage, .tiles-grid--homepage__row .tile--homepage--no-image, .tiles-grid--homepage__row--modifier .tile--homepage--no-image {
    width: 32.33333%;
    margin-bottom: 0 !important;
  }

  .tiles-grid--homepage__row .tile--homepage:nth-child(n), .tiles-grid--homepage__row--modifier .tile--homepage:nth-child(n), .tiles-grid--homepage__row .tile--homepage--no-image:nth-child(n), .tiles-grid--homepage__row--modifier .tile--homepage--no-image:nth-child(n) {
    margin-bottom: 1.5%;
    margin-right: 1.5%;
  }

  .tiles-grid--homepage__row .tile--homepage:nth-child(3n), .tiles-grid--homepage__row--modifier .tile--homepage:nth-child(3n), .tiles-grid--homepage__row .tile--homepage--no-image:nth-child(3n), .tiles-grid--homepage__row--modifier .tile--homepage--no-image:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.tiles-grid--homepage__row--modifier .tile--homepage, .tiles-grid--homepage__row--modifier .tile--homepage--no-image {
  display: block;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .tiles-grid--homepage__row--modifier .tile--homepage:first-child, .tiles-grid--homepage__row--modifier .tile--homepage--no-image:first-child {
    float: left;
    width: 39.82759%;
    height: 379px;
    margin-right: 1.5%;
    margin-right: 1.5%;
  }
}

@media screen and (min-width: 960px) {
  .tiles-grid--homepage__row--modifier .tile--homepage:last-child, .tiles-grid--homepage__row--modifier .tile--homepage--no-image:last-child {
    float: left;
    width: 58.62069%;
    height: 379px;
    margin-right: 0 !important;
    padding-right: 0;
  }

  .tiles-grid--homepage__row--modifier .tile--homepage:last-child .tile--homepage__overlay, .tiles-grid--homepage__row--modifier .tile--homepage--no-image:last-child .tile--homepage__overlay {
    width: 100%;
  }
}

.tiles-grid--more-events a {
  color: #37424a;
  overflow: hidden;
}

.tiles-grid--more-events a:hover .tiles-grid--more-events__cta {
  color: #006d9e;
}

.tiles-grid--more-events__row {
  display: block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.tiles-grid--more-events__row:last-child {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.tiles-grid--more-events__title {
  color: #000;
  padding: 0 !important;
  margin-top: 10px !important;
  margin-top: 1rem !important;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .tiles-grid--more-events__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .tiles-grid--more-events__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.tiles-grid--more-events__item {
  position: relative;
  display: block;
  background: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/backgrounds/tile-default-bg-large.png") 0 0 no-repeat;
  background-size: cover;
  box-sizing: content-box;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.tiles-grid--more-events__item__inner {
  height: 100%;
  padding: 20px;
}

.tiles-grid--more-events__item__detail {
  display: inline-block;
  text-transform: uppercase;
  /*FORMER Slt Pro-Medium*/;
  font-family: "noto-sans"
}

.tiles-grid--more-events__cta {
  border-top: 1px solid #b4b4b4;
  position: absolute;
  text-transform: uppercase;
  bottom: 10px;
  margin: auto;
  left: 20px;
  right: 20px;
  padding-top: 10px;
  display: block;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #00a8c8;
}

@media screen and (min-width: 768px) {
  .tiles-grid--more-events .three--columns {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .tiles-grid--more-events .three--columns {
    width: 25%;
  }
}

.tile, .tile--no-image, .tile--homepage, .tile--homepage--no-image {
  overflow: hidden;
  color: #fff;
}

.tile__profile-info, .tile--homepage__profile-info {
  display: none;
}

.tile__overlay, .tile--homepage__overlay, .tile__content, .tile--homepage__content {
  position: absolute;
}

.tile__overlay, .tile--homepage__overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
  left: 0;
  position: absolute;
}

.tile__img, .tile--homepage__img {
  height: auto;
  width: 100%;
}

.tile__img img {
  width: 100%;
  height: 100%;
}

.mmc-news-tile .tile__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.tile__content, .tile--homepage__content {
  color: #fff;
  padding: 5px 5% 0;
  top: initial;
  top: 10%;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: 20px;
  padding-right: 2rem;
}

.tile__header.cloned, .cloned.tile--homepage__header {
  display: none;
}

.tile__tag {
  padding: 0 10px !important;
  margin-bottom: 0 !important;
}

.tile__title, .tile--homepage__title, .tiles-grid--more-events__title {
  margin-top: 5px;
  margin-top: 0.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
}

.tile__subtitle, .tile--homepage__subtitle {
  display: block;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  margin-top: -1px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .tile__subtitle, .tile--homepage__subtitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .tile__subtitle, .tile--homepage__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.tile__cta, .tile--homepage__cta {
  bottom: 5%;
  border-top: solid 1px #fff;
  width: 90%;
  left: 5%;
  position: absolute;
  z-index: 2;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  height: 30px;
  height: 3rem;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 13px;
  padding-top: 1.3rem;
}

.tile__cta--culture {
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ text-transform: uppercase;
 
}

.tile--no-image .tile__overlay, .tile--no-image .tile--homepage__overlay {
  display: none;
}

.tile--no-image .tile__img, .tile--no-image .tile--homepage__img {
  background: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/backgrounds/ow-bg-pattern.png") 0 0 no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.tile--no-image .tile_header.cloned {
  display: none;
}

.tile--no-image .tile__tag {
  color: #fff;
}

.tile--no-image .tile__content, .tile--no-image .tile--homepage__content {
  color: #000;
}

.tile--no-image .tile__cta, .tile--no-image .tile--homepage__cta {
  color: #000;
  text-transform: uppercase;
  border-top: 1px solid #dadada;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tile--no-image .tile__subtitle--always-visible {
  opacity: 1;
  display: block;
}

.tile--no-image--culture .tile__content, .tile--no-image--culture .tile--homepage__content {
  top: auto !important;
  bottom: 20% !important;
  width: 100% !important;
}

.tile--video:after {
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 13px;
  bottom: 13px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .tile, .tile--no-image, .tile--homepage, .tile--homepage--no-image {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .tile, .tile--no-image, .tile--homepage, .tile--homepage--no-image {
    width: 33.3%;
  }

  .tile__gutter {
    width: 2%;
  }

  .tile__overlay, .tile--homepage__overlay {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }

  .tile__content, .tile--homepage__content {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
  }

  .tile__header.cloned, .cloned.tile--homepage__header {
    display: block;
    position: absolute;
    bottom: 5%;
    top: auto;
    left: 5%;
    z-index: 2;
  }

  .tile__subtitle, .tile--homepage__subtitle {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }

  .tile__cta, .tile--homepage__cta {
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@media screen and (min-width: 1200px) {
  .tile__subtitle, .tile--homepage__subtitle {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
}

.tile.is-active, .is-active.tile--no-image, .is-active.tile--homepage, .is-active.tile--homepage--no-image, .tile--no-image {
  cursor: pointer;
}

.tile.is-active .tile__content, .is-active.tile--no-image .tile__content, .is-active.tile--homepage .tile__content, .is-active.tile--homepage--no-image .tile__content, .tile.is-active .tile--homepage__content, .is-active.tile--no-image .tile--homepage__content, .is-active.tile--homepage .tile--homepage__content, .is-active.tile--homepage--no-image .tile--homepage__content, .tile--no-image .tile__content, .tile--no-image .tile--homepage__content {
  top: 10%;
  bottom: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tile.is-active .tile__overlay, .is-active.tile--no-image .tile__overlay, .is-active.tile--homepage .tile__overlay, .is-active.tile--homepage--no-image .tile__overlay, .tile.is-active .tile--homepage__overlay, .is-active.tile--no-image .tile--homepage__overlay, .is-active.tile--homepage .tile--homepage__overlay, .is-active.tile--homepage--no-image .tile--homepage__overlay, .tile--no-image .tile__overlay, .tile--no-image .tile--homepage__overlay {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (min-width: 1200px) {
  .tile.is-active .tile__subtitle, .is-active.tile--no-image .tile__subtitle, .is-active.tile--homepage .tile__subtitle, .is-active.tile--homepage--no-image .tile__subtitle, .tile.is-active .tile--homepage__subtitle, .is-active.tile--no-image .tile--homepage__subtitle, .is-active.tile--homepage .tile--homepage__subtitle, .is-active.tile--homepage--no-image .tile--homepage__subtitle, .tile--no-image .tile__subtitle, .tile--no-image .tile--homepage__subtitle {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.tile--our-values {
  text-align: center;
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .tile--our-values {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .tile--our-values {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.tile--our-values__content {
  position: absolute;
  height: 100%;
  color: #fff;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 10%;
  z-index: 2;
  display: table;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tile--our-values__content .btn--main, .tile--our-values__content .btn--inline, .tile--our-values__content .btn--load-more, .tile--our-values__content .btn--read-more, .tile--our-values__content .btn--filters {
  background: #006d9e;
}

.tile--our-values__content__inner {
  display: table-cell;
  vertical-align: middle;
}

.tile--our-values__footer {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 0;
  background: #2e80b1;
  left: 0;
  line-height: 1.2;
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ z-index: 2;
 
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 15px 20px;
  padding: 1.5rem 2rem;
}

@media screen and (min-width: 960px) {
  .tile--our-values__content {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
  }

  .tile--our-values__footer {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.tile--homepage, .tile--homepage--no-image {
  position: relative;
  height: 379px;
}

@media screen and (min-width: 960px) {
  .tile--homepage, .tile--homepage--no-image {
    height: auto;
  }
}

.tile--homepage__overlay, .tile--homepage__content {
  position: absolute;
}

.tile--homepage__img img {
  display: block;
}

.tile--homepage__content__row {
  display: block;
}

.tile--homepage__header {
  left: 40px;
  left: 4rem;
}

.tile--homepage__header.cloned {
  padding-right: 5%;
}

.tile--homepage__tag {
  background: #006d9e;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-family: "noto-sans";
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 10px;
  padding: 0.4rem 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .tile--homepage__tag {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .tile--homepage__tag {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.tile--homepage__title, .tiles-grid--more-events__title {
  line-height: 1.1;
}

.tile--homepage__cta {
  padding-top: 13px;
  padding-top: 1.3rem;
  font-family: "noto-sans";
  font-weight: bold;
  text-transform: uppercase;
  color: #00a8c8;
}

.tile--homepage__cta.outside-link:after {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 3px 0 0 8px;
  margin: 0.3rem 0 0 0.8rem;
}

.tile--homepage--no-image .tile--homepage__overlay {
  display: none;
}

.tile--homepage--no-image .tile--homepage__img {
  background: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/backgrounds/tile-default-bg-large.png") 0 0 no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.tile--homepage--no-image .tile--homepage__header.cloned {
  display: none;
}

.tile--homepage--no-image .tile--homepage__tag {
  color: #fff;
}

.tile--homepage--no-image .tile--homepage__content {
  color: #000;
  left: 0;
}

@media screen and (min-width: 768px) {
  .tile--homepage--no-image .tile--homepage__content {
    width: 90%;
  }
}

.tile--homepage--no-image .tile--homepage__cta {
  color: #00a8c8;
  text-transform: uppercase;
  border-top: solid #b4b4b4 1px;
  opacity: 1 !important;
}

.tile--homepage.is-active, .is-active.tile--homepage--no-image, .tile--homepage--no-image {
  cursor: pointer;
}

.tile--homepage.is-active .tile--homepage__content, .is-active.tile--homepage--no-image .tile--homepage__content, .tile--homepage--no-image .tile--homepage__content {
  top: 10%;
  bottom: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tile--homepage.is-active .tile--homepage__overlay, .is-active.tile--homepage--no-image .tile--homepage__overlay, .tile--homepage--no-image .tile--homepage__overlay {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (min-width: 1200px) {
  .tile--homepage.is-active .tile--homepage__subtitle, .is-active.tile--homepage--no-image .tile--homepage__subtitle, .tile--homepage--no-image .tile--homepage__subtitle {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.tile--homepage .events__subtitle, .tile--homepage--no-image .events__subtitle {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 7px 0 20px;
  margin: 0.7rem 0 2rem;
}

@media screen and (min-width: 768px) {
  .tile--homepage .events__subtitle, .tile--homepage--no-image .events__subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .tile--homepage .events__subtitle, .tile--homepage--no-image .events__subtitle {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.tile--homepage .events__detail, .tile--homepage--no-image .events__detail {
  display: inline-block;
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ text-transform: uppercase;
 
  margin-right: 5px;
  margin-right: 0.5rem;
}

.tile--homepage .events__copy, .tile--homepage--no-image .events__copy {
  margin-top: 20px;
  margin-top: 2rem;
}

.tile--homepage .events__data, .tile--homepage--no-image .events__data {
  font-weight: 100;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  text-transform: none;
}

.accordion {
  border: solid transparent 1px;
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 0 3%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.accordion__toggle {
  color: #00a8c8;
  position: absolute;
  outline: 0;
  cursor: pointer;
  right: 3%;
  outline: 0;
  top: 20px;
  top: 2rem;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .accordion__toggle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .accordion__toggle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.accordion__toggle:focus {
  outline: 0;
}

.accordion__toggle:hover {
  color: #00a8c8;
}

.accordion__header {
  color: #00a8c8;
  cursor: pointer;
}

.accordion__header h4, .accordion__header .tile__subtitle, .accordion__header .tile--homepage__subtitle, .accordion__header .asides__title, .accordion__header .article__subheader, .accordion__header .text-module__subheader, .accordion__header .article--sticky-nav__subheader {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  margin: 15px 0 7px;
  margin: 1.5rem 0 0.7rem;
}

.accordion__header h4 a {
  color: white;
}

.accordion__content {
  display: none;
  padding-bottom: 9px;
  padding-bottom: 0.9rem;
}

.accordion__content__text .btn {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.accordion__content.is-on {
  display: block;
}

@media screen and (min-width: 768px) {
  .accordion__content {
    width: 90%;
  }
}

.accordion__content__row {
  padding: 15px 0;
  padding: 1.5rem 0;
}

.accordion__content__row--bordered {
  border-bottom: solid 1px #eaeaea;
}

.accordion__content__row--bordered:last-of-type {
  border-bottom: 0;
}

.accordion__link-list {
  padding: 0;
  margin: 0;
}

.accordion__link-list li {
  list-style: none;
  margin-top: 15px;
  margin-top: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
}

.accordion__link-list li:first-child {
  margin-top: 0;
}

.accordion__link-list li a:hover {
  color: #006d9e;
}

.accordion-group__header {
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  padding: 10px;
  padding: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1px;
  margin-bottom: 0.1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #006d9e;
}

.accordion-group__header a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .accordion-group__header {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .accordion-group__header {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.accordion-group--sidebar .accordion {
  padding: 0;
  border: 0;
  margin-bottom: 1px;
  margin-bottom: 0.1rem;
}

.accordion-group--sidebar .accordion__header {
  color: #fff;
  background-color: #00a8c8;
  padding: 10px;
  padding: 1rem;
}

.accordion-group--sidebar .accordion__header h4, .accordion-group--sidebar .accordion__header .tile__subtitle, .accordion-group--sidebar .accordion__header .tile--homepage__subtitle, .accordion-group--sidebar .accordion__header .asides__title, .accordion-group--sidebar .accordion__header .article__subheader, .accordion-group--sidebar .accordion__header .text-module__subheader, .accordion-group--sidebar .accordion__header .article--sticky-nav__subheader {
  margin: 0;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .accordion-group--sidebar .accordion__header h4, .accordion-group--sidebar .accordion__header .tile__subtitle, .accordion-group--sidebar .accordion__header .tile--homepage__subtitle, .accordion-group--sidebar .accordion__header .asides__title, .accordion-group--sidebar .accordion__header .article__subheader, .accordion-group--sidebar .accordion__header .text-module__subheader, .accordion-group--sidebar .accordion__header .article--sticky-nav__subheader {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .accordion-group--sidebar .accordion__header h4, .accordion-group--sidebar .accordion__header .tile__subtitle, .accordion-group--sidebar .accordion__header .tile--homepage__subtitle, .accordion-group--sidebar .accordion__header .asides__title, .accordion-group--sidebar .accordion__header .article__subheader, .accordion-group--sidebar .accordion__header .text-module__subheader, .accordion-group--sidebar .accordion__header .article--sticky-nav__subheader {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.accordion-group--sidebar .accordion__toggle {
  color: #fff;
  top: 12px;
  top: 1.2rem;
}

.accordion-group--sidebar .accordion__content {
  padding: 15px;
  padding: 1.5rem;
  width: 100%;
}

.accordion-group--agenda {
  margin: 40px 0 !important;
  margin: 4rem 0 !important;
}

.accordion-group--agenda header h4, .accordion-group--agenda header .tile__subtitle, .accordion-group--agenda header .tile--homepage__subtitle, .accordion-group--agenda header .asides__title, .accordion-group--agenda header .article__subheader, .accordion-group--agenda header .text-module__subheader, .accordion-group--agenda header .article--sticky-nav__subheader {
  text-transform: uppercase;
}

.accordion-group--supporters header h4, .accordion-group--supporters header .tile__subtitle, .accordion-group--supporters header .tile--homepage__subtitle, .accordion-group--supporters header .asides__title, .accordion-group--supporters header .article__subheader, .accordion-group--supporters header .text-module__subheader, .accordion-group--supporters header .article--sticky-nav__subheader {
  text-transform: uppercase;
}

.accordion-group--supporters .accordion__content {
  width: 100%;
}

.accordion-group--global-contacts {
  padding: 20px 0;
  padding: 2rem 0;
}

.accordion-group--global-contacts__details {
  background: #f1f1f1;
  padding: 0 3%;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}

.accordion-group--global-contacts__item {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .accordion-group--global-contacts__item {
    margin-bottom: 0;
  }
}

.accordion-group--global-contacts__continent {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}

.accordion-group--global-contacts .accordion__content {
  width: 100%;
}

.accordion-group--region {
  border-bottom: solid 1px #e7e7e7;
  margin: -40px 0 10px;
  margin: -4rem 0 1rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .accordion-group--region {
    margin-top: 10px;
    margin-top: 1rem;
  }
}

.accordion-group--region__header {
  margin: 0 0 25px;
  margin: 0 0 2.5rem;
}

.accordion-group--region__title {
  text-transform: uppercase;
  color: #37424a;
  margin: 0 0 20px;
  margin: 0 0 2rem;
}

.accordion-group--region__title--bold {
  font-family: "noto-sans";
  font-weight: bold;
}

.accordion-group--region .accordion__content {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .accordion-group--region .accordion__location-visuals {
    text-align: right;
  }
}

.accordion-group--region .accordion__location-map, .accordion-group--region .accordion__location-image, .accordion-group--region .accordion__location-actual-map {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {
  .accordion-group--region .accordion__location-map, .accordion-group--region .accordion__location-image, .accordion-group--region .accordion__location-actual-map {
    height: 220px;
    height: 22rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .accordion-group--region .accordion__location-map, .accordion-group--region .accordion__location-image, .accordion-group--region .accordion__location-actual-map {
    height: 192px;
    height: 19.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .accordion-group--region .accordion__location-map, .accordion-group--region .accordion__location-image, .accordion-group--region .accordion__location-actual-map {
    height: 226px;
    height: 22.6rem;
  }
}

.accordion-group--region .accordion__location-map img, .accordion-group--region .accordion__location-image img, .accordion-group--region .accordion__location-actual-map img {
  height: 100%;
}

.accordion-group--region .accordion__location-map {
  display: none;
}

@media screen and (min-width: 600px) {
  .accordion-group--region .accordion__location-map {
    display: inline-block;
    margin-left: 15px;
    margin-left: 1.5rem;
    width: 50%;
  }
}

.accordion-group--region .accordion__location-actual-map {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .accordion-group--region .accordion__location-actual-map {
    width: 427.34px;
    width: 42.734rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .accordion-group--region .accordion__location-actual-map {
    width: 372.95px;
    width: 37.295rem;
  }
}

@media screen and (min-width: 1200px) {
  .accordion-group--region .accordion__location-actual-map {
    width: 439px;
    width: 43.9rem;
  }
}

.accordion-group--region .accordion__location-direction {
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .accordion-group--region .accordion__location-direction {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .accordion-group--region .accordion__location-direction {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.accordion-group--region .accordion__location-direction a:hover {
  color: #006d9e;
}

.accordion-group--region .accordion__location-city {
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #e7e7e7;
}

.accordion-group--region .accordion__location-city:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.accordion-group--region .accordion__location-header {
  color: #006d9e;
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 15px;
  margin-top: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}

@media screen and (min-width: 768px) {
  .accordion-group--region .accordion__location-header {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .accordion-group--region .accordion__location-header {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.accordion-group--region .accordion__location-copy {
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .accordion-group--region .accordion__location-copy {
    margin-top: 22px;
    margin-top: 2.2rem;
  }
}

.accordion-group--region .accordion__location-address, .accordion-group--region .accordion__location-phone {
  margin-top: 10px;
  margin-top: 1rem;
}

.accordion-group--region .accordion__location-address strong, .accordion-group--region .accordion__location-phone strong {
  display: block;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  line-height: 22px;
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .accordion-group--region .accordion__location-address, .accordion-group--region .accordion__location-phone {
    margin-top: 20px;
    margin-top: 2rem;
  }
}

.accordion-group--region .accordion__location-address {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .accordion-group--region .accordion__location-address {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

.accordion-group--region .accordion__location-phone {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 960px) {
  .accordion-group--region .accordion__location-phone {
    margin-bottom: 0;
  }
}

.twitter-feed,
.news-feed{
  background: #233543;
  overflow: hidden;
  height: 80px;
  height: 8rem;
  display: none;
}

@media screen and (min-width: 960px) {
  .twitter-feed,
  .news-feed{
    display: block;
  }
}

.twitter-feed__inner,
.news-feed__inner{
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  padding: 1rem 0;
}

.twitter-feed__icon, .twitter-feed__header, .twitter-feed__content, .twitter-feed a,
.icon-newspaper, .news-feed__header, .news-feed__content, .news-feed a {
  color: #00a8c8;
  display: inline-block;
}

.twitter-feed__icon,
.icon-newspaper{
  position: absolute;
  left: 0;
  top: 13px;
  top: 1.3rem;
  margin: 0 5px 0 0;
  margin: 0 0.5rem 0 0;
  font-size: 44px;
  font-size: 4.4rem;
}

@media screen and (min-width: 768px) {
  .twitter-feed__icon,
  .icon-newspaper{
    font-size: 44px;
    font-size: 4.4rem;
  }
}

@media screen and (min-width: 960px) {
  .twitter-feed__icon,
  .icon-newspaper{
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.twitter-feed__header,
.news-feed__header{
  text-transform: uppercase;
  vertical-align: top;
  position: relative;
  margin: 10px 0;
  margin: 1rem 0;
  margin-left: 60px;
  margin-left: 6rem;
}

.twitter-feed__header h4, .twitter-feed__header .tile__subtitle, .twitter-feed__header .tile--homepage__subtitle, .twitter-feed__header .asides__title, .twitter-feed__header .article__subheader, .twitter-feed__header .text-module__subheader, .twitter-feed__header .article--sticky-nav__subheader,
.news-feed__header h4{
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ font-size: 16px;
 
  font-size: 1.6rem;
  margin-top: 12px;
  margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
  .twitter-feed__header h4, .twitter-feed__header .tile__subtitle, .twitter-feed__header .tile--homepage__subtitle, .twitter-feed__header .asides__title, .twitter-feed__header .article__subheader, .twitter-feed__header .text-module__subheader, .twitter-feed__header .article--sticky-nav__subheader,
  .news-feed__header h4{
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .twitter-feed__header h4, .twitter-feed__header .tile__subtitle, .twitter-feed__header .tile--homepage__subtitle, .twitter-feed__header .asides__title, .twitter-feed__header .article__subheader, .twitter-feed__header .text-module__subheader, .twitter-feed__header .article--sticky-nav__subheader,
  .news-feed__header h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.twitter-feed__header h4 span, .twitter-feed__header .tile__subtitle span, .twitter-feed__header .tile--homepage__subtitle span, .twitter-feed__header .asides__title span, .twitter-feed__header .article__subheader span, .twitter-feed__header .text-module__subheader span, .twitter-feed__header .article--sticky-nav__subheader span,
.news-feed__header h4 span {
  display: inline-block;
  float: right;
  border-right: 1px solid #00a8c8;
  margin: -5px 8px 0 0;
  margin: -0.5rem 0.8rem 0 0;
  height: 25px;
  height: 2.5rem;
}

@media screen and (min-width: 960px) {
  .twitter-feed__header,
  .news-feed__header {
    width: 23.4%;
  }
}

.twitter-feed__content,
.news-feed__content {
  width: 66%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.twitter-feed__content ul,
.news-feed__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 15px;
  margin-left: 1.5rem;
}

.twitter-feed__content ul li,
.news-feed__content ul li {
  color: #fff;
  display: inline-block;
  float: left;
  margin: 0 5px;
  margin: 0 0.5rem;
}

.twitter-feed__content ul li a,
.news-feed__content ul li a {
  color: #00a8c8;
}

.twitter-feed--sidebar {
  background: transparent;
  height: 210px;
  height: 21rem;
}

.twitter-feed--sidebar .twitter-feed__icon {
  font-size: 30px;
  font-size: 3rem;
}

.twitter-feed--sidebar .twitter-feed__header {
  margin: 10px 0 10px 40px;
  margin: 1rem 0 1rem 4rem;
}

@media screen and (min-width: 960px) {
  .twitter-feed--sidebar .twitter-feed__header {
    width: 100%;
  }
}

.twitter-feed--sidebar .twitter-feed__content {
  width: 100%;
}

.twitter-feed--sidebar .twitter-feed__content ul {
  margin: 0;
}

.twitter-feed--sidebar .twitter-feed__content ul li {
  color: #37424a;
}

.twitter-feed--sidebar .tweet {
  margin-bottom: 0;
}

.twitter-feed--sidebar .timePosted {
  color: #bfbfbf;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .twitter-feed--sidebar .timePosted {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .twitter-feed--sidebar .timePosted {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.twitter-feed--sidebar .tweetList {
  overflow: hidden;
}

.links-box__header {
  text-align: center;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  padding: 0 5% 5%;
}

@media screen and (min-width: 768px) {
  .links-box__header {
    padding: 0 20% 2%;
  }
}

.links-box__header__title {
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}

.links-box__title {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.links-box__aside {
  background: #F9F9F9;
  position: relative;
}

.links-box__img {
  overflow: hidden;
  height: 100px;
  height: 10rem;
}

.links-box__img img {
  width: 100%;
  height: auto;
}

.links-box__content {
  color: #37424a;
  padding: 0 5% 10%;
}

.links-box__title {
  color: #37424a;
  font-family: "noto-sans";
  font-weight: bold;
  text-transform: uppercase;
}

.links-box__triangle {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-left: 1.5em solid currentcolor;
  border-bottom: 1em solid transparent;
  border-top: 1em solid transparent;
  border-bottom: solid 18px #e7e7e7;
  border-left: solid transparent 18px;
  border-top: solid 18px transparent;
  position: absolute;
  right: 3%;
  bottom: 4%;
}

.sticky-sidebar {
  position: absolute;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

.sticky-sidebar.is-disabled {
  z-index: 0;
  opacity: 0.2 !important;
}

.sticky-sidebar.is-sticky {
  position: fixed;
  top: 100px;
}

.sticky-sidebar.is-bottom {
  position: absolute;
  bottom: 0px;
  bottom: 0rem;
}

.sticky-sidebar__nav ul {
  height: 0;
  border-right: 1px solid #eaeaea;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 10px;
  padding-right: 1rem;
  margin: 40px 10px;
  margin: 4rem 1rem;
}

.sticky-sidebar__nav ul li {
  text-align: right;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  width: 150px;
  width: 15rem;
}

@media screen and (min-width: 960px) {
  .sticky-sidebar__nav ul li {
    width: auto;
    direction: rtl;
    display: flex;
  }
}

.sticky-sidebar__nav ul li a {
  color: #37424a;
  outline: 0;
  max-width: 187px;
}

.sticky-sidebar__nav ul li a.apply-now {
  color: #72be44;
}

.sticky-sidebar__nav ul .is-on {
  color: #00a8c8;
}

@media screen and (min-width: 1200px) {
  .sticky-sidebar {
    display: block;
    max-width: 187px;
  }
}
@media screen and (min-width: 1445px) {
  .sticky-sidebar__nav ul li a {
    max-width: 300px;
  }
}

.main-content--page-share > .sticky-sidebar.is-bottom {
  bottom: 160px;
}

.asides {
  position: relative;
  z-index: 0;
  margin: 50px 0 60px;
  margin: 5rem 0 6rem;
}

.asides::after {
  clear: both;
  content: "";
  display: table;
}

.asides .four--columns {
  border-left: solid 1px #e7e7e7;
}

.asides .four--columns:first-child {
  border-left: 0;
}

.asides__row {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}

.asides__element {
  text-align: center;
  position: relative;
  padding-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .asides__element {
    margin-bottom: 0;
  }
}

.asides__element--no-border {
  border-left: none !important;
}

.asides__img {
  max-width: 100%;
  height: auto;
}

.asides__title {
  line-height: 22px;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  padding: 0 10%;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

.asides__title--culture {
  color: #006d9e;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
}

.asides__copy {
  padding: 0 6%;
  margin: 15px 0;
  margin: 1.5rem 0;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .asides__copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .asides__copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.asides .btn {
  margin: 8px 0 0;
  margin: 0.8rem 0 0;
}

@media screen and (min-width: 960px) {
  .asides {
    padding: 10px 0;
  }
}

.asides--two-elements {
  padding: 30px 0 0;
  margin: 0;
}

.asides--two-elements__copy {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .asides--two-elements__copy {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .asides--two-elements__copy {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.asides--two-elements .btn {
  text-transform: none;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
}

.asides--culture {
  margin: 50px 0 30px;
  margin: 5rem 0 3rem;
}

.filter {
  padding: 15px 15px 20px;
  padding: 1.5rem 1.5rem 2rem;
}

.filter .three--columns {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .filter .three--columns {
    width: 27%;
  }

  .filter .three--columns:first-of-type {
    width: 19%;
  }
}

.filter__inner {
  margin: auto;
  border-bottom: solid 1px #e7e7e7;
}

.filter__wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.filter__wrapper__select {
  width: 100%;
}

.filter__wrapper--input {
  position: relative;
}

.filter__wrapper--input:after {
  position: absolute;
  right: 10px;
  top: 13px;
}

.filter__wrapper--input input {
  width: 100%;
  background: #f1f1f1;
  height: 38px;
  height: 3.8rem;
  padding: 0 8px;
  border: none;
}

.filter__title {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: top;
  margin: 10px 0 25px;
  margin: 1rem 0 2.5rem;
}

@media screen and (min-width: 768px) {
  .filter__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .filter__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.filter--events {
  margin: 20px auto 0;
  margin: 2rem auto 0;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  max-width: 1200px;
  max-width: 120rem;
}

.filter--media-center {
  margin: 30px auto 0;
  margin: 3rem auto 0;
  text-align: center;
}

.filter--media-center a, .filter--media-center span {
  font-weight: 700;
  margin: 0 10px;
  margin: 0 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .filter--media-center a, .filter--media-center span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .filter--media-center a, .filter--media-center span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.filter--media-center span {
  font-weight: 100;
}

.filter--media-center .selected {
  color: #141414;
}

.filter--no-border .filter__inner {
  border-bottom: none;
}

.filter--search-results {
  position: relative;
  border-top: solid 1px #e7e7e7;
}

.filter--search-results__header {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  display: inline-block;
  line-height: 0.5;
  text-transform: uppercase;
  margin: 30px 0 0;
  margin: 3rem 0 0;
  height: 15px;
  height: 1.5rem;
}

.filter--search-results .btn--filters.selected {
  background: #006d9e;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .filter--search-results {
    padding: 20px 0;
    padding: 2rem 0;
  }

  .filter--search-results__header {
    margin: 0 19px 0 0;
    margin: 0 1.9rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .filter__wrapper__select {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .filter {
    padding: 30px 0 0;
    padding: 3rem 0 0;
  }

  .filter__title, .filter__wrapper {
    display: inline-block;
  }

  .filter__wrapper {
    margin-bottom: 0;
  }

  .filter--events {
    padding-top: 0;
    margin: 40px auto 0;
    margin: 4rem auto 0;
  }

  .filter--events__title {
    float: right;
    margin-bottom: 0;
  }
}

.site-search-toggle {
  position: relative;
  display: none;
}

@media screen and (min-width: 768px) {
  .site-search-toggle {
    display: block;
    cursor: pointer;
    top: 18px;
    top: 1.8rem;
  }
}

.site-search-toggle .icon--search {
  display: block !important;
}

.site-search-toggle .icon--search:before {
  position: relative;
  top: -4px;
  top: -0.4rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.site-search-toggle .icon--search.is-on {
  color: #006d9e;
}

.mmc-homepage-header.site-header .nav__disabler {
  background: #04193C;
}
.nav__disabler {
  position: absolute;
  width: 95%;
  height: 100%;
  z-index: 2;
  background: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.search-box, .search-box--mobile {
  color: #fff;
  display: none;
  background: #006d9e;
  padding: 20px 0;
  padding: 2rem 0;
}

.search-box__inner {
  margin: auto;
  padding: 0 10px;
  padding: 0 1rem;
  max-width: 800px;
  max-width: 80rem;
}

.search-box__input, .search-form--search-results__input {
  width: 79%;
  float: left;
  display: inline-block;
  color: #000;
  border-width: 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
}

.search-box__input::placeholder, .search-form--search-results__input::placeholder {
  color: #000 !important;
}

.search-box__button, .search-form--search-results__button {
  border-radius: 0;
  -webkit-appearance: none;
  background: #00a8c8;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  width: 21%;
  display: inline-block;
  text-align: center;
  font-family: "noto-sans";
  font-weight: bold;
  padding: 11px 5px;
  padding: 1.1rem 0.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .search-box__button, .search-form--search-results__button {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .search-box__button, .search-form--search-results__button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.search-box.is-on, .is-on.search-box--mobile {
  display: block;
}

.search-box--mobile {
  display: block;
  clear: both;
  margin-top: 10px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .search-box__input, .search-form--search-results__input {
    width: 85%;
  }

  .search-box__button, .search-form--search-results__button {
    width: 15%;
  }
}

.search-box.is-sticky, .is-sticky.search-box--mobile {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.search-box--search-results {
  display: block;
}

.search-form--search-results {
  margin: 40px 0 0;
  margin: 4rem 0 0;
}

.search-form--search-results__input {
  background: #fafafa;
  border-top: 1px solid #e7ebec;
  border-bottom: 1px solid #e7ebec;
  border-left: 1px solid #e7ebec;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
}

.search-form--search-results__button {
  border-bottom: 1px solid #00a8c8;
  text-transform: none;
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 5px;
  padding: 0.6rem 0.5rem;
}

.search-form--search-results__button:hover {
  background: #006d9e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-form--search-results__message {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 40px;
  margin-top: 4rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .search-form--search-results__message {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 960px) {
  .search-form--search-results__message {
    font-size: 30px;
    font-size: 3rem;
  }
}

.pagination {
  clear: both;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

.pagination::after {
  clear: both;
  content: "";
  display: table;
}

.pagination__inner {
  float: right;
  padding: 11px 0 10px;
  padding: 1.1rem 0 1rem;
}

.pagination__top, .pagination__bottom {
  float: left;
  line-height: 1;
  clear: none !important;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 10px !important;
  margin-right: 1rem !important;
}

.pagination__top li, .pagination__bottom li {
  display: inline-block !important;
  float: left !important;
  margin-right: 0 !important;
  width: auto !important;
  margin-left: 20px;
  margin-left: 2rem;
}

.pagination__top li.active a, .pagination__bottom li.active a {
  color: #2C6EF2;
  font-family: "noto-sans";
  font-weight: 700;
}

.pagination__top li.last-child, .pagination__bottom li.last-child {
  margin: 0;
}

.pagination__ellipsis {
  position: relative;
}

.pagination__ellipsis span {
  position: relative;
  bottom: 1px;
}

.pagination__message {
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ text-transform: uppercase;
 
  line-height: 1;
  margin: 14px 0 0;
  margin: 1.4rem 0 0;
}

.pagination__archive-links {
  display: none;
  position: relative;
}

.pagination__archive-links ul {
  position: absolute;
  top: 11px;
  top: 1.1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination__archive-links ul li {
  display: inline-block;
}

.pagination__archive-links ul li.active a {
  color: #bfbfbf;
}

.pagination__archive-links ul a {
  display: inline-block;
  margin-right: 15px;
  margin-right: 1.5rem;
}

@media screen and (min-width: 960px) {
  .pagination__archive-links {
    display: block;
  }

  .pagination__archive-links--mobile {
    display: none;
  }
}

.pagination a {
  /*text-transform: uppercase;*/
  font-family: "noto-sans";
  font-weight: 500;
  font-size: 14px;
  float: left;
  display: inline-block;
  line-height: 1.1;
  color: #707070;
}

.pagination--bordered {
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
}

.pagination--bordered-top {
  border-top: solid 1px #e7e7e7;
}

.pagination--bordered-bottom {
  border-bottom: solid 1px #e7e7e7;
}

.pagination--no-margin {
  margin-bottom: 0;
}

.hide-item {
  display: none!important;
  opacity: 0;
}

.search_pagination li:not(.pagination__ellipsis):not(.pagination_padding) {
  display: none!important;
}

.hero--main, .hero--main--our-impact {
  position: relative;
  display: table;
  width: 100%;
  background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/heroes/default-bg.jpg) no-repeat 0 0 #00a8c8;
  background-size: cover;
  height: 350px;
  height: 35rem;
  padding-top: 50px;
  padding-top: 5rem;
}

.hero--main__content, .hero--main--our-impact__content {
  position: relative;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.hero--main__strapline, .hero--main__title {
  color: #fff;
  text-transform: uppercase;
}

.hero--main__strapline {
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .hero--main__strapline {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main__strapline {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.hero--main__title {
  line-height: 0.9;
  font-family: "noto-sans";
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  margin: 10px 0 30px;
  margin: 1rem 0 3rem;
}

@media screen and (min-width: 768px) {
  .hero--main__title {
    font-size: 37px;
    font-size: 3.7rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main__title {
    font-size: 60px;
    font-size: 6rem;
  }
}

.hero--main__asides-group {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 40px;
  bottom: 4rem;
}

.hero--main__asides-group a, .hero--main__asides-group__title {
  color: #fff;
}

.hero--main__asides-group__title {
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .hero--main__asides-group__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main__asides-group__title {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.hero--main__asides-group__title span {
  font-family: "noto-sans";
  font-weight: bold;
}

.hero--main__asides-group__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 1;
}

.hero--main__asides-group--mobile {
  position: static;
  display: block;
  background: #f5f5f5;
  padding: 30px 0;
  padding: 3rem 0;
  margin: 0 0 40px 0;
  margin: 0 0 4rem 0;
}

.hero--main__asides-group--mobile .hero--main__aside {
  padding-left: 0;
}

.hero--main__asides-group--mobile .hero--main__asides-group__title, .hero--main__asides-group--mobile a {
  color: #000;
}

@media screen and (min-width: 960px) {
  .hero--main__asides-group {
    display: block;
  }

  .hero--main__asides-group--mobile {
    display: none;
  }
}

.hero--main__aside {
  border-left: solid 1px rgba(255, 255, 255, 0.51);
  padding: 0 0 0 20px;
  padding: 0 0 0 2rem;
}

.hero--main__aside__header {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 15px 0 8px;
  margin: 1.5rem 0 0.8rem;
}

@media screen and (min-width: 768px) {
  .hero--main__aside__header {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main__aside__header {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.hero--main__aside p {
  margin-top: 0;
}

.hero--main__cta {
  margin-top: 0;
  width: auto !important;
  display: inline-block !important;
}

.hero--main--left .hero--main__title {
  text-transform: none;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  margin: 40px 0 15px;
  margin: 4rem 0 1.5rem;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .hero--main--left .hero--main__title {
    font-size: 37px;
    font-size: 3.7rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main--left .hero--main__title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .hero--main, .hero--main--our-impact {
    padding-top: 50px;
    padding-top: 5rem;
  }

  .hero--main__img {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .hero--main, .hero--main--our-impact {
    display: block;
    height: 450px;
    height: 45rem;
  }

  .hero--main__content, .hero--main--our-impact__content {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .hero--main, .hero--main--our-impact {
    height: 625px;
    height: 62.5rem;
    padding-top: 100px;
    padding-top: 10rem;
  }

  .hero--main--left {
    height: 500px;
    height: 50rem;
  }

  .hero--main--left--reduced-height {
    height: 300px;
    height: 30rem;
    padding: 0;
  }

  .hero--main--left--booking-cta {
    height: 625px;
    height: 62.5rem;
  }

  .hero--main--left--booking-cta--no-image {
    background-size: cover !important;
    height: 500px;
    height: 50rem;
  }
}

.hero--main--empty {
  border-bottom: 1px solid #e7e7e7;
  height: 0;
  padding-top: 0;
}

.hero--main--centered .hero--main__content, .hero--main--centered .hero--main--our-impact__content {
  text-align: center;
}

.hero--main--centered .hero--main__title {
  text-transform: none;
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ font-size: 24px;
 
  font-size: 2.4rem;
  margin-top: 35px;
  margin-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .hero--main--centered .hero--main__title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main--centered .hero--main__title {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main--centered {
    height: 450px;
    height: 45rem;
  }
}

@media screen and (min-width: 1200px) {
  .hero--main--centered {
    height: 500px;
    height: 50rem;
  }

  .hero--main--centered .hero--main__content, .hero--main--centered .hero--main--our-impact__content {
    padding: 40px 23%;
    padding: 4rem 23%;
  }
}

.hero--main--culture .hero--main__inner {
  text-align: center;
}

.hero--main--culture .hero--main__title,
.hero--main--culture .hero__subtitle,
.hero--main--culture .hero--home__subtitle {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.hero--main--profile__name {
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ line-height: 0.9;
 
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .hero--main--profile__name {
    font-size: 37px;
    font-size: 3.7rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main--profile__name {
    font-size: 60px;
    font-size: 6rem;
  }
}

.hero--main--profile__role, .hero--main--profile__company {
  display: inline-block;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 10px 0;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .hero--main--profile__role, .hero--main--profile__company {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main--profile__role, .hero--main--profile__company {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.hero--main--profile__video-link, .hero--main--our-impact__video-link {
  display: block;
  color: #fff;
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 30px 0 0;
  margin: 3rem 0 0;
  padding: 0 5px 0 0;
  padding: 0 0.5rem 0 0;
}

@media screen and (min-width: 768px) {
  .hero--main--profile__video-link, .hero--main--our-impact__video-link {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main--profile__video-link, .hero--main--our-impact__video-link {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.hero--main--profile__video-link .icon-play-button-blue, .hero--main--our-impact__video-link .icon-play-button-blue, .hero--main--profile__video-link a, .hero--main--our-impact__video-link a {
  float: left;
}

.hero--main--profile__video-link a, .hero--main--our-impact__video-link a {
  width: auto !important;
  position: absolute;
  color: #fff;
  top: -4px;
  top: -0.4rem;
  left: 30px;
  left: 3rem;
}

@media screen and (max-width: 479px) {
  .hero--main--profile {
    background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/heroes/default-bg.jpg) no-repeat 0 0 #00a8c8 !important;
    background-size: cover;
  }
}

@media screen and (min-width: 600px) and (min-width: 960px) {
  .hero--main--profile {
    background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/heroes/default-bg.jpg) no-repeat 0 0 #00a8c8;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .hero--main--profile__role, .hero--main--profile__company {
    float: left;
    margin-top: 0;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .hero--main--profile__role, .hero--main--profile__company {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 960px) {
  .hero--main--profile__role, .hero--main--profile__company {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .hero--main--profile__role:after {
    margin: 0 10px;
    margin: 0 1rem;
  }

  .hero--main--profile__video-link, .hero--main--our-impact__video-link {
    position: relative;
    margin: 60px 0 0;
    margin: 6rem 0 0;
  }

  .hero--main--profile__video-link span, .hero--main--our-impact__video-link span {
    float: left;
  }

  .hero--main--profile__video-link a, .hero--main--our-impact__video-link a {
    color: #fff;
    top: -3px;
    top: -0.3rem;
    left: 33px;
    left: 3.3rem;
    font-size: 21px;
    font-size: 2.1rem;
  }

  .hero--main--profile__video-link a:hover, .hero--main--our-impact__video-link a:hover {
    color: #00a8c8;
  }
}

@media screen and (min-width: 960px) {
  .hero--main--profile {
    height: 380px !important;
    height: 38rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .hero--main--profile {
    height: 380px !important;
    height: 38rem !important;
  }
}

.hero--tiled {
  opacity: 0;
  filter: alpha(opacity=0);
}

.hero--tiled .three--columns--tablet--six--columns,
.hero--tiled .six--columns--tablet--one--column {
  padding-right: 0;
}

.hero--tiled .six--columns--tablet--one--column {
  padding-bottom: 0;
}

.hero--tiled .six--columns--tablet--one--column, .hero--tiled .three--columns--tablet--six--columns {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 960px) {
  .hero--tiled .six--columns--tablet--one--column, .hero--tiled .three--columns--tablet--six--columns {
    margin-bottom: 0;
  }
}

.hero--tiled__tile {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.hero--tiled__tile img {
  width: 100%;
}

.hero--tiled__tile:last-child {
  margin-bottom: 0;
}

.hero--tiled__tile--large .hero--tiled__tile__text .hero__lead {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .hero--tiled__tile--large .hero--tiled__tile__text .hero__lead {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--tiled__tile--large .hero--tiled__tile__text .hero__lead {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

@media screen and (min-width: 768px) {
  .hero--tiled__tile--large .hero--tiled__tile__text .hero__lead {
    padding-right: 15%;
    font-size: 33px;
    font-size: 3.3rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--tiled__tile--large {
    margin-bottom: 0;
  }
}

.hero--tiled__tile__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0 20px 20px 20px;
  padding: 0 2rem 2rem 2rem;
}

.hero--tiled__tile__text .hero__lead {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .hero--tiled__tile__text .hero__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--tiled__tile__text .hero__lead {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.hero--main--our-impact {
  height: 300px;
  height: 30rem;
}

.hero--main--our-impact__content {
  opacity: 1;
  vertical-align: top;
}

.hero--main--our-impact__title {
  text-transform: none;
  line-height: 1.1;
  color: #fff;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  margin: 20px 0 15px;
  margin: 2rem 0 1.5rem;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .hero--main--our-impact__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main--our-impact__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.hero--main--our-impact__video-link {
  margin-top: 0;
}

.hero--main--our-impact .hero--main__asides-group {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hero--main--our-impact .hero--main__asides-group {
    display: block;
  }

  .hero--main--our-impact .hero--main__asides-group--mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero--main--our-impact {
    background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/heroes/default-bg.jpg) no-repeat 0 0 #00a8c8 !important;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .hero--main--our-impact {
    height: 350px;
    height: 35rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--main--our-impact {
    height: 500px;
    height: 50rem;
    padding-top: 100px;
    padding-top: 10rem;
  }
}

.hero, .hero--home, .hero--profile, .hero--main--profile, .hero--small-image {
  position: relative;
  height: auto;
  background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/heroes/default-bg.jpg) no-repeat 0 0 #00a8c8;
  background-size: cover;
  min-height: 400px;
  min-height: 40rem;
}

.hero__liquid {
  opacity: 0;
}

.hero__img, .hero--main__img {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
}

.hero__overlay, .hero--main__overlay, .hero--home__overlay, .hero--profile__overlay {
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.5;
  filter: alpha(opacity=30);
}

.hero__content, .hero--home__content, .hero--profile__content, .hero--small-image__content, .hero--text__content {
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  position: absolute;
  width: 100%;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .hero__content, .hero--home__content, .hero--profile__content, .hero--small-image__content, .hero--text__content {
    padding: 0;
  }
}

.hero__tag, .tile__tag {
  background: #006d9e;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-family: "noto-sans";
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 10px;
  padding: 0.4rem 1rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .hero__tag, .tile__tag {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .hero__tag, .tile__tag {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.hero__title, .hero--home__title, .hero--text__title {
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ font-weight: 100;
 
  line-height: 1.1;
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .hero__title, .hero--home__title, .hero--text__title {
    font-size: 37px;
    font-size: 3.7rem;
  }
}

@media screen and (min-width: 960px) {
  .hero__title, .hero--home__title, .hero--text__title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.hero__subtitle, .hero--home__subtitle, .hero__lead {
  font-weight: 100;
  line-height: 1.2;
  margin-top: 10px;
  margin-top: 1rem;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .hero__subtitle, .hero--home__subtitle, .hero__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .hero__subtitle, .hero--home__subtitle, .hero__lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

.hero__asides-group {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.hero__asides-group a {
  color: #fff;
}

.hero__cta, .hero--home__cta {
  width: auto !important;
  display: inline-block !important;
  margin-top: 30px;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .hero, .hero--home, .hero--profile, .hero--main--profile, .hero--small-image {
    height: 400px;
    height: 40rem;
  }

  .hero__img, .hero--main__img {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .hero, .hero--home, .hero--profile, .hero--main--profile, .hero--small-image {
    height: 500px;
    height: 50rem;
  }
}

@media screen and (min-width: 1200px) {
  .hero, .hero--home, .hero--profile, .hero--main--profile, .hero--small-image {
    height: 500px;
    height: 50rem;
  }
}

.hero--home {
  text-align: center;
}

.hero--home__img, .hero--home__content {
  top: 0;
  left: 0;
  position: absolute;
}

.hero--home__title {
  text-transform: uppercase;
  color: #00a8c8;
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .hero--home__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--home__title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.hero--home__subtitle {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.hero--home__content {
  padding: 0 5% 0 10%;
}

@media screen and (min-width: 768px) {
  .hero--home__content {
    padding: 0 5%;
    margin-top: -30px;
    margin-top: -3rem;
  }
}

.hero--home__statement {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ line-height: 1.2;
 
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .hero--home__statement {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--home__statement {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

.hero--home__cta {
  margin: 60px auto 0;
  margin: 6rem auto 0;
  height: auto !important;
  width: 140px !important;
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .hero--home__cta {
    bottom: 20%;
  }
}

.hero--home__carousel {
  margin-top: 20px;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .hero--home__carousel {
    max-width: 780px;
    max-width: 78rem;
    padding: 0 20px;
    padding: 0 2rem;
  }
}

.hero--home__pager {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5%;
}

.hero--profile__img {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero--profile__img {
    display: block;
  }
}

.hero--profile__content {
  padding: 0;
  padding: 0;
}

.hero--profile__title, .hero--small-image__title, .hero--small-image__quote {
  line-height: 1.2;
  position: relative;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  padding: 0 2%;
  padding: 0 2%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .hero--profile__title, .hero--small-image__title, .hero--small-image__quote {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--profile__title, .hero--small-image__title, .hero--small-image__quote {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

.hero--profile__title:before, .hero--small-image__title:before, .hero--small-image__quote:before, .hero--profile__title:after, .hero--small-image__title:after, .hero--small-image__quote:after {
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .hero--profile__title:before, .hero--small-image__title:before, .hero--small-image__quote:before, .hero--profile__title:after, .hero--small-image__title:after, .hero--small-image__quote:after {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--profile__title:before, .hero--small-image__title:before, .hero--small-image__quote:before, .hero--profile__title:after, .hero--small-image__title:after, .hero--small-image__quote:after {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.hero--profile__title:before, .hero--small-image__title:before, .hero--small-image__quote:before {
  position: absolute;
  left: -15px;
  left: -1.5rem;
}

.hero--profile__title:after, .hero--small-image__title:after, .hero--small-image__quote:after {
  margin-left: 5px;
  margin-left: 0.5rem;
}

.hero--profile__name, .hero--small-image__name, .quote__name, .hero--profile__role, .hero--small-image__role, .quote__role, .hero--profile__sector {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 3px 0;
  margin: 0 0.3rem 0;
}

@media screen and (min-width: 768px) {
  .hero--profile__name, .hero--small-image__name, .quote__name, .hero--profile__role, .hero--small-image__role, .quote__role, .hero--profile__sector {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--profile__name, .hero--small-image__name, .quote__name, .hero--profile__role, .hero--small-image__role, .quote__role, .hero--profile__sector {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.hero--profile__name, .hero--small-image__name, .quote__name {
  display: inline-block;
  clear: left;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 15px;
  margin-left: 1.5rem;
}

.hero--profile.banner-v3 {background-color: #E4E4E8; background:#E4E4E8 }

.hero--profile.banner-v3 .hero--profile__content {color: #000;}

@media screen and (max-width: 479px) {
  .hero--profile, .hero--main--profile {
    background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/heroes/default-bg.jpg) no-repeat 0 0 #00a8c8 !important;
    background-size: cover;
  }

}

@media screen and (min-width: 960px) {
  .hero--profile, .hero--main--profile {
    height: 380px;
  }
}

.hero--small-image {
  visibility: visible;
  background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/heroes/default-bg.jpg) no-repeat 0 0;
  background-size: cover;
}

.hero--small-image__content {
  padding: 0 35px;
  padding: 0 3.5rem;
}

.hero--small-image__img {
  display: none;
  position: static;
  border: 5px solid #fff;
  width: 280px;
  width: 28rem;
}

@media screen and (min-width: 768px) {
  .hero--small-image__content {
    padding: 0 0 0 15px;
    padding: 0 0 0 1.5rem;
  }
  .hero--small-image__img {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero--profile.banner-v3 {
    background: #E4E4E8 !important;
  }
}

.hero--text {
  position: relative;
  visibility: visible;
  background: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/heroes/default-bg.jpg) no-repeat 0 0 #00a8c8;
  background-size: cover;
  text-align: center;
  height: 400px;
  height: 40rem;
}

.hero--text__title {
  margin-bottom: 0;
}

.hero--text__subtitle, .hero--text__lead {
  margin: 0 0 30px;
  line-height: 1;
}

.hero--text__statement {
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .hero--text__statement {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .hero--text__statement {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.hero--text--reduced-height {
  height: 200px;
  height: 20rem;
}

.hero--text--reduced-height .hero--text__content {
  padding-top: 15px;
  padding-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .hero--text {
    height: 300px;
    height: 30rem;
  }

  .hero--text__content {
    padding: 0 5%;
  }

  .hero--text__statement {
    padding: 0 15%;
  }

  .hero--text--reduced-height {
    height: 200px;
    height: 20rem;
  }
}

.quote {
  clear: both;
  position: relative;
  margin: 50px 0 30px;
  margin: 5rem 0 3rem;
}

.quote__inner {
  border-top: solid 1px #e7e7e7;
  margin: 0 0 0 25px;
  margin: 0 0 0 2.5rem;
  padding: 20px 0;
  padding: 2rem 0;
}

.quote__footer {
  width: 96%;
  border-bottom: solid 1px #e7e7e7;
}

.quote blockquote {
  color: #006d9e;
  font-style: normal;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  margin: 0 0 9px;
  margin: 0 0 0.9rem;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .quote blockquote {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 960px) {
  .quote blockquote {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 768px) {
  .quote blockquote {
    max-width: 95%;
  }
}

.quote blockquote:before {
  margin-right: 5px;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.quote blockquote:after {
  margin-right: 5px;
  margin-right: 0.5rem;
  position: absolute;
  right: -5px;
  bottom: -10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.quote__name, .quote__role, .quote__company {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .quote__name, .quote__role, .quote__company {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .quote__name, .quote__role, .quote__company {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.quote__name {
  margin-left: 0;
}

.quote__name:after {
}

.quote__role {
  margin: 0 5px 0 0;
  margin: 0 0.5rem 0 0;
}

.quote__role:after {
}

.quote__company {
  margin: 0;
}

.quote--image .quote__inner {
  padding: 20px 0;
  padding: 2rem 0;
}

.quote--image .image-container {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  max-width: 100px;
}

.quote--image .image-container img {
  margin: 0 !important;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .quote--image .image-container {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .quote--image .grid, .quote--image .article__row ul.split, .article__row .quote--image ul.split, .quote--image .article__row--restrained ul.split, .article__row--restrained .quote--image ul.split, .quote--image .impact-section__row ul.split, .impact-section__row .quote--image ul.split, .quote--image .article__row ol.split, .article__row .quote--image ol.split, .quote--image .article__row--restrained ol.split, .article__row--restrained .quote--image ol.split, .quote--image .impact-section__row ol.split, .impact-section__row .quote--image ol.split, .quote--image .article__row__list.split {
    margin-left: -50px;
    margin-left: -5rem;
  }
}

.quote--sidebar {
  margin: 0;
  padding: 15px 10px 60px 10px;
  padding: 1.5rem 1rem 6rem 1rem;
}

.quote--sidebar .quote__inner {
  padding: 0;
  border: 0;
  margin: 0;
}

.quote--sidebar .quote__name {
  color: #00a8c8;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-weight: 700 !important;
  display: block;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 5px;
  margin-top: 0.5rem;
}

.quote--sidebar .quote__name:after {
  content: '';
}

.quote--sidebar .quote__role,
.quote--sidebar .quote__company {
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  margin-top: 5px;
  margin-top: 0.5rem;
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: initial;
}

@media screen and (min-width: 768px) {
  .quote--sidebar .quote__role,
  .quote--sidebar .quote__company {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .quote--sidebar .quote__role,
  .quote--sidebar .quote__company {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.quote--sidebar blockquote {
  margin: 0;
}

.quote--sidebar blockquote:before {
  font-size: 10px;
  font-size: 1rem;
}

.quote--sidebar blockquote:after {
  bottom: 120px;
  bottom: 12rem;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (min-width: 960px) {
  .job-outline__secondary {
    padding: 20px;
    padding: 2rem;
  }
}

.recruiting-events {
  position: relative;
  margin-bottom: 0;
}

.recruiting-events .accordion-group {
  border-bottom: solid 1px #e7e7e7;
}

.recruiting-events .events__country {
  display: none;
}

.recruiting-events__notice {
  display: none;
  text-align: center;
}

.recruiting-events__list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 30px 0 20px;
  padding: 3rem 0 2rem;
  width: 93%;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  margin: auto auto 0;
}

@media screen and (min-width: 768px) {
  .recruiting-events__list {
    width: 100%;
    padding: 30px 10% 20px;
    padding: 3rem 10% 2rem;
  }
}

.recruiting-events__title {
  text-transform: uppercase;
}

.recruiting-events__subtitle {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 10px 0 10px;
  margin: 1rem 0 1rem;
}

.recruiting-events #js-active-filters .active-filter:before {
  text-decoration: underline;
  content: ":"
}

.recruiting-events #js-active-filters {
  color: #06a6c7;
}

.recruiting-events #js-active-filters .active-filter {
  float: left;
}

.recruiting-events #js-active-filters .active-filter span {
  font-weight: bold;
  text-decoration: underline;
}

.recruiting-events #js-active-filters .active-filter .remove {
  text-decoration: none;
  margin-right: 15px;
  font-size: 12px;
  vertical-align: 1px;
}

@media screen and (min-width: 768px) {
  .recruiting-events__subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .recruiting-events__subtitle {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.recruiting-events__detail {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
}

@media screen and (min-width: 768px) {
  .recruiting-events__detail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .recruiting-events__detail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.recruiting-events__detail--category {
  display: inline-block;
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ text-transform: uppercase;
 
  margin-right: 5px;
  margin-right: 0.5rem;
}

.recruiting-events__detail--speakers, .recruiting-events__detail--date, .recruiting-events__detail--time {
  font-weight: 100;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  text-transform: none;
}

.recruiting-events__copy {
  margin-top: 25px;
  margin-top: 2.5rem;
}

.recruiting-events .accordion__content__text > span {
  display: block;
  width: 100%;
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 23px;
  padding-bottom: 2.3rem;
}

.recruiting-events .accordion__content__text > span:last-child {
  border-bottom: none;
}

.recruiting-events__filter {
  border-bottom: solid 1px #e7e7e7;
  width: 90%;
  margin: 20px auto 30px;
  margin: 2rem auto 3rem;
  padding: 0 0 20px;
  padding: 0 0 2rem;
}

.recruiting-events__filter select {
  border-bottom: 2px solid #00a8c8;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

.recruiting-events__filter__inner {
  margin: auto;
  position: relative;
}

.recruiting-events__filter__title {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: top;
  margin: 10px 0 25px;
  margin: 1rem 0 2.5rem;
}

@media screen and (min-width: 768px) {
  .recruiting-events__filter__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .recruiting-events__filter__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.recruiting-events__filter__wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .recruiting-events__filter {
    width: 100%;
    padding: 30px 0 20px;
    padding: 3rem 0 2rem;
  }

  .recruiting-events__filter__inner {
    width: 500px;
    width: 50rem;
  }

  .recruiting-events__filter__title, .recruiting-events__filter__filter-wrapper {
    display: inline-block;
  }

  .recruiting-events__filter__wrapper {
    width: 67%;
  }

  .recruiting-events__filter__title {
    width: 28%;
    text-align: right;
    margin: 10px 10px 0;
    margin: 1rem 1rem 0;
  }
}

.strapline {
  text-align: center;
}

.strapline__title {
  text-transform: uppercase;
}

.strapline__copy {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .strapline__copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .strapline__copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.billboard {
  margin: 20px 0;
  margin: 2rem 0;
}

.billboard .four--columns {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .billboard .four--columns {
    width: 33.33%;
  }
}

.billboard__content span {
  display: block;
}

.billboard__content__tag {
  color: #00a8c8;
  text-transform: uppercase;
}

.billboard__content__headline {
  color: #006d9e;
  text-transform: uppercase;
  font-family: "noto-sans";
  font-weight: bold;
  line-height: 0.9;
  margin: 5px 0;
  margin: 0.5rem 0;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .billboard__content__headline {
    font-size: 37px;
    font-size: 3.7rem;
  }
}

@media screen and (min-width: 960px) {
  .billboard__content__headline {
    font-size: 60px;
    font-size: 6rem;
  }
}

.billboard__content__copy {
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (min-width: 768px) {
  .billboard__content__copy {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 960px) {
  .billboard__content__copy {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.billboard__links {
  color: #fff;
  border-bottom: solid #16212a 1px;
  margin: 40px 0 0;
  margin: 4rem 0 0;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.billboard__links__header {
  background: #1a2630;
  color: #faaf31;
  text-transform: uppercase;
  line-height: 1;
  font-size: 19px;
  font-size: 1.9rem;
  padding: 10px 20px 7px;
  padding: 1rem 2rem 0.7rem;
}

@media screen and (min-width: 768px) {
  .billboard__links__header {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .billboard__links__header {
    font-size: 20px;
    font-size: 2rem;
  }
}

.billboard__links__header span {
  /*FORMER Slt Pro-Medium*/;
  font-family: "noto-sans"
}

.billboard__links__list {
  background: #233543;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 10px 20px;
  padding: 1rem 2rem;
}

.billboard__links__list li {
  position: relative;
  border-bottom: solid #16212a 1px;
  padding: 0 15% 7px 0;
  padding: 0 15% 0.7rem 0;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}

.billboard__links__list li:last-child {
  border-bottom: none;
}

.billboard__links__list li:after {
  color: #00a8c8;
  right: 0;
  position: absolute;
  bottom: 10px;
  bottom: 1rem;
  font-size: 13px;
  font-size: 1.3rem;
}

.billboard__links__list a {
  color: #fff;
}

.billboard__links__list a:hover {
  color: #00a8c8;
}

@media screen and (min-width: 960px) {
  .billboard__links {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.article {
  margin: auto;
  padding-top: 20px;
  padding-top: 2rem;
}

.article__image-caption {
  font-weight: 900;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  display: block;
  padding: 10px 10% 10px 0;
}

.article__image-caption p {
  margin-top: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .article__image-caption p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .article__image-caption p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.article__main, .article__sidebar {
  padding: 0 15px 30px;
  padding: 0 1.5rem 3rem;
}

@media screen and (min-width: 768px) {
  .article__main, .article__sidebar {
    padding: 0 0 30px;
    padding: 0 0 3rem;
  }
}

.article__main {
  margin: auto;
  padding: 0 15px 0 0;
  padding: 0 1.5rem 0 0;
}

@media screen and (min-width: 768px) {
  .article__main {
    padding: 0;
  }
}

.article__header, .text-module__header {
  display: block;
  color: #006d9e;
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ line-height: 1;
 
  margin: 20px 0 15px;
  margin: 2rem 0 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
}

.impact-section .article__header, .impact-section .text-module__header {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .article__header, .text-module__header {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 960px) {
  .article__header, .text-module__header {
    font-size: 30px;
    font-size: 3rem;
  }
}

.article__header--light {
  margin: 20px 0 15px;
  margin: 2rem 0 1.5rem;
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
}

.article__subheader, .text-module__subheader {
  display: block;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  margin: 20px 0 10px 0;
  margin: 2rem 0 1rem 0;
}

.article__subheader--blue {
  color: #006d9e;
}

.article__highlight, .lightbox-gallery__header, .lightbox-gallery__profile__details__header, .text-module__highlight {
  display: block;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  line-height: 1.25;
  font-size: 19px;
  font-size: 1.9rem;
  margin-top: 20px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .article__highlight, .lightbox-gallery__header, .lightbox-gallery__profile__details__header, .text-module__highlight {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .article__highlight, .lightbox-gallery__header, .lightbox-gallery__profile__details__header, .text-module__highlight {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.article__footer__inner, .page-share__inner {
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  padding: 5px 0;
  padding: 0.5rem 0;
  margin-top: 30px;
  margin-top: 3rem;
}

.article__footer__inner::after, .page-share__inner::after {
  clear: both;
  content: "";
  display: table;
}

.article__list {
  /*FORMER Slt Pro-Medium*/;
  font-family: "noto-sans"
}

.article__list li {
  padding-bottom: 0 !important;
}

.article__list-header {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  margin-top: 1.5rem;
}

.article .accordion-group {
  margin: 30px 0;
  margin: 3rem 0;
}

.article .accordion-group--sidebar {
  margin-top: 27px;
  margin-top: 2.7rem;
}

.article--sticky-nav__header {
  text-transform: uppercase;
  color: #00a8c8;
  font-family: "noto-sans";
  font-weight: bold;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .article--sticky-nav__header {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .article--sticky-nav__header {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.article--sticky-nav__subheader {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  color: #00a8c8;
  line-height: 1.2;
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  .article--sticky-nav__subheader {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 960px) {
  .article--sticky-nav__subheader {
    font-size: 30px;
    font-size: 3rem;
  }
}

.article--sticky-nav__smallheader {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 15px 0;
  margin: 1.5rem 0;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .article--sticky-nav__smallheader {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .article--sticky-nav__smallheader {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.article__link-group {
  margin: 20px 0 0 0;
  margin: 2rem 0 0 0;
}

.article__link-group a {
  font-weight: bold;
}

.article-info {
  border-bottom: solid 1px #e7e7e7;
  margin: 15px 0 0;
  margin: 1.5rem 0 0;
}

.article-info__social > ul {
  display: none;
  float: right;
}

.article-info__row {
  clear: both;
}

@media screen and (min-width: 768px) {
  .article-info {
    padding: 0 0 5px 0;
    padding: 0 0 0.5rem 0;
    margin: 30px 0 0;
    margin: 3rem 0 0;
  }

  .article-info__social > ul {
    display: block;
  }

  .article-info__social.centered > ul{
    float: none;
    text-align: center;
    margin-left: 0;
  }
}

.article__section:nth-of-type(even) {
  background: #F9F9F9;
}

.article__section--grey {
  background: #F9F9F9;
  margin: 15px 0;
}

.article__section--white {
  background: #F9F9F9;
}

.article__section--empty {
  height: 15px;
  height: 1.5rem;
}

.article__section--two-columns__copy {
  margin: 15px 0;
  margin: 1.5rem 0;
}

.article__section--two-columns {
  margin: 15px 0;
  margin: 1.5rem 0;
}

.article__section:first-child h3, .article__section:first-child .tiles-grid__title, .article__section:first-child .blog-feed__header, .article__section:first-child .tile__title, .article__section:first-child .tile--homepage__title, .article__section:first-child .tiles-grid--more-events__title, .article__section:first-child .hero--main__aside__header, .article__section:first-child .article__header--light, .article__section:first-child .article--sticky-nav__header, .article__section:first-child .events-aggregator--featured__title, .article__section:first-child .media-center-aggregator--awards__intro__title {
  margin-top: 12px;
  margin-top: 1.2rem;
}

.article__row, .article__row--restrained, .page__section__content__row, .impact-section__row {
  display: block;
  clear: both;
  margin: 30px 0;
  margin: 3rem 0;
}

.article__row:first-of-type, .article__row--restrained:first-of-type, .page__section__content__row:first-of-type, .impact-section__row:first-of-type {
  margin-top: 0;
  margin-top: 0;
}

.article__row h3, .article__row--restrained h3, .impact-section__row h3, .article__row .tiles-grid__title, .article__row--restrained .tiles-grid__title, .impact-section__row .tiles-grid__title, .article__row .blog-feed__header, .article__row--restrained .blog-feed__header, .impact-section__row .blog-feed__header, .article__row .tile__title, .article__row--restrained .tile__title, .impact-section__row .tile__title, .article__row .tile--homepage__title, .article__row--restrained .tile--homepage__title, .impact-section__row .tile--homepage__title, .article__row .tiles-grid--more-events__title, .article__row--restrained .tiles-grid--more-events__title, .impact-section__row .tiles-grid--more-events__title, .article__row .hero--main__aside__header, .article__row--restrained .hero--main__aside__header, .impact-section__row .hero--main__aside__header, .article__row .article__header--light, .article__row--restrained .article__header--light, .impact-section__row .article__header--light, .article__row .article--sticky-nav__header, .article__row--restrained .article--sticky-nav__header, .impact-section__row .article--sticky-nav__header, .article__row .events-aggregator--featured__title, .article__row--restrained .events-aggregator--featured__title, .impact-section__row .events-aggregator--featured__title, .article__row .media-center-aggregator--awards__intro__title, .article__row--restrained .media-center-aggregator--awards__intro__title, .impact-section__row .media-center-aggregator--awards__intro__title {
  color: #006d9e;
}

.article__row img:not(.subpage-nav-image), .article__row--restrained img, .impact-section__row img {
  margin: 12px 0 10px;
  margin: 1.2rem 0 1rem;
}

.insight-page img.lft__image--inline-left  {
  margin: 0.8rem 1.6rem 0.8rem 0;
  margin: 8px 16px 8px 0;
}

.insight-page img.lft__image--inline-right {
  margin: 0.8rem 0rem 0.8rem 1.6rem;
  margin: 8px 0px 8px 16px;
}

@media screen and (max-width: 600px) { 
  .insight-page img.lft__image--inline-left, .insight-page img.lft__image--inline-right {
    float: none !important;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.article__row ul:not(.people-tiles--list), .article__row--restrained ul, .impact-section__row ul, .article__row ol, .article__row--restrained ol, .impact-section__row ol, .article__row__list {
  margin: 15px 0 0;
  margin: 1.5rem 0 0;
  padding: 0 0 0 20px;
  padding: 0 0 0 2rem;
}

.article__row ul::after, .article__row--restrained ul::after, .impact-section__row ul::after, .article__row ol::after, .article__row--restrained ol::after, .impact-section__row ol::after, .article__row__list::after {
  clear: both;
  content: "";
  display: table;
}

.article__row ul li, .article__row--restrained ul li, .impact-section__row ul li, .article__row ol li, .article__row--restrained ol li, .impact-section__row ol li, .article__row__list li {
  margin: 5px 0 0;
  margin: 0.5rem 0 0;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .article__row ul li, .article__row--restrained ul li, .impact-section__row ul li, .article__row ol li, .article__row--restrained ol li, .impact-section__row ol li, .article__row__list li {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .article__row ul li, .article__row--restrained ul li, .impact-section__row ul li, .article__row ol li, .article__row--restrained ol li, .impact-section__row ol li, .article__row__list li {
    font-size: 18px;
  }
}

.article__row ul.no-bullets, .article__row--restrained ul.no-bullets, .impact-section__row ul.no-bullets, .article__row ol.no-bullets, .article__row--restrained ol.no-bullets, .impact-section__row ol.no-bullets, .article__row__list.no-bullets {
  padding: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 30px 0 15px;
  margin: 3rem 0 1.5rem;
}

.article__row ul.split, .article__row--restrained ul.split, .impact-section__row ul.split, .article__row ol.split, .article__row--restrained ol.split, .impact-section__row ol.split, .article__row__list.split {
  margin: 30px 0 15px;
  margin: 3rem 0 1.5rem;
  padding-left: 30px;
  padding-left: 3rem;
}

.article__row ul.split li, .article__row--restrained ul.split li, .impact-section__row ul.split li, .article__row ol.split li, .article__row--restrained ol.split li, .impact-section__row ol.split li, .article__row__list.split li {
  display: list-item !important;
  float: left;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
}

.article__row--restrained {
  max-width: 770px;
  max-width: 77rem;
}

.article__row ol li, .article__row--restrained ol li, .impact-section__row ol li, .article__row--restrained ul li, .impact-section__row ul li {
  padding: 0 15px 30px;
  padding: 0 1.5rem 3rem;
  margin: 5px 0 0 -6px;
  margin: 0.5rem 0 0 -0.6rem;
}

.article__row ol.tips, .article__row--restrained ol.tips, .impact-section__row ol.tips, .article__row ul.tips, .article__row--restrained ul.tips, .impact-section__row ul.tips {
  padding-left: 12px;
  padding-left: 1.2rem;
  margin-top: 25px;
  margin-top: 2.5rem;
}

.article__row ol.tips li, .article__row--restrained ol.tips li, .impact-section__row ol.tips li, .article__row ul.tips li, .article__row--restrained ul.tips li, .impact-section__row ul.tips li {
  padding-left: 0;
  margin-left: 0;
  font-weight: 700;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}

.article__row ol.tips li div, .article__row--restrained ol.tips li div, .impact-section__row ol.tips li div, .article__row ul.tips li div, .article__row--restrained ul.tips li div, .impact-section__row ul.tips li div {
  margin: 0;
  font-weight: 100;
}

.article__row ul.tips, .article__row--restrained ul.tips, .impact-section__row ul.tips {
  padding-left: 0;
}

.article__sidebar {
  margin-top: 0;
  margin-top: 0;
}

.article__sidebar--no-border {
  border-bottom: none;
}

.article__sidebar__row {
  clear: both;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

.article__sidebar__title {
  font-family: "noto-sans";
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 5px 6px 0;
  margin: 0 0.5rem 0.6rem 0;
}

@media screen and (min-width: 768px) {
  .article__sidebar__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .article__sidebar__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.article__sidebar__text {
  display: block;
  white-space: normal;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

.article__sidebar__links {
  display: block;
  color: #00a8c8;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.article__sidebar__links:hover {
  color: #006d9e;
}

.article__sidebar__profile-social {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.article__sidebar__profile-social li {
  list-style: none;
  float: left;
  margin-right: 10px;
  margin-right: 1rem;
}

.article__sidebar__profile-social img {
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
}

.article__sidebar__app-link {
  display: block;
  padding-top: 10px;
  padding-top: 1rem;
}

.article__sidebar__app-link img {
  margin-right: 5px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .article__sidebar {
    border-bottom: solid 1px #e7e7e7;
    margin-top: 18px;
    margin-top: 1.8rem;
    padding-bottom: 11px;
    padding-bottom: 1.1rem;
  }
}

.article__sidebar__phone-number {
  color: #37424a;
}

.article__sidebar__phone-number:hover {
  color: #37424a;
}

.article__sidebar .profile-links--video__title {
  color: initial;
}

.article__sidebar .video-module {
  margin: 17px 0;
  margin: 1.7rem 0;
}

.article__sidebar .video-module p {
  margin-top: 6px;
  margin-top: 0.6rem;
}

.article__sidebar .insight-info {
  background-color: #233543;
  margin-bottom: -27px;
  margin-bottom: -2.7rem;
  padding: 10px;
  padding: 1rem;
}

.article__sidebar .insight-info__intro {
  color: #fff;
  margin-bottom: 0;
}

.article__sidebar .insight-info__parent {
  color: #00a8c6;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .article__sidebar .insight-info__parent {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 960px) {
  .article__sidebar .insight-info__parent {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

.article__sidebar .insight-info__volume {
  color: #016b9c;
  font-weight: bold;
  margin-top: 0;
}

.article__sidebar__profile {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.article__sidebar__profile:hover {
  color: #006d9e;
}

.article__sidebar__profile:hover h5, .article__sidebar__profile:hover .article--sticky-nav__smallheader, .article__sidebar__profile:hover .profile-links__name, .article__sidebar__profile:hover .profile-links--video__title {
  color: #006d9e;
}

.video-module {
  margin: 30px 0 30px;
  margin: 3rem 0 3rem;
  height: 130px;
  height: 13rem;
}

.video-module a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}

.video-module img {
  margin: 0;
  width: 100%;
}

.video-module__icon {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  color: #00a8c8;
  width: 42px;
  width: 4.2rem;
  height: 42px;
  height: 4.2rem;
  font-size: 40px;
  font-size: 4rem;
  z-index: 1;
}

.article__lightbox--two-images {
  background-position-y: 97%;
  padding: 0 0 40px;
  padding: 0 0 4rem;
}

.article__lightbox--two-images a {
  display: block;
}

.article__lightbox--two-images .venobox:after {
  content: '';
  position: absolute;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  bottom: 10px;
  bottom: 1rem;
  right: 10px;
  right: 1rem;
  background: none;
}

.article__lightbox--carousel.has-icon, a.article__lightbox--carousel.has-icon--phone-number, a.article__lightbox--carousel.has-icon--email {
  background: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/icons/lightbox-icon.png") 99% 93% no-repeat;
}

.focus-areas {
  padding-left: 1px;
  padding-left: 0.1rem;
}

.focus-areas .six--columns, .focus-areas .article__row ul.split li, .article__row ul.split .focus-areas li, .focus-areas .article__row--restrained ul.split li, .article__row--restrained ul.split .focus-areas li, .focus-areas .impact-section__row ul.split li, .impact-section__row ul.split .focus-areas li, .focus-areas .article__row ol.split li, .article__row ol.split .focus-areas li, .focus-areas .article__row--restrained ol.split li, .article__row--restrained ol.split .focus-areas li, .focus-areas .impact-section__row ol.split li, .impact-section__row ol.split .focus-areas li, .focus-areas .article__row__list.split li, .article__row__list.split .focus-areas li {
  padding-right: 0;
}

.focus-areas a {
  color: #fff;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  background: #00a8c8;
  font-family: "noto-sans";
  font-weight: bold;
  padding: 7px 12px;
  padding: 0.7rem 1.2rem;
}

.focus-areas a:hover {
  background: #006d9e;
}

.focus-areas a:after {
  float: right;
  font-family: "noto-sans";
  font-weight: bold;
  margin-top: 3px;
  margin-top: 0.3rem;
}

.focus-areas a:after:hover {
  background: #00a8c8;
}

.focus-areas__title {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.focus-areas__list {
  padding: 0 !important;
  margin: 0 !important;
  padding: 0;
  margin: 0;
  list-style: none;
}

.focus-areas__list li {
  float: left;
  padding-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .focus-areas {
    width: 100%;
  }
}

.lightbox-gallery {
  position: relative;
  z-index: 2;
  border-top: 1px solid #e7e7e7;
  margin-top: 50px;
  margin-top: 5rem;
}

.lightbox-gallery .three--columns {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .lightbox-gallery .three--columns {
    width: 25%;
  }
}

.lightbox-gallery__thumbnails {
  margin-top: 20px;
  margin-top: 2rem;
}

.lightbox-gallery__thumbnails a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 4;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.lightbox-gallery__profile {
  display: none;
}

.lightbox-gallery__profile__inner {
  padding: 0 15%;
}

.lightbox-gallery__profile__image {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.lightbox-gallery__profile__image--sponsor {
  background: #fff;
  padding: 70px 20px;
  padding: 7rem 2rem;
}

.lightbox-gallery__profile__details {
  padding: 0 20px;
  padding: 0 2rem;
}

.lightbox-gallery__profile__details__header {
  margin-top: 0;
}

.lightbox-gallery__profile__details .profile-links__name, .lightbox-gallery__profile__details .profile-links--video__title {
  color: #37424a;
}

.lightbox-gallery__profile__details .profile-links__organization,
.lightbox-gallery__profile__details .profile-links__role {
  font-size: 15px;
  font-size: 1.5rem;
}

.lightbox-gallery__profile__details p {
  max-width: 700px;
  max-width: 70rem;
}

.lightbox-gallery__profile__details__cta {
  margin-top: 20px;
  margin-top: 2rem;
}

.lightbox-gallery__content__title {
  margin-bottom: 0;
}

.lightbox-gallery--carousel .lightbox-gallery__thumbnails {
  margin-top: 20px;
  margin-top: 2rem;
}

.lightbox-gallery--carousel .slick-slide {
  margin: 0 10px 0 0;
}

.lightbox-gallery--carousel .slick-prev {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .lightbox-gallery__content {
    padding-right: 18%;
  }

  .lightbox-gallery__profile__image {
    margin-bottom: 0;
  }
}

.agenda {
  padding: 20px 0;
  padding: 2rem 0;
  /*FORMER Slt Pro-Medium*/;
  font-family: "noto-sans"
}

.agenda__row {
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}

.agenda__time {
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
}

.agenda__detail__text, .agenda__detail__link {
  display: block;
}

.agenda__detail__text {
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
}

@media screen and (min-width: 768px) {
  .agenda__detail {
    padding: 3px 10% 0 15px;
    padding: 0.3rem 10% 0 1.5rem;
  }

  .agenda__time {
    margin-bottom: 0;
    float: right;
  }
}

.sponsors-lightbox {
  margin: 50px 0;
  margin: 5rem 0;
}

.sponsors-lightbox__header {
  display: block;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #006d9e;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  font-size: 19px;
  font-size: 1.9rem;
}

.sponsors-ligthbox__list__logo img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sponsors-lightbox__header {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .sponsors-lightbox__header {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.sponsors-lightbox__link {
  display: inline-block;
  color: #37424a;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
}

.sponsors-lightbox__link:hover {
  color: #37424a;
}

.sponsors-lightbox__link:hover .sponsors-lightbox__list__cta {
  color: #006d9e;
}

.sponsors-lightbox__list {
  padding-left: 0 !important;
}

.sponsors-lightbox__list__item {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 7px !important;
  padding-left: 0.7rem !important;
}

.sponsors-lightbox__list__logo {
  display: block;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

.sponsors-lightbox__list__logo img {
  margin: 0;
}

.sponsors-lightbox__list__text {
  display: block;
  margin: 15px 0;
  margin: 1.5rem 0;
}

.sponsors-lightbox__list__cta {
  display: block;
  text-transform: uppercase;
  color: #00a8c8;
  font-family: "noto-sans";
  font-weight: bold;
}

.sponsors-lightbox__list__cta:after {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 3px 0 0 8px;
  margin: 0.3rem 0 0 0.8rem;
}

.supporters-links {
  border-top: 1px solid #e7e7e7;
  margin: 25px 0 0;
  margin: 2.5rem 0 0;
  padding: 30px 0;
  padding: 3rem 0;
}

.supporters-links a {
  display: block;
  background: #fff;
  text-transform: uppercase;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  margin: 0 0 10px;
  margin: 0 0 1rem;
  padding: 14px 15px 7px;
  padding: 1.4rem 1.5rem 0.7rem;
}

.article__lightbox--carousel {
  background-position-y: 95%;
}

.article__lightbox--carousel .slick-slide {
  margin: 0 10px 0 0;
}

.article__lightbox--carousel .slick-prev {
  display: none !important;
}

.page__header {
  display: none;
}

@media screen and (min-width: 768px) {
  .page__header {
    display: block;
  }
}

.page__header__inner {
  border-bottom: solid 1px #e7e7e7;
  padding: 0 0 5px 0;
  padding: 0 0 0.5rem 0;
}

.page__header__inner__social {
  display: none;
  float: right;
}

.page__header__inner__row {
  clear: both;
}

@media screen and (min-width: 768px) {
  .page__header__inner {
    margin: 30px auto 0;
    margin: 3rem auto 0;
  }

  .page__header__inner__social {
    display: block;
  }
}

.impact-section {
  padding: 60px 0;
  padding: 6rem 0;
  margin: 40px 0;
  margin: 4rem 0;
}

.impact-section__header {
  display: block;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #006d9e;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 20px;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .impact-section__header {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 960px) {
  .impact-section__header {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

.impact-section__subheader {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #404041;
  margin: 0 0 9px;
  margin: 0 0 0.9rem;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .impact-section__subheader {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 960px) {
  .impact-section__subheader {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.impact-section--dark .page__section__content__row {
  border-bottom: 1px solid #626464;
}

.impact-section--dark .page__section__content__row:last-child {
  border-bottom: none;
}

.impact-section--blue .quote__inner, .impact-section--blue .quote__footer {
  border-color: #1594c9;
}

.impact-section--blue .page__section__content__row {
  margin: 5px 0;
  margin: 0.5rem 0;
}

.impact-section--grey {
  background: #F9F9F9;
}

.impact-section--grey .impact-section__subheader {
  color: #006d9e;
}

.impact-section--grey .btn--main, .impact-section--grey .btn--inline, .impact-section--grey .btn--load-more, .impact-section--grey .btn--read-more, .impact-section--grey .btn--filters {
  margin-bottom: 0;
}

.impact-section__callout {
  background: #fff !important;
  color: #00a8c8;
  overflow: hidden;
}

.impact-section__callout .five--columns {
  padding-right: 0;
}

.impact-section__callout__image {
  height: 150px;
}

.impact-section__callout img {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .impact-section__callout img {
    display: block !important;
  }
}

.impact-section__callout__link:hover .impact-section--bg-image__callout__cta {
  color: #006d9e;
}

.impact-section__callout__content {
  background: #fff;
  padding: 20px 40px 10px 10px;
  padding: 2rem 4rem 1rem 1rem;
}

.impact-section__callout__title {
  color: #006d9e;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .impact-section__callout__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .impact-section__callout__title {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.impact-section__callout__cta {
  margin-top: 10px;
  margin-top: 1rem;
  display: block;
}

.impact-section__callout__cta:hover {
  color: #006d9e;
}

.impact-section__callout--no-image {
  margin-top: 20px;
  margin-top: 2rem;
  padding: 20px 30px;
  padding: 2rem 3rem;
}

.impact-section--no-padding {
  padding: 0;
}

.impact-callout {
  background: #fff !important;
  color: #00a8c8;
  overflow: hidden;
  margin-top: 60px !important;
  margin-top: 6rem !important;
}

.impact-callout .five--columns {
  padding-right: 0;
}

.impact-callout__image {
  height: 150px;
}

.impact-callout img {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .impact-callout img {
    display: block;
  }
}

.impact-callout__link:hover .impact-section--bg-image__callout__cta {
  color: #006d9e;
}

.impact-callout__content {
  background: #fff;
  padding: 25px;
  padding: 2.5rem;
}

.impact-callout__title {
  color: #006d9e;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .impact-callout__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .impact-callout__title {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.impact-callout__cta {
  margin-top: 10px;
  margin-top: 1rem;
  display: block;
}

.impact-callout__cta:hover {
  color: #006d9e;
}

.impact-callout--no-image {
  margin-top: 20px;
  margin-top: 2rem;
}

.impact-section--bg-image {
  position: relative;
  height: auto;
  color: #fff;
  padding: 60px 0;
  padding: 6rem 0;
  min-height: 600px;
  min-height: 60rem;
}

.impact-section--bg-image .impact-section__content__row {
  padding: 0 0 30px;
  padding: 0 0 3rem;
}

.impact-section--bg-image .impact-section__header,
.impact-section--bg-image .impact-section__subheader,
.impact-section--bg-image .quote, .impact-section--bg-image blockquote {
  color: #fff;
}

.impact-section--bg-image .quote {
  margin: 0;
}

.impact-section--bg-image__image, .impact-section--bg-image__inner {
  width: 100%;
}

.impact-asides {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 35px 0;
  padding: 3.5rem 0;
}

.impact-asides .four--columns {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .impact-asides .four--columns {
    width: 33.333333%;
  }
}

.impact-asides__item img {
  display: block !important;
}

.impact-asides__item--video .impact-asides__title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #fff;
}

.impact-asides__item--video .video-module__icon {
  color: #fff;
}

.impact-asides__media-container .video-module, .impact-asides__media-container img {
  margin: 0;
}

.impact-asides__title, .impact-asides__subtitle {
  display: block;
}

.impact-asides__title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #00a8c8;
  margin: 10px 0 5px;
  margin: 1rem 0 0.5rem;
}

.impact-asides__subtitle {
  color: #fff;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .impact-asides__subtitle {
    margin-bottom: 0;
  }
}

.page__section {
  padding: 60px 0;
  padding: 6rem 0;
}

.page__section:first-of-type {
  padding: 0 0 60px;
  padding: 0 0 6rem;
}

.page__section:first-of-type .page__section__title {
  color: #006d9e;
}

.page__section__header {
  display: block;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #006d9e;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 20px;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .page__section__header {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 960px) {
  .page__section__header {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

.page__section__title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #404041;
  margin: 0 0 9px;
  margin: 0 0 0.9rem;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .page__section__title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 960px) {
  .page__section__title {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.page__section--dark .page__section__content__row {
  border-bottom: 1px solid #626464;
}

.page__section--dark .page__section__content__row:last-child {
  border-bottom: none;
}

.page__section--blue .quote__inner, .page__section--blue .quote__footer {
  border-color: #1594c9;
}

.page__section--blue .page__section__content__row {
  margin: 5px 0;
  margin: 0.5rem 0;
}

.page__section--grey {
  background: #F9F9F9;
}

.page__section--grey .page__section__title {
  color: #006d9e;
}

.page__section--grey .btn--main, .page__section--grey .btn--inline, .page__section--grey .btn--load-more, .page__section--grey .btn--read-more, .page__section--grey .btn--filters {
  margin-bottom: 0;
}

.page__section--no-padding {
  padding: 0;
}

.page__section--bg-image {
  position: relative;
  margin: auto;
  height: auto;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 60px 0;
  padding: 6rem 0;
  min-height: 600px;
  min-height: 60rem;
}

.page__section--bg-image .page__section__content__row {
  padding: 0 0 30px;
  padding: 0 0 3rem;
}

.page__section--bg-image .page__section__header, .page__section--bg-image .page__section__title, .page__section--bg-image .quote, .page__section--bg-image blockquote {
  color: #fff;
}

.page__section--bg-image .quote {
  margin: 0;
}

.page__section--bg-image__image, .page__section--bg-image__inner {
  width: 100%;
  position: absolute;
}

.page__section--bg-image__callout {
  background: #fff !important;
  color: #00a8c8;
  overflow: hidden;
}

.page__section--bg-image__callout .five--columns {
  padding-right: 0;
}

.page__section--bg-image__callout__image {
  height: 150px;
}

.page__section--bg-image__callout img {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .page__section--bg-image__callout img {
    display: block !important;
  }
}

.page__section--bg-image__callout__link:hover .page__section--bg-image__callout__cta {
  color: #006d9e;
}

.page__section--bg-image__callout__content {
  background: #fff;
  padding: 20px 40px 10px 10px;
  padding: 2rem 4rem 1rem 1rem;
}

.page__section--bg-image__callout__title {
  color: #006d9e;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .page__section--bg-image__callout__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .page__section--bg-image__callout__title {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.page__section--bg-image__callout__cta {
  margin-top: 10px;
  margin-top: 1rem;
  display: block;
}

.page__section--bg-image__callout__cta:hover {
  color: #006d9e;
}

.page__section--bg-image__callout--no-image {
  margin-top: 20px;
  margin-top: 2rem;
  padding: 20px 30px;
  padding: 2rem 3rem;
}

.page__section__asides .four--columns {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .page__section__asides .four--columns {
    width: 33.333333%;
  }
}

.page__section__asides__item img {
  display: block !important;
}

.page__section__asides__item--video .page__section__asides__title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #fff;
}

.page__section__asides__media-container .video-module, .page__section__asides__media-container img {
  margin: 0;
}

.page__section__asides__title, .page__section__asides__subtitle {
  display: block;
}

.page__section__asides__title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #00a8c8;
  margin: 10px 0 5px;
  margin: 1rem 0 0.5rem;
}

.page__section__asides__subtitle {
  color: #fff;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .page__section__asides__subtitle {
    margin-bottom: 0;
  }
}

.events-aggregator__row {
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.events-aggregator__row  .tile__overlay {
  z-index: 0;
  opacity: 0.8;
}

.events-aggregator__row  figure ~  .tiles-grid--more-events__item__inner{
  position: absolute;
  top: 0;
  color: #fff;
}

.events-aggregator__row  figure ~  .tiles-grid--more-events__item__inner > .tiles-grid--more-events__title{
  color: #fff;
}

.events-aggregator__row--no-border {
  border-bottom: none;
  padding-bottom: 0;
}

.events-aggregator--featured {
  position: relative;
  height: 275px;
  height: 27.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.events-aggregator--featured__img, .events-aggregator--featured__overlay, .events-aggregator--featured__inner {
  position: absolute;
}

.events-aggregator--featured__img {
  height: 100%;
  width: 100%;
}

.events-aggregator--featured__overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.events-aggregator--featured__inner {
  height: auto;
  bottom: 0;
  padding: 40px;
  padding: 4rem;
}

.events-aggregator--featured__title {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
  .events-aggregator--featured__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 960px) {
  .events-aggregator--featured__title {
    font-size: 30px;
    font-size: 3rem;
  }
}

.events-aggregator--featured__copy, .events-aggregator--featured .event-info__booking__notice {
  color: #fff;
}

.events-aggregator--featured__copy {
  display: none;
}

@media screen and (min-width: 768px) {
  .events-aggregator--featured {
    height: 325px;
    height: 32.5rem;
  }

  .events-aggregator--featured__copy {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .events-aggregator--featured {
    height: 275px;
    height: 27.5rem;
  }

  .events-aggregator--featured__inner {
    padding-right: 25%;
  }
}

.search-results .article__sidebar {
  margin-top: 38px;
  margin-top: 3.8rem;
}

/* .search-results__border {
  border-bottom: solid 1px #e7e7e7;
  position: relative;
  left: -15px;
  padding-left: 15px;
  width: calc(100% + 15px);
  counter-increment: item;
}

.search-results__border:first-of-type li {
  padding-top: 10px;
  padding-top: 1rem;
}

.search-results__border:last-of-type {
  border-bottom: none;
} */

.search-results__list {
  border-top: solid 1px #e7e7e7;
  padding: 60px 0 30px;
  padding: 6rem 0 3rem;
}

.search-results__list ol {
  padding-left: 15px;
}

.search-results__list ol li {
  color: #9c9c9c;
  border-bottom: solid 1px #e7e7e7;
  padding: 20px 5px 20px 10px;
  padding: 2rem 0.5rem 2rem 1rem;
  margin: 0 0 10px 10px;
  margin: 0 0 1rem 1rem;
  list-style-type: none;
}

/* .search-results__border li:before{
  padding-right: 18px;
  margin-left: -30px;
  content: counter(item) ".";
}*/

.search-results__list ol li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.tag, .tag--capability, .tag--in-the-news, .tag--industries, .tag--global, .tag--insights, .tag--journal, .tag--case-studies, .tag--initiative, .tag--culture, .tag--news, .tag--community, .tag--leadership, .tag--location, .tag--campus-event, .tag--event, .tag--career-profile, .tag--contact-us, .tag--our-values, .tag--awards, .tag--thought-leadership {
  color: #fff;
  text-transform: uppercase;
  font-family: "noto-sans";
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 10px;
  padding: 0.4rem 1rem;
}

@media screen and (min-width: 768px) {
  .tag, .tag--capability, .tag--in-the-news, .tag--industries, .tag--global, .tag--insights, .tag--journal, .tag--case-studies, .tag--initiative, .tag--culture, .tag--news, .tag--community, .tag--leadership, .tag--location, .tag--campus-event, .tag--event, .tag--career-profile, .tag--contact-us, .tag--our-values, .tag--awards, .tag--thought-leadership {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .tag, .tag--capability, .tag--in-the-news, .tag--industries, .tag--global, .tag--insights, .tag--journal, .tag--case-studies, .tag--initiative, .tag--culture, .tag--news, .tag--community, .tag--leadership, .tag--location, .tag--campus-event, .tag--event, .tag--career-profile, .tag--contact-us, .tag--our-values, .tag--awards, .tag--thought-leadership {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.tag--capability {
  background: #f48132;
}

.tag--in-the-news {
  background: #a9194f;
}

.tag--industries {
  background: #c55f24;
}

.tag--global {
  background: #8d380a;
}

.tag--insights {
  background: #c98414;
}

.tag--journal {
  background: #905501;
}

.tag--case-studies {
  background: #838e30;
}

.tag--initiative {
  background: #932077;
}

.tag--culture {
  background: #932077;
}

.tag--news {
  background: #a9194f;
}

.tag--community {
  background: #128c3f;
}

.tag--leadership {
  background: #008075;
}

.tag--location {
  background: #008075;
}

.tag--campus-event {
  background: #43286d;
}

.tag--event {
  background: #a9194f;
}

.tag--career-profile {
  background: #006d9e;
}

.tag--contact-us {
  background: #37424a;
}

.tag--our-values {
  background: #8d0876;
}

.tag--awards {
  background: #128c3f;
}

.tag--thought-leadership, .tag--thoughtleadership {
  background: #002c77;
}

.tag--owblogs {
  background: #0099ff;
}

.text-blocks a {
  color: #37424a;
}

.text-blocks a:hover .text-blocks__text {
  color: #00a8c8;
}

.text-blocks__content {
  background: #e8e8ea;
  border-left: 5px solid #922777;
  padding: 15px;
  padding: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.text-blocks__header {
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .text-blocks__header {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .text-blocks__header {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.text-blocks__text {
  margin-top: 5px;
}

.footertextmodule .text-module__row {
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.footertextmodule:last-child .text-module__row {
  border-bottom: none;
  margin-bottom: 0;
}

.text-module__row p {
  margin: 12px 0 10px;
  margin: 1.2rem 0 1rem;
}

.sidebar-locations__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
  margin-top: 1rem;
}

.sidebar-locations__list li {
  float: none;
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
}

.sidebar-locations a {
  color: #fff;
  width: 100%;
  display: block;
  text-transform: uppercase;
  background: #00a8c8;
  font-family: "noto-sans";
  font-weight: bold;
  padding: 7px 12px;
  padding: 0.7rem 1.2rem;
}

.sidebar-locations a:hover {
  background: #006d9e;
}

.sidebar-locations a:after {
  float: right;
  font-family: "noto-sans";
  font-weight: bold;
  margin-top: 3px;
  margin-top: 0.3rem;
}

.sidebar-locations a:after:hover {
  background: #00a8c8;
}

.sidebar-reveal {
  padding-left: 0;
  margin: 0;
}

.sidebar-reveal__item {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.sidebar-reveal__link:after {
  font-size: 8px;
  margin-left: 5px;
  margin-left: 0.5rem;
}

.sidebar-reveal__link.is-on {
  color: #006d9e;
}

.sidebar-reveal__link.is-on:hover {
  color: #006d9e;
}

.sidebar-reveal__link:hover {
  color: #006d9e;
}

.sidebar-reveal__content {
  display: none;
}

.sidebar-reveal__content ul {
  padding-left: 0;
  margin-top: 4px;
  margin-top: 0.4rem;
}

.sidebar-reveal__content ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-feed__header {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.blog-feed__header span {
  /*FORMER Slt Pro-Medium*/;
  font-family: "noto-sans"
}

.blog-feed__view-all {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}

.blog-feed__view-all:after {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 3px 0 0 8px;
  margin: 0.3rem 0 0 0.8rem;
}

.blog-feed__aside {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .blog-feed__aside {
    margin-bottom: 0;
  }
}

.blog-feed__meta {
  text-transform: uppercase;
  margin: 15px 10px 10px;
  margin: 1.5rem 1rem 1rem;
}

.blog-feed__meta__category {
  color: #00a8c8;
}

.blog-feed__meta__date {
  color: #4a4a4a;
}

.blog-feed__meta__date:before {
  content: "-";
  margin: 0 5px 0 1px;
}

.blog-feed__title {
  color: #000;
  line-height: 1.1;
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0 10px;
  margin: 0 1rem;
}

.blog-feed a:hover .blog-feed__title {
  color: #00a8c8;
}

.blog-callout, .impact-section__callout, .impact-callout {
  background: #006d9e;
  display: table;
  width: 100%;
  position: relative;
}

.blog-callout:hover, .impact-section__callout:hover, .impact-callout:hover {
  color: #fff;
}

.blog-callout:hover .blog-callout__content, .impact-section__callout:hover .blog-callout__content, .impact-callout:hover .blog-callout__content {
  background: #005a82;
}

.blog-callout .five--columns, .impact-section__callout .five--columns, .impact-callout .five--columns, .blog-callout .seven--columns, .impact-section__callout .seven--columns, .impact-callout .seven--columns {
  padding-right: 0;
}

.blog-callout .seven--columns, .impact-section__callout .seven--columns, .impact-callout .seven--columns {
  padding: 0;
}

.blog-callout__link {
  color: #fff;
}

.blog-callout__link:hover {
  color: #fff;
}

.blog-callout__link:hover .blog-callout__content {
  background: #005a82;
}

.blog-callout__image img {
  margin: 0;
}

.blog-callout__content {
  position: relative;
  margin: 0 10px 0 0;
  margin: 0 1rem 0 0;
  padding: 15px 70px 15px 20px;
  padding: 1.5rem 7rem 1.5rem 2rem;
}

.blog-callout__header {
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.blog-callout__header span {
  /*FORMER Slt Pro-Medium*/;
  font-family: "noto-sans"
}

.blog-callout__title {
  display: block;
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ font-size: 22px;
 
  font-size: 2.2rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.blog-callout__view-all {
  position: absolute;
  text-transform: uppercase;
  bottom: 20px;
  bottom: 2rem;
}

.blog-callout__view-all:after {
  margin: 0 0 0 5px;
  margin: 0 0 0 0.5rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.blog-callout .five--columns, .impact-section__callout .five--columns, .impact-callout .five--columns {
  display: none;
}

@media screen and (min-width: 960px) {
  .blog-callout .five--columns, .impact-section__callout .five--columns, .impact-callout .five--columns {
    display: inline-block;
  }
}

.blog-callout__image {
  position: absolute;
  height: 100%;
  width: 100%;
}

.event-info {
  margin-top: 20px;
  margin-top: 2rem;
}

.event-info__detail {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
}

.event-info__detail span {
  /*FORMER Slt Pro-Medium*/;
  font-family: "noto-sans"
}

.event-info__booking {
  margin-top: 30px;
  margin-top: 3rem;
}

.event-info__booking__cta, .event-info__booking__notice {
  display: inline-block;
  float: left;
}

.event-info__booking__cta {
  width: auto !important;
}

.event-info__booking__notice {
  background: rgba(23, 6, 25, 0.5);
  margin: 15px 0 15px 3px;
  margin: 1.5rem 0 1.5rem 0.3rem;
  padding: 4px 10px;
  padding: 0.4rem 1rem;
}

.social-share-icons{
  padding: 0;
  position: relative;
  margin: 2px 15px;
  margin: 0.2rem 1.5rem;
}

:not(.social) > div.social-share-icons{
  text-align:center;
}

:not(.social) > ul.social-share-icons > li:first-child{
  display: none;
}

.social .social-share-icons{
  float: right;
  height: auto;
}

ul.social-share-icons > li {
  display: inline-block;
  list-style-type: none;
  padding-top: 3px;
  padding-top: 0.3rem;
  margin: 0 0 0 5px;
  margin: 0 0 0 0.5rem;
}

ul.social-share-icons > li:first-child {
  text-transform: uppercase;
  position: absolute;
  left: -55px;
  left: -5.5rem;
  top: 1px;
  top: 0.1rem;
}

.social-share-icons a {
  color: white;
  fill: white;
  font-size: 25px;
  font-size: 2.5rem;
}

.site-footer__social ul a {
  color: #fff !important;
  fill: #fff !important;
}

.social-share-icons a:before{
  vertical-align: text-top;
}

.social-share-icons a svg{
  width: 25px;
  height: 25px;
}

.social-share-icons.social-share-icons li a:hover {
  color: #2c6ef2 !important;
  fill: #2c6ef2 !important;
}

.site-footer__social ul a:hover {
  color: #006d9e !important;
  fill: #006d9e !important;
}

.social-share-icons.color .social__facebook {
  color: #3b5998;
}

.social-share-icons.color .social__instagram {
  color: #e1306c;
}

.social-share-icons.color .social__twitter {
  color: #1da1f2;
}

.social-share-icons.color .social__linked-in {
  color: #0073b0;
}

.social__follow {
  position: relative;
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 30px 0 100px;
  margin: 3rem 0 10rem;
  padding-left: 45px;
  padding-left: 4.5rem;
}

@media screen and (min-width: 768px) {
  .social__follow {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .social__follow {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.social__follow--facebook:before {
  font-size: 35px;
  font-size: 3.5rem;
  margin: 0 10px 0 0;
  margin: 0 1rem 0 0;
  position: absolute;
  left: 0;
  top: -3px;
}

@media screen and (min-width: 768px) {
  .social .social-share-icons {
    margin-right: 0 !important;
  }
}

.profile-links, .profile-links--black, .profile-links--video, .profile-links--team, .profile-links--region-team, .profile-links--media-team {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin: 30px 0;
  margin: 3rem 0;
  padding: 15px 0 27px;
  padding: 1.5rem 0 2.7rem;
}

.profile-links .three--columns, .profile-links--black .three--columns, .profile-links--video .three--columns, .profile-links--team .three--columns, .profile-links--region-team .three--columns, .profile-links--media-team .three--columns {
  width: 50%;
}

@media screen and (min-width: 960px) {
  .profile-links .three--columns, .profile-links--black .three--columns, .profile-links--video .three--columns, .profile-links--team .three--columns, .profile-links--region-team .three--columns, .profile-links--media-team .three--columns {
    width: 25%;
  }
}

.profile-links aside, .profile-links--black aside, .profile-links--video aside, .profile-links--team aside, .profile-links--region-team aside, .profile-links--media-team aside {
  margin: 0 0 20px;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .profile-links aside, .profile-links--black aside, .profile-links--video aside, .profile-links--team aside, .profile-links--region-team aside, .profile-links--media-team aside {
    margin-bottom: 0;
  }
}

.profile-links__view-all {
  text-transform: uppercase;
  float: right;
  display: block;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .profile-links__view-all {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .profile-links__view-all {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.profile-links__header {
  margin: 0;
}

.profile-links__name, .profile-links--video__title {
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
  color: #00a8c8;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-weight: 700 !important;
  font-size: 18px;
  font-size: 1.8rem;
}

.profile-links__name--variant {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}

.profile-links__image {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.profile-links__image img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.profile-links__location, .profile-links__organization {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .profile-links__location, .profile-links__organization {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .profile-links__location, .profile-links__organization {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.profile-links__organization {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.profile-links__profile-title {
  margin-top: 3px;
  margin-top: 0.3rem;
}

.profile-links--black h3, .profile-links--black .tiles-grid__title, .profile-links--black .blog-feed__header, .profile-links--black .tile__title, .profile-links--black .tile--homepage__title, .profile-links--black .tiles-grid--more-events__title, .profile-links--black .hero--main__aside__header, .profile-links--black .article__header--light, .profile-links--black .article--sticky-nav__header, .profile-links--black .events-aggregator--featured__title, .profile-links--black .media-center-aggregator--awards__intro__title, .profile-links--black .profile-links__name, .profile-links--black .profile-links--video__title,
.profile-links--black .profile-links__location, .profile-links--video h3, .profile-links--video .tiles-grid__title, .profile-links--video .blog-feed__header, .profile-links--video .tile__title, .profile-links--video .tile--homepage__title, .profile-links--video .tiles-grid--more-events__title, .profile-links--video .hero--main__aside__header, .profile-links--video .article__header--light, .profile-links--video .article--sticky-nav__header, .profile-links--video .events-aggregator--featured__title, .profile-links--video .media-center-aggregator--awards__intro__title, .profile-links--video .profile-links__name, .profile-links--video .profile-links--video__title,
.profile-links--video .profile-links__location {
  color: #000;
}

.profile-links__tel {
  margin-top: 0;
}

.profile-links__email {
  display: block;
  margin-top: 4px;
  margin-top: 0.4rem;
}

.profile-links__email:hover {
  color: #006d9e;
}

.profile-links__email i {
  vertical-align: middle;
  font-size: 83%;
  margin-right: 6px;
  margin-right: 0.6rem;
}

.profile-links--team, .profile-links--region-team {
  border-top: 0;
}

.profile-links--team h3, .profile-links--region-team h3, .profile-links--team .tiles-grid__title, .profile-links--region-team .tiles-grid__title, .profile-links--team .blog-feed__header, .profile-links--region-team .blog-feed__header, .profile-links--team .tile__title, .profile-links--region-team .tile__title, .profile-links--team .tile--homepage__title, .profile-links--region-team .tile--homepage__title, .profile-links--team .tiles-grid--more-events__title, .profile-links--region-team .tiles-grid--more-events__title, .profile-links--team .hero--main__aside__header, .profile-links--region-team .hero--main__aside__header, .profile-links--team .article__header--light, .profile-links--region-team .article__header--light, .profile-links--team .article--sticky-nav__header, .profile-links--region-team .article--sticky-nav__header, .profile-links--team .events-aggregator--featured__title, .profile-links--region-team .events-aggregator--featured__title, .profile-links--team .media-center-aggregator--awards__intro__title, .profile-links--region-team .media-center-aggregator--awards__intro__title {
  color: #000;
}

.profile-links--team .profile-links__header, .profile-links--region-team .profile-links__header {
  text-transform: uppercase;
  color: #37424a;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}

.profile-links--team .profile-links__header--bold, .profile-links--region-team .profile-links__header--bold {
  font-family: "noto-sans";
  font-weight: bold;
}

.profile-links--team .profile-links__name, .profile-links--region-team .profile-links__name, .profile-links--team .profile-links--video__title, .profile-links--region-team .profile-links--video__title {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
}

.profile-links--team a .profile-links__profile-title, .profile-links--region-team a .profile-links__profile-title {
  color: #37424a;
}

.profile-links--team a:hover .profile-links__name, .profile-links--region-team a:hover .profile-links__name, .profile-links--team a:hover .profile-links--video__title, .profile-links--region-team a:hover .profile-links--video__title {
  color: #006d9e;
}

.profile-links--media-team {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.profile-links--media-team .profile-links__header-section {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.profile-links--media-team .profile-links__header {
  color: #37424a;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
  font-family: "noto-sans";
  font-weight: bold;
  display: inline-block;
}

.profile-links--media-team .profile-links__view-all {
  float: right;
  display: block;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-weight: 700;
  margin: 15px 0 5px;
  margin: 1.5rem 0 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .profile-links--media-team .profile-links__view-all {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .profile-links--media-team .profile-links__view-all {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.profile-links--media-team .profile-links__name, .profile-links--media-team .profile-links--video__title {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
}

.profile-links--media-team .profile-links__email {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .profile-links--media-team .profile-links__email {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .profile-links--media-team .profile-links__email {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.profile-links--region-team {
  margin: 0;
  padding-top: 0;
}

.profile-links--region-team .three--columns {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.profile-links--video .video-module {
  border: solid 2px #e7e7e7;
  overflow: hidden;
  margin: 10px 0 15px;
  margin: 1rem 0 1.5rem;
  height: 130px;
  height: 13rem;
}

.profile-links--zero-margin-top {
  margin-top: 0;
}

.apply-slider {
  background: #72be44;
  position: absolute;
  cursor: pointer;
  display: none;
  z-index: 3;
  right: -80px;
  right: -8rem;
  padding: 15px 0px 15px 50px;
  padding: 1.5rem 0rem 1.5rem 5rem;
}

.apply-slider a {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 22px;
  margin-right: 2.2rem;
}

.apply-slider a:before {
  position: absolute;
  font-size: 30px;
  font-size: 3rem;
  left: 10px;
  left: 1rem;
  top: 11px;
  top: 1.1rem;
}

.apply-slider.is-sticky {
  position: fixed;
}

@media screen and (min-width: 960px) {
  .apply-slider {
    display: block;
  }
}

.hr-links {
  margin: 0 0 30px;
  margin: 0 0 3rem;
}

.hr-links__region, .hr-links__name, .hr-links__link {
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
}

.hr-links__name {
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-weight: 900;
}

.expertise {
  background: #f5f5f5;
  clear: both;
  display: none;
  padding: 2px 0 15px;
  padding: 0.2rem 0 1.5rem;
}

.expertise__header__title {
  text-transform: uppercase;
  text-align: center;
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
}

.expertise__header__title span a {
  float: right;
  font-size: .5em;
  color: #7d7d7d;
  font-weight: bold;
}

.expertise__title {
  text-transform: uppercase;
  font-family: "noto-sans";
  font-weight: bold;
  margin: 7px 5px 10px 0;
  margin: 0.7rem 0.5rem 1rem 0;
  font-size: 23px;
  font-size: 2.3rem;
}

.expertise ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 13px 0 20px;
  padding: 1.3rem 0 2rem;
  border-top: 1px solid #e7e7e7;
}

.expertise ul::after {
  clear: both;
  content: "";
  display: table;
}

.expertise ul li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.expertise ul li a {
  color: #000;
  display: block;
  padding-right: 10px;
  padding-right: 1rem;
  font-size: 15px;
  font-size: 1.5rem;
}

.expertise ul li a.no-after {
  font-size: 1.6rem;
}

.expertise ul li a:after {
  display: inline-block;
  color: #00a8c8;
  font-size: 10px;
  margin-left: 10px;
}

.expertise ul li a.no-after:after {
  content: none;
}

@media screen and (min-width: 768px) {
  .expertise ul li {
    width: 50%;
    display: inline-block;
    float: left;
  }
}

.expertise--mobile {
  display: block;
  padding-top: 1px;
}

.expertise--mobile .expertise__header__title {
  padding: 0 0 20px;
  padding: 0 0 2rem;
  font-size: 34px;
  font-size: 3.4rem;
}

.expertise--mobile .expertise__header__title strong {
  font-size: 31px;
  font-size: 3.1rem;
}

.expertise--mobile .accordion {
  padding: 0;
  background: transparent;
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.expertise--mobile .accordion__header {
  background: #00a8c8;
  color: #fff;
  padding: 1px 20px;
}

.expertise--mobile .accordion__header h4, .expertise--mobile .accordion__header .tile__subtitle, .expertise--mobile .accordion__header .tile--homepage__subtitle, .expertise--mobile .accordion__header .asides__title, .expertise--mobile .accordion__header .article__subheader, .expertise--mobile .accordion__header .text-module__subheader, .expertise--mobile .accordion__header .article--sticky-nav__subheader {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 8px 0;
  margin: 0.8rem 0;
}

.expertise--mobile .accordion__toggle {
  color: #fff;
  right: 15px;
  right: 1.5rem;
  top: 15px;
  top: 1.5rem;
}

.expertise--mobile .accordion__content {
  padding: 2% 4%;
}

.expertise--mobile ul {
  border-top: none;
}

@media screen and (min-width: 960px) {
  .expertise {
    display: block;
    margin-top: 40px;
    margin-top: 4rem;
  }

  .expertise--mobile {
    display: none;
  }
}

.challenge h3, .challenge .tiles-grid__title, .challenge .blog-feed__header, .challenge .tile__title, .challenge .tile--homepage__title, .challenge .tiles-grid--more-events__title, .challenge .hero--main__aside__header, .challenge .article__header--light, .challenge .article--sticky-nav__header, .challenge .events-aggregator--featured__title, .challenge .media-center-aggregator--awards__intro__title {
  color: #000;
}

.challenge h3.challenge__heading, .challenge .challenge__heading.tiles-grid__title, .challenge .challenge__heading.blog-feed__header, .challenge .challenge__heading.tile__title, .challenge .challenge__heading.tile--homepage__title, .challenge .challenge__heading.tiles-grid--more-events__title, .challenge .challenge__heading.hero--main__aside__header, .challenge .challenge__heading.article__header--light, .challenge .challenge__heading.article--sticky-nav__header, .challenge .challenge__heading.events-aggregator--featured__title, .challenge .challenge__heading.media-center-aggregator--awards__intro__title {
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .challenge h3.challenge__heading, .challenge .challenge__heading.tiles-grid__title, .challenge .challenge__heading.blog-feed__header, .challenge .challenge__heading.tile__title, .challenge .challenge__heading.tile--homepage__title, .challenge .challenge__heading.tiles-grid--more-events__title, .challenge .challenge__heading.hero--main__aside__header, .challenge .challenge__heading.article__header--light, .challenge .challenge__heading.article--sticky-nav__header, .challenge .challenge__heading.events-aggregator--featured__title, .challenge .challenge__heading.media-center-aggregator--awards__intro__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .challenge h3.challenge__heading, .challenge .challenge__heading.tiles-grid__title, .challenge .challenge__heading.blog-feed__header, .challenge .challenge__heading.tile__title, .challenge .challenge__heading.tile--homepage__title, .challenge .challenge__heading.tiles-grid--more-events__title, .challenge .challenge__heading.hero--main__aside__header, .challenge .challenge__heading.article__header--light, .challenge .challenge__heading.article--sticky-nav__header, .challenge .challenge__heading.events-aggregator--featured__title, .challenge .challenge__heading.media-center-aggregator--awards__intro__title {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.challenge .box {
  background: #00a8c8;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  padding: 1rem 2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.challenge .box:before {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 1.5em solid currentcolor;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top-color: #00a8c8;
  position: absolute;
  left: 48%;
  bottom: -24px;
}

.challenge .box--grey {
  background: #949599;
}

.challenge .box--grey:before, .challenge .box--grey:after {
  border-left: none;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

@media screen and (min-width: 768px) {
  .challenge .box {
    width: 97%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }

  .challenge .box:before {
    border: none;
  }

  .challenge .box:after {
    width: 0;
    height: 0;
    content: '';
    z-index: 2;
    border-left: 1.5em solid currentcolor;
    border-bottom: 1em solid transparent;
    border-top: 1em solid transparent;
    border-left-color: #00a8c8;
    position: absolute;
    top: 40%;
    right: -24px;
  }
}

.challenge__footer {
  margin: 30px 0;
  margin: 3rem 0;
}

.challenge__footer .btn--main, .challenge__footer .btn--inline, .challenge__footer .btn--load-more, .challenge__footer .btn--read-more, .challenge__footer .btn--filters {
  margin: 15px 0;
  margin: 1.5rem 0;
}

.qa-widget {
  background-color: #f6f6f6;
  position: relative;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin: 0;
}

.qa-widget__header {
  text-transform: uppercase;
  background-color: #233543;
  color: #d1d4d6;
  padding: 5px 20px;
  padding: 0.5rem 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 20px;
  font-size: 2rem;
}

.qa-widget__person {
  font-family: "noto-sans";
  font-weight: bold;
  color: #ffffff;
}

.qa-widget__slider {
  margin: 0;
  padding: 0;
}

.qa-widget__slider-element {
  list-style: none;
}

.qa-widget__slider-element__header {
  font-family: "noto-sans";
  font-weight: bold;
  text-transform: uppercase;
  color: #37424a;
  font-size: 20px;
  font-size: 2rem;
}

.qa-widget__slider-element__number {
  margin-right: 10px;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .qa-widget__slider-element__content {
    margin-left: 20px;
    margin-left: 2rem;
  }
}

.qa-widget__slider-element__wrapper {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .qa-widget__slider-element__wrapper {
    padding-right: 30px;
    padding-right: 3rem;
    padding-left: 10px;
    padding-left: 1rem;
    border-right: solid 1px #e7e7e7;
  }
}

.qa-widget__controls {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (min-width: 768px) {
  .qa-widget__controls {
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 10px;
    margin: 2rem 1rem;
  }
}

.qa-widget__controls .disabled {
  color: #ccc;
}

.doc-widget {
  border-top: solid 1px #e7e7e7;
  margin: auto;
  padding: 20px 15px 30px;
  padding: 2rem 1.5rem 3rem;
}

@media screen and (min-width: 768px) {
  .doc-widget {
    padding: 20px 0 30px;
    padding: 2rem 0 3rem;
  }
}

.doc-widget__title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 5px 5px 0;
  margin: 0 0.5rem 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .doc-widget__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .doc-widget__title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.doc-widget__text {
  display: block;
  white-space: normal;
  margin: 0 0 10px;
  margin: 0 0 1rem;
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  width: 70%;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .doc-widget__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .doc-widget__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.doc-widget__text-wrapper {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-top: 1rem;
}

@media screen and (min-width: 600px) {
  .doc-widget__text-wrapper {
    padding: 20px 30px;
    padding: 2rem 3rem;
    display: inline-block;
    width: 60%;
  }
}

.doc-widget__img-wrapper {
  display: inline-block;
  vertical-align: top;
}

.doc-widget .btn--download {
  margin-top: 0;
  text-transform: uppercase;
}

.doc-widget--two-items::after {
  clear: both;
  content: "";
  display: table;
}

.doc-widget--two-items .doc-widget {
  display: inline-block;
  float: left;
}

@media screen and (min-width: 960px) {
  .doc-widget--two-items .doc-widget {
    width: 49%;
  }

  .doc-widget--two-items .doc-widget:first-child {
    margin-right: 1%;
  }
}

@media screen and (min-width: 600px) {
  .doc-widget--two-items .doc-widget__text-wrapper {
    padding: 10px;
    padding: 1rem;
  }
}

.article-link-box {
  position: relative;
  width: 100%;
  background-color: #006d9e;
  min-height: 100px;
  display: block;
  color: #fff;
  margin: 35px 0;
  margin: 3.5rem 0;
}

.article-link-box__arrow {
  position: absolute;
  display: inline-table;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #005a82;
  text-align: center;
  width: 60px;
  width: 6rem;
}

.article-link-box__arrow i {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  line-height: .8;
  font-size: 50px;
  font-size: 5rem;
}

.article-link-box__content {
  padding: 30px 80px 30px 20px;
  padding: 3rem 8rem 3rem 2rem;
}

.article-link-box__header {
  margin: 0;
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ line-height: 1;
 
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .article-link-box__header {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.article-link-box__text {
  margin: 0;
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

.article-link-box--blue {
  background-color: #006d9e;
  cursor: pointer;
}

.article-link-box--blue .article-link-box__arrow {
  background-color: #005a82;
}

.article-link-box--blue:hover {
  background-color: #005a82;
}

.grouped-buttons {
  border-top: solid 1px #e7e7e7;
  margin-top: 10px;
  margin-top: 1rem;
  padding-top: 30px;
  padding-top: 3rem;
}

.grouped-buttons button {
  color: #fff;
  width: 100%;
  display: inline-block;
  background: #00a8c8;
  font-family: "noto-sans";
  font-weight: bold;
  border: 0;
  padding: 7px 12px;
  padding: 0.7rem 1.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .grouped-buttons button {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  .grouped-buttons button {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.grouped-buttons button:hover {
  background: #006d9e;
}

@media screen and (min-width: 768px) {
  .media-center-aggregator .three--columns {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .media-center-aggregator .three--columns {
    width: 25%;
  }
}

.media-center-aggregator__intro {
  text-align: center;
  font-family: "noto-sans", Geneva, Tahoma, Verdana, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}

/*PHASE 2 TWITTER*/
.media-center-aggregator .social-agg {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.media-center-aggregator .social-agg--twitter {
  border: solid 1px #e3e3e3;
  padding: 20px;
}

.media-center-aggregator .social-agg--twitter h3, .media-center-aggregator .social-agg--twitter .tiles-grid__title, .media-center-aggregator .social-agg--twitter .blog-feed__header, .media-center-aggregator .social-agg--twitter .tile__title, .media-center-aggregator .social-agg--twitter .tile--homepage__title, .media-center-aggregator .social-agg--twitter .tiles-grid--more-events__title, .media-center-aggregator .social-agg--twitter .hero--main__aside__header, .media-center-aggregator .social-agg--twitter .article__header--light, .media-center-aggregator .social-agg--twitter .article--sticky-nav__header, .media-center-aggregator .social-agg--twitter .events-aggregator--featured__title, .media-center-aggregator .social-agg--twitter .media-center-aggregator--awards__intro__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 15px 0;
  margin: 1.5rem 0;
  line-height: 1.3;
}

.media-center-aggregator .social-agg--twitter__bottom {
  font-size: 13px;
  font-size: 1.3rem;
  border-top: solid 1px #e3e3e3;
  padding-top: 10px;
  padding-top: 1rem;
  color: #7d7d7d;
}

.media-center-aggregator .social-agg--twitter__bottom__icons {
  float: right;
  display: inline-block;
}

.media-center-aggregator .social-agg--twitter__bottom .twitter-logo {
  margin-left: 10px;
  margin-left: 1rem;
}

@media screen and (min-width: 960px) {
  .media-center-aggregator .social-agg--twitter__bottom .twitter-logo {
    margin-left: 5px;
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .media-center-aggregator .social-agg--twitter__bottom .twitter-logo {
    margin-left: 10px;
    margin-left: 1rem;
  }
}

.media-center-aggregator .social-agg--twitter__feature .ow-logo {
  float: left;
}

.media-center-aggregator .social-agg--twitter__feature .social-agg-logo {
  float: right;
}

.media-center-aggregator .social-agg--twitter__feature__id {
  margin: -5px 0px 0px 10px;
  margin: -0.5rem 0rem 0rem 1rem;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

.media-center-aggregator .social-agg--twitter__feature__id span {
  display: block;
}

.media-center-aggregator .social-agg--twitter__feature__id .name {
  color: #7d7d7d;
}

/*ENDS PAHSE 2 TWITTER*/

@media screen and (min-width: 768px) {
  .media-center-aggregator__intro {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 960px) {
  .media-center-aggregator__intro {
    font-size: 30px;
    font-size: 3rem;
  }
}

.media-center-aggregator__intro__title {
  line-height: 1;
  font-weight: 100;
  font-family: "noto-sans";
  /*FORMER Slt Pro-Medium*/ margin-bottom: 15px;
 
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .media-center-aggregator__intro__title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 960px) {
  .media-center-aggregator__intro__title {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

.media-center-aggregator__intro p {
  color: #37424A;
  line-height: 36px;
  line-height: 3.6rem;
}

@media screen and (min-width: 768px) {
  .media-center-aggregator__intro {
    padding: 30px 10% 0;
    padding: 3rem 10% 0;
  }
}

.media-center-aggregator__content {
  margin: 20px 0;
  margin: 2rem 0;
}

.media-center-aggregator__item {
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #37424A;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}

.media-center-aggregator__item:hover {
  color: #00437e;
}

.media-center-aggregator__item__tag {
  position: absolute;
  top: 0;
  left: 0;
}

.media-center-aggregator__item__date {
  display: block;
  color: #7d7d7d;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 7px;
  margin-top: 0.7rem;
}

.media-center-aggregator__item--press-release {
  background-color: #F9F9F9;
  padding: 10px 20px;
  padding: 1rem 2rem;
}

.media-center-aggregator__item--press-release__category {
  color: #00a8c8;
}

.media-center-aggregator__item--press-release__category > span {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  color: #141414;
}

.media-center-aggregator__item--press-release h4, .media-center-aggregator__item--press-release .tile__subtitle, .media-center-aggregator__item--press-release .tile--homepage__subtitle, .media-center-aggregator__item--press-release .asides__title, .media-center-aggregator__item--press-release .article__subheader, .media-center-aggregator__item--press-release .text-module__subheader, .media-center-aggregator__item--press-release .article--sticky-nav__subheader, .media-center-aggregator__item--thought-leadership h4, .media-center-aggregator__item--thought-leadership .tile__subtitle, .media-center-aggregator__item--thought-leadership .tile--homepage__subtitle, .media-center-aggregator__item--thought-leadership .asides__title, .media-center-aggregator__item--thought-leadership .article__subheader, .media-center-aggregator__item--thought-leadership .text-module__subheader, .media-center-aggregator__item--thought-leadership .article--sticky-nav__subheader {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 10px 0;
  margin: 1rem 0;
}

.media-center-aggregator__item--press-release__title {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 10px 0;
  margin: 1rem 0;
}

.media-center-aggregator__item--no-image .tag-wrapper {
  background-color: #d33872;
}

.media-center-aggregator__item--no-image .tag-wrapper--thought-leadership {
  background-color: #006d9e;
}

.media-center-aggregator__item--no-image .tag-wrapper--awards {
  background: #28b75d;
}

.media-center-aggregator__item--no-image .media-center-aggregator__item__tag {
  position: static;
  display: inline-block;
}

.media-center-aggregator__sub-header {
  color: #00a8c8;
}

.media-center-aggregator__emp-text {
  line-height: 24px;
  line-height: 2.4rem;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
  .media-center-aggregator__emp-text {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .media-center-aggregator__emp-text {
    font-size: 20px;
    font-size: 2rem;
  }
}

.media-center-aggregator__title {
  line-height: 1.3;
  font-size: 21px;
  font-size: 2.1rem;
  margin: 12px 0 0;
  margin: 1.2rem 0 0;
}

.media-center-aggregator--awards__intro {
  background: #006d9e;
  color: #fff;
  padding: 35px 0 0;
  padding: 3.5rem 0 0;
}

.media-center-aggregator--awards__intro__title {
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 20px;
  margin: 0 0 2rem;
}

.media-center-aggregator--awards__intro ul li a {
  color: #fff;
}

.media-center-aggregator--awards__intro ul li a:hover {
  color: #fff;
}

.media-center-aggregator--awards .pagination:first-child {
  margin-top: 20px;
  margin-top: 2rem;
  padding-top: 10px;
  padding-top: 1rem;
}

.media-center-aggregator--awards .pagination:first-child .pagination__inner {
  padding-top: 0;
}

.locations {
  padding: 0;
}

.locations .location-box {
  background-color: #fdfdfd;
  border: 1px solid #f5f5f5;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.locations .location-box__intro {
  background-color: #f5f5f5;
  padding: 20px;
  padding: 2rem;
}

.locations .location-box__header {
  font-family: "noto-sans";
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  padding-left: 40px;
  padding-left: 4rem;
  background-repeat: no-repeat;
  letter-spacing: initial;
  line-height: 1.4;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .locations .location-box__header {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 960px) {
  .locations .location-box__header {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.locations .location-box__header--americas {
  background-image: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/globes/americas.png");
}

.locations .location-box__header--europe {
  background-image: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/globes/europe.png");
}

.locations .location-box__header--asiapacific {
  background-image: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/globes/asiapacific.png");
}

.locations .location-box__header--middleeast {
  background-image: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/globes/middleeast.png");
}

.locations .location-box__copy {
  max-width: 80%;
}

.locations .location-box .btn--main, .locations .location-box .btn--inline, .locations .location-box .btn--load-more, .locations .location-box .btn--read-more, .locations .location-box .btn--filters {
  border: 0;
}

.locations .location-box__lists {
  padding: 20px;
  padding: 2rem;
}

.locations .location-box__lists .four--columns {
  width: 50%;
}

@media screen and (min-width: 960px) {
  .locations .location-box__lists .four--columns {
    width: 33.33%;
  }
}

.locations .location-box__country {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.locations .location-box__country-name {
  font-weight: bold;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  text-transform: uppercase;
}

.locations .location-box__cities {
  padding: 0;
  margin: 10px -10px;
  margin: 1rem -1rem;
}

.locations .location-box__city {
  list-style: none;
  margin: 4px 0 9px !important;
  margin: 0.4rem 0 0.9rem !important;
  padding: 0 10px !important;
  padding: 0 1rem !important;
  padding: 0;
  margin: 0;
}

.locations .location-box__city a:hover {
  color: #00437e;
}

.theme--journal {
  background-color: #233543;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.theme--journal .article__section {
  background: transparent;
}

.theme--journal .article__sidebar,
.theme--journal .article-info,
.theme--journal .article__footer__inner,
.theme--journal .page-share__inner,
.theme--journal .tiles-grid--journal,
.theme--journal .text-module__row {
  border-color: #676767;
}

.theme--journal .expertise__title, .theme--journal .expertise__header__title {
  color: #37424a;
}

.kitchen-sink {
  padding: 0 0 80px;
  padding: 0 0 8rem;
}

.kitchen-sink__navigation {
  background: #f5f5f5;
  padding: 30px 0;
  padding: 3rem 0;
}

.kitchen-sink__navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.kitchen-sink__navigation ul li {
  margin: 10px 0;
  margin: 1rem 0;
  width: 40%;
  float: left;
}

.kitchen-sink__navigation ul li a {
  color: #000;
}

.kitchen-sink__navigation ul li a:hover {
  color: #006d9e;
}

.kitchen-sink__row {
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
}

.is-on {
  display: block;
}

#scrollUp {
  cursor: pointer;
  bottom: 2%;
  right: 3%;
  color: #00a8c8;
  display: block;
  font-size: 45px;
  font-size: 4.5rem;
}

.kitchen-sink p {
  padding-right: 20%;
}

/*# sourceMappingURL=main.css.map */

/*Focus area*/

.focus-areas-tiles {
  width: 100%;
}

.focus-areas-tiles h1 {
  text-transform: uppercase;
  font-family: "noto-sans";
  font-weight: bold;
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  max-width: 95%;
}

.focus-areas-tiles__arrow:after {
  position: absolute;
  bottom: 7px;
  right: 10px;
  font-family: "icomoon";
  color: #fff;
  content: "\e93c";
}

.bluetilesItem {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 99%;
  height: 200px;
  margin-right: 0px;
}

.bluetilesItem a {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
}

.bluetilesItem a:hover {
  color: #fff;
}

.focus-areas-tiles__overlay {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #00a8c8;
  min-height: 200px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .bluetilesItem.bluetilesItem_odd {
    margin-right: 4px;
  }

  .bluetilesItem {
    width: 49%;
    margin-right: -8px
  }

  .bluetilesItem.bluetilesItem_full {
    width: 99%;
    margin-right: 0px
  }
}

/*Video Text modal Component*/
.single-modal-video {
  width: 40%;
  height: auto;
  max-width: 780px;
  float: left;
}

.single-modal-video .video-module {
  height: auto;
}

.single-modal-video .video-container {
  padding-top: 5px;
}

.single-modal-video .video-container .video-module {
  margin: 0px
}

.article__sidebar .single-modal-video {
  width: 100%;
  padding-right: 0px;
}

.article__sidebar .single-modal-video .video-module {
  margin: 5px 0 15px 0;
}

.single-modal-video.full {
  width: 100%;
  padding-right: 0px;
  float: none;
}

.single-modal-video .subheading {
  font-size: .8em;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .single-modal-video .video-container {
    width: 100%;

  }
}

/*Contact us banner section*/
.contact-us-banner {
  padding: 1px 15px 18px 15px;
  background-color: #233543;
  text-align: center;
  color: #fff;
}

.contact-us-banner a {
  margin-top: 5px;
  /* background-color:#006d9e ;*/
}

.contact-us-banner a:hover {
  /*background-color:#00a8c8 ;*/
}
.advanced .dynamic-tile {
  overflow: hidden;
  color: #ffffff;
}
.advanced .dynamic-tile:not(.tile--no-image) .tile__content{
  bottom: initial;
  top: 0;
  padding-top: 12%;
}
.advanced .dynamic-tile:not(.tile--no-image) .tile__cta{
  opacity: 0;
  transition: opacity 400ms;
}
.advanced .dynamic-tile:not(.tile--no-image) .tile__overlay{
  transition: opacity 400ms;
}
.advanced .dynamic-tile:not(.tile--no-image):hover .tile__overflow{
  z-index: 2;
}
.advanced .dynamic-tile:not(.tile--no-image):hover .tile__cta,
.advanced .dynamic-tile:not(.tile--no-image):hover .tile__subtitle{
  opacity: 1;
}
.advanced .dynamic-tile:not(.tile--no-image):hover .tile__overlay{
  opacity: .8;
}
.advanced .dynamic-tile:not(.tile--no-image):hover .tile__subtitle{
  display: block;
}
.light .dynamic-tile .tiles-grid--more-events__item__inner span:last-of-type{
  margin-bottom: 25px;
}
@media screen and (min-width: 960px){
  .advanced .dynamic-tile:not(.tile--no-image) .tile__content{
    transition: padding-top 400ms;
  }
  .advanced .dynamic-tile.insight:not(.tile--no-image) .tile__content{
    padding-top: 45%;
  }
  .advanced .dynamic-tile.profile .tile__content{
    padding-top: 75%;
  }
  .advanced .dynamic-tile:not(.tile--no-image):hover .tile__content{
    padding-top: 12%;
  }
}
.clean .dynamic-tile .tile__tag{
  position: absolute;
  top: 0;
  left: 0;
}

generalbanner .video-container > video,
homepagebanner .video-container > video{
  display:none;
}

.dynamicTiles .clean-filter{
  border-radius: 3px;
  border: 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  min-height: 41px;
  padding: 9px;
  max-width: 120rem;
  text-transform: uppercase;
  text-align: center;
  margin: 3rem auto 0px;
}
.dynamicTiles .clean-filter span{
  font-weight: 100;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.8rem;
}
.dynamicTiles .clean-filter a{
  font-family: -apple-system,system-ui,BlinkMacSystemFont,Roboto,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #00a8c8;
  font-weight: 500;
  margin-left: 1rem;
  margin-right: 1rem;
}
.dynamicTiles .clean-filter a.selected{
  color: #141414;
  pointer-events: none;
}
.dynamicTiles .clean-filter .filter__inner{
  border-bottom:none;
}
.dynamicTiles .news .tag--in-the-news,
.dynamicTiles .press .tag--press-release{
  position: static;
  display: inline-block;
  padding: 0.4rem 1rem;
}
.dynamicTiles .news a,
.dynamicTiles .press a{
  color: #37424a;
}
.dynamicTiles .press a{
  background-color: #f9f9f9;
}
.dynamicTiles .news > a > div,
.dynamicTiles .press > a > div{
  height:100%;
}
.dynamicTiles .news:hover a,
.dynamicTiles .press:hover a{
  color: #00437e;
}
.dynamicTiles .tag--press-release{
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "noto-sans";
  font-weight: bold;
  background-color: #19a973;
}
.press .media-center-aggregator__item--no-image .tag-wrapper{
  background-color: #1cbf82;
}
.dynamicTiles .news a > div > h3,
.dynamicTiles .news a > div > span,
.dynamicTiles .press a > div > h3,
.dynamicTiles .press a > div > span{
  padding-left: 10px;
  padding-right: 10px;
  max-height:75%;
  overflow: hidden;
}
.dynamicTiles .pagination--bordered{
  margin-top: 25px;
}
.dynamicTiles .pagination li.active {
  pointer-events: none;
}
.dynamicTiles .tiles-grid--more-events__item{
  height:100%;
}
.dynamic-tiles-grid.clean .dynamic-tile.insight .tile__tag{
  padding: .4rem 1rem !important;
}
.dynamic-tiles-grid.clean .dynamic-tile.insight.tile--no-image .tile__tag{
  position: static;
  display: inline-block;
}
.dynamic-tiles-grid.clean .dynamic-tile.insight.tile--no-image .media-center-aggregator__title{
  margin-top: 12px;
}
.dynamic-tiles-grid.clean .dynamic-tile.insight.tile--no-image .media-center-aggregator__title,
.dynamic-tiles-grid.clean .dynamic-tile.insight.tile--no-image .media-center-aggregator__item__date{
  padding-left: 10px;
  padding-right: 10px;
}
.dynamic-tiles-grid .dynamic-tile.insight.tile--no-image .tag-wrapper {
  background-color: #0048c4;
}

homepagebanner .video-container > video, generalbanner .video-container > video, .homepage-hero-module .video-container > video{
  display:none;
}

.theme--journal .profile-links--team a .profile-links__profile-title, .theme--journal .profile-links--region-team a .profile-links__profile-title, .theme--journal .profile-links__header{
  color:#fff;
}

/* MMC Pages */

.mmc-page {
  background-color: #fafafa;
}

/* END - MMC Pages*/
/* Contact Grid Component */
.contact-grid-container {
  margin-top: 3.75em;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.5em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact-grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
  }
  .contact-grid-item{
    width:50%;
    margin-bottom:3.75em !important;
  }
}

@media screen and (max-width: 960px) {
  .contact-grid-container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .contact-grid-container {
    padding-left: 2.2em;
    padding-bottom: 2.5em;
    border-bottom: solid 1px #d8d8d8;
  }
}


@media screen and (min-width: 1200px) {
  .contact-grid-container {
    border-right: solid 1px #d8d8d8;
    padding-bottom: 15em;
    padding-left: 0;
  }
}

.contact-grid-item {
  margin: 0;
  padding: 0;
  position: relative;
}

.contact-grid-item__type {
  font-family: 'noto-sans';
  font-weight: bold;
  font-size: 16px;
  color: #37424a;
  height: 22px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.37;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0px;
}

.contact-grid-item__name {
  font-family: 'noto-sans';
  font-weight: bold;
  font-size: 20px;
  color: #00a3c3;
  height: 1.3;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.contact-grid-item__title, .contact-grid-item__phone, .contact-grid-item__email {
  font-family: "noto-sans";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0px;
  line-height: 1.38;
  color: #1a2530;
}
/* END - Contact Grid Component */

/* Section Title Component*/
.cmp-title--section {
  padding-top: 3.75em;
  margin: 0px;
}

@media screen and (max-width: 1200) {
  .cmp-title--section {
    padding-top: 3.125em;
  }
}

@media screen and (max-width: 768px) {
  .cmp-title--section {
    padding-left: 2.2em;
    padding-top: 2.5em;
  }
}

.cmp-title--section__text {
  font-family: 'noto-sans';
  font-weight: bold;
  font-size: 16px;
  color: #37424a;
  height: 22px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.37;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0px;
}
/* END Section Title Component*/

/* Wufoo form for mmc section */
@media screen and (max-width: 768px) {
  .mmc-wufoo-form {
    padding-left: 1.9em;
    padding-bottom: 2em;
  }
}
/* END Wufoo form for mmc section */

/* MMC Pages Header Section */
.mmc-page-header .site-header__top .container .site-header__alternative-navigation ul li a {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.35px;
  text-align: right;
  color: #80808e;
}

.mmc-page-header .main-nav__inner {
  padding: 5px 0;
}

@media screen and (max-width: 1200px) {
  .mmc-page-header .main-nav ul > li {
    margin: 0 1.5rem 0 0;
  }
}

.mmc-page-header .site-header__bottom .container .main-nav .site-nav__list .site-nav__list__item a {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.43px;
  text-align: right;
  color: #00235e;
}

.mmc-page-header .site-header__bottom .container .main-nav .site-nav__list .site-nav__list__item a:hover {
  color: #006d9e;
}

.mmc-page-header .site-header__bottom.is-sticky .mmc-site-header__branding {
  margin-top: 15px;
  margin-top: 1.5rem;
  width: 17.5rem;
  width: 175px;
}

@media screen and (min-width: 960px) {
  .mmc-page-header .site-header__top {
    padding-top: 20px;
  }
}

@media screen and (max-width: 960px) {
  .mmc-site-header__branding {
    padding-top: 52px;
    margin: 0;
    padding-left: 0;
  }
  .is-sticky .mmc-site-header__branding {
    padding-top: 0px;
  }
  .mmc-page-header {
    height: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mmc-page-header .site-header__bottom .main-nav--mobile {
    margin-top: 40px;
    /*FORMER Slt Pro-Medium*/
    font-family: "noto-sans";
  }

  .mmc-page-header .site-header__bottom.is-sticky .main-nav--mobile {
    margin-top: 0px;
  }

  .is-sticky .mmc-site-header__mobile-toggle {
    padding: 1em 2rem 1.4rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  .mmc-site-header__branding {
    padding-left: 2.2em;
  }
}

.mmc-page-header .site-header__bottom .main-nav {
  border-top: none;
}

.mmc-page-header .site-header__bottom .border-mmc {
  border-top: solid 1px #cdcdcd;
}

.mmc-page-header .is-sticky .site-nav__list {
  border-top: none;
}

.header-video__container {
  margin-left: 14px;
  margin-top: 40px;
}

.header-video__play-button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1.5px solid #ffffff;
  position: relative;
  margin-top: 14px;
  float: left;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-video__play-button:hover {
  background: #cbcbcb;
  cursor: pointer;
}

.header-video__play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 58%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-video__play:hover {
  cursor: pointer;
}

.header-video__title {
  font-family: "noto-sans";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
}
/* END MMC Pages Header Section */

/* MMC Pages Footer Section */
.mmc-site-footer {
  background: #37424a;
  margin-top: 90px;
  padding: 20px 15px 60px;
  padding: 2rem 1.5rem 6rem;
}

.mmc-site-footer.mmc-no-margin {
  margin-top: 0;
}

.mmc-site-footer__top .mmc-footer-opco__link {
  font-family: "noto-sans";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #f2f2f2;
}

.mmc-site-footer__bottom .site-footer__copyright {
  float: left;
  font-family: "noto-sans";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #d8d8d8;
  text-transform: none;
  width: 100%;
}

.mmc-site-footer__bottom .mmc-footer-legal-link {
  font-family: "noto-sans";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #f2f2f2;
}

.mmc-site-footer__top .site-footer__navigation {
  float: right;
  line-height: 0.2;
}

@media screen and (max-width: 768px) {
  .mmc-site-footer__bottom .social .social-share-icons {
    float: none;
    margin-top: 2em;
  }
}
@media screen and (min-width: 768px) {
  .mmc-site-footer__top .site-footer__navigation {
    margin-top: 3px;
  }
}

@media screen and (max-width: 960px) {
  .mmc-site-footer__top .site-footer__navigation {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .mmc-site-footer__top .site-footer__navigation li {
    padding: 5px 8px;
  }
}

.mmc-site-footer-no-border {
  border-left: none;
}
/* END MMC Pages Footer Section */

/* MMC Text/Quote Section */
.mmc-text-quote {
  padding-top: 6em;
  margin-bottom: 1em;
}

.mmc-text-quote__title,
.mmc-text-quote__extra {
  font-family: "noto-sans";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #37424a;
  text-transform: uppercase;
  padding-bottom: 1em;
  overflow: hidden;
}

.mmc-text-quote__title:after {
  background-color: #e7e7e7;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 1px;
  margin-right: -50%;
}

.mmc-text-quote__description {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-size: 60px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #37424a;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}

.mmc-text-quote__separator {
  height: 0.1px;
  background: #e7e7e7;
  width: 100%;
  margin-bottom: 23px;
}

.mmc-text-quote__extra a {
  font-family: 'noto-sans';
  font-weight: bold;
  font-weight: normal;
  color: #016d9a;
}

.mmc-text-quote__extra a:hover {
  color: #00a3c3;
}

@media screen and (max-width: 1200px) {
  .mmc-text-quote {
    padding-top: 40px;
  }
  .mmc-text-quote__description {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .mmc-text-quote {
    padding-top: 30px;
  }
  .mmc-text-quote__title,
  .mmc-text-quote__extra {
    font-size: 18px;
  }
  .mmc-text-quote__description {
    font-size: 36px;
  }
}
/* END MMC Text/Quote Section */

/* MMC Leadership perspectives Tiles */
.mmc-perspective-tiles__title {
  padding-top: 90px;
}

.mmc-perspective-tiles-container {
  display: grid;
  grid-gap: 17.5px;
  max-width: 1160px;
  grid-template-columns: minmax(30%, 375px) minmax(30%, 375px) minmax(30%, 375px);
  margin-top: 45px;
  margin-bottom: 60px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mmc-perspective-tiles-container {
    max-width: 1160px;
    margin: 45px auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mmc-perspective-tiles-item{
    width: calc(33% - 16px);
    margin: 8px;
  }

  .mmc-perspective-tiles-item:first-of-type, .mmc-perspective-tiles-item:nth-of-type(4) {
    width: calc(67% - 16px);
  }

  .mmc-general-tiles-container a:nth-child(5) {
    width: calc(100% - 16px);
  }

  .mmc-general-tiles-container a:nth-child(6) {
    width: calc(67% - 16px);
  }
}

.mmc-perspective-tiles-item {
  height: 375px;
  background-color: #c0c0c0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
}

.mmc-perspective-tiles-item.white {
  background-color: #f2f2f2;
  color: #37424a;
}

.mmc-perspective-tiles-item.blue {
  background-color: #016d9a;
  color: #ffffff;
}

.mmc-perspective-tiles-brink-item__tag {
  width: 94px;
  height: 47px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url('../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/logos/brink-logo.png')
}

.mmc-perspective-tiles-brink-item__title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-size: 39px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: 0.79px;
  padding-top: 24px;
  padding-bottom: 16px;
}

.mmc-perspective-tiles-brink-item__subtitle {
  font-family: 'noto-sans';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

.mmc-perspective-tiles-item:first-of-type, .mmc-perspective-tiles-item:nth-of-type(4) {
  grid-column: span 2;
}

.mmc-general-tiles-container a:nth-child(5) {
  grid-column: span 3;
}

.mmc-general-tiles-container a:nth-child(6) {
  grid-column: span 2;
}

.mmc-perspective-tiles-item:hover {
  transition:all 0.3s ease;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.mmc-perspective-tiles-item__play-button {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  border: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.mmc-perspective-tiles-item__play-button:hover {
  background: #cbcbcb;
  cursor: pointer;
}

.mmc-perspective-tiles-item__play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 55%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.mmc-perspective-tiles-item__play:hover {
  cursor: pointer;
}

.mmc-perspective-tiles-item__overlay {
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0.85;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000); /* FF3.6+ */
  background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0), #000000); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); /* W3C */
}

.mmc-perspective-tiles-item__text {
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  padding-bottom: 20px;
  width: 90%;
  float: left;
}

.mmc-perspective-tiles-item__title {
  font-family: 'noto-sans';
  font-weight: normal;
  font-size: 32px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: #ffffff;
}

.mmc-perspective-tiles-item__tag {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'noto-sans';
  color: #ffffff;
  background-color: #00a3c3;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 9px;
}

.mmc-perspective-tiles-item__tag p {
  padding: 2px 8px 2px 10px;
  margin: 0;
  letter-spacing: 0px;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .mmc-perspective-tiles-container {
    margin-top: 40px;
    grid-gap: 14px;
  }

  .mmc-perspective-tiles-item {
    height: 320px;
    background-color: #c0c0c0;
  }
}

@media screen and (max-width: 960px) {
  .mmc-perspective-tiles__title {
    margin-top: 40px;
  }

  .mmc-perspective-tiles-container {
    grid-template-columns: 50% 50%;
  }

  .mmc-perspective-tiles-item:first-of-type,
  .mmc-perspective-tiles-item:nth-of-type(4),
  .mmc-general-tiles-container a:nth-child(5) {
    grid-column: span 2;
  }

  .mmc-general-tiles-container a:nth-child(6) {
    grid-column: span 1;
  }

  .mmc-perspective-tiles-item__text {
    padding-bottom: 54px;
    padding-left: 26px;
  }

  .mmc-perspective-tiles-item__title {
    font-size: 28px;
  }

  .mmc-perspective-tiles-item__play-button {
    width: 48px;
    height: 48px;
  }

  .mmc-tiles-col-span-2 {
    grid-column: span 1;
  }

  .mmc-perspective-tiles-brink-item__title {
    font-size: 26px;
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .mmc-perspective-tiles-brink-item__tag {
    width: 67px;
    height: 33px;
  }

  .mmc-perspective-tiles-brink-item__subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .mmc-perspective-tiles-container {
    grid-template-columns: 100%;
  }

  .mmc-perspective-tiles-item, .mmc-perspective-tiles-item:first-of-type,
  .mmc-perspective-tiles-item:nth-of-type(4),
  .mmc-general-tiles-container a:nth-child(5),
  .mmc-general-tiles-container a:nth-child(6) {
    grid-column: span 1;
  }

  .mmc-perspective-tiles-item__text {
    width: 90%;
  }

  .mmc-perspective-tiles-item__title {
    font-size: 24px;
  }

  .mmc-perspective-tiles-item__text {
    padding-bottom: 26px;
    padding-left: 26px;
  }
}

@media screen and (max-width: 375px) {
  .mmc-perspective-tiles-brink-item__title {
    font-size: 23px;
  }
}
/*END - MMC Leadership perspectives Tiles */

/* MMC Leadership Grid */
.mmc-leadership-grid__title {
  margin-top: 90px;
}

.mmc-leadership-grid-container {
  display: grid;
  grid-gap: 20px;
  max-width: 1160px;
  grid-template-columns: minmax(22.5%, 276px) minmax(22.5%, 276px) minmax(22.5%, 276px) minmax(22.5%, 276px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mmc-leadership-grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
  }
  .mmc-leadership-grid-item {
    width:calc(25% - 20px);
    margin: 10px;
  }
}

.mmc-leadership-grid-item {
  background-color: #c0c0c0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
  min-height: 275px
}

.mmc-leadership-grid-item::before {
  content: "";
  padding-bottom: 100%;
  display: inline-block;
  vertical-align: top;
}

.mmc-leadership-grid-item:hover {
  transition:all 0.3s ease;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.mmc-leadership-grid-item__overlay {
  width: 100%;
  height: 71%;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0.85;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000); /* FF3.6+ */
  background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0), #000000); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); /* W3C */
}

.mmc-leadership-grid-item__text {
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  padding-bottom: 15px;
  width: 85%;
  float: left;
}

.mmc-leadership-grid-item__name {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-weight: normal;
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #ffffff;
}

.mmc-leadership-grid-item__title {
  font-family: "noto-sans";
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  padding-top: 2px;
  color: #ffffff;
}

.mmc-leadership-grid-modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.mmc-leadership-grid-modal-container {
  position: absolute;
  display: none;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 1180px;
  height: 542px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.mmc-leadership-grid-modal-container__close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.mmc-leadership-grid-modal-content__side:hover, .mmc-leadership-grid-modal-container__close:hover {
  cursor: pointer;
}

.mmc-leadership-grid-modal-content__side svg path:hover,
.mmc-leadership-grid-modal-content__side svg path:focus,
.mmc-awards-container-follow-links__item svg circle:focus,
.mmc-awards-container-follow-links__item svg circle:hover {
  fill: #00235e;
}

.mmc-leadership-grid-modal-content {
  display: flex;
  height: 100%;
}

.mmc-leadership-grid-modal-content__side {
  width: 10%;
}

.mmc-leadership-grid-modal-content__center {
  max-height: 350px;
  width: 80%;
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mmc-leadership-grid-modal-content__center-image {
  float: left;
  width: 350px;
  height: 350px;
  background-color: #c0c0c0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}

.mmc-leadership-grid-modal-content__center-text {
  padding-left: 400px;
}

.mmc-leadership-grid-modal-content__center-text-name {
  font-family: "noto-sans";
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #1a2530;
}

.mmc-leadership-grid-modal-content__center-text-title {
  padding-top: 10px;
  font-family: "noto-sans";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1a2530;
}

.mmc-leadership-grid-modal-content__center-text-description {
  padding-top: 20px;
  font-family: "noto-sans";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1a2530;
}

.mmc-leadership-grid-modal-content__side svg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: bold;
  color: #00a8c8;
}

@media screen and (max-width: 1200px) {
  .mmc-leadership-grid-item {
    min-height: 235px;
  }

  .mmc-leadership-grid-modal-content__center {
    max-height: 300px;
  }

  .mmc-leadership-grid-modal-content__center-image {
    width: 250px;
    height: 250px;
  }

  .mmc-leadership-grid-modal-content__center-text {
    padding-left: 300px;
  }

  .mmc-leadership-grid-modal-container {
    width: 940px;
    min-height: 475px;
  }

  .mmc-leadership-grid-modal-content__center-text-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .mmc-leadership-grid__title {
    margin-top: 40px;
  }

  .mmc-leadership-grid-container {
    grid-template-columns: 48.5% 48.5%;
  }

  .mmc-leadership-grid-item {
    min-height: 350px;
  }

  .mmc-leadership-grid-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    min-height: unset;
    border: unset;
    margin: unset;
    overflow: auto;
  }

  .mmc-leadership-grid-modal-content__side {
    display: none;
  }

  .mmc-leadership-grid-modal-content__center {
    max-height: unset;
    padding-top: 100px;
    padding-left: 100px;
  }

  .mmc-leadership-grid-modal-content__center-image {
    width: 200px;
    height: 200px;
    float: unset;
  }

  .mmc-leadership-grid-modal-content__center-text {
    padding-left: unset;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mmc-leadership-grid-modal-content__center-text-description {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .mmc-leadership-grid-item {
    min-height: 250px;
  }

  .mmc-leadership-grid-item__text {
    padding-bottom: 14px;
  }
  .mmc-leadership-grid-item__name, .mmc-leadership-grid-item__title {
    font-size: 16px;
  }

  .mmc-leadership-grid-modal-content__center {
    padding-top: 75px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 500px) {
  .mmc-leadership-grid-item__title {
    display: none;
  }

  .mmc-leadership-grid-item {
    min-height: 140px;
  }
}

/* END - MMC Leadership Grid */

/* MMC Advantage Text/Image Card */
.mmc-textimage-list-container {
  margin-top: 80px;
  display: flex;
  height: 380px;
}

.mmc-textimage-list-item__text-container {
  height: 100%;
  vertical-align: middle;
  width: 33%;
}

.mmc-textimage-list-item__text-left {
  padding-right: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.mmc-textimage-list-item__text-right {
  padding-left: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mmc-textimage-list-item__title {
  font-family: 'noto-sans';
  font-weight: bold;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #37424a;
}

.mmc-textimage-list-item__big-title {
  font-family: 'noto-sans';
  font-weight: bold;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #37424a;
}

.mmc-textimage-list-item__description {
  padding-top: 25px;
  font-family: "noto-sans";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #37424a;
}

.mmc-textimage-list-item__big-description {
  padding-top: 25px;
  font-family: "noto-sans";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: 0.24px;
  color: #37424a;
}

.mmc-textimage-list-item__link-button {
  margin-top: 36px;
  height: 38px;
  background: #00a3c3;
  display: inline-block;
}

.mmc-textimage-list-item__link-button:hover {
  cursor: pointer;
  background: #006d9e;
}

.mmc-textimage-list-item__link-text {
  font-family: "noto-sans";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  width: 100%;
  height: 100%;

}

.mmc-textimage-list-item__link-text:hover {
  cursor: pointer;
  color: #fafafa;
}

.mmc-textimage-list-image {
  width: 66%;
  background-color: #c0c0c0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mmc-chevron::before {
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	position: relative;
	transform: rotate(45deg);
  width: 0.45em;
  left: 5px;
  top: 1px;
}

.mmc-display-block {
  display: block;
}

.mmc-display-none {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mmc-textimage-list-item__text-container {
    width: 40%;
  }

  .mmc-textimage-list-image {
    width: 60%;
  }

  .mmc-textimage-list-item__text-right {
    padding-left: 35px;
  }

  .mmc-textimage-list-item__text-left {
    padding-right: 35px;
  }

  .mmc-textimage-list-item__description {
    padding-top: 13px;
  }
}

@media screen and (max-width: 960px) {

  .mmc-textimage-list-container {
    height: 350px;
    margin-top: 30px;
  }

  .mmc-textimage-list-item__text-container, .mmc-textimage-list-image {
    width: 50%;
  }

  .mmc-textimage-list-item__description {
    line-height: 1.1;
  }
}

@media screen and (max-width: 768px) {
  .mmc-textimage-list-container {
    height: unset;
    display: block;
  }

  .mmc-textimage-list-image {
    height: 300px;
    width: 100%;
  }

  .mmc-textimage-list-item__text-container {
    width: 90%;
  }

  .mmc-textimage-list-item__text-right {
    padding-left: unset;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }

  .mmc-textimage-list-item__text-left {
    padding-right: unset;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }

  .mmc-textimage-list-item__link-button {
    margin-top: 20px;
  }

  .mmc-textimage-list-item__text-container.mmc-left {
    display: none;
  }

  .mmc-textimage-list-item__text-container.mmc-right {
    margin-top: 15px;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .mmc-textimage-list-item__text-container {
    width: 100%;
  }

  .mmc-textimage-list-item__big-title {
    font-size: 38px;
  }

  .mmc-textimage-list-item__big-description {
    padding-top: 8px;
    font-size: 18px;
  }

  .mmc-textimage-list-item__text-right .mmc-textimage-list-item__link-button {
    width: 100%;
    text-align: center;
  }

  .mmc-textimage-list-image {
    height: 200px;
  }
}

/* END - MMC Advantage Text/Image Card */

/* MMC Careers Text Grid */
.mmc-text-grid-section {
  background: #016d9a;
  margin-top: 80px;
}

.mmc-text-grid__container {
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
}

.mmc-text-grid__main {
  width: 40%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mmc-text-grid__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .mmc-text-grid__grid-item {
    width: 50%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding: 10px;
  }

}

.mmc-text-grid__grid {
  width: 60%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 48.5% 48.5%;
  padding-left: 120px;
}

.mmc-text-grid__main-title {
  font-family: 'noto-sans';
  font-weight: bold;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #ffffff;

}

.mmc-text-grid__main-description {
  font-family: 'noto-sans';
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #ffffff;
  padding-top: 45px;
}

.mmc-text-grid__main-description p {
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #ffffff;
}

.mmc-text-grid__main-description p a {
  color: #ffffff;
  text-decoration: underline;
}

.mmc-text-grid__grid-item {
  height: 200px;
  width: 275px;
}

.mmc-text-grid__grid-title {
  font-family: 'noto-sans';
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #ffffff;
}

.mmc-text-grid__grid-description {
  font-family: 'noto-sans';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #ffffff;
  padding-top: 25px;
}

.mmc-text-grid__grid-description p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #ffffff;
}

.mmc-text-grid__grid-description p a {
  color: #ffffff;
  text-decoration: underline;
}


@media screen and (max-width: 1200px) {
  .mmc-text-grid__grid {
    padding-left: 50px;
    grid-gap: 20px;
  }

  .mmc-text-grid__main {
    width: 35%;
  }

  .mmc-text-grid__grid-item {
    width: 95%;
  }
}

@media screen and (max-width: 960px) {
  .mmc-text-grid__container {
    display: block;
  }

  .mmc-text-grid__main {
    width: 100%;
  }

  .mmc-text-grid__grid {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
  }

  .mmc-text-grid__grid-item {
    width: 87%;
  }
}

@media screen and (max-width: 768px) {

  .mmc-text-grid__grid {
    display: block;
    grid-gap: unset;
    grid-template-columns: unset;
    padding-left: unset;
    padding-top: unset;
  }

  .mmc-text-grid__grid-item {
    height: unset;
    width: 95%;
    padding-top: 60px;
  }
}
/* END - MMC Careers Text Grid */

/* MMC Careers Op-Co's Grid */

.mmc-leadership-grid-item__external {
  height: 50px;
  width: 50px;
  background-image: url('../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/logos/external-link-logo.png');
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 10px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  display: none;
}

.mmc-text-quote__title.careers-opco {
  text-transform: unset;
}

.mmc-text-quote__description.careers-opco {
  border-bottom: unset;
}

.mmc-leadership-grid-container.careers-opco {
  padding-top: 50px;
}

@media screen and (max-width: 960px) {
  .mmc-leadership-grid-container.careers-opco {
    padding-top: unset;
  }
}

@media screen and (max-width: 500px) {
  .mmc-leadership-grid-container.careers-opco {
    grid-template-columns: 100%;
  }

  .mmc-leadership-grid-container.careers-opco .mmc-leadership-grid-item .mmc-leadership-grid-item__title {
    display: block;
  }

  .mmc-leadership-grid-item__external {
    display: block;
  }

  .careers-opco .mmc-leadership-grid-item__name {
    font-size: 28px;
  }

  .careers-opco .mmc-leadership-grid-item__title {
    font-size: 22px;
  }
}

/* END - MMC Careers Op-Co's Grid */

/* MMC Careers Awards Section */

.mmc-awards-container {
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
}

.mmc-awards-container-community {
  width: 25%;
  margin-right: 100px;
}

.mmc-awards-container-follow {
  width: 23%;
  margin-right: 60px;
}

.mmc-awards-container-follow-links {
  display: flex;
  height: 44px;
  padding-top: 8px;
}

.mmc-awards-container-follow-links__item {
  width: 44px;
  margin-right: 7px;
}

.mmc-awards-container-award1 {
  width: 20%;
  margin-right: 60px;
}

.mmc-awards-container-award2 {
  width: 13%;
}

.mmc-awards-container-community__title, .mmc-awards-container-follow__title {
  font-family: 'noto-sans';
  font-weight: bold;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #ffffff;
}

.mmc-awards-container-community__description, .mmc-awards-container-follow__description {
  font-family: 'noto-sans';
  font-size: 16px;
  line-height: 1.22;
  color: #ffffff;
  padding-top: 8px;
}

.mmc-textimage-list-item__link-button.award-section {
  margin-top: 12px;
}

@media screen and (max-width: 1200px) {
  .mmc-awards-container-community {
    width: 30%;
    margin-right: 50px;
  }

  .mmc-awards-container-follow {
    margin-right: 30px;
  }

  .mmc-awards-container-follow-links__item {
    margin-right: unset;
  }

  .mmc-awards-container-follow-links__item svg {
    width: 36px;
    height: 36px;
  }

  .mmc-awards-container-award1 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 960px) {
  .mmc-awards-container {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    grid-gap: 60px;
    margin-left: 20px;
  }

  .mmc-awards-container-community {
    width: 80%;
    margin-right: unset;
  }

  .mmc-awards-container-follow {
    width: 80%;
    margin-right: unset;
  }

  .mmc-awards-container-award1 {
    width: 80%;
    margin-right: unset;
  }

  .mmc-awards-container-award2{
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .mmc-awards-container {
    grid-template-columns: 100%;
    grid-gap: 80px;
    align-items: center;
    justify-items: center;
  }

  .mmc-awards-container-follow-links {
    padding-top: 18px;
  }

  .mmc-awards-container-community {
    width: 60%;
  }

  .mmc-awards-container-follow {
    width: 60%;
  }

  .mmc-awards-container-award1 {
    max-width: 300px;
  }

  .mmc-awards-container-award2 {
    max-width: 200px;
  }
}

@media screen and (max-width: 500px) {
  .mmc-awards-container-community {
    width: 90%;
  }

  .mmc-awards-container-follow {
    width: 90%;
  }
}

@media screen and (max-width: 375px) {
  .mmc-textimage-list-item__link-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*END -  MMC Careers Awards Section*/

/* MMC Careers Banner Section */

.mmc-general-banner.mmc-careers-banner .hero--main .hero--main__inner .hero--main__title {
  max-width: 58.3%;
}

.mmc-general-banner.mmc-careers-banner .hero--main .hero--main__inner .hero__lead {
  max-width: 58.3%;
  font-size: 18px;
}

.mmc-careers-banner .hero--main .hero--main__inner .mmc-careeers-banner-aux {
  display: inline-block;
  width: 100%;
}

.mmc-careers-banner .hero--main .hero--main__inner .mmc-careeers-banner-aux .mmc-textimage-list-item__link-button {
  float: left;
}

.mmc-careers-banner .hero--main .hero--main__inner .mmc-careeers-banner-aux .header-video__container {
  margin-top: 42px;
  float: right;
}

.mmc-careers-banner .hero--main .hero--main__inner .mmc-careeers-banner-aux .header-video__container .header-video__play-button {
  border: 3px solid #00a3c3;
  width: 38px;
  height: 38px;
}

.mmc-careers-banner .hero--main .hero--main__inner .mmc-careeers-banner-aux .header-video__container .header-video__play-button .header-video__play {
  border-color: transparent transparent transparent #00a3c3;
  border-width: 8px 0 8px 13.4px;
  left: 56%;
}

.mmc-careers-banner .hero--main .hero--main__inner .mmc-careeers-banner-aux .header-video__container .header-video__title {
  display: none;
}

@media screen and (max-width: 768px) {
  .mmc-careers-banner .hero--main .hero--main__inner .mmc-careeers-banner-aux .mmc-textimage-list-item__link-button {
    float: unset;
  }

  .mmc-careers-banner .hero--main .hero--main__inner .mmc-careeers-banner-aux .header-video__container {
    float: unset;
    margin-left: 16px;
  }

  .mmc-general-banner.mmc-careers-banner .hero--main .hero--main__inner .hero--main__title {
    font-size: 36px;
    max-width: 80%;
  }

  .mmc-general-banner.mmc-careers-banner .hero--main .hero--main__inner .hero__lead {
    margin-top: 36px;
    max-width: 80%;
  }

  .mmc-careers-banner .hero--main .hero--main__inner .mmc-careeers-banner-aux .header-video__container .header-video__title {
    display: block;
  }
}

/* END - MMC Careers Banner Section */

/* MMC Advantage Quote Photo Section */
.mmc-quote-photo-section {
  background: #016d9a;
  margin-top: 80px;
}

.mmc-quote-photo__container {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mmc-quote-photo__image {
  width: 24%;
  float: left;
  margin-right: 60px;
}

.mmc-quote-photo__photo {
  background-color: #c0c0c0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 50%;
  min-width: 240px;
  height: 240px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mmc-quote-photo__text {
  width: fit-content;
}

.mmc-quote-photo__text-title {
  font-family: "noto-sans";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ffffff;
}

.mmc-quote-photo__text-description {
  font-family: "noto-sans";
  font-size: 42px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-top: 30px;
}

@media screen and (max-width: 960px) {
  .mmc-quote-photo__image {
    display: none;
  }

  .mmc-quote-photo-section {
    background: #f2f2f2;
    margin-top: 72px;
  }

  .mmc-quote-photo__container {
    display: block;
  }

  .mmc-quote-photo__text-title {
    color: #37424a;
  }

  .mmc-quote-photo__text-description {
    color: #37424a;
  }
}

@media screen and (max-width: 768px) {
  .mmc-quote-photo-section {
    background: #016d9a;
    margin-top: 30;
  }

  .mmc-quote-photo__text-title {
    color: #ffffff;
  }

  .mmc-quote-photo__text-description {
    color: #ffffff;
  }
}

@media screen and (max-width: 500px) {
  .mmc-quote-photo__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mmc-quote-photo__text-title {
    font-size: 16px;
  }

  .mmc-quote-photo__text-description {
    font-size: 22px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mmc-quote-photo__text {
    width: 100%;
  }
}
/* END - MMC Advantage Quote Photo Section */

/* MMC Core Values Section */

.mmc-core-values-section {
  background: #016d9a;
  margin-top: 48px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mmc-core-values__container {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mmc-core-values__item {
    width:25%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 20px;
  }

  .mmc-core-values__item:last-of-type {
    border-right: none;
  }
}

.mmc-core-values__container {
  display: grid;
  grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
  grid-gap: 40px;
  margin-left: 25px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.mmc-core-values__item {
  border-right: solid 2px rgba(255,255, 255, .1);
  padding-right: 20px;
  min-height: 280px;
  position: relative;
}

.mmc-core-values__item:last-of-type {
  border-right: unset;
}

.mmc-core-values__title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #ffffff;
}

.mmc-core-values__description {
  font-family: "noto-sans";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
  padding-top: 20px;
}

.mmc-core-values__item .mmc-textimage-list-item__link-button {
  position: absolute;
  bottom: 0;
}

.mmc-textimage-list-item__link-button.award-section:hover,
.mmc-core-values__item .mmc-textimage-list-item__link-button:hover {
  border: solid 1px #fafafa;
}

@media screen and (max-width: 1200px) {
  .mmc-core-values__container {
    margin-left: 5px;
    grid-gap: 35px;
  }

  .mmc-core-values__item {
    border-right: solid 2px rgba(255,255, 255, .1);
    position: relative;
    padding-right: 10px;
    min-height: 300px;
  }
}

@media screen and (max-width: 960px) {
  .mmc-core-values__container {
    grid-template-columns: 48.5% 48.5%;
    grid-gap: 45px;
  }

  .mmc-core-values__item {
    border-right: unset;
    padding-right: 30px;
    min-height: unset;
  }

  .mmc-core-values__item .mmc-textimage-list-item__link-button {
    position: unset;
    bottom: unset;
  }
}

@media screen and (max-width: 600px) {
  .mmc-core-values__container {
    grid-template-columns: 100%;
  }

  .mmc-core-values__item {
    padding-right: 0;
  }

  .mmc-core-values__item:last-of-type {
    border-bottom: unset;
  }

  .mmc-core-values__item .mmc-textimage-list-item__link-button {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 45px;
    text-align: center;
  }
}
/* END - MMC Core Values Text Section */

/* MMC Homepage Header */

.mmc-homepage-header.site-header {
  background: #04193C;
}

@media screen and (min-width: 960px) {
  .mmc-homepage-header .main-nav {
    background: #04193C;
  }
}

.mmc-page-header.mmc-homepage-header .site-header__bottom .container .main-nav .site-nav__list .site-nav__list__item a {
  color: #ffffff;
}

.mmc-homepage-header .site-header__bottom {
  margin-bottom: 0;
}

.mmc-homepage-header .site-header__bottom.is-sticky {
  background: #04193C;
}

.mmc-homepage-header .site-search-toggle .icon--search:before {
  color: #ffffff;
}

.mmc-homepage-header .mmc-site-header__mobile-toggle {
  color: #ffffff;
}

.mmc-homepage--banner__overlay {
  z-index: 1;
  width: 100%;
  height: 25%;
  top: 0;
  left: 0;
  position: absolute;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), #04193C);
  background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0), #04193C);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), #04193C);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), #04193C);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #04193C);
}

/* END - MMC Homepage Header */

/* MMC Homepage Banner */

.mmc-homepage-banner svg {
  position: relative;
  bottom: 59px;
  width: 100%;
  height: 60px;
}

.mmc-homepage-banner .hero--main {
  height: 800px;
}

.mmc-homepage-middle-container {
  position: absolute;
  top: 730px;
  padding-left: 0;
}

.mmc-advantage-buttons {
  margin-top: 20px;
  display: none;
}

.mmc-homepage-banner .hero--main__asides-group--mobile {
  display: none;
}

.mmc-homepage-banner .hero--main__strapline {
  font-family: "noto-sans";
}

.mmc-homepage-banner .hero--main__strapline,
.mmc-homepage-banner .hero--main__title {
  text-transform: none;
}

.mmc-homepage-banner .hero--main__content {
  padding-top: 100px;
}

.mmc-homepage-banner-img {
  max-height: 320px;
  min-height: 275px;
}

.mmc-homepage-banner-img img {
  display: block !important;
}

.mmc-homepage-cta {
  display: flex;
}

@media screen and (min-width: 960px) {
  .mmc-homepage-banner .hero--main__title {
    font-size: 59px;
  }
}

@media screen and (max-width: 960px) {
  .mmc-homepage-banner .hero--main {
    height: 600px;
  }

  .mmc-homepage-banner svg {
    bottom: 39px;
    height: 40px;
  }

  .mmc-homepage-banner .hero--main__content {
    vertical-align: unset;
  }

  .mmc-homepage-middle-container {
    display: none;
    top: 540px;
  }

  .mmc-advantage-buttons {
    display: block;
  }

  .mmc-homepage-banner .hero--main__content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 800px) {
  .mmc-homepage-banner-img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .mmc-homepage-banner .hero--main {
    height: 450px;
  }

  .mmc-homepage-banner svg {
    bottom: 19px;
    height: 20px;
  }

  .mmc-homepage-banner .hero--main__content {
    padding-top: 0px;
  }

  .mmc-homepage-banner .hero--main__strapline {
    font-size: 16px;
  }

  .mmc-advantage-buttons {
    margin-top: 0px;
  }
}

/* END - MMC Homepage Banner */


/* MMC Advantage Items Section */

.mmc-advantage-items-section {
  background: #00235e;
  margin-top: 48px;
  margin-bottom: 48px;
}

.mmc-advantage-items__container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mmc-advantage-items__container {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
  }
  .mmc-advantage-items__item {
    width:33%;
  }
}
.mmc-advantage-items__item {
  border-right: solid 1px #34445e;
  position: relative;
  text-align: center;
}

.mmc-advantage-items__item:last-of-type {
  border-right: unset;
}

.mmc-advantage-items__title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #ffffff;
  max-width: 220px;
  margin: auto;
}

.mmc-advantage-items__description {
  font-family: "noto-sans";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
  padding-top: 20px;
  max-width: 285px;
  margin: auto;
}


@media screen and (max-width: 1200px) {
  .mmc-advantage-items__item {
    border-right: solid 1px #34445e;
    position: relative;
  }
}

@media screen and (max-width: 960px) {
  .mmc-advantage-items__item {
    padding-right: 10px;
  }

  .mmc-advantage-items__item:last-of-type {
    border-bottom: unset;
  }
}

@media screen and (max-width: 620px) {
  .mmc-advantage-items__container {
    grid-template-columns: 100%;
    grid-gap: 35px;
  }

  .mmc-advantage-items__item {
    border-bottom: solid 1px #34445e;
    border-right: none;
    padding-bottom: 45px;
  }

  .mmc-advantage-items__item:last-of-type {
    grid-column: span 1;
    border-bottom: unset;
    padding-bottom: 0;
  }

  .mmc-advantage-items__item .mmc-textimage-list-item__link-button {
    margin-top: 35px;
    text-align: center;
  }
}
/* END - MMC Advantage Items Section */

/* MMC Homepage Social Feed */
.mmc-social-feed {
  background: #ffffff;
  height: 270px;
}

.mmc-social-feed .tweet {
  max-width: 500px;
  height: 120px;
}

.mmc-social-feed .bx-wrapper {
  height: 150px;
}

.mmc-social-feed .bx-viewport {
  height: 150px;
}

.mmc-social-feed .twitter-feed__header {
  border-right: solid 1px #f2f2f2;
  height: 150px;
}
.mmc-social-feed .twitter-feed__header h4 {
  color: #1a2530;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 10px;
}

.mmc-social-feed .twitter-feed__inner {
  margin-top: 45px;
}

.mmc-social-feed .twitter-feed__content {
  height: 150px;
  margin-top: 27px;
}

.mmc-social-feed .twitter-feed__content ul li {
  font-family: "noto-sans";
  color: #1a2530;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.38px;
}

.mmc-social-feed .twitter-feed__content ul li a {
  font-family: 'noto-sans';
  font-weight: bold;
  color: #00a3c3;
}

.mmc-social-feed-subtitle {
  font-family: "noto-sans";
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #80808e;
  margin-left: 20px;
}

.mmc-social-feed .mmc-awards-container-follow-links__item svg {
  width: 36px;
  height: 36px;
}
/* END - MMC Homepage Social Feed */

/* MMC News Events Aggregator */

@media screen and (min-width: 960px) {
  .mmc-news-aggregator ul li {
    height: 378px !important;
  }

  .mmc-news-aggregator ul li:first-of-type {
    width: 65%;
  }

  .mmc-news-aggregator ul li:nth-of-type(4) {
    width: 65%;
    margin-left: 1%;
  }

  .mmc-news-aggregator ul li:nth-of-type(6) {
    width: 32%;
  }

  .mmc-news-aggregator ul li:nth-of-type(7) {
    width: 32%;
    margin-left: 1%;
  }
}

.mmc-aggregator-title {
  text-transform: none;
  float: left;
}

.mmc-aggregator-button {
  float: right;
  margin-right: 15px;
}

.mmc-aggregator-list {
  display: none;
}

.mmc-pagination {
  margin-right: 15px;
}

.mmc-news-list__item {
  width: 780px;
  margin: 70px auto;
}

.mmc-news-list__content {
  width: 700px;
}

.mmc-news-list__container ul {
  list-style-type: none;
}

.mmc-news-list__meta {
  padding-bottom: 8px;
}

.mmc-news-list__content-date {
  font-family: "noto-sans";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #37424a;
  padding-right: 16px;
}

.mmc-news-list__content-opco {
  font-family: "noto-sans";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #00a3c3;
}

.mmc-news-list__content-title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-size: 32px;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.19;
  letter-spacing: normal;
  color: #37424a;
}

.mmc-news-list__item:hover {
  transition:all 0.15s ease;
  -webkit-transform: scale(1.015);
  -ms-transform: scale(1.015);
  transform: scale(1.015);
}

@media screen and (max-width: 960px) {
  .mmc-aggregator-button {
    float: right;
    margin-right: 0px;
  }

  .mmc-pagination {
    margin-right: 0px;
  }

  .mmc-aggregator-container {
    max-width: none;
  }

  .mmc-news-list__item {
    width: 560px;
    margin: 60px auto;
  }

  .mmc-news-list__content {
    width: 500px;
  }

  .mmc-news-list__content-opco,
  .mmc-news-list__content-date {
    font-size: 12px;
  }

  .mmc-news-list__content-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 620px) {
  .mmc-news-list__item {
    width: 480px;
    margin: 50px auto;
  }

  .mmc-news-list__content {
    width: 375px;
  }
}

@media screen and (max-width: 500px) {
  .mmc-aggregator-button {
    width: 100%;
  }

  .mmc-news-list__item {
    width: 300px;
    margin: 50px auto;
  }

  .mmc-news-list__content {
    width: 270px;
  }
}

/* END - MMC News Events Aggregator */

/* MMC News Events Banner */

.mmc-careers-newsevents .hero--main__title,
.mmc-careers-newsevents .hero--main .hero--main__inner .hero--text__title,
.mmc-careers-newsevents .hero__title {
  font-size: 40px;
}

.mmc-careers-newsevents .hero__lead,
.mmc-careers-newsevents .hero__subtitle,
.mmc-careers-newsevents .hero--text__statement {
  font-size: 20px;
}

.mmc-newsevents-tag {
  background: #00a8c8;
}

.mmc-contact-card {
  width: 375px;
  height: 200px;
  background-color: #ffffff;
  padding: 19px;
  box-sizing: border-box;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: normal;
  position: absolute;
  bottom: -230px;
  right: 30px;
}

@media screen and (max-width: 1200px) {
  .mmc-contact-card {
    bottom: -180px;
  }
}

@media screen and (max-width: 960px) {
  .mmc-contact-card {
    bottom: -100px;
    width: 300px;
    right: -47px;
  }

  .mmc-careers-newsevents .hero__content {
    margin-top: 20px;
  }

  .mmc-careers-newsevents .hero--main__title,
  .mmc-careers-newsevents .hero--main .hero--main__inner .hero--text__title,
  .mmc-careers-newsevents .hero__title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mmc-contact-card {
    bottom: -190px;
    left: 0;
    padding-left: 57px;
    width: 100%;
  }

  .mmc-careers-newsevents .hero--main__title,
  .mmc-careers-newsevents .hero--main .hero--main__inner .hero--text__title,
  .mmc-careers-newsevents .hero__title {
    font-size: 30px;
  }

  .mmc-careers-newsevents .hero__lead,
  .mmc-careers-newsevents .hero__subtitle,
  .mmc-careers-newsevents .hero--text__statement {
    display: none;
  }

  .mmc-newsevents-tag {
    font-size: 12px;
  }

  .mmc-careers-newsevents .hero__content {
    margin-top: -20px;
  }
}

@media screen and (max-width: 650px) {
  .mmc-contact-card {
    bottom: -180px;
  }
}

/* END - MMC News Events Banner */

/* MMC ESG and Corporate pages */

.mmc-div-text {
  border: solid 1px #d8d8d8;
  font-family: 'noto-sans';
  margin-top: 60px;
  background: #ffffff;
}

.mmc-div-text a {
  text-decoration: underline;
}

.mmc-div-text p {
  font-family: 'noto-sans';
  font-size: 16px;
  color: #1a2530;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: justify;
}

.mmc-div-text .mmc__header {
  /*FORMER Slt Pro-Medium*/Geneva,Tahoma,Verdana,sans-serif;
  font-family:"noto-sans",
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00235e;
}

/* END - MMC ESG and Corporate pages */

/* MMC Default Aggregator */

.mmc-margin-top {
  margin-top: 60px;
}

/* END - MMC Default Aggregator */

/* MMC Search */

.mmc-tag-search {
  text-transform: none;
}

.tag--mmc {
  background: #37424a;
}

/* END - MMC Search */

.mmc--tile.tile--no-image .tile__img {
  background: url("../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/backgrounds/article-default-sq.png") 0 0 no-repeat;
}

.mmc--tile.tile--no-image .tile__cta {
  color: #ffffff;
  text-transform: unset;
}

.mmc--tile.tile--no-image .tile__title {
  color: #ffffff;
}

.mmc--tile.mmc-perspective-tiles-item__overlay {
  height: 100%;
}


/* ESG component */
.mmc-esg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #d8d8d8;
  background-color: #ffffff;
  margin-top: 60px;
}

.mmc-esg-container .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 10px);
  margin: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mmc-esg-container .col .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "noto-sans";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00235e;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mmc-esg-container .col .select-container {
  width: 241px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-card {
  text-decoration: none;
  width: 100%;
  position: relative;
  min-height: 162px;
  border-radius: 2px;
  border: solid 1px #d8d8d8;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 22px;
  box-sizing: border-box;
  margin: 10px 0;
  cursor: pointer;
}

.image-card:hover,
.image-card:focus {
  background-color: #d7d6d6;
}

.image-card img {
  width: 120px;
  object-fit: contain;
}

.image-card .info {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  margin-left: 30px;
}

.image-card.colored {
  background-color: #016d9a;

}

.image-card.colored:hover,
.image-card.colored:focus {
  background-color: #005a82;
}

.image-card.colored .card-subtitle {
  color: #f2f2f2;
}

.image-card.colored .card-date {
  color: #f2f2f2;
}

.image-card.colored .card-title {
  color: #ffffff;
}

.image-card.colored .download-icon {
  color: #ffffff;
}

.image-card .card-subtitle {
  font-family: "noto-sans";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.37;
  letter-spacing: normal;
  margin: 0;
  color: #9b9b9b;
}

.image-card .card-date {
  font-family: "noto-sans";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.37;
  letter-spacing: normal;
  color: #80808e;
  margin: 0;
  margin-left: 11px;
}

.image-card .card-title {
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-size: 26px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #37424a;
  width: 90%;
  margin: 0;
  margin-top: 8px;
}

.image-card .download-icon {
  color: #37424a;
  font-size: 30px;
  margin-left: auto;
  position: absolute;
  bottom: 20px;
  right: 24px;
}

.simple-card {
  text-decoration: none;
  width: 100%;
  min-height: 100px;
  border-radius: 2px;
  border: solid 1px #d8d8d8;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 22px;
  box-sizing: border-box;
  margin: 10px 0;
  cursor: pointer;
  position: relative;
}

.simple-card:hover,
.simple-card:focus {
  background-color: #d7d6d6;
}

.simple-card.colored {
  background-color: #016d9a;
}

.simple-card.colored:hover,
.simple-card.colored:focus {
  background-color: #005a82;
}

.simple-card.colored .card-subtitle {
  color: #f2f2f2;
}

.simple-card.colored .card-date {
  color: #f2f2f2;
}

.simple-card.colored .card-title {
  color: #ffffff;
}

.simple-card.colored .download-icon {
  color: #ffffff;
}

.simple-card .card-subtitle {
  font-family: "noto-sans";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.37;
  letter-spacing: normal;
  margin: 0;
  color: #9b9b9b;
}

.simple-card .card-date {
  font-family: "noto-sans";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.37;
  letter-spacing: normal;
  color: #80808e;
  margin: 0;
  margin-left: 11px;
}

.simple-card .card-title {
  margin-top: 8px;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-size: 26px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #37424a;
  margin: 0;
  width: 90%;
  margin-top: 8px;
}

.simple-card .description {
  margin-top: 1px;
  font-family: "noto-sans";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #37424a;
}

.simple-card .download-icon {
  color: #37424a;
  font-size: 30px;
  margin-left: auto;
  position: absolute;
  bottom: 20px;
  right: 24px;
}

.col .select-container {
  width: 241px;
  display: flex;
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select .selector {
  cursor: pointer;
  height: 38px;
  border: solid 1px #d7d6d6;
  background-color: #f1f1f1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1a2530;
  font-family: noto-sans;
}

.custom-select .selector .placeholder{
  font-family: noto-sans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #80808e;
}

.custom-select .selector .icon {
  color: #01a7c8;
  font-size: 35px;
  transform: rotate(90deg);
}

.custom-select .options {
  display: none;
  margin: 0;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  position: absolute;
  width: 100%;
  top: 38px;
  left: 0;
  z-index: 1;
  overflow-y: auto;
  max-height: 300px;
  border-bottom: 1px solid #d7d6d6;
  background-color: #f1f1f1;

}

.custom-select .options li {
  padding: 10px;
  border-bottom: solid 1px #d7d6d6;
  border-left: solid 1px #d7d6d6;
  border-right: solid 1px #d7d6d6;
  color: #1a2530;
  font-family: noto-sans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.custom-select .options li:hover {
  background-color: lightgrey;
}

.load-more {
  margin: 30px 0 20px;
  cursor: pointer;
  width: 100%;
  font-family: noto-sans;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9b9b9b;
}

.simple-card.mmc-display-none {
  display: none;
}

@media only screen and (max-width: 960px) {
  .mmc-esg-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mmc-esg-container .col {
    width: 100%;
    margin: 0;
    padding: 0 9px;
  }
}

@media only screen and (max-width: 500px) {
  .image-card img {
    display: none;
  }
}

/* ESG final */

/* MMC Twitter Component Styles */

.mmc-tweet-text {
  max-width: 65%;
  float: left;
}

.mmc-tweet-image {
  max-width: 30%;
  max-height: 150px;
  float: right;
}

/* END - MMC Twitter Component Styles */

.font-notosans{
  font-family: "noto-sans";
}

.regular{
  font-weight: 400 !important;
}

.semibold{
  font-weight: 600!important;
}

.bold{
  font-weight: 700 !important;
}

html body #ContentWrapper {
  width: 100vw!important;
}

.btn--grey {
  background: #bdbdbd none repeat scroll 0 0;
  color: #000000;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1.5rem 0 0;
  padding: 0.3rem 1.3rem 0.5rem;
  position: relative;
  text-align: center;
  vertical-align: bottom;
}

.btn--grey:hover {
  background: #666666 none repeat scroll 0 0;
  color: #000000;
}

hr{border-top: solid 1px #e7e7e7;}

.hide {
  display: none !important;
}


/* fix for twitter feed prev and next buttons appearing */
.twitter-feed  .bx-controls-direction,
.news-feed .bx-controls-direction {display:none!important }

/* Additional style for Journal contents. TODO: roll into main css when done*/
.accordion__link-list{
  background: #f1f1f1;
  padding: 1.5rem;
}

/**Incorrect color on search Icon roll into main later**/
.site-search-toggle .icon--search:before {
  color: #000;
}

.accordion__location-phone{
  display: inline;
}

.accordion__header-locations {
  color: #00a8c8;
  cursor: pointer;
}

.accordion__header-locations h4{
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-weight: 700;
  margin: 15px 0 7px;
  margin: 1.5rem 0 0.7rem;
}


.media-center-aggregator__item--no-image .tag-wrapper.tag--capability {
  background: #f48132;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--in-the-news {
  background: #a9194f;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--industries {
  background: #c55f24;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--global {
  background: #8d380a;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--insights {
  background: #c98414;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--journal {
  background: #905501;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--case-studies {
  background: #838e30;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--initiative {
  background: #932077;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--culture {
  background: #932077;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--news {
  background: #a9194f;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--community {
  background: #128c3f;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--leadership {
  background: #008075;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--location {
  background: #008075;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--campus-event {
  background: #43286d;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--event {
  background: #a9194f;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--career-profile {
  background: #006d9e;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--contact-us {
  background: #37424a;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--our-values {
  background: #8d0876;
  padding: 0;
}
.media-center-aggregator__item--no-image .tag-wrapper.tag--awards {
  background: #128c3f;
  padding: 0;
}

.video-module{
  height: 25rem;
}

#js-careers-profiles .tiles-grid--aggregator__content .tile .tile__img img {
  max-height: 100%;
  max-width: none;
}

.article__header {margin: 3rem 0 1rem 0;}

/** Tile truncation **/
.tile__overflow{
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 2;
  height: 90px;
  height: 9rem;
  padding-top: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.57) 25%, rgba(0,0,0,1) 44%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(0,0,0,0.57)), color-stop(44%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.57) 25%,rgba(0,0,0,1) 44%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.57) 25%,rgba(0,0,0,1) 44%,rgba(0,0,0,1) 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.57) 25%,rgba(0,0,0,1) 44%,rgba(0,0,0,1) 100%); /* IE10 preview */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.57) 25%,rgba(0,0,0,1) 44%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}

@media screen and (min-width: 600px){
  .tile__overflow{ z-index: 0; }
}


.tile:hover .tile__overflow{
  z-index: 2;
}

.tile--no-image .tile__overflow{
  z-index: 2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(244,244,244,0.55) 24%, rgba(244,244,244,1) 44%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(24%,rgba(244,244,244,0.55)), color-stop(44%,rgba(244,244,244,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(244,244,244,0.55) 24%,rgba(244,244,244,1) 44%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(244,244,244,0.55) 24%,rgba(244,244,244,1) 44%,rgba(244,244,244,1) 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(244,244,244,0.55) 24%,rgba(244,244,244,1) 44%,rgba(244,244,244,1) 100%); /* IE10 preview */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(244,244,244,0.55) 24%,rgba(244,244,244,1) 44%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
}

.accordion__content__text ul li{padding: 0 15px 5px;}

accordion__location-image img{width: 226px;}

.site-header__bottom.is-sticky .main-nav--mobile {height:100vh; overflow: scroll;}

/*No trasparent tagboard*/
.tagboard-ow{
  display:grid;
}

.tagboard-ow iframe{
  z-index: 2;
  background-color: white;
}

.eight--columns .tiles .tile__title{
   font-size: 1.4rem;
 }

.full-tile-width{
  width: 100% !important;
}

.site-header__logo {
  max-width: 300px;
  width: 100%;
}

.eight--columns.content-centered p, .eight--columns p  {
	font-family: 'noto-sans'!important;
}
.hero--main--combination__tile {
  overflow: hidden;
  position: relative;
  margin-bottom:1.1rem
}
.hero--main--combination .hero__content, .hero--main--combination .hero--home__content, .hero--main--combination .hero--profile__content, .hero--main--combination .hero--small-image__content, .hero--main--combination .hero--text__content {
  top: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .hero--main--combination .hero__content, .hero--main--combination .hero--home__content, .hero--main--combination .hero--profile__content, .hero--main--combination .hero--small-image__content, .hero--main--combination .hero--text__content {
    top: 100px;
    top: 10rem;
    margin: auto;
    width: 75%;
    padding: 10px;
  }
}
.hero--main--combination .hero__content .hero--main__title, .hero--main--combination .hero--home__content .hero--main__title, .hero--main--combination .hero--profile__content .hero--main__title, .hero--main--combination .hero--small-image__content .hero--main__title, .hero--main--combination .hero--text__content .hero--main__title {
  text-transform: none;
  /*FORMER Slt Pro-Medium*/
  font-family: "noto-sans";
  font-weight: bold;
  margin: 20px 0 0px;
  margin: 2rem 0 0rem;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  .hero--main--combination .hero__content .hero--main__title, .hero--main--combination .hero--home__content .hero--main__title, .hero--main--combination .hero--profile__content .hero--main__title, .hero--main--combination .hero--small-image__content .hero--main__title, .hero--main--combination .hero--text__content .hero--main__title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.hero--main--combination .hero__content .hero__lead, .hero--main--combination .hero--home__content .hero__lead, .hero--main--combination .hero--profile__content .hero__lead, .hero--main--combination .hero--small-image__content .hero__lead, .hero--main--combination .hero--text__content .hero__lead {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0px;
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .hero--main--combination .hero__content .hero__lead, .hero--main--combination .hero--home__content .hero__lead, .hero--main--combination .hero--profile__content .hero__lead, .hero--main--combination .hero--small-image__content .hero__lead, .hero--main--combination .hero--text__content .hero__lead {
    font-size: 19px;
    font-size: 1.9rem;
    margin-top: 10px;
    margin-top: 1rem;
  }
}
.hero--main--combination .hero--tiled__combination__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 1rem 3rem;
  height: 100%;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,0) 70%,rgba(0,0,0,0.1) 44%,rgba(0,0,0,1) 100%);
}
.hero--main--combination .hero--tiled__combination__text__top {
  color: #fff;
  font-size: 1.3rem !important;
  background: #006d9e;
  padding: 1px 10px !important;
  margin-bottom: 0 !important;
}
.hero--main--combination .hero--tiled__combination__text__bottom {
  color: #00a8ca;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.hero--main--combination .hero--tiled__combination__text p {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0;
  line-height: 25px;
}
@media screen and (min-width: 960px) {
  .hero--main--combination .hero--tiled__combination__text p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
  }

  .video-banner-description{
    bottom: 43px;
  }

  .hub-video-icon{
    bottom: 90px;
  }

  .hero--main--combination__tile {
    margin-bottom: auto;
  }

}
@media screen and (min-width: 1200px) {


  .hero--tiled__tile:last-child {
    margin-bottom: 1.1rem;
  }
  .hero--main--combination .hero--tiled__combination__text p {
    font-size: 2rem;
    line-height: 24px;
  }
}
.hero--main--combination .hero--tiled__combination__text .video-module__icon {
  bottom: -20px;
  font-size: 30px;
  font-size: 3rem;
  padding: 10px 0px;
  padding: 1rem 0rem;
}
@media screen and (min-width: 768px){
  .hero--main--combination .hero__content{top: 55%;}
}
.hero--tiled__tile:last-child{margin-bottom: 0.8rem;}
.hero--main--combination .hero--tiled__combination__text{padding-top:15%;}

.hub-banner .four--columns-tablet-one-column{
  margin-left: -10px;
}

.hub-video-icon{
  bottom: 75px;
}

.video-banner-description{
  bottom: 20px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  color: #00a8c8;
  width: 80%;
  height: 4.2rem;
  font-size: 1.7rem;
  z-index: 1;
  text-align: center;
}

/*Widget*/
@media only screen and (max-width: 960px) {
  .hero--main--combination .hero--tiled__combination__text p {
    font-size: 2.5rem;
    line-height: 28px;
  }
  .hero--main--combination .hero--tiled__combination__text{padding-top: 15%;}
}
@media only screen and (max-width: 1200px) {
  .hero--main--combination .hero--tiled__combination__text__bottom {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .hero--main--combination .hero--tiled__combination__text {
    padding-top: 15%;
  }
  .hero--main--combination .hero__content {
    top: 55%
  }
}
.hero--main--combination .hero__content {
  top: 40%
}
@media only screen and (max-width: 420px) {
  .hero--main--combination .hero__content {
    top:25%;
  }
}
.hub-banner.four--columns-tablet-one-column {
  margin-left: -10px;
}
.hero--main--combination .hero--tiled__combination__text__top {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.hero--main--combination .hero--tiled__combination__text {
  padding-top: 10%;
}

.hub-subtitle{
  font-size: 2rem;
}

.hero--main .hero--main__overlay{
  z-index: 1;
}

.hero--main .hero__content{
  z-index: 2;
}

.media-center-social-div .label-tabs {
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  width: 306px;
}

#mcs-content1, #mcs-content2 {
  display: none;
  padding: 20px 0 0;
}

.media-center-social-div > .label-tabs > input {
  display: none;
}

.media-center-social-div .label-tabs > label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  width: 150px;
  font-size: 2rem;
  text-transform: uppercase;
  /*border: 1px solid #ddd;*/
}

.media-center-social-div > .label-tabs > label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.media-center-social-div > .label-tabs > label:hover {
  color: #888;
  cursor: pointer;
}

.media-center-social-div > .label-tabs > input:checked + label {
  color: #555;
  border-bottom: 3px solid #00a8c8;
}

.media-center-social-div .filter--media-center {
  margin-top: 1em;
  border-radius: 3px;
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
  min-height: 41px;
  padding: 9px;
  max-width: 120rem;
  text-transform: uppercase;
}

.media-center-social-div .filter--media-center a {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #00a8c8;
  font-weight: 500;
}

.media-center-social-div .filter--media-center .selected {
  color: #141414;
}

#mcs-tab1:checked ~ #mcs-content1,
#mcs-tab2:checked ~ #mcs-content2 {
  display: block;
}

@media screen and (max-width: 400px) {
  .media-center-social-div > label {
    padding: 15px;
  }
}

.filter--media-center .media-filter-social {
  display: none;
}
.contact-box{color: #fff; width: 100%; display: block; position: relative; background: #00a8c8; padding: 0.7rem 1.2rem;}
    .contact-box:hover, .contact a:visited{background:#006d9e;}
    .contact-box p, .contact-box a{color: #fff}
	.contact-box hr{border-top: solid 1px  #fff; margin: 0.5rem .1rem; opacity: 0.7;}
    .contact-box h5{color: #fff; text-transform: uppercase;font-family: "noto-sans"; font-weight: 700; margin: 1rem 0;}

    .contact-box:after, .contact-us a.email:after, .contact-us a.phone:after, .contact-us a.twitter:after, .contact-us a.page:after {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased; 
    }

    .contact-box:after {
     color: #fff; 
        position: absolute;
        top: 2rem; 
        right: 1.2rem;
    }

    .contact-box:after, .contact-box.page:after{content: "\e93c"; margin-top: -0.25rem;}
    .contact-box.email:after{content: "\e933";}
    .contact-box.twitter:after{content: "\e948"; font-size: 2rem; margin-top: -0.5rem;}
    .contact-box.phone:after{content:"\e900";}

    .contact-us a.email:after{content: "\e933"; margin-left: 1rem;}
    .contact-us a.phone:after{content: "\e900";  margin-left: 1rem;}
    .contact-us a.twitter:after{content: "\e948"; margin-left: 1rem;}
    .contact-us a.page:after{content: "\e93c";  margin-left: 1rem;}
.image-teaser hr{border-top: solid 1px  #cdcdcd; margin: 0.5rem .1rem; opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.9); /* White w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 1280px;
    height: auto;
    max-height: 720px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.cookie-bar {
  width: 95%;
  margin: 0 2.5%;
  background: rgba(2, 33, 82, 0.9); /* Green background with 30% opacity */
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3147483647;
}

.cookie-content {
  padding: 30px 0 29px 0;
}

.cookie-bar p {
  font: normal 13px/16px "ProximaNovaBold", "ProximaNovaBold_T", "ProximaNovaBold_C", Arial, sans-serif;
  min-width: 100px;
}

.cookie-bar p a, .cookie-bar p a:hover {
  color: #00a8c8;
}

.cookie-bar .btn {
  min-width: 100px;
  margin-left: auto;
  display: inline;
  padding: 6px 29px;
}

.cookie-bar .btn {
  color: #fff !important;
}

.cookie-bar .btn:hover {
  background: #006d9e;
}

.cookie-bar .ten--columns {
  padding-left: 50px;
}

@media (max-width: 1257px) {
  .cookie-bar .btn {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .cookie-bar .ten--columns, .cookie-bar .one--column {
    text-align: center;
  }
  .cookie-bar .ten--columns {
    padding-left: 0px;
  }
}
.homepage-hero-module {
  border-right: none;
  border-left: none;
}

.no-video .video-container video,
.touch .video-container video {
  display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

.homepage-hero-module .video-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.homepage-hero-module .video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.homepage-hero-module .video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.homepage-hero-module .video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.homepage-hero-module .video-container video.fillWidth {
  height: 100%;
  object-fit: cover;
  width:100%;
  max-width: unset;
  visibility: hidden;
}

.homepage-hero-module .video-container video.fillWidth.notwide{
  height: 100%;
  width: 100%;
  max-width: unset;
}

generalbanner .hero--main__overlay {
  z-index: 1;
}

.hero--main__content, .hero__content {
  z-index: 2;
}

.hero__content {
  z-index: 2;
}

generalbanner .hero--main__overlay {
  z-index: 1;
}

video.top-bannerv-align {
  top: 0 !important;
  bottom: unset !important;
}

video.bottom-bannerv-align {
  bottom: 0 !important;
  top: unset !important;
}

section.hero--main {
  overflow: hidden !important;
}

/* MMC Pages Banner */
.mmc-general-banner .hero--main {
  height: 420px;
}

.mmc-general-banner .hero--main .hero--main__inner .tag {
  display: none;
}

.mmc-general-banner .hero--main .hero--main__inner {
  font-family: "noto-sans";
}

.mmc-general-banner .hero--main .hero--main__inner .hero--main__title {
  font-size: 60px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
}

.mmc-general-banner .hero--main .hero--main__inner .hero__lead {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  .mmc-general-banner .hero--main .hero--main__inner .hero--main__title {
    margin-top: 1.3em;
  }
}

.mmc-general-banner .hero--main__overlay {
  opacity: unset;
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), #000000); /* FF3.6+ */
  background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0), #000000); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), #000000); /* Opera 11.10+ */
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0), #000000); /* IE10+ */
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #000000); /* W3C */
}

.solutionsTileGrid {
  margin: 1.5rem 0;
}

.solutions-tile {
  width: calc((100% - 45px) / 4);
  list-style: none;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 1.1rem;
  background-color: black;
}

.solutions-tile-grid-container .four-columns .solutions-tile {
  width: calc((100% - 45px) / 4);
}

.solutions-tile-grid-container .four-columns li:nth-of-type(4n) {
  margin-right: 0;
}

.solutions-tile-grid-container .three-columns .solutions-tile {
  width: calc((100% - 30px) / 3);
}

.solutions-tile-grid-container .three-columns li:nth-of-type(3n) {
  margin-right: 0;
}

.solutions-tile a {
  position: relative;
}

.solutions-tile img {
  width: 100%;
  opacity: .75;
}

.solutions-tile-grid-container ul {
  padding: 0;
}

.solutions-tile-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  color: white;
}

.solutions-tile-text * {
  text-align: center;
}

.solutions-tile a:hover .solutions-tile-text {
  color: white;
}

.solutions-tile-title {
  font-size: 2.4rem;
  font-family: "noto-sans";
}

.solutions-tile-description {
  font-size: 1.4rem;
  visibility: hidden;
}

.solutions-tile a:hover .solutions-tile-description {
  visibility: visible;
}

.solutions-left .section-content {
  width: calc((100% / 3) * 2);
  padding-top: 2rem;
}

.solutions-left .article__section:nth-of-type(2n) {
  background: #f2f2f2;
}

.solutions-right {
  width: calc((100% / 3) - 90px);
}

.solutions-sidebar-inner a {
  width: 40%;
  display: block;
}

.solutions-sidebar-inner a:hover .solutions-demo, .solutions-sidebar-inner a:hover .solutions-contact {
  color: white;
}

.solutions-demo, .solutions-contact {
  color: white;
  font-size: 2rem;
  text-align: center;
  padding: 1.15rem 0;
}

.solutions-demo {
  background-color: #00a8c8;
}

.solutions-contact {
  background-color: #cacbcc;
  margin-top: 1rem;
}

.solutions-demo span:after, .solutions-contact span:after {
  font-family: 'icomoon';
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.solutions-demo span:after {
  content: '\e914';
}

.solutions-contact span:after {
  content: '\e908';
}

.solution-section-title {
  display: none;
}

.icon-card-wrapper > div {
  width: calc(100% / 3);
  display: inline-block;
  background-color: #f7f7f7;
  margin-right: -4px;
  margin-bottom: -4px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  height: unset;
}

.icon-card-wrapper > div:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.icon-card-wrapper > div:nth-of-type(2n) {
  background-color: #e4e4e4;
}

@media screen and (max-width: 960px) {
  .icon-card-wrapper > div {
    width: 50%;
  }

  .icon-card-wrapper > div:nth-of-type(2n) {
    background-color: unset;
  }

  .icon-card-wrapper > div:nth-of-type(3n-1), .icon-card-wrapper > div:nth-of-type(3n) {
    background-color: #e4e4e4;
  }

}

.icon-card-inner, .icon-card-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.icon-card-content {
  text-align: center;
  padding-top: 15%;
  padding-bottom: 10%;
}

.icon-card-content img {
  max-width: 100%;
  max-height: 48%;
}

.icon-card-text {
  position: absolute;
  top: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  left: 0;
  right: 0;
  margin-top: 1rem;
}

@media screen and (max-width: 1200px) {
  .solutions-sidebar-inner a {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .icon-card-text h4, .icon-card-text p {
    line-height: 1.25;
  }

  .icon-card-text h4 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .icon-card-text p {
    font-size: 1.2rem;
  }
}

.icon-card-content h4 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.icon-card-content p {
  margin-top: 0rem;
  margin-bottom: .5rem;
}

.iconCardGrid, .textCardGrid, .quoteCardGrid {
  margin: 3rem 0;
}

.textCardGrid {
  position: relative;
}

.text-card-wrapper > div {
  width: calc((100% - 20px) / 3);
  display: inline-block;
  margin-right: .6rem;
  position: relative;
  overflow: hidden;
  height: 17.5rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
  background-color: white;
}

.text-card-wrapper > div:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .text-card-wrapper > div {
    width: 100%;
    margin-right: 0;
  }
}

.text-card-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.text-card-content {
  padding: 3rem;
}

.text-card-content h4 {
  color: #AA1A4F;
  margin-top: 0;
  margin-bottom: 2rem;
}

.text-card-content p, .quote-card-content p {
  margin-top: 0;
}

.quote-card-content {
  color: #c4c4c4;
  height: 100%;
}

.quote-card-content .quote-card-attribution .attribution-company {
  color: #3bbcd5;
}

.quoteCard {
  display: inline-block;
  width: calc((100% - 6px) / 2);
  border: 1px solid #eeeeee;
  background-color: #fefefe;
  margin-right: .1rem;
  margin-bottom: .4rem;
}

.quoteCard.full {
  width: calc(100% - 1px);
}

@media screen and (max-width: 768px) {
  .quoteCard, .quoteCard.full {
    width: 100%;
  }
}

.quote-card-wrapper {
  padding: 3rem 3rem 3rem 6rem;
}

.quote-card-inner {
  position: relative;
  overflow: hidden;
  height: 20rem;
}

.quote-card-wrapper:before {
  margin-left: -4rem;
  margin-top: -.5rem;
  font-size: 2rem;
  position: absolute;
  font-family: 'icomoon';
  content: '\e903';
  color: #c4c4c4;
}

.quote-card-text {
  height: 76%;
  margin-bottom: .8rem;
  overflow: hidden;
}

.quote-card-attribution {
  text-align: right;
  margin-top: .8rem;
}

.quote-card-attribution * {
  max-height: 2rem;
  overflow: hidden;
  margin-bottom: 0;
}

.hero--main--solution .hero--main__title {
  margin-bottom: 1rem;
  font-size: 5rem;
  font-family: "noto-sans", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
}

.hero--main--solution {
  padding-top: 0;
}

@media screen and (min-width: 960px) {
  .hero--main--solution {
    padding-top: 15rem;
  }
}

/********Solutions Sidebar*********/
.solutions-sidebar {
  position: absolute;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

.solutions-sidebar.is-disabled {
  z-index: 0;
  opacity: 0.2 !important;
}

.solutions-sidebar.is-sticky {
  position: fixed;
  top: 100px;
}

.solutions-sidebar.is-bottom {
  position: absolute;
  bottom: 0px;
  bottom: 0rem;
}

.solutions-sidebar__nav ul {
  height: 0;
  border-right: 1px solid #eaeaea;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 10px;
  padding-right: 1rem;
  margin: 40px 10px;
  margin: 4rem 1rem;
}

.solutions-sidebar__nav ul li {
  text-align: right;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  width: 150px;
  width: 15rem;
}

@media screen and (min-width: 960px) {
  .solutions-sidebar__nav ul li {
    width: auto;
  }
}

@media screen and (max-width: 960px) {
  /*Columns Small Resolutions*/
  .solutions-sidebar {
    left: unset;
    position: static !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .solutions-sidebar-inner a {
    width: 100%;
  }

  .solutions-left .section-content {
    width: 100%
  }
}

.solutions-sidebar__nav ul li a {
  color: #37424a;
  outline: 0;
}

.solutions-sidebar__nav ul li a.apply-now {
  color: #72be44;
}

.solutions-sidebar__nav ul .is-on {
  color: #00a8c8;
}

@media screen and (min-width: 768px) {
  .solutions-sidebar {
    display: block;
  }
}

.main-content--page-share > .solutions-sidebar.is-bottom {
  bottom: 160px;
}

/********VIDEO -- FOUNDATION************/
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* This file is generated.  DO NOT EDIT. */ 
/*global header searchbar*/
:root {
  --mid-blue: #006d9e;
  --dark-blue: #1e3f57;
  --teal: #00a8c8;
  --white: #ffffff;
  --trans-white: rgba(255, 255, 255, 0.7);
  --filter-color: #37424a;
  --mid-gray: #9c9c9c;
  --slatePro: "noto-sans";
}
@media (max-width: 959px) {
.prevent-mobile-scroll {
    overflow: hidden
}
  }
@media (min-width: 960px) {
    .prevent-mobile-scroll .page {
      overflow: hidden;
    }
  }
.page {
  overflow: visible;
}
@media (max-width: 959px) {
.page {
    overflow: hidden
}
  }
.search-page-content .loader {
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    height: 100px;
    width: 100px;
    display: block;
    opacity: 1;
    z-index: 0;
  }
.search-page-content .search {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
.search-page-content.loaded .search {
      opacity: 1;
    }
.search-page-content.loaded .loader {
      opacity: 0;
    }
@media (min-width: 960px) {
.mobile-only {
    display: none
}
  }
@media (max-width: 959px) {
.desktop-only {
    display: none
}
  }
.button-s {
  display: inline-block;
  padding: 13px 31px;
}
.button--primary {
  color: #ffffff;
  color: var(--white);
  background-color: #00a8c8;
  background-color: var(--teal);
  /*FORMER Slt Pro-Medium*/
  font-weight: 700;
  font-family: "noto-sans";
  font-family: var(--slatePro);
  font-size: 21px;
  line-height: 25px;
}
.button--secondary {
  color: #006d9e;
  color: var(--mid-blue);
  /*FORMER Slt Pro-Medium*/
  font-weight: 700;
  font-family: "noto-sans";
  font-family: var(--slatePro);
  font-size: 21px;
  line-height: 25px;
}
.sr-only {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}
.site__search--mobile {
  background: #1e3f57;
  background: var(--dark-blue);
  padding: 20px 0;
}
.site__search--mobile ::-webkit-input-placeholder {
    color: white;
    color: rgba(255, 255, 255, 0.5);
  }
.site__search--mobile ::-moz-placeholder {
    color: white;
    color: rgba(255, 255, 255, 0.5);
  }
.site__search--mobile :-ms-input-placeholder {
    color: white;
    color: rgba(255, 255, 255, 0.5);
  }
.site__search--mobile ::-ms-input-placeholder {
    color: white;
    color: rgba(255, 255, 255, 0.5);
  }
.site__search--mobile ::placeholder {
    color: white;
    color: rgba(255, 255, 255, 0.5);
  }
.site__search, .page__search {
  padding: 50px;
  background: #1e3f57;
  background: var(--dark-blue);
  min-height: 180px;
}
.site__search ::-webkit-input-placeholder, .page__search ::-webkit-input-placeholder {
    color: white;
    color: rgba(255, 255, 255, 0.5);
  }
.site__search ::-moz-placeholder, .page__search ::-moz-placeholder {
    color: white;
    color: rgba(255, 255, 255, 0.5);
  }
.site__search :-ms-input-placeholder, .page__search :-ms-input-placeholder {
    color: white;
    color: rgba(255, 255, 255, 0.5);
  }
.site__search ::-ms-input-placeholder, .page__search ::-ms-input-placeholder {
    color: white;
    color: rgba(255, 255, 255, 0.5);
  }
.site__search ::placeholder, .page__search ::placeholder {
    color: white;
    color: rgba(255, 255, 255, 0.5);
  }
@media (max-width: 959px) {
.site__search, .page__search {
    padding: 50px 0px;
    min-height: 72px
}
  }
.site__search.is-on, .page__search.is-on {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
  }
.site__search {
  display: none;
  padding-bottom: 0px;
}
.site__search-form, .page__search-form {
  width: 100%;
  display: block;
  position: relative;
}
.site__search-submit, .site__search-input, .page__search-input, .page__search-submit {
  background-color: transparent;
  border: none;
  display: block;
  font-size: 51px;
  /*FORMER Slt Pro-Medium*/
  font-weight: 700;
  font-family: "noto-sans";
  font-family: var(--slatePro);
  line-height: 1;
  vertical-align: middle;
  padding: 40px 0px 0px;
  color: #ffffff;
  color: var(--white);
}
@media (max-width: 959px) {
.site__search-submit, .site__search-input, .page__search-input, .page__search-submit {
    font-size: 24px
}
  }
.site__search-input, .page__search-input {
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid var(--trans-white);
  padding: 0 70px 0 0px;
}
@media (max-width: 959px) {
.site__search-input, .page__search-input {
    padding: 0 31px 0 0px
}
  }
.site__search-input:focus, .page__search-input:focus {
    color: #ffffff;
    color: var(--white);
    border-bottom: 2px solid #ffffff;
    border-bottom: 2px solid var(--white);
    outline: none;
  }
.site__search-submit, .page__search-submit {
  position: absolute;
  right: 0;
  height: 65px;
  width: 50px;
  display: block;

  background-image: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/search/icons/magnify.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px auto;
  opacity: 0.7;
  bottom: 0;
  border-bottom: 2px solid transparent;
  line-height: 42px;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 959px) {
.site__search-submit, .page__search-submit {
    line-height: 30px;
    height: 30px;
    width: 30px;
    background-size: 25px auto
}
  }
.site__search-submit:focus, .page__search-submit:focus {
    outline: none;
    opacity: 1;
  }
.mmc-page .site__search-form, .mmc-page .search-form--search-results__input {
  background-color: transparent;
  color: #ffffff;
  color: var(--white);
  font-size: 16px;
}
.search-form--search-results ::-webkit-input-placeholder, .search-box__inner ::-webkit-input-placeholder {
    color: #ffffff;
    color: var(--white);
    color: rgba(255, 255, 255, 0.5);
  }
.search-form--search-results ::-moz-placeholder, .search-box__inner ::-moz-placeholder {
    color: #ffffff;
    color: var(--white);
    color: rgba(255, 255, 255, 0.5);
  }
.search-form--search-results :-ms-input-placeholder, .search-box__inner :-ms-input-placeholder {
    color: #ffffff;
    color: var(--white);
    color: rgba(255, 255, 255, 0.5);
  }
.search-form--search-results ::-ms-input-placeholder, .search-box__inner ::-ms-input-placeholder {
    color: #ffffff;
    color: var(--white);
    color: rgba(255, 255, 255, 0.5);
  }
.search-form--search-results ::placeholder, .search-box__inner ::placeholder {
    color: #ffffff;
    color: var(--white);
    color: rgba(255, 255, 255, 0.5);
  }
.site__search-suggest {
  color: #ffffff;
  color: var(--white);
  font-size: 21px;
  padding: 30px 0px 20px;
}
.site__search-suggest ul {
    list-style: none;
  }
.site__search-suggest ul li {
      font-size: 18px;
      display: inline-block;
      padding: 5px;
    }
.site__search-suggest ul li:last-child a:after {
          content: "";
        }
.site__search-suggest ul a {
      color: rgba(255, 255, 255, 0.7);
      color: var(--trans-white);
      font-size: 18px;
      letter-spacing: 1px;
      padding: 0;
      text-transform: none;
    }
.site__search-suggest ul a:after {
        content: ", ";
      }
.site__search-suggest ul a:hover {
        color: #ffffff;
        color: var(--white);
      }
.main-nav .site__search-suggest ul a {
        color: rgba(255, 255, 255, 0.7);
        color: var(--trans-white);
        font-size: 16px;
        letter-spacing: 1px;
        padding: 0;
        text-transform: none;
      }
.main-nav .site__search-suggest ul a:after {
          content: ", ";
        }
.main-nav .site__search-suggest ul a:hover {
          color: #ffffff;
          color: var(--white);
        }
.site__search.is-sticky, .is-sticky.site__search--mobile {
  position: fixed;
  width: 100%;
  z-index: 3;
  padding-bottom: 0;
  top: 43px;
}
.search__meta {
  padding: 30px 0;
  font-family: "noto-sans";
  color: #37424a;
  color: var(--filter-color);
  font-size: 21px;
  line-height: 31px;
  text-align: right;
}
.search__meta b {
    font-family: "noto-sans";
    font-weight: bold;
  }
@media (max-width: 959px) {
.search__meta {
    font-size: 16px;
    padding: 0 0 10px;
    line-height: 22px;
    text-align: left
}
  }
.search__meta--full-width {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
.search-footer {
  position: relative;
}
.meta__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.related-results {
  color: #006d9e;
  color: var(--mid-blue);
  margin: 0 0 10px;
}

.related-results-title {
  font-size: 27px;
  font-weight: bold;
  text-align: left;
  margin-top: 1em;
  margin-bottom: -1em;
}
.sort-select {
  width: 100px;
  border: none;
  background: none;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none;
  color: #555;
  font-family: "noto-sans";
  font-weight: bold;
  border-radius: 0px;
  padding: 15px;
  font-size: 16px;
  margin: 0;
}
/*Removes default style Firefox*/
.sort-select::-ms-expand {
    display: none;
  }
.hr {
  width: 100%;
  background: #f5f5f5;
  height: 2px;
}
.hr:last-of-type {
    display: none;
  }
.results {
  position: relative;
  display: block;
}
.results .tile__title {
    color: #1e3f57;
    color: var(--dark-blue);
    font-family: "noto-sans";
    font-weight: bold;
    font-family: var(--slatePro);
    font-size: 26px;
    font-size: 2.6rem;
    margin: 10px 0;
    margin: 1rem 0;
  }
@media (max-width: 959px) {
.results .tile__title {
    font-size: 30px;
    font-size: 3rem;
  }
}

.results .result__desc {
    color: #37424a;
    color: var(--filter-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
.results .results__item {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #37424a;
    -webkit-transform: scale(1);
                -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
.results .results__item:last-of-type {
      border-bottom: 0;
    }
.results .results__item:hover {
      color: #000;
      -webkit-transform: scale(1.05);
                  -ms-transform: scale(1.05);
              transform: scale(1.05);
    }
@media (max-width: 959px) {
.results .results__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse
  }
    }
.results .result__meta {
      display: block;
      color: #7d7d7d;
      text-transform: uppercase;
      font-size: 13px;
      font-size: 1.3rem;
      margin-top: 7px;
      margin-top: .7rem;
  }
@media (max-width: 959px) {
.results .result__meta {
      font-size: 16px;
      line-height: 22px
  }
    }
.results .result__img {
    -ms-flex-preferred-size: 31.04%;
        flex-basis: 31.04%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
.results .result__img img {
      width: 100%;
      height: auto;
      float: right;
    }
@media (max-width: 959px) {
  .results .result__img {
    margin-bottom: 20px
  }
  .results .result__img img{
    margin-bottom: 20px;
    float: left;
  }
    }
.results .result__tags {
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
  }
.results .result__content {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
.results .result__tags {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
.search-results__border {
}
.search__select {
  position: relative;
  color: #37424a;
  color: var(--filter-color);
  font-family: "noto-sans";
  font-family: var(--slatePro);
  font-size: 21px;
  line-height: 31px;
}
@media (max-width: 959px) {
.search__select {
    display: none
}
  }
.search__select select {
    color: #37424a;
    color: var(--filter-color);
    font-family: "noto-sans";
    font-family: var(--slatePro);
    font-size: 21px;
    line-height: 31px;
    display: inline-block;
    border: 1px solid #1e3f57;
    border: 1px solid var(--dark-blue);
    border-radius: 4px;
    height: 41px;
    padding: 0 60px 0 15px;
    margin-left: 25px;
    width: auto;
    background-image: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/search/icons/caret.svg);
    background-position: 90% center;
    background-repeat: no-repeat;
  }
.per-page {
  position: absolute;
  right: 20px;
  top: 60px;
}
.filter__container {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
.filter__container .actions {
    position: absolute;
    top: 60px;
    right: 20px;
  }
.search__filters {
  background: #ffffff;
  background: var(--white);
}
.search__filters .button-s {
    display: inline-block;
    padding: 13px 31px;
  }
.search__filters .button--primary {
    color: #ffffff;
    color: var(--white);
    background-color: #00a8c8;
    background-color: var(--teal);
    /*FORMER Slt Pro-Medium*/
    font-weight: 700;
    font-family: "noto-sans";
    font-family: var(--slatePro);
    font-size: 21px;
    line-height: 25px;
  }
.search__filters .button--secondary {
    color: #006d9e;
    color: var(--mid-blue);
    /*FORMER Slt Pro-Medium*/
    font-weight: 700;
    font-family: "noto-sans";
    font-family: var(--slatePro);
    font-size: 21px;
    line-height: 25px;
  }
.search__filters .tab__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
.search__filters .tab__container .filter__nav {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
    }
.search__filters .clear-filters {
    position: absolute;
    top: 5px;
    right: 0;
    color: #006d9e;
    color: var(--mid-blue);
    /*FORMER Slt Pro-Medium*/
    font-weight: 700;
    font-family: "noto-sans";
    font-family: var(--slatePro);
    font-size: 21px;
    line-height: 25px;
    padding: 25px 15px 25px 35px;
    background-image: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/search/icons/clearall.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10px 24px;
  }
@media (max-width: 595px) {
.search__filters .clear-filters {
      position: relative;
      top: auto;
      right: auto;
      padding: 25px 15px 25px 35px;
      float: right;
      font-size: 18px
  }
    }
.search__filters .show-filters {
    display: none;
    color: #006d9e;
    color: var(--mid-blue);
    /*FORMER Slt Pro-Medium*/
    font-weight: 700;
    font-family: "noto-sans";
    font-family: var(--slatePro);
    font-size: 21px;
    line-height: 25px;
    padding: 25px 15px 25px 50px;
    background-image: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/search/icons/filter.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 20px 23px;
  }
@media (max-width: 959px) {
.search__filters .show-filters {
      display: inline-block;
      font-size: 18px
  }
    }
.search__filters .filter__group {
    padding: 60px 3px;
    width: 69%;
    display: table;
    height: auto;
  }
.search__filters .filter__group:after {
      clear: both;
    }
.search__filters .filter__group .filter__button {
      width: 28%;
      margin-right: 4%;
      margin-left: 1%;
      float: left;
      height: 75px;
    }
@media (max-width: 959px) {
.search__filters .filter__group .filter__button {
        width: 100%;
        height: auto;
        float: none
    }
      }
@media (max-width: 959px) {
.search__filters .filter__group {
      padding: 0px 45px;
      width: 100%;
      display: block
  }
    }
.search__filters .fiter__nav-item, .search__filters .r-tabs-anchor {
  /*FORMER Slt Pro-Medium*/
  font-weight: 700;
    font-family: "noto-sans";
    font-family: var(--slatePro);
    color: #1e3f57;
    display: block;
    padding: 24px 0;
    font-size: 21px;
    line-height: 31px;
    width: 100%;
    cursor: pointer;
  }
.search__filters .fiter__nav-item:after, .search__filters .r-tabs-anchor:after {
      background-image: url(../../../etc.clientlibs/oliverwymanv2/clientlibs/generic/resources/images/search/icons/caret.svg);
      background-position: center top;
      background-repeat: no-repeat;
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 10px;
      display: inline-block;
      padding: 0;
      -webkit-transform: rotate(0deg);
                  -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      right: 3px;
      top: calc(50% - 7px);
      z-index: 0;
    }
.search__filters .r-tabs-state-active .fiter__nav-item, .search__filters .r-tabs-state-active .r-tabs-anchor {
    border-bottom: 5px solid #00a8c8;
  }
.search__filters .r-tabs-state-active .fiter__nav-item:after, .search__filters .r-tabs-state-active .r-tabs-anchor:after {
      -webkit-transform: rotate(-180deg);
                  -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
    }
.search__filters .r-tabs-nav {
    padding: 0;
  }
.search__filters .r-tabs-nav:focus {
      outline: 0;
    }
.search__filters .r-tabs-nav .r-tabs-tab {
      float: left;
      position: relative;
      margin: 0 40px;
      width: 16%;
      position: relative;
    }
.search__filters .r-tabs-nav .r-tabs-tab:focus {
        outline: 1px dotted black;
      }
.search__filters .r-tabs-nav .r-tabs-tab:first-child {
        margin-left: 0;
      }
.search__filters .r-tabs-nav .r-tabs-tab:first-child:before {
          display: none;
        }
.search__filters .r-tabs-nav .r-tabs-tab:before {
        height: 44px;
        width: 1px;
        background: #1e3f57;
        background: var(--dark-blue);
        margin: 20px 0 0 0;
        content: "";
        display: block;
        position: absolute;
        left: -40px;
        top: 0;
        z-index: 0;
      }
.search__filters .r-tabs-nav .r-tabs-tab:after {
      }
/*search__filters*/
@media (max-width: 959px) {
.search__filters {
    padding: 0;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch
}
  }
.filter__button {
  display: inline-block;
  padding: 12px 0;
  margin: 8px 4px;
  font-family: "noto-sans";
  font-family: var(--slatePro);
  color: #37424a;
  color: var(--filter-color);
  font-size: 21px;
  line-height: 25px;
  position: relative;
}
@media (max-width: 959px) {
.filter__button {
    font-size: 16px;
    line-height: 22px
}
  }
.filter__button:before {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #ffffff;
    background-color: var(--white);
    content: "";
    display: inline-block;
    width: 10px;
    margin-right: 21px;
    margin-left: -26px;
    height: 10px;
    color: black;
    border-radius: 2px;
    border: 2px solid white;
    -webkit-box-shadow: 0px 0px 0px 2px #1e3f57;
            box-shadow: 0px 0px 0px 2px #1e3f57;
    -webkit-box-shadow: 0px 0px 0px 2px var(--dark-blue);
            box-shadow: 0px 0px 0px 2px var(--dark-blue);
  }
.filter__button:hover {
    color: #37424a;
    color: var(--filter-color);
  }
.filter__button.active:before {
      background-color: #1e3f57;
      background-color: var(--dark-blue);
    }
.active-filters {
  display: none;
  padding: 32px 0 0 20px;
  /* position: relative; */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #f3f3f3;
  z-index: 9;
  font-family: "noto-sans";
  font-family: var(--slatePro);
  font-size: 21px;
  line-height: 31px;
  min-height: 128px;
}
.active-filters span {
    margin-right: -9px;
  }
.active-filters.active {
    z-index: 99;
  }
@media (min-width: 960px) {
.active-filters.active {
      display: block
  }
    }
.active-filters.active.sticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
    }
.active-filters .container {
    position: relative;
    padding-left: 120px;
  }
.active-filters .container span {
      position: absolute;
      left: 0;
      top: 18px;
    }
.active-filters .filter__button {
    position: relative;
    padding: 10px 41px 11px 24px;
    color: #1e3f57;
    color: var(--dark-blue);
    border-radius: 4px;
    border: 1px solid #1e3f57;
    border: 1px solid var(--dark-blue);
    font-size: 21px;
    margin-left: 24px;
  }
.active-filters .filter__button:hover {
      color: #ffffff;
      color: var(--white);
      background-color: #006d9e;
      background-color: var(--mid-blue);
      border: 1px solid #006d9e;
      border: 1px solid var(--mid-blue);
    }
.active-filters .filter__button:hover:before, .active-filters .filter__button:hover:after {
        background-color: #ffffff;
        background-color: var(--white);
      }
.active-filters .filter__button:before, .active-filters .filter__button:after {
      content: "";
      position: absolute;
      right: 20px;
      left: auto;
      top: calc(50% - 10px);
      -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 0.12em;
      height: 20px;
      background-color: #1e3f57;
      background-color: var(--dark-blue);
      border-radius: 2px;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 0;
    }
.active-filters .filter__button:after {
      -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
@media (max-width: 959px) {
    #tabs .actions, #tabs .actions-mobile {
      display: none;
    }
  }
#tabs.is-open .after {
      position: absolute;
      top: 100%;
      left: -100%;
      display: block;
      right: -100%;
      height: 50000%;
      width: 300%;
      content: " ";
      background: none;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }
@media (max-width: 959px) {
#tabs.is-open .after {
        display: none
    }
      }
@media (max-width: 959px) {
#tabs.is-open {
      position: fixed;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99;
      padding: 0
  }
      #tabs.is-open .filter__container {
        padding: 0;
      }
      #tabs.is-open .r-tabs-anchor {
        padding: 20px;
      }

      #tabs.is-open .r-tabs-anchor {
        font-size: 22px;
        padding: 20px;
        border-top: 1px solid #9c9c9c;
        border-top: 1px solid var(--mid-gray);
        /*FORMER Slt Pro-Medium*/
        font-weight: 700;
        font-family: "noto-sans";
        font-family: var(--slatePro);
        color: #37424a;
        color: var(--filter-color);
      }

      #tabs.is-open .actions-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #9c9c9c;
        border-top: 1px solid var(--mid-gray);
        display: table;
        clear: both;
        background: white;
      }

        #tabs.is-open .actions-mobile .button-s {
          width: 50%;
          display: block;
          float: left;
          text-align: center;
        }

      #tabs.is-open .r-tabs-accordion-title {
        display: block;
        position: relative;
      }
      #tabs.is-open .search__select.mobile-only {
        display: block;
        padding: 20px;
        /*FORMER Slt Pro-Medium*/
        font-weight: 700;
        font-family: "noto-sans";
        font-family: var(--slatePro);
        border-top: 1px solid #9c9c9c;
        border-top: 1px solid var(--mid-gray);
        border-bottom: 1px solid #9c9c9c;
        border-bottom: 1px solid var(--mid-gray);
        padding-bottom: 75px;
      }
    }
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 959px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  /* .r-tabs .r-tabs-accordion-title {
    display: block;

  } */
}
/* Tabs container */
.r-tabs {
  position: relative;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
}
/* pagination */
.search-pagination {
  text-align: center;
  padding: 60px 0;
}
.search-pagination .button-s, .search-pagination path, .search-pagination a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
.search-pagination__button-group {
    display: inline-block;
  }
.search-pagination .button-s {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 4px;
  }
.search-pagination .button-s:not(.button--disabled):hover path {
          fill: #006d9e;
          fill: var(--mid-blue);
        }
.search-pagination .button--disabled {
      opacity: 0.3;
      cursor: default;
    }
.search-pagination .button__next-page .arrow, .search-pagination .button__last-page .arrow {
        -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                transform: rotate(180deg);
      }
.search-pagination .button-s .arrow {
      display: inline-block;
    }
.search-pagination__numbers {
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0;
    padding: 0;
  }
.search-pagination__numbers > li, .search-pagination__numbers > div {
      display: inline-block;
      vertical-align: middle;
      padding: 0px 1px;
    }
.search-pagination__numbers > li a, .search-pagination__numbers > div a {
        text-decoration: none;
        display: inline-block;
        width: auto;
        font-size: 20px;
        color: #666667;
        padding: 0 5px;
      }
.search-pagination__numbers > li a:hover, .search-pagination__numbers > div a:hover {
          color: #006d9e;
          color: var(--mid-blue);
        }
.search-pagination__numbers > li.currentPage a, .search-pagination__numbers > div.currentPage a {
          color: var(--cobalt);
          font-weight: 500;
        }


.results .result__img{height:194px;overflow:hidden;width:100%}
.results .result__img img{position:relative;top:50%;transform:translateY(-50%)}
/*# sourceMappingURL=search-generated.css.map */

/*  Search Icon for Outside the Nav Comp for Brain */
.mobile-outside-search-icon{
   display:none;
}

@media (max-width: 960px) {
.mmc-page-header .mobile-outside-search-icon{
    position: absolute;
    right:75px;
    top:62px;
    display:inline!important;  
  }
}
@media (max-width: 960px) {
  .fixed-header .mobile-outside-search-icon {
    position: absolute;
    right:75px;
    display:inline!important;  
    top:40px;
  }
}
@media (max-width: 960px) {
  header .site-header .mobile-outside-search-icon {
    position: absolute;
    left:65px;
    display:inline!important;  
    top:28px;
  }
}
@media (max-width: 960px) {
.mmc-page-header .scrollStickyOutsideSearch {
        top:22px!important;
    }
 }
@media (max-width: 960px) {
header .site-header .scrollStickyOutsideSearch {
        top:19px!important;
    }
 }

.text h1 {
  font-size: 26px;
  font-family: "noto-sans";
  font-weight: 500;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text h1 b {
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text h2 {
  font-size: 20px;
  font-family: "noto-sans";
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.text h2 b {
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.text p {
  font-size: 16px;
  line-height: 22px;
  font-family: "noto-sans";
  font-weight: 400;
  margin-bottom: 15px;
}

.hub-page .text p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.text b {
  /*font-family: "noto-sans";*/
  font-weight: 600;
}
