@charset "UTF-8";
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.intro-text {
  font-size: 1.25em;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  font-style: italic;
}

img[width],
img[height] {
  max-width: none;
}

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

textarea {
  resize: vertical;
}

label {
  display: block;
}

.extra-help {
  display: inline-block;
  visibility: hidden;
}

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  width: 100%;
}

th,
td {
  padding: 0.5em;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.location-wrapper, .locations, .lifeat .lifeat__inner, .lifeat, .event, .page-list, #js-timeline, .two-col.two-col--slider .slider__two-col, .heading, .type-careers_landing .two-col.stack-temp, .type-careers_landing .item, .type-careers_landing .items, .type-social_hub .filters .filter__inner,
.type-careers_landing .filters .filter__inner, .footer__contentinfo, .site-footer__top, .HTMLBlock, .one-col, .two-col, .three-col, .four-col, .site-main, .nav--footer, .nav--primary .nav__fatmenu, .form--search, .nav, .media {
  zoom: 1;
}
.location-wrapper:before, .locations:before, .lifeat .lifeat__inner:before, .lifeat:before, .event:before, .page-list:before, #js-timeline:before, .two-col.two-col--slider .slider__two-col:before, .heading:before, .type-careers_landing .two-col.stack-temp:before, .type-careers_landing .item:before, .type-careers_landing .items:before, .type-social_hub .filters .filter__inner:before,
.type-careers_landing .filters .filter__inner:before, .footer__contentinfo:before, .site-footer__top:before, .HTMLBlock:before, .one-col:before, .two-col:before, .three-col:before, .four-col:before, .site-main:before, .nav--footer:before, .nav--primary .nav__fatmenu:before, .form--search:before, .nav:before, .media:before, .location-wrapper:after, .locations:after, .lifeat .lifeat__inner:after, .lifeat:after, .event:after, .page-list:after, #js-timeline:after, .two-col.two-col--slider .slider__two-col:after, .heading:after, .type-careers_landing .two-col.stack-temp:after, .type-careers_landing .item:after, .type-careers_landing .items:after, .type-social_hub .filters .filter__inner:after,
.type-careers_landing .filters .filter__inner:after, .footer__contentinfo:after, .site-footer__top:after, .HTMLBlock:after, .one-col:after, .two-col:after, .three-col:after, .four-col:after, .site-main:after, .nav--footer:after, .nav--primary .nav__fatmenu:after, .form--search:after, .nav:after, .media:after {
  content: "";
  display: table;
}
.location-wrapper:after, .locations:after, .lifeat .lifeat__inner:after, .lifeat:after, .event:after, .page-list:after, #js-timeline:after, .two-col.two-col--slider .slider__two-col:after, .heading:after, .type-careers_landing .two-col.stack-temp:after, .type-careers_landing .item:after, .type-careers_landing .items:after, .type-social_hub .filters .filter__inner:after,
.type-careers_landing .filters .filter__inner:after, .footer__contentinfo:after, .site-footer__top:after, .HTMLBlock:after, .one-col:after, .two-col:after, .three-col:after, .four-col:after, .site-main:after, .nav--footer:after, .nav--primary .nav__fatmenu:after, .form--search:after, .nav:after, .media:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.iR {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media all and (max-width: 720px) {
  .hide-mobile {
    display: none !important;
  }
}
.media {
  display: block;
}

.media__img,
.media__object {
  float: left;
  margin-right: 0;
}

.media--right {
  float: right;
  margin-right: 0;
  margin-left: 0;
}

.media--stacked {
  float: none;
  text-align: center;
  margin-right: 0;
}

.media__body {
  overflow: hidden;
}

.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 3;
  padding-right: 1em;
  padding-left: 1em;
}

.btn, .btn:hover {
  text-decoration: none;
}
.btn:active, .btn:focus {
  outline: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?-xja0uj");
  src: url("../fonts/icomoon.eot?#iefix-xja0uj") format("embedded-opentype"), url("../fonts/icomoon.woff?-xja0uj") format("woff"), url("../fonts/icomoon.ttf?-xja0uj") format("truetype"), url("../fonts/icomoon.svg?-xja0uj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-icon]:before {
  font-family: icomoon;
  content: attr(data-icon);
  speak: none;
  font-style: normal;
}

.icon-phone:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-mouse:before {
  content: "";
}

.icon-directions:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-paperplane:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-feather:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-drawer:before {
  content: "";
}

.icon-reply:before {
  content: "";
}

.icon-reply-all:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-user-add:before {
  content: "";
}

.icon-vcard:before {
  content: "";
}

.icon-export:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-location2:before {
  content: "";
}

.icon-target:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-sharable:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-heart2:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star2:before {
  content: "";
}

.icon-thumbsup:before {
  content: "";
}

.icon-thumbsdown:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-quote:before {
  content: "";
}

.icon-house:before {
  content: "";
}

.icon-popup:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-flashlight:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-cog:before {
  content: "";
}

.icon-tools:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-megaphone:before {
  content: "";
}

.icon-moon:before {
  content: "";
}

.icon-palette:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-music2:before {
  content: "";
}

.icon-new:before {
  content: "";
}

.icon-graduation:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-newspaper:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-airplane:before {
  content: "";
}

.icon-lifebuoy:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-bolt:before {
  content: "";
}

.icon-thunder:before {
  content: "";
}

.icon-droplet:before {
  content: "";
}

.icon-cd:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-air:before {
  content: "";
}

.icon-hourglass:before {
  content: "";
}

.icon-gauge:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-network:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-battery:before {
  content: "";
}

.icon-bucket:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-drive:before {
  content: "";
}

.icon-cup:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-brush:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-cone:before {
  content: "";
}

.icon-earth:before {
  content: "";
}

.icon-keyboard:before {
  content: "";
}

.icon-browser:before {
  content: "";
}

.icon-publish:before {
  content: "";
}

.icon-progress-3:before {
  content: "";
}

.icon-progress-2:before {
  content: "";
}

.icon-brogress-1:before {
  content: "";
}

.icon-progress-0:before {
  content: "";
}

.icon-sun:before {
  content: "";
}

.icon-sun2:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-screen:before {
  content: "";
}

.icon-infinity:before {
  content: "";
}

.icon-light-bulb:before {
  content: "";
}

.icon-creditcard:before {
  content: "";
}

.icon-database:before {
  content: "";
}

.icon-voicemail:before {
  content: "";
}

.icon-clipboard:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-box:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-thermometer:before {
  content: "";
}

.icon-droplets:before {
  content: "";
}

.icon-uniE66E:before {
  content: "";
}

.icon-statistics:before {
  content: "";
}

.icon-pie:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-graph:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-lock-open:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-login:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-cross2:before {
  content: "";
}

.icon-minus2:before {
  content: "";
}

.icon-plus2:before {
  content: "";
}

.icon-cross3:before {
  content: "";
}

.icon-minus3:before {
  content: "";
}

.icon-plus3:before {
  content: "";
}

.icon-erase:before {
  content: "";
}

.icon-blocked:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-info2:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-cycle:before {
  content: "";
}

.icon-cw:before {
  content: "";
}

.icon-ccw:before {
  content: "";
}

.icon-shuffle:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-arrow2:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-loop:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-back:before {
  content: "";
}

.icon-switch:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-add-to-list:before {
  content: "";
}

.icon-layout:before {
  content: "";
}

.icon-list2:before {
  content: "";
}

.icon-text:before {
  content: "";
}

.icon-text2:before {
  content: "";
}

.icon-document:before {
  content: "";
}

.icon-docs:before {
  content: "";
}

.icon-landscape:before {
  content: "";
}

.icon-pictures:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-music3:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-disk:before {
  content: "";
}

.icon-install:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-upload2:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-bookmarks:before {
  content: "";
}

.icon-book2:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-record:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-next:before {
  content: "";
}

.icon-previous:before {
  content: "";
}

.icon-first:before {
  content: "";
}

.icon-last:before {
  content: "";
}

.icon-resize-enlarge:before {
  content: "";
}

.icon-resize-shrink:before {
  content: "";
}

.icon-volume:before {
  content: "";
}

.icon-sound:before {
  content: "";
}

.icon-mute:before {
  content: "";
}

.icon-flow-cascade:before {
  content: "";
}

.icon-flow-branch:before {
  content: "";
}

.icon-flow-tree:before {
  content: "";
}

.icon-flow-line:before {
  content: "";
}

.icon-flow-parallel:before {
  content: "";
}

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

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

.icon-arrow-up-upload:before {
  content: "";
}

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

.icon-arrow-left2:before {
  content: "";
}

.icon-arrow-down2:before {
  content: "";
}

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

.icon-arrow-right2:before {
  content: "";
}

.icon-arrow-left3:before {
  content: "";
}

.icon-arrow-down3:before {
  content: "";
}

.icon-arrow-up2:before {
  content: "";
}

.icon-arrow-right3:before {
  content: "";
}

.icon-arrow-left4:before {
  content: "";
}

.icon-arrow-down4:before {
  content: "";
}

.icon-arrow-up3:before {
  content: "";
}

.icon-arrow-right4:before {
  content: "";
}

.icon-arrow-left5:before {
  content: "";
}

.icon-arrow-down5:before {
  content: "";
}

.icon-arrow-up4:before {
  content: "";
}

.icon-arrow-right5:before {
  content: "";
}

.icon-arrow-left6:before {
  content: "";
}

.icon-arrow-down6:before {
  content: "";
}

.icon-arrow-up5:before {
  content: "";
}

.icon-arrow-right6:before {
  content: "";
}

.icon-arrow-left7:before {
  content: "";
}

.icon-arrow-down7:before {
  content: "";
}

.icon-arrow-up6:before {
  content: "";
}

.icon-uniE6D8:before {
  content: "";
}

.icon-arrow-left8:before {
  content: "";
}

.icon-arrow-down8:before {
  content: "";
}

.icon-arrow-up7:before {
  content: "";
}

.icon-arrow-right7:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-ellipsis:before {
  content: "";
}

.icon-dots:before {
  content: "";
}

.icon-dot:before {
  content: "";
}

.icon-cc:before {
  content: "";
}

.icon-cc-by:before {
  content: "";
}

.icon-cc-nc:before {
  content: "";
}

.icon-cc-nc-eu:before {
  content: "";
}

.icon-cc-nc-jp:before {
  content: "";
}

.icon-cc-sa:before {
  content: "";
}

.icon-cc-nd:before {
  content: "";
}

.icon-cc-pd:before {
  content: "";
}

.icon-cc-zero:before {
  content: "";
}

.icon-cc-share:before {
  content: "";
}

.icon-cc-share2:before {
  content: "";
}

.icon-danielbruce:before {
  content: "";
}

.icon-danielbruce2:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-github2:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-flickr2:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-vimeo2:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-twitter2:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook2:before {
  content: "";
}

.icon-facebook3:before {
  content: "";
}

.icon-googleplus:before {
  content: "";
}

.icon-googleplus2:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest2:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-tumblr2:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-linkedin2:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-dribbble2:before {
  content: "";
}

.icon-stumbleupon:before {
  content: "";
}

.icon-stumbleupon2:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-lastfm2:before {
  content: "";
}

.icon-rdio:before {
  content: "";
}

.icon-rdio2:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-spotify2:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-evernote:before {
  content: "";
}

.icon-flattr:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-skype2:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-sina-weibo:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-picasa:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-mixi:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-circles:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-smashing:before {
  content: "";
}

.nav {
  list-style: none;
  padding-left: 0;
}
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.nav--stacked > li {
  display: list-item;
}
.nav--stacked > li > a {
  display: block;
}

.nav--banner {
  text-align: center;
}

.nav--block {
  line-height: 1;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav--block > li > a {
  padding: 0;
}

.nav--fit {
  display: table;
  width: 100%;
}
.nav--fit > li {
  display: table-cell;
}
.nav--fit > li > a {
  display: block;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 80%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 80%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.in-view {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in-view.heading {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.constrain {
  margin: 0 auto;
  width: 100%;
  max-width: 98%;
}
@media (min-width: 46.25em) {
  .constrain {
    max-width: 740px;
    max-width: 100%;
    padding: 0 5px;
  }
}
@media (min-width: 61.25em) {
  .constrain {
    max-width: 980px;
  }
}
@media (min-width: 68.75em) {
  .constrain {
    max-width: 1004px;
  }
}

#content {
  margin-top: 40px;
}

body {
  font-family: arial, sans-serif;
  position: relative;
  right: 0;
  font-size: 18px;
  line-height: 26px;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
body.is-push {
  position: relative;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
@media (max-width: 61.24em) {
  body.is-push {
    right: 85%;
    overflow: hidden;
  }
}
body.is-edit-mode {
  position: static;
}

.upper-grey, .footer__strapline, .nav--login .nav__link, .nav--secondary .nav__link, .nav--primary .nav__cta, .nav--primary .nav__title, .nav--primary .tier--1 .nav__link, .login__title, .regions__link, .btn--login {
  font-size: 0.75em;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #666666;
  font-weight: 100;
}

.main__title {
  color: white;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: 100;
  line-height: 1.5em;
  margin: 0;
  text-transform: uppercase;
}

.title--section {
  font-size: 12px;
  line-height: 1em;
}

.site-main a {
  text-decoration: none;
  color: #006193;
}
.site-main a:hover {
  text-decoration: none;
  color: #666666;
}
.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal !important;
  margin-top: 0 !important;
}
.site-main h1.is-blue, .site-main h2.is-blue, .site-main h3.is-blue, .site-main h4.is-blue, .site-main h5.is-blue, .site-main h6.is-blue {
  color: #006193;
}
.site-main h1 {
  font-size: 45px;
  line-height: 47px;
}
@media (max-width: 46.24em) {
  .site-main h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.site-main h2 {
  font-size: 26px;
  line-height: 28px;
}
.site-main h3 {
  font-size: 22px !important;
  line-height: 24px;
}
.site-main h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 0.666em 0;
}
.site-main h6 {
  font-size: 16px;
  line-height: 20px;
  margin: 0.6em 0;
}
.site-main h7 {
  font-size: 16px;
  line-height: 20px;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal;
}
.site-main h8 {
  font-size: 22px;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal;
  color: #b72f2a;
}
.site-main p {
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #111;
  margin-top: 0;
}
.site-main p.is-red {
  font-size: 22px;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  color: #b72f2a;
}
.site-main p.lead {
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
  color: #666666;
  margin-bottom: 1em;
}
@media (min-width: 46.25em) {
  .site-main p.lead {
    margin-bottom: 0;
  }
}
.site-main p.lead--1 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 1em !important;
}
@media (max-width: 46.24em) {
  .site-main p.lead--1 {
    font-size: 20px;
  }
}
@media (min-width: 46.25em) {
  .site-main p.lead--1 {
    margin-top: 0 !important;
  }
}
.site-main p.lead--2 {
  font-size: 20px;
  line-height: 24px;
}
.site-main p.lead--3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.site-main p.is-blue {
  color: #006193;
}
.site-main p.hero__sub {
  font-size: 24px;
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
  line-height: 30px;
  max-width: 100%;
  color: white;
}
.site-main .visibility-hidden {
  display: none;
}

.transition, .is-home .hero--home .constrain .video-modal, .video-controller .v-btn {
  transition: all 0.35s ease-in-out;
}

.flex, .is-home .hero__text--home, .is-home .hero--home .constrain .video-modal, .is-home .hero--home .constrain, .video-controller .v-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__text--home {
  position: relative;
  top: 50%;
}

.video-controller {
  /**
   * To combat multiple includes make sure to manually import the 
   * /assets/css/SASS/Objects/_font_video_icons file into the block/component you need.
   * This will add in the font for the video controller icons.
  */
}
@media screen and (min-width: 0\0 ) {
  .video-controller {
    position: relative;
    top: 0;
  }
  .video-controller .v-btn {
    margin-top: 25%;
    margin-left: calc(50% - 25px);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .video-controller {
    position: relative;
  }
  .video-controller .v-btn {
    margin-top: 25%;
    margin-left: calc(50% - 25px);
  }
}
.video-controller .v-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0 0 0.5em transparent;
}
.video-controller .v-btn:hover {
  box-shadow: 0 0 0.5em #ffffff;
}
.video-controller .v-btn:before {
  font-family: VideoJS;
  text-align: center;
  position: relative;
  left: 2px;
}
.video-controller .v-btn.play-btn:before {
  content: "";
}

.site-header {
  min-height: 152px;
  border-bottom: 20px solid #006193;
}
@media (max-width: 46.24em) {
  .site-header {
    min-height: 74px;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .site-header {
    min-height: 115px;
  }
}

.site-brand {
  float: left;
  width: 20%;
  min-width: 110px;
  max-width: 160px;
  margin-top: 10px;
  margin-left: 10px;
}
@media (min-width: 61.25em) {
  .site-brand {
    margin-top: 25px;
    margin-left: 0;
  }
}

.nav-global {
  position: relative;
  text-align: right;
}
@media (max-width: 46.24em) {
  .nav-global {
    position: absolute;
    padding: 10px;
    padding-right: 50px;
    width: 98%;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .nav-global {
    margin-top: 10px;
    margin-right: 50px;
  }
}
@media (min-width: 46.25em) {
  .nav-global {
    float: right;
    padding-left: 146px;
  }
}

.nav-global__col {
  display: inline-block;
  vertical-align: top;
}

.global__regions {
  border: 1px solid #b1b1b1;
  margin-top: 0;
  padding: 0;
  height: 34px;
  max-height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 46;
  background-color: white;
  -webkit-transition-property: width, height;
  -moz-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: ease-out, linear;
  -moz-transition-timing-function: ease-out, linear;
  -o-transition-timing-function: ease-out, linear;
  transition-timing-function: ease-out, linear;
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
@media (max-width: 46.24em) {
  .global__regions {
    left: auto;
    right: 54px;
    width: 36px;
  }
}
@media (min-width: 61.25em) {
  .global__regions {
    border-top: none;
  }
}
.global__regions:hover, .global__regions:focus {
  height: 171px;
  width: auto;
}
@media (max-width: 46.24em) {
  .global__regions:hover, .global__regions:focus {
    width: 209px;
  }
}
.global__regions .is-current {
  display: none;
}

.regions__link, .btn--login {
  display: block;
  height: 34px;
  line-height: 22px;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.5em 36px 0.5em 1em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.regions__link:hover, .btn--login:hover, .regions__link:focus, .btn--login:focus {
  color: #006193;
  background-color: whitesmoke;
  outline: none;
}
.regions__link:hover .regions__span, .regions__link:hover .login__span, .btn--login:hover .regions__span, .btn--login:hover .login__span, .regions__link:focus .regions__span, .regions__link:focus .login__span, .btn--login:focus .regions__span, .btn--login:focus .login__span {
  right: 0;
  background-color: whitesmoke;
}

.regions__span, .login__span {
  position: absolute;
  right: 0;
  top: 7px;
  padding-right: 0.25em;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  -webkit-transition: c 0.4s ease-in-out;
  -moz-transition: c 0.4s ease-in-out;
  -ms-transition: c 0.4s ease-in-out;
  -o-transition: c 0.4s ease-in-out;
  transition: c 0.4s ease-in-out;
}
@media (max-width: 46.24em) {
  .regions__span, .login__span {
    top: 0;
    display: block;
    background-color: white;
    padding-right: 0em;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
  }
}

.form--search {
  border: 1px solid #b1b1b1;
  margin-top: 0;
  padding: 0;
  height: 34px;
  position: relative;
  width: auto;
  z-index: 3;
  margin-right: -1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 46.24em) {
  .form--search {
    width: 36px;
  }
}
@media (min-width: 46.25em) {
  .form--search {
    margin-right: 6px;
  }
}
@media (min-width: 50.625em) {
  .form--search {
    border-top: none;
  }
}
.form--search.is-focus {
  width: 100%;
  margin-right: 0;
}
.form--search.is-focus .search__input--text {
  width: 100%;
}

.search__input {
  float: left;
  border: none;
  outline: none;
  height: 32px;
  padding: 2px 0.5em;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
@media (max-width: 46.24em) {
  .search__input {
    float: right;
    width: 34px;
  }
}
@media (min-width: 46.25em) {
  .search__input {
    width: 97px;
  }
}

.search__input--text:focus {
  width: 175px;
}

.search__input--submit {
  font-size: 20px;
  width: 34px;
  background-color: white;
  color: #666666;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 46.24em) {
  .search__input--submit {
    position: absolute;
    right: 0;
    padding: 0;
  }
}
.search__input--submit span {
  line-height: 28px;
}
.search__input--submit:hover, .search__input--submit:focus {
  color: #006193;
}

.global__login {
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -ms-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
@media (max-width: 46.24em) {
  .global__login {
    display: none;
  }
}
.global__login:hover .login__board, .global__login:focus .login__board {
  height: 220px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
}

.btn--login {
  width: 135px;
  height: 34px;
  padding: 2px 1em;
  background-color: whitesmoke;
  border: 1px solid whitesmoke;
  border-top: none;
  text-align: left;
  line-height: 32px;
}

.login__span {
  line-height: 28px;
}

.login__board {
  position: absolute;
  display: block;
  height: auto;
  background-color: whitesmoke;
  width: 100%;
  right: 0;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.login__title {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  margin-bottom: 0.5em;
}

.is-collapsed .login__board {
  height: 0;
}

.site-strapline {
  float: right;
  clear: right;
  color: #b72f2a;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 1.55em;
}
@media (max-width: 46.24em) {
  .site-strapline {
    display: none;
  }
}

.btn--menu {
  display: block;
  width: 34px;
  height: 34px;
  margin: 10px 10px 0 0;
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #666666;
  font-size: 20px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 61.25em) {
  .btn--menu {
    display: none;
  }
}

.nav--primary .tier--1 .nav__item {
  padding-left: 0.25em;
}
.nav--primary .tier--1 .nav__link {
  display: block;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.nav--primary .tier--1 .nav__link:hover, .nav--primary .tier--1 .nav__link:focus {
  color: #006193;
}
@media (max-width: 61.24em) {
  .nav--primary {
    background-color: whitesmoke;
    padding: 1em 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -85%;
    width: 85%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav--primary.is-flyin {
    right: 0;
  }
  .nav--primary .tier--1 {
    padding: 0;
    display: inline-block;
  }
  .nav--primary .tier--1 > .nav__item {
    display: block;
  }
  .nav--primary .tier--1 > .nav__item .nav__link {
    padding: 1em;
    border-bottom: 1px solid white;
  }
}
@media (min-width: 61.25em) {
  .nav--primary {
    clear: both;
    padding-top: 0.1%;
  }
  .nav--primary .tier--1 {
    padding: 0;
    margin-bottom: 0;
    display: table;
    table-layout: auto;
  }
  .nav--primary .tier--1 > .nav__item {
    display: table-cell;
    vertical-align: top;
  }
  .nav--primary .tier--1 > .nav__item > .nav__link {
    height: 56px;
    text-align: center;
    padding: 0.75em 5px 1em;
    position: relative;
  }
  .nav--primary .tier--1 > .nav__item > .nav__link:after {
    content: " ";
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -moz-transform: scale(0.9999);
    border-bottom: 9px solid #006193;
  }
  .nav--primary .tier--1 > .nav__item > .nav__link:focus {
    outline: none;
  }
  .nav--primary .tier--1 > .nav__item > .nav__link:focus:after {
    display: block;
  }
  .nav--primary .tier--1 > .nav__item.has-children {
    position: relative;
  }
  .nav--primary .tier--1 > .nav__item.has-children > .nav__link {
    padding: 0.75em 10px 1em;
  }
  .nav--primary .tier--1 > .nav__item.has-children > .nav__link:hover, .nav--primary .tier--1 > .nav__item.has-children > .nav__link:focus {
    background-color: whitesmoke;
  }
  .nav--primary .tier--1 > .nav__item.has-children > .nav__link:hover:after, .nav--primary .tier--1 > .nav__item.has-children > .nav__link:focus:after {
    display: none;
  }
  .nav--primary .tier--1 > .nav__item.has-children:hover, .nav--primary .tier--1 > .nav__item.has-children:focus {
    background-color: whitesmoke;
  }
  .nav--primary .tier--1 > .nav__item.has-children:hover .nav__fatmenu, .nav--primary .tier--1 > .nav__item.has-children:focus .nav__fatmenu {
    display: block;
  }
  .nav--primary .tier--1 > .nav__item.has-children.nav__item--our-locations > .nav__link, .nav--primary .tier--1 > .nav__item.has-children.nav__item--alumni > .nav__link {
    padding: 0.75em 5px 1em;
  }
  .nav--primary .tier--1 > .nav__item.has-children.nav__item--our-locations > .nav__link:hover, .nav--primary .tier--1 > .nav__item.has-children.nav__item--our-locations > .nav__link:focus, .nav--primary .tier--1 > .nav__item.has-children.nav__item--alumni > .nav__link:hover, .nav--primary .tier--1 > .nav__item.has-children.nav__item--alumni > .nav__link:focus {
    background-color: transparent;
  }
  .nav--primary .tier--1 > .nav__item.has-children.nav__item--our-locations > .nav__link:hover:after, .nav--primary .tier--1 > .nav__item.has-children.nav__item--our-locations > .nav__link:focus:after, .nav--primary .tier--1 > .nav__item.has-children.nav__item--alumni > .nav__link:hover:after, .nav--primary .tier--1 > .nav__item.has-children.nav__item--alumni > .nav__link:focus:after {
    display: block;
  }
  .nav--primary .tier--1 > .nav__item.has-children.nav__item--our-locations:hover, .nav--primary .tier--1 > .nav__item.has-children.nav__item--our-locations:focus, .nav--primary .tier--1 > .nav__item.has-children.nav__item--alumni:hover, .nav--primary .tier--1 > .nav__item.has-children.nav__item--alumni:focus {
    background-color: transparent;
    color: #006193;
  }
  .nav--primary .tier--1 > .nav__item.has-children.nav__item--our-locations:hover .nav__fatmenu, .nav--primary .tier--1 > .nav__item.has-children.nav__item--our-locations:focus .nav__fatmenu, .nav--primary .tier--1 > .nav__item.has-children.nav__item--alumni:hover .nav__fatmenu, .nav--primary .tier--1 > .nav__item.has-children.nav__item--alumni:focus .nav__fatmenu {
    display: none;
  }
  .nav--primary .tier--1 > .nav__item.is-selected > .nav__link {
    color: #006193;
  }
  .nav--primary .tier--1 > .nav__item.is-selected > .nav__link:after {
    display: block;
  }
  .nav--primary .tier--1 .is-open > .nav__link:after {
    display: none !important;
  }
  .nav--primary .tier--1 .nav__item--home {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav--primary .tier--1 .tier--2 {
    padding-left: 0;
    margin-top: 5px;
    width: 100%;
  }
  .nav--primary .tier--1 .tier--2 .nav__link {
    position: relative;
    text-decoration: none;
    color: #006193;
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding: 0.25em 1.5em 0.25em 0.25em;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .nav--primary .tier--1 .tier--2 .nav__link:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 18px;
    font-size: 10px;
    line-height: 24px;
    padding: 0 0.5em;
    display: block;
    float: left;
    padding-bottom: 1px;
    font-size: 18px;
  }
  .nav--primary .tier--1 .tier--2 .nav__link:hover, .nav--primary .tier--1 .tier--2 .nav__link:focus {
    color: #666666;
  }
  .nav--primary .tier--1 .tier--3 {
    color: #666666;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 0;
    padding-left: 22px;
    line-height: 18px;
  }
  .nav--primary .tier--1 .tier--3 .nav__item {
    margin-top: 9px;
  }
}
.nav--primary .nav__title {
  font-weight: bold;
  text-decoration: none;
  margin-top: 5px;
}
.nav--primary .nav__fatmenu {
  display: none;
  position: absolute;
  left: 0;
  top: 56px;
  background-color: whitesmoke;
  padding: 30px 20px 20px;
  z-index: 11;
  min-width: 480px;
  max-width: 950px;
  min-height: 420px;
}
.nav--primary .nav__fatmenu .nav__link {
  color: #006193;
}
.nav--primary .nav__fatmenu .nav__link:hover, .nav--primary .nav__fatmenu .nav__link:focus {
  color: #666666;
}
.nav--primary .nav__fatmenu--apprenticeship-programmes {
  left: -99px;
  min-width: 578px;
}
.nav--primary .nav__fatmenu--apprenticeship-programmes .tier--3 {
  display: none;
}
.nav--primary .nav__fatmenu--graduates-and-internship-programmes {
  min-width: 642px;
  left: -117px;
}
.nav--primary .nav__fatmenu--mba-programmes {
  left: -166px;
  min-width: 525px;
}
.nav--primary .nav__fatmenu--mba-programmes .tier--3 {
  display: none;
}
.nav--primary .nav__fatmenu--professionals {
  min-width: 873px;
  left: -448px;
}
.nav--primary .nav__fatmenu--early-careers {
  min-width: 814px;
  min-height: 450px;
  left: -260px;
}
.nav--primary .nav__col {
  float: left;
  width: 45%;
  min-width: 200px;
  max-width: 260px;
  margin-right: 5%;
}
.nav--primary .nav__col--3 {
  width: 26.6%;
}
.nav--primary .nav__col--4 {
  width: 22.5%;
  margin-right: 2.5%;
}
.nav--primary .nav__col--cta,
.nav--primary .nav__col--right_sidebar {
  margin-right: 0;
  max-width: 200px;
}
.nav--primary .nav__cta {
  display: block;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 34px 20px 20px;
  margin: 5px 0;
  line-height: 14px;
  border: 1px solid #b1b1b1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nav--primary .nav__cta:hover, .nav--primary .nav__cta:focus {
  color: #006193;
  border-color: #006193;
}
.nav--primary .nav__cta span {
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}

.nav__fatmenu--alumni {
  left: -30px !important;
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}

.nav__fatmenu--graduates-and-internship-programmes .nav__col.nav__col--graduates-and-internship-programmes {
  max-width: auto;
}
.nav__fatmenu--graduates-and-internship-programmes ul {
  float: left;
}

@media (max-width: 61.24em) {
  .is-push .nav--primary {
    right: 0;
    overflow: scroll;
  }
}

.nav--secondary {
  float: left;
  width: 220px;
  background-color: whitesmoke;
  margin: 20px 20px 20px 0;
}
@media (max-width: 61.24em) {
  .nav--secondary {
    display: none;
  }
}
.nav--secondary.stuck {
  position: fixed;
  top: 0;
}
.nav--secondary .nav {
  margin: 0;
  border-top: 1px solid white;
}
.nav--secondary .nav__link {
  display: block;
  position: relative;
  font-weight: normal;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  text-decoration: none;
  font-size: 12px;
  padding: 0.5em 2em 0.5em 2em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.nav--secondary .nav__link:hover, .nav--secondary .nav__link:focus {
  color: #006193;
}

.is-edit-mode .nav--secondary.stuck {
  position: relative;
  top: auto;
}

.nav--parent {
  padding: 1em 0;
}
.nav--parent .nav__link {
  text-indent: 20px;
}
.nav--parent .nav__link:before {
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  left: 0;
}

.sticky-wrapper {
  float: left;
}

.nav--apply {
  margin: 0;
  padding: 0;
}
.nav--apply .nav__link {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  padding: 1.75em 1.5em 1.75em 2.5em;
  background-color: #b72f2a;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav--apply .nav__link:hover, .nav--apply .nav__link:focus {
  color: white;
  background-color: whitesmoke;
}
.nav--apply .nav__link span {
  float: right;
  font-size: 24px;
  line-height: 14px;
  font-weight: bold;
}

.nav--login .nav__tier {
  padding-left: 0;
  margin-top: 0;
  list-style-type: none;
}
.nav--login .nav__link {
  font-weight: bold;
  color: #006193;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nav--login .nav__link span {
  font-size: 10px;
  line-height: 18px;
  display: block;
  float: left;
  padding-right: 0.5em;
}
.nav--login .nav__link:hover, .nav--login .nav__link:focus {
  color: #666666;
}

.nav--footer {
  font-size: 0.75em;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .nav--footer {
    clear: left;
    padding-top: 40px;
  }
}
@media (min-width: 61.25em) {
  .nav--footer {
    padding-top: 68px;
  }
}
.nav--footer .nav__list {
  float: left;
  width: 50%;
  padding-left: 0;
  margin-top: 0;
  padding-right: 0.25em;
}
.nav--footer .nav__item {
  clear: both;
}
.nav--footer .nav__link {
  text-decoration: none;
  color: white;
  line-height: 18px;
  display: block;
  padding: 0.25em 0.25em 0.25em 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nav--footer .nav__link:before {
  font-size: 10px;
  line-height: 18px;
  padding: 0 0.5em;
  display: block;
  float: left;
  padding-bottom: 1px;
}
.nav--footer .nav__link:hover, .nav--footer .nav__link:focus {
  color: #006193;
  background-color: whitesmoke;
}

.nav__fatmenu {
  position: relative;
}
.nav__fatmenu .nav__cta-links {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1em;
  margin-right: 1em;
  /*width:30%;*/
  width: 200px;
}
.nav__fatmenu .nav__cta-links .nav__cta {
  display: block;
  border: 0;
  background: white;
  color: #006193;
  transition: all 0.5s easein;
}
.nav__fatmenu .nav__cta-links .nav__cta:hover {
  background: #006193;
  color: white;
}

.nav__chapters {
  padding-left: 0;
  margin-left: 0;
}
.nav__chapters .nav__chapters-item {
  font-family: "NeuzeitGro W01 Bold'", sans-serif;
  font-size: 12px;
  color: #666666;
}

.nav__fatmenu--our-locations.nav__fatmenu {
  min-width: 288px;
  max-width: 288px;
}

.nav__fatmenu--professionals.nav__fatmenu .nav__col {
  min-width: 0;
  max-width: 100%;
  width: 70%;
}
.nav__fatmenu--professionals.nav__fatmenu .nav__col .tier--3 {
  margin-left: 0;
  padding-left: 0.2em;
}
.nav__fatmenu--professionals.nav__fatmenu .nav__col .nav__item--full {
  display: inline-block !important;
  vertical-align: top;
  max-width: 32%;
  width: 100%;
}

.nav__fatmenu--early-careers.nav__fatmenu .nav__col {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}
.nav__fatmenu--early-careers.nav__fatmenu .nav__col .tier--3 {
  margin-left: 0;
  padding-left: 0.2em;
}
.nav__fatmenu--early-careers.nav__fatmenu .nav__col .nav__item--full {
  display: inline-block !important;
  vertical-align: top;
  max-width: 32%;
  width: 100%;
}
.nav__fatmenu--early-careers .early_careers_group {
  float: left;
  width: 38%;
  padding-right: 2%;
}

#js-nav__fatmenu--our-locations {
  display: none;
}

.tier--2 > li {
  font-family: arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.region-europe .nav__fatmenu--professionals.nav__fatmenu {
  left: -438px;
}

.region-asia-pacific .nav__fatmenu--professionals.nav__fatmenu {
  left: -471px;
}

.region-tunisia .nav__fatmenu--professionals.nav__fatmenu, .region-bermuda .nav__fatmenu--professionals.nav__fatmenu, .region-india .nav__fatmenu--professionals.nav__fatmenu {
  left: -320px;
}

/* Placeholder Styles */
.site-main {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.col {
  width: 100%;
  margin-bottom: 7.5em;
}
.two-col .col {
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .col {
    width: 50%;
  }
}
@media (min-width: 46.25em) {
  .col--one-third {
    width: 33.3333%;
  }
}
@media (min-width: 46.25em) {
  .col--two-third {
    width: 66.6666%;
  }
}
@media (min-width: 46.25em) {
  .col--fourth {
    width: 50%;
  }
}
@media (min-width: 61.25em) {
  .col--fourth {
    width: 25%;
  }
}
.col--padded {
  padding: 20px;
}

.content--left {
  padding: 20px;
}
.content--right {
  float: right;
  padding: 20px;
}

.one-col, .two-col, .three-col, .four-col {
  width: 100%;
  margin-bottom: 7.5em;
}
.one-col.is-grey, .two-col.is-grey, .three-col.is-grey, .four-col.is-grey {
  background: whitesmoke;
}

.one-col--padded {
  padding: 20px;
}
@media (min-width: 61.25em) {
  .one-col--padded {
    padding: 20px 33.33% 20px 20px;
  }
}
.one-col--padded p {
  font-size: 16px;
  line-height: 24px;
}

.three-col .page-list {
  float: left;
}
.three-col .video {
  background: whitesmoke;
  border-right: 1px solid white;
}
.three-col .video .video__inner {
  overflow: hidden;
}
.three-col .video .video__title {
  padding: 0.4em 0.6em;
}
.three-col .latest-jobs {
  margin-bottom: 0;
}
.three-col .latest-jobs .latest-jobs__inner {
  padding-bottom: 82px;
}

.hero {
  background-size: contain;
  -ms-behavior: url(/backgroundsize.htc);
}
@media (min-width: 46.25em) {
  .hero {
    overflow: hidden;
  }
}
@media (min-width: 46.25em) {
  .hero {
    background-size: cover;
    margin-bottom: 3em;
    border-top: 0;
  }
}
@media (max-width: 46.24em) {
  .hero {
    background: none !important;
    border-left: 1em solid white;
    border-right: 1em solid white;
    margin-bottom: 20px;
  }
}
@media (max-width: 29.99em) {
  .hero.has-cta {
    margin-bottom: 80px;
  }
}
.hero .constrain {
  padding-top: 37.25%;
  position: relative;
  max-width: 100%;
}
@media (max-width: 46.24em) {
  .hero .constrain {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    min-height: 150px;
  }
}
@media (min-width: 46.25em) {
  .hero .constrain {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    min-height: 450px;
    max-width: 1100px;
    padding: 0 48px;
  }
}
.hero .constrain .arrow-go-to {
  position: absolute;
  display: block;
  width: 94px;
  height: 47px;
  text-align: center;
  border-radius: 94px 94px 0 0;
  background-color: white;
  bottom: 0;
  left: 50%;
  margin-left: -47px;
  margin-bottom: -5px;
  line-height: 47px;
  z-index: 51;
  outline: none;
}
@media (max-width: 46.24em) {
  .hero .constrain .arrow-go-to {
    display: none;
  }
}
@media (min-width: 61.25em) {
  .hero .hero__heading {
    margin: 0.2em 0;
  }
}
.hero .hero__sub {
  margin-top: 4px;
}
@media (min-width: 46.25em) {
  .hero .hero__sub {
    max-width: 80%;
  }
}
.hero .hero__text {
  background: #006193;
  color: white;
  width: 100%;
  margin: 0;
  padding: 2em;
  min-height: 264px;
}
@media (max-width: 46.24em) {
  .hero .hero__text.bounceInLeft {
    animation: none;
    -webkit-animation: none;
  }
}
@media (min-width: 46.25em) {
  .hero .hero__text {
    position: absolute;
    padding: 20px;
    max-width: 338px;
    top: 50px;
    left: 48px;
  }
}
@media (min-width: 61.25em) {
  .hero .hero__text {
    bottom: 50px;
  }
}
.hero .hero__cta {
  display: block;
  background: #b72f2a;
  position: absolute;
  padding: 20px;
  color: white;
  transition: all 0.4s;
  left: 2em;
  width: 90%;
  width: calc(100% - 4em);
  bottom: -80px;
}
@media (min-width: 30em) {
  .hero .hero__cta {
    bottom: -20px;
  }
}
@media (min-width: 46.25em) {
  .hero .hero__cta {
    max-width: 180px;
    left: 230px;
    bottom: 20px;
    min-height: 180px;
  }
}
.hero .hero__cta a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  speak: none;
  right: 10px;
  top: 25px;
  font-size: 24px;
}
.hero .hero__cta a:hover {
  background-color: #666666;
  color: white;
}
.hero .hero__cta h2 {
  font-size: 19px;
}
.hero .hero__cta p {
  color: white;
}
.hero--home .constrain {
  position: static;
}
@media (min-width: 61.25em) {
  .hero--home .constrain {
    min-height: 630px;
  }
}
.hero--home .hero__text {
  background: transparent;
  max-width: 100%;
  top: auto;
}
@media (min-width: 61.25em) {
  .hero--home .hero__text {
    margin-left: 3em;
  }
}
@media (min-width: 46.25em) {
  .hero--home .hero__text {
    margin-left: 1em;
  }
}
.hero--home .hero__text--home {
  position: absolute !important;
}
.hero--home .hero__text .hero__title {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
  color: white;
}

.hero-video-wrapper {
  overflow: hidden;
  position: relative;
  background-color: white;
  height: auto !important;
}
.hero-video-wrapper.active {
  height: auto !important;
}
.hero-video-wrapper .constrain {
  padding: 0;
  max-width: 100%;
}
@media (max-width: 46.24em) {
  .hero-video-wrapper {
    height: auto !important;
    width: 100% !important;
    padding: 20px 0 50% 0;
    height: 0;
    background-image: url("/application/themes/fidlcare1501/assets/img/videoPoster2.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 68.75em) {
  .hero-video-wrapper {
    padding-bottom: 0;
    height: 659px;
  }
}
.hero-video-wrapper #js-hero {
  margin-bottom: 0;
}
@media (max-width: 46.24em) {
  .hero-video-wrapper .hero {
    border: none;
  }
  .hero-video-wrapper .hero .play-btn {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .hero-video-wrapper .hero .video-modal {
    display: none !important;
  }
}
.hero-video-wrapper .hero video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100vw;
  height: auto !important;
}
.hero-video-wrapper .hero video#teaser-video {
  display: none;
}
.hero-video-wrapper .hero video#teaser-video.active {
  display: inherit;
  position: relative;
}
@media (max-width: 46.24em) {
  .hero-video-wrapper .hero video#teaser-video.active {
    display: none;
  }
}
.hero-video-wrapper .hero video#video.active {
  position: relative;
  max-width: 100vw !important;
  left: 0 !important;
  top: auto !important;
  max-height: calc(100vh - 42px);
}
@media (max-width: 46.24em) {
  .hero-video-wrapper .hero video#video.active {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .hero-video-wrapper .hero video {
    display: none;
  }
}
.hero-video-wrapper .video_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 45;
}
@media (max-width: 46.24em) {
  .hero-video-wrapper .video_overlay {
    display: none;
  }
}
.hero-video-wrapper #teaser-video {
  visibility: visible;
}
.hero-video-wrapper #video {
  visibility: hidden;
  margin: 0 !important;
  max-width: 100vw;
}
.hero-video-wrapper .hero__text {
  z-index: 50;
}

.four-col--awards {
  background: whitesmoke;
}
.four-col--awards .col__inner {
  background: white;
  border-radius: 50%;
  min-height: 102px;
  padding: 2em 3em;
  margin: 1.2em;
}
.four-col--awards .col__inner h6, .four-col--awards .col__inner p {
  text-align: center;
}

.accordion__body:last-of-type {
  margin-bottom: 4em;
}

@media (max-width: 46.24em) {
  .two-col--lead .col--one-third {
    padding: 0 20px;
  }
}
.two-col--lead .button {
  width: 100%;
  display: block;
  padding: 0.825em 1em;
}
@media (max-width: 46.24em) {
  .two-col--lead .button {
    padding: 0em 1em;
  }
}
.two-col--lead .button--white {
  background: whitesmoke;
}
.two-col--lead .button--white:hover {
  color: white;
}
.two-col--lead .button:first-of-type {
  margin-bottom: 1em;
  margin-top: 0.2em;
}
.two-col--lead .button--red {
  color: white;
}

.page-apprenticeship-programmes .page-list {
  margin-bottom: 4em;
}

.network-with-us__frame {
  padding: 10px 0 0 0;
  margin-bottom: 40px;
}
@media (max-width: 46.24em) {
  .network-with-us__frame {
    width: 100%;
    overflow: scroll;
  }
}

.page-professionals .page-list__links {
  line-height: 30px;
}

.page-working-fidelity-uk .media__body:last-of-type {
  padding-bottom: 0 !important;
}

.region-asia-pacific.page-about-us .is-accordion .media__body h5:first-of-type {
  visibility: visible;
}

.page-early-careers .cta {
  margin-top: 20px;
}
.type-faq ul.lead.lead--3 {
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
  font-size: 16px;
}

.page-privacy .site-main ul {
  font-family: "NeuzeitGroLig W01 Regular", sans-serif !important;
  font-size: 15px !important;
  color: #111;
}

.site-footer {
  background-color: #c8c8c8;
  color: white;
}
@media (max-width: 50.615em) {
  .site-footer .constrain {
    padding: 0 10px;
  }
}

.site-footer__top {
  position: relative;
}

.footer__region {
  float: left;
}
.footer__region .site-brand {
  margin-top: 0;
}
.footer__region p {
  margin-bottom: 0;
  line-height: 1.2em;
}

.footer__region--brand {
  max-width: 60%;
  font-size: 0.75em;
}
@media (max-width: 46.24em) {
  .footer__region--brand {
    max-width: 100%;
    padding-bottom: 60px;
    padding-top: 20px;
    margin-top: 50px;
  }
}
@media (min-width: 61.25em) {
  .footer__region--brand {
    margin-top: 20px;
  }
}
.footer__region--brand .site-brand {
  float: none;
  width: auto;
  margin-bottom: 25px;
  margin-left: 0;
}

.footer__strapline {
  font-family: "Arial", sans-serif;
  text-transform: none;
  clear: both;
  font-size: 14px;
  color: white;
}

.footer__region--cta {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 96px;
}
@media (min-width: 20em) and (max-width: 50.615em) {
  .footer__region--cta {
    float: right;
    width: 100%;
  }
}
@media (min-width: 50.625em) {
  .footer__region--cta {
    max-width: 220px;
  }
}

.social {
  position: absolute;
  bottom: 0;
  min-width: 97px;
  right: 33px;
}
@media (max-width: 46.24em) {
  .social {
    bottom: 6px;
  }
}
@media (max-width: 61.24em) {
  .social {
    left: 5px;
  }
}

.social__link {
  display: block;
  float: left;
  margin: 5px;
  width: 38px;
  height: 38px;
  background-color: #006193;
  color: white;
  text-align: center;
  font-size: 22px;
  line-height: 44px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social__link:hover, .social__link:focus {
  color: #006193;
  background-color: white;
}
.social__link:hover .icon-youtube, .social__link:focus .icon-youtube {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdNJREFUeNrsVu1tgzAQJagDMALZgA0IG4QJEiZo+F8pidT/oRMEJmg6QZIJYAQ6Qb1Be5aeq4v5CCkmqFJOsvwJ7/zO92zLetjINmmdfDnvqVpSib9f/YT6ObU9KiH1DyYcsK/Mf6D2CdwBuDAFLu2pbVICEbCg5pxKhuED2JHMuBhLaK2gsQ2+26BdUjvtw8AvINlasYKf7zEmy5GtWbP2om8IeBg4/T7GQioF5gY5AxYAhcaGMsHmhnEAVmhsGDP7xvVibAfqzKnRD29oB86oj+pwol+izo3oALMMoAogUQIF8C36MVIvg2Pl/7wLmOwaM0rn01UHACwVbDXAZmWo3qRMtzmQs50XWto1sVJiXVfGUnIiqmQBga+0n2S4hgMcsqzlgMY3MLEkrFldFugXx46KjFvALhtTtsC/L3SgC4Up223MJFqgH7L7ISD2Jg3suH8Vok8Gqp+RHcYKhMwjqr/kS6pND2xDlDrazpRzhaaQgzlgNWTHGY8XdwwHZtAUv+7C6uuAaKBVsFAIKGDQNQSnDsA+JHWr7UoCRKgl+DMyZkohmNdkWFlRQix8v9MdNKWNlBcM4O2X3gE8UuCVMwCNjlj6mLQTxCm1HsbsR4ABAGR6phvfE8yzAAAAAElFTkSuQmCC);
}
.social__link .icon-youtube {
  background: 50% 50% no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDA0RjAyM0FDQ0EzMTFFNDlBNDBFMkI3QUY0OEQ0RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDA0RjAyM0JDQ0EzMTFFNDlBNDBFMkI3QUY0OEQ0RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MDRGMDIzOENDQTMxMUU0OUE0MEUyQjdBRjQ4RDRGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MDRGMDIzOUNDQTMxMUU0OUE0MEUyQjdBRjQ4RDRGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpaDH+IAAAJtSURBVHjazJZNSFVBFMffy2emiBWCQQTVoi/MII0gWqaJtgnaFEG0FoQoaN2mTVCEILRoEbWJrDa1aFERGYmRDworyKIIBF8fSFmZ9fT2O/QPhun63jXv874DP+7MvcPMmXPP/M+kgyBIJWmLUglb2TtwBPKwV/0e9TcvlAPXNaZd/TYYgeGFcuAdPILdsBI2whV92wBdsB8W65193652E2wt6oGdgiIcC/7YCT0bYSf8hAmYgZsaexXG1L4Hw8Xmj5KEfeYnHIfn8Aw6oRK2wDnYA0tKdQr+/oZqJ/wVek7Cd7UzpTyGd/QcTEoHfpWbEM3omXbmcN/ZL1oWZaLMfzow4CToJiWn5cIPaIDXsBRG43LgrhTwpfo34KCyfwjO6P0p+CABW6PELWjppKthoQhUQa3+6XzMdvgVpqIqYQc8hOkgPstDP7T66/m/4CicVvsWTDvfTOl2hezhDbyQOkaJRjf0hkWgxdt1reftqll2dxYyc4xGU1gt6PJ04S1cVPsaPI0p7yq01j9C1OwNrIc6te1ML4fz0Kp37U4oTYQOqBxndf53KJFt/IQ3d0uYA9URvM+pGqYkPmPOt0PwHi7BSTlxWXWkz5unZr5KGCbpHbBCavhRUtygkI8ncSm1q9thWFuoLmRK6MA26FddqI8Sgck5lOacl1iByKtfqfls7DrlhWvfwhzIRljcQvlJGR545bkRXsF62KcitVoXVl/AslGEyGwcHsMX9afgti6jT2AUchpj7fvOHINwAUYKCdFsN+BSmd2gu901w4pRJwxocFxmUXkAbcWKUcoTprqYyvFn6UP5XUh+CzAAlrcoYn/kkF0AAAAASUVORK5CYII=);
  display: block;
  width: 38px;
  height: 38px;
}

.footer__contentinfo {
  background: #a0a0a0;
  margin-top: 25px;
  font-size: 12px;
  color: white;
}
@media (max-width: 46.24em) {
  .footer__contentinfo {
    margin-top: 0;
  }
}
.footer__contentinfo p {
  float: left;
}
@media (max-width: 46.24em) {
  .footer__contentinfo p {
    margin-bottom: 0;
  }
}
.footer__contentinfo .nav--contentinfo {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 46.24em) {
  .footer__contentinfo .nav--contentinfo {
    float: left;
    clear: left;
  }
}
.footer__contentinfo .nav--contentinfo .nav__list {
  padding-left: 0;
}
@media (max-width: 46.24em) {
  .footer__contentinfo .nav--contentinfo .nav__list {
    margin-top: 0;
  }
}
.footer__contentinfo .nav--contentinfo .nav__item {
  padding-right: 16px;
}
@media (max-width: 46.24em) {
  .footer__contentinfo .nav--contentinfo .nav__item {
    line-height: 20px;
  }
}
@media (min-width: 46.25em) {
  .footer__contentinfo .nav--contentinfo .nav__item {
    display: inline;
  }
  .footer__contentinfo .nav--contentinfo .nav__item:after {
    content: "|";
    padding-left: 20px;
  }
  .footer__contentinfo .nav--contentinfo .nav__item:last-child {
    padding-right: 0px;
  }
  .footer__contentinfo .nav--contentinfo .nav__item:last-child:after {
    content: " ";
    padding-left: 0;
  }
}
.footer__contentinfo .nav--contentinfo .nav__link {
  color: white;
  text-decoration: none;
}
.footer__contentinfo .nav--contentinfo .nav__link:hover, .footer__contentinfo .nav--contentinfo .nav__link:focus {
  text-decoration: underline;
}

.footer-button {
  display: block;
  margin: 10px;
  margin-top: -48px;
}
@media (min-width: 46.25em) {
  .footer-button {
    width: calc(33.333% - 10px);
    margin-top: -48px;
    float: right;
    margin-left: 25px;
    margin-right: -5px;
  }
}

@media (max-width: 46.24em) {
  .button-back-to-top {
    margin-top: -116px;
  }
}
.button-back-to-top:after {
  content: "" !important;
}

/* Object Heading Styles */
.two-col.is-accordion .media__img {
  overflow: hidden;
}
.two-col.is-accordion .media__img img {
  min-width: 100%;
}
.two-col.is-accordion .media__body {
  position: relative;
  background: whitesmoke;
  max-height: 162px;
  min-height: 160px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
@media (max-width: 46.24em) {
  .two-col.is-accordion .media__body {
    max-height: none;
  }
}
.two-col.is-accordion .media__body p, .two-col.is-accordion .media__body ul, .two-col.is-accordion .media__body ol, .two-col.is-accordion .media__body h3, .two-col.is-accordion .media__body h4, .two-col.is-accordion .media__body h5, .two-col.is-accordion .media__body h6 {
  visibility: hidden;
}
@media (max-width: 46.24em) {
  .two-col.is-accordion .media__body p, .two-col.is-accordion .media__body ul, .two-col.is-accordion .media__body ol, .two-col.is-accordion .media__body h3, .two-col.is-accordion .media__body h4, .two-col.is-accordion .media__body h5, .two-col.is-accordion .media__body h6 {
    display: none;
  }
}
.two-col.is-accordion .media__body p:first-of-type {
  visibility: visible !important;
  min-height: 155px;
}
@media (max-width: 46.24em) {
  .two-col.is-accordion .media__body p:first-of-type {
    display: block !important;
  }
}
.two-col.is-accordion .media__body p:first-of-type strong:first-of-type {
  display: block;
  margin-bottom: 1em;
  color: #666666;
}
.two-col.is-accordion .media__body:hover:after {
  color: #006193;
  background-color: white;
}
.two-col.is-accordion .media__body.is-open {
  max-height: 3000px;
  padding-bottom: 68px !important;
  transition: all 0.2s ease-in-out;
}
.two-col.is-accordion .media__body.is-open p, .two-col.is-accordion .media__body.is-open ul, .two-col.is-accordion .media__body.is-open ol, .two-col.is-accordion .media__body.is-open h3, .two-col.is-accordion .media__body.is-open h4, .two-col.is-accordion .media__body.is-open h5, .two-col.is-accordion .media__body.is-open h6 {
  visibility: visible;
  min-height: 0 !important;
}
@media (max-width: 46.24em) {
  .two-col.is-accordion .media__body.is-open p, .two-col.is-accordion .media__body.is-open ul, .two-col.is-accordion .media__body.is-open ol, .two-col.is-accordion .media__body.is-open h3, .two-col.is-accordion .media__body.is-open h4, .two-col.is-accordion .media__body.is-open h5, .two-col.is-accordion .media__body.is-open h6 {
    display: block;
  }
}
.two-col.is-accordion .media__body:after {
  content: "";
  font-family: "icomoon";
  display: block;
  position: absolute;
  speak: none;
  right: 0;
  bottom: 0;
  background-color: #006193;
  color: white;
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transition: all 0.2s;
}
.two-col .media__body {
  padding: 20px !important;
}
.two-col .media__body .button {
  display: block;
}
@media (min-width: 46.25em) {
  .two-col.two-col--lead {
    padding: 1em 0;
  }
}
@media (max-width: 46.24em) {
  .two-col.two-col--lead .media__body {
    float: none !important;
  }
}
.two-col.two-col--lead .col--two-third {
  float: left;
  padding: 0 40px 0 20px !important;
}
@media (max-width: 46.24em) {
  .two-col.two-col--lead .col--two-third {
    padding-bottom: 20px !important;
  }
}
.two-col .video__title {
  padding-left: 0.5em;
  background-color: whitesmoke;
  padding: 11px 0;
  text-align: center;
  margin: 0;
}
.two-col.two-col--video .video {
  display: block;
  margin: 0 auto;
}
.two-col.two-col--video .video .video__title {
  padding-left: 0.5em;
}
.two-col.two-col--video .col:first-of-type {
  margin-top: 1em;
}
.two-col.two-col--image img {
  width: 100%;
}
@media (max-width: 46.24em) {
  .two-col.two-col--image img + img {
    display: none;
  }
}
.two-col.two-col--image.two-col--image-right img {
  float: right;
  width: 100%;
}

.deadlines {
  background: whitesmoke;
}
.deadlines .col--one-third {
  background: whitesmoke;
}
.deadlines .media__body p {
  margin: 0;
  margin-bottom: 1.2em;
}
.deadlines .media__img img {
  max-width: 50%;
  float: left;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.deadlines .button {
  width: 100%;
  display: block;
  padding: 0 1em;
}
@media (min-width: 46.25em) {
  .deadlines .button {
    padding: 0.825em 1em;
  }
}

.is-grey .col--one-third {
  padding-left: 1em;
  background: whitesmoke;
  padding-bottom: 2em;
}
.col--two-third p {
  font-size: 16px;
  line-height: 24px;
}

.col.col--fourth {
  float: left;
}

.four-col--awards {
  background: whitesmoke;
  display: table;
}
.four-col--awards .col--fourth {
  width: 25%;
  display: table-cell;
  padding: 20px 24px;
}
@media (max-width: 61.24em) {
  .four-col--awards .col--fourth {
    width: 50%;
  }
}
@media (max-width: 29.99em) {
  .four-col--awards .col--fourth {
    width: 100%;
    padding: 20px calc(50% - 96px);
  }
}
@media (max-width: 61.24em) {
  .four-col--awards .col--fourth .col__inner {
    margin: 2em auto;
  }
}
.four-col--awards .col__inner {
  background: white;
  border-radius: 50%;
  padding: 2em 2.1em;
  width: 193px;
  height: 193px;
  display: table-cell;
  vertical-align: middle;
}
.four-col--awards .col__inner h6, .four-col--awards .col__inner p {
  text-align: center;
}
.four-col--awards .col__inner p {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal;
  color: #666666;
}

@font-face {
  font-family: "VideoJS";
  src: url("../fonts/vjs.eot");
  src: url("../fonts/vjs.eot?#iefix") format("embedded-opentype"), url("../fonts/vjs.woff") format("woff"), url("../fonts/vjs.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
}

.is-home {
  /*.video__controls a.icon-pause{
      visibility:hidden;
  }

  .video__controls a.icon-stop{
      visibility:hidden;
  }

  .video__controls a.icon-play{
      visibility:hidden;
  }

  .video__controls a.is-active{
      visibility:visible;
  }*/
}
.is-home .site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  background-color: white;
}
.is-home .hero {
  overflow: hidden;
}
.is-home .hero--home {
  height: 100%;
}
.is-home .hero--home .constrain {
  height: 100%;
  width: 100%;
  min-height: 0;
}
.is-home .hero--home .constrain .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.925);
  pointer-events: none;
  z-index: -1;
}
.is-home .hero--home .constrain .video-modal.is-visible {
  z-index: 999999;
  opacity: 1;
  pointer-events: auto;
}
.is-home .hero__text--home {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  margin-left: 0;
}
@media (max-width: 46.24em) {
  .is-home .hero__text--home {
    display: none;
  }
}
.is-home .two-col--lead .content--left {
  float: left;
}
.is-home #home-content-wrap {
  padding-bottom: 100px;
}
.is-home .video__controls {
  position: absolute;
  z-index: 50;
  width: 100%;
  bottom: 0px;
  left: 0;
  display: none;
  opacity: 0;
  background: #007cc1;
  background-color: rgba(0, 124, 193, 0.5);
  padding: 10px 0;
  text-align: center;
}
.is-home .video__controls.is-visible {
  display: block;
}
.is-home #seek-bar {
  display: inline-block;
  vertical-align: middle;
}
.is-home .lt-ie9 #seek-bar, .is-home .no-csstransitions #seek-bar {
  display: none;
}
.is-home input[type=range].seek-bar {
  -webkit-appearance: none;
  width: 50%;
  margin: 6px 0;
  padding: 0 !important;
}
.is-home input[type=range].seek-bar:focus {
  outline: none;
}
.is-home input[type=range].seek-bar::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
}
.is-home input[type=range].seek-bar::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 16px;
  border-radius: 0px;
  background: #006193;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.is-home input[type=range].seek-bar:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
.is-home input[type=range].seek-bar::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
}
.is-home input[type=range].seek-bar::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 16px;
  border-radius: 0px;
  background: #006193;
  cursor: pointer;
}
.is-home input[type=range].seek-bar::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.is-home input[type=range].seek-bar::-ms-fill-lower {
  background: #ffffff;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.is-home input[type=range].seek-bar::-ms-fill-upper {
  background: #ffffff;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.is-home input[type=range].seek-bar::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 16px;
  border-radius: 0px;
  background: #006193;
  cursor: pointer;
  height: 8px;
}
.is-home input[type=range].seek-bar:focus::-ms-fill-lower {
  background: #ffffff;
}
.is-home input[type=range].seek-bar:focus::-ms-fill-upper {
  background: #ffffff;
}
.is-home #play-pause, .is-home #mute, .is-home #video-close {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  text-indent: -9999px;
  position: relative;
  width: 32px;
}
.is-home #play-pause:after {
  display: block;
  content: "";
  width: 32px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0px;
  line-height: 20px;
  text-align: center;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-size: 20px;
}
.is-home #play-pause.state-playing:after {
  content: "";
}
.is-home #mute:after {
  display: block;
  content: "";
  width: 32px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0px;
  line-height: 20px;
  text-align: center;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-size: 18px;
}
.is-home #mute.state-muted:after {
  content: "";
}
.is-home #video-close:after {
  display: block;
  content: "";
  width: 32px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0px;
  line-height: 20px;
  text-align: center;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-size: 22px;
}

