/*! 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 ol.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 ol.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 ol.split > .grid, .article__row .grid > ul.split, .article__row ul.split > ul.split, .article__row ol.split > ul.split, .article__row .grid > ol.split, .article__row ul.split > ol.split, .article__row ol.split > ol.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, .four--columns, .five--columns, .six--columns, .article__row ul.split li, .article__row ol.split li, .seven--columns, .eight--columns, .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: "SlateRegular";
  font-weight: eot woff ttf svg;
  src: url("fonts/slatepro-bk-webfont.eot?") format("eot"), url("fonts/slatepro-bk-webfont.woff") format("woff"), url("fonts/slatepro-bk-webfont.ttf") format("truetype"), url("fonts/slatepro-bk-webfont.svg#SlateRegular") format("svg");
}
@font-face {
  font-family: "SlateRegularLight";
  font-weight: eot woff ttf svg;
  src: url("fonts/slatepro-light-webfont.eot?") format("eot"), url("fonts/slatepro-light-webfont.woff") format("woff"), url("fonts/slatepro-light-webfont.ttf") format("truetype"), url("fonts/slatepro-light-webfont.svg#SlateRegularLight") format("svg");
}
@font-face {
  font-family: "SlateRegularBold";
  font-weight: eot woff ttf svg;
  src: url("fonts/slatepro-bold-webfont.eot?") format("eot"), url("fonts/slatepro-bold-webfont.woff") format("woff"), url("fonts/slatepro-bold-webfont.ttf") format("truetype"), url("fonts/slatepro-bold-webfont.svg#SlateRegularBold") format("svg");
}
@font-face {
  font-family: "SlateRegularBook";
  font-weight: eot woff ttf svg;
  src: url("fonts/slatepro-bk-webfont.eot?") format("eot"), url("fonts/slatepro-bk-webfont.woff") format("woff"), url("fonts/slatepro-bk-webfont.ttf") format("truetype"), url("fonts/slatepro-bk-webfont.svg#SlateRegularBook") format("svg");
}
@font-face {
  font-family: "SlatePro-Medium";
  font-weight: eot woff ttf svg;
  src: url("fonts/SlatePro-Medium.eot?") format("eot"), url("fonts/SlatePro-Medium.woff") format("woff"), url("fonts/SlatePro-Medium.ttf") format("truetype"), url("fonts/SlatePro-Medium.svg#SlatePro-Medium") format("svg");
}
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?gelwgi");
  src: url("fonts/icomoon.eot?gelwgi#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gelwgi") format("truetype"), url("fonts/icomoon.woff?gelwgi") format("woff"), url("fonts/icomoon.svg?gelwgi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-arrow:before, .selectric-wrapper:after, .accordion__toggle:before, .icon-arrow-down:before, .selectric-wrapper.selectric-open:after, .accordion__toggle.is-on:before, .icon-arrow-left:before, .icon-arrow-right:before, .expertise ul li a:after, .icon-anchor-down:before, .icon-link--anchor-down:before, .icon-anchor-up:before, .icon-calander:before, .icon-close:before, .icon-download-link:before, .btn--download:after, .icon-email:before, .icon-error:before, .icon-external-link:before, .icon-hamburger:before, .site-header__mobile-toggle:before, .icon-info:before, .icon-list:before, .icon-lock:before, .icon-map:before, .icon-more-information:before, .icon-next:before, .icon-ow .path1:before, .icon-ow .path2:before, .icon-ow .path3:before, .icon-ow .path4:before, .icon-ow .path5:before, .icon-ow .path6:before, .icon-ow .path7:before, .icon-ow .path8:before, .icon-ow .path9:before, .icon-pause:before, .icon-play:before, .video-module__icon:before, .icon-previous:before, .icon-profile:before, .icon-search:before, .icon-speechmark-close:before, .hero--profile__title:before, .hero--small-image__title:before, .hero--small-image__quote:before, .icon-speechmark-open:before, .hero--profile__title:after, .hero--small-image__title:after, .hero--small-image__quote:after, .icon-facebook:before, .social__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 {
  /* 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, .selectric-wrapper:after, .accordion__toggle:before {
  content: "\e900";
}

.icon-arrow-down:before, .selectric-wrapper.selectric-open:after, .accordion__toggle.is-on:before {
  content: "\e901";
}

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

.icon-arrow-right:before, .expertise ul li a:after {
  content: "\e928";
}

.icon-anchor-down:before, .icon-link--anchor-down:before {
  content: "\e902";
}

.icon-anchor-up:before {
  content: "\e904";
}

.icon-calander:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e906";
}

.icon-download-link:before, .btn--download:after {
  content: "\e907";
}

.icon-email:before {
  content: "\e908";
}

.icon-error:before {
  content: "\e909";
}

.icon-external-link:before {
  content: "\e90a";
}

.icon-hamburger:before, .site-header__mobile-toggle:before {
  content: "\e90d";
}

.icon-info:before {
  content: "\e90e";
}

.icon-list:before {
  content: "\e910";
}

.icon-lock:before {
  content: "\e911";
}

.icon-map:before {
  content: "\e912";
}

.icon-more-information:before {
  content: "\e913";
}

.icon-next:before {
  content: "\e914";
}

.icon-ow .path1:before {
  content: "\e915";
  color: #a6e2ef;
}

.icon-ow .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: #006d9e;
}

.icon-ow .path3:before {
  content: "\e917";
  margin-left: -1em;
  color: #00a8c8;
}

.icon-ow .path4:before {
  content: "\e918";
  margin-left: -1em;
  color: #006d9e;
}

.icon-ow .path5:before {
  content: "\e919";
  margin-left: -1em;
  color: #00a8c8;
}

.icon-ow .path6:before {
  content: "\e91a";
  margin-left: -1em;
  color: #00a8c8;
}

.icon-ow .path7:before {
  content: "\e91b";
  margin-left: -1em;
  color: #002c77;
}

.icon-ow .path8:before {
  content: "\e91c";
  margin-left: -1em;
  color: #a6e2ef;
}

.icon-ow .path9:before {
  content: "\e926";
  margin-left: -1em;
  color: #002c77;
}

.icon-pause:before {
  content: "\e91d";
}

.icon-play:before, .video-module__icon:before {
  content: "\e91e";
}

.icon-previous:before {
  content: "\e91f";
}

.icon-profile:before {
  content: "\e920";
}

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

.icon-speechmark-close:before, .hero--profile__title:before, .hero--small-image__title:before, .hero--small-image__quote:before {
  content: "\e922";
}

.icon-speechmark-open:before, .hero--profile__title:after, .hero--small-image__title:after, .hero--small-image__quote:after {
  content: "\e923";
}

.icon-facebook:before, .social__facebook:before {
  content: "\e90b";
}

.icon-linkedin:before, .social__linked-in:before {
  content: "\e90f";
}

.icon-google-plus:before, .social__google-plus:before {
  content: "\e90c";
}

.icon-twitter:before, .twitter-feed__icon:before, .social__twitter:before {
  content: "\e924";
}

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

.icon-quotation-mark:before, .quote blockquote:before {
  content: "\e903";
}

.icon-videoicon:before, .tile--video:after {
  content: "\e929";
}

.icon-back-to-top:before, #scrollUp:before {
  content: "\e954";
}

.icon-apply-icon:before, .apply-slider a:before {
  content: "\e955";
}

h1, h2, .hero--text__subtitle, .hero--text__lead, h3, h4, h5, h6 {
  font-family: "SlateRegular", Geneva, Tahoma, Verdana, sans-serif;
}

h1, h2, .hero--text__subtitle, .hero--text__lead, h3, h4, h5, h6 {
  font-style: normal;
  display: block;
  clear: both;
}

h1, h2, .hero--text__subtitle, .hero--text__lead, h3 {
  font-weight: 300;
}

h4, h5, h6 {
  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 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 30px 0 10px;
  margin: 3rem 0 1rem;
  line-height: 1.2;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 960px) {
  h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h4 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  h4 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  h6 {
    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;
}

ol.tips li {
  font-weight: bold;
  line-height: 0;
}
ol.tips li div, ol.tips li p {
  font-weight: normal;
}

.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: "SlateRegularBold";
}

a:hover {
  cursor: pointer;
  color: #ccc;
}

a,
a:visited {
  word-wrap: break-word;
}

.icon-link, .icon-link--anchor-down {
  color: #6f85c2;
  position: relative;
  text-transform: uppercase;
  font-family: "SlateRegularBold";
  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: 16px;
  font-size: 1.6rem;
  color: #37424a;
  font-family: "Source Sans Pro", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-weight: 300;
  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: "Source Sans Pro", 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: 22px;
  letter-spacing: -0.1px;
  margin: 12px 0 10px;
  margin: 1.2rem 0 1rem;
}

/* Text Marking */
b, strong, mark {
  font-family: "SlatePro-Medium";
  font-weight: 100;
  line-height: 0.9;
}

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;
}

