@charset "UTF-8";
@font-face {
  font-family: 'HelveticaNeueeTextPro-Roman';
  src: url("../../fonts/325F53_0_0.eot");
  src: url("../../fonts/325F53_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/325F53_0_0.woff2") format("woff2"), url("../../fonts/325F53_0_0.woff") format("woff"), url("../../fonts/325F53_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'HelveticaNeueeTextPro-Bold';
  src: url("../../fonts/325F53_1_0.eot");
  src: url("../../fonts/325F53_1_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/325F53_1_0.woff2") format("woff2"), url("../../fonts/325F53_1_0.woff") format("woff"), url("../../fonts/325F53_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaStd-Book';
  src: url("../../fonts/32639A_0_0.eot");
  src: url("../../fonts/32639A_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/32639A_0_0.woff2") format("woff2"), url("../../fonts/32639A_0_0.woff") format("woff"), url("../../fonts/32639A_0_0.ttf") format("truetype"); }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

.row {
  max-width: 87.5rem;
  margin: 0 auto; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  @media screen and (min-width: 87.5em) {
    .columns {
      padding: 0; } }

.media--loading {
  height: 200px; }
  @media screen and (min-width: 63.9375em) {
    .media--loading {
      height: 400px; } }
  @media screen and (min-width: 87.5em) {
    .media--loading {
      height: 600px; } }

.news-article--teaser .media--loading {
  height: 100px; }
  @media screen and (min-width: 63.9375em) {
    .news-article--teaser .media--loading {
      height: 200px; } }
  @media screen and (min-width: 87.5em) {
    .news-article--teaser .media--loading {
      height: 400px; } }

.paragraph--type--regional-contacts .media--loading {
  height: 100px; }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--regional-contacts .media--loading {
      height: 200px; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--regional-contacts .media--loading {
      height: 350px; } }

.media--loading::before {
  background-color: transparent;
  background-image: url(../../images/alpla-a.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  border: none;
  border-radius: 0;
  -webkit-animation: blink 1.2s infinite ease-in-out;
          animation: blink 1.2s infinite ease-in-out; }

p {
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #424242; }
  @media screen and (min-width: 40em) {
    p {
      font-size: 0.9375rem;
      line-height: 1.3125rem; } }
  @media screen and (min-width: 47.9375em) {
    p {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media screen and (min-width: 75em) {
    p {
      font-size: 1.0625rem;
      line-height: 1.625rem;
      margin-top: 1.1875rem;
      margin-bottom: 1.1875rem; } }
  p strong {
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal; }
  p a {
    color: #004c90; }

.contextual {
  position: fixed;
  right: 16px;
  bottom: 32px;
  top: auto; }

.user-login-form {
  max-width: 80%;
  width: 450px;
  margin: 10% auto 0 auto; }

.contextual .trigger {
  background-color: #004c90;
  background-image: url(../../../../../core/themes/stable/images/core/icons/ffffff/pencil.svg);
  border: 4px solid #004c90;
  height: 48px !important;
  width: 48px !important;
  border-radius: 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .contextual .trigger:hover {
    background-image: url(../../../../../core/themes/stable/images/core/icons/ffffff/pencil.svg);
    background-color: #424242;
    border-color: #424242; }

.backgroundcolor--light-grey {
  background-color: #f5f5f5; }

.backgroundcolor--grey {
  background-color: #eee; }

.backgroundcolor--blue {
  background-color: #004c90; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  25% {
    opacity: 25%; }
  50% {
    opacity: 50%; }
  75% {
    opacity: 750%; }
  100% {
    opacity: 100%; } }

@keyframes blink {
  0% {
    opacity: 0; }
  25% {
    opacity: 25%; }
  50% {
    opacity: 50%; }
  75% {
    opacity: 750%; }
  100% {
    opacity: 100%; } }

#secondary-menu--trigger {
  display: none; }

#primary-menu--trigger,
nav + #secondary-menu--trigger {
  display: block; }
  @media screen and (min-width: 75em) {
    #primary-menu--trigger,
    nav + #secondary-menu--trigger {
      display: none; } }

button.icon, label.icon {
  border: none;
  display: block;
  height: 3rem;
  width: 3rem;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  cursor: pointer; }
  button.icon:hover, label.icon:hover {
    opacity: 0.8; }

.button {
  background-color: #004c90;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-decoration: none;
  display: inline-block;
  padding: 0.25rem 1.5rem;
  border-radius: 6px;
  margin-top: 0.875rem;
  white-space: nowrap; }
  @media screen and (min-width: 63.9375em) {
    .button {
      margin-top: 2.5rem;
      font-size: 1rem;
      line-height: 1.5625rem;
      padding: 0.375rem 3rem; } }

.button--text {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #fff;
  padding-left: 0;
  padding-right: 24px;
  background-image: url(../../images/icons/icon-arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 0; }
  .button--text.active {
    background-image: url(../../images/icons/icon-arrow-up-white.svg); }

.buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 75em) {
    .buttons-list {
      width: auto; } }

.icon-globe {
  background-image: url(../../images/icons/icon-globe.png);
  background-size: 16px auto; }
  @media screen and (min-width: 75em) {
    .icon-globe {
      background-size: 20px auto; } }

.icon--arrow-right-blue {
  background-image: url(../../images/icons/icon-arrow-right-blue.svg);
  background-size: 7px auto; }

.icon-menu {
  position: relative; }
  .icon-menu span {
    background-color: #004c90;
    width: 20px;
    height: 3px;
    display: block;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear; }
    .icon-menu span::before, .icon-menu span::after {
      position: absolute;
      content: '';
      width: 20px;
      height: 3px;
      border-radius: 2px;
      background-color: #004c90;
      left: 0;
      top: -7px;
      -webkit-transform-origin: center center;
              transform-origin: center center; }
    .icon-menu span::after {
      top: auto;
      bottom: -7px; }

#secondary-menu--trigger {
  background-image: url(../../images/icons/icon-arrow-down-white.svg);
  background-repeat: no-repeat;
  width: 3rem;
  height: 2rem;
  background-position: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }

#secondary-menustate:checked ~ header #secondary-menu--trigger {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear; }

.paragraph {
  position: relative; }
  .paragraph .paragraph--label {
    position: absolute;
    background-color: #004c90;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 11px;
    color: #fff; }
  .paragraph.paragraph--type--space-between .paragraph--label {
    margin-top: -32px; }

.paragraph--type--intro h2,
.paragraph--type--facts-stats h2,
.paragraph--type--centered-small-blocks h2,
.paragraph--type--headline h2,
.paragraph--type--full-image h2 {
  font-family: 'FuturaStd-Book', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 40em) {
    .paragraph--type--intro h2,
    .paragraph--type--facts-stats h2,
    .paragraph--type--centered-small-blocks h2,
    .paragraph--type--headline h2,
    .paragraph--type--full-image h2 {
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--intro h2,
    .paragraph--type--facts-stats h2,
    .paragraph--type--centered-small-blocks h2,
    .paragraph--type--headline h2,
    .paragraph--type--full-image h2 {
      font-size: 2rem;
      line-height: 2.625rem; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--intro h2,
    .paragraph--type--facts-stats h2,
    .paragraph--type--centered-small-blocks h2,
    .paragraph--type--headline h2,
    .paragraph--type--full-image h2 {
      font-size: 2.375rem;
      line-height: 3rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--intro h2,
    .paragraph--type--facts-stats h2,
    .paragraph--type--centered-small-blocks h2,
    .paragraph--type--headline h2,
    .paragraph--type--full-image h2 {
      font-size: 2.5rem;
      line-height: 3.125rem; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--intro h2,
    .paragraph--type--facts-stats h2,
    .paragraph--type--centered-small-blocks h2,
    .paragraph--type--headline h2,
    .paragraph--type--full-image h2 {
      font-size: 2.625rem;
      line-height: 3.25rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--intro h2,
    .paragraph--type--facts-stats h2,
    .paragraph--type--centered-small-blocks h2,
    .paragraph--type--headline h2,
    .paragraph--type--full-image h2 {
      margin-bottom: 1.25rem; } }

.paragraph--type--intro h3,
.paragraph--type--facts-stats h3,
.paragraph--type--centered-small-blocks h3,
.paragraph--type--headline h3,
.paragraph--type--full-image h3 {
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #004c90;
  margin: 0;
  margin-bottom: 0.25rem; }
  @media screen and (min-width: 40em) {
    .paragraph--type--intro h3,
    .paragraph--type--facts-stats h3,
    .paragraph--type--centered-small-blocks h3,
    .paragraph--type--headline h3,
    .paragraph--type--full-image h3 {
      font-size: 1.125rem;
      line-height: 1.6875rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--intro h3,
    .paragraph--type--facts-stats h3,
    .paragraph--type--centered-small-blocks h3,
    .paragraph--type--headline h3,
    .paragraph--type--full-image h3 {
      font-size: 1.1875rem;
      line-height: 1.75rem; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--intro h3,
    .paragraph--type--facts-stats h3,
    .paragraph--type--centered-small-blocks h3,
    .paragraph--type--headline h3,
    .paragraph--type--full-image h3 {
      font-size: 1.3125rem;
      line-height: 1.875rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--intro h3,
    .paragraph--type--facts-stats h3,
    .paragraph--type--centered-small-blocks h3,
    .paragraph--type--headline h3,
    .paragraph--type--full-image h3 {
      margin-bottom: 0.5rem; } }

.messages {
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 10;
  padding: 32px;
  background-color: #fff;
  max-width: 75%; }

header.menu--primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s; }

.adminimal-admin-toolbar header.menu--primary {
  top: 2.4375rem; }

.adminimal-admin-toolbar .sidebar-menu, .adminimal-admin-toolbar .sidebar-menu ul ul.active {
  top: 8.4375rem; }

.adminimal-admin-toolbar.toolbar-tray-open header.menu--primary {
  top: 4.9375rem; }

.adminimal-admin-toolbar.toolbar-tray-open .sidebar-menu, .adminimal-admin-toolbar.toolbar-tray-open .sidebar-menu ul ul.active {
  top: 10.9375rem; }

.menustate {
  display: none; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  max-width: 5.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 47.9375em) {
    .logo {
      max-width: 7.5rem; } }
  @media screen and (min-width: 75em) {
    .logo {
      max-width: 10rem;
      position: relative;
      left: auto;
      -webkit-transform: none;
              transform: none; } }
  .logo img {
    width: 100%; }
    @media screen and (min-width: 75em) {
      .logo img {
        width: 155px; } }

.primary-menu {
  height: 3rem;
  background-color: #f5f5f5; }
  @media screen and (min-width: 75em) {
    .primary-menu {
      height: 6rem; } }
  .primary-menu .columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 75em) {
      .primary-menu .columns {
        height: 6rem; } }
  .primary-menu nav {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    background-color: #f5f5f5;
    -webkit-transition: height 0.5s linear;
    transition: height 0.5s linear; }
    @media screen and (min-width: 75em) {
      .primary-menu nav {
        position: relative;
        top: auto;
        overflow: visible;
        visibility: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80.57143%;
                flex: 0 0 80.57143%;
        padding-right: 0.625rem; } }
  .primary-menu ul:not(.contextual-links) {
    margin: 0;
    padding: 1rem 0 0 0; }
    @media screen and (min-width: 75em) {
      .primary-menu ul:not(.contextual-links) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        padding: 0; } }
    .primary-menu ul:not(.contextual-links) li {
      list-style-type: none;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: scale(1.1) translateY(-24px);
              transform: scale(1.1) translateY(-24px);
      -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.15s ease-out;
      transition: opacity 0.35s ease-out, -webkit-transform 0.15s ease-out;
      transition: opacity 0.35s ease-out, transform 0.15s ease-out;
      transition: opacity 0.35s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
      @media screen and (min-width: 75em) {
        .primary-menu ul:not(.contextual-links) li {
          opacity: 1;
          pointer-events: auto;
          -webkit-transform: none;
                  transform: none; } }
      .primary-menu ul:not(.contextual-links) li:nth-child(1) {
        -webkit-transition-delay: 100ms,100ms;
                transition-delay: 100ms,100ms; }
      .primary-menu ul:not(.contextual-links) li:nth-child(2) {
        -webkit-transition-delay: 125ms,125ms;
                transition-delay: 125ms,125ms; }
      .primary-menu ul:not(.contextual-links) li:nth-child(3) {
        -webkit-transition-delay: 150ms,150ms;
                transition-delay: 150ms,150ms; }
      .primary-menu ul:not(.contextual-links) li:nth-child(4) {
        -webkit-transition-delay: 175ms,175ms;
                transition-delay: 175ms,175ms; }
      .primary-menu ul:not(.contextual-links) li:nth-child(5) {
        -webkit-transition-delay: 200ms,200ms;
                transition-delay: 200ms,200ms; }
      .primary-menu ul:not(.contextual-links) li:nth-child(6) {
        -webkit-transition-delay: 225ms,225ms;
                transition-delay: 225ms,225ms; }
      .primary-menu ul:not(.contextual-links) li:nth-child(7) {
        -webkit-transition-delay: 250ms,250ms;
                transition-delay: 250ms,250ms; }
      .primary-menu ul:not(.contextual-links) li:nth-child(8) {
        -webkit-transition-delay: 275ms,275ms;
                transition-delay: 275ms,275ms; }
      .primary-menu ul:not(.contextual-links) li:nth-child(9) {
        -webkit-transition-delay: 300ms,300ms;
                transition-delay: 300ms,300ms; }
      .primary-menu ul:not(.contextual-links) li a {
        font-size: 1rem;
        line-height: 1.5625rem;
        color: #004c90;
        text-decoration: none;
        padding: 0.875rem 0;
        margin: 0 1.125rem;
        display: block;
        border-bottom: 1px solid rgba(0, 76, 144, 0.5); }
        @media screen and (min-width: 75em) {
          .primary-menu ul:not(.contextual-links) li a {
            padding: 0.4375rem 0;
            border-bottom: none;
            border-bottom: none; } }
        @media screen and (min-width: 75em) {
          .primary-menu ul:not(.contextual-links) li a.is-active {
            border-bottom: 2px solid #004c90; } }
        .primary-menu ul:not(.contextual-links) li a:hover {
          opacity: 0.8; }

.secondary-menu {
  height: 2.5rem;
  background-color: #004c90;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: relative; }
  @media screen and (min-width: 75em) {
    .secondary-menu {
      background-color: rgba(0, 76, 144, 0.6);
      height: 4rem; } }
  .secondary-menu .columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 2.5rem; }
    @media screen and (min-width: 75em) {
      .secondary-menu .columns {
        height: 4rem; } }
  .secondary-menu nav {
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 100%;
    background-color: #004c90;
    visibility: hidden; }
    @media screen and (min-width: 75em) {
      .secondary-menu nav {
        visibility: visible;
        position: relative;
        width: auto;
        top: auto;
        left: auto;
        background-color: transparent; } }
  .secondary-menu ul:not(.contextual-links) {
    margin: 0;
    padding: 0.5rem 0 2.125rem 0; }
    @media screen and (min-width: 75em) {
      .secondary-menu ul:not(.contextual-links) {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .secondary-menu ul:not(.contextual-links) li {
      list-style-type: none;
      list-style-type: none;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: scale(1.1) translateY(-24px);
              transform: scale(1.1) translateY(-24px);
      -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.15s ease-out;
      transition: opacity 0.35s ease-out, -webkit-transform 0.15s ease-out;
      transition: opacity 0.35s ease-out, transform 0.15s ease-out;
      transition: opacity 0.35s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
      @media screen and (min-width: 75em) {
        .secondary-menu ul:not(.contextual-links) li {
          opacity: 1;
          pointer-events: auto;
          -webkit-transform: none;
                  transform: none; } }
      .secondary-menu ul:not(.contextual-links) li:nth-child(1) {
        -webkit-transition-delay: 100ms,100ms;
                transition-delay: 100ms,100ms; }
      .secondary-menu ul:not(.contextual-links) li:nth-child(2) {
        -webkit-transition-delay: 125ms,125ms;
                transition-delay: 125ms,125ms; }
      .secondary-menu ul:not(.contextual-links) li:nth-child(3) {
        -webkit-transition-delay: 150ms,150ms;
                transition-delay: 150ms,150ms; }
      .secondary-menu ul:not(.contextual-links) li:nth-child(4) {
        -webkit-transition-delay: 175ms,175ms;
                transition-delay: 175ms,175ms; }
      .secondary-menu ul:not(.contextual-links) li:nth-child(5) {
        -webkit-transition-delay: 200ms,200ms;
                transition-delay: 200ms,200ms; }
      .secondary-menu ul:not(.contextual-links) li:nth-child(6) {
        -webkit-transition-delay: 225ms,225ms;
                transition-delay: 225ms,225ms; }
      .secondary-menu ul:not(.contextual-links) li:nth-child(7) {
        -webkit-transition-delay: 250ms,250ms;
                transition-delay: 250ms,250ms; }
      .secondary-menu ul:not(.contextual-links) li:nth-child(8) {
        -webkit-transition-delay: 275ms,275ms;
                transition-delay: 275ms,275ms; }
      .secondary-menu ul:not(.contextual-links) li:nth-child(9) {
        -webkit-transition-delay: 300ms,300ms;
                transition-delay: 300ms,300ms; }
    .secondary-menu ul:not(.contextual-links) a {
      font-size: 1rem;
      line-height: 1.5625rem;
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 0.75rem 0;
      margin: 0 1.0625rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      @media screen and (min-width: 75em) {
        .secondary-menu ul:not(.contextual-links) a {
          font-size: 1rem;
          line-height: 1.5625rem;
          padding: 0.25rem 0;
          border-bottom: none; } }
      @media screen and (min-width: 75em) {
        .secondary-menu ul:not(.contextual-links) a.is-active {
          border-bottom: 2px solid #fff; } }
      .secondary-menu ul:not(.contextual-links) a:hover {
        opacity: 0.8; }
    .secondary-menu ul:not(.contextual-links) li:last-child a {
      padding-right: 0; }
    .secondary-menu ul:not(.contextual-links) li ul {
      display: none; }
  .secondary-menu h1 {
    color: #fff;
    font-size: 1rem;
    line-height: 2.5rem;
    height: 2.5rem;
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    margin: 0; }
    @media screen and (min-width: 75em) {
      .secondary-menu h1 {
        font-size: 1.25rem;
        line-height: 4rem;
        height: 4rem;
        letter-spacing: -0.04rem; } }
    @media screen and (min-width: 87.5em) {
      .secondary-menu h1 {
        font-size: 1.375rem;
        letter-spacing: 0; } }
  @media screen and (min-width: 75em) {
    .secondary-menu.hide-heading h1 {
      width: 0px;
      overflow: hidden;
      white-space: nowrap; } }

.regional-menu {
  position: relative;
  width: 100%;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
  pointer-events: none;
  height: 0;
  overflow: hidden; }
  @media screen and (min-width: 75em) {
    .regional-menu {
      background-color: transparent;
      padding-top: 0;
      padding-bottom: 0;
      display: block;
      height: auto;
      overflow: auto;
      height: 0; } }
  .regional-menu .regional-menu--trigger {
    display: none; }
  .regional-menu #block-languageswitcher, .regional-menu #block-regioninfocus {
    visibility: hidden; }
  @media screen and (min-width: 75em) {
    .regional-menu #block-languageswitcher {
      margin: 0 auto;
      height: 4rem; } }
  .regional-menu #block-reqioninfocus {
    margin: 0 auto;
    height: 2rem; }
    @media screen and (min-width: 75em) {
      .regional-menu #block-reqioninfocus {
        height: 4rem; } }
  .regional-menu #block-languageswitcher {
    background-color: #f5f5f5; }
    @media screen and (min-width: 75em) {
      .regional-menu #block-languageswitcher {
        background-color: #eee; } }
    .regional-menu #block-languageswitcher ul {
      margin: 0 auto;
      padding: 0;
      width: 100%; }
      @media screen and (min-width: 75em) {
        .regional-menu #block-languageswitcher ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 4rem; } }
      .regional-menu #block-languageswitcher ul li {
        list-style-type: none;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: scale(1.1) translateY(-24px);
                transform: scale(1.1) translateY(-24px);
        -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.15s ease-out;
        transition: opacity 0.35s ease-out, -webkit-transform 0.15s ease-out;
        transition: opacity 0.35s ease-out, transform 0.15s ease-out;
        transition: opacity 0.35s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
        @media screen and (min-width: 75em) {
          .regional-menu #block-languageswitcher ul li {
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: none;
                    transform: none;
            -webkit-transition: none;
            transition: none; } }
        .regional-menu #block-languageswitcher ul li:nth-child(1) {
          -webkit-transition-delay: 100ms,100ms;
                  transition-delay: 100ms,100ms; }
        .regional-menu #block-languageswitcher ul li:nth-child(2) {
          -webkit-transition-delay: 125ms,125ms;
                  transition-delay: 125ms,125ms; }
        .regional-menu #block-languageswitcher ul li:nth-child(3) {
          -webkit-transition-delay: 150ms,150ms;
                  transition-delay: 150ms,150ms; }
        .regional-menu #block-languageswitcher ul li:nth-child(4) {
          -webkit-transition-delay: 175ms,175ms;
                  transition-delay: 175ms,175ms; }
        .regional-menu #block-languageswitcher ul li:nth-child(5) {
          -webkit-transition-delay: 200ms,200ms;
                  transition-delay: 200ms,200ms; }
        .regional-menu #block-languageswitcher ul li:nth-child(6) {
          -webkit-transition-delay: 225ms,225ms;
                  transition-delay: 225ms,225ms; }
        .regional-menu #block-languageswitcher ul li:nth-child(7) {
          -webkit-transition-delay: 250ms,250ms;
                  transition-delay: 250ms,250ms; }
        .regional-menu #block-languageswitcher ul li:nth-child(8) {
          -webkit-transition-delay: 275ms,275ms;
                  transition-delay: 275ms,275ms; }
        .regional-menu #block-languageswitcher ul li:nth-child(9) {
          -webkit-transition-delay: 300ms,300ms;
                  transition-delay: 300ms,300ms; }
        .regional-menu #block-languageswitcher ul li a {
          font-size: 0.875rem;
          line-height: 1.4375rem;
          display: block;
          color: #004c90;
          text-decoration: none;
          padding: 0.25rem 0;
          border-bottom: 1px solid rgba(0, 76, 144, 0.5); }
          @media screen and (min-width: 75em) {
            .regional-menu #block-languageswitcher ul li a {
              font-size: 1rem;
              line-height: 1.5625rem; } }
          @media screen and (min-width: 75em) {
            .regional-menu #block-languageswitcher ul li a {
              padding: 0.25rem 0;
              border-bottom: none; } }
          @media screen and (min-width: 75em) {
            .regional-menu #block-languageswitcher ul li a {
              padding: 0.25rem 0;
              margin: 0 1.0625rem; } }
          .regional-menu #block-languageswitcher ul li a:hover {
            opacity: 0.8; }
          @media screen and (min-width: 75em) {
            .regional-menu #block-languageswitcher ul li a.is-active {
              border-bottom: 2px solid #004c90; } }
        .regional-menu #block-languageswitcher ul li:last-child a {
          border-bottom: none; }
  .regional-menu #block-regioninfocus {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 48px;
    border-top: 1px solid #004c90;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-transition-delay: 350ms;
            transition-delay: 350ms; }
    @media screen and (min-width: 75em) {
      .regional-menu #block-regioninfocus {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgba(0, 76, 144, 0.6);
        border-top: none;
        -webkit-transition: none;
        transition: none; } }
    .regional-menu #block-regioninfocus .title--trigger {
      width: 100%; }
      @media screen and (min-width: 75em) {
        .regional-menu #block-regioninfocus .title--trigger {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          height: 4rem; } }
    .regional-menu #block-regioninfocus .toggle-menu {
      display: none; }
      @media screen and (min-width: 75em) {
        .regional-menu #block-regioninfocus .toggle-menu {
          display: block; } }
    .regional-menu #block-regioninfocus h2 {
      color: #004c90;
      font-size: 1.25rem;
      line-height: 1.625rem;
      font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
      font-weight: normal;
      margin: 0;
      padding-bottom: 8px; }
      @media screen and (min-width: 75em) {
        .regional-menu #block-regioninfocus h2 {
          color: #fff;
          font-size: 1.375rem;
          line-height: 1.5625rem;
          padding-bottom: 0; } }
    .regional-menu #block-regioninfocus .regioninfocus {
      width: 100%; }
      @media screen and (min-width: 75em) {
        .regional-menu #block-regioninfocus .regioninfocus {
          background-color: #eee;
          padding: 3.4375rem 0 2.8125rem; } }
      .regional-menu #block-regioninfocus .regioninfocus .columns {
        overflow-x: hidden; }
    .regional-menu #block-regioninfocus .background-rythm {
      width: 100%; }
      @media screen and (min-width: 75em) {
        .regional-menu #block-regioninfocus .background-rythm {
          background-repeat: repeat-x;
          background-image: repeating-linear-gradient(90deg, transparent, transparent 19.9%, #004c90 20%);
          margin-right: -1px; } }
    .regional-menu #block-regioninfocus ul {
      width: 100%;
      margin: 0 auto;
      padding: 0; }
      @media screen and (min-width: 75em) {
        .regional-menu #block-regioninfocus ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .regional-menu #block-regioninfocus ul li {
        width: 100%;
        list-style-type: none; }
        @media screen and (min-width: 75em) {
          .regional-menu #block-regioninfocus ul li {
            padding-bottom: 16px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 20%;
                    flex: 0 0 20%;
            max-width: 20%;
            pointer-events: none; } }
        .regional-menu #block-regioninfocus ul li a {
          font-size: 1rem;
          line-height: 1.5625rem;
          color: #004c90;
          text-decoration: none;
          font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
          font-weight: normal;
          display: block;
          padding: 4px 0; }
          @media screen and (min-width: 75em) {
            .regional-menu #block-regioninfocus ul li a {
              padding: 15px 15px;
              pointer-events: none; } }
          .regional-menu #block-regioninfocus ul li a:hover {
            opacity: 0.8; }
        .regional-menu #block-regioninfocus ul li:nth-child(5n+1) a {
          adding-left: 0; }
        .regional-menu #block-regioninfocus ul li ul {
          width: 100%;
          background-image: none;
          display: none; }
          .regional-menu #block-regioninfocus ul li ul ul {
            display: none; }
        .regional-menu #block-regioninfocus ul li li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; }
          @media screen and (min-width: 75em) {
            .regional-menu #block-regioninfocus ul li li {
              padding-bottom: 16px; } }
        .regional-menu #block-regioninfocus ul li li a {
          font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
          font-weight: normal;
          padding-left: 5px !important; }
          @media screen and (min-width: 75em) {
            .regional-menu #block-regioninfocus ul li li a {
              padding-left: 15px !important; } }