.hero--locations {
  position: relative;
  min-height: 450px;
}
@media (max-width: 46.24em) {
  .hero--locations {
    min-height: 313px;
  }
}
.hero--locations .constrain {
  z-index: 10;
  height: 0;
  max-height: 0;
  min-height: 0;
}
.hero--locations .leaflet-popup {
  margin-bottom: 10px;
}
.hero--locations .hero__text {
  position: relative;
  min-height: 313px;
}
.hero--locations #js-location-map {
  position: absolute;
  width: 100%;
  height: 450px;
  cursor: default;
}
@media (max-width: 46.24em) {
  .hero--locations #js-location-map {
    display: none;
  }
}
.hero--locations #js-map-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 60;
  bottom: -53px;
}
@media (max-width: 46.24em) {
  .hero--locations #js-map-controls {
    display: none;
  }
}
.hero--locations #js-map-controls ol {
  margin: 0;
  padding: 0;
  font-size: 6px;
}
.hero--locations #js-map-controls ol li {
  display: inline-block;
  vertical-align: top;
}
.hero--locations #js-map-controls ol li a {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #c8c8c8;
  vertical-align: top;
  color: #FFF;
}
.hero--locations #js-map-controls ol li a:hover, .hero--locations #js-map-controls ol li a.active {
  background-color: #b72f2a;
}
.hero--locations #js-map-controls > a {
  display: block;
  background-color: #b72f2a;
  margin-top: 2px;
  padding: 0 1em;
  line-height: 26px;
  height: 26px;
  color: #FFF;
}