/*
 * 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, blockquote {
  font-style: italic;
}

/*  ========================================================================== */
/*  @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(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;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.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(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(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: 1;
}
.selectric-wrapper:after {
  color: #00a8c8;
  font-size: 12px;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 2;
}
.selectric-wrapper.selectric-open:after {
  color: #00a8c8;
  font-size: 12px;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 3;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background: #f1f1f1;
  border: solid 1px #e7e7e7;
  border-radius: 0px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0 10px;
  position: relative;
  line-height: 36px;
  color: #444;
  height: 36px;
  z-index: 5;
}

.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: #fafafa;
  border: 1px solid #e7e7e7;
  z-index: -1;
}

.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: 20px;
  min-height: 20px;
}

.selectric-items li {
  width: 100% !important;
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #000;
  cursor: pointer;
}

.selectric-items li:hover {
  background: #ccc;
}

.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(/content/oliver-wyman/global/en/careers-new/img/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;
  }
}
/* IOS preloader */
/*.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(/content/oliver-wyman/global/en/careers-new/img/icons/venobox/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(/content/oliver-wyman/global/en/careers-new/img/icons/venobox/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(/content/oliver-wyman/global/en/careers-new/img/icons/venobox/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(/content/oliver-wyman/global/en/careers-new/img/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: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent;
  /* Using border instead of padding to keep bg image in place */
  overflow: hidden;
}

.vbox-prev {
  left: 0;
  border-width: 0 30px 0 10px;
  background: url(/content/oliver-wyman/global/en/careers-new/img/icons/venobox/prev.gif) center center no-repeat;
}