header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s; }

.menustate:checked ~ header {
  -webkit-transform: none;
          transform: none; }

#corporate-menustate:checked ~ header {
  z-index: 999; }
  #corporate-menustate:checked ~ header .primary-menu nav {
    visibility: visible;
    height: 100vh;
    background-color: #f5f5f5;
    z-index: 10; }
    @media screen and (min-width: 75em) {
      #corporate-menustate:checked ~ header .primary-menu nav {
        height: auto; } }
    #corporate-menustate:checked ~ header .primary-menu nav li {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: none;
              transform: none; }
  #corporate-menustate:checked ~ header #primary-menu--trigger span {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
    #corporate-menustate:checked ~ header #primary-menu--trigger span::before {
      opacity: 0; }
    #corporate-menustate:checked ~ header #primary-menu--trigger span::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      bottom: 0; }

#secondary-menustate:checked ~ header {
  z-index: 999; }
  #secondary-menustate:checked ~ header .secondary-menu {
    background-color: #004c90;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  #secondary-menustate:checked ~ header #block-mainnavigation {
    visibility: visible; }
    #secondary-menustate:checked ~ header #block-mainnavigation li {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: none;
              transform: none; }

.spacer {
  height: 3rem;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease; }
  @media screen and (min-width: 75em) {
    .spacer {
      height: 6rem; } }

#regional-menustate:checked ~ header .regional-menu {
  background-color: #f5f5f5;
  pointer-events: auto;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media screen and (min-width: 75em) {
    #regional-menustate:checked ~ header .regional-menu {
      position: relative;
      background-color: transparent;
      padding-top: 0;
      padding-bottom: 0; } }
  #regional-menustate:checked ~ header .regional-menu .regional-menu--trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 15px; }
    @media screen and (min-width: 75em) {
      #regional-menustate:checked ~ header .regional-menu .regional-menu--trigger {
        display: none; } }
    #regional-menustate:checked ~ header .regional-menu .regional-menu--trigger span {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
      #regional-menustate:checked ~ header .regional-menu .regional-menu--trigger span::before {
        opacity: 0; }
      #regional-menustate:checked ~ header .regional-menu .regional-menu--trigger span::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        bottom: 0; }
  #regional-menustate:checked ~ header .regional-menu li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none; }
    #regional-menustate:checked ~ header .regional-menu li a {
      pointer-events: auto; }