.leaflet-popup {
  bottom: 0 !important;
}

.state-link .leaflet-popup-content-wrapper {
  background: #006193 !important;
  color: white !important;
}
.state-link .leaflet-popup-content-wrapper a {
  color: white !important;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 25px 15px 10px;
  position: relative;
}
.state-link .leaflet-popup-content-wrapper a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  speak: none;
  right: 5px;
  font-size: 20px;
}
.state-link .leaflet-popup-content {
  padding: 0;
}
.state-link .leaflet-popup-tip {
  border-color: #006193 transparent transparent !important;
}

.page-job-search-and-apply .related-content {
  display: none;
}

.type-social_hub .quicksearch-wrapper,
.type-careers_landing .quicksearch-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 31.8333%;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 46.24em) {
  .type-social_hub .quicksearch-wrapper,
.type-careers_landing .quicksearch-wrapper {
    position: absolute;
    top: 20px;
    left: 5%;
    width: 90%;
    margin-bottom: 50px;
  }
}
.type-social_hub .quicksearch-wrapper:after,
.type-careers_landing .quicksearch-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  background: url(/application/themes/fidlcare1501/assets/img/social-dashboard/searchicon.png) no-repeat center center;
  width: 23px;
  height: 21px;
  cursor: pointer;
  margin-top: -14px;
}
.type-social_hub .js-quicksearch,
.type-careers_landing .js-quicksearch {
  border: 2px solid #b1b1b1;
  margin-top: 0;
  height: 42px;
  overflow: hidden;
  padding: 3px 6px 0 6px;
  font-size: 18px;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 10px;
}
.type-social_hub .isotope-item,
.type-careers_landing .isotope-item {
  z-index: 2;
}
.type-social_hub .isotope-hidden.isotope-item,
.type-careers_landing .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.type-social_hub .overlay,
.type-careers_landing .overlay {
  background: rgba(255, 255, 255, 0.4);
}
.type-social_hub .items,
.type-careers_landing .items {
  min-height: 500px;
  margin-left: -16px;
  margin-right: -16px;
}
.type-social_hub .items .social__link span,
.type-careers_landing .items .social__link span {
  color: white;
  margin-left: -10px;
}
.type-social_hub .items .social__link .icon-youtube,
.type-careers_landing .items .social__link .icon-youtube {
  margin-left: -20px;
}
.type-social_hub .items .social__link .icon-youtube:hover,
.type-careers_landing .items .social__link .icon-youtube:hover {
  color: white;
  background: #006193;
}
.type-social_hub .items .social__link img,
.type-careers_landing .items .social__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -8px;
}
.type-social_hub .item,
.type-careers_landing .item {
  width: 33.3333%;
  width: calc(33.3333% - 10px);
  width: -moz-calc(33.3333% - 10px);
  box-sizing: border-box;
  background: whitesmoke;
  margin-bottom: 10px;
  padding-top: 15px;
}
@media (max-width: 46.24em) {
  .type-social_hub .item > img,
.type-careers_landing .item > img {
    width: 95%;
    margin-left: 5%;
  }
}
@media (max-width: 46.24em) {
  .type-social_hub .item,
.type-careers_landing .item {
    width: 100%;
  }
}
.type-social_hub .item--facebook, .type-social_hub .item--youtube,
.type-careers_landing .item--facebook,
.type-careers_landing .item--youtube {
  padding-top: 0;
}
.type-social_hub .item--facebook p:first-of-type, .type-social_hub .item--youtube p:first-of-type,
.type-careers_landing .item--facebook p:first-of-type,
.type-careers_landing .item--youtube p:first-of-type {
  padding-top: 10px;
  font-size: 16px;
}
.type-social_hub .item--youtube .title,
.type-careers_landing .item--youtube .title {
  background: #006193;
  padding: 0.4em 0;
  margin: 0;
}
.type-social_hub .item--youtube p.date,
.type-careers_landing .item--youtube p.date {
  margin-top: 0 !important;
}
.type-social_hub .item--youtube .js-youtube,
.type-careers_landing .item--youtube .js-youtube {
  width: 100%;
}
.type-social_hub .item--youtube h3,
.type-careers_landing .item--youtube h3 {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  color: white;
  text-align: left;
  margin: 0;
}
.type-social_hub .item--twitter h3,
.type-careers_landing .item--twitter h3 {
  color: #1f1f1f;
}
.type-social_hub .item--fidelity h4,
.type-careers_landing .item--fidelity h4 {
  color: #006193;
}
.type-social_hub .item p,
.type-careers_landing .item p {
  padding-left: 1em;
  padding-right: 1em;
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
  font-size: 15px;
  margin-top: 10px;
}
.type-social_hub .item p.date,
.type-careers_landing .item p.date {
  margin-top: 30px;
}
.type-social_hub .item h3,
.type-careers_landing .item h3 {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
}
.type-social_hub .item h4,
.type-careers_landing .item h4 {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 15px;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 20px;
}
.type-social_hub .item > a,
.type-careers_landing .item > a {
  padding-left: 1em;
  padding-right: 1em;
}
.type-social_hub .button--social,
.type-careers_landing .button--social {
  margin: 0 auto;
  width: 33.1%;
  display: block;
  position: relative;
  left: -5px;
  border: 0;
  background: #006193;
  color: white;
}
.type-social_hub .readmore,
.type-careers_landing .readmore {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}
.type-social_hub .social__link,
.type-careers_landing .social__link {
  color: white;
  background: #006193;
  position: relative;
}
.type-social_hub .social__link:hover,
.type-careers_landing .social__link:hover {
  color: white;
  background: #006193;
}
.type-social_hub .social__link .icon-youtube:hover,
.type-careers_landing .social__link .icon-youtube:hover {
  color: white;
  background: 50% 50% no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFW…01w4pRJwxocFxmUXkAbcWKUcoTprqYyvFn6UP5XUh+CzAAlrcoYn/kkF0AAAAASUVORK5CYII=);
  display: block;
  width: 38px;
  height: 38px;
}
.type-social_hub .social__link img,
.type-careers_landing .social__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -8px;
}
.type-social_hub .filters,
.type-careers_landing .filters {
  background: #f5f5f5;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 10px solid #006193;
  margin-bottom: 25px;
  color: #666666;
}
.type-social_hub .filters .filter__inner p,
.type-careers_landing .filters .filter__inner p {
  padding: 1em 0.5em;
  margin-bottom: 0;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 22px;
  color: #666666;
  padding: 1em;
  float: left;
  font-size: 22px;
}
.type-social_hub .filters .social__link,
.type-careers_landing .filters .social__link {
  color: white;
  background: #666666;
  position: relative;
  margin-top: -8px;
  width: 24px;
  height: 24px;
  font-size: 15px;
  line-height: 30px;
}
.type-social_hub .filters .social__link img,
.type-careers_landing .filters .social__link img {
  max-width: 100%;
}
.type-social_hub .filters .icon-youtube,
.type-careers_landing .filters .icon-youtube {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.type-social_hub .filters .icon-youtube:hover,
.type-careers_landing .filters .icon-youtube:hover {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.type-social_hub .filters ul,
.type-careers_landing .filters ul {
  list-style: none;
  display: table;
  min-width: 87%;
  table-layout: fixed;
  margin-top: 2em;
}
.type-social_hub .filters ul li,
.type-careers_landing .filters ul li {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
@media (max-width: 46.24em) {
  .type-social_hub .filters ul li,
.type-careers_landing .filters ul li {
    display: inline-block;
    width: 100%;
    padding: 1em 0;
  }
}
.type-social_hub .filters ul li a,
.type-careers_landing .filters ul li a {
  text-decoration: none;
  color: #666666;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 16px;
  outline: 0;
}
.type-social_hub .filters ul li a.active,
.type-careers_landing .filters ul li a.active {
  color: #006193;
}
.type-social_hub .filters ul li a.active .social__link,
.type-careers_landing .filters ul li a.active .social__link {
  background: #006193;
  color: white;
}

.type-careers_landing .hero {
  display: none;
}
@media (min-width: 46.25em) {
  .type-careers_landing .hero {
    display: block;
    margin-bottom: 0;
  }
}
.type-careers_landing .hero__text {
  display: block;
  float: left;
  background: #006193;
  color: white;
  padding: 2em;
  min-height: 264px;
  margin: 0;
  width: 100%;
}
@media (max-width: 46.24em) {
  .type-careers_landing .hero__text {
    border-left: 1em solid white;
    border-right: 1em solid white;
    margin-bottom: 20px;
  }
  .type-careers_landing .hero__text.bounceInLeft {
    animation: none;
    -webkit-animation: none;
  }
}
@media (min-width: 46.25em) {
  .type-careers_landing .hero__text {
    padding: 20px;
    max-width: 302px;
    min-height: 302px;
    margin-top: -130px;
    margin-bottom: 40px;
  }
}
.type-careers_landing .hero__heading {
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px;
}
.type-careers_landing p.hero__sub {
  font-size: 22px;
  line-height: 26px;
}
.type-careers_landing .hero__cta {
  display: block;
  background: #b72f2a;
  position: relative;
  color: white;
  transition: all 0.4s;
  margin-bottom: 40px;
}
@media (max-width: 46.24em) {
  .type-careers_landing .hero__cta {
    padding: 20px;
    margin-left: 2em;
    margin-top: -60px;
    width: 90%;
    width: calc(100% - 4em);
  }
}
@media (min-width: 46.25em) {
  .type-careers_landing .hero__cta {
    display: inline-block;
    position: relative;
    padding: 20px;
    width: 200px;
    height: 200px;
    vertical-align: top;
  }
}
@media (min-width: 46.25em) {
  .type-careers_landing .hero__footer {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
.type-careers_landing .hero__footer h2, .type-careers_landing .hero__footer p {
  color: white;
}
.type-careers_landing .hero__footer p {
  font-size: 20px;
  line-height: 24px;
}
.type-careers_landing .our_people + .accordion__body,
.type-careers_landing .one-col, .type-careers_landing .two-col, .type-careers_landing .three-col, .type-careers_landing .four-col {
  margin-bottom: 3.75em;
}
.type-careers_landing .heading.is-full + .two-col--image {
  margin-top: 5px;
}
.type-careers_landing .event,
.type-careers_landing .event:last-of-type {
  margin-bottom: 5px;
}
.type-careers_landing .cta {
  padding-right: 50px;
}
@media (max-width: 46.24em) {
  .type-careers_landing .cta {
    padding-left: 1.5em;
  }
}
.type-careers_landing .items {
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 46.25em) {
  .type-careers_landing .item {
    width: 33.3333%;
    border-right: 5px solid white;
    float: left;
    min-height: 335px;
  }
  .type-careers_landing .item:last-of-type {
    border-right: none;
  }
}
.type-careers_landing .item .social__link {
  margin-left: 15px;
}
.type-careers_landing .two-col.stack-temp {
  margin-top: 3px;
}
@media (min-width: 46.25em) {
  .type-careers_landing .two-col.stack-temp {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.type-careers_landing .two-col.stack-temp .col {
  float: left;
}
@media (min-width: 46.25em) {
  .type-careers_landing .two-col.stack-temp .col {
    padding: 0 1em;
  }
}
.type-careers_landing .two-col.stack-temp .col__title {
  display: block;
  position: relative;
  background-color: whitesmoke;
  border-bottom: 1px solid white;
  padding: 0.75em 48px 0.75em 1em;
  margin-bottom: 3px;
}
@media (max-width: 46.24em) {
  .type-careers_landing .two-col.stack-temp .col .accordion__link,
.type-careers_landing .two-col.stack-temp .col .accordion__body {
    padding-left: 1.5em;
  }
}

/* Object Heading Styles */
.heading {
  width: 100%;
  color: white;
  font-size: 28px;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  clear: both;
}
.heading span {
  width: 100%;
  background: #006193;
  display: block;
  padding: 0.35em 0 0.4em 0;
}
@media (min-width: 46.25em) {
  .heading span {
    width: 50%;
  }
}
@media (min-width: 46.25em) {
  .heading span {
    width: 33.3333%;
  }
}
@media (max-width: 29.99em) {
  .heading span {
    width: 85%;
  }
}
.heading.is-left span {
  padding-left: 20px;
  padding-right: 20px;
}
.heading.is-right span {
  float: right;
  padding-right: 20px;
  text-align: right;
}
.heading.is-full span {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.heading h3 {
  line-height: 32px;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

/* Object Heading Styles */
.button {
  color: #006193;
  text-decoration: none;
  padding: 0.6em 1em;
  position: relative;
  font-size: 18px;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  transition: all 0.4s;
}
@media (max-width: 46.24em) {
  .button {
    max-width: 279px;
    height: 49px;
    line-height: 49px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.button:hover {
  text-decoration: none;
}
.button:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  speak: none;
  right: 15px;
  font-size: 24px;
}
@media (max-width: 46.24em) {
  .button:after {
    line-height: 49px;
  }
}
.button--white {
  background: white;
  color: #006193;
  text-decoration: none;
}
.button--white:hover {
  color: white !important;
  background: #006193 !important;
  text-decoration: none !important;
}
.button--red {
  background: #b72f2a;
  color: white;
}
.button--red:hover {
  color: white !important;
  background: #b2b2b2 !important;
  text-decoration: none !important;
}
.button--grey {
  background: whitesmoke;
  text-decoration: none;
}
.button--grey:hover {
  color: whitesmoke;
  background: #006193;
  text-decoration: none;
}

.cta {
  margin: 0 0 20px 0;
  display: inline-block;
  color: white !important;
}
@media (min-width: 46.25em) {
  .cta {
    min-width: 250px;
  }
}

.is-grey .media__body {
  position: relative;
}
.is-grey .button {
  width: 100%;
  display: block;
  padding: 0 1em;
}
@media (min-width: 46.25em) {
  .is-grey .button {
    padding: 0.8em 1em;
  }
}

.play-btn {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  width: 280px;
  text-align: center;
  padding: 15px 0 18px 0;
  font-size: 18px !important;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal;
  margin: 0 auto;
  cursor: pointer;
}
.play-btn.home {
  padding: 15px 0;
}
.play-btn:hover {
  background-color: #b72f2a;
  border-color: #b72f2a;
}

.latest-jobs {
  background: whitesmoke;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 46.25em) {
  .latest-jobs {
    margin-top: 0;
  }
}
.latest-jobs .latest-jobs__inner {
  padding: 15px 20px;
  padding-bottom: 0;
  overflow: hidden;
}
.latest-jobs .is-red {
  margin-bottom: 5px;
}
.latest-jobs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-jobs ul li {
  padding: 1.2em 0;
  border-bottom: 1px solid #dedede;
}
.latest-jobs ul li:last-child {
  border-bottom: 0;
}
.latest-jobs ul li a {
  color: #666666;
  font-size: 14px;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
}
.latest-jobs .button {
  padding: 0.8em 1em;
  font-size: 18px;
  width: 100%;
  display: block;
  color: white;
}
.latest-jobs .button:hover {
  color: red;
}

.form-wrapper {
  margin-bottom: 4em;
}

.site-main form {
  background-color: whitesmoke;
  padding: 20px 10px 20px 20px;
}
@media (min-width: 46.25em) {
  .site-main form .form__field-row p {
    display: inline-block;
  }
}
.site-main form .form__field-row p:last-child input {
  margin-right: 0;
}
.site-main form label {
  display: block;
  font-size: 12px;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #666666;
}
.site-main form input[type=text], .site-main form input[type=submit] {
  display: block;
  background-color: white;
  border: 1px solid #b1b1b1;
  height: 34px;
  padding: 5px;
  margin-right: 20px;
}
.site-main form input[type=submit] {
  display: block;
  background-color: #b72f2a;
  color: white;
  border: none;
  padding: 0 14px;
  max-width: 180px;
}
.site-main form input[type=submit]:before {
  content: " ";
  display: block;
  top: 5px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #006193;
  visibility: visible;
}

.form--full-header-parent {
  position: relative;
  top: 22px;
  width: 100%;
  max-width: 620px;
}
.form--full-header-parent input {
  width: 100%;
}
@media (min-width: 46.25em) {
  .form--full-header-parent input {
    width: 260px;
  }
}

/* Object Heading Styles */
.two-col.two-col--slider {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 46.25em) {
  .two-col.two-col--slider {
    height: 375px;
  }
}
@media (min-width: 46.25em) {
  .two-col.two-col--slider {
    flex-wrap: nowrap;
  }
}
@media (min-width: 61.25em) {
  .two-col.two-col--slider {
    height: 455px;
    background: #F5F5F5;
  }
}
.two-col.two-col--slider .col {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.two-col.two-col--slider .col--one-third {
  background: #006193;
  color: white;
  float: left;
}
.two-col.two-col--slider .col--one-third p {
  padding: 20px;
  font-size: 20px;
  line-height: 24px;
  color: white;
}
.two-col.two-col--slider .col--two-third {
  float: left;
}
.two-col.two-col--slider #js-timeline {
  background: whitesmoke;
}
.two-col.two-col--slider #js-timeline .draggable {
  cursor: -webkit-grab;
  cursor: grab;
}
.two-col.two-col--slider .slider__two-col {
  background-color: whitesmoke;
  padding-top: 4em;
  position: relative;
}
@media (max-width: 29.99em) {
  .two-col.two-col--slider .slider__two-col {
    height: 460px;
  }
}
.two-col.two-col--slider .slider__two-col .slider__col {
  width: 100%;
  float: none;
  padding: 20px;
}
@media (min-width: 61.25em) {
  .two-col.two-col--slider .slider__two-col .slider__col {
    float: left;
    width: 50%;
    padding-top: 0;
  }
}
@media (max-width: 29.99em) {
  .two-col.two-col--slider .slider__two-col .slider__col {
    padding-left: 0.5em;
  }
}
.two-col.two-col--slider .slider__two-col .slider__col:first-of-type {
  padding-bottom: 0;
}
.two-col.two-col--slider .slider__two-col .slider__col:last-of-type p {
  margin-top: 0.5em;
}
.two-col.two-col--slider .slider__two-col .slide__date {
  background: #b72f2a;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal;
  font-size: 22px;
  padding: 0 20px;
  height: 53px;
  line-height: 53px;
}

.slider-nav {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 50;
}
.slider-nav .slick-list {
  overflow: visible;
}
.slider-nav img {
  display: block;
  margin: 0 auto;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
.slider-nav .slick-slide {
  background: whitesmoke;
  cursor: pointer;
  position: relative;
  min-height: 90px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.slider-nav .slick-slide:first-of-type {
  border-left: 1px solid whitesmoke;
}
.slider-nav .slick-slide:last-of-type {
  border-right: 1px solid white;
}
.slider-nav .slick-slide:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #006193;
  -webkit-transition: bottom 1s ease-in-out;
  -moz-transition: bottom 1s ease-in-out;
  -o-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
}
.slider-nav .slick-slide:hover {
  color: white;
}
.slider-nav .slick-slide:hover:after {
  display: none;
}
.slider-nav .slick-slide.slick-active {
  color: white;
}
.slider-nav .slick-slide.slick-active:after {
  display: block;
  bottom: -5px;
  -webkit-transition: bottom 1s ease-in-out;
  -moz-transition: bottom 1s ease-in-out;
  -o-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
}
.slider-nav .slick-slide h3 {
  font-size: 16px;
  margin: 8px auto;
}

.slider-for {
  background: #006193;
  color: white;
  margin-bottom: 4em;
}
.slider-for .slick-slide {
  padding: 20px 80px 20px 20px;
}
@media (max-width: 46.24em) {
  .slider-for .slick-slide {
    padding: 20px;
  }
}
.slider-for .slick-slide h4 {
  margin-bottom: 0;
}
.slider-for .slick-slide p {
  font-size: 16px;
  line-height: 24px;
}

.slider--nav-three {
  background: whitesmoke;
  text-align: center;
  border-bottom: 2px solid #e8a123;
}
.slider--nav-three .slick-slide {
  position: relative;
  border-right: 1px solid white;
}
.slider--nav-three .slick-slide:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #e8a123;
  -webkit-transition: bottom 1s ease-in-out;
  -moz-transition: bottom 1s ease-in-out;
  -o-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
}
.slider--nav-three .slick-slide.slick-active {
  color: #e8a123;
}
.slider--nav-three .slick-slide.slick-active:after {
  display: block;
  bottom: -5px;
  -webkit-transition: bottom 1s ease-in-out;
  -moz-transition: bottom 1s ease-in-out;
  -o-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
}
.slider--nav-three .slick-slide h4 {
  margin-top: 1.33em !important;
  margin: 1.33em 0;
  cursor: pointer;
}
@media (max-width: 46.24em) {
  .slider--nav-three .slick-slide h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.slider--nav-three .slick-slide h4:hover {
  color: #e8a123;
}

.slider--nav-three + .slider-for {
  background: none;
  color: #666666;
}

.our-bg {
  color: #006193 !important;
  position: relative;
  top: 8px;
}

#js-timeline .slick-slide {
  cursor: -webkit-grab;
  cursor: grab;
}
#js-timeline .slick-dots {
  padding-left: 15px;
  top: 288px;
  position: absolute;
  padding-right: 40%;
}
@media (min-width: 46.25em) {
  #js-timeline .slick-dots {
    padding-right: 0;
    top: 328px;
  }
}
@media (min-width: 61.25em) {
  #js-timeline .slick-dots {
    top: 415px;
  }
}
#js-timeline .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
#js-timeline .slick-dots li button {
  outline: none;
  border: none;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  font-size: 0;
}
#js-timeline .slick-dots li button:before {
  display: none;
}
#js-timeline .slick-dots li button:hover {
  background-color: #b2b2b2;
}
#js-timeline .slick-dots li.slick-active button {
  background-color: #e8a123;
}
#js-timeline button {
  outline: none;
  border: none;
  position: relative;
  display: block;
  border: none;
  border-radius: 0;
  outline: none;
  text-indent: -999px;
  width: 40px;
  height: 40px;
  float: left;
  background: #b72f2a;
}
#js-timeline button:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white !important;
  font-size: 24px;
  font-family: "icomoon";
  text-indent: 0;
}
#js-timeline button.slick-prev:before {
  content: "";
}
#js-timeline button.slick-next {
  float: right;
}
#js-timeline button.slick-next:before {
  content: "";
}