.vbox-next {
  right: 0;
  border-width: 0 10px 0 30px;
  background: url(/content/oliver-wyman/global/en/careers-new/img/icons/venobox/next.gif) center center no-repeat;
}

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  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;
  }
}
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: relative;
  background: #000;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   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 ol.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 ol.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 ol.split > .grid, .article__row .grid > ul.split, .article__row ul.split > ul.split, .article__row ol.split > ul.split, .article__row .grid > ol.split, .article__row ul.split > ol.split, .article__row ol.split > ol.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, .four--columns, .five--columns, .six--columns, .article__row ul.split li, .article__row ol.split li, .seven--columns, .eight--columns, .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, .six--columns, .article__row ul.split li, .article__row ol.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 ol.split li {
    width: 50%;
  }

  .unit-1-3--desktop, .unit-2-6--desktop, .unit-4-12--desktop, .four--columns {
    width: 33.33333%;
  }

  .unit-2-3--desktop, .unit-4-6--desktop, .unit-8-12--desktop, .eight--columns {
    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 {
    width: 25%;
  }

  .unit-5-12--desktop, .five--columns {
    width: 41.66667%;
  }

  .unit-7-12--desktop, .seven--columns {
    width: 58.33333%;
  }

  .unit-9-12--desktop, .nine--columns {
    width: 75%;
  }

  .unit-11-12--desktop, .eleven--columns {
    width: 91.66667%;
  }
}
.tiles-grid, .tiles-grid--four-columns, .tiles-grid--recruiting-events {
  max-width: 1200px;
  margin: auto;
  padding: 0 13px 0 8px;
  padding: 0 1.3rem 0 0.8rem;
  margin: 25px 0;
  margin: 2.5rem 0;
  min-height: 380px;
  min-height: 38rem;
}
.tiles-grid__view-all {
  text-transform: uppercase;
  float: right;
  display: block;
  font-family: "Source Sans Pro", 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: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .tiles-grid__view-all {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .tiles-grid__view-all {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tiles-grid__filter-message {
  display: none;
}
.tiles-grid__filter-message.is-visible {
  display: block;
}
@media screen and (min-width: 768px) {
  .tiles-grid, .tiles-grid--four-columns, .tiles-grid--recruiting-events {
    padding: 0;
  }
}
.tiles-grid__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.tiles-grid ul, .tiles-grid--four-columns ul, .tiles-grid--recruiting-events ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}
.tiles-grid 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%;
  width: auto;
}
.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--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--four-columns ul > li, .tiles-grid--recruiting-events ul > li {
    width: 49.5%;
    margin-bottom: 1% !important;
  }
  .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(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--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--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;
}
@media screen and (min-width: 960px) {
  .tiles-grid--four-columns ul > li {
    width: 24.25%;
  }
  .tiles-grid--four-columns ul > li:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%;
  }
  .tiles-grid--four-columns ul > li:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.tiles-grid--four-columns .tile__title {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .tiles-grid--four-columns .tile__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .tiles-grid--four-columns .tile__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__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: 30px;
  padding-bottom: 3rem;
}
.tiles-grid--bordered-top {
  margin: 0 auto 60px;
  margin: 0 auto 6rem;
}
.tiles-grid--bordered-top__inner {
  border-top: solid 1px #e7e7e7;
}
.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: 10px auto 0;
  margin: 1rem auto 0;
}
.tiles-grid--alumni {
  margin: 40px auto 0;
  margin: 4rem auto 0;
}

.page {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container, .main-nav__inner, .hero__content, .hero--home__content, .hero--profile__content, .hero--small-image__content, .hero--text__content {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 2rem;
}
.container::after, .main-nav__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 (min-width: 768px) {
  .container, .main-nav__inner, .hero__content, .hero--home__content, .hero--profile__content, .hero--small-image__content, .hero--text__content {
    max-width: 768px;
    max-width: 76.8rem;
  }
}
@media screen and (min-width: 960px) {
  .container, .main-nav__inner, .hero__content, .hero--home__content, .hero--profile__content, .hero--small-image__content, .hero--text__content {
    max-width: 1200px;
    max-width: 120rem;
  }
}

.site-section {
  margin: 25px auto;
  margin: 2.5rem auto;
}

.main-content {
  position: relative;
}

/*  ========================================================================== */
/*  @group Layout Helpers */
/*  ========================================================================== */
.text-center {
  text-align: center;
}

.sapphire {
  color: #00a8c8;
}

.sapphire-2 {
  color: #006d9e;
}

.site-header {
  position: relative;
  z-index: 3;
  background: #fff;
  width: 100%;
  padding: 20px 0;
  padding: 2rem 0;
}
@media screen and (min-width: 1200px) {
  .site-header {
    padding: 0;
    height: auto;
  }
}
.site-header__branding {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .site-header__branding {
    width: 30%;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .site-header__branding {
    width: 33%;
  }
}
.site-header__logo span {
  display: block;
  width: 100%;
}
.site-header__mobile-toggle {
  color: #000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  outline: 0;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 20px 14px 20px;
  padding: 2rem 2rem 1.4rem 2rem;
}
@media screen and (min-width: 1200px) {
  .site-header__mobile-toggle {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .site-header__mobile-toggle:before {
    vertical-align: bottom;
  }
}
.site-header__mobile-toggle.is-on {
  background: #00a8c8;
}
.site-header__mobile-toggle.is-on:before {
  color: #fff;
}
.site-header__alternative-navigation {
  display: none;
  width: 100%;
  margin: 10px 0;
  margin: 1rem 0;
}
@media screen and (min-width: 1200px) {
  .site-header__alternative-navigation {
    display: block;
  }
}
.site-header__alternative-navigation > ul {
  float: right;
  color: #fff;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.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 > li a:hover, .site-header__alternative-navigation > ul > li a.active {
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
}
.site-header__alternative-navigation > ul li {
  margin-left: 15px;
  margin-left: 1.5rem;
}
.site-header__alternative-navigation > ul a {
  text-transform: uppercase;
  padding-bottom: 11px;
  padding-bottom: 1.1rem;
  font-size: 13px;
  font-size: 1.3rem;
}
.site-header__alternative-navigation .select-wrapper {
  width: 95px;
  width: 9.5rem;
}
.site-header__alternative-navigation .select-wrapper__icon {
  top: -2px;
  top: -0.2rem;
}
.site-header__alternative-navigation .select-wrapper__icon:before {
  display: inline-block;
  color: #000;
  font-size: 23px;
  font-size: 2.3rem;
}
.site-header__alternative-navigation .select-wrapper select {
  color: #000;
  text-transform: uppercase;
  padding-top: 2px;
  padding-top: 0.2rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.site-header__alternative-navigation--mobile {
  border-top: solid 2px #006d9e;
  float: left;
  display: block;
  padding: 10px 1% 10px 20px;
  padding: 1rem 1% 1rem 2rem;
  margin-top: 15px;
  margin-top: 1.5rem;
}
.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: 15px;
    font-size: 1.5rem;
  }
}
@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%;
}
.site-header__alternative-navigation--mobile ul li {
  clear: both;
  width: 100%;
  margin: 5px 0 !important;
  margin: 0.5rem 0 !important;
}
.site-header__alternative-navigation--mobile ul li a {
  padding: 0 !important;
}
.site-header__bottom.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 3;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}
.site-header__bottom.is-sticky .site-header__branding {
  margin-top: 12px;
  margin-top: 1.2rem;
  width: 227px;
  width: 22.7rem;
}
.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;
}
@media screen and (min-width: 1200px) {
  .site-header__bottom.is-sticky {
    padding-bottom: 0;
  }
}