@media screen and (min-width: 75em) {
  #regional-menustate:checked ~ header.menu--secondary .regional-menu {
    margin-top: -4rem; } }

#regional-menustate:checked ~ header #block-languageswitcher, #regional-menustate:checked ~ header #block-regioninfocus {
  visibility: visible; }

#regional-menustate:checked ~ header #block-regioninfocus {
  opacity: 1; }

#regioninfocus-menustate:checked ~ header .regional-menu {
  height: 100%;
  background-color: #004c90; }
  @media screen and (min-width: 75em) {
    #regioninfocus-menustate:checked ~ header .regional-menu {
      background-color: transparent; } }
  #regioninfocus-menustate:checked ~ header .regional-menu li a {
    color: #fff;
    pointer-events: auto; }
    @media screen and (min-width: 75em) {
      #regioninfocus-menustate:checked ~ header .regional-menu li a {
        color: #004c90; } }
  #regioninfocus-menustate:checked ~ header .regional-menu #block-regioninfocus h2 {
    color: #fff; }

#regioninfocus-menustate:checked ~ header #block-regioninfocus {
  visibility: visible;
  opacity: 1; }

#regioninfocus-menustate:checked ~ header #block-languageswitcher {
  height: 0; }

#regional-menustate:checked + #regioninfocus-menustate:checked ~ header #block-languageswitcher {
  height: inherit; }

.menu--secondary + .spacer {
  height: 5.5rem;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease; }
  @media screen and (min-width: 75em) {
    .menu--secondary + .spacer {
      height: 6rem; } }

footer {
  background-image: url(../../images/alpla-a.svg);
  background-size: 12px auto;
  background-position: center 16px;
  background-repeat: no-repeat;
  background-color: #aaa;
  padding: 3rem 0; }
  @media screen and (min-width: 47.9375em) {
    footer {
      padding: 3rem 0; } }
  @media screen and (min-width: 75em) {
    footer {
      background-size: 18px auto;
      background-position: center 36px;
      padding: 5.75rem 0; } }
  footer p {
    font-size: 0.75rem;
    line-height: 1.375rem; }
    footer p strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    footer p a {
      text-decoration: none;
      color: #424242; }
  footer .wrapper {
    width: 100%;
    border-top: 2px solid #424242;
    border-bottom: 2px solid #424242;
    padding: 1.3125rem 0 0.625rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer #block-corporate-footer {
    margin-top: 0.75rem;
    width: 100%; }
    footer #block-corporate-footer ul {
      margin: 0;
      padding: 0; }
      footer #block-corporate-footer ul li {
        list-style-type: none; }
      footer #block-corporate-footer ul a {
        color: #424242;
        text-decoration: none;
        font-size: 0.75rem;
        line-height: 1.375rem; }
    @media screen and (min-width: 75em) {
      footer #block-corporate-footer > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    @media screen and (min-width: 75em) {
      footer #block-corporate-footer > ul > li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 14.28571%;
                flex: 0 0 14.28571%;
        max-width: 14.28571%; } }
    footer #block-corporate-footer > ul > li > a {
      font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
      font-weight: normal;
      border-bottom: 1px solid rgba(66, 66, 66, 0.5);
      display: block;
      padding: 4px 0; }
      @media screen and (min-width: 75em) {
        footer #block-corporate-footer > ul > li > a {
          font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
          font-weight: normal;
          border-bottom: none; } }
      footer #block-corporate-footer > ul > li > a:hover {
        opacity: 0.8; }
    footer #block-corporate-footer > ul > li.parent > a::after {
      content: '+';
      float: right;
      margin-right: 4px; }
      @media screen and (min-width: 75em) {
        footer #block-corporate-footer > ul > li.parent > a::after {
          content: ''; } }
    footer #block-corporate-footer > ul > li:last-child > a {
      border-bottom: none; }
    footer #block-corporate-footer > ul > li li:first-child {
      display: block; }
      @media screen and (min-width: 75em) {
        footer #block-corporate-footer > ul > li li:first-child {
          display: none; } }
    footer #block-corporate-footer > ul ul {
      visibility: hidden;
      height: 0; }
      @media screen and (min-width: 75em) {
        footer #block-corporate-footer > ul ul {
          visibility: visible;
          height: auto; } }
      footer #block-corporate-footer > ul ul li {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-24px);
                transform: scale(1.1) translateY(-24px);
        -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.15s ease-out;
        transition: opacity 0.35s ease-out, -webkit-transform 0.15s ease-out;
        transition: opacity 0.35s ease-out, transform 0.15s ease-out;
        transition: opacity 0.35s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
        footer #block-corporate-footer > ul ul li:nth-child(1) {
          -webkit-transition-delay: 100ms,100ms;
                  transition-delay: 100ms,100ms; }
        footer #block-corporate-footer > ul ul li:nth-child(2) {
          -webkit-transition-delay: 125ms,125ms;
                  transition-delay: 125ms,125ms; }
        footer #block-corporate-footer > ul ul li:nth-child(3) {
          -webkit-transition-delay: 150ms,150ms;
                  transition-delay: 150ms,150ms; }
        footer #block-corporate-footer > ul ul li:nth-child(4) {
          -webkit-transition-delay: 175ms,175ms;
                  transition-delay: 175ms,175ms; }
        footer #block-corporate-footer > ul ul li:nth-child(5) {
          -webkit-transition-delay: 200ms,200ms;
                  transition-delay: 200ms,200ms; }
        footer #block-corporate-footer > ul ul li:nth-child(6) {
          -webkit-transition-delay: 225ms,225ms;
                  transition-delay: 225ms,225ms; }
        footer #block-corporate-footer > ul ul li:nth-child(7) {
          -webkit-transition-delay: 250ms,250ms;
                  transition-delay: 250ms,250ms; }
        footer #block-corporate-footer > ul ul li:nth-child(8) {
          -webkit-transition-delay: 275ms,275ms;
                  transition-delay: 275ms,275ms; }
        footer #block-corporate-footer > ul ul li:nth-child(9) {
          -webkit-transition-delay: 300ms,300ms;
                  transition-delay: 300ms,300ms; }
        @media screen and (min-width: 75em) {
          footer #block-corporate-footer > ul ul li {
            opacity: 1;
            -webkit-transform: none;
                    transform: none; } }
    footer #block-corporate-footer > ul a.active + ul {
      visibility: visible;
      height: auto; }
      footer #block-corporate-footer > ul a.active + ul li {
        opacity: 1;
        -webkit-transform: none;
                transform: none; }
  footer #block-footersecond {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-top: 2.9375rem; }
    @media screen and (min-width: 75em) {
      footer #block-footersecond {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    footer #block-footersecond h2, footer #block-footersecond a {
      font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
      font-weight: normal;
      color: #424242;
      text-decoration: none;
      font-size: 0.75rem;
      line-height: 1.375rem; }
      @media screen and (min-width: 75em) {
        footer #block-footersecond h2, footer #block-footersecond a {
          padding: 0 0.5rem; } }
    footer #block-footersecond h2 {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal;
      margin: 0;
      padding-left: 0; }
    footer #block-footersecond a {
      display: block; }
    footer #block-footersecond ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      footer #block-footersecond ul li {
        list-style-type: none; }
  footer #block-footersocialmedia {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-top: 2.9375rem; }
    footer #block-footersocialmedia ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      footer #block-footersocialmedia ul li {
        list-style-type: none;
        margin: 0 0.625rem; }
        footer #block-footersocialmedia ul li:last-child {
          margin-right: 0; }
        footer #block-footersocialmedia ul li a {
          height: 1.1875rem;
          width: 1.1875rem;
          display: block;
          text-indent: 100%;
          overflow: hidden;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
        footer #block-footersocialmedia ul li:first-child a {
          background-image: url(../../images/icons/icon-xing.svg); }
        footer #block-footersocialmedia ul li:nth-child(2) a {
          background-image: url(../../images/icons/icon-linkedin.svg); }
        footer #block-footersocialmedia ul li:nth-child(3) a {
          background-image: url(../../images/icons/icon-twitter.svg); }
        footer #block-footersocialmedia ul li:nth-child(4) a {
          background-image: url(../../images/icons/icon-youtube.svg); }