.related-content {
  clear: both;
  background: whitesmoke;
  padding: 3rem 0 6rem 0;
  padding: 48px 0 88px 0;
  margin-bottom: 0;
  text-align: justify;
  font-size: 0;
}
@media (max-width: 46.24em) {
  .related-content {
    padding-bottom: 78px;
  }
}
.related-content:after {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.related-content .constrain {
  padding: 0 1rem;
  padding: 0 12px;
}
@media (min-width: 46.25em) {
  .related-content .constrain {
    padding: 0 3rem;
    padding: 0;
    max-width: 992px;
  }
}
.related-content .rel-page {
  text-align: left;
}
.related-content .rel-page .button {
  padding: 0.4em 1em 0.2em 0.3em;
}
.related-content .rel-page .button:after {
  right: 0px;
}
.related-content .rel-page p {
  font-size: 16px;
}
.related-content .rel-page--links header {
  height: 87px;
}
.related-content .rel-page--links h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.4em 0 0.2em;
}
.related-content .rel-page__body {
  padding: 0 1em;
  background-color: #fff;
  min-height: 152px;
}
.related-content .rel-page__body .button {
  margin-bottom: 4px;
}
.related-content .col-wrap {
  margin-left: -18px;
  margin-right: -18px;
}
.related-content .col--one-third {
  font-size: 1rem;
  font-size: 16px;
  margin-bottom: 1.5em;
}
@media (min-width: 46.25em) {
  .related-content .col--one-third {
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
  }
  .related-content .col--one-third .rel-page {
    padding: 0 10px;
  }
}
.related-content a {
  text-decoration: none;
  display: block;
  position: relative;
}
.related-content a:hover {
  text-decoration: none;
}
.related-content a h3 {
  font-family: "NeuzeitGro W01 Bold", sans-serif !important;
  font-weight: normal;
}
.related-content a h3:hover {
  width: 100%;
  color: #666666;
  text-decoration: none;
}
.related-content .is-blue {
  margin: 0;
  color: #006193;
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
}
.related-content img {
  min-width: 100%;
}
.related-content header {
  background: white;
  padding: 1em;
}
.related-content header p {
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.related-content .rel-page p {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal;
  color: #666666;
  padding-left: 0.3em;
}
.related-content .rel-page__body {
  padding-left: 0.5em;
}
@media (max-width: 46.24em) {
  .related-content .rel-page--links .rel-page__body {
    padding-bottom: 1em;
  }
}

@font-face {
  font-family: "app-icon";
  src: url("../fonts/app-icon.eot?-hoqcbl");
  src: url("../fonts/app-icon.eot?#iefix-hoqcbl") format("embedded-opentype"), url("../fonts/app-icon.woff?-hoqcbl") format("woff"), url("../fonts/app-icon.ttf?-hoqcbl") format("truetype"), url("../fonts/app-icon.svg?-hoqcbl#app-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=appicon-], [class*=" appicon-"] {
  font-family: "app-icon";
  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;
}

.appicon-mobile:before {
  content: "";
}

.appicon-handshake:before {
  content: "";
}

.appicon-clipboard:before {
  content: "";
}

.appicon-light:before {
  content: "";
}

.appicon-speech:before {
  content: "";
}

.appicon-screen:before {
  content: "";
}

#tabs_container ul {
  margin: 0 auto;
  display: block;
  padding: 0;
  list-style: none;
  height: 1%;
  display: block;
}

#tabs_copy div {
  font-size: 12px;
}