.main-nav {
  background: #00a8c8;
  position: absolute;
  width: 100%;
  display: none;
  top: 60px;
  top: 6rem;
  padding: 10px 0 15px;
  padding: 1rem 0 1.5rem;
}
.main-nav--mobile {
  display: none;
}
.main-nav--mobile.is-on {
  display: block;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav ul > li {
  list-style-type: none;
  margin: 15px 0 0;
  margin: 1.5rem 0 0;
}
.main-nav ul > li > a {
  outline: 0;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .main-nav ul > li > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .main-nav ul > li > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.main-nav ul > li a {
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding: 15px 0 10px;
  padding: 1.5rem 0 1rem;
  padding-left: 20px;
  padding-left: 2rem;
}
.main-nav ul > li a span {
  line-height: 0.65;
  float: right;
  margin-right: 3%;
  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: 1200px) {
  .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%;
  padding: 45px 0 0;
  padding: 4.5rem 0 0;
}
.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 !important;
}
.main-nav__dropdown-1 {
  background: #006d9e;
  padding: 10px 0 20px;
  padding: 1rem 0 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: -15px;
  margin-bottom: -1.5rem;
}
.main-nav__dropdown-1 ul > li a {
  font-family: "SlateRegular", Geneva, Tahoma, Verdana, sans-serif;
}
.main-nav__dropdown-1 ul > li a:hover {
  border-bottom: none;
  color: #00a8c8;
}
.main-nav__dropdown-1 ul > li.current-page a {
  color: #006d9e;
}
@media screen and (min-width: 1200px) {
  .main-nav {
    display: block;
    position: static;
    background: #fff;
    width: auto;
    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 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 a:hover, .main-nav ul > li a.active {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
  }
  .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 5px;
    padding: 1.2rem 0 0.5rem;
  }
  .main-nav__search a {
    position: static;
    margin-top: 1px;
    margin-top: 0.1rem;
  }
  .main-nav__dropdown-1, .main-nav__dropdown-2 {
    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 {
    float: left;
    width: 100%;
  }
  .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: "SlateRegularBold";
  }
  .main-nav__dropdown-1 ul > li a:hover {
    color: #00a8c8 !important;
  }
  .main-nav__dropdown-1 ul ul li a {
    font-family: "SlateRegular", Geneva, Tahoma, Verdana, sans-serif;
  }
  .main-nav--mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav {
    padding: 0 0 10px 15%;
    padding: 0 0 1rem 15%;
  }
  .main-nav ul > li > a:hover {
    color: #006d9e;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav {
    padding: 0 0 10px 22%;
    padding: 0 0 1rem 22%;
  }
}

.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;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
  background-image: url(/content/oliver-wyman/global/en/careers-new/img/logos/footer-logo.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(/content/oliver-wyman/global/en/careers-new/img/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;
  width: 295px;
  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 a:hover, .site-footer__tc > li a.active {
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
}
.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;
  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;
  padding-bottom: 0 !important;
}
.site-footer__navigation li.current-page a {
  color: #00a6c9;
}
@media screen and (max-width: 479px) {
  .site-footer__social.social {
    float: none;
    width: 80%;
    width: 175px;
    margin: 5px auto 25px;
    margin: 0.5rem auto 2.5rem;
  }
  .site-footer__social.social a {
    color: #fff;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.site-footer__social li {
  margin: 0;
}
.site-footer__social li a:hover {
  padding-bottom: 0 !important;
}
.site-footer__top .social {
  display: none;
}
.site-footer__bottom {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.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 60px;
    padding: 2rem 1.5rem 6rem;
  }
  .site-footer__top .social {
    display: block;
  }
  .site-footer__bottom .social {
    display: none;
  }
  .site-footer__navigation, .site-footer__social, .site-footer__tc {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .site-footer__navigation > li, .site-footer__social > li, .site-footer__tc > li {
    float: left;
    margin-right: 15px;
    margin-right: 1.5rem;
  }
  .site-footer__navigation > li:last-child, .site-footer__social > li:last-child, .site-footer__tc > li:last-child {
    margin-right: 0px;
  }
  .site-footer__navigation > li a, .site-footer__social > li a, .site-footer__tc > li a {
    display: inline-block;
    color: #000;
  }
  .site-footer__navigation > li a:hover, .site-footer__navigation > li a.active, .site-footer__social > li a:hover, .site-footer__social > li a.active, .site-footer__tc > li a:hover, .site-footer__tc > li a.active {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
  }
  .site-footer__navigation li a, .site-footer__social li a, .site-footer__tc li a {
    color: #fff;
  }
  .site-footer__navigation {
    margin: 0;
  }
  .site-footer__navigation li {
    text-align: center;
  }
  .site-footer__tc {
    margin-top: 0;
  }
  .site-footer__copyright {
    float: right;
    width: auto;
  }
}

.btn--main, .btn--inline, .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--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--block, .btn--apply, .btn--active, .btn--download {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.btn--main:hover, .btn--inline: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 {
  background: #00a8c8;
}
.btn--main:hover, .btn--inline:hover {
  background: #006d9e;
}
.btn--inline {
  margin-right: 10px;
  margin-right: 1rem;
}
.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;
}

.breadcrumbs {
  padding: 5px 15px 0 15px;
  padding: 0.5rem 1.5rem 0 1.5rem;
}
.breadcrumbs a {
  display: inline-block;
  font-weight: 900;
  color: #00a8c8;
  margin: 0 5px 0 0;
  margin: 0 0.5rem 0 0;
}
.breadcrumbs a:first-of-type {
  margin-left: 0;
}
.breadcrumbs a:last-child {
  font-weight: 300;
  color: #bfbfbf;
}
.breadcrumbs a:last-child:after {
  content: "";
}
.breadcrumbs a:after {
  content: ">";
  color: #bfbfbf;
  display: inline-block;
  margin-left: 10px;
}
.breadcrumbs span:first-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 10px 0 0 0;
    padding: 1rem 0 0 0;
  }
}

.tile, .tile--no-image {
  overflow: hidden;
  color: #fff;
}
.tile__profile-info {
  display: none;
}
.tile__overlay, .tile__content {
  position: absolute;
}
.tile__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 {
  height: auto;
  width: 100%;
}
.tile__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 {
  display: none;
}
.tile__tag {
  padding: 0 10px !important;
  margin-bottom: 0 !important;
}
.tile__title {
  margin-top: 5px;
  margin-top: 0.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
}
.tile__subtitle {
  display: block;
  font-family: "Source Sans Pro", 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 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .tile__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tile__cta {
  bottom: 5%;
  border-top: solid 1px #fff;
  width: 90%;
  left: 5%;
  position: absolute;
  z-index: 2;
  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: 7px;
  padding-top: 0.7rem;
}
.tile--no-image .tile__overlay {
  display: none;
}
.tile--no-image .tile__img {
  background: url("/content/oliver-wyman/global/en/careers-new/img/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 {
  color: #000;
}
.tile--no-image .tile__cta {
  color: #000;
  text-transform: uppercase;
  border-top: 1px solid #dadada;
  opacity: 1;
  filter: alpha(opacity=100);
}
.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 {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .tile, .tile--no-image {
    width: 33.3%;
  }
  .tile__gutter {
    width: 2%;
  }
  .tile__overlay {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  .tile__content {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
  }
  .tile__header.cloned {
    display: block;
    position: absolute;
    bottom: 5%;
    top: auto;
    left: 5%;
    z-index: 2;
  }
  .tile__subtitle {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
  .tile__cta {
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media screen and (min-width: 1200px) {
  .tile__subtitle {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
}
.tile.is-active, .is-active.tile--no-image, .tile--no-image {
  cursor: pointer;
}
.tile.is-active .tile__content, .is-active.tile--no-image .tile__content, .tile--no-image .tile__content {
  top: 10%;
  bottom: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 1200px) {
  .tile.is-active .tile__subtitle, .is-active.tile--no-image .tile__subtitle, .tile--no-image .tile__subtitle {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.tile.is-active .tile__overlay, .is-active.tile--no-image .tile__overlay, .tile--no-image .tile__overlay {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.accordion {
  border: solid transparent 1px;
  background: #f1f1f1;
  position: relative;
  z-index: 2;
  padding: 0 12% 0 3%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .accordion {
    padding: 0 10% 0 3%;
  }
}
.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 {
  font-family: "SlateRegularBold";
  margin: 12px 0;
  margin: 1.2rem 0;
}
.accordion__content {
  display: none;
  padding-bottom: 9px;
  padding-bottom: 0.9rem;
}
.accordion__content__text .btn {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.accordion__content__text a.btn {
  margin-top: 20px;
  margin-top: 2rem;
}
.accordion__content.is-on {
  display: block;
}
@media screen and (min-width: 768px) {
  .accordion__content {
    width: 90%;
  }
}

.twitter-feed {
  background: #233543;
  height: 80px;
  height: 8rem;
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .twitter-feed {
    display: block;
  }
}
.twitter-feed__inner {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  padding: 1rem 0;
}
.twitter-feed__inner .bx-viewport {
  overflow: hidden;
}
.twitter-feed__icon, .twitter-feed__header, .twitter-feed__content, .twitter-feed a {
  color: #00a8c8;
  display: inline-block;
}
.twitter-feed__icon {
  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 {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 960px) {
  .twitter-feed__icon {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
.twitter-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 {
  font-family: "SlatePro-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 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .twitter-feed__header h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.twitter-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 {
    width: 23.4%;
  }
}
.twitter-feed__content {
  width: 66%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.twitter-feed__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 15px;
  margin-left: 1.5rem;
  overflow: hidden;
}
.twitter-feed__content ul li {
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  margin: 0 0.5rem;
}
.twitter-feed__content ul li a {
  color: #00a8c8;
}

.page-header {
  text-align: center;
  margin: auto;
  padding: 10% 10% 0;
}
@media screen and (min-width: 768px) {
  .page-header {
    padding: 40px 0 0;
    padding: 4rem 0 0;
  }
}
.page-header__content {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page-header__content {
    width: 65%;
  }
}
.page-header__title {
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 300;
  font-family: "SlateRegularBold";
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .page-header__title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 960px) {
  .page-header__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.page-header__subtitle {
  line-height: 1.2;
  font-weight: 300;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .page-header__subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .page-header__subtitle {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.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: "SlateRegular", 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: "SlateRegularBold";
  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-sticky {
  position: fixed;
  top: 100px;
}
.sticky-sidebar.is-bottom {
  position: absolute;
  bottom: 22px;
}
.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;
}
.sticky-sidebar__nav ul li a {
  color: #37424a;
  outline: 0;
}
.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;
  }
}

.asides {
  position: relative;
  z-index: 2;
  margin: 50px 0 60px;
  margin: 5rem 0 6rem;
}
.asides::after {
  clear: both;
  content: "";
  display: table;
}
.asides .four--columns {
  border-left: solid 1px #e7e7e7;
}
.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: 1.2;
  font-family: "SlatePro-Medium";
  padding: 0 10%;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}
.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: "Source Sans Pro", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
}

.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__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;
}
@media screen and (min-width: 1200px) {
  .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 10px !important;
    margin: 4rem auto 1rem !important;
  }
  .filter--events__title {
    float: right;
    margin-bottom: 0;
  }
}

.pagination {
  clear: both;
  padding: 0 15px;
  padding: 0 1.5rem;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}
.pagination::after {
  clear: both;
  content: "";
  display: table;
}
.pagination__inner {
  float: right;
}
.pagination a {
  text-transform: uppercase;
  font-family: "SlateRegularBold";
  float: left;
  display: inline-block;
}
.pagination .btn-prev, .pagination .btn-next {
  display: none;
}
.pagination__top, .pagination__bottom {
  float: left;
  clear: none !important;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 15px !important;
  margin-right: 1.5rem !important;
}
.pagination__top li, .pagination__bottom li {
  display: inline-block !important;
  float: left !important;
  margin-right: 0 !important;
  width: 10px !important;
  margin-left: 15px;
  margin-left: 1.5rem;
}
.pagination__top li.active a, .pagination__bottom li.active a {
  color: #37424a;
}
.pagination__top li.last-child, .pagination__bottom li.last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pagination {
    padding: 0;
  }
  .pagination .btn-prev, .pagination .btn-next {
    display: block;
    margin-top: 1px;
    margin-top: 0.1rem;
  }
}

.hero, .hero--home, .hero--profile, .hero--small-image {
  position: relative;
  height: auto;
  background: url(/content/oliver-wyman/global/en/careers-new/img/heroes/default-bg.jpg) no-repeat 0 0 #00a8c8;
  min-height: 400px;
  min-height: 40rem;
}
.hero__liquid {
  opacity: 0;
}
.hero__img {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
}
.hero__overlay, .hero--home__overlay, .hero--profile__overlay {
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.3;
  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;
  padding: 0 10% 0 35px;
  padding: 0 10% 0 3.5rem;
}
@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: "SlateRegularBold";
  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: "SlatePro-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.3;
  margin-top: 10px;
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .hero__subtitle, .hero--home__subtitle, .hero__lead {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .hero__subtitle, .hero--home__subtitle, .hero__lead {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.hero__cta, .hero--home__cta {
  margin-top: 30px;
  margin-top: 3rem;
  max-width: 120px;
  max-width: 12rem;
}
@media screen and (min-width: 768px) {
  .hero, .hero--home, .hero--profile, .hero--small-image {
    height: 400px;
    height: 40rem;
  }
  .hero__img {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .hero, .hero--home, .hero--profile, .hero--small-image {
    height: 500px;
    height: 50rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero, .hero--home, .hero--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: "SlatePro-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 {
  visibility: hidden;
  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 10% 0 35px;
  padding: 0 10% 0 3.5rem;
}
.hero--profile__title, .hero--small-image__title, .hero--small-image__quote {
  line-height: 1.2;
  position: relative;
  font-family: "SlatePro-Medium";
  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: "Source Sans Pro", 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--small-image {
  visibility: visible;
  background: url(/content/oliver-wyman/global/en/careers-new/img/heroes/default-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.hero--small-image__content {
  padding: 0 35px;
  padding: 0 3.5rem;
}
@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: none;
  position: static;
  border: 5px solid #fff;
}
@media screen and (min-width: 768px) {
  .hero--small-image__img {
    display: inline-block;
  }
}

.hero--text {
  position: relative;
  visibility: visible;
  background: url(/content/oliver-wyman/global/en/careers-new/img/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;
  border-bottom: solid 1px #e7e7e7;
  margin: 50px 0 30px;
  margin: 5rem 0 3rem;
}
.quote__inner {
  border-top: solid 1px #e7e7e7;
  margin: 0 0 0 40px;
  margin: 0 0 0 4rem;
  padding: 20px 0;
  padding: 2rem 0;
}
.quote blockquote {
  color: #006d9e;
  font-style: normal;
  font-family: "SlatePro-Medium";
  margin: 0 0 15px;
  margin: 0 0 1.5rem;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  .quote blockquote {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 960px) {
  .quote blockquote {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.quote blockquote:before {
  margin-right: 10px;
  margin-right: 1rem;
  position: absolute;
  left: 0;
  top: -10px;
}
.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 {
  content: ',';
}
.quote__role {
  margin: 0 5px 0 0;
  margin: 0 0.5rem 0 0;
}
.quote__company {
  margin: 0;
}
.quote--image .quote__inner {
  padding: 20px 0;
  padding: 2rem 0;
}
.quote--image .image-container {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.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 ol.split, .article__row .quote--image ol.split {
    margin-left: -50px;
    margin-left: -5rem;
  }
}

@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 8px;
}
@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 {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 30px 0 10px;
  margin: 3rem 0 1rem;
}
@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: "SlatePro-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: "Source Sans Pro", 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;
  }
}

.article {
  margin: auto;
  padding: 50px auto;
  padding: 5rem auto;
}
.article__image-caption {
  font-weight: 900;
  font-family: "Source Sans Pro", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  padding-right: 10%;
}
.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__logo-container {
  border-bottom: 1px solid #e7e7e7;
  margin-top: -10px;
  margin-top: -1rem;
}
.article__logo-container img {
  margin-top: 0 !important;
}
.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 30px;
  padding: 0 1.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .article__main {
    padding: 0 0 30px;
    padding: 0 0 3rem;
  }
}
.article__footer__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 {
  clear: both;
  content: "";
  display: table;
}
.article .accordion-group {
  margin: 30px 0;
  margin: 3rem 0;
}
.article--sticky-nav__header {
  text-transform: uppercase;
  color: #00a8c8;
  font-family: "SlateRegularBold";
  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: 28px;
  font-size: 2.8rem;
  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-info {
  border-bottom: solid 1px #e7e7e7;
  margin: 15px 0 0;
  margin: 1.5rem 0 0;
}
.article-info__social {
  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 {
    display: block;
  }
}

.article__section {
  padding: 10px 0 0;
  padding: 1rem 0 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:first-child h3 {
  margin-top: 12px;
  margin-top: 1.2rem;
}

.article__row {
  display: block;
  margin: 30px 0;
  margin: 3rem 0;
}
.article__row:first-of-type {
  margin-top: 10px;
  margin-top: 1rem;
}
.article__row h3 {
  color: #006d9e;
}
.article__row img {
  margin: 12px 0 10px;
  margin: 1.2rem 0 1rem;
}
.article__row ul, .article__row ol {
  margin: 14px 0 15px;
  margin: 1.4rem 0 1.5rem;
  padding: 0 0 0 20px;
  padding: 0 0 0 2rem;
}
.article__row ul::after, .article__row ol::after {
  clear: both;
  content: "";
  display: table;
}
.article__row ul li, .article__row ol li {
  margin: 5px 0 0;
  margin: 0.5rem 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .article__row ul li, .article__row ol li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .article__row ul li, .article__row ol li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.article__row ul.no-bullets, .article__row ol.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 ol.split {
  margin: 30px 0 15px;
  margin: 3rem 0 1.5rem;
  padding-left: 30px;
  padding-left: 3rem;
}
.article__row ul.split li, .article__row ol.split li {
  display: list-item !important;
  float: left;
  font-family: "Source Sans Pro", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
}
.article__row ol li {
  padding: 0 15px 30px;
  padding: 0 1.5rem 3rem;
  margin: 5px 0 0 -6px;
  margin: 0.5rem 0 0 -0.6rem;
}
.article__row .btn--main, .article__row .btn--inline, .article__row .btn__apply, .article__row .hero__cta, .article__row .hero--home__cta {
  margin-top: -9px;
  margin-top: -0.9rem;
}

.article__sidebar {
  margin-top: -40px;
  margin-top: -4rem;
}
.article__sidebar__row {
  clear: both;
}
.article__sidebar__title {
  font-family: "SlateRegularBold";
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 5px 3px 0;
  margin: 0 0.5rem 0.3rem 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;
}
.article__sidebar__links:hover {
  color: #006d9e;
}
@media screen and (min-width: 768px) {
  .article__sidebar {
    margin-top: 18px;
    margin-top: 1.8rem;
  }
}

.article__lightbox {
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
  margin: 30px 0 50px;
  margin: 3rem 0 5rem;
}
.article__lightbox a {
  color: #000;
  display: block;
  background: url("/content/oliver-wyman/global/en/careers-new/img/icons/lightbox-icon.png") 99% 100% no-repeat;
}
.article__lightbox--two-images {
  padding: 0 0 20px;
  padding: 0 0 2rem;
}
.article__lightbox--two-images a {
  display: block;
  padding: 0 0 20px;
  padding: 0 0 2rem;
}
.article__lightbox--two-images .six--columns + .six--columns a, .article__lightbox--two-images .article__row ul.split li + .six--columns a, .article__row ul.split .article__lightbox--two-images li + .six--columns a, .article__lightbox--two-images .article__row ol.split li + .six--columns a, .article__row ol.split .article__lightbox--two-images li + .six--columns a, .article__lightbox--two-images .article__row ul.split .six--columns + li a, .article__row ul.split .article__lightbox--two-images .six--columns + li a, .article__lightbox--two-images .article__row ul.split li + li a, .article__row ul.split .article__lightbox--two-images li + li a, .article__lightbox--two-images .article__row ol.split .six--columns + li a, .article__row ol.split .article__lightbox--two-images .six--columns + li a, .article__lightbox--two-images .article__row ol.split li + li a, .article__row ol.split .article__lightbox--two-images li + li a {
  background: none;
}
.article__lightbox--two-images .six--columns + .six--columns a:last-of-type, .article__lightbox--two-images .article__row ul.split li + .six--columns a:last-of-type, .article__row ul.split .article__lightbox--two-images li + .six--columns a:last-of-type, .article__lightbox--two-images .article__row ol.split li + .six--columns a:last-of-type, .article__row ol.split .article__lightbox--two-images li + .six--columns a:last-of-type, .article__lightbox--two-images .article__row ul.split .six--columns + li a:last-of-type, .article__row ul.split .article__lightbox--two-images .six--columns + li a:last-of-type, .article__lightbox--two-images .article__row ul.split li + li a:last-of-type, .article__row ul.split .article__lightbox--two-images li + li a:last-of-type, .article__lightbox--two-images .article__row ol.split .six--columns + li a:last-of-type, .article__row ol.split .article__lightbox--two-images .six--columns + li a:last-of-type, .article__lightbox--two-images .article__row ol.split li + li a:last-of-type, .article__row ol.split .article__lightbox--two-images li + li a:last-of-type {
  background: url("/content/oliver-wyman/global/en/careers-new/img/icons/lightbox-icon.png") 99% 100% no-repeat;
}

.social {
  padding: 0;
  position: relative;
  float: right;
  margin: 2px 15px;
  margin: 0.2rem 1.5rem;
}
.social 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;
}
.social li:first-child {
  text-transform: uppercase;
  position: absolute;
  left: -55px;
  left: -5.5rem;
  top: 1px;
  top: 0.1rem;
}
.social a {
  color: #00a8c8;
  font-size: 25px;
  font-size: 2.5rem;
}
.social a:hover {
  color: #006d9e;
}
@media screen and (min-width: 768px) {
  .social {
    margin-right: 0 !important;
  }
}

.profile-links, .profile-links--black, .profile-links--video {
  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__view-all {
  text-transform: uppercase;
  float: right;
  display: block;
  font-family: "SlatePro-Medium";
  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: "Source Sans Pro", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  font-weight: 700 !important;
  font-size: 18px;
  font-size: 1.8rem;
}
.profile-links__image {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.profile-links__image img {
  max-width: 100%;
  height: auto;
}
.profile-links__location {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .profile-links__location {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .profile-links__location {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.profile-links--black h3, .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 .profile-links__name, .profile-links--video .profile-links--video__title,
.profile-links--video .profile-links__location {
  color: #000;
}
.profile-links--video .video-module {
  border: solid 2px #e7e7e7;
  overflow: hidden;
  margin: 10px 0 15px;
  margin: 1rem 0 1.5rem;
  height: 130px;
  height: 13rem;
}
@media screen and (max-width: 479px) {
  .profile-links .three--columns, .profile-links--black .three--columns, .profile-links--video .three--columns {
    width: 50%;
  }
}

.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: "Source Sans Pro", 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: "SlateRegular", Geneva, Tahoma, Verdana, sans-serif;
}
.expertise__title {
  text-transform: uppercase;
  font-family: "SlateRegularBold";
  margin: 7px 5px 10px 0;
  margin: 0.7rem 0.5rem 1rem 0;
}
.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:after {
  display: inline-block;
  color: #00a8c8;
  font-size: 10px;
  margin-left: 10px;
}
@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 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 6px 0;
  margin: 0.6rem 0;
}
.expertise--mobile .accordion__toggle {
  color: #fff;
  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;
  }
}

.video-module {
  margin: 30px 0 30px;
  margin: 3rem 0 3rem;
}
.video-module a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}
.video-module img {
  margin: 0;
}
.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;
}

.challenge h3 {
  color: #000;
}
.challenge h3.challenge__heading {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .challenge h3.challenge__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .challenge h3.challenge__heading {
    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;
}

.is-on {
  display: block;
}

#scrollUp {
  cursor: pointer;
  bottom: 2%;
  right: 3%;
  color: #00a8c8;
  display: block;
  font-size: 45px;
  font-size: 4.5rem;
}

/*# sourceMappingURL=main.css.map */