.news-article h4,
.news-article--teaser h4,
.paragraph--type--recent-news-items h4 {
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #424242;
  font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
  font-weight: normal;
  color: #004c90;
  margin: 0 !important; }
  @media screen and (min-width: 40em) {
    .news-article h4,
    .news-article--teaser h4,
    .paragraph--type--recent-news-items h4 {
      font-size: 0.9375rem;
      line-height: 1.3125rem; } }
  @media screen and (min-width: 47.9375em) {
    .news-article h4,
    .news-article--teaser h4,
    .paragraph--type--recent-news-items h4 {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media screen and (min-width: 75em) {
    .news-article h4,
    .news-article--teaser h4,
    .paragraph--type--recent-news-items h4 {
      font-size: 1.0625rem;
      line-height: 1.625rem;
      margin-top: 1.1875rem;
      margin-bottom: 1.1875rem; } }
  .news-article h4 strong,
  .news-article--teaser h4 strong,
  .paragraph--type--recent-news-items h4 strong {
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal; }
  .news-article h4 a,
  .news-article--teaser h4 a,
  .paragraph--type--recent-news-items h4 a {
    color: #004c90; }

.news-article h3,
.news-article--teaser h3,
.paragraph--type--recent-news-items h3 {
  margin: 0 !important;
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #424242; }
  @media screen and (min-width: 40em) {
    .news-article h3,
    .news-article--teaser h3,
    .paragraph--type--recent-news-items h3 {
      font-size: 0.9375rem;
      line-height: 1.3125rem; } }
  @media screen and (min-width: 47.9375em) {
    .news-article h3,
    .news-article--teaser h3,
    .paragraph--type--recent-news-items h3 {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media screen and (min-width: 75em) {
    .news-article h3,
    .news-article--teaser h3,
    .paragraph--type--recent-news-items h3 {
      font-size: 1.0625rem;
      line-height: 1.625rem;
      margin-top: 1.1875rem;
      margin-bottom: 1.1875rem; } }
  .news-article h3 strong,
  .news-article--teaser h3 strong,
  .paragraph--type--recent-news-items h3 strong {
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal; }
  .news-article h3 a,
  .news-article--teaser h3 a,
  .paragraph--type--recent-news-items h3 a {
    color: #004c90; }

.news-article .share-node,
.news-article--teaser .share-node,
.paragraph--type--recent-news-items .share-node {
  margin-bottom: 2rem; }
  @media screen and (min-width: 75em) {
    .news-article .share-node,
    .news-article--teaser .share-node,
    .paragraph--type--recent-news-items .share-node {
      margin-bottom: 4.375rem; } }
  .news-article .share-node ul,
  .news-article--teaser .share-node ul,
  .paragraph--type--recent-news-items .share-node ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0; }
    .news-article .share-node ul li,
    .news-article--teaser .share-node ul li,
    .paragraph--type--recent-news-items .share-node ul li {
      list-style-type: none;
      padding: 0 0.25rem; }
      @media screen and (min-width: 75em) {
        .news-article .share-node ul li,
        .news-article--teaser .share-node ul li,
        .paragraph--type--recent-news-items .share-node ul li {
          padding: 0 0.5rem; } }
      .news-article .share-node ul li:first-child,
      .news-article--teaser .share-node ul li:first-child,
      .paragraph--type--recent-news-items .share-node ul li:first-child {
        padding-left: 0; }
      .news-article .share-node ul li a,
      .news-article--teaser .share-node ul li a,
      .paragraph--type--recent-news-items .share-node ul li a {
        display: block;
        width: 18px;
        height: 18px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        @media screen and (min-width: 75em) {
          .news-article .share-node ul li a,
          .news-article--teaser .share-node ul li a,
          .paragraph--type--recent-news-items .share-node ul li a {
            width: 22px;
            height: 22px; } }
        .news-article .share-node ul li a:hover,
        .news-article--teaser .share-node ul li a:hover,
        .paragraph--type--recent-news-items .share-node ul li a:hover {
          opacity: 0.8; }
      .news-article .share-node ul li:first-child a,
      .news-article--teaser .share-node ul li:first-child a,
      .paragraph--type--recent-news-items .share-node ul li:first-child a {
        background-image: url(../../images/icons/icon-facebook.svg); }
      .news-article .share-node ul li:nth-child(2) a,
      .news-article--teaser .share-node ul li:nth-child(2) a,
      .paragraph--type--recent-news-items .share-node ul li:nth-child(2) a {
        background-image: url(../../images/icons/icon-twitter.svg); }
      .news-article .share-node ul li:nth-child(3) a,
      .news-article--teaser .share-node ul li:nth-child(3) a,
      .paragraph--type--recent-news-items .share-node ul li:nth-child(3) a {
        background-image: url(../../images/icons/icon-letter.svg); }

.news-article {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 63.9375em) {
    .news-article {
      margin-top: 3rem;
      margin-bottom: 3rem; } }
  @media screen and (min-width: 75em) {
    .news-article {
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  .news-article header {
    width: 86.95652%;
    margin: 0 auto; }
    @media screen and (min-width: 75em) {
      .news-article header {
        width: 65.21739%; } }
  .news-article h1 {
    font-family: 'FuturaStd-Book', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0;
    color: #004c90;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 40em) {
      .news-article h1 {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
    @media screen and (min-width: 47.9375em) {
      .news-article h1 {
        font-size: 2rem;
        line-height: 2.625rem; } }
    @media screen and (min-width: 63.9375em) {
      .news-article h1 {
        font-size: 2.375rem;
        line-height: 3rem; } }
    @media screen and (min-width: 75em) {
      .news-article h1 {
        font-size: 2.5rem;
        line-height: 3.125rem; } }
    @media screen and (min-width: 87.5em) {
      .news-article h1 {
        font-size: 2.625rem;
        line-height: 3.25rem; } }
    @media screen and (min-width: 75em) {
      .news-article h1 {
        margin-top: 2.625rem;
        margin-bottom: 4.5rem; } }
  .news-article p.caption {
    width: 100%; }
  .news-article ul {
    margin: 0;
    padding: 0 0 0 1.25rem; }
    .news-article ul li {
      font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.3125rem;
      color: #424242;
      margin: 0 !important;
      margin: 0; }
      @media screen and (min-width: 40em) {
        .news-article ul li {
          font-size: 0.9375rem;
          line-height: 1.3125rem; } }
      @media screen and (min-width: 47.9375em) {
        .news-article ul li {
          font-size: 1rem;
          line-height: 1.375rem; } }
      @media screen and (min-width: 75em) {
        .news-article ul li {
          font-size: 1.0625rem;
          line-height: 1.625rem;
          margin-top: 1.1875rem;
          margin-bottom: 1.1875rem; } }
      .news-article ul li strong {
        font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
        font-weight: normal; }
      .news-article ul li a {
        color: #004c90; }
  .news-article td {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    margin: 0; }
    @media screen and (min-width: 40em) {
      .news-article td {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      .news-article td {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .news-article td {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    .news-article td strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    .news-article td a {
      color: #004c90; }
  .news-article p + table {
    margin-top: -16px; }
  .news-article .paragraph--type--news-text .text,
  .news-article .paragraph--type--news-image .image,
  .news-article .contact-footer .contact-details,
  .news-article .paragraph--type--news-downloads .downloads,
  .news-article .media-wrapper .columns {
    width: 86.95652%;
    margin: 0 auto; }
    @media screen and (min-width: 75em) {
      .news-article .paragraph--type--news-text .text,
      .news-article .paragraph--type--news-image .image,
      .news-article .contact-footer .contact-details,
      .news-article .paragraph--type--news-downloads .downloads,
      .news-article .media-wrapper .columns {
        width: 65.21739%; } }
  .news-article .contact-footer .contact-details h2 {
    font-family: 'FuturaStd-Book', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #004c90; }
    @media screen and (min-width: 40em) {
      .news-article .contact-footer .contact-details h2 {
        font-size: 1.25rem;
        line-height: 2rem; } }
    @media screen and (min-width: 47.9375em) {
      .news-article .contact-footer .contact-details h2 {
        font-size: 1.375rem;
        line-height: 2.125rem; } }
    @media screen and (min-width: 63.9375em) {
      .news-article .contact-footer .contact-details h2 {
        font-size: 1.5rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 75em) {
      .news-article .contact-footer .contact-details h2 {
        font-size: 1.625rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 87.5em) {
      .news-article .contact-footer .contact-details h2 {
        font-size: 1.75rem;
        line-height: 2.5rem; } }
  .news-article .media-wrapper h2 {
    font-family: 'FuturaStd-Book', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #004c90; }
    @media screen and (min-width: 40em) {
      .news-article .media-wrapper h2 {
        font-size: 1.25rem;
        line-height: 2rem; } }
    @media screen and (min-width: 47.9375em) {
      .news-article .media-wrapper h2 {
        font-size: 1.375rem;
        line-height: 2.125rem; } }
    @media screen and (min-width: 63.9375em) {
      .news-article .media-wrapper h2 {
        font-size: 1.5rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 75em) {
      .news-article .media-wrapper h2 {
        font-size: 1.625rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 87.5em) {
      .news-article .media-wrapper h2 {
        font-size: 1.75rem;
        line-height: 2.5rem; } }
  .news-article .media-wrapper a {
    display: block;
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal;
    color: #424242;
    text-decoration: none; }
    .news-article .media-wrapper a span {
      display: block;
      font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
      font-weight: normal;
      color: #004c90;
      background-image: url(../../images/icons/icon-arrow-down-circle.svg);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 20px 20px;
      padding-right: 2rem; }
  .news-article .media-wrapper .row + .row {
    margin-bottom: 1.5rem; }

.paragraph--type--recent-news-items > .row > .columns > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--recent-news-items > .row > .columns > div {
      margin: 0 -4px;
      width: calc(100% + 8px); } }

.news-article--recent-news-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 4px 0; }
  @media screen and (min-width: 63.9375em) {
    .news-article--recent-news-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.3333% - 8px);
              flex: 0 0 calc(33.3333% - 8px);
      max-width: calc(33.3333% - 8px);
      margin: 0 4px; } }

.news-article--recent-news-item h1,
.news-article--teaser h1 {
  font-family: 'FuturaStd-Book', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #004c90;
  color: #004c90;
  margin-bottom: 48px; }
  @media screen and (min-width: 40em) {
    .news-article--recent-news-item h1,
    .news-article--teaser h1 {
      font-size: 1.25rem;
      line-height: 2rem; } }
  @media screen and (min-width: 47.9375em) {
    .news-article--recent-news-item h1,
    .news-article--teaser h1 {
      font-size: 1.375rem;
      line-height: 2.125rem; } }
  @media screen and (min-width: 63.9375em) {
    .news-article--recent-news-item h1,
    .news-article--teaser h1 {
      font-size: 1.5rem;
      line-height: 2.25rem; } }
  @media screen and (min-width: 75em) {
    .news-article--recent-news-item h1,
    .news-article--teaser h1 {
      font-size: 1.625rem;
      line-height: 2.375rem; } }
  @media screen and (min-width: 87.5em) {
    .news-article--recent-news-item h1,
    .news-article--teaser h1 {
      font-size: 1.75rem;
      line-height: 2.5rem; } }
  @media screen and (min-width: 47.9375em) {
    .news-article--recent-news-item h1,
    .news-article--teaser h1 {
      margin-bottom: 70px; } }
  @media screen and (min-width: 63.9375em) {
    .news-article--recent-news-item h1,
    .news-article--teaser h1 {
      margin-bottom: 80px; } }
  @media screen and (min-width: 75em) {
    .news-article--recent-news-item h1,
    .news-article--teaser h1 {
      margin-bottom: 95px; } }

.news-article--recent-news-item .hyphens h1,
.news-article--teaser .hyphens h1 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.news-article--recent-news-item .wrapper,
.news-article--teaser .wrapper {
  padding: 1rem;
  width: 100%;
  height: 100%;
  position: relative; }
  @media screen and (min-width: 47.9375em) {
    .news-article--recent-news-item .wrapper,
    .news-article--teaser .wrapper {
      padding: 24px 24px 12px 24px; } }
  @media screen and (min-width: 63.9375em) {
    .news-article--recent-news-item .wrapper,
    .news-article--teaser .wrapper {
      padding: 32px 32px 16px 32px; } }
  @media screen and (min-width: 75em) {
    .news-article--recent-news-item .wrapper,
    .news-article--teaser .wrapper {
      padding: 40px 40px 20px 40px; } }

.news-article--recent-news-item .share-node,
.news-article--teaser .share-node {
  margin-top: 2rem;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear; }
  @media screen and (min-width: 63.9375em) {
    .news-article--recent-news-item .share-node,
    .news-article--teaser .share-node {
      position: absolute;
      bottom: 16px;
      margin-top: 0; } }
  .news-article--recent-news-item .share-node ul,
  .news-article--teaser .share-node ul {
    margin: 0; }

.news-article--recent-news-item a,
.news-article--teaser a {
  text-decoration: none;
  color: #004c90;
  display: block;
  width: 100%;
  height: 100%; }
  .news-article--recent-news-item a h1:hover, .news-article--recent-news-item a span:hover, .news-article--recent-news-item a h3:hover,
  .news-article--teaser a h1:hover,
  .news-article--teaser a span:hover,
  .news-article--teaser a h3:hover {
    opacity: 0.8; }

.news-article--recent-news-item a:hover .share-node,
.news-article--teaser a:hover .share-node {
  opacity: 1; }
  .news-article--recent-news-item a:hover .share-node a,
  .news-article--teaser a:hover .share-node a {
    opacity: 1; }

.news-article--teaser {
  margin-bottom: 8px; }
  .news-article--teaser:first-child {
    margin-top: 16px; }
    @media screen and (min-width: 63.9375em) {
      .news-article--teaser:first-child {
        margin-top: 24px; } }
    @media screen and (min-width: 75em) {
      .news-article--teaser:first-child {
        margin-top: 32px; } }
  .news-article--teaser header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 63.9375em) {
      .news-article--teaser header {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 39.13043%;
                flex: 0 0 39.13043%;
        max-width: 39.13043%; } }
    @media screen and (min-width: 75em) {
      .news-article--teaser header {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 26.08696%;
                flex: 0 0 26.08696%;
        max-width: 26.08696%; } }
  .news-article--teaser section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media screen and (min-width: 63.9375em) {
      .news-article--teaser section {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60.86957%;
                flex: 0 0 60.86957%;
        max-width: 60.86957%; } }
    @media screen and (min-width: 75em) {
      .news-article--teaser section {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 73.91304%;
                flex: 0 0 73.91304%;
        max-width: 73.91304%; } }

.pager--load-more {
  text-align: center;
  margin-top: 32px; }
  @media screen and (min-width: 75em) {
    .pager--load-more {
      margin-top: 64px; } }
  .pager--load-more li {
    list-style-type: none; }
  .pager--load-more a {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    color: #004c90;
    text-decoration: none; }
    @media screen and (min-width: 40em) {
      .pager--load-more a {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      .pager--load-more a {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .pager--load-more a {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    .pager--load-more a strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    .pager--load-more a a {
      color: #004c90; }
    .pager--load-more a:hover {
      opacity: 0.8; }
    .pager--load-more a::after {
      content: ' ';
      display: block;
      height: 32px;
      width: 32px;
      border-radius: 100%;
      background-color: #004c90;
      background-image: url(../../images/icons/icon-plus-circle.svg);
      background-repeat: no-repeat;
      background-position: center;
      margin: 4px auto 32px auto;
      background-size: 14px auto; }
      @media screen and (min-width: 75em) {
        .pager--load-more a::after {
          height: 64px;
          width: 64px;
          margin: 8px auto 64px auto;
          background-size: 20px auto; } }

.paragraph--type--header,
.paragraph--type--video-header {
  position: relative; }
  .paragraph--type--header .trans,
  .paragraph--type--video-header .trans {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .paragraph--type--header .text + .trans,
  .paragraph--type--video-header .text + .trans {
    background-color: rgba(0, 0, 0, 0.35); }
  .paragraph--type--header img,
  .paragraph--type--video-header img {
    width: 100%;
    display: block; }
  .paragraph--type--header .text,
  .paragraph--type--video-header .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 80%;
    z-index: 11; }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--header .text,
      .paragraph--type--video-header .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 65.21739%;
                flex: 0 0 65.21739%;
        max-width: 65.21739%;
        margin: 0 auto; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--header .text,
      .paragraph--type--video-header .text {
        max-width: 1400; } }
  .paragraph--type--header .button--link,
  .paragraph--type--video-header .button--link {
    text-align: center; }
  .paragraph--type--header h2, .paragraph--type--header p,
  .paragraph--type--video-header h2,
  .paragraph--type--video-header p {
    color: #fff;
    text-align: center; }
  .paragraph--type--header h2,
  .paragraph--type--video-header h2 {
    font-family: 'FuturaStd-Book', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0; }
    @media screen and (min-width: 40em) {
      .paragraph--type--header h2,
      .paragraph--type--video-header h2 {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--header h2,
      .paragraph--type--video-header h2 {
        font-size: 2rem;
        line-height: 2.625rem; } }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--header h2,
      .paragraph--type--video-header h2 {
        font-size: 2.375rem;
        line-height: 3rem; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--header h2,
      .paragraph--type--video-header h2 {
        font-size: 2.5rem;
        line-height: 3.125rem; } }
    @media screen and (min-width: 87.5em) {
      .paragraph--type--header h2,
      .paragraph--type--video-header h2 {
        font-size: 2.625rem;
        line-height: 3.25rem; } }
  .paragraph--type--header p,
  .paragraph--type--video-header p {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin: 0.5rem 0 0 0; }
    @media screen and (min-width: 40em) {
      .paragraph--type--header p,
      .paragraph--type--video-header p {
        font-size: 0.875rem;
        line-height: 1.0625rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--header p,
      .paragraph--type--video-header p {
        font-size: 1.0625rem;
        line-height: 1.4375rem; } }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--header p,
      .paragraph--type--video-header p {
        font-size: 1.1875rem;
        line-height: 1.5625rem;
        margin: 1rem 0 0 0; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--header p,
      .paragraph--type--video-header p {
        font-size: 1.25rem;
        line-height: 1.6875rem; } }
    @media screen and (min-width: 87.5em) {
      .paragraph--type--header p,
      .paragraph--type--video-header p {
        font-size: 1.3125rem;
        line-height: 1.75rem;
        margin: 1.375rem 0 0 0; } }

.paragraph--type--video-header {
  overflow: hidden; }
  .paragraph--type--video-header video {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--video-header video {
        width: 100%;
        height: auto;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

.paragraph--type--intro[class*="backgroundcolor"] {
  padding: 3.75rem 0 3.625rem 0; }

@media screen and (min-width: 63.9375em) {
  .paragraph--type--intro .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.21739%;
            flex: 0 0 65.21739%;
    max-width: 65.21739%;
    margin: 0 auto; } }

.paragraph--type--intro h2, .paragraph--type--intro h3 {
  color: #004c90; }

.paragraph--type--intro p {
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #424242; }
  @media screen and (min-width: 40em) {
    .paragraph--type--intro p {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--intro p {
      font-size: 1.0625rem;
      line-height: 1.4375rem; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--intro p {
      font-size: 1.1875rem;
      line-height: 1.5625rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--intro p {
      font-size: 1.25rem;
      line-height: 1.6875rem; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--intro p {
      font-size: 1.3125rem;
      line-height: 1.75rem; } }
  .paragraph--type--intro p a {
    color: #004c90; }
  .paragraph--type--intro p:first-child {
    margin-top: 0; }
  .paragraph--type--intro p:last-child {
    margin-bottom: 0; }
  .paragraph--type--intro p a.button {
    color: #fff;
    margin-top: 8px; }

.paragraph--type--intro .text--link {
  margin-top: 1rem; }
  @media screen and (min-width: 75em) {
    .paragraph--type--intro .text--link {
      margin-top: 1.5rem; } }
  .paragraph--type--intro .text--link a {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    color: #004c90;
    text-decoration: none; }
    @media screen and (min-width: 40em) {
      .paragraph--type--intro .text--link a {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--intro .text--link a {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--intro .text--link a {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    .paragraph--type--intro .text--link a strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    .paragraph--type--intro .text--link a a {
      color: #004c90; }

.paragraph--type--intro h2 + p, .paragraph--type--intro h3 + p {
  margin: 0; }

.paragraph--type--intro.centered h2, .paragraph--type--intro.centered h3, .paragraph--type--intro.centered p {
  text-align: center; }

.paragraph--type--intro.centered .text--link {
  text-align: center; }

.paragraph--type--text .text,
.paragraph--type--video .video {
  width: 100%; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--text .text,
    .paragraph--type--video .video {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 82.6087%;
              flex: 0 0 82.6087%;
      max-width: 82.6087%;
      margin: 0 auto; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--text .text,
    .paragraph--type--video .video {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 65.21739%;
              flex: 0 0 65.21739%;
      max-width: 65.21739%;
      margin: 0 auto; } }

.paragraph--type--text p {
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #424242;
  margin-top: 0; }
  @media screen and (min-width: 40em) {
    .paragraph--type--text p {
      font-size: 0.9375rem;
      line-height: 1.3125rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--text p {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--text p {
      font-size: 1.0625rem;
      line-height: 1.625rem;
      margin-top: 1.1875rem;
      margin-bottom: 1.1875rem; } }
  .paragraph--type--text p strong {
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal; }
  .paragraph--type--text p a {
    color: #004c90; }
  .paragraph--type--text p:first-child {
    margin-top: 0; }
  .paragraph--type--text p:last-child {
    margin-bottom: 0; }
  .paragraph--type--text p.align-center {
    text-align: center; }
  .paragraph--type--text p a.button {
    color: #fff;
    margin-top: 8px; }
  .paragraph--type--text p.small {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #004c90;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .paragraph--type--text p.small {
        font-size: 0.8125rem;
        line-height: 1.0625rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--text p.small {
        font-size: 0.875rem;
        line-height: 1.125rem; } }
    .paragraph--type--text p.small a {
      color: #004c90; }
    .paragraph--type--text p.small::before {
      content: '';
      border-top: 2px solid #004c90;
      display: block;
      width: 50%;
      margin: 0 auto;
      padding-bottom: 20px; }
      @media screen and (min-width: 47.9375em) {
        .paragraph--type--text p.small::before {
          width: 33.33333%;
          padding-bottom: 40px; } }

.paragraph--type--text ul {
  padding-left: 0.75rem; }
  @media screen and (min-width: 75em) {
    .paragraph--type--text ul {
      padding-left: 1.25rem; } }
  .paragraph--type--text ul li {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    margin: 0 !important; }
    @media screen and (min-width: 40em) {
      .paragraph--type--text ul li {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--text ul li {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--text ul li {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    .paragraph--type--text ul li strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    .paragraph--type--text ul li a {
      color: #004c90; }

.paragraph--type--text p.indent {
  text-indent: 15px; }
  @media screen and (min-width: 40em) {
    .paragraph--type--text p.indent {
      text-indent: 20px; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--text p.indent {
      text-indent: 30px; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--text p.indent {
      text-indent: 40px; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--text p.indent {
      text-indent: 45px; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--text p.indent {
      text-indent: 50px; } }

.paragraph--type--text h2, .paragraph--type--text blockquote p {
  font-family: 'FuturaStd-Book', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #004c90; }
  @media screen and (min-width: 40em) {
    .paragraph--type--text h2, .paragraph--type--text blockquote p {
      font-size: 1.25rem;
      line-height: 2rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--text h2, .paragraph--type--text blockquote p {
      font-size: 1.375rem;
      line-height: 2.125rem; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--text h2, .paragraph--type--text blockquote p {
      font-size: 1.5rem;
      line-height: 2.25rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--text h2, .paragraph--type--text blockquote p {
      font-size: 1.625rem;
      line-height: 2.375rem; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--text h2, .paragraph--type--text blockquote p {
      font-size: 1.75rem;
      line-height: 2.5rem; } }

.paragraph--type--text h2 {
  margin-bottom: 10px; }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--text h2 {
      margin-bottom: 19px; } }
  .paragraph--type--text h2:first-child {
    margin-top: 0; }
  .paragraph--type--text h2:last-child {
    margin-bottom: 0; }

.paragraph--type--text h3 {
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #424242;
  font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 5px; }
  @media screen and (min-width: 40em) {
    .paragraph--type--text h3 {
      font-size: 0.9375rem;
      line-height: 1.3125rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--text h3 {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--text h3 {
      font-size: 1.0625rem;
      line-height: 1.625rem;
      margin-top: 1.1875rem;
      margin-bottom: 1.1875rem; } }
  .paragraph--type--text h3 strong {
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal; }
  .paragraph--type--text h3 a {
    color: #004c90; }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--text h3 {
      margin-bottom: 7px; } }
  .paragraph--type--text h3:first-child {
    margin-top: 0; }
  .paragraph--type--text h3:last-child {
    margin-bottom: 0; }

.paragraph--type--text p + h3 {
  margin-top: 15px; }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--text p + h3 {
      margin-top: 31px; } }

.paragraph--type--text blockquote p, .paragraph--type--text blockquote p:first-child {
  text-indent: 0; }

.paragraph--type--text blockquote {
  max-width: 79.83871%;
  margin: 0 auto;
  border-top: 2px solid #004c90;
  border-bottom: 2px solid #004c90;
  padding-top: 12px;
  padding-bottom: 7px;
  margin-top: 25px;
  margin-bottom: 30px; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--text blockquote {
      padding-top: 16px;
      padding-bottom: 12px;
      margin-top: 45px;
      margin-bottom: 50px; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--text blockquote {
      padding-top: 20px;
      padding-bottom: 15px; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--text blockquote {
      padding-top: 22px;
      padding-bottom: 17px;
      margin-top: 65px;
      margin-bottom: 70px; } }
  .paragraph--type--text blockquote p {
    margin: 0; }

.paragraph--type--image-text p {
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #424242;
  margin-top: 0; }
  @media screen and (min-width: 40em) {
    .paragraph--type--image-text p {
      font-size: 0.9375rem;
      line-height: 1.3125rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--image-text p {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--image-text p {
      font-size: 1.0625rem;
      line-height: 1.625rem;
      margin-top: 1.1875rem;
      margin-bottom: 1.1875rem; } }
  .paragraph--type--image-text p strong {
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal; }
  .paragraph--type--image-text p a {
    color: #004c90; }
  .paragraph--type--image-text p:first-child {
    margin-top: 0; }
  .paragraph--type--image-text p:last-child {
    margin-bottom: 0; }
  .paragraph--type--image-text p a.button {
    color: #fff !important; }

.paragraph--type--image-text table {
  width: 100%; }

.paragraph--type--image-text td, .paragraph--type--image-text th {
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #424242;
  margin: 0;
  padding: 2px 8px;
  text-align: left; }
  @media screen and (min-width: 40em) {
    .paragraph--type--image-text td, .paragraph--type--image-text th {
      font-size: 0.9375rem;
      line-height: 1.3125rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--image-text td, .paragraph--type--image-text th {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--image-text td, .paragraph--type--image-text th {
      font-size: 1.0625rem;
      line-height: 1.625rem;
      margin-top: 1.1875rem;
      margin-bottom: 1.1875rem; } }
  .paragraph--type--image-text td strong, .paragraph--type--image-text th strong {
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal; }
  .paragraph--type--image-text td a, .paragraph--type--image-text th a {
    color: #004c90; }

.paragraph--type--image-text th {
  font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
  font-weight: normal; }

.paragraph--type--image-text h3 {
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #424242;
  font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 5px; }
  @media screen and (min-width: 40em) {
    .paragraph--type--image-text h3 {
      font-size: 0.9375rem;
      line-height: 1.3125rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--image-text h3 {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--image-text h3 {
      font-size: 1.0625rem;
      line-height: 1.625rem;
      margin-top: 1.1875rem;
      margin-bottom: 1.1875rem; } }
  .paragraph--type--image-text h3 strong {
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal; }
  .paragraph--type--image-text h3 a {
    color: #004c90; }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--image-text h3 {
      margin-bottom: 7px; } }
  .paragraph--type--image-text h3:first-child {
    margin-top: 0; }
  .paragraph--type--image-text h3:last-child {
    margin-bottom: 0; }

.paragraph--type--image-text ul {
  margin: 0;
  padding: 0 0 0 1.25rem; }
  .paragraph--type--image-text ul li {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    margin: 0 !important; }
    @media screen and (min-width: 40em) {
      .paragraph--type--image-text ul li {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--image-text ul li {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--image-text ul li {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    .paragraph--type--image-text ul li strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    .paragraph--type--image-text ul li a {
      color: #004c90; }

.paragraph--type--image-text h2 {
  font-family: 'FuturaStd-Book', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #004c90;
  margin-top: 0;
  margin-bottom: 10px; }
  @media screen and (min-width: 40em) {
    .paragraph--type--image-text h2 {
      font-size: 1.25rem;
      line-height: 2rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--image-text h2 {
      font-size: 1.375rem;
      line-height: 2.125rem; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--image-text h2 {
      font-size: 1.5rem;
      line-height: 2.25rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--image-text h2 {
      font-size: 1.625rem;
      line-height: 2.375rem; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--image-text h2 {
      font-size: 1.75rem;
      line-height: 2.5rem; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--image-text h2 {
      margin-bottom: 19px; } }

.paragraph--type--image-text .columns > .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--image-text .columns > .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 37.54386%;
              flex: 0 0 37.54386%;
      max-width: 37.54386%;
      margin-left: 4.21053%; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--image-text .columns > .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30.52632%;
              flex: 0 0 30.52632%;
      max-width: 30.52632%;
      margin-left: 4.21053%; } }

.paragraph--type--image-text .columns .media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--image-text .columns .media {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 47.85714%;
              flex: 0 0 47.85714%;
      max-width: 47.85714%; } }

.paragraph--type--image-text .columns.full-width {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 75em) {
    .paragraph--type--image-text .columns.full-width {
      padding-top: 0;
      padding-bottom: 0; } }
  .paragraph--type--image-text .columns.full-width .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem; }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--image-text .columns.full-width .text {
        margin-top: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 47.85714%;
                flex: 0 0 47.85714%;
        max-width: 47.85714%;
        margin-left: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .paragraph--type--image-text .columns.full-width .media {
    margin-right: 4.21053%; }
  .paragraph--type--image-text .columns.full-width.text .media {
    margin-right: 0; }

.paragraph--type--image-text .columns.text .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1rem; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--image-text .columns.text .text {
      margin-left: 8.42105%; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--image-text .columns.text .text {
      margin-left: 17.36842%;
      margin-bottom: 0; } }

.paragraph--type--image-text .columns.text .media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--image-text .columns.text .media {
      margin-left: 4.21053%; } }

.paragraph--type--portrait-text .portrait-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--portrait-text .portrait-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 82.6087%;
              flex: 0 0 82.6087%;
      max-width: 82.6087%;
      margin: 0 auto; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--portrait-text .portrait-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 65.21739%;
              flex: 0 0 65.21739%;
      max-width: 65.21739%;
      margin: 0 auto; } }
  .paragraph--type--portrait-text .portrait-text .media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-align: left; }
    .paragraph--type--portrait-text .portrait-text .media img {
      margin-left: 0; }
  .paragraph--type--portrait-text .portrait-text .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 5.25739%; }
  .paragraph--type--portrait-text .portrait-text .text p:first-child {
    margin-top: 0; }
  .paragraph--type--portrait-text .portrait-text .text h2 {
    font-family: 'FuturaStd-Book', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #004c90;
    margin-bottom: 10px; }
    @media screen and (min-width: 40em) {
      .paragraph--type--portrait-text .portrait-text .text h2 {
        font-size: 1.25rem;
        line-height: 2rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--portrait-text .portrait-text .text h2 {
        font-size: 1.375rem;
        line-height: 2.125rem; } }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--portrait-text .portrait-text .text h2 {
        font-size: 1.5rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--portrait-text .portrait-text .text h2 {
        font-size: 1.625rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 87.5em) {
      .paragraph--type--portrait-text .portrait-text .text h2 {
        font-size: 1.75rem;
        line-height: 2.5rem; } }
    @media screen and (min-width: 87.5em) {
      .paragraph--type--portrait-text .portrait-text .text h2 {
        margin-bottom: 19px; } }
    .paragraph--type--portrait-text .portrait-text .text h2:first-child {
      margin-top: 0; }
    .paragraph--type--portrait-text .portrait-text .text h2:last-child {
      margin-bottom: 0; }
  .paragraph--type--portrait-text .portrait-text .text h3 {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 5px; }
    @media screen and (min-width: 40em) {
      .paragraph--type--portrait-text .portrait-text .text h3 {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--portrait-text .portrait-text .text h3 {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--portrait-text .portrait-text .text h3 {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    .paragraph--type--portrait-text .portrait-text .text h3 strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    .paragraph--type--portrait-text .portrait-text .text h3 a {
      color: #004c90; }
    @media screen and (min-width: 87.5em) {
      .paragraph--type--portrait-text .portrait-text .text h3 {
        margin-bottom: 7px; } }
    .paragraph--type--portrait-text .portrait-text .text h3:first-child {
      margin-top: 0; }
    .paragraph--type--portrait-text .portrait-text .text h3:last-child {
      margin-bottom: 0; }

.paragraph--type--full-image {
  position: relative; }
  .paragraph--type--full-image img {
    display: block;
    width: 100%; }
  .paragraph--type--full-image .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .paragraph--type--full-image .text .row {
      width: 100%; }
    .paragraph--type--full-image .text .row .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 47.9375em) {
        .paragraph--type--full-image .text .row .columns {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 69.56522%;
                  flex: 0 0 69.56522%;
          max-width: 69.56522%; } }
      @media screen and (min-width: 63.9375em) {
        .paragraph--type--full-image .text .row .columns {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 60.86957%;
                  flex: 0 0 60.86957%;
          max-width: 60.86957%; } }
      @media screen and (min-width: 75em) {
        .paragraph--type--full-image .text .row .columns {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 43.47826%;
                  flex: 0 0 43.47826%;
          max-width: 43.47826%; } }
    .paragraph--type--full-image .text h2, .paragraph--type--full-image .text h3 {
      color: #fff; }
    .paragraph--type--full-image .text p {
      font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.375rem;
      color: #fff;
      margin: 0; }
      @media screen and (min-width: 40em) {
        .paragraph--type--full-image .text p {
          font-size: 1rem;
          line-height: 1.375rem; } }
      @media screen and (min-width: 47.9375em) {
        .paragraph--type--full-image .text p {
          font-size: 1.0625rem;
          line-height: 1.4375rem; } }
      @media screen and (min-width: 63.9375em) {
        .paragraph--type--full-image .text p {
          font-size: 1.1875rem;
          line-height: 1.5625rem; } }
      @media screen and (min-width: 75em) {
        .paragraph--type--full-image .text p {
          font-size: 1.25rem;
          line-height: 1.6875rem; } }
      @media screen and (min-width: 87.5em) {
        .paragraph--type--full-image .text p {
          font-size: 1.3125rem;
          line-height: 1.75rem; } }
      .paragraph--type--full-image .text p a {
        color: #004c90; }
  .paragraph--type--full-image .media--loading + .text {
    background-color: rgba(0, 0, 0, 0.1); }
  .paragraph--type--full-image.centered .text .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .paragraph--type--full-image.centered h2, .paragraph--type--full-image.centered h3, .paragraph--type--full-image.centered p {
    text-align: center; }
  .paragraph--type--full-image.centered .button--link {
    text-align: center; }

.paragraph--type--space-between .small {
  margin-top: 0.25rem; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--space-between .small {
      margin-top: 0.375rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--space-between .small {
      margin-top: 0.5rem; } }

.paragraph--type--space-between .medium {
  margin-top: 1rem; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--space-between .medium {
      margin-top: 2rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--space-between .medium {
      margin-top: 3rem; } }

.paragraph--type--space-between .large {
  margin-top: 2rem; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--space-between .large {
      margin-top: 4rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--space-between .large {
      margin-top: 6rem; } }

.paragraph--type--quote .columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.paragraph--type--quote .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.30435%;
          flex: 0 0 91.30435%;
  max-width: 91.30435%;
  text-align: center; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--quote .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 73.91304%;
              flex: 0 0 73.91304%;
      max-width: 73.91304%; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--quote .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 65.21739%;
              flex: 0 0 65.21739%;
      max-width: 65.21739%; } }

.paragraph--type--quote blockquote {
  margin: 0;
  font-family: 'FuturaStd-Book', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #004c90; }
  @media screen and (min-width: 40em) {
    .paragraph--type--quote blockquote {
      font-size: 1.25rem;
      line-height: 2rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--quote blockquote {
      font-size: 1.375rem;
      line-height: 2.125rem; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--quote blockquote {
      font-size: 1.5rem;
      line-height: 2.25rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--quote blockquote {
      font-size: 1.625rem;
      line-height: 2.375rem; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--quote blockquote {
      font-size: 1.75rem;
      line-height: 2.5rem; } }
  .paragraph--type--quote blockquote::before {
    content: '„'; }
  .paragraph--type--quote blockquote::after {
    content: '“'; }

.paragraph--type--quote p {
  font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0.5rem; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--quote p {
      margin-top: 0.9375rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--quote p {
      margin-top: 1.5625rem; } }

.paragraph--type--centered-small-blocks[class*="backgroundcolor"] {
  padding: 2rem 0 2.625rem 0; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--centered-small-blocks[class*="backgroundcolor"] {
      padding: 3.8125rem 0 4.6875rem 0; } }

.paragraph--type--centered-small-blocks .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.paragraph--type--centered-small-blocks .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: center; }
  @media screen and (min-width: 75em) {
    .paragraph--type--centered-small-blocks .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 73.91304%;
              flex: 0 0 73.91304%;
      max-width: 73.91304%; } }

.paragraph--type--centered-small-blocks .wrapper {
  width: 100%; }

.paragraph--type--centered-small-blocks h3 {
  color: #424242; }

.paragraph--type--centered-small-blocks h2 {
  color: #004c90;
  margin-bottom: 0; }

.paragraph--type--centered-small-blocks .small-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .paragraph--type--centered-small-blocks .small-blocks .paragraph {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 1.875rem 1rem 0 1rem; }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--centered-small-blocks .small-blocks .paragraph {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-top: 3.8125rem; } }
    .paragraph--type--centered-small-blocks .small-blocks .paragraph img[src*="svg"] {
      max-height: 64px; }
  .paragraph--type--centered-small-blocks .small-blocks a {
    text-decoration: none; }

.paragraph--type--centered-small-blocks .paragraph p {
  margin: 0.6875rem 0 0 0; }

.paragraph--type--facts-stats[class*="backgroundcolor"] {
  padding: 2rem 0 2.625rem 0; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--facts-stats[class*="backgroundcolor"] {
      padding: 3.8125rem 0 4.6875rem 0; } }

.paragraph--type--facts-stats .columns {
  text-align: center; }

.paragraph--type--facts-stats .wrapper {
  width: 100%; }

.paragraph--type--facts-stats a {
  text-decoration: none; }

.paragraph--type--facts-stats h2 {
  color: #004c90; }

.paragraph--type--facts-stats .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .paragraph--type--facts-stats .stats .paragraph--type--icon-stats {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-top: 1rem; }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--facts-stats .stats .paragraph--type--icon-stats {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        margin-top: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--facts-stats .stats .paragraph--type--icon-stats {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%;
        margin-top: 1.75rem; } }
    .paragraph--type--facts-stats .stats .paragraph--type--icon-stats .image {
      height: 2rem; }
      @media screen and (min-width: 47.9375em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats .image {
          height: 3rem; } }
      @media screen and (min-width: 75em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats .image {
          height: 4rem; } }
      .paragraph--type--facts-stats .stats .paragraph--type--icon-stats .image img {
        max-height: 100%;
        width: auto; }
    .paragraph--type--facts-stats .stats .paragraph--type--icon-stats h3 {
      font-family: 'FuturaStd-Book', Arial, sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin: 0;
      margin: 12px 0 0 0; }
      @media screen and (min-width: 40em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats h3 {
          font-size: 1.5rem;
          line-height: 1.75rem; } }
      @media screen and (min-width: 47.9375em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats h3 {
          font-size: 2rem;
          line-height: 2.625rem; } }
      @media screen and (min-width: 63.9375em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats h3 {
          font-size: 2.375rem;
          line-height: 3rem; } }
      @media screen and (min-width: 75em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats h3 {
          font-size: 2.5rem;
          line-height: 3.125rem; } }
      @media screen and (min-width: 87.5em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats h3 {
          font-size: 2.625rem;
          line-height: 3.25rem; } }
      @media screen and (min-width: 75em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats h3 {
          margin: 24px 0 0 0; } }
    .paragraph--type--facts-stats .stats .paragraph--type--icon-stats p {
      font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.3125rem;
      color: #424242;
      margin: 3px 0 0 0; }
      @media screen and (min-width: 40em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats p {
          font-size: 0.9375rem;
          line-height: 1.3125rem; } }
      @media screen and (min-width: 47.9375em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats p {
          font-size: 1rem;
          line-height: 1.375rem; } }
      @media screen and (min-width: 75em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats p {
          font-size: 1.0625rem;
          line-height: 1.625rem;
          margin-top: 1.1875rem;
          margin-bottom: 1.1875rem; } }
      .paragraph--type--facts-stats .stats .paragraph--type--icon-stats p strong {
        font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
        font-weight: normal; }
      .paragraph--type--facts-stats .stats .paragraph--type--icon-stats p a {
        color: #004c90; }
      @media screen and (min-width: 75em) {
        .paragraph--type--facts-stats .stats .paragraph--type--icon-stats p {
          margin: 13px 0 0 0; } }
    .paragraph--type--facts-stats .stats .paragraph--type--icon-stats h3, .paragraph--type--facts-stats .stats .paragraph--type--icon-stats p {
      color: #004c90; }

@media screen and (min-width: 63.9375em) {
  .paragraph--type--facts-stats.narrow .wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.21739%;
            flex: 0 0 65.21739%;
    max-width: 65.21739%;
    margin: 0 auto; } }

@media screen and (min-width: 75em) {
  .paragraph--type--facts-stats.narrow .wrapper .stats .paragraph--type--icon-stats {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

.paragraph--type--timeline .columns {
  display: block; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--timeline .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      max-width: 91.30435%;
      margin: 0 auto; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--timeline .columns {
      max-width: 82.6087%;
      margin: 0 auto; } }

.paragraph--type--timeline h3 {
  font-family: 'FuturaStd-Book', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0;
  color: #004c90;
  position: relative; }
  @media screen and (min-width: 40em) {
    .paragraph--type--timeline h3 {
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--timeline h3 {
      font-size: 2rem;
      line-height: 2.625rem; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--timeline h3 {
      font-size: 2.375rem;
      line-height: 3rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--timeline h3 {
      font-size: 2.5rem;
      line-height: 3.125rem; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--timeline h3 {
      font-size: 2.625rem;
      line-height: 3.25rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--timeline h3 {
      padding-left: 20px; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--timeline h3::after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      background-color: #004c90;
      border-radius: 100%;
      position: absolute;
      left: -4px;
      top: 15px;
      margin-right: 10px; } }

.paragraph--type--timeline .paragraph--type--timeline-entry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--timeline .paragraph--type--timeline-entry {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .paragraph--type--timeline .paragraph--type--timeline-entry:nth-child(2n+1) .year {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right; }
  .paragraph--type--timeline .paragraph--type--timeline-entry:nth-child(2n+1) .image-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .paragraph--type--timeline .paragraph--type--timeline-entry:nth-child(2n+1) h3 {
    padding-left: 0; }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--timeline .paragraph--type--timeline-entry:nth-child(2n+1) h3 {
        padding-right: 20px; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--timeline .paragraph--type--timeline-entry:nth-child(2n+1) h3::after {
        left: auto;
        right: -4px;
        margin-right: 0;
        margin-left: 10px; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--timeline .paragraph--type--timeline-entry:nth-child(2n+2) {
      margin-top: 50px; } }
  .paragraph--type--timeline .paragraph--type--timeline-entry:nth-child(2n+2) .year::after {
    display: none; }
  .paragraph--type--timeline .paragraph--type--timeline-entry:last-child .year::after,
  .paragraph--type--timeline .paragraph--type--timeline-entry.no-line .year::after {
    display: none; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--timeline .paragraph--type--timeline-entry.more-text {
      margin-top: -40px; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--timeline .paragraph--type--timeline-entry.no-line h3::before {
      content: '';
      height: 100%;
      width: 2px;
      display: inline-block;
      background-color: #004c90;
      position: absolute;
      top: 15px;
      right: -1px; } }

.paragraph--type--timeline .year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--timeline .year::after {
      content: '';
      height: 100%;
      width: 2px;
      display: inline-block;
      background-color: #004c90;
      position: absolute;
      top: 15px;
      right: -1px; } }

.paragraph--type--timeline .image-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%); }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.loaded {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-hdx {
  overflow-x: hidden; }

.tns-hdy {
  overflow-y: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.paragraph--type--image-slider[class*="backgroundcolor"] {
  padding: 0.5rem 0 0.75rem 0; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--image-slider[class*="backgroundcolor"] {
      padding: 1rem 0 1.375rem 0; } }

.paragraph--type--image-slider .tns-outer {
  max-width: 87.5rem;
  margin: 0 auto;
  position: relative; }

.paragraph--type--image-slider .tns-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--image-slider .tns-inner {
      width: 85.71429%; } }
  .paragraph--type--image-slider .tns-inner p {
    margin: 0; }
    .paragraph--type--image-slider .tns-inner p.caption-title {
      margin-top: 0.25rem; }

.paragraph--type--image-slider .tns-nav {
  display: none; }

.paragraph--type--image-slider .tns-controls button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  overflow: hidden;
  text-indent: 100%;
  background-color: #fff;
  border: none;
  padding: 0;
  background-image: url(../../images/icons/icon-arrow-left-blue.svg);
  background-repeat: no-repeat;
  background-position: 47% center;
  background-size: 10px 20px;
  left: 1rem;
  z-index: 1;
  outline: none; }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--image-slider .tns-controls button {
      height: 3rem;
      width: 3rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--image-slider .tns-controls button {
      height: 4rem;
      width: 4rem; } }
  @media screen and (min-width: 87.5em) {
    .paragraph--type--image-slider .tns-controls button {
      left: 0;
      background-color: #aaa;
      background-image: url(../../images/icons/icon-arrow-left-white.svg); } }
  .paragraph--type--image-slider .tns-controls button:hover {
    opacity: 0.8; }
  .paragraph--type--image-slider .tns-controls button:last-child {
    background-image: url(../../images/icons/icon-arrow-right-blue.svg);
    background-position: center center;
    right: 1rem;
    left: auto; }
    @media screen and (min-width: 87.5em) {
      .paragraph--type--image-slider .tns-controls button:last-child {
        right: 0;
        background-image: url(../../images/icons/icon-arrow-right-white.svg); } }

.paragraph--type--full-image-slider .tns-nav {
  display: none; }

.paragraph--type--full-image-slider .tns-controls button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  overflow: hidden;
  text-indent: 100%;
  background-color: #fff;
  border: none;
  padding: 0;
  background-image: url(../../images/icons/icon-arrow-left-blue.svg);
  background-repeat: no-repeat;
  background-position: 47% center;
  background-size: 10px 20px;
  left: 1rem;
  z-index: 1;
  outline: none; }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--full-image-slider .tns-controls button {
      height: 3rem;
      width: 3rem; } }
  @media screen and (min-width: 75em) {
    .paragraph--type--full-image-slider .tns-controls button {
      height: 4rem;
      width: 4rem; } }
  .paragraph--type--full-image-slider .tns-controls button:hover {
    opacity: 0.8; }
  .paragraph--type--full-image-slider .tns-controls button:last-child {
    background-image: url(../../images/icons/icon-arrow-right-blue.svg);
    background-position: center center;
    right: 1rem;
    left: auto; }

.paragraph--type--headline[class*="backgroundcolor"] {
  padding: 1rem 0 0.75rem 0; }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--headline[class*="backgroundcolor"] {
      padding: 2rem 0 1.375rem 0; } }

.paragraph--type--headline h2 {
  color: #004c90;
  margin: 0;
  width: 100%; }

.paragraph--type--headline a {
  text-decoration: none;
  width: 100%; }
  .paragraph--type--headline a:hover {
    opacity: 0.8; }

.paragraph--type--headline.centered h2 {
  text-align: center; }

.paragraph--type--news-big-image {
  margin-bottom: 0.375rem; }
  @media screen and (min-width: 75em) {
    .paragraph--type--news-big-image {
      margin-bottom: 1.125rem; } }
  .paragraph--type--news-big-image .image {
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 75em) {
      .paragraph--type--news-big-image .image {
        max-width: 82.6087%; } }

.paragraph--type--news-big-image .caption,
.paragraph--type--news-image .caption {
  margin-top: 4px; }
  @media screen and (min-width: 75em) {
    .paragraph--type--news-big-image .caption,
    .paragraph--type--news-image .caption {
      margin-top: 10px; } }

.paragraph--type--news-image {
  margin-top: 2rem;
  margin-bottom: 0.875rem; }
  @media screen and (min-width: 75em) {
    .paragraph--type--news-image {
      margin-top: 3.375rem;
      margin-bottom: 2rem; } }
  .paragraph--type--news-image .image {
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 75em) {
      .paragraph--type--news-image .image {
        max-width: 82.6087%; } }

.row + .paragraph--type--news-image {
  margin-top: 0; }

.paragraph--type--news-text .text {
  width: 86.95652%;
  margin: 0 auto; }
  @media screen and (min-width: 75em) {
    .paragraph--type--news-text .text {
      width: 65.21739%; } }
  .paragraph--type--news-text .text h2 {
    font-family: 'FuturaStd-Book', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #004c90; }
    @media screen and (min-width: 40em) {
      .paragraph--type--news-text .text h2 {
        font-size: 1.25rem;
        line-height: 2rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--news-text .text h2 {
        font-size: 1.375rem;
        line-height: 2.125rem; } }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--news-text .text h2 {
        font-size: 1.5rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--news-text .text h2 {
        font-size: 1.625rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 87.5em) {
      .paragraph--type--news-text .text h2 {
        font-size: 1.75rem;
        line-height: 2.5rem; } }
  .paragraph--type--news-text .text p.intro {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media screen and (min-width: 40em) {
      .paragraph--type--news-text .text p.intro {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--news-text .text p.intro {
        font-size: 1.0625rem;
        line-height: 1.4375rem; } }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--news-text .text p.intro {
        font-size: 1.1875rem;
        line-height: 1.5625rem; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--news-text .text p.intro {
        font-size: 1.25rem;
        line-height: 1.6875rem; } }
    @media screen and (min-width: 87.5em) {
      .paragraph--type--news-text .text p.intro {
        font-size: 1.3125rem;
        line-height: 1.75rem; } }
    .paragraph--type--news-text .text p.intro a {
      color: #004c90; }

.paragraph--type--news-downloads + .paragraph--type--news-downloads {
  margin-top: 8px; }

.paragraph--type--news-downloads .downloads {
  background-color: #f5f5f5; }
  .paragraph--type--news-downloads .downloads a {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    margin: 0 !important;
    padding: 0.75rem 1.25rem;
    color: #004c90;
    text-decoration: none;
    display: block;
    background-image: url(../../images/icons/icon-arrow-down-circle.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 20px 20px; }
    @media screen and (min-width: 40em) {
      .paragraph--type--news-downloads .downloads a {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--news-downloads .downloads a {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .paragraph--type--news-downloads .downloads a {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    .paragraph--type--news-downloads .downloads a strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    .paragraph--type--news-downloads .downloads a a {
      color: #004c90; }
    @media screen and (min-width: 75em) {
      .paragraph--type--news-downloads .downloads a {
        padding: 1.5rem 2.5rem;
        background-position: calc(100% - 40px) center; } }

.paragraph--type--news-text + .paragraph--type--news-downloads {
  margin-top: 1rem; }
  @media screen and (min-width: 75em) {
    .paragraph--type--news-text + .paragraph--type--news-downloads {
      margin-top: 2.125rem; } }

.paragraph--type--news-downloads + .paragraph--type--news-text {
  margin-top: 1rem; }
  @media screen and (min-width: 75em) {
    .paragraph--type--news-downloads + .paragraph--type--news-text {
      margin-top: 2.125rem; } }

#locations {
  width: 100%; }

#block-views-block-locations-block-1 {
  width: 100%; }
  #block-views-block-locations-block-1 table {
    width: 100%;
    border-spacing: 0 8px; }
    #block-views-block-locations-block-1 table tr {
      background-color: #f5f5f5;
      margin-bottom: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    #block-views-block-locations-block-1 table td {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      vertical-align: top;
      padding: 0.5rem 1rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #block-views-block-locations-block-1 table td:first-child {
        padding: 0.875rem 1rem 1rem 1rem; }
        @media screen and (min-width: 63.9375em) {
          #block-views-block-locations-block-1 table td:first-child {
            padding: 1.5625rem 1.75rem 1.75rem 1.75rem; } }
      @media screen and (min-width: 63.9375em) {
        #block-views-block-locations-block-1 table td {
          padding: 1.5625rem 1.75rem 1.75rem 1.75rem;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%;
          max-width: 25%; } }
  #block-views-block-locations-block-1 .table-cell {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    #block-views-block-locations-block-1 .table-cell .top {
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: 100%;
      margin-bottom: 0.5rem; }
      @media screen and (min-width: 47.9375em) {
        #block-views-block-locations-block-1 .table-cell .top {
          margin-bottom: 1rem; } }
      @media screen and (min-width: 75em) {
        #block-views-block-locations-block-1 .table-cell .top {
          margin-bottom: 2.875rem; } }
    #block-views-block-locations-block-1 .table-cell .bottom {
      -ms-flex-item-align: end;
          align-self: flex-end;
      width: 100%; }
  #block-views-block-locations-block-1 h3 {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    @media screen and (min-width: 40em) {
      #block-views-block-locations-block-1 h3 {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      #block-views-block-locations-block-1 h3 {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      #block-views-block-locations-block-1 h3 {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    #block-views-block-locations-block-1 h3 strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    #block-views-block-locations-block-1 h3 a {
      color: #004c90; }
  #block-views-block-locations-block-1 p {
    margin: 0; }
    #block-views-block-locations-block-1 p.telephone {
      margin-top: 1.1875rem; }
      @media screen and (min-width: 40em) {
        #block-views-block-locations-block-1 p.telephone {
          margin-top: 1.3125rem; } }
      @media screen and (min-width: 47.9375em) {
        #block-views-block-locations-block-1 p.telephone {
          margin-top: 1.375rem; } }
      @media screen and (min-width: 63.9375em) {
        #block-views-block-locations-block-1 p.telephone {
          margin-top: 1.625rem; } }
    #block-views-block-locations-block-1 p.fax, #block-views-block-locations-block-1 p.telephone {
      color: #004c90; }
  #block-views-block-locations-block-1 a {
    color: #004c90;
    text-decoration: none; }
  #block-views-block-locations-block-1 .location-logo {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%; }
    #block-views-block-locations-block-1 .location-logo img {
      margin: 0 auto 7px 0;
      height: 19.63636px;
      width: auto;
      display: block; }
    #block-views-block-locations-block-1 .location-logo.four-eleven img {
      height: 13.09091px; }
    #block-views-block-locations-block-1 .location-logo.six-eleven img {
      height: 19.63636px; }
    #block-views-block-locations-block-1 .location-logo.eleven-eleven img {
      height: 36px; }

.directions a {
  display: block;
  padding-left: 20px;
  background-image: url(../../images/icons/icon-pin.svg);
  background-repeat: no-repeat;
  background-position: left 1px;
  background-size: auto 14px;
  text-decoration: none; }
  @media screen and (min-width: 63.9375em) {
    .directions a {
      padding-left: 24px;
      background-size: 15px 20px; } }

.vcard a {
  display: block;
  padding-left: 20px;
  background-image: url(../../images/icons/icon-journal.svg);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: auto 12px;
  text-decoration: none; }
  @media screen and (min-width: 63.9375em) {
    .vcard a {
      padding-left: 24px;
      background-size: 15px 18px; } }

#map {
  width: 100%;
  height: 320px;
  margin-bottom: 8px; }
  @media screen and (min-width: 47.9375em) {
    #map {
      height: 480px; } }
  @media screen and (min-width: 75em) {
    #map {
      height: 600px; } }
  @media screen and (min-width: 87.5em) {
    #map {
      height: 640px; } }
  #map .mapboxgl-marker {
    width: 17px;
    height: 22px;
    cursor: pointer;
    background-image: url(../../images/icons/icon-pin-white-border-blue.svg); }
  #map .mapboxgl-ctrl-group {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f5f5f5;
    border-radius: 0; }
    #map .mapboxgl-ctrl-group > button {
      border-bottom: none; }
    #map .mapboxgl-ctrl-group .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23004c90%3B%27%20d%3D%27M%2010%206%20C%209.446%206%209%206.4459904%209%207%20L%209%209%20L%207%209%20C%206.446%209%206%209.446%206%2010%20C%206%2010.554%206.446%2011%207%2011%20L%209%2011%20L%209%2013%20C%209%2013.55401%209.446%2014%2010%2014%20C%2010.554%2014%2011%2013.55401%2011%2013%20L%2011%2011%20L%2013%2011%20C%2013.554%2011%2014%2010.554%2014%2010%20C%2014%209.446%2013.554%209%2013%209%20L%2011%209%20L%2011%207%20C%2011%206.4459904%2010.554%206%2010%206%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
    #map .mapboxgl-ctrl-group .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23004c90%3B%27%20d%3D%27m%207%2C9%20c%20-0.554%2C0%20-1%2C0.446%20-1%2C1%200%2C0.554%200.446%2C1%201%2C1%20l%206%2C0%20c%200.554%2C0%201%2C-0.446%201%2C-1%200%2C-0.554%20-0.446%2C-1%20-1%2C-1%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
    #map .mapboxgl-ctrl-group .mapboxgl-ctrl-compass {
      display: none; }

.paragraph--type--global-presence .filter,
.paragraph--type--gtc .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  background-color: #f5f5f5; }
  .paragraph--type--global-presence .filter select,
  .paragraph--type--gtc .filter select {
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #424242;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem 1rem;
    cursor: pointer;
    position: relative;
    background-image: url(../../images/icons/icon-arrow-down-grey.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    margin: 0; }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--global-presence .filter select,
      .paragraph--type--gtc .filter select {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--global-presence .filter select,
      .paragraph--type--gtc .filter select {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 1rem;
        background-position: calc(100% - 32px) center; } }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--global-presence .filter select,
      .paragraph--type--gtc .filter select {
        padding: 1.75rem; } }
    .paragraph--type--global-presence .filter select:hover,
    .paragraph--type--gtc .filter select:hover {
      opacity: 0.8; }
    .paragraph--type--global-presence .filter select::after,
    .paragraph--type--gtc .filter select::after {
      content: ' ';
      display: block;
      width: 12px;
      height: 12px;
      background-color: red;
      position: absolute;
      right: 0;
      top: 50%; }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--global-presence .filter select.country,
      .paragraph--type--gtc .filter select.country {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333% - 48px);
                flex: 0 0 calc(33.33333% - 48px);
        max-width: calc(33.33333% - 48px); } }
  .paragraph--type--global-presence .filter .search-wrapper,
  .paragraph--type--gtc .filter .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 8px; }
    @media screen and (min-width: 47.9375em) {
      .paragraph--type--global-presence .filter .search-wrapper,
      .paragraph--type--gtc .filter .search-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        max-width: 40px;
        margin-right: 8px;
        padding-bottom: 0; } }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--global-presence .filter .search-wrapper,
      .paragraph--type--gtc .filter .search-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32px;
                flex: 0 0 32px;
        max-width: 32px;
        margin-right: 12px; } }
    .paragraph--type--global-presence .filter .search-wrapper input,
    .paragraph--type--gtc .filter .search-wrapper input {
      border: 1px solid #004c90;
      border-radius: 100%;
      height: 36px;
      width: 36px;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear;
      background-color: transparent;
      background-image: url(../../images/icons/icon-search.svg);
      background-size: 18px auto;
      background-repeat: no-repeat;
      background-position: center center;
      color: transparent; }
      @media screen and (min-width: 47.9375em) {
        .paragraph--type--global-presence .filter .search-wrapper input,
        .paragraph--type--gtc .filter .search-wrapper input {
          height: 28px;
          width: 28px;
          background-size: 14px auto;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media screen and (min-width: 63.9375em) {
        .paragraph--type--global-presence .filter .search-wrapper input,
        .paragraph--type--gtc .filter .search-wrapper input {
          border: 1px solid #004c90;
          height: 36px;
          width: 36px;
          background-size: 18px auto; } }
      .paragraph--type--global-presence .filter .search-wrapper input:focus,
      .paragraph--type--gtc .filter .search-wrapper input:focus {
        width: 160px;
        border-radius: 2px;
        padding: 4px;
        background-color: #fff;
        background-size: 12px auto;
        background-position: calc(100% - 8px) center;
        color: #004c90;
        font-size: 0.875rem;
        line-height: 1.4375rem; }
        @media screen and (min-width: 75em) {
          .paragraph--type--global-presence .filter .search-wrapper input:focus,
          .paragraph--type--gtc .filter .search-wrapper input:focus {
            font-size: 1rem;
            line-height: 1.5625rem; } }

.paragraph--type--regional-contacts {
  margin-top: 8px; }
  @media screen and (min-width: 75em) {
    .paragraph--type--regional-contacts {
      margin-top: 72px; } }

#block-views-block-regional-contacts-block-1 {
  width: 100%; }
  #block-views-block-regional-contacts-block-1 .location {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    background-color: #f5f5f5;
    margin-bottom: 8px; }
  #block-views-block-regional-contacts-block-1 .columns {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0px;
        flex-basis: 0px;
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 47.9375em) {
      #block-views-block-regional-contacts-block-1 .columns {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px;
        max-width: auto; } }
    #block-views-block-regional-contacts-block-1 .columns .media, #block-views-block-regional-contacts-block-1 .columns img {
      width: 100%; }
  #block-views-block-regional-contacts-block-1 h2 {
    font-family: 'FuturaStd-Book', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #004c90;
    margin-top: 1.625rem;
    margin-bottom: 0.75rem; }
    @media screen and (min-width: 40em) {
      #block-views-block-regional-contacts-block-1 h2 {
        font-size: 1.25rem;
        line-height: 2rem; } }
    @media screen and (min-width: 47.9375em) {
      #block-views-block-regional-contacts-block-1 h2 {
        font-size: 1.375rem;
        line-height: 2.125rem; } }
    @media screen and (min-width: 63.9375em) {
      #block-views-block-regional-contacts-block-1 h2 {
        font-size: 1.5rem;
        line-height: 2.25rem; } }
    @media screen and (min-width: 75em) {
      #block-views-block-regional-contacts-block-1 h2 {
        font-size: 1.625rem;
        line-height: 2.375rem; } }
    @media screen and (min-width: 87.5em) {
      #block-views-block-regional-contacts-block-1 h2 {
        font-size: 1.75rem;
        line-height: 2.5rem; } }
    @media screen and (min-width: 63.9375em) {
      #block-views-block-regional-contacts-block-1 h2 {
        margin-top: 3.625rem;
        margin-bottom: 2rem; } }
  #block-views-block-regional-contacts-block-1 h3 {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal;
    margin: 0 !important; }
    @media screen and (min-width: 40em) {
      #block-views-block-regional-contacts-block-1 h3 {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      #block-views-block-regional-contacts-block-1 h3 {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      #block-views-block-regional-contacts-block-1 h3 {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    #block-views-block-regional-contacts-block-1 h3 strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    #block-views-block-regional-contacts-block-1 h3 a {
      color: #004c90; }
  #block-views-block-regional-contacts-block-1 p {
    margin: 0; }
  #block-views-block-regional-contacts-block-1 .email {
    word-break: break-all; }
  #block-views-block-regional-contacts-block-1 .wrapper {
    padding: 1rem; }
    @media screen and (min-width: 47.9375em) {
      #block-views-block-regional-contacts-block-1 .wrapper {
        padding: 1.5rem; } }
    @media screen and (min-width: 75em) {
      #block-views-block-regional-contacts-block-1 .wrapper {
        padding: 2.375rem 2.5rem; } }
  #block-views-block-regional-contacts-block-1 .directions {
    margin-top: 1.0625rem; }
    @media screen and (min-width: 63.9375em) {
      #block-views-block-regional-contacts-block-1 .directions {
        margin-top: 1.625rem; } }

#block-views-block-gtc-block-1 {
  width: 100%; }
  #block-views-block-gtc-block-1 table {
    width: 100%;
    border-spacing: 0 8px; }
    #block-views-block-gtc-block-1 table tr {
      background-color: #f5f5f5;
      margin-bottom: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    #block-views-block-gtc-block-1 table td {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      vertical-align: top;
      padding: 0.5rem 1rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #block-views-block-gtc-block-1 table td:first-child {
        padding: 0.875rem 1rem 1rem 1rem; }
        @media screen and (min-width: 63.9375em) {
          #block-views-block-gtc-block-1 table td:first-child {
            padding: 1.5625rem 1.75rem 1.75rem 1.75rem; } }
      @media screen and (min-width: 63.9375em) {
        #block-views-block-gtc-block-1 table td {
          padding: 1.5625rem 1.75rem 1.75rem 1.75rem;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33%;
                  flex: 0 0 33%;
          max-width: 33%; } }
  #block-views-block-gtc-block-1 .table-cell {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    #block-views-block-gtc-block-1 .table-cell .top {
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: 100%; }
    #block-views-block-gtc-block-1 .table-cell .bottom {
      -ms-flex-item-align: end;
          align-self: flex-end;
      width: 100%; }
  #block-views-block-gtc-block-1 h3 {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
    font-weight: normal;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    @media screen and (min-width: 40em) {
      #block-views-block-gtc-block-1 h3 {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      #block-views-block-gtc-block-1 h3 {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      #block-views-block-gtc-block-1 h3 {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    #block-views-block-gtc-block-1 h3 strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    #block-views-block-gtc-block-1 h3 a {
      color: #004c90; }
  #block-views-block-gtc-block-1 p {
    margin: 0; }
  #block-views-block-gtc-block-1 a {
    color: #004c90;
    text-decoration: none; }
  #block-views-block-gtc-block-1 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%; }
  #block-views-block-gtc-block-1 .edit {
    width: 100%;
    margin-top: 16px; }

.paragraph--type--gtc .filter {
  margin-top: 8px; }
  @media screen and (min-width: 75em) {
    .paragraph--type--gtc .filter {
      margin-top: 72px; } }

.paragraph--type--square-blocks ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .paragraph--type--square-blocks ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    position: relative; }
    @media screen and (min-width: 40em) {
      .paragraph--type--square-blocks ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media screen and (min-width: 63.9375em) {
      .paragraph--type--square-blocks ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    .paragraph--type--square-blocks ul li.no-image::before {
      display: block;
      content: "";
      padding-top: 100%; }
    .paragraph--type--square-blocks ul li img {
      display: block; }
    .paragraph--type--square-blocks ul li .content {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .paragraph--type--square-blocks ul li .content.flex-end {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .paragraph--type--square-blocks ul li .content .text {
        text-align: center;
        padding: 16px; }
        @media screen and (min-width: 63.9375em) {
          .paragraph--type--square-blocks ul li .content .text {
            padding: 24px; } }
      .paragraph--type--square-blocks ul li .content h3 {
        font-family: 'FuturaStd-Book', Arial, sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: #004c90;
        font-family: 'FuturaStd-Book', Arial, sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.05rem; }
        @media screen and (min-width: 40em) {
          .paragraph--type--square-blocks ul li .content h3 {
            font-size: 1.25rem;
            line-height: 2rem; } }
        @media screen and (min-width: 47.9375em) {
          .paragraph--type--square-blocks ul li .content h3 {
            font-size: 1.375rem;
            line-height: 2.125rem; } }
        @media screen and (min-width: 63.9375em) {
          .paragraph--type--square-blocks ul li .content h3 {
            font-size: 1.5rem;
            line-height: 2.25rem; } }
        @media screen and (min-width: 75em) {
          .paragraph--type--square-blocks ul li .content h3 {
            font-size: 1.625rem;
            line-height: 2.375rem; } }
        @media screen and (min-width: 87.5em) {
          .paragraph--type--square-blocks ul li .content h3 {
            font-size: 1.75rem;
            line-height: 2.5rem; } }
    .paragraph--type--square-blocks ul li.textcolor--white h3, .paragraph--type--square-blocks ul li.textcolor--white p {
      color: #fff; }
    .paragraph--type--square-blocks ul li:hover .content {
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear;
      background-color: rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 75em) {
  .paragraph--type--square-blocks.small-blocks ul {
    max-width: 73.91304%; } }

.paragraph--type--square-blocks.small-blocks ul li.textcolor--white .content h3, .paragraph--type--square-blocks.small-blocks ul li.textcolor--white .content p {
  color: #fff; }

.paragraph--type--square-blocks.small-blocks ul li .content h3 {
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #004c90;
  margin: 0;
  font-family: 'FuturaStd-Book', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem; }
  @media screen and (min-width: 40em) {
    .paragraph--type--square-blocks.small-blocks ul li .content h3 {
      font-size: 1.125rem;
      line-height: 1.6875rem; } }
  @media screen and (min-width: 47.9375em) {
    .paragraph--type--square-blocks.small-blocks ul li .content h3 {
      font-size: 1.1875rem;
      line-height: 1.75rem; } }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--square-blocks.small-blocks ul li .content h3 {
      font-size: 1.3125rem;
      line-height: 1.875rem; } }

.block-breadcrumbs ol {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .block-breadcrumbs ol li {
    list-style-type: none;
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 0.625rem;
    color: #424242;
    padding: 0 0.75rem 0 0.5rem;
    position: relative; }
    @media screen and (min-width: 63.9375em) {
      .block-breadcrumbs ol li {
        font-size: 0.875rem;
        padding: 0 1.125rem 0 0.75rem; } }
    .block-breadcrumbs ol li a {
      display: inline-block;
      color: #424242;
      text-decoration: none; }
    .block-breadcrumbs ol li::after {
      position: absolute;
      right: 0;
      display: inline-block;
      content: '';
      background-image: url(../../images/icons/icon-arrow-right.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left center;
      height: 12px;
      width: 0.375rem; }
      @media screen and (min-width: 75em) {
        .block-breadcrumbs ol li::after {
          height: 16px;
          width: 0.5rem;
          margin-left: 10px; } }
    .block-breadcrumbs ol li:last-child::after {
      display: none; }

footer .block-breadcrumbs li:first-child {
  padding-left: 0; }
  footer .block-breadcrumbs li:first-child a {
    background-image: url(../../images/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 1px;
    width: 45px;
    height: 16px;
    text-indent: 100%;
    overflow: hidden;
    padding: 0; }
    @media screen and (min-width: 75em) {
      footer .block-breadcrumbs li:first-child a {
        width: 86px;
        height: 16px;
        background-position: center; } }

.paragraph--type--breadcrumb .block-breadcrumbs li::after,
.webform .block-breadcrumbs li::after {
  background-size: 6px auto; }

.paragraph--type--breadcrumb .block-breadcrumbs li:first-child,
.webform .block-breadcrumbs li:first-child {
  display: none; }

.paragraph--type--breadcrumb .block-breadcrumbs ol,
.webform .block-breadcrumbs ol {
  margin-left: -0.5rem; }
  @media screen and (min-width: 63.9375em) {
    .paragraph--type--breadcrumb .block-breadcrumbs ol,
    .webform .block-breadcrumbs ol {
      margin-left: -0.75rem; } }

.paragraph--type--breadcrumb .block-breadcrumbs a,
.webform .block-breadcrumbs a {
  color: #004c90; }

.webform .block-breadcrumbs {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%; }
  @media screen and (min-width: 63.9375em) {
    .webform .block-breadcrumbs {
      padding-top: 32px;
      padding-bottom: 32px; } }

.webform .form {
  margin-bottom: 48px; }
  @media screen and (min-width: 63.9375em) {
    .webform .form {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 65.21739%;
              flex: 0 0 65.21739%;
      max-width: 65.21739%;
      margin: 0 auto; } }
  @media screen and (min-width: 63.9375em) {
    .webform .form {
      margin-bottom: 92px; } }
  .webform .form .js-form-item {
    position: relative;
    margin-bottom: 20px; }
  .webform .form label {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    margin: 0 !important;
    padding: 0 30px 0 0;
    color: #818181;
    display: block;
    width: 100%;
    z-index: 2; }
    @media screen and (min-width: 40em) {
      .webform .form label {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      .webform .form label {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .webform .form label {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    .webform .form label strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    .webform .form label a {
      color: #004c90; }
  .webform .form .js-form-type-email label,
  .webform .form .js-form-type-textfield label,
  .webform .form .js-form-type-textarea label {
    padding: 15px 30px;
    position: absolute;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .webform .form .description {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #004c90;
    text-align: center;
    text-align: left; }
    @media screen and (min-width: 40em) {
      .webform .form .description {
        font-size: 0.8125rem;
        line-height: 1.0625rem; } }
    @media screen and (min-width: 47.9375em) {
      .webform .form .description {
        font-size: 0.875rem;
        line-height: 1.125rem; } }
    .webform .form .description a {
      color: #004c90; }
  .webform .form .form-item-privacy input, .webform .form .form-item-privacy label {
    display: inline-block; }
  .webform .form .form-item-privacy input {
    width: 1rem; }
  .webform .form .form-item-privacy label {
    width: calc(100% - 3rem); }
  .webform .form input[type=text],
  .webform .form input[type=email],
  .webform .form textarea {
    display: block;
    width: 100%;
    border: none;
    padding: 15px 30px;
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: #EBEBEB; }
    @media screen and (min-width: 40em) {
      .webform .form input[type=text],
      .webform .form input[type=email],
      .webform .form textarea {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      .webform .form input[type=text],
      .webform .form input[type=email],
      .webform .form textarea {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .webform .form input[type=text],
      .webform .form input[type=email],
      .webform .form textarea {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    .webform .form input[type=text] strong,
    .webform .form input[type=email] strong,
    .webform .form textarea strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    .webform .form input[type=text] a,
    .webform .form input[type=email] a,
    .webform .form textarea a {
      color: #004c90; }
    .webform .form input[type=text]:focus + label, .webform .form input[type=text]:valid + label,
    .webform .form input[type=email]:focus + label,
    .webform .form input[type=email]:valid + label,
    .webform .form textarea:focus + label,
    .webform .form textarea:valid + label {
      font-size: 8px;
      top: -15px; }
  .webform .form input[type=submit] {
    background-color: #004c90;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-decoration: none;
    display: inline-block;
    padding: 0.25rem 1.5rem;
    border-radius: 32px;
    margin-top: 0.5rem;
    white-space: nowrap;
    border: none; }
    @media screen and (min-width: 63.9375em) {
      .webform .form input[type=submit] {
        font-size: 1rem;
        line-height: 1.5625rem;
        padding: 0.375rem 3rem; } }
  .webform .form .webform-confirmation__message {
    font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #424242; }
    @media screen and (min-width: 40em) {
      .webform .form .webform-confirmation__message {
        font-size: 0.9375rem;
        line-height: 1.3125rem; } }
    @media screen and (min-width: 47.9375em) {
      .webform .form .webform-confirmation__message {
        font-size: 1rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 75em) {
      .webform .form .webform-confirmation__message {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-top: 1.1875rem;
        margin-bottom: 1.1875rem; } }
    .webform .form .webform-confirmation__message strong {
      font-family: 'HelveticaNeueeTextPro-Bold', Arial, sans-serif;
      font-weight: normal; }
    .webform .form .webform-confirmation__message a {
      color: #004c90; }

#sliding-popup .popup-content #popup-text p {
  padding-top: 12px;
  font-family: 'HelveticaNeueeTextPro-Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #004c90;
  text-align: center;
  text-align: left; }
  @media screen and (min-width: 40em) {
    #sliding-popup .popup-content #popup-text p {
      font-size: 0.8125rem;
      line-height: 1.0625rem; } }
  @media screen and (min-width: 47.9375em) {
    #sliding-popup .popup-content #popup-text p {
      font-size: 0.875rem;
      line-height: 1.125rem; } }
  #sliding-popup .popup-content #popup-text p a {
    color: #004c90; }

#sliding-popup .popup-content #popup-buttons .agree-button, #sliding-popup .popup-content #popup-buttons .find-more-button {
  background: #004c90 !important;
  color: #fff;
  font-size: 0.875rem !important;
  line-height: 1.375rem !important;
  text-decoration: none;
  display: inline-block;
  padding: 0.25rem 1.5rem !important;
  border-radius: 6px;
  white-space: nowrap;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none !important;
  border: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 63.9375em) {
    #sliding-popup .popup-content #popup-buttons .agree-button, #sliding-popup .popup-content #popup-buttons .find-more-button {
      font-size: 1rem;
      line-height: 1.5625rem;
      padding: 0.375rem 3rem !important; } }

@media screen and (min-width: 63.9375em) {
  .paragraph--type--image .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.21739%;
            flex: 0 0 65.21739%;
    max-width: 65.21739%;
    margin: 0 auto; } }

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