#tabs_copy div div {
  display: block;
}

#tabs_container ul {
  width: 100%;
  display: table;
}

#tabs_container ul li {
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  background-color: #f5f5f5;
  border-right: 2px solid white;
}

#tabs_container ul li.last-tab,
#tabs_container ul li:last-of-type {
  border: none;
}

#tabs_container ul li.selected:after {
  content: "";
  display: block;
  left: 50%;
  margin-left: -10px;
  width: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #006193 transparent;
  position: absolute;
}

#tabs_container ul li:hover span {
  color: #006193 !important;
}

#tabs_container ul li.selected a span {
  color: #006193;
}

#tabs_container ul li div {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

#tabs_container ul li div a {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 400%;
  cursor: pointer;
}

#tabs_container ul li div a span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  color: #666666;
}

#tabs_container ul li div a span:hover {
  color: #006193;
}

#tabs_copy {
  position: relative;
  display: block;
  width: 100%;
}

#tabs_copy > div {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #006193;
  color: white;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  display: none;
  min-height: 350px;
}
@media (max-width: 46.24em) {
  #tabs_copy > div {
    border-bottom: 2px solid #FFF;
  }
}

#tabs_copy div h2 {
  padding: 0 20px;
  margin: 0;
  text-transform: uppercase;
}

