.teaser--brand .teaser__overlay {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFElEQVQY02NQM28oJgYzjCqkr0IA5pKDQaliFX0AAAAASUVORK5CYII="); }

.teaser--person .teaser__header {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAE0lEQVQY02NgKN0wkyg8qpC+CgEna645+4KFBgAAAABJRU5ErkJggg=="); }

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*:after,
*:before {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

html {
  font-size: 10px; }

body {
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.428571429;
  font-family: "FuturaPTWebBook", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative; }

a {
  color: #00A2E5;
  text-decoration: none; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #223B70;
  font-family: "FuturaPTWebBold", sans-serif;
  font-weight: normal;
  margin: 0 0 2rem;
  text-transform: uppercase; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, ul, dl {
  margin-bottom: 2rem; }

h1,
.h1 {
  font-size: 2.4rem;
  line-height: 1; }

h2,
.h2 {
  font-size: 1.6rem;
  line-height: 1.25; }

h3,
.h3 {
  font-size: 1.4rem;
  line-height: 1.142857143; }

.c-h5 {
  font-size: 12px;
  line-height: 1.166666667; }

.c-h6 {
  font-size: 10px;
  line-height: 1.2; }

.h-block {
  background-color: #223B70;
  color: #fff;
  padding: .5rem; }

.light {
  font-family: "FuturaPTWebLight", sans-serif; }

.color-text {
  color: #000; }

.color-black {
  color: #000; }

ul,
ol {
  margin-left: 2rem; }

ul.unstyled {
  list-style: none;
  padding: 0; }

.lead {
  font-family: "FuturaPTWebLight", sans-serif;
  font-size: 2rem;
  line-height: 1.25; }

strong {
  font-weight: normal;
  font-family: "FuturaPTWebBold", sans-serif; }

iframe {
  border: 0; }

time {
  display: block;
  text-transform: uppercase;
  margin-bottom: 2rem; }

p {
  margin-bottom: 2rem; }

.testimonial {
  text-align: center; }
  .testimonial .icon {
    display: block;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto; }

.testimonial__blockquote p {
  font-size: 2.8rem;
  line-height: 1.142857143;
  margin-bottom: 4rem; }

.testimonial__cite {
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase; }
  .testimonial__cite strong {
    display: block; }

.divider, hr, .teaser--brand {
  background-image: -webkit-linear-gradient(left, #fff 75%, #979797 0%);
  background-image: linear-gradient(to right, #fff 75%, #979797 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x; }

hr {
  border: none;
  height: .1rem;
  margin-bottom: 2rem; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.full-width {
  max-width: none;
  width: 100%; }

.text-center {
  text-align: center; }
  .text-center p {
    text-align: center; }

figure {
  display: block;
  margin: 0 0 2rem; }
  figure img {
    display: block;
    margin-bottom: 2rem; }
  figure figcaption {
    display: block;
    font-style: italic; }

@media (min-width: 520px) {
  body {
    font-size: 1.5rem;
    line-height: 1.333333333; }
  h1,
  .h1 {
    font-size: 3.2rem; }
  h2,
  .h2 {
    font-size: 2.4rem;
    line-height: 1; }
  h3,
  .h3 {
    font-size: 1.8rem;
    line-height: 1.2; }
  .lead {
    font-size: 2.2rem;
    line-height: 1.272727273; }
  .divider, hr, .teaser--brand {
    margin-bottom: 4rem; } }

@media (min-width: 740px) {
  h1,
  .h1 {
    font-size: 4rem; } }

@media (min-width: 1000px) {
  h1,
  .h1 {
    font-size: 4.5rem;
    line-height: .977777778; }
  .lead {
    font-size: 2.4rem;
    line-height: 1.333333333; }
  hr {
    margin-bottom: 4rem; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%; }

.btn-group {
  font-size: 0;
  margin-bottom: 2rem; }
  .btn-group::after {
    clear: both;
    content: "";
    display: table; }
  .btn-group form {
    display: inline-block; }
  .btn-group .btn--icon {
    display: inline-block;
    margin-right: 1px; }
  .form-group .btn-group {
    margin-bottom: 0; }

.btn-group--divider {
  border-top: 1px solid #DEDEDE;
  padding-top: 2rem; }

.btn-group--center {
  text-align: center; }
  .btn-group--center > .dropdown,
  .btn-group--center > .btn {
    margin-right: 0.5rem;
    margin-left: 0.5rem; }

/* @group =btn */
.btn {
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn:focus, .btn:active {
    outline: 0; }

.btn[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: .35; }

.btn--primary {
  background-color: #fff;
  border: 2px solid #00A2E5;
  color: #223B70;
  font-family: "FuturaPTWebBold", sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.285714286;
  padding: 9px 15px; }
  .btn--primary .c-icon--folder {
    position: relative;
    top: -2px;
    margin-left: .5rem; }
  .open .btn--primary, .btn--primary:hover, .btn--primary:active {
    border-color: #223B70;
    color: #223B70;
    outline: 0; }

.btn--link {
  background-color: #fff;
  color: #223B70;
  font-size: 1.4rem;
  line-height: 1.428571429;
  padding: 1rem;
  height: 4rem; }

.btn--icon {
  background-color: rgba(0, 162, 229, 0.2);
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  height: 4rem;
  width: 4rem; }
  .btn--icon:hover {
    background-color: rgba(0, 162, 229, 0.5); }

.btn--icon--active {
  background-color: #00A2E5 !important; }

.panel--primary .btn--primary {
  background-color: transparent;
  color: #fff; }
  .panel--primary .btn--primary:focus, .panel--primary .btn--primary:hover, .panel--primary .btn--primary:active {
    border-color: #00A2E5; }

.btn--tertiary {
  border: 1px solid #d2d6e5;
  color: #223B70;
  font-size: 1.5rem;
  line-height: 1.2;
  height: 3.4rem;
  padding: .7rem 1rem;
  text-transform: uppercase; }
  .btn--tertiary .icon {
    margin-right: .5rem;
    top: -2px; }

.btn--back {
  background-color: #fff;
  color: #223B70;
  position: absolute;
  height: 40px;
  top: 0;
  left: 0;
  z-index: 1; }
  .btn--back .c-icon--chevron-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    padding: 15px; }
  .btn--back .btn__name {
    display: none; }

.btn--more {
  background-color: #fff;
  border: 1px solid #223B70;
  color: #223B70;
  display: block;
  font-size: 1.4rem;
  line-height: 1.428571429;
  padding: .9rem;
  text-transform: none;
  width: 100%; }

@media (min-width: 520px) {
  .btn--back .btn__name {
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
    padding: 10px 20px 10px 50px; } }

.header {
  height: 8rem;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .header .btn--tertiary {
    position: absolute;
    top: 1.3rem; }
  .header .btn--menu {
    left: 10px; }
  .header .btn--downloads {
    right: 10px; }
  .header .temp {
    display: none; }

.brand {
  width: 80px;
  height: 60px;
  margin-right: auto;
  margin-left: auto; }

.brand__link {
  display: block; }

.brand__image {
  display: block;
  width: 100%;
  height: auto; }

.nav-primary-1 {
  display: none; }

.nav-primary-2 {
  margin-top: 2rem; }

.nav-primary-2__list {
  list-style: none;
  margin: 0; }

.nav-primary-2__item--5:after {
  background-color: #fff;
  content: '';
  display: block;
  width: 24px;
  width: 2.4rem;
  height: 1px;
  height: .1rem;
  margin: 30px auto;
  margin: 3rem auto; }

.nav-primary-2__link {
  color: #fff;
  display: block;
  font-family: "FuturaPTWebBold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.888888889;
  text-align: center;
  text-transform: uppercase; }

.nav-secondary-2__list {
  list-style: none;
  margin: 0; }

.nav-secondary-2__link {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  line-height: 2.266666667;
  text-align: center;
  text-transform: uppercase; }

@media (min-width: 520px) {
  .header {
    height: 10rem;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem; }
    .header .btn--tertiary {
      top: 1.6rem; }
    .header .btn--menu {
      left: 12px; }
    .header .btn--downloads {
      right: 12px; }
  .brand {
    width: 8.8rem;
    height: 6.6rem; } }

@media (min-width: 740px) {
  .header {
    height: 10rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem; }
    .header .btn--menu {
      display: none; }
    .header .btn--downloads {
      top: auto;
      bottom: 0; }
    .header .temp {
      display: block;
      position: absolute;
      top: -1.4rem;
      right: 12px; }
  .brand {
    width: 9.4rem;
    height: 7.2rem;
    margin-left: 0; }
  .nav-primary-1 {
    display: block;
    position: absolute;
    bottom: -1.4rem;
    left: 11.8rem; }
  .nav-primary-1__list {
    margin: 0;
    list-style: none; }
    .nav-primary-1__list::after {
      clear: both;
      content: "";
      display: table; }
  .nav-primary-1__item {
    float: left;
    position: relative;
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .nav-primary-1__item--0 {
    display: none; }
  .nav-primary-1__link {
    border-bottom: .6rem solid #fff;
    color: #223B70;
    display: block;
    font-family: "FuturaPTWebBold", sans-serif;
    font-size: 1.3rem;
    line-height: 1.230769231;
    padding-bottom: .5rem;
    text-transform: uppercase;
    -webkit-transition: border-color .25s;
    transition: border-color .25s; }
  .nav-primary-1__link--active,
  .nav-primary-1-2-active .nav-primary-1__link {
    border-bottom-color: #00A2E5; }
  .nav-primary-1-2 {
    background-color: #223B70;
    left: 50%;
    margin-left: -13.5rem;
    position: absolute;
    top: -100%;
    width: 27rem;
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    visibility: hidden;
    z-index: -1; }
    .nav-primary-1-2-active .nav-primary-1-2 {
      opacity: 1;
      top: 100%;
      visibility: visible;
      z-index: 9; }
  .nav-primary-1-2__list {
    list-style: none;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .nav-primary-1-2__link {
    color: #fff;
    display: block;
    font-family: "FuturaPTWebBold", sans-serif;
    font-size: 1.3rem;
    line-height: 1.230769231;
    padding: .5rem;
    text-align: center;
    text-transform: uppercase; }
    .nav-primary-1-2__link:focus, .nav-primary-1-2__link:hover, .nav-primary-1-2__link:active {
      color: #00A2E5; }
  .nav-primary-1-2__link--active {
    color: #00A2E5; }
  .nav-secondary-1 {
    float: right; }
  .nav-secondary-1__list {
    list-style: none;
    margin: 0; }
    .nav-secondary-1__list::after {
      clear: both;
      content: "";
      display: table; }
  .nav-secondary-1__item {
    float: left; }
  .nav-secondary-1__link {
    color: #223B70;
    display: block;
    font-size: 1.2rem;
    line-height: 1.666666667;
    text-transform: uppercase;
    padding: 1rem; }
  .nav-secondary-1__link--active {
    color: #00A2E5; } }

@media (min-width: 1000px) {
  .header {
    height: 12rem;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem; }
    .header .temp {
      top: -1.5rem;
      right: 10px; }
    .header .btn-downloads {
      right: 10px; }
  .brand {
    width: 10.5rem;
    height: 8rem; }
  .nav-primary-1 {
    bottom: -1.5rem;
    left: 14.5rem; }
  .nav-primary-1__item {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
    .nav-primary-1__item:after {
      background-color: #C0C0C0;
      content: '';
      display: block;
      width: 3px;
      width: .3rem;
      height: 6px;
      height: .6rem;
      position: absolute;
      top: 6px;
      top: .6rem;
      right: 0; }
  .nav-primary-1__item--5:after {
    display: none; }
  .nav-primary-1__link,
  .nav-primary-1-2__link {
    font-size: 1.5rem;
    line-height: 1.2; }
  .nav-secondary-1__link {
    font-size: 1.4rem;
    line-height: 1.428571429;
    padding: 1rem; } }

/* @end */
.main {
  position: relative; }

.aside {
  position: relative; }

.nav-footer__list {
  list-style: none;
  font-size: 0;
  margin-bottom: 4rem;
  margin-left: 0; }

.nav-footer__item {
  display: inline-block;
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem; }
  .nav-footer__item:after {
    background-color: rgba(34, 59, 112, 0.33);
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 6px; }
  .nav-footer__item:last-child:after {
    display: none; }

.nav-footer__link {
  color: #223B70;
  display: block;
  font-size: 1.2rem;
  line-height: 1.166666667;
  text-transform: uppercase; }

@media (min-width: 1000px) {
  .footer__item {
    max-width: 58.33333%; } }

.ks-editable-btn {
  background-color: #fff;
  border: 1px solid #00A2E5;
  color: #00A2E5;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  position: absolute !important;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.c-promo h3 {
  font-size: 23px;
  line-height: 20px; }

.c-promo p {
  font-size: 16px;
  line-height: 18px; }

.c-promo .btn {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff; }

html.no-localstorage .localstorage {
  display: none !important; }

.alert {
  margin-bottom: 2rem;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.428571429; }
  .alert p:last-of-type,
  .alert ul:last-of-type {
    margin-bottom: 0; }

.alert--danger {
  background-color: #fd6568;
  color: #fff; }

.alert--success {
  background-color: #81d131;
  color: #fff; }

.alert--info {
  background-color: #0594ca;
  color: #fff; }

.alert--warning {
  background-color: #f5a430;
  color: #fff; }

.bar {
  background: #223B70 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAgUlEQVR42rXSIQ6AQAxE0V4CDw4BesO1CAZH9lZ7uxU0+aL6i9Ev004s5zv29mmJ2J4BIgGxJnJ1B8gkIgI0EQCQG0QBOJcIgIgAiArw+NYFoExYBJhwF4AyYQGoTQSA0EQACIgBcC4HqD9xAJAjJywApYkDgDhAnbAFMGEAJ//jJ2ugQxTK3PZ6AAAAAElFTkSuQmCC");
  margin-bottom: 2rem; }
  .bar .btn {
    background-color: #EFEFEF;
    color: #263780;
    font-size: 1.4rem;
    line-height: 1.285714286;
    padding: 1.3rem 1.5rem; }
    .bar .btn .icon--chevron-left {
      top: -.2rem; }

.fact {
  border-top: 1px dotted #fff;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .fact .h1 {
    margin-bottom: 1rem;
    text-align: center; }
  .fact p {
    max-width: 30rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto; }

.chromeframe {
  background-color: #ccc;
  padding: .5rem; }

/* @group =scroll */
.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .scroll::-webkit-scrollbar {
    display: none; }

.scroll--x {
  overflow-y: hidden; }

.scroll--y {
  overflow-x: hidden; }

.scroll--x .scroll__inner {
  min-width: 101%; }

.scroll--y .scroll__inner {
  min-height: 101%; }

/* @end */
/* @group=pager */
.pager__list {
  list-style: none;
  margin: 0 auto;
  font-size: 0;
  text-align: center; }

.pager__item {
  display: inline-block; }

.pager__link {
  background-color: #EFEFEF;
  color: #00A2E5;
  display: block;
  font-family: "FuturaPTWebBold", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  list-style: 1;
  padding: .9rem 1rem;
  height: 4rem;
  width: 4rem; }
  .pager__item--active .pager__link {
    background-color: #223B70;
    color: #fff; }

/* @end */
/* @group =nav-page */
.nav-page {
  background-color: #F6F6F6;
  padding: 1rem; }

.nav-page__name {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.428571429;
  margin-bottom: .5rem; }

.nav-page__list {
  font-size: 1.4rem;
  line-height: 1.428571429;
  list-style: none;
  margin: 0; }
  .nav-page__list li {
    margin-bottom: .5rem; }
  .nav-page__list a {
    color: #223B70;
    display: block;
    text-transform: uppercase; }

/* @end */
/* @group =teaser-group */
.teaser-group {
  position: relative;
  margin-bottom: 4rem; }
  .teaser-group::after {
    clear: both;
    content: "";
    display: table; }

.teaser-group__header {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.teaser-group__name {
  margin-bottom: 0; }
  .teaser-group__name a {
    color: inherit;
    display: block; }
  .teaser-group__name small {
    color: #00A2E5;
    font-family: "FuturaPTWebBook", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px; }

.teaser-group--list .teaser-group__header {
  border-bottom-color: #545454;
  padding-bottom: 2rem; }
  .teaser-group--list .teaser-group__header .teaser-group__name {
    color: #000;
    font-family: "FuturaPTWebBook", sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: center;
    font-weight: normal; }

.teaser-group--slick {
  margin-bottom: 1rem; }
  .teaser-group--slick .teaser-group__header {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    left: 2rem;
    color: #fff;
    z-index: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .teaser-group--slick .teaser-group__name {
    color: inherit;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0; }
    .teaser-group--slick .teaser-group__name:after {
      background-color: #fff;
      content: '';
      display: block;
      width: 54px;
      width: 5.4rem;
      height: 2px;
      height: .2rem;
      margin-top: 10px;
      margin-top: 1rem;
      margin-bottom: 10px;
      margin-bottom: 1rem; }
  .teaser-group--slick .teaser-group__list {
    font-family: "FuturaPTWebBold", sans-serif;
    list-style: none;
    letter-spacing: -0.06px;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.214285714;
    text-transform: uppercase; }

.teaser-group--home {
  margin-bottom: 1rem; }

/* @group =teaser */
.teaser {
  position: relative; }

.teaser__link {
  color: inherit;
  display: block;
  height: 100%;
  position: relative; }
  .teaser__link::after {
    clear: both;
    content: "";
    display: table; }

a.teaser__link {
  cursor: pointer; }

.teaser__name {
  color: #00A2E5;
  margin-bottom: 1rem; }

.teaser__image {
  display: block;
  max-width: none;
  width: 100%; }

.teaser--xs {
  margin-bottom: 2rem; }
  .teaser--xs .teaser__name {
    color: #000;
    margin-bottom: 0; }
  .teaser--xs .ul {
    margin-bottom: 0; }

.teaser--sm .teaser__link {
  border-bottom: 1px solid #D8D8D8;
  padding-left: 9rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  min-height: 6.4rem; }

.teaser--sm .teaser__aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem; }

.teaser--sm p {
  margin-bottom: 0; }

.teaser--sm-1 {
  border-top: 1px solid #D8D8D8;
  padding-top: 2rem; }

@media (min-width: 520px) {
  .teaser--sm-2 {
    border-top: 1px solid #D8D8D8;
    padding-top: 2rem; } }

.teaser--md .teaser__link {
  margin-bottom: 1rem; }

.teaser--md .teaser__aside {
  margin-bottom: 1rem; }

.teaser--md .teaser__name {
  margin-bottom: 0; }

.teaser--md h5 {
  color: #000; }

.teaser--md p {
  margin-bottom: 0; }

.teaser--lg .teaser__link {
  margin-bottom: 2rem; }

.teaser--lg time {
  margin-bottom: 1rem; }

.teaser--xl .teaser__link {
  border: 2px solid #fff;
  position: relative; }

.teaser--xl .teaser__logo {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.teaser--xl .teaser__overlay {
  background-color: #223B70;
  z-index: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.teaser--xl .teaser__image {
  width: 100%; }

.teaser--xxl,
.teaser--xxxl {
  -webkit-user-select: none;
          user-select: none; }
  .teaser--xxl .teaser__link,
  .teaser--xxxl .teaser__link {
    border: .2rem solid #fff;
    overflow: hidden;
    display: block;
    position: relative; }
    .teaser--xxl .teaser__link:focus .teaser__image, .teaser--xxl .teaser__link:hover .teaser__image, .teaser--xxl .teaser__link:active .teaser__image,
    .teaser--xxxl .teaser__link:focus .teaser__image,
    .teaser--xxxl .teaser__link:hover .teaser__image,
    .teaser--xxxl .teaser__link:active .teaser__image {
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
    .teaser--xxl .teaser__link:focus .teaser__footer, .teaser--xxl .teaser__link:hover .teaser__footer,
    .teaser--xxxl .teaser__link:focus .teaser__footer,
    .teaser--xxxl .teaser__link:hover .teaser__footer {
      opacity: 1; }
  .teaser--xxl .teaser__overlay,
  .teaser--xxxl .teaser__overlay {
    background-color: #223B70;
    z-index: 1;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .teaser--xxl .teaser__footer,
  .teaser--xxxl .teaser__footer {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
    .teaser--xxl .teaser__footer .icon,
    .teaser--xxxl .teaser__footer .icon {
      background-size: 70% auto;
      width: 2.4rem;
      height: 2.4rem; }
  .teaser--xxl .teaser__image,
  .teaser--xxxl .teaser__image {
    max-width: none;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 100%; }

.teaser--xxl .teaser__logo {
  max-width: none;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.teaser--xxxl .teaser__link__inner {
  left: 3rem;
  position: absolute;
  right: 3rem;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.teaser--xxxl .teaser__logo {
  margin: 0 auto; }

.teaser--xxxl .teaser__description {
  background-color: #fff;
  display: none;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.285714286; }
  .teaser--xxxl .teaser__description p {
    margin-bottom: 1rem; }

@media (min-width: 1000px) {
  .teaser--xxxl .teaser__link__inner {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .teaser--xxxl .teaser__logo {
    margin-bottom: 3rem; }
  .teaser--xxxl .teaser__description {
    display: block; } }

.teaser--asset {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 1rem;
  padding-left: 13rem;
  margin-bottom: 2rem;
  min-height: 9.1rem; }
  .teaser--asset .teaser__aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 12rem;
    height: 8rem; }
  .teaser--asset .teaser__name {
    color: #000;
    margin-bottom: 1rem; }
  .teaser--asset .btn-group {
    margin-bottom: 0; }

.teaser--list .teaser__link {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

.teaser--list .teaser__name {
  color: #223B70;
  margin-bottom: 1rem; }

.teaser--list--image .teaser__link {
  padding-left: 15rem;
  min-height: 11.5rem; }

.teaser--list--image .teaser__aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 14rem;
  height: 9.4rem; }

.teaser--file {
  margin-bottom: 1rem; }
  .teaser--file .icon {
    display: block;
    margin-bottom: 1rem; }

.teaser--person {
  margin-bottom: 1rem; }
  .teaser--person .teaser__header {
    bottom: 0;
    color: #fff;
    padding: .5rem;
    position: absolute;
    width: 100%; }
    .teaser--person .teaser__header p {
      margin-bottom: 0;
      text-transform: uppercase; }
  .teaser--person .teaser__name {
    color: #fff;
    margin-bottom: 0; }
  .teaser--person .teaser__aside {
    display: none; }
  .teaser--person .teaser__main {
    padding: 2rem; }
    .teaser--person .teaser__main h3,
    .teaser--person .teaser__main h4 {
      margin-right: 6rem; }
  .teaser--person .detail {
    margin-top: 0; }

.teaser--promo .teaser__header {
  background-color: #000;
  padding: 1em;
  position: absolute;
  bottom: 0;
  right: 1rem; }
  .teaser--promo .teaser__header img {
    height: 2rem;
    width: auto; }
  .teaser--promo .teaser__header p,
  .teaser--promo .teaser__header br {
    display: none; }

.detail {
  background-color: #fff;
  box-shadow: 3px 2px 13px rgba(126, 126, 126, 0.5);
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .detail::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie8 .detail {
    border: 1px solid #DEDEDE; }
  .detail > .btn {
    position: absolute;
    top: 0;
    right: 0; }

.teaser--job .teaser__link {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }

.teaser--job .teaser__name {
  color: #00A2E5;
  margin-bottom: 1rem; }
  .teaser--job .teaser__name em {
    font-family: "FuturaPTWebBook", sans-serif;
    font-style: normal; }

.teaser--job p {
  margin-bottom: 0; }

.teaser__location {
  color: #9B9B9B;
  font-family: "FuturaPTWebBold", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.teaser--brand {
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 2rem; }
  .teaser--brand::after {
    clear: both;
    content: "";
    display: table; }

.teaser__id {
  background-color: #86C645;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "FuturaPTWebBold", sans-serif;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center; }

.teaser--brand .teaser__header {
  margin-bottom: 2rem; }

.teaser--brand .teaser__logo {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.teaser--brand .teaser__overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.teaser-group--downloads {
  list-style: none;
  margin: 0; }

.teaser--download {
  border-bottom: 1px solid #DEDEDE;
  padding: 1.5rem; }
  .teaser--download .teaser__link {
    position: relative;
    margin-right: 5rem;
    min-height: 4rem; }
  .teaser--download .teaser__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 4rem;
    width: 4rem; }
  .teaser--download .teaser__main {
    margin-left: 5rem; }
    .teaser--download .teaser__main p {
      font-size: 1.4rem;
      line-height: 1;
      text-transform: uppercase; }
  .teaser--download .teaser__name {
    color: #000;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 0; }
  .teaser--download .icon--close-primary {
    position: absolute;
    top: 1rem;
    right: 1rem; }

@media (min-width: 520px) {
  .fact .h1 {
    text-align: left; }
  .fact p {
    max-width: none;
    text-align: left; }
  .teaser--tile .teaser__link {
    margin-bottom: 0; }
  .teaser--job .teaser__name {
    padding-right: 20rem; }
  .teaser--job .teaser__location {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
  .teaser--person .detail {
    margin-top: 2rem; }
  .teaser--sm .teaser__link {
    margin-bottom: 2rem;
    min-height: 8.8rem;
    padding-left: 11rem;
    padding-bottom: 2rem; }
  .teaser--sm .teaser__aside {
    width: 10rem; }
  .teaser--md .teaser__link {
    margin-bottom: 2rem; }
  .teaser__collapse {
    width: 57.6rem; }
  .teaser--promo .teaser__header {
    right: 1.2rem; }
  .teaser--twitter {
    margin-bottom: 0; }
    .teaser--twitter .teaser__main {
      z-index: 1;
      padding: 2rem;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .teaser--twitter .teaser__footer {
      z-index: 2;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    .teaser--twitter .teaser__image {
      display: block; } }

@media (min-width: 740px) {
  .teaser-group__name small {
    top: -2px; }
  .teaser-group--slick .teaser-group__name {
    font-size: 4rem;
    line-height: .875; }
    .teaser-group--slick .teaser-group__name:after {
      margin-top: 20px;
      margin-top: 2rem;
      margin-bottom: 20px;
      margin-bottom: 2rem; }
  .teaser-group--slick .teaser-group__list {
    font-size: 1.8rem;
    line-height: 1.111111111; }
  .teaser--lg .teaser__main {
    width: 58.33333%;
    float: right;
    margin-right: 0; }
  .teaser--lg .teaser__aside {
    padding-right: 2rem;
    width: 41.66667%;
    float: left; }
  .teaser--person {
    margin-bottom: 1.2rem; }
    .teaser--person .teaser__main {
      width: 66.66667%;
      float: right;
      margin-right: 0; }
    .teaser--person .teaser__aside {
      display: block;
      width: 33.33333%;
      float: left; }
  .teaser__collapse {
    width: 69.6rem; }
  .teaser--promo .teaser__header {
    background-color: rgba(0, 0, 0, 0.5);
    right: 0;
    width: 100%; }
    .teaser--promo .teaser__header img {
      height: 3.6rem;
      float: right;
      margin-left: 1rem;
      margin-bottom: 1rem; }
    .teaser--promo .teaser__header p {
      color: #fff;
      display: block;
      text-transform: uppercase;
      float: right;
      margin-bottom: 0;
      text-align: right; } }

@media (min-width: 1000px) {
  .teaser-group__name small {
    top: -3px; }
  .teaser-group--slick .teaser-group__name {
    font-size: 5.5rem;
    line-height: 0.818181818; }
  .teaser--sm .teaser__link {
    min-height: 11.4rem;
    padding-left: 15rem; }
  .teaser--sm .teaser__aside {
    width: 14rem; }
  .teaser--lg .teaser__main {
    width: 58.33333%; }
  .teaser--lg .teaser__aside {
    width: 41.66667%; }
  .teaser__collapse {
    width: 96rem; }
  .teaser--brand {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    width: 78rem;
    margin-left: auto;
    margin-right: auto; }
    .teaser--brand:after {
      content: " ";
      display: block;
      clear: both; }
    .teaser--brand .teaser__id {
      height: 6rem;
      line-height: 6rem;
      width: 6rem;
      float: left;
      margin-right: 2rem; }
    .teaser--brand .teaser__header {
      width: 22rem;
      float: left;
      margin-right: 2rem; }
    .teaser--brand .teaser__main {
      width: 46rem;
      float: right;
      margin-right: 0; }
  .teaser--promo .teaser__header {
    width: calc(50% - 10px);
    left: auto; }
  .teaser--person {
    margin-bottom: 2rem; } }

.teaser-sm--last .teaser__link {
  margin-bottom: 0; }

/* @end */
/* @group =chart */
.caret {
  display: block;
  bottom: .6rem;
  position: absolute;
  right: .6rem;
  height: 0;
  width: 0;
  height: 0;
  width: 0;
  border-bottom: 0.8rem solid #00A2E5;
  border-left: 0.8rem solid transparent; }

.dropdown-group {
  margin-bottom: 2rem; }
  .dropdown-group .dropdown {
    margin-right: .5rem; }

.dropdown-group--center {
  text-align: center; }

.dropup,
.dropdown {
  position: relative;
  display: inline-block; }

.dropdown__list {
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 99;
  list-style: none;
  margin: 0;
  text-align: left;
  top: 100%;
  min-width: 100%;
  float: left;
  left: 0; }

.dropdown__link {
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }

.dropdown--select > .btn--select {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  color: #000;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.428571429;
  min-width: 160px;
  padding-right: 5rem;
  padding: 9px 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase; }

.dropdown--select .dropdown__list {
  margin-top: .1rem; }

.dropdown--select .dropdown__link {
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.428571429;
  padding: 1rem; }
  .dropdown--select .dropdown__link:focus, .dropdown--select .dropdown__link:hover, .dropdown--select .dropdown__link:active {
    background-color: #EFEFEF; }

.dropdown--select .dropdown__link--active {
  background-color: #EFEFEF;
  color: #223B70; }

.dropdown--select.open > .btn--select .c-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.dropdown--default.open > .btn--primary {
  background-color: #F2F2F2; }
  .dropdown--default.open > .btn--primary .caret {
    border-bottom-color: #223B70; }

.dropdown--default > .btn--primary:hover .caret, .dropdown--default > .btn--primary:active .caret {
  border-bottom-color: #223B70; }

.dropdown--default .dropdown__list {
  border: 0.2rem solid #223B70;
  margin-top: -.2rem; }

.dropdown--default .dropdown__item {
  border-bottom: .2rem solid #DADADA; }
  .dropdown--default .dropdown__item:last-child {
    border-bottom: none; }

.dropdown--default .dropdown__link {
  background-color: #fff;
  color: #223B70;
  font-family: "FuturaPTWebBold", sans-serif;
  font-size: 1.4rem;
  line-height: 1.285714286;
  padding: .9rem 5.1rem .9rem 1.5rem;
  position: relative;
  text-align: left;
  white-space: nowrap; }
  .dropdown--default .dropdown__link:focus, .dropdown--default .dropdown__link:hover, .dropdown--default .dropdown__link:active {
    background-color: #F2F2F2; }
  .dropdown--default .dropdown__link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    width: 3.6rem;
    background-position: 50% 50%; }

.dropdown--default .dropdown__link--active {
  background-color: #F2F2F2; }

.open > .dropdown__list {
  display: block; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1; }

.links-list {
  list-style: none;
  text-transform: uppercase;
  margin-left: 0; }
  .links-list a {
    color: #00A2E5;
    display: block; }

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

/* @group =box */
.box {
  text-align: center; }
  .box .icon {
    margin-bottom: 2rem; }
  .box .h2 {
    color: inherit; }
  .box .btn--primary {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }

.box__link {
  color: inherit;
  display: block;
  height: 100%;
  padding: 2rem;
  position: relative; }

.box--primary {
  background-color: #75BE2C;
  color: #fff; }

.box--secondary {
  background-color: #FFAA37;
  color: #fff; }
  .box--secondary .h2 {
    color: #6D430A; }

.box--tertiary {
  background-color: #F61770;
  color: #fff; }

@media (min-width: 740px) {
  .box--secondary[data-mh="col"] .box__link__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2rem;
    right: 2rem; } }

/* @end */
/* @group =panel */
.panel {
  margin-bottom: 2rem;
  padding: 2rem;
  position: relative;
  word-wrap: break-word; }
  .panel h2,
  .panel h3,
  .panel h4,
  .panel a {
    color: inherit; }

.panel--gray {
  background-color: #EFEFEF; }
  .panel--gray h3 {
    color: #223B70; }
  .panel--gray a {
    color: #00A2E5; }

.panel--border {
  border: 2px solid #F2F2F2; }

.panel--light {
  background-color: #F2F2F2;
  color: #223B70; }

.panel--primary {
  background-color: #223B70;
  color: #fff; }

.panel--secondary {
  background-color: #00A2E5;
  color: #fff; }

.panel--tertiary {
  background-color: #6AB023;
  color: #fff; }

@media (min-width: 520px) {
  .panel--lg {
    padding: 2rem; }
  .c-brand-specialist img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%; }
  .c-brand-specialist .icon-group {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    margin-bottom: 0; } }

/* @end */
/* @group= dl-group */
.dl-group {
  margin-bottom: 2rem; }

.dl-stat {
  font-size: 1.5rem;
  line-height: 1.333333333;
  text-align: center;
  margin-bottom: 1rem;
  position: relative; }
  .dl-stat dt {
    display: inline-block; }
  .dl-stat dd {
    display: inline-block;
    font-family: "FuturaPTWebBold", sans-serif; }

@media (min-width: 520px) {
  .dl-stat:after {
    content: '';
    position: absolute;
    height: 18px;
    height: 1.8rem;
    width: 2px;
    width: .2rem;
    background-color: #5b689f;
    top: 50%;
    right: -7px;
    right: -.7rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; }
  .dl-stat.md-last:after {
    display: none; }
  .dl-stat dt,
  .dl-stat dd {
    display: block; } }

.dl-foo {
  border: solid #DEDEDE;
  border-width: .1rem 0;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .dl-foo::after {
    clear: both;
    content: "";
    display: table; }
  .dl-foo dt {
    clear: left;
    font-family: "FuturaPTWebLight", sans-serif;
    width: 20%;
    float: left; }
    .dl-foo dt:after {
      content: ':'; }
  .dl-foo dd {
    width: 80%;
    float: right;
    margin-right: 0; }

.dl-block {
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .dl-block dl.sm-33-g {
    border-right: 1px solid #DEDEDE; }
    .dl-block dl.sm-33-g.sm-last {
      border-right: none; }
  .dl-block dt:after {
    content: ':'; }
  .dl-block dd {
    color: #223B70;
    font-size: 2.2rem;
    font-family: "FuturaPTWebBold", sans-serif;
    line-height: 1.181818182; }
    .dl-block dd small {
      display: block;
      font-size: 1.3rem;
      line-height: 1.230769231; }

.dl-inline {
  text-align: center; }
  .dl-inline dt {
    display: inline-block; }
    .dl-inline dt:after {
      content: ':'; }
  .dl-inline dd {
    display: inline-block;
    font-family: "FuturaPTWebBold", sans-serif; }

.dl-table {
  display: table;
  width: 100%;
  margin-bottom: 2rem; }
  .dl-table dl {
    display: table-row; }
  .dl-table dt,
  .dl-table dd {
    border-bottom: 1px solid #DFDFDF;
    font-size: 1.4rem;
    line-height: 1.642857143;
    display: block; }
  .dl-table dt {
    display: table-cell;
    clear: left;
    text-transform: uppercase; }
  .dl-table dd {
    display: table-cell;
    clear: right;
    font-family: "FuturaPTWebBold", sans-serif;
    text-align: right; }

/* @end */
.c-teaser-group {
  margin-bottom: 2rem; }
  .c-teaser-group .o-arrow--down {
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear; }

.c-teaser-group--is-open .o-arrow--down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.c-teaser-group__header {
  margin-bottom: 2rem; }

.c-teaser-group__header__aside {
  margin-bottom: 2rem; }

.c-teaser-group__image {
  display: block;
  margin: 0 auto; }

.c-teaser-group__header__main {
  position: relative; }

.c-teaser-group__name {
  font-size: 1.8rem;
  line-height: 1.166666667;
  margin-bottom: 1rem; }

.c-teaser-group__description {
  margin-bottom: 2rem; }
  .c-teaser-group__description p:last-of-type {
    margin-bottom: 0; }

.c-teaser-group__main {
  margin-bottom: 2rem; }

@media (min-width: 740px) {
  .c-teaser-group {
    margin-bottom: 4rem; }
  .c-teaser-group__image {
    width: 100%;
    display: block; }
  .c-teaser-group__header {
    -webkit-align-content: stretch;
            align-content: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .c-teaser-group__header::after {
      clear: both;
      content: "";
      display: table; }
  .c-teaser-group__header__aside {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: 49.13793%;
    float: left;
    margin-right: 1.72414%; }
  .c-teaser-group__header__main {
    display: inline-block;
    vertical-align: top;
    width: 49.13793%;
    float: right;
    margin-right: 0; } }

@media (min-width: 1000px) {
  .c-teaser-group__header__aside {
    width: 48.75%;
    float: left;
    margin-right: 2.5%; }
  .c-teaser-group__header__main {
    width: 48.75%;
    float: right;
    margin-right: 0; }
    .c-teaser-group__header__main .btn--more {
      position: absolute;
      bottom: 0;
      left: 0; } }

.c-teaser-section {
  margin-bottom: 3rem; }

.c-teaser-section__header {
  margin-bottom: 1.5rem; }

.c-teaser-section__name {
  font-family: "FuturaPTWebBold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.166666667;
  margin-bottom: 0; }

.c-brand-nav {
  margin-bottom: 10px; }

.c-brand-nav__list {
  font-size: 0;
  list-style: none;
  margin: 0; }

.c-brand-nav__item {
  background-color: #EFEFEF;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%; }

.c-brand-nav__item--is-active .c-brand-nav__link {
  color: #fff; }

.c-brand-nav__link {
  background-color: #EFEFEF;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #000;
  display: block;
  outline: 0;
  padding: 20px;
  text-align: center;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }
  .c-brand-nav__link:focus, .c-brand-nav__link:hover, .c-brand-nav__link:active {
    background-color: #e2e2e2; }
  .c-brand-nav__link .c-icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }

.c-brand-nav__name {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle; }

@media (min-width: 740px) {
  .c-brand-nav__item {
    width: 20%; }
    .c-brand-nav__item .c-brand-nav__link {
      border-width: 0 .1rem 0 0; }
  :last-of-type .c-brand-nav__link {
    border: none; } }

div[data-behaviour="filter-brand-platform"] {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  div[data-behaviour="filter-brand-platform"] .grid__item {
    display: inline-block;
    vertical-align: top;
    opacity: .5; }
  div[data-behaviour="filter-brand-platform"] .grid__item[style] {
    opacity: 1; }

.js .mix {
  display: none; }

.fail-message {
  display: none; }

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

.icon-group {
  font-size: 0;
  margin-bottom: 2rem; }

.icon-group--center {
  text-align: center; }

.btn--select .c-icon-wrapper {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40px;
  height: 40px;
  padding: 15px 13px; }
  .btn--select .c-icon-wrapper .c-icon--chevron-down {
    display: block; }

.o-image .c-icon-wrapper {
  border-radius: 40px;
  height: 70px;
  padding: 15px;
  width: 70px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px; }
  .o-image .c-icon-wrapper .c-icon {
    display: block;
    width: 40px;
    height: 40px; }

.c-icon {
  display: inline-block;
  width: 20px;
  height: 20px; }

.c-icon--magazine {
  width: 26px;
  height: 20px; }

.c-icon--radio {
  width: 24px;
  height: 20px; }

.c-icon--digital {
  width: 30px;
  height: 20px; }

.c-icon--tv {
  width: 24px;
  height: 20px; }

.c-icon--twitter,
.c-icon--match {
  width: 50px;
  height: 50px; }

.c-icon--team {
  width: 74px;
  height: 46px; }

.c-icon--folder {
  width: 24px;
  height: 20px; }

.c-icon--chevron-down {
  width: 14px;
  height: 10px; }

.c-icon--quotes {
  width: 56px;
  height: 20px; }

.c-icon--lg {
  border: 1px solid #EFEFEF;
  width: 60px;
  height: 60px; }

/* @group =page */
.page {
  position: relative;
  z-index: 0; }

.page__image {
  overflow: hidden; }
  .page__image img {
    display: block;
    max-width: none;
    width: 100%; }

.page__header {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 1rem;
  margin-bottom: 2rem;
  z-index: 1; }

.page__header__name {
  margin-bottom: 0; }
  .page__header__name span {
    color: #000; }

.page__main iframe {
  width: 100%;
  margin-bottom: 2rem; }

.page--image .page__header {
  margin-top: -2.4rem; }

.page--no-image .page__header {
  margin-top: 2rem; }

.page--brand .page__header {
  float: left;
  width: 50%; }

.page--brand .teaser--asset {
  border-bottom: none; }

.page--aside-main .page__aside {
  display: none; }

@media (min-width: 520px) {
  .page--image .page__header {
    margin-top: -3.2rem; } }

@media (min-width: 740px) {
  .page--image .page__image {
    height: 29rem; }
  .page--image .page__header {
    margin-top: -4rem; }
  .page--aside-main .page__header {
    margin-left: 16.6rem; }
  .page--aside-main .page__header__image {
    padding: 1rem; }
  .page--aside-main .page__aside {
    display: block;
    position: absolute;
    width: 16.6rem;
    top: 0; }
  .page--aside-main .page__main {
    width: 51rem;
    margin-left: 18.6rem; }
  .page--aside-main.page--image .page__aside {
    top: 29rem; }
  .page--default .page__main .bled-x.panel {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 1000px) {
  .page__header {
    display: block;
    padding: 2rem;
    width: 72rem;
    margin-right: auto;
    margin-left: auto; }
  .page__header__name {
    text-align: center; }
  .page--image .page__image {
    height: 40rem; }
  .page--image .page__header {
    margin-top: -6rem; }
  .page--default .page__main {
    padding-right: 16rem;
    padding-left: 16rem; }
    .page--default .page__main .bled-x {
      margin-right: -16rem;
      margin-left: -16rem; }
      .page--default .page__main .bled-x.panel {
        padding: 4rem 16rem; }
  .page--aside-main .page__header {
    width: 64rem;
    margin-left: 23rem; }
  .page--aside-main .page__header__image {
    margin-right: auto;
    margin-left: auto; }
  .page--aside-main .page__aside {
    width: 23rem; }
  .page--aside-main .page__main {
    margin-left: 25rem;
    width: 62rem; }
  .page--aside-main.page--image .page__aside {
    top: 40rem; }
  .page--job .page__main {
    margin-right: 9rem;
    float: right;
    width: 54rem; }
  .page--job .page__aside {
    margin-left: 9rem;
    width: 22rem;
    float: left; }
  .page--jobs .page__main {
    margin-left: 3rem;
    width: 60rem;
    float: left; }
  .page--jobs .page__aside {
    width: 31rem;
    float: right;
    margin-right: 0; } }

.c-twitter-feed {
  padding: 40px 20px 20px; }

@media (min-width: 740px) {
  .c-promo-wrapper {
    min-height: 620px; }
    .c-promo-wrapper .c-promo {
      min-height: 300px; }
  .c-twitter-feed {
    min-height: 620px;
    padding-left: 30px;
    padding-right: 30px; } }

/* @group =accordion */
.c-accordion {
  border-top: 2px solid #223B70; }

.c-accordion__item {
  border-bottom: 2px solid #223B70; }
  .c-accordion__item .block-grid .dropdown-group .dropdown {
    margin-bottom: .5rem; }

.c-accordion__item__name {
  margin-bottom: 0; }

.c-accordion__item__link {
  -webkit-user-select: none;
          user-select: none;
  color: #223B70;
  display: block;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .c-accordion__item__link span {
    font-family: "FuturaPTWebBook", sans-serif; }
  .c-accordion__item__link:before, .c-accordion__item__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-top: -.8rem;
    right: 10px;
    right: 1rem; }
  .c-accordion__item__link:before {
    display: block;
    height: 0;
    width: 0;
    border-bottom: 8px solid #223B70;
    border-bottom: 0.8rem solid #223B70;
    border-left: 8px solid transparent;
    border-left: 0.8rem solid transparent;
    border-right: 8px solid transparent;
    border-right: 0.8rem solid transparent; }
  .c-accordion__item__link.collapsed:before {
    display: none; }
  .c-accordion__item__link.collapsed:after {
    display: block;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-left: 0.8rem solid transparent;
    border-right: 8px solid transparent;
    border-right: 0.8rem solid transparent;
    border-top: 8px solid #223B70;
    border-top: 0.8rem solid #223B70; }

.c-accordion__item__main {
  padding-bottom: 2rem; }

@media (min-width: 740px) {
  .page--brand .c-accordion {
    border-top: none; }
  .page--brand .c-accordion__item {
    border-bottom: none;
    margin-bottom: 10px; }
    .page--brand .c-accordion__item:last-of-type {
      margin-bottom: 0; }
  .page--brand .c-accordion__item__header {
    margin-bottom: 1rem; }
  .page--brand .c-accordion__item__link {
    border-top: 10px solid #fff;
    background-color: #223B70;
    cursor: default;
    color: #fff;
    padding: 5px 10px;
    pointer-events: none;
    font-size: 24px;
    line-height: 1.333333333; }
    .page--brand .c-accordion__item__link:before, .page--brand .c-accordion__item__link:after {
      display: none !important; }
  .page--brand .c-accordion__item__main.collapse {
    display: block;
    height: auto !important;
    opacity: 1; }
  .page--brand .c-accordion__item--brand-contact .c-accordion__item__header {
    display: none; } }

.form-groups {
  font-size: 0; }

.form-group {
  font-size: 0;
  margin-bottom: 1rem; }
  .form-group::after {
    clear: both;
    content: "";
    display: table; }
  .form-group .icon--search-white {
    background-color: #00A2E5; }
  .form-group .form-label {
    display: block; }

.form-group--inline {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 1rem; }

.form-group-group {
  margin-bottom: 2rem; }
  .form-group-group .form-label {
    line-height: 4rem;
    padding-right: 1rem;
    text-align: right; }
    .form-group-group .form-label:after {
      content: ':'; }
  .form-group-group .form-control {
    width: 100%; }
  .form-group-group .alert {
    margin-top: .1rem; }

.form-label {
  font-size: 1.4rem;
  text-align: left; }
  .panel--primary .form-label {
    color: #fff;
    display: block;
    font-family: "FuturaPTWebBold", sans-serif;
    text-transform: uppercase;
    margin-bottom: .5rem; }

.form-control {
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  border: 1px solid #DEDEDE;
  color: #000;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 10px;
  position: relative;
  -webkit-transition: border-color .25s;
  transition: border-color .25s;
  vertical-align: middle; }
  .panel--primary .form-control {
    border: none;
    -webkit-transition: none;
    transition: none;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .form-control:focus {
    border-color: #ababab;
    outline: 0; }
  .form-control::-webkit-input-placeholder {
    color: #989898;
    -webkit-transition: color .25s;
    transition: color .25s; }
  .form-control::placeholder {
    color: #989898;
    -webkit-transition: color .25s;
    transition: color .25s; }
  .form-control:focus::-webkit-input-placeholder {
    color: #fff; }
  .form-control:focus::placeholder {
    color: #fff; }

select.form-control {
  height: 4rem; }

input[type='text'].form-control {
  -webkit-appearance: none; }

.c-site-search {
  height: 40px;
  overflow: hidden;
  position: relative;
  -webkit-transition: width .25s;
  transition: width .25s;
  width: 40px; }
  .temp .c-site-search {
    float: right; }
  .c-site-search .btn {
    display: block;
    height: 40px;
    padding: 10px;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1; }
  .c-site-search .btn--search {
    background-color: #fff; }
  .c-site-search .btn--close {
    background-color: #EFEFEF;
    display: none; }

.c-site-search--is-open {
  width: 20rem; }
  .c-site-search--is-open .btn--search {
    display: none; }
  .c-site-search--is-open .btn--close {
    display: block; }

.c-site-search__input {
  background-color: #EFEFEF;
  background-image: none;
  border-radius: 0;
  border: 0;
  color: #223B70;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 10px;
  text-transform: uppercase;
  width: 160px;
  -webkit-appearance: none; }
  .c-site-search__input:focus {
    outline: 0; }
  .c-site-search__input::-webkit-input-placeholder {
    color: #616161;
    font-family: "FuturaPTWebLight", sans-serif;
    font-style: italic;
    -webkit-transition: color .25s;
    transition: color .25s; }
  .c-site-search__input::placeholder {
    color: #616161;
    font-family: "FuturaPTWebLight", sans-serif;
    font-style: italic;
    -webkit-transition: color .25s;
    transition: color .25s; }
  .c-site-search__input:focus::-webkit-input-placeholder {
    color: transparent; }
  .c-site-search__input:focus::placeholder {
    color: transparent; }

.checkbox-group {
  margin-bottom: 2rem; }

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

.checkbox {
  display: block;
  position: relative;
  -webkit-user-select: none;
          user-select: none; }
  .checkbox label {
    padding-left: 2rem;
    min-height: 2rem;
    cursor: pointer; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -2rem; }

.checkbox--inline {
  display: inline-block;
  margin-right: 1rem; }

.form-control-wrapper {
  position: relative; }
  .form-control-wrapper .c-icon--search {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px; }

.form-control--search {
  display: block;
  padding-left: 40px;
  margin-bottom: 8px;
  width: 100%; }

@media (min-width: 740px) {
  .form-control {
    font-size: 14px; } }

.o-image {
  background-color: #ECECEC;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden; }

.o-image--16x9 {
  padding-top: 56.25%; }

.o-image--21x9 {
  padding-top: 42.857142857%; }

.o-faux-block-link {
  display: block;
  position: relative; }

.o-faux-block-link a {
  position: relative;
  z-index: 1; }

.o-faux-block-link__target {
  display: block;
  cursor: pointer; }

.o-faux-block-link__overlay {
  display: block;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 200%;
  visibility: visible;
  white-space: nowrap;
  z-index: 0 !important; }
  .o-faux-block-link__overlay:focus {
    outline: 0; }

.o-sr {
  display: none; }

.o-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0; }

.o-arrow--left {
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-right: 0.5rem solid #223B70; }

.o-arrow--right {
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-left: 0.5rem solid #223B70; }

.o-arrow--up {
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-bottom: 0.5rem solid #223B70; }

.o-arrow--down {
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-top: 0.5rem solid #223B70; }

.o-container {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }
  .o-container:after {
    content: " ";
    display: block;
    clear: both; }

.bled-x {
  margin-right: -1rem;
  margin-left: -1rem; }

@media (min-width: 0) and (max-width: 520px) {
  .sm-max-bled-x {
    margin-right: -1rem;
    margin-left: -1rem; } }

.sm-25 {
  width: 25%;
  float: left; }

.sm-30 {
  width: 30%;
  float: left; }

.sm-33 {
  width: 33.3333%;
  float: left; }

.sm-70 {
  width: 70%;
  float: left; }

.sm-75 {
  width: 75%;
  float: left; }

.sm-33-g {
  width: 30.66667%;
  float: left;
  margin-right: 4%; }

.sm-last {
  float: right;
  margin-right: 0; }

@media (min-width: 520px) {
  .o-container {
    max-width: 600px;
    padding-right: 12px;
    padding-left: 12px; }
  .bled-x {
    margin-right: -1.2rem;
    margin-left: -1.2rem; }
  .md-4 {
    width: 33.33333%;
    float: left; }
  .md-6 {
    width: 50%;
    float: left; }
  .md-33 {
    width: 33.3333%;
    float: left; }
  .md-50 {
    width: 50%;
    float: left; }
  .md-33-g {
    width: 31.94444%;
    float: left;
    margin-right: 2.08333%; }
  .md-50-g {
    width: 48.26389%;
    float: left;
    margin-right: 3.47222%; }
  .md-last {
    float: right;
    margin-right: 0; }
  .md-hide {
    display: none !important; }
  .md-show {
    display: block !important; }
  .md-show-inline-block {
    display: inline-block; }
  .md-collapse-show {
    display: block;
    height: auto !important; } }

@media (min-width: 740px) {
  .o-container {
    max-width: none;
    width: 720px;
    padding-right: 12px;
    padding-left: 12px; }
  .bled-x {
    margin-right: -1.2rem;
    margin-left: -1.2rem; }
  .lg-3 {
    width: 25%;
    float: left; }
  .lg-4 {
    width: 33.33333%;
    float: left; }
  .lg-5 {
    width: 41.66667%;
    float: left; }
  .lg-6 {
    width: 50%;
    float: left; }
  .lg-7 {
    width: 58.33333%;
    float: left; }
  .lg-8 {
    width: 66.66667%;
    float: left; }
  .lg-9 {
    width: 75%;
    float: left; }
  .lg-20 {
    width: 20%;
    float: left; }
  .lg-25 {
    width: 25%;
    float: left; }
  .lg-33 {
    width: 33.3333%;
    float: left; }
  .lg-66 {
    width: 66.6666%;
    float: left; }
  .lg-50 {
    width: 50%;
    float: left; }
  .lg-50-g {
    width: 48.56322%;
    float: left;
    margin-right: 2.87356%; }
  .lg-full {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .lg-hide {
    display: none !important; }
  .lg-show {
    display: block !important; }
  .lg-last {
    float: right;
    margin-right: 0; }
  .lg-text-center {
    text-align: center; }
  .o-col-1-3-lg {
    width: 33.02152%;
    float: left; }
  .o-col-2-3-lg {
    width: 66.51076%;
    float: left; } }

@media (min-width: 1000px) {
  .o-container {
    width: 980px;
    padding-right: 10px;
    padding-left: 10px; }
  .bled-x {
    margin-right: -1rem;
    margin-left: -1rem; }
  .xl-3 {
    width: 25%;
    float: left; }
  .xl-4 {
    width: 33.33333%;
    float: left; }
  .xl-6 {
    width: 50%;
    float: left; }
  .xl-8 {
    width: 66.66667%;
    float: left; }
  .xl-9 {
    width: 75%;
    float: left; }
  .xl-25 {
    width: 25%;
    float: left; }
  .xl-33 {
    width: 33.3333%;
    float: left; }
  .xl-50 {
    width: 50%;
    float: left; }
  .xl-100 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .xl-hide {
    display: none !important; }
  .xl-show {
    display: block !important; }
  .xl-50-g {
    width: 48.95833%;
    float: left;
    margin-right: 2.08333%; }
  .xl-last {
    float: right;
    margin-right: 0; }
  .xl-text-center {
    text-align: center; } }

@media (min-width: 520px) {
  .o-col-1-2-md {
    width: 50%;
    float: left; }
  .o-col-1-3-md {
    width: 33.33333%;
    float: left; } }

.grid::after {
  clear: both;
  content: "";
  display: table; }

.grid--sm-100 .grid__item {
  width: 100%;
  float: left; }

.grid--sm-50 .grid__item {
  width: 50%;
  float: left; }

.block-grid {
  padding: 0;
  margin: 0;
  list-style: none; }
  .block-grid::after {
    clear: both;
    content: "";
    display: table; }

.block-grid__item {
  position: relative; }

.block-grid--sm-50 .block-grid__item {
  width: 50%;
  float: left; }
  .block-grid--sm-50 .block-grid__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .block-grid--sm-50 .block-grid__item:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none; }

@media (min-width: 520px) {
  .grid--md-33 .grid__item {
    width: 33.3333%;
    float: left; }
  .grid--md-50 .grid__item {
    width: 50%;
    float: left; }
  .block-grid--md-33 .block-grid__item {
    width: 33.33333%;
    float: left; }
    .block-grid--md-33 .block-grid__item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--md-33 .block-grid__item:nth-child(3n + 2) {
      margin-left: 33.33333%;
      margin-right: -100%;
      clear: none; }
    .block-grid--md-33 .block-grid__item:nth-child(3n + 3) {
      margin-left: 66.66667%;
      margin-right: -100%;
      clear: none; }
  .block-grid--md-50 .block-grid__item {
    width: 50%;
    float: left; }
    .block-grid--md-50 .block-grid__item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--md-50 .block-grid__item:nth-child(2n + 2) {
      margin-left: 50%;
      margin-right: -100%;
      clear: none; }
    .block-grid--md-50 .block-grid__item:nth-child(2n + 2) .teaser__collapse {
      margin-left: -288px; }
  .block-grid--md-33-g .block-grid__item {
    width: 31.94444%;
    float: left; }
    .block-grid--md-33-g .block-grid__item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--md-33-g .block-grid__item:nth-child(3n + 2) {
      margin-left: 34.02778%;
      margin-right: -100%;
      clear: none; }
    .block-grid--md-33-g .block-grid__item:nth-child(3n + 3) {
      margin-left: 68.05556%;
      margin-right: -100%;
      clear: none; }
  .block-grid--md-50-g .block-grid__item {
    width: 48.95833%;
    float: left; }
    .block-grid--md-50-g .block-grid__item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--md-50-g .block-grid__item:nth-child(2n + 2) {
      margin-left: 51.04167%;
      margin-right: -100%;
      clear: none; }
    .block-grid--md-50-g .block-grid__item:nth-child(2n + 1) .teaser__collapse {
      margin-left: 0%; }
    .block-grid--md-50-g .block-grid__item:nth-child(2n + 2) .teaser__collapse {
      margin-left: -29.4rem; } }

@media (min-width: 740px) {
  .grid--lg-25 .grid__item {
    width: 25%;
    float: left; }
  .grid--lg-50 .grid__item {
    width: 50%;
    float: left; }
  .block-grid--lg-25 .block-grid__item {
    width: 25%;
    float: left; }
    .block-grid--lg-25 .block-grid__item:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--lg-25 .block-grid__item:nth-child(4n + 2) {
      margin-left: 25%;
      margin-right: -100%;
      clear: none; }
    .block-grid--lg-25 .block-grid__item:nth-child(4n + 3) {
      margin-left: 50%;
      margin-right: -100%;
      clear: none; }
    .block-grid--lg-25 .block-grid__item:nth-child(4n + 4) {
      margin-left: 75%;
      margin-right: -100%;
      clear: none; }
  .block-grid--lg-33 .block-grid__item {
    width: 33.33333%;
    float: left; }
    .block-grid--lg-33 .block-grid__item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--lg-33 .block-grid__item:nth-child(3n + 2) {
      margin-left: 33.33333%;
      margin-right: -100%;
      clear: none; }
    .block-grid--lg-33 .block-grid__item:nth-child(3n + 3) {
      margin-left: 66.66667%;
      margin-right: -100%;
      clear: none; }
    .block-grid--lg-33 .block-grid__item:nth-child(3n + 1) .teaser__collapse {
      margin-left: 0%; }
    .block-grid--lg-33 .block-grid__item:nth-child(3n + 2) .teaser__collapse {
      margin-left: -232px; }
    .block-grid--lg-33 .block-grid__item:nth-child(3n + 3) .teaser__collapse {
      margin-left: -464px; }
  .block-grid--lg-50 .block-grid__item {
    width: 50%;
    float: left; }
    .block-grid--lg-50 .block-grid__item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--lg-50 .block-grid__item:nth-child(2n + 2) {
      margin-left: 50%;
      margin-right: -100%;
      clear: none; }
  .block-grid--lg-33-g .block-grid__item {
    width: 32.18391%;
    float: left; }
    .block-grid--lg-33-g .block-grid__item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--lg-33-g .block-grid__item:nth-child(3n + 2) {
      margin-left: 33.90805%;
      margin-right: -100%;
      clear: none; }
    .block-grid--lg-33-g .block-grid__item:nth-child(3n + 3) {
      margin-left: 67.81609%;
      margin-right: -100%;
      clear: none; }
    .block-grid--lg-33-g .block-grid__item:nth-child(3n + 1) .teaser__collapse {
      margin-left: 0%; }
    .block-grid--lg-33-g .block-grid__item:nth-child(3n + 2) .teaser__collapse {
      margin-left: -23.6rem; }
    .block-grid--lg-33-g .block-grid__item:nth-child(3n + 3) .teaser__collapse {
      margin-left: -47.2rem; }
  .block-grid--lg-50-g .block-grid__item {
    width: 48.60335%;
    float: left; }
    .block-grid--lg-50-g .block-grid__item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--lg-50-g .block-grid__item:nth-child(2n + 2) {
      margin-left: 51.39665%;
      margin-right: -100%;
      clear: none; } }

@media (min-width: 1000px) {
  .grid--xl-25 .grid__item {
    width: 25%;
    float: left; }
  .block-grid--xl-25 .block-grid__item {
    width: 25%;
    float: left; }
    .block-grid--xl-25 .block-grid__item:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--xl-25 .block-grid__item:nth-child(4n + 2) {
      margin-left: 25%;
      margin-right: -100%;
      clear: none; }
    .block-grid--xl-25 .block-grid__item:nth-child(4n + 3) {
      margin-left: 50%;
      margin-right: -100%;
      clear: none; }
    .block-grid--xl-25 .block-grid__item:nth-child(4n + 4) {
      margin-left: 75%;
      margin-right: -100%;
      clear: none; }
    .block-grid--xl-25 .block-grid__item:nth-child(4n + 1) .teaser__collapse {
      margin-left: 0%; }
    .block-grid--xl-25 .block-grid__item:nth-child(4n + 2) .teaser__collapse {
      margin-left: -240px; }
    .block-grid--xl-25 .block-grid__item:nth-child(4n + 3) .teaser__collapse {
      margin-left: -480px; }
    .block-grid--xl-25 .block-grid__item:nth-child(4n + 4) .teaser__collapse {
      margin-left: -720px; }
  .block-grid--xl-33 .block-grid__item {
    width: 33.33333%;
    float: left; }
    .block-grid--xl-33 .block-grid__item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--xl-33 .block-grid__item:nth-child(3n + 2) {
      margin-left: 33.33333%;
      margin-right: -100%;
      clear: none; }
    .block-grid--xl-33 .block-grid__item:nth-child(3n + 3) {
      margin-left: 66.66667%;
      margin-right: -100%;
      clear: none; }
    .block-grid--xl-33 .block-grid__item:nth-child(3n + 1) .teaser__collapse {
      margin-left: 0%; }
    .block-grid--xl-33 .block-grid__item:nth-child(3n + 2) .teaser__collapse {
      margin-left: -320px; }
    .block-grid--xl-33 .block-grid__item:nth-child(3n + 3) .teaser__collapse {
      margin-left: -640px; }
  .block-grid--xl-50 .block-grid__item {
    width: 50%;
    float: left; }
    .block-grid--xl-50 .block-grid__item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--xl-50 .block-grid__item:nth-child(2n + 2) {
      margin-left: 50%;
      margin-right: -100%;
      clear: none; }
  .block-grid--xl-33-g .block-grid__item {
    width: 31.94154%;
    float: left; }
    .block-grid--xl-33-g .block-grid__item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--xl-33-g .block-grid__item:nth-child(3n + 2) {
      margin-left: 34.02923%;
      margin-right: -100%;
      clear: none; }
    .block-grid--xl-33-g .block-grid__item:nth-child(3n + 3) {
      margin-left: 68.05846%;
      margin-right: -100%;
      clear: none; }
    .block-grid--xl-33-g .block-grid__item:nth-child(3n + 1) .teaser__collapse {
      margin-left: 0%; }
    .block-grid--xl-33-g .block-grid__item:nth-child(3n + 2) .teaser__collapse {
      margin-left: -32.6rem; }
    .block-grid--xl-33-g .block-grid__item:nth-child(3n + 3) .teaser__collapse {
      margin-left: -65.2rem; }
  .block-grid--xl-50-g .block-grid__item {
    width: 48.97959%;
    float: left; }
    .block-grid--xl-50-g .block-grid__item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-grid--xl-50-g .block-grid__item:nth-child(2n + 2) {
      margin-left: 51.02041%;
      margin-right: -100%;
      clear: none; } }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  outline: 0;
  -webkit-overflow-scrolling: touch; }

.modal__dialog {
  position: relative; }

.modal__content {
  position: relative;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #223B70; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal__dialog {
  width: auto;
  margin: 1rem; }
  .fade .modal__dialog {
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .in .modal__dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal__content {
  background-color: #fff; }

.modal__header {
  background-color: #223B70;
  text-align: center;
  padding: 2rem 3rem;
  position: relative;
  width: 100%; }
  .modal__header h2 {
    color: #fff;
    margin-bottom: 0; }
  .modal__header .btn {
    background-color: #071243;
    position: absolute;
    top: 0;
    right: 0; }

.modal__main {
  padding: 2rem 1.5rem; }

@media (min-width: 520px) {
  .modal__dialog {
    width: 46rem;
    margin: 3rem auto; }
  .modal__header {
    padding: 4rem 3rem; }
  .modal__main {
    padding: 2rem 3rem; } }

.overlay-menu-open {
  overflow: hidden; }

.overlay-menu-backdrop {
  background-color: #223B70;
  position: absolute;
  display: none;
  z-index: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.overlay-menu {
  display: none;
  position: absolute;
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.overlay-menu__header {
  height: 9rem;
  position: relative; }
  .overlay-menu__header .btn--tertiary {
    border-color: #fff;
    color: #fff;
    position: absolute;
    top: 2.3rem;
    left: 1rem;
    z-index: 5; }

.overlay-menu__main {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .overlay-menu__main .scroll--y {
    z-index: 4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.cssanimations .nav-primary-2__item,
.cssanimations .nav-secondary-2__item {
  opacity: 0; }

.cssanimations .overlay-menu-open .nav-primary-2__item,
.cssanimations .overlay-menu-open .nav-secondary-2__item {
  -webkit-animation: fadeInUp .25s both;
          animation: fadeInUp .25s both; }

.cssanimations .overlay-menu-open .nav-primary-2__item--0 {
  -webkit-animation-delay: .34s;
          animation-delay: .34s; }

.cssanimations .overlay-menu-open .nav-primary-2__item--1 {
  -webkit-animation-delay: .38s;
          animation-delay: .38s; }

.cssanimations .overlay-menu-open .nav-primary-2__item--2 {
  -webkit-animation-delay: .42s;
          animation-delay: .42s; }

.cssanimations .overlay-menu-open .nav-primary-2__item--3 {
  -webkit-animation-delay: .46s;
          animation-delay: .46s; }

.cssanimations .overlay-menu-open .nav-primary-2__item--4 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

.cssanimations .overlay-menu-open .nav-primary-2__item--5 {
  -webkit-animation-delay: .54s;
          animation-delay: .54s; }

.cssanimations .overlay-menu-open .nav-secondary-2__item--0 {
  -webkit-animation-delay: .58s;
          animation-delay: .58s; }

.cssanimations .overlay-menu-open .nav-secondary-2__item--1 {
  -webkit-animation-delay: .62s;
          animation-delay: .62s; }

.cssanimations .overlay-menu-open .nav-secondary-2__item--2 {
  -webkit-animation-delay: .66s;
          animation-delay: .66s; }

.cssanimations .overlay-menu-open .nav-secondary-2__item--3 {
  -webkit-animation-delay: .7s;
          animation-delay: .7s; }

@media (min-width: 520px) {
  .overlay-menu__header .btn--tertiary {
    top: 3.3rem; }
  .overlay-menu__main .nav-primary-2 {
    margin-top: 10rem; } }

@media (min-width: 740px) {
  .overlay-menu-is-open {
    overflow: visible; }
  .overlay-menu,
  .overlay-menu-backdrop {
    display: none !important; }
  .overlay-downloads-is-open {
    padding-right: 1.5rem; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.overlay-downloads-open {
  overflow: hidden; }

.overlay-downloads-backdrop {
  background-color: #223B70;
  position: absolute;
  display: none;
  z-index: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.overlay-downloads {
  background-color: #fff;
  position: absolute;
  -webkit-transition: right .5s;
  transition: right .5s;
  width: 32rem;
  z-index: 2;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0; }

.overlay-downloads--open {
  right: 0; }

.overlay-downloads__header {
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .overlay-downloads__header .btn-group {
    margin-bottom: 1.5rem; }
  .overlay-downloads__header .btn--link {
    float: right; }
  .overlay-downloads__header .icon--close-primary {
    background-color: #fff;
    position: absolute;
    top: 1rem;
    right: 1rem; }
  .overlay-downloads__header .form-label {
    line-height: 2rem;
    margin-bottom: 1rem; }
  .overlay-downloads__header .form-control {
    width: 100%; }

.overlay-downloads__name {
  font-size: 2.2rem;
  line-height: 1.818181818;
  margin-bottom: 1rem; }

.overlay-downloads__main {
  position: relative;
  height: 100%;
  z-index: 3; }
  .overlay-downloads__main .scroll--y {
    z-index: 4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

@media (min-width: 520px) {
  .overlay-downloads__header .icon--close-primary {
    right: 100%;
    top: 6rem; } }

.slick {
  position: relative;
  z-index: 0; }

.slick-slider {
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
          user-select: none; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

@media (min-width: 740px) {
  .slick--default {
    min-height: 29rem; }
  .slick--home {
    height: 40rem; } }

@media (min-width: 1000px) {
  .slick--default {
    min-height: 40rem; }
  .slick--home {
    height: 55rem; } }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  box-sizing: border-box;
  -webkit-user-select: none;
          user-select: none; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4rem; }

.noUi-horizontal .noUi-handle {
  height: 3.2rem;
  position: absolute;
  top: 3rem;
  width: 2rem;
  z-index: 2;
  margin-left: -1rem; }

/* Styling;
 */
.noUi-background {
  background: #fff; }

.noUi-connect {
  background-color: #00A2E5;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-handle {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2219%22%20height%3D%2231%22%20viewBox%3D%220%200%2019%2031%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3ERectangle%2083%20%2B%20Rectangle%2088%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2%2010.383v18h15v-18L9.383%203%202%2010.383z%22%20stroke%3D%22%23263780%22%20stroke-width%3D%222%22%20fill%3D%22%23A0E3FF%22%2F%3E%3Cpath%20d%3D%22M6%2013h1v9H6v-9zm3%200h1v9H9v-9zm3%200h1v9h-1v-9z%22%20fill%3D%22%230075B0%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  cursor: default; }

/* Handle stripes;
 */
/*
* bauer.cookiePolicy.css
* ===========================================
* Copyright (c) 2012 Bauer Consumer Media Ltd
*
* Version: 0.9
* -------------------------------------------
*/
#bauerCookiePolicy .banner {
  background: #ffaa37 !important;
  font-family: "FuturaPTWebBook", sans-serif !important;
  height: auto !important; }

#bauerCookiePolicy .banner .inner {
  border: 0;
  margin: 0 auto;
  padding: .5rem !important;
  text-align: left;
  width: auto !important; }

#bauerCookiePolicy .banner .inner p {
  background-image: none !important;
  color: #6D430A !important;
  font-family: "FuturaPTWebBook", sans-serif !important;
  font-size: 1.4rem !important;
  line-height: 1 !important;
  padding: 8px 0 !important;
  width: auto !important; }

#bauerCookiePolicy .banner .inner p span {
  font-size: 1.4rem !important;
  line-height: 1 !important; }

#bauerCookiePolicy .banner .inner p a {
  color: #fff !important;
  font-size: 1.4rem !important; }

#bauerCookiePolicy .banner .inner p a:hover {
  color: #fff !important;
  text-decoration: underline !important; }

#bauerCookiePolicy.ie .banner .inner p {
  background-image: none !important; }

#bauerCookiePolicy .banner .inner p .red {
  color: #6D430A !important;
  font-weight: normal !important;
  font-family: "FuturaPTWebBold", sans-serif !important; }

#bauerCookiePolicy .banner .inner .buttons {
  font-family: "FuturaPTWebBook", sans-serif !important;
  font-size: 1.4rem !important;
  line-height: 1 !important;
  padding: 8px 0 !important; }

#bauerCookiePolicy .banner .inner .buttons a {
  background: none !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: normal !important;
  text-decoration: none !important; }

#bauerCookiePolicy .banner .inner .buttons a:hover {
  color: #fff !important;
  text-decoration: none !important; }

#bauerCookiePolicy .spacer {
  height: auto !important; }

#bauerCookiePolicyOverlay .bg {
  background: #263780 !important; }

#bauerCookiePolicyOverlay .window .content {
  padding: 3rem !important; }

#bauerCookiePolicyOverlay .window .content iframe {
  width: 100% !important; }

#bauerCookiePolicyOverlay.mobile .window .content {
  height: 56rem !important;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important; }

#bauerCookiePolicyOverlay .window .inner {
  background: #fff !important;
  padding: 0 !important; }

#bauerCookiePolicyOverlay .window .header {
  background: #223B70 !important;
  height: auto !important;
  padding: 40px 30px !important;
  text-align: center;
  position: relative; }

#bauerCookiePolicyOverlay .window .header p.title {
  background-color: #223B70 !important;
  background-image: none !important;
  color: #fff !important;
  float: none !important;
  font-family: "FuturaPTWebBold", sans-serif !important;
  font-size: 2.4rem !important;
  font-weight: normal !important;
  line-height: 1 !important;
  text-transform: uppercase;
  padding: 0 !important; }

#bauerCookiePolicyOverlay.ie .window .header p.title {
  background-image: none !important; }

#bauerCookiePolicyOverlay .window .header a.close {
  background: #071243 url("../images/icons/png/close-white.png") no-repeat 50% 50% !important;
  float: none !important;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999999px;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  display: block;
  outline: 0 none; }

#bauerCookiePolicyOverlay.ie .window .header a.close {
  background: #071243 url("../images/icons/png/close-white.png") no-repeat 50% 50% !important; }

.t-brands-all.c-brand-nav__item .c-icon {
  color: #223B70; }

.t-brands-all.c-brand-nav__item--is-active .c-brand-nav__link {
  background-color: #223B70; }

.t-brands-all.c-brand-nav__item--is-active .c-icon {
  color: #fff; }

.t-brands-magazine.c-brand-nav__item .c-icon {
  color: #FFAA37; }

.t-brands-magazine.c-brand-nav__item--is-active .c-brand-nav__link {
  background-color: #FFAA37; }

.t-brands-magazine.c-brand-nav__item--is-active .c-icon {
  color: #fff; }

.t-brands-radio.c-brand-nav__item .c-icon {
  color: #AD30F7; }

.t-brands-radio.c-brand-nav__item--is-active .c-brand-nav__link {
  background-color: #AD30F7; }

.t-brands-radio.c-brand-nav__item--is-active .c-icon {
  color: #fff; }

.t-brands-digital.c-brand-nav__item .c-icon {
  color: #86C645; }

.t-brands-digital.c-brand-nav__item--is-active .c-brand-nav__link {
  background-color: #86C645; }

.t-brands-digital.c-brand-nav__item--is-active .c-icon {
  color: #fff; }

.t-brands-tv.c-brand-nav__item .c-icon {
  color: #f61770; }

.t-brands-tv.c-brand-nav__item--is-active .c-brand-nav__link {
  background-color: #f61770; }

.t-brands-tv.c-brand-nav__item--is-active .c-icon {
  color: #fff; }

.sr {
  display: none; }

.cf::after {
  clear: both;
  content: "";
  display: table; }

.first {
  float: left; }

.last {
  float: right; }

.center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.hide,
.u-hide {
  display: none; }

.u-list-reset {
  list-style: none;
  margin-left: 0; }

.u-color-inherit {
  color: inherit; }

.u-h2 {
  font-size: 24px; }

.u-h3 {
  font-size: 20px; }

.u-line-height-1 {
  line-height: 1; }

.u-relative {
  position: relative; }

.u-sr {
  display: none; }

.u-block {
  display: block; }

.u-inline-block {
  display: inline-block; }

.u-strong {
  font-family: "FuturaPTWebBold", sans-serif; }

.u-tar {
  text-align: right; }

.u-caps {
  text-transform: uppercase; }

.u-p1 {
  padding: 0.5rem; }

.u-p2 {
  padding: 1rem; }

.u-p3 {
  padding: 2rem; }

.u-p4 {
  padding: 4rem; }

.u-black {
  color: #000; }

.u-white {
  color: #fff; }

.u-gray {
  color: #ECECEC; }

.u-dusty-gray {
  color: #989898; }

.u-blue {
  color: #00A2E5; }

.u-navy {
  color: #223B70; }

.u-saddle-brown {
  color: #5E3A00; }

.u-crusoe {
  color: #094600; }

.u-border {
  border-width: 1px;
  border-style: solid; }

.u-border-concrete {
  border-color: #F2F2F2; }

.u-bg-navy {
  background-color: #223B70; }

.u-bg-blue {
  background-color: #00A2E5; }

.u-bg-orange {
  background-color: #FFAA37; }

.u-bg-green {
  background-color: #86C645; }

.u-bg-wild-sand {
  background-color: #F6F6F6; }

.u-clearfix {
  overflow: hidden; }

.u-center {
  text-align: center; }

.u-pt3 {
  padding-top: 2rem; }

.u-mx-auto {
  margin-left: auto;
  margin-right: auto; }

.u-mb0 {
  margin-bottom: 0; }

.u-mb1 {
  margin-bottom: 0.5rem; }

.u-mb2 {
  margin-bottom: 1rem; }

.u-mb3 {
  margin-bottom: 2rem; }

.u-mb4 {
  margin-bottom: 4rem; }

.u-px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.u-py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.u-col-12 {
  width: 100%; }

@media (min-width: 520px) {
  .u-flex-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .u-col-left-md {
    float: left; }
  .u-col-right-md {
    float: right; }
  .u-col-1-2-md {
    width: 50%; }
  .u-col-1-3-md {
    width: 33.3333%; }
  .u-p0-md {
    padding: 0; }
  .u-pt0-md {
    padding-top: 0; }
  .u-pr0-md {
    padding-right: 0; }
  .u-pb0-md {
    padding-bottom: 0; }
  .u-pl0-md {
    padding-left: 0; }
  .u-px0-md {
    padding-left: 0;
    padding-right: 0; }
  .u-py0-md {
    padding-top: 0;
    padding-bottom: 0; }
  .u-p1-md {
    padding: 0.5rem; }
  .u-pt1-md {
    padding-top: 0.5rem; }
  .u-pr1-md {
    padding-right: 0.5rem; }
  .u-pb1-md {
    padding-bottom: 0.5rem; }
  .u-pl1-md {
    padding-left: 0.5rem; }
  .u-px1-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .u-py1-md {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .u-p2-md {
    padding: 1rem; }
  .u-pt2-md {
    padding-top: 1rem; }
  .u-pr2-md {
    padding-right: 1rem; }
  .u-pb2-md {
    padding-bottom: 1rem; }
  .u-pl2-md {
    padding-left: 1rem; }
  .u-px2-md {
    padding-left: 1rem;
    padding-right: 1rem; }
  .u-py2-md {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .u-p3-md {
    padding: 2rem; }
  .u-pt3-md {
    padding-top: 2rem; }
  .u-pr3-md {
    padding-right: 2rem; }
  .u-pb3-md {
    padding-bottom: 2rem; }
  .u-pl3-md {
    padding-left: 2rem; }
  .u-px3-md {
    padding-left: 2rem;
    padding-right: 2rem; }
  .u-py3-md {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .u-p4-md {
    padding: 4rem; }
  .u-pt4-md {
    padding-top: 4rem; }
  .u-pr4-md {
    padding-right: 4rem; }
  .u-pb4-md {
    padding-bottom: 4rem; }
  .u-pl4-md {
    padding-left: 4rem; }
  .u-px4-md {
    padding-left: 4rem;
    padding-right: 4rem; }
  .u-py4-md {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .u-mb0-md {
    margin-bottom: 0; }
  .u-mb1-md {
    margin-bottom: 0.5rem; }
  .u-mb2-md {
    margin-bottom: 1rem; }
  .u-mb3-md {
    margin-bottom: 2rem; }
  .u-mb4-md {
    margin-bottom: 4rem; } }

@media (min-width: 740px) {
  .u-show-lg {
    display: block; }
  .u-col-left-lg {
    float: left; }
  .u-col-right-lg {
    float: right; }
  .u-col-1-2-lg {
    width: 50%; }
  .u-col-1-3-lg {
    width: 33.33333%; }
  .u-pr2-lg {
    padding-right: 1rem; }
  .u-pl2-lg {
    padding-left: 1rem; }
  .u-mb0-lg {
    margin-bottom: 0; }
  .u-mb1-lg {
    margin-bottom: 0.5rem; }
  .u-mb2-lg {
    margin-bottom: 1rem; }
  .u-mb3-lg {
    margin-bottom: 2rem; }
  .u-mb4-lg {
    margin-bottom: 4rem; } }

@media (min-width: 1000px) {
  .u-px3-xl {
    padding-left: 2rem;
    padding-right: 2rem; }
  .u-max-width-7-xl {
    max-width: 58.33333%; } }

svg {
  max-height: 100%; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mb1 {
  margin-bottom: 1rem; }

.mt2 {
  margin-top: 2rem; }

.mb2 {
  margin-bottom: 2rem; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pr2 {
  padding-right: 2rem; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.pl2 {
  padding-left: 2rem; }

.p2 {
  padding: 2rem; }

/* Basscss Positions */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

/* Basscss Utility Layout */
.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.stretch {
  max-width: none;
  width: 100%; }

.border-box {
  box-sizing: border-box; }