#tabs_copy div p, #tabs_copy div p a {
  color: white !important;
}

#tabs_copy div p {
  font-size: 16px;
  line-height: 24px;
}

#tabs_copy div.selected {
  display: block;
}

@media (max-width: 46.24em) {
  #tabs_container {
    display: none;
  }

  #tabs_copy > div {
    display: block;
  }
}
.three-col .page-list:first-of-type {
  padding-left: 0;
}

.page_list_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.page_list_wrap:before, .page_list_wrap:after {
  display: inline !important;
}

.page-list {
  background: whitesmoke;
  border-bottom: 5px solid white;
  position: relative;
}
@media (min-width: 46.25em) {
  .page-list {
    padding-left: 0.3em;
    margin-bottom: 4em;
  }
}
.page-list .button {
  display: block;
  float: left;
  min-height: 57px;
}
.page-list h3 {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.page-list .page-list__inner {
  background: whitesmoke;
  padding: 20px;
}
.page-list .page-list__inner:after {
  position: absolute;
  right: -5px;
  height: 100%;
  width: 5px;
  background-color: white;
  content: " ";
  display: block;
  z-index: 1;
  top: 0;
}
.page-list .page-list__inner h4 {
  margin: 5px 0 0 0;
}
.page-list .page-list__links {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal;
}
.page-list .page-list__links a {
  display: block;
  width: 100%;
  position: relative;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 16px;
  padding: 6px 20px 6px 0;
}
.page-list .page-list__links a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  speak: none;
  right: -5px;
  font-size: 24px;
}
.page-list.page-list--expprof h4 {
  position: relative;
  display: block;
}
.page-list.page-list--expprof h4:hover {
  text-decoration: underline;
}
.page-list.page-list--expprof h4:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  speak: none;
  right: -5px;
  top: 0;
  font-size: 24px;
  display: block;
}
.page-list.page-list--expprof .page-list__inner {
  min-height: 263px;
}
.page-list.page-list--expprof .page-list__inner:after {
  position: absolute;
  right: -5px;
  height: 100%;
  width: 5px;
  background-color: white;
  content: " ";
  display: block;
  z-index: 1;
  top: 0;
}
.page-list.page-list--expprof a {
  display: block;
  width: 100%;
  position: relative;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 16px;
  padding: 6px 0;
}
.page-list.page-list--expprof a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  speak: none;
  top: 50%;
  right: -5px;
  font-size: 24px;
  margin-top: -6px;
}
.page-list.page-list--expprof .page-list__links li {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 16px;
}
.page-list.page-list--earlycareer h4 {
  position: relative;
  display: block;
}
.page-list.page-list--earlycareer h4:hover {
  text-decoration: underline;
}
.page-list.page-list--earlycareer .page-list__inner {
  min-height: 263px;
}
.page-list.page-list--earlycareer .page-list__inner:after {
  position: absolute;
  right: -5px;
  height: 100%;
  width: 5px;
  background-color: white;
  content: " ";
  display: block;
  z-index: 1;
  top: 0;
}
.page-list.page-list--earlycareer a {
  display: block;
  width: 100%;
  position: relative;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 16px;
  padding: 6px 0;
}
.page-list.page-list--earlycareer a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  speak: none;
  top: 50%;
  right: -5px;
  font-size: 24px;
  margin-top: -6px;
}
.page-list.page-list--earlycareer .page-list__links li {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 16px;
}
.page-list.page-list--earlycareer .page-list__links li a:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  speak: none;
  right: -5px;
  top: 12px;
  font-size: 24px;
  display: block;
}

.one-col--expprof {
  display: flex;
  flex-wrap: wrap;
}
.flexbox .one-col--expprof:before, .flexbox .one-col--expprof :after {
  display: none;
}
.one-col--expprof .col.col--one-third {
  justify-content: space-between;
  margin-bottom: 0;
  padding: 5px;
}
.one-col--expprof .col.col--one-third:nth-of-type(3n) {
  padding-right: 0;
}
.one-col--expprof .col.col--one-third:nth-of-type(3n+1) {
  padding-left: 0;
}

.one-col--earlycareer {
  display: flex;
  flex-wrap: wrap;
}
.flexbox .one-col--earlycareer:before, .flexbox .one-col--earlycareer :after {
  display: none;
}
.one-col--earlycareer .col.col--one-third {
  justify-content: space-between;
  margin-bottom: 0;
  padding: 5px;
}
.one-col--earlycareer .col.col--one-third:nth-of-type(3n) {
  padding-right: 0;
}
.one-col--earlycareer .col.col--one-third:nth-of-type(3n+1) {
  padding-left: 0;
}

.event {
  background: whitesmoke;
  position: relative;
  padding: 1em 1.5em;
  margin-bottom: 10px;
}
.event p {
  margin-bottom: 0;
}
.event h4 {
  margin: 0.2em 0;
}
.event .event__title-loc {
  width: 50%;
  float: left;
}
.event .event__datetime {
  width: 50%;
  float: left;
}
.event .event__location {
  margin-bottom: 0;
}
.event .event__time {
  text-align: right;
  width: 100%;
  top: 0;
  right: 0;
  margin-top: 0;
}
.event .event__date {
  text-align: right;
  width: 100%;
  top: 20px;
  right: 0;
}
.event:last-of-type {
  margin-bottom: 4em;
}

.page-list--earlycareerinner {
  padding: 20px;
}

.clock {
  left: 116px !important;
  top: 47px !important;
}

.rewards {
  font-size: 0;
  text-align: center;
  width: 100%;
  clear: both;
  margin-bottom: 45px;
}
.rewards article .rewards__item {
  width: 25%;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
@media (max-width: 46.24em) {
  .rewards article .rewards__item {
    width: 100%;
    padding: 0 calc(50% - 90px);
    display: block;
  }
}
.rewards article .rewards__item p {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  text-align: center;
  padding: 0 2em;
}
@media (max-width: 46.24em) {
  .rewards article .rewards__item p {
    padding: 20px 0;
  }
}
.rewards article .rewards__item .rewards__image {
  border-radius: 50%;
  background: whitesmoke;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 46.24em) {
  .rewards article .rewards__item .rewards__image {
    width: 180px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 46.25em) {
  .rewards article .rewards__item .rewards__image {
    max-width: 122px;
    min-height: 122px;
  }
}
.rewards article .rewards__item .rewards__image img {
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
@media (max-width: 46.24em) {
  .rewards article .rewards__item .rewards__image img {
    top: auto;
  }
}

.job-search-apply {
  background: whitesmoke;
}
.job-search-apply .media__body {
  padding: 1em;
}
.job-search-apply .media__body:first-of-type {
  padding-top: 1em;
}
.job-search-apply .media__body p {
  margin-top: 0;
}
.job-search-apply .media__body .button {
  padding: 0.65em 10px;
  display: block;
}
.job-search-apply .media__body .button:hover {
  color: white;
}
.job-search-apply .media__body .button:after {
  right: 10px;
}
.job-search-apply .media__img {
  float: right;
  overflow: hidden;
}
.job-search-apply img {
  min-width: 100%;
}
.job-search-apply.talent-network {
  margin-bottom: 9.7em;
}
.job-search-apply.talent-network .media__img {
  float: left;
}

.accordion__title {
  margin-bottom: 0 !important;
}
@media (max-width: 46.24em) {
  .accordion__title {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.accordion__link {
  display: block;
  position: relative;
  background-color: whitesmoke;
  border-bottom: 1px solid white;
  padding: 0.75em 48px 0.75em 1em;
  color: #666666;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.accordion__link:hover, .accordion__link:focus {
  color: #006193;
  border-bottom: 1px solid white;
  outline: none;
}
.accordion__link:hover span, .accordion__link:focus span {
  color: #006193;
  background-color: white;
}
.accordion__link span {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  background-color: #006193;
  color: white;
}

.accordion__body {
  background-color: whitesmoke;
  border-bottom: 1px solid white;
  padding: 0em 20px;
  margin-bottom: 0;
  overflow: hidden;
  height: auto;
  max-height: 1000px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 61.25em) {
  .accordion__body {
    padding: 0em 33.333% 0em 20px;
  }
}
.accordion__body h4 {
  color: #b72f2a;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 46.25em) {
  .accordion__body h4 {
    margin-top: 20px !important;
  }
}
.accordion__body p {
  font-size: 16px;
  line-height: 24px;
}
.accordion__body ul {
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #111;
  margin-top: 0;
}
.accordion__body p:first-of-type {
  margin-top: 10px;
}
.accordion__body p:last-of-type {
  margin-bottom: 20px;
}
.accordion__body a {
  color: #006193;
  text-decoration: none;
}
@media (max-width: 46.24em) {
  .accordion__body {
    max-height: none;
    padding-left: 2em !important;
  }
}
.accordion__body.is-closed {
  max-height: 0px;
}
.accordion__body blockquote {
  position: absolute;
  float: none;
  left: 2em;
  width: 195px;
  margin: 0 2em 0 -2em;
  background-color: #007cc1;
  color: white;
  min-height: 600px;
}
.accordion__body blockquote p {
  text-transform: uppercase;
}
@media (max-width: 46.24em) {
  .accordion__body blockquote {
    position: static;
    width: 100%;
    min-height: 0px;
    margin: 0;
  }
}
.accordion__body + .heading {
  margin-top: 2em;
}

.js-our-people__link .icon-arrow-down5:before {
  color: #006193;
}
.js-our-people__link .icon-arrow-down5:hover:before {
  color: white;
}

.site-content .accordion__body blockquote p > img {
  margin: 0;
}

/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  margin-left: -1.25em;
  width: 2.5em;
  background-color: #b72f2a;
  border: 0 solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  margin-left: -1.25em;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  background-color: white;
  background-color: rgba(183, 47, 42, 0.7);
}

.vjs-default-skin .vjs-big-play-button:before {
  text-shadow: none;
  padding-left: 2px;
}

.two-col.has-video .media__body {
  float: left;
}
.two-col.has-video .video-js {
  min-width: 100% !important;
}

.floating_nav {
  position: absolute;
  top: 241px;
  left: 50%;
  margin-left: -547px;
  z-index: 500;
  display: none;
}
.floating_nav a {
  background: rgba(255, 255, 255, 0.8);
  padding-right: 3px;
  padding-left: 3px;
}
@media (min-width: 72.9375em) {
  .floating_nav {
    margin-left: 0;
    left: 40px;
  }
}
@media (min-width: 97.5em) {
  .floating_nav {
    margin-left: -743px;
    left: 50%;
  }
}
.floating_nav.pinned {
  position: fixed;
  top: 42px;
}
@media (min-width: 68.75em) {
  .floating_nav {
    display: block;
  }
}
.floating_nav ul {
  border-left: 1px dotted #9f9f9f;
  position: relative;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  margin-top: 0;
}
.floating_nav ul:before, .floating_nav ul:after {
  color: #9f9f9f;
  position: absolute;
  font-family: "icomoon";
  font-size: 24px;
  left: -12px;
  display: block;
}
.floating_nav ul:before {
  content: "";
  top: -8px;
}
.floating_nav ul:after {
  content: "";
  bottom: -8px;
}
.floating_nav .is-open li {
  max-width: 400px;
}
.floating_nav li {
  display: block;
  position: relative;
  padding-left: 15px;
  margin: 10px 0 10px -6px;
  min-height: 20px;
  max-width: 10px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: max-width 0.5s ease;
  transition: max-width 0.5s ease;
}
.floating_nav li.is-selected:before,
.floating_nav li.is-selected span, .floating_nav li:hover:before,
.floating_nav li:hover span {
  background: #006193;
  color: #FFF;
}
.floating_nav li span {
  background: #FFF;
  display: block;
  min-height: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  padding: 2px 1em;
  color: #006193;
  opacity: 0.9;
}
.floating_nav li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 11px;
  height: 11px;
  background: #9f9f9f;
}
.floating_nav .nav__item--0 {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.floating_nav .nav__item--1 {
  transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
}
.floating_nav .nav__item--2 {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
.floating_nav .nav__item--3 {
  transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}
.floating_nav .nav__item--4 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.floating_nav .nav__item--5 {
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}
.floating_nav .nav__item--6 {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.floating_nav .nav__item--7 {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}
.floating_nav .nav__item--8 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.floating_nav .nav__item--9 {
  transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
.floating_nav .nav__item--10 {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.floating_nav .nav__item--11 {
  transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
}
.floating_nav .nav__item--12 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.floating_nav .nav__item--13 {
  transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}
.floating_nav .nav__item--14 {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
.floating_nav .nav__item--15 {
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}

.our_people {
  width: 100%;
  height: auto;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal;
  overflow: hidden;
}
.our_people.is-left .our_people__title {
  float: left;
}
.our_people + .accordion__body {
  background: none;
  margin-bottom: 7.5em;
}
@media (max-width: 46.24em) {
  .our_people + .accordion__body {
    margin-bottom: 20px;
  }
}
.our_people + .accordion__body h3 {
  text-transform: none;
}
.our_people + .accordion__body h4 {
  margin-bottom: 0;
}
.our_people .our_people__image {
  width: 100%;
}
@media (min-width: 46.25em) {
  .our_people .our_people__image {
    width: 50%;
  }
}
@media (min-width: 61.25em) {
  .our_people .our_people__image {
    width: 33.3333%;
  }
}
.our_people .our_people__image img {
  min-width: 100%;
}
.our_people .our_people__title {
  width: 100%;
  float: right;
  background: whitesmoke;
  position: relative;
}
@media (min-width: 46.25em) {
  .our_people .our_people__title {
    width: 50%;
  }
}
@media (min-width: 61.25em) {
  .our_people .our_people__title {
    width: 33.3333%;
    min-height: 271px;
  }
}
.our_people .our_people__title .our_people__inner {
  padding: 20px;
  height: 100%;
  overflow: auto;
}
.our_people .our_people__title .our_people__inner h3 {
  margin: 0.4em 0;
}
.our_people .our_people__title .our_people__inner p {
  margin: 0;
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
}
.our_people .our_people__title .our_people__inner p.is-blue {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-weight: normal;
  color: #006193;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 0;
}
.our_people .our_people__title .accordion__link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
}
.our_people .our_people__title .accordion__link span {
  background: #006193;
  color: white;
  cursor: pointer;
}
.our_people .our_people__title .accordion__link span:before {
  color: white;
}
.our_people .our_people__title .accordion__link span:hover {
  color: #006193;
  background: white;
}
.our_people .our_people__title .accordion__link span:hover:before {
  color: #006193;
}

.our_people + .accordion__body {
  border-bottom: none;
}
@media (max-width: 46.24em) {
  .our_people + .accordion__body {
    padding-top: 20px !important;
    padding-left: 20px !important;
  }
}
.our_people + .accordion__body h4 {
  margin-bottom: 0;
}

.rs {
  padding: 12px;
  margin-bottom: 4em;
  margin-top: -60px;
}

.rs__inner {
  background: whitesmoke;
  padding: 12px;
  margin-bottom: 2em;
}

.rs .mix {
  display: none;
}

.rs hr {
  margin: 7px 0;
  border-top: 2px solid #006193;
}

.rs__block {
  padding: 12px 0;
}

.rs__block:before,
.rs__block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.rs__block:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.rs__block {
  *zoom: 1;
}

.rs__block:first-of-type {
  padding-top: 0;
}

.rs__block:last-of-type {
  padding-bottom: 0;
}

.rs__block h3 {
  float: left;
  padding-top: 7px;
  margin-right: 13px;
  margin-bottom: 0;
}

.number {
  background: #b72f2a;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 22px;
  margin-right: 1em;
  margin-bottom: 15px;
}

.options {
  float: left;
  font-size: 20px;
}

.rs__two .options, .rs__two h3 {
  float: none;
}

.rs__two .options {
  padding-top: 40px;
}

.option {
  background: white;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 18px;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 6px;
}
.option:hover {
  color: white;
}

.option.active {
  background: #e8a123;
  color: white;
  position: relative;
}

.option.active:after {
  position: absolute;
  content: "×";
  cursor: pointer;
  top: -10px;
  right: 3px;
  color: white;
}

.rs-results .rel-page footer {
  background: whitesmoke;
  position: relative;
  min-height: 100px;
}

.rs-results {
  font-size: 0;
  margin-right: -20px;
  margin-left: -20px;
  padding: 15px;
}

.rs-results .rel-page {
  width: 100%;
  vertical-align: top;
  margin-right: -0.25em;
  padding: 10px;
}
@media (min-width: 46.25em) {
  .rs-results .rel-page {
    width: 33.333%;
  }
}
@media (max-width: 46.24em) {
  .rs-results .rel-page .button {
    max-width: 100%;
  }
}

@media (max-width: 46.24em) {
  .rs__one .options {
    margin-top: 12px;
  }
}

.rs-results .rel-page img {
  width: 100%;
}

.rs-results > h3 {
  padding-left: 6px;
}

.rs-results .rel-page h3 {
  padding-top: 10px;
}

.rs-results .rel-page a {
  display: block;
  width: 100%;
}

.rs-results .rel-page .button:after {
  top: 0;
}

.rs__two .filter {
  display: none;
}

.lifeat {
  background: whitesmoke;
}
.lifeat .lifeat__inner {
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 46.25em) {
  .lifeat .lifeat__inner {
    max-width: 66.6%;
    float: left;
  }
}
.lifeat .lifeat__inner .video-js-box {
  width: 100%;
  float: none;
}
@media (min-width: 46.25em) {
  .lifeat .lifeat__inner .video-js-box {
    width: 50%;
    float: left;
  }
}
@media (max-width: 46.24em) {
  .lifeat .lifeat__inner .video-js-box .video-js {
    margin: 0 auto;
  }
}
.lifeat .lifeat__inner .video-js-box h4 {
  margin: 0.5em 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  text-align: center;
}
.lifeat .lifeat__inner .video-js-box:nth-child(odd) .vjs-poster {
  border-right: 1px solid white;
  width: 100%;
  background-size: cover;
}
.lifeat .lifeat__text {
  float: none;
  width: 100%;
  padding: 20px 20px 0;
}
@media (min-width: 46.25em) {
  .lifeat .lifeat__text {
    float: right;
    width: 33.3%;
    padding-left: 1em;
  }
}
@media (min-width: 61.25em) {
  .lifeat .lifeat__text {
    padding-top: 20px;
  }
}
.lifeat .lifeat__text p {
  padding: 0;
  font-family: "NeuzeitGroLig W01 Regular", sans-serif;
}

@media (max-width: 61.24em) {
  .video-js {
    max-width: 100% !important;
  }
}
@media (max-width: 46.24em) {
  .video-js {
    min-width: 100% !important;
  }
  .video-js .vjs-poster {
    min-width: 100%;
  }
}

.video-js-box .vjs-poster {
  background-size: cover;
}

.locations {
  width: 33.3%;
  float: left;
  border-right: 6px solid white;
  padding: 1em;
  padding-bottom: 2em;
  margin-bottom: 0.5em;
  background: whitesmoke;
}
.locations:nth-child(3n) {
  border-right: 0;
}
.locations > a > h4 {
  position: relative;
  display: block;
}
.locations > a > h4:hover {
  text-decoration: underline;
}
.locations > a > h4:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  speak: none;
  right: -5px;
  top: 0;
  font-size: 24px;
  display: block;
}
@media (max-width: 46.24em) {
  .locations {
    width: 100%;
  }
}
.locations .ccm-image-block {
  display: none;
  width: 100%;
  float: left;
}
@media (min-width: 61.25em) {
  .locations .ccm-image-block {
    width: 66.6666%;
  }
}
.locations .location__block {
  width: 100%;
  background: whitesmoke;
}
.locations .location__block h4 {
  font-family: "NeuzeitGro W01 Bold", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.locations .location__block a h4 {
  position: relative;
  display: block;
}
.locations .location__block a h4:hover {
  text-decoration: underline;
}
.locations .location__block a h4:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  speak: none;
  right: -5px;
  top: 0;
  font-size: 24px;
  display: block;
}
.locations .location__block .button {
  display: block;
  width: 100%;
  padding: 20px;
}

.location-wrapper {
  padding-bottom: 110px;
}
.flexbox .location-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.locations:nth-child(3n+1) {
  clear: left;
}

.media .media--right {
  float: none;
}
@media (min-width: 46.25em) {
  .media .media--right {
    float: right;
  }
}

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