@charset "UTF-8";
/* charset removed */
/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

h1 {
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h2 {
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h3, .bpa-footer-navigation-headline {
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h4, .bpa-horizontal-areatitle, .bpa-address-title {
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h5,
h6 {
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

p {
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
}

b,
strong {
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
}

em,
i, .bpa-figcaption .bpa-license {
  font-family: "BundesSansWeb-Italic", Arial, Helvetica, sans-serif;
  font-style: normal;
}

.bpa-area-tile-toggledown .bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-teaser-title-icon, .bpa-footer-sub-headline, .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text, .bpa-teaser-banner-module .bpa-breakingnews-related .bpa-topline-title,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-title,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-title-text,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-info,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-link-download .bpa-link-text-title,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-time,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-time time {
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
}

ol.rte--list li:before, .bpa-module-tile-row .bpa-link-download .bpa-link-text-title, a .bpa-tab-topline,
a .bpa-tab-title, .bpa-row-tile-teaser .bpa-teaser-text-wrapper .bpa-teaser-title, .bpa-teaser-related .bpa-link-download .bpa-link-text-title, .bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-teaser-title, .bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-teaser-title-icon, .bpa-area-tile-inner .bpa-teaser-image-wrapper .bpa-teaser-info .bpa-teaser-title, .bpa-teaser-banner-text-quote .bpa-teaser-quote {
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
}

.bpa-module-title .bpa-teaser-title-text, .bpa-link-small, .bpa-ticker-item-header, .bpa-footer-headline, .bpa-keywords-header, .bpa-raffle-teaser .bpa-topline-title, .bpa-quiz-teaser .bpa-topline-title, .bpa-teaser-banner-module .bpa-topline-title,
.bpa-teaser-banner-module .bpa-topline-icon-before-title, .bpa-raffle-topline, .bpa-quiz-topline {
  font-family: "BundesSansWeb-Bold";
  text-transform: uppercase;
}

.bpa-table {
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.bpa-richtext .bpa-link,
.bpa-short-text .bpa-link, .RichTextIntLink, #bpa-map-popup-content .bpa-link, .bpa-search-result-list .bpa-link, .bpa-raffle-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-link-small {
  border-bottom: 1px solid #0071ad;
  color: #111314;
  text-decoration: none;
  border-bottom: 1px solid #0071ad;
}

.bpa-porcelain .bpa-richtext .bpa-link, .bpa-richtext .bpa-porcelain .bpa-link,
.bpa-porcelain .bpa-short-text .bpa-link, .bpa-short-text .bpa-porcelain .bpa-link, .bpa-porcelain .RichTextIntLink, .bpa-porcelain #bpa-map-popup-content .bpa-link, #bpa-map-popup-content .bpa-porcelain .bpa-link, .bpa-porcelain .bpa-search-result-list .bpa-link, .bpa-search-result-list .bpa-porcelain .bpa-link, .bpa-porcelain .bpa-raffle-morelink .bpa-link-small, .bpa-raffle-morelink .bpa-porcelain .bpa-link-small, .bpa-porcelain .bpa-quiz-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-porcelain .bpa-link-small {
  border-bottom: 1px solid #0071ad;
}

.bpa-shark .bpa-richtext .bpa-link, .bpa-richtext .bpa-shark .bpa-link,
.bpa-shark .bpa-short-text .bpa-link, .bpa-short-text .bpa-shark .bpa-link, .bpa-shark .RichTextIntLink, .bpa-shark #bpa-map-popup-content .bpa-link, #bpa-map-popup-content .bpa-shark .bpa-link, .bpa-shark .bpa-search-result-list .bpa-link, .bpa-search-result-list .bpa-shark .bpa-link, .bpa-shark .bpa-raffle-morelink .bpa-link-small, .bpa-raffle-morelink .bpa-shark .bpa-link-small, .bpa-shark .bpa-quiz-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-shark .bpa-link-small {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-richtext .bpa-link, .bpa-richtext .bpa-regal-blue .bpa-link,
.bpa-regal-blue .bpa-short-text .bpa-link, .bpa-short-text .bpa-regal-blue .bpa-link, .bpa-regal-blue .RichTextIntLink, .bpa-regal-blue #bpa-map-popup-content .bpa-link, #bpa-map-popup-content .bpa-regal-blue .bpa-link, .bpa-regal-blue .bpa-search-result-list .bpa-link, .bpa-search-result-list .bpa-regal-blue .bpa-link, .bpa-regal-blue .bpa-raffle-morelink .bpa-link-small, .bpa-raffle-morelink .bpa-regal-blue .bpa-link-small, .bpa-regal-blue .bpa-quiz-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-regal-blue .bpa-link-small,
.bpa-deep-cerulean .bpa-richtext .bpa-link,
.bpa-richtext .bpa-deep-cerulean .bpa-link,
.bpa-deep-cerulean .bpa-short-text .bpa-link,
.bpa-short-text .bpa-deep-cerulean .bpa-link,
.bpa-deep-cerulean .RichTextIntLink,
.bpa-deep-cerulean #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-deep-cerulean .bpa-link,
.bpa-deep-cerulean .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-deep-cerulean .bpa-link,
.bpa-deep-cerulean .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-deep-cerulean .bpa-link-small,
.bpa-deep-cerulean .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-deep-cerulean .bpa-link-small,
.bpa-twitter .bpa-richtext .bpa-link,
.bpa-richtext .bpa-twitter .bpa-link,
.bpa-twitter .bpa-short-text .bpa-link,
.bpa-short-text .bpa-twitter .bpa-link,
.bpa-twitter .RichTextIntLink,
.bpa-twitter #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-twitter .bpa-link,
.bpa-twitter .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-twitter .bpa-link,
.bpa-twitter .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-twitter .bpa-link-small,
.bpa-twitter .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-twitter .bpa-link-small,
.bpa-monza .bpa-richtext .bpa-link,
.bpa-richtext .bpa-monza .bpa-link,
.bpa-monza .bpa-short-text .bpa-link,
.bpa-short-text .bpa-monza .bpa-link,
.bpa-monza .RichTextIntLink,
.bpa-monza #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-monza .bpa-link,
.bpa-monza .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-monza .bpa-link,
.bpa-monza .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-monza .bpa-link-small,
.bpa-monza .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-monza .bpa-link-small,
.bpa-mojo .bpa-richtext .bpa-link,
.bpa-richtext .bpa-mojo .bpa-link,
.bpa-mojo .bpa-short-text .bpa-link,
.bpa-short-text .bpa-mojo .bpa-link,
.bpa-mojo .RichTextIntLink,
.bpa-mojo #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-mojo .bpa-link,
.bpa-mojo .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-mojo .bpa-link,
.bpa-mojo .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-mojo .bpa-link-small,
.bpa-mojo .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-mojo .bpa-link-small,
.bpa-blue-lagoon .bpa-richtext .bpa-link,
.bpa-richtext .bpa-blue-lagoon .bpa-link,
.bpa-blue-lagoon .bpa-short-text .bpa-link,
.bpa-short-text .bpa-blue-lagoon .bpa-link,
.bpa-blue-lagoon .RichTextIntLink,
.bpa-blue-lagoon #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-blue-lagoon .bpa-link,
.bpa-blue-lagoon .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-blue-lagoon .bpa-link,
.bpa-blue-lagoon .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-blue-lagoon .bpa-link-small,
.bpa-blue-lagoon .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-blue-lagoon .bpa-link-small,
.bpa-tropical-rain-forest .bpa-richtext .bpa-link,
.bpa-richtext .bpa-tropical-rain-forest .bpa-link,
.bpa-tropical-rain-forest .bpa-short-text .bpa-link,
.bpa-short-text .bpa-tropical-rain-forest .bpa-link,
.bpa-tropical-rain-forest .RichTextIntLink,
.bpa-tropical-rain-forest #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-tropical-rain-forest .bpa-link,
.bpa-tropical-rain-forest .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-tropical-rain-forest .bpa-link,
.bpa-tropical-rain-forest .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-tropical-rain-forest .bpa-link-small,
.bpa-tropical-rain-forest .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-tropical-rain-forest .bpa-link-small,
.bpa-bossanova .bpa-richtext .bpa-link,
.bpa-richtext .bpa-bossanova .bpa-link,
.bpa-bossanova .bpa-short-text .bpa-link,
.bpa-short-text .bpa-bossanova .bpa-link,
.bpa-bossanova .RichTextIntLink,
.bpa-bossanova #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-bossanova .bpa-link,
.bpa-bossanova .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-bossanova .bpa-link,
.bpa-bossanova .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-bossanova .bpa-link-small,
.bpa-bossanova .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-bossanova .bpa-link-small,
.bpa-aqua-deep .bpa-richtext .bpa-link,
.bpa-richtext .bpa-aqua-deep .bpa-link,
.bpa-aqua-deep .bpa-short-text .bpa-link,
.bpa-short-text .bpa-aqua-deep .bpa-link,
.bpa-aqua-deep .RichTextIntLink,
.bpa-aqua-deep #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-aqua-deep .bpa-link,
.bpa-aqua-deep .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-aqua-deep .bpa-link,
.bpa-aqua-deep .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-aqua-deep .bpa-link-small,
.bpa-aqua-deep .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-aqua-deep .bpa-link-small,
.bpa-claret .bpa-richtext .bpa-link,
.bpa-richtext .bpa-claret .bpa-link,
.bpa-claret .bpa-short-text .bpa-link,
.bpa-short-text .bpa-claret .bpa-link,
.bpa-claret .RichTextIntLink,
.bpa-claret #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-claret .bpa-link,
.bpa-claret .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-claret .bpa-link,
.bpa-claret .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-claret .bpa-link-small,
.bpa-claret .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-claret .bpa-link-small {
  border-bottom: 1px solid #fff;
}

.bpa-saffron .bpa-richtext .bpa-link, .bpa-richtext .bpa-saffron .bpa-link,
.bpa-saffron .bpa-short-text .bpa-link, .bpa-short-text .bpa-saffron .bpa-link, .bpa-saffron .RichTextIntLink, .bpa-saffron #bpa-map-popup-content .bpa-link, #bpa-map-popup-content .bpa-saffron .bpa-link, .bpa-saffron .bpa-search-result-list .bpa-link, .bpa-search-result-list .bpa-saffron .bpa-link, .bpa-saffron .bpa-raffle-morelink .bpa-link-small, .bpa-raffle-morelink .bpa-saffron .bpa-link-small, .bpa-saffron .bpa-quiz-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-saffron .bpa-link-small {
  border-bottom: 1px solid #111314;
}

.bpa-white .bpa-richtext .bpa-link, .bpa-richtext .bpa-white .bpa-link,
.bpa-white .bpa-short-text .bpa-link, .bpa-short-text .bpa-white .bpa-link, .bpa-white .RichTextIntLink, .bpa-white #bpa-map-popup-content .bpa-link, #bpa-map-popup-content .bpa-white .bpa-link, .bpa-white .bpa-search-result-list .bpa-link, .bpa-search-result-list .bpa-white .bpa-link, .bpa-white .bpa-raffle-morelink .bpa-link-small, .bpa-raffle-morelink .bpa-white .bpa-link-small, .bpa-white .bpa-quiz-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-white .bpa-link-small {
  border-bottom: 1px solid #0071ad;
}

.bpa-porcelain .bpa-richtext .bpa-link, .bpa-richtext .bpa-porcelain .bpa-link,
.bpa-porcelain .bpa-short-text .bpa-link, .bpa-short-text .bpa-porcelain .bpa-link, .bpa-porcelain .RichTextIntLink, .bpa-porcelain #bpa-map-popup-content .bpa-link, #bpa-map-popup-content .bpa-porcelain .bpa-link, .bpa-porcelain .bpa-search-result-list .bpa-link, .bpa-search-result-list .bpa-porcelain .bpa-link, .bpa-porcelain .bpa-raffle-morelink .bpa-link-small, .bpa-raffle-morelink .bpa-porcelain .bpa-link-small, .bpa-porcelain .bpa-quiz-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-porcelain .bpa-link-small, .bpa-saffron .bpa-richtext .bpa-link, .bpa-richtext .bpa-saffron .bpa-link,
.bpa-saffron .bpa-short-text .bpa-link, .bpa-short-text .bpa-saffron .bpa-link, .bpa-saffron .RichTextIntLink, .bpa-saffron #bpa-map-popup-content .bpa-link, #bpa-map-popup-content .bpa-saffron .bpa-link, .bpa-saffron .bpa-search-result-list .bpa-link, .bpa-search-result-list .bpa-saffron .bpa-link, .bpa-saffron .bpa-raffle-morelink .bpa-link-small, .bpa-raffle-morelink .bpa-saffron .bpa-link-small, .bpa-saffron .bpa-quiz-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-saffron .bpa-link-small {
  color: #111314;
}

.bpa-shark .bpa-richtext .bpa-link, .bpa-richtext .bpa-shark .bpa-link,
.bpa-shark .bpa-short-text .bpa-link, .bpa-short-text .bpa-shark .bpa-link, .bpa-shark .RichTextIntLink, .bpa-shark #bpa-map-popup-content .bpa-link, #bpa-map-popup-content .bpa-shark .bpa-link, .bpa-shark .bpa-search-result-list .bpa-link, .bpa-search-result-list .bpa-shark .bpa-link, .bpa-shark .bpa-raffle-morelink .bpa-link-small, .bpa-raffle-morelink .bpa-shark .bpa-link-small, .bpa-shark .bpa-quiz-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-shark .bpa-link-small, .bpa-regal-blue .bpa-richtext .bpa-link, .bpa-richtext .bpa-regal-blue .bpa-link,
.bpa-regal-blue .bpa-short-text .bpa-link, .bpa-short-text .bpa-regal-blue .bpa-link, .bpa-regal-blue .RichTextIntLink, .bpa-regal-blue #bpa-map-popup-content .bpa-link, #bpa-map-popup-content .bpa-regal-blue .bpa-link, .bpa-regal-blue .bpa-search-result-list .bpa-link, .bpa-search-result-list .bpa-regal-blue .bpa-link, .bpa-regal-blue .bpa-raffle-morelink .bpa-link-small, .bpa-raffle-morelink .bpa-regal-blue .bpa-link-small, .bpa-regal-blue .bpa-quiz-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-regal-blue .bpa-link-small,
.bpa-deep-cerulean .bpa-richtext .bpa-link,
.bpa-richtext .bpa-deep-cerulean .bpa-link,
.bpa-deep-cerulean .bpa-short-text .bpa-link,
.bpa-short-text .bpa-deep-cerulean .bpa-link,
.bpa-deep-cerulean .RichTextIntLink,
.bpa-deep-cerulean #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-deep-cerulean .bpa-link,
.bpa-deep-cerulean .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-deep-cerulean .bpa-link,
.bpa-deep-cerulean .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-deep-cerulean .bpa-link-small,
.bpa-deep-cerulean .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-deep-cerulean .bpa-link-small,
.bpa-twitter .bpa-richtext .bpa-link,
.bpa-richtext .bpa-twitter .bpa-link,
.bpa-twitter .bpa-short-text .bpa-link,
.bpa-short-text .bpa-twitter .bpa-link,
.bpa-twitter .RichTextIntLink,
.bpa-twitter #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-twitter .bpa-link,
.bpa-twitter .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-twitter .bpa-link,
.bpa-twitter .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-twitter .bpa-link-small,
.bpa-twitter .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-twitter .bpa-link-small,
.bpa-monza .bpa-richtext .bpa-link,
.bpa-richtext .bpa-monza .bpa-link,
.bpa-monza .bpa-short-text .bpa-link,
.bpa-short-text .bpa-monza .bpa-link,
.bpa-monza .RichTextIntLink,
.bpa-monza #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-monza .bpa-link,
.bpa-monza .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-monza .bpa-link,
.bpa-monza .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-monza .bpa-link-small,
.bpa-monza .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-monza .bpa-link-small,
.bpa-mojo .bpa-richtext .bpa-link,
.bpa-richtext .bpa-mojo .bpa-link,
.bpa-mojo .bpa-short-text .bpa-link,
.bpa-short-text .bpa-mojo .bpa-link,
.bpa-mojo .RichTextIntLink,
.bpa-mojo #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-mojo .bpa-link,
.bpa-mojo .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-mojo .bpa-link,
.bpa-mojo .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-mojo .bpa-link-small,
.bpa-mojo .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-mojo .bpa-link-small,
.bpa-blue-lagoon .bpa-richtext .bpa-link,
.bpa-richtext .bpa-blue-lagoon .bpa-link,
.bpa-blue-lagoon .bpa-short-text .bpa-link,
.bpa-short-text .bpa-blue-lagoon .bpa-link,
.bpa-blue-lagoon .RichTextIntLink,
.bpa-blue-lagoon #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-blue-lagoon .bpa-link,
.bpa-blue-lagoon .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-blue-lagoon .bpa-link,
.bpa-blue-lagoon .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-blue-lagoon .bpa-link-small,
.bpa-blue-lagoon .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-blue-lagoon .bpa-link-small,
.bpa-tropical-rain-forest .bpa-richtext .bpa-link,
.bpa-richtext .bpa-tropical-rain-forest .bpa-link,
.bpa-tropical-rain-forest .bpa-short-text .bpa-link,
.bpa-short-text .bpa-tropical-rain-forest .bpa-link,
.bpa-tropical-rain-forest .RichTextIntLink,
.bpa-tropical-rain-forest #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-tropical-rain-forest .bpa-link,
.bpa-tropical-rain-forest .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-tropical-rain-forest .bpa-link,
.bpa-tropical-rain-forest .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-tropical-rain-forest .bpa-link-small,
.bpa-tropical-rain-forest .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-tropical-rain-forest .bpa-link-small,
.bpa-bossanova .bpa-richtext .bpa-link,
.bpa-richtext .bpa-bossanova .bpa-link,
.bpa-bossanova .bpa-short-text .bpa-link,
.bpa-short-text .bpa-bossanova .bpa-link,
.bpa-bossanova .RichTextIntLink,
.bpa-bossanova #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-bossanova .bpa-link,
.bpa-bossanova .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-bossanova .bpa-link,
.bpa-bossanova .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-bossanova .bpa-link-small,
.bpa-bossanova .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-bossanova .bpa-link-small,
.bpa-aqua-deep .bpa-richtext .bpa-link,
.bpa-richtext .bpa-aqua-deep .bpa-link,
.bpa-aqua-deep .bpa-short-text .bpa-link,
.bpa-short-text .bpa-aqua-deep .bpa-link,
.bpa-aqua-deep .RichTextIntLink,
.bpa-aqua-deep #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-aqua-deep .bpa-link,
.bpa-aqua-deep .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-aqua-deep .bpa-link,
.bpa-aqua-deep .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-aqua-deep .bpa-link-small,
.bpa-aqua-deep .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-aqua-deep .bpa-link-small,
.bpa-claret .bpa-richtext .bpa-link,
.bpa-richtext .bpa-claret .bpa-link,
.bpa-claret .bpa-short-text .bpa-link,
.bpa-short-text .bpa-claret .bpa-link,
.bpa-claret .RichTextIntLink,
.bpa-claret #bpa-map-popup-content .bpa-link,
#bpa-map-popup-content .bpa-claret .bpa-link,
.bpa-claret .bpa-search-result-list .bpa-link,
.bpa-search-result-list .bpa-claret .bpa-link,
.bpa-claret .bpa-raffle-morelink .bpa-link-small,
.bpa-raffle-morelink .bpa-claret .bpa-link-small,
.bpa-claret .bpa-quiz-morelink .bpa-link-small,
.bpa-quiz-morelink .bpa-claret .bpa-link-small {
  color: #fff;
}

.bpa-white .bpa-richtext .bpa-link, .bpa-richtext .bpa-white .bpa-link,
.bpa-white .bpa-short-text .bpa-link, .bpa-short-text .bpa-white .bpa-link, .bpa-white .RichTextIntLink, .bpa-white #bpa-map-popup-content .bpa-link, #bpa-map-popup-content .bpa-white .bpa-link, .bpa-white .bpa-search-result-list .bpa-link, .bpa-search-result-list .bpa-white .bpa-link, .bpa-white .bpa-raffle-morelink .bpa-link-small, .bpa-raffle-morelink .bpa-white .bpa-link-small, .bpa-white .bpa-quiz-morelink .bpa-link-small, .bpa-quiz-morelink .bpa-white .bpa-link-small {
  color: #111314;
}

.bpa-richtext .bpa-link:hover,
.bpa-short-text .bpa-link:hover, .RichTextIntLink:hover, #bpa-map-popup-content .bpa-link:hover, .bpa-search-result-list .bpa-link:hover, .bpa-raffle-morelink .bpa-link-small:hover, .bpa-quiz-morelink .bpa-link-small:hover, .bpa-richtext .bpa-link:active,
.bpa-short-text .bpa-link:active, .RichTextIntLink:active, #bpa-map-popup-content .bpa-link:active, .bpa-search-result-list .bpa-link:active, .bpa-raffle-morelink .bpa-link-small:active, .bpa-quiz-morelink .bpa-link-small:active, .bpa-richtext .bpa-link:focus,
.bpa-short-text .bpa-link:focus, .RichTextIntLink:focus, #bpa-map-popup-content .bpa-link:focus, .bpa-search-result-list .bpa-link:focus, .bpa-raffle-morelink .bpa-link-small:focus, .bpa-quiz-morelink .bpa-link-small:focus {
  color: #0071ad;
  color: #0071ad;
}

.bpa-porcelain .bpa-richtext .bpa-link:hover, .bpa-richtext .bpa-porcelain .bpa-link:hover,
.bpa-porcelain .bpa-short-text .bpa-link:hover, .bpa-short-text .bpa-porcelain .bpa-link:hover, .bpa-porcelain .RichTextIntLink:hover, .bpa-porcelain #bpa-map-popup-content .bpa-link:hover, #bpa-map-popup-content .bpa-porcelain .bpa-link:hover, .bpa-porcelain .bpa-search-result-list .bpa-link:hover, .bpa-search-result-list .bpa-porcelain .bpa-link:hover, .bpa-porcelain .bpa-raffle-morelink .bpa-link-small:hover, .bpa-raffle-morelink .bpa-porcelain .bpa-link-small:hover, .bpa-porcelain .bpa-quiz-morelink .bpa-link-small:hover, .bpa-quiz-morelink .bpa-porcelain .bpa-link-small:hover, .bpa-porcelain .bpa-richtext .bpa-link:active, .bpa-richtext .bpa-porcelain .bpa-link:active,
.bpa-porcelain .bpa-short-text .bpa-link:active, .bpa-short-text .bpa-porcelain .bpa-link:active, .bpa-porcelain .RichTextIntLink:active, .bpa-porcelain #bpa-map-popup-content .bpa-link:active, #bpa-map-popup-content .bpa-porcelain .bpa-link:active, .bpa-porcelain .bpa-search-result-list .bpa-link:active, .bpa-search-result-list .bpa-porcelain .bpa-link:active, .bpa-porcelain .bpa-raffle-morelink .bpa-link-small:active, .bpa-raffle-morelink .bpa-porcelain .bpa-link-small:active, .bpa-porcelain .bpa-quiz-morelink .bpa-link-small:active, .bpa-quiz-morelink .bpa-porcelain .bpa-link-small:active, .bpa-porcelain .bpa-richtext .bpa-link:focus, .bpa-richtext .bpa-porcelain .bpa-link:focus,
.bpa-porcelain .bpa-short-text .bpa-link:focus, .bpa-short-text .bpa-porcelain .bpa-link:focus, .bpa-porcelain .RichTextIntLink:focus, .bpa-porcelain #bpa-map-popup-content .bpa-link:focus, #bpa-map-popup-content .bpa-porcelain .bpa-link:focus, .bpa-porcelain .bpa-search-result-list .bpa-link:focus, .bpa-search-result-list .bpa-porcelain .bpa-link:focus, .bpa-porcelain .bpa-raffle-morelink .bpa-link-small:focus, .bpa-raffle-morelink .bpa-porcelain .bpa-link-small:focus, .bpa-porcelain .bpa-quiz-morelink .bpa-link-small:focus, .bpa-quiz-morelink .bpa-porcelain .bpa-link-small:focus {
  color: #0071ad;
}

.bpa-shark .bpa-richtext .bpa-link:hover, .bpa-richtext .bpa-shark .bpa-link:hover,
.bpa-shark .bpa-short-text .bpa-link:hover, .bpa-short-text .bpa-shark .bpa-link:hover, .bpa-shark .RichTextIntLink:hover, .bpa-shark #bpa-map-popup-content .bpa-link:hover, #bpa-map-popup-content .bpa-shark .bpa-link:hover, .bpa-shark .bpa-search-result-list .bpa-link:hover, .bpa-search-result-list .bpa-shark .bpa-link:hover, .bpa-shark .bpa-raffle-morelink .bpa-link-small:hover, .bpa-raffle-morelink .bpa-shark .bpa-link-small:hover, .bpa-shark .bpa-quiz-morelink .bpa-link-small:hover, .bpa-quiz-morelink .bpa-shark .bpa-link-small:hover, .bpa-shark .bpa-richtext .bpa-link:active, .bpa-richtext .bpa-shark .bpa-link:active,
.bpa-shark .bpa-short-text .bpa-link:active, .bpa-short-text .bpa-shark .bpa-link:active, .bpa-shark .RichTextIntLink:active, .bpa-shark #bpa-map-popup-content .bpa-link:active, #bpa-map-popup-content .bpa-shark .bpa-link:active, .bpa-shark .bpa-search-result-list .bpa-link:active, .bpa-search-result-list .bpa-shark .bpa-link:active, .bpa-shark .bpa-raffle-morelink .bpa-link-small:active, .bpa-raffle-morelink .bpa-shark .bpa-link-small:active, .bpa-shark .bpa-quiz-morelink .bpa-link-small:active, .bpa-quiz-morelink .bpa-shark .bpa-link-small:active, .bpa-shark .bpa-richtext .bpa-link:focus, .bpa-richtext .bpa-shark .bpa-link:focus,
.bpa-shark .bpa-short-text .bpa-link:focus, .bpa-short-text .bpa-shark .bpa-link:focus, .bpa-shark .RichTextIntLink:focus, .bpa-shark #bpa-map-popup-content .bpa-link:focus, #bpa-map-popup-content .bpa-shark .bpa-link:focus, .bpa-shark .bpa-search-result-list .bpa-link:focus, .bpa-search-result-list .bpa-shark .bpa-link:focus, .bpa-shark .bpa-raffle-morelink .bpa-link-small:focus, .bpa-raffle-morelink .bpa-shark .bpa-link-small:focus, .bpa-shark .bpa-quiz-morelink .bpa-link-small:focus, .bpa-quiz-morelink .bpa-shark .bpa-link-small:focus {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-richtext .bpa-link:hover, .bpa-richtext .bpa-regal-blue .bpa-link:hover,
.bpa-regal-blue .bpa-short-text .bpa-link:hover, .bpa-short-text .bpa-regal-blue .bpa-link:hover, .bpa-regal-blue .RichTextIntLink:hover, .bpa-regal-blue #bpa-map-popup-content .bpa-link:hover, #bpa-map-popup-content .bpa-regal-blue .bpa-link:hover, .bpa-regal-blue .bpa-search-result-list .bpa-link:hover, .bpa-search-result-list .bpa-regal-blue .bpa-link:hover, .bpa-regal-blue .bpa-raffle-morelink .bpa-link-small:hover, .bpa-raffle-morelink .bpa-regal-blue .bpa-link-small:hover, .bpa-regal-blue .bpa-quiz-morelink .bpa-link-small:hover, .bpa-quiz-morelink .bpa-regal-blue .bpa-link-small:hover,
.bpa-deep-cerulean .bpa-richtext .bpa-link:hover,
.bpa-richtext .bpa-deep-cerulean .bpa-link:hover,
.bpa-deep-cerulean .bpa-short-text .bpa-link:hover,
.bpa-short-text .bpa-deep-cerulean .bpa-link:hover,
.bpa-deep-cerulean .RichTextIntLink:hover,
.bpa-deep-cerulean #bpa-map-popup-content .bpa-link:hover,
#bpa-map-popup-content .bpa-deep-cerulean .bpa-link:hover,
.bpa-deep-cerulean .bpa-search-result-list .bpa-link:hover,
.bpa-search-result-list .bpa-deep-cerulean .bpa-link:hover,
.bpa-deep-cerulean .bpa-raffle-morelink .bpa-link-small:hover,
.bpa-raffle-morelink .bpa-deep-cerulean .bpa-link-small:hover,
.bpa-deep-cerulean .bpa-quiz-morelink .bpa-link-small:hover,
.bpa-quiz-morelink .bpa-deep-cerulean .bpa-link-small:hover,
.bpa-twitter .bpa-richtext .bpa-link:hover,
.bpa-richtext .bpa-twitter .bpa-link:hover,
.bpa-twitter .bpa-short-text .bpa-link:hover,
.bpa-short-text .bpa-twitter .bpa-link:hover,
.bpa-twitter .RichTextIntLink:hover,
.bpa-twitter #bpa-map-popup-content .bpa-link:hover,
#bpa-map-popup-content .bpa-twitter .bpa-link:hover,
.bpa-twitter .bpa-search-result-list .bpa-link:hover,
.bpa-search-result-list .bpa-twitter .bpa-link:hover,
.bpa-twitter .bpa-raffle-morelink .bpa-link-small:hover,
.bpa-raffle-morelink .bpa-twitter .bpa-link-small:hover,
.bpa-twitter .bpa-quiz-morelink .bpa-link-small:hover,
.bpa-quiz-morelink .bpa-twitter .bpa-link-small:hover,
.bpa-monza .bpa-richtext .bpa-link:hover,
.bpa-richtext .bpa-monza .bpa-link:hover,
.bpa-monza .bpa-short-text .bpa-link:hover,
.bpa-short-text .bpa-monza .bpa-link:hover,
.bpa-monza .RichTextIntLink:hover,
.bpa-monza #bpa-map-popup-content .bpa-link:hover,
#bpa-map-popup-content .bpa-monza .bpa-link:hover,
.bpa-monza .bpa-search-result-list .bpa-link:hover,
.bpa-search-result-list .bpa-monza .bpa-link:hover,
.bpa-monza .bpa-raffle-morelink .bpa-link-small:hover,
.bpa-raffle-morelink .bpa-monza .bpa-link-small:hover,
.bpa-monza .bpa-quiz-morelink .bpa-link-small:hover,
.bpa-quiz-morelink .bpa-monza .bpa-link-small:hover,
.bpa-mojo .bpa-richtext .bpa-link:hover,
.bpa-richtext .bpa-mojo .bpa-link:hover,
.bpa-mojo .bpa-short-text .bpa-link:hover,
.bpa-short-text .bpa-mojo .bpa-link:hover,
.bpa-mojo .RichTextIntLink:hover,
.bpa-mojo #bpa-map-popup-content .bpa-link:hover,
#bpa-map-popup-content .bpa-mojo .bpa-link:hover,
.bpa-mojo .bpa-search-result-list .bpa-link:hover,
.bpa-search-result-list .bpa-mojo .bpa-link:hover,
.bpa-mojo .bpa-raffle-morelink .bpa-link-small:hover,
.bpa-raffle-morelink .bpa-mojo .bpa-link-small:hover,
.bpa-mojo .bpa-quiz-morelink .bpa-link-small:hover,
.bpa-quiz-morelink .bpa-mojo .bpa-link-small:hover,
.bpa-blue-lagoon .bpa-richtext .bpa-link:hover,
.bpa-richtext .bpa-blue-lagoon .bpa-link:hover,
.bpa-blue-lagoon .bpa-short-text .bpa-link:hover,
.bpa-short-text .bpa-blue-lagoon .bpa-link:hover,
.bpa-blue-lagoon .RichTextIntLink:hover,
.bpa-blue-lagoon #bpa-map-popup-content .bpa-link:hover,
#bpa-map-popup-content .bpa-blue-lagoon .bpa-link:hover,
.bpa-blue-lagoon .bpa-search-result-list .bpa-link:hover,
.bpa-search-result-list .bpa-blue-lagoon .bpa-link:hover,
.bpa-blue-lagoon .bpa-raffle-morelink .bpa-link-small:hover,
.bpa-raffle-morelink .bpa-blue-lagoon .bpa-link-small:hover,
.bpa-blue-lagoon .bpa-quiz-morelink .bpa-link-small:hover,
.bpa-quiz-morelink .bpa-blue-lagoon .bpa-link-small:hover,
.bpa-tropical-rain-forest .bpa-richtext .bpa-link:hover,
.bpa-richtext .bpa-tropical-rain-forest .bpa-link:hover,
.bpa-tropical-rain-forest .bpa-short-text .bpa-link:hover,
.bpa-short-text .bpa-tropical-rain-forest .bpa-link:hover,
.bpa-tropical-rain-forest .RichTextIntLink:hover,
.bpa-tropical-rain-forest #bpa-map-popup-content .bpa-link:hover,
#bpa-map-popup-content .bpa-tropical-rain-forest .bpa-link:hover,
.bpa-tropical-rain-forest .bpa-search-result-list .bpa-link:hover,
.bpa-search-result-list .bpa-tropical-rain-forest .bpa-link:hover,
.bpa-tropical-rain-forest .bpa-raffle-morelink .bpa-link-small:hover,
.bpa-raffle-morelink .bpa-tropical-rain-forest .bpa-link-small:hover,
.bpa-tropical-rain-forest .bpa-quiz-morelink .bpa-link-small:hover,
.bpa-quiz-morelink .bpa-tropical-rain-forest .bpa-link-small:hover,
.bpa-bossanova .bpa-richtext .bpa-link:hover,
.bpa-richtext .bpa-bossanova .bpa-link:hover,
.bpa-bossanova .bpa-short-text .bpa-link:hover,
.bpa-short-text .bpa-bossanova .bpa-link:hover,
.bpa-bossanova .RichTextIntLink:hover,
.bpa-bossanova #bpa-map-popup-content .bpa-link:hover,
#bpa-map-popup-content .bpa-bossanova .bpa-link:hover,
.bpa-bossanova .bpa-search-result-list .bpa-link:hover,
.bpa-search-result-list .bpa-bossanova .bpa-link:hover,
.bpa-bossanova .bpa-raffle-morelink .bpa-link-small:hover,
.bpa-raffle-morelink .bpa-bossanova .bpa-link-small:hover,
.bpa-bossanova .bpa-quiz-morelink .bpa-link-small:hover,
.bpa-quiz-morelink .bpa-bossanova .bpa-link-small:hover,
.bpa-aqua-deep .bpa-richtext .bpa-link:hover,
.bpa-richtext .bpa-aqua-deep .bpa-link:hover,
.bpa-aqua-deep .bpa-short-text .bpa-link:hover,
.bpa-short-text .bpa-aqua-deep .bpa-link:hover,
.bpa-aqua-deep .RichTextIntLink:hover,
.bpa-aqua-deep #bpa-map-popup-content .bpa-link:hover,
#bpa-map-popup-content .bpa-aqua-deep .bpa-link:hover,
.bpa-aqua-deep .bpa-search-result-list .bpa-link:hover,
.bpa-search-result-list .bpa-aqua-deep .bpa-link:hover,
.bpa-aqua-deep .bpa-raffle-morelink .bpa-link-small:hover,
.bpa-raffle-morelink .bpa-aqua-deep .bpa-link-small:hover,
.bpa-aqua-deep .bpa-quiz-morelink .bpa-link-small:hover,
.bpa-quiz-morelink .bpa-aqua-deep .bpa-link-small:hover,
.bpa-claret .bpa-richtext .bpa-link:hover,
.bpa-richtext .bpa-claret .bpa-link:hover,
.bpa-claret .bpa-short-text .bpa-link:hover,
.bpa-short-text .bpa-claret .bpa-link:hover,
.bpa-claret .RichTextIntLink:hover,
.bpa-claret #bpa-map-popup-content .bpa-link:hover,
#bpa-map-popup-content .bpa-claret .bpa-link:hover,
.bpa-claret .bpa-search-result-list .bpa-link:hover,
.bpa-search-result-list .bpa-claret .bpa-link:hover,
.bpa-claret .bpa-raffle-morelink .bpa-link-small:hover,
.bpa-raffle-morelink .bpa-claret .bpa-link-small:hover,
.bpa-claret .bpa-quiz-morelink .bpa-link-small:hover,
.bpa-quiz-morelink .bpa-claret .bpa-link-small:hover, .bpa-regal-blue .bpa-richtext .bpa-link:active, .bpa-richtext .bpa-regal-blue .bpa-link:active,
.bpa-regal-blue .bpa-short-text .bpa-link:active, .bpa-short-text .bpa-regal-blue .bpa-link:active, .bpa-regal-blue .RichTextIntLink:active, .bpa-regal-blue #bpa-map-popup-content .bpa-link:active, #bpa-map-popup-content .bpa-regal-blue .bpa-link:active, .bpa-regal-blue .bpa-search-result-list .bpa-link:active, .bpa-search-result-list .bpa-regal-blue .bpa-link:active, .bpa-regal-blue .bpa-raffle-morelink .bpa-link-small:active, .bpa-raffle-morelink .bpa-regal-blue .bpa-link-small:active, .bpa-regal-blue .bpa-quiz-morelink .bpa-link-small:active, .bpa-quiz-morelink .bpa-regal-blue .bpa-link-small:active,
.bpa-deep-cerulean .bpa-richtext .bpa-link:active,
.bpa-richtext .bpa-deep-cerulean .bpa-link:active,
.bpa-deep-cerulean .bpa-short-text .bpa-link:active,
.bpa-short-text .bpa-deep-cerulean .bpa-link:active,
.bpa-deep-cerulean .RichTextIntLink:active,
.bpa-deep-cerulean #bpa-map-popup-content .bpa-link:active,
#bpa-map-popup-content .bpa-deep-cerulean .bpa-link:active,
.bpa-deep-cerulean .bpa-search-result-list .bpa-link:active,
.bpa-search-result-list .bpa-deep-cerulean .bpa-link:active,
.bpa-deep-cerulean .bpa-raffle-morelink .bpa-link-small:active,
.bpa-raffle-morelink .bpa-deep-cerulean .bpa-link-small:active,
.bpa-deep-cerulean .bpa-quiz-morelink .bpa-link-small:active,
.bpa-quiz-morelink .bpa-deep-cerulean .bpa-link-small:active,
.bpa-twitter .bpa-richtext .bpa-link:active,
.bpa-richtext .bpa-twitter .bpa-link:active,
.bpa-twitter .bpa-short-text .bpa-link:active,
.bpa-short-text .bpa-twitter .bpa-link:active,
.bpa-twitter .RichTextIntLink:active,
.bpa-twitter #bpa-map-popup-content .bpa-link:active,
#bpa-map-popup-content .bpa-twitter .bpa-link:active,
.bpa-twitter .bpa-search-result-list .bpa-link:active,
.bpa-search-result-list .bpa-twitter .bpa-link:active,
.bpa-twitter .bpa-raffle-morelink .bpa-link-small:active,
.bpa-raffle-morelink .bpa-twitter .bpa-link-small:active,
.bpa-twitter .bpa-quiz-morelink .bpa-link-small:active,
.bpa-quiz-morelink .bpa-twitter .bpa-link-small:active,
.bpa-monza .bpa-richtext .bpa-link:active,
.bpa-richtext .bpa-monza .bpa-link:active,
.bpa-monza .bpa-short-text .bpa-link:active,
.bpa-short-text .bpa-monza .bpa-link:active,
.bpa-monza .RichTextIntLink:active,
.bpa-monza #bpa-map-popup-content .bpa-link:active,
#bpa-map-popup-content .bpa-monza .bpa-link:active,
.bpa-monza .bpa-search-result-list .bpa-link:active,
.bpa-search-result-list .bpa-monza .bpa-link:active,
.bpa-monza .bpa-raffle-morelink .bpa-link-small:active,
.bpa-raffle-morelink .bpa-monza .bpa-link-small:active,
.bpa-monza .bpa-quiz-morelink .bpa-link-small:active,
.bpa-quiz-morelink .bpa-monza .bpa-link-small:active,
.bpa-mojo .bpa-richtext .bpa-link:active,
.bpa-richtext .bpa-mojo .bpa-link:active,
.bpa-mojo .bpa-short-text .bpa-link:active,
.bpa-short-text .bpa-mojo .bpa-link:active,
.bpa-mojo .RichTextIntLink:active,
.bpa-mojo #bpa-map-popup-content .bpa-link:active,
#bpa-map-popup-content .bpa-mojo .bpa-link:active,
.bpa-mojo .bpa-search-result-list .bpa-link:active,
.bpa-search-result-list .bpa-mojo .bpa-link:active,
.bpa-mojo .bpa-raffle-morelink .bpa-link-small:active,
.bpa-raffle-morelink .bpa-mojo .bpa-link-small:active,
.bpa-mojo .bpa-quiz-morelink .bpa-link-small:active,
.bpa-quiz-morelink .bpa-mojo .bpa-link-small:active,
.bpa-blue-lagoon .bpa-richtext .bpa-link:active,
.bpa-richtext .bpa-blue-lagoon .bpa-link:active,
.bpa-blue-lagoon .bpa-short-text .bpa-link:active,
.bpa-short-text .bpa-blue-lagoon .bpa-link:active,
.bpa-blue-lagoon .RichTextIntLink:active,
.bpa-blue-lagoon #bpa-map-popup-content .bpa-link:active,
#bpa-map-popup-content .bpa-blue-lagoon .bpa-link:active,
.bpa-blue-lagoon .bpa-search-result-list .bpa-link:active,
.bpa-search-result-list .bpa-blue-lagoon .bpa-link:active,
.bpa-blue-lagoon .bpa-raffle-morelink .bpa-link-small:active,
.bpa-raffle-morelink .bpa-blue-lagoon .bpa-link-small:active,
.bpa-blue-lagoon .bpa-quiz-morelink .bpa-link-small:active,
.bpa-quiz-morelink .bpa-blue-lagoon .bpa-link-small:active,
.bpa-tropical-rain-forest .bpa-richtext .bpa-link:active,
.bpa-richtext .bpa-tropical-rain-forest .bpa-link:active,
.bpa-tropical-rain-forest .bpa-short-text .bpa-link:active,
.bpa-short-text .bpa-tropical-rain-forest .bpa-link:active,
.bpa-tropical-rain-forest .RichTextIntLink:active,
.bpa-tropical-rain-forest #bpa-map-popup-content .bpa-link:active,
#bpa-map-popup-content .bpa-tropical-rain-forest .bpa-link:active,
.bpa-tropical-rain-forest .bpa-search-result-list .bpa-link:active,
.bpa-search-result-list .bpa-tropical-rain-forest .bpa-link:active,
.bpa-tropical-rain-forest .bpa-raffle-morelink .bpa-link-small:active,
.bpa-raffle-morelink .bpa-tropical-rain-forest .bpa-link-small:active,
.bpa-tropical-rain-forest .bpa-quiz-morelink .bpa-link-small:active,
.bpa-quiz-morelink .bpa-tropical-rain-forest .bpa-link-small:active,
.bpa-bossanova .bpa-richtext .bpa-link:active,
.bpa-richtext .bpa-bossanova .bpa-link:active,
.bpa-bossanova .bpa-short-text .bpa-link:active,
.bpa-short-text .bpa-bossanova .bpa-link:active,
.bpa-bossanova .RichTextIntLink:active,
.bpa-bossanova #bpa-map-popup-content .bpa-link:active,
#bpa-map-popup-content .bpa-bossanova .bpa-link:active,
.bpa-bossanova .bpa-search-result-list .bpa-link:active,
.bpa-search-result-list .bpa-bossanova .bpa-link:active,
.bpa-bossanova .bpa-raffle-morelink .bpa-link-small:active,
.bpa-raffle-morelink .bpa-bossanova .bpa-link-small:active,
.bpa-bossanova .bpa-quiz-morelink .bpa-link-small:active,
.bpa-quiz-morelink .bpa-bossanova .bpa-link-small:active,
.bpa-aqua-deep .bpa-richtext .bpa-link:active,
.bpa-richtext .bpa-aqua-deep .bpa-link:active,
.bpa-aqua-deep .bpa-short-text .bpa-link:active,
.bpa-short-text .bpa-aqua-deep .bpa-link:active,
.bpa-aqua-deep .RichTextIntLink:active,
.bpa-aqua-deep #bpa-map-popup-content .bpa-link:active,
#bpa-map-popup-content .bpa-aqua-deep .bpa-link:active,
.bpa-aqua-deep .bpa-search-result-list .bpa-link:active,
.bpa-search-result-list .bpa-aqua-deep .bpa-link:active,
.bpa-aqua-deep .bpa-raffle-morelink .bpa-link-small:active,
.bpa-raffle-morelink .bpa-aqua-deep .bpa-link-small:active,
.bpa-aqua-deep .bpa-quiz-morelink .bpa-link-small:active,
.bpa-quiz-morelink .bpa-aqua-deep .bpa-link-small:active,
.bpa-claret .bpa-richtext .bpa-link:active,
.bpa-richtext .bpa-claret .bpa-link:active,
.bpa-claret .bpa-short-text .bpa-link:active,
.bpa-short-text .bpa-claret .bpa-link:active,
.bpa-claret .RichTextIntLink:active,
.bpa-claret #bpa-map-popup-content .bpa-link:active,
#bpa-map-popup-content .bpa-claret .bpa-link:active,
.bpa-claret .bpa-search-result-list .bpa-link:active,
.bpa-search-result-list .bpa-claret .bpa-link:active,
.bpa-claret .bpa-raffle-morelink .bpa-link-small:active,
.bpa-raffle-morelink .bpa-claret .bpa-link-small:active,
.bpa-claret .bpa-quiz-morelink .bpa-link-small:active,
.bpa-quiz-morelink .bpa-claret .bpa-link-small:active, .bpa-regal-blue .bpa-richtext .bpa-link:focus, .bpa-richtext .bpa-regal-blue .bpa-link:focus,
.bpa-regal-blue .bpa-short-text .bpa-link:focus, .bpa-short-text .bpa-regal-blue .bpa-link:focus, .bpa-regal-blue .RichTextIntLink:focus, .bpa-regal-blue #bpa-map-popup-content .bpa-link:focus, #bpa-map-popup-content .bpa-regal-blue .bpa-link:focus, .bpa-regal-blue .bpa-search-result-list .bpa-link:focus, .bpa-search-result-list .bpa-regal-blue .bpa-link:focus, .bpa-regal-blue .bpa-raffle-morelink .bpa-link-small:focus, .bpa-raffle-morelink .bpa-regal-blue .bpa-link-small:focus, .bpa-regal-blue .bpa-quiz-morelink .bpa-link-small:focus, .bpa-quiz-morelink .bpa-regal-blue .bpa-link-small:focus,
.bpa-deep-cerulean .bpa-richtext .bpa-link:focus,
.bpa-richtext .bpa-deep-cerulean .bpa-link:focus,
.bpa-deep-cerulean .bpa-short-text .bpa-link:focus,
.bpa-short-text .bpa-deep-cerulean .bpa-link:focus,
.bpa-deep-cerulean .RichTextIntLink:focus,
.bpa-deep-cerulean #bpa-map-popup-content .bpa-link:focus,
#bpa-map-popup-content .bpa-deep-cerulean .bpa-link:focus,
.bpa-deep-cerulean .bpa-search-result-list .bpa-link:focus,
.bpa-search-result-list .bpa-deep-cerulean .bpa-link:focus,
.bpa-deep-cerulean .bpa-raffle-morelink .bpa-link-small:focus,
.bpa-raffle-morelink .bpa-deep-cerulean .bpa-link-small:focus,
.bpa-deep-cerulean .bpa-quiz-morelink .bpa-link-small:focus,
.bpa-quiz-morelink .bpa-deep-cerulean .bpa-link-small:focus,
.bpa-twitter .bpa-richtext .bpa-link:focus,
.bpa-richtext .bpa-twitter .bpa-link:focus,
.bpa-twitter .bpa-short-text .bpa-link:focus,
.bpa-short-text .bpa-twitter .bpa-link:focus,
.bpa-twitter .RichTextIntLink:focus,
.bpa-twitter #bpa-map-popup-content .bpa-link:focus,
#bpa-map-popup-content .bpa-twitter .bpa-link:focus,
.bpa-twitter .bpa-search-result-list .bpa-link:focus,
.bpa-search-result-list .bpa-twitter .bpa-link:focus,
.bpa-twitter .bpa-raffle-morelink .bpa-link-small:focus,
.bpa-raffle-morelink .bpa-twitter .bpa-link-small:focus,
.bpa-twitter .bpa-quiz-morelink .bpa-link-small:focus,
.bpa-quiz-morelink .bpa-twitter .bpa-link-small:focus,
.bpa-monza .bpa-richtext .bpa-link:focus,
.bpa-richtext .bpa-monza .bpa-link:focus,
.bpa-monza .bpa-short-text .bpa-link:focus,
.bpa-short-text .bpa-monza .bpa-link:focus,
.bpa-monza .RichTextIntLink:focus,
.bpa-monza #bpa-map-popup-content .bpa-link:focus,
#bpa-map-popup-content .bpa-monza .bpa-link:focus,
.bpa-monza .bpa-search-result-list .bpa-link:focus,
.bpa-search-result-list .bpa-monza .bpa-link:focus,
.bpa-monza .bpa-raffle-morelink .bpa-link-small:focus,
.bpa-raffle-morelink .bpa-monza .bpa-link-small:focus,
.bpa-monza .bpa-quiz-morelink .bpa-link-small:focus,
.bpa-quiz-morelink .bpa-monza .bpa-link-small:focus,
.bpa-mojo .bpa-richtext .bpa-link:focus,
.bpa-richtext .bpa-mojo .bpa-link:focus,
.bpa-mojo .bpa-short-text .bpa-link:focus,
.bpa-short-text .bpa-mojo .bpa-link:focus,
.bpa-mojo .RichTextIntLink:focus,
.bpa-mojo #bpa-map-popup-content .bpa-link:focus,
#bpa-map-popup-content .bpa-mojo .bpa-link:focus,
.bpa-mojo .bpa-search-result-list .bpa-link:focus,
.bpa-search-result-list .bpa-mojo .bpa-link:focus,
.bpa-mojo .bpa-raffle-morelink .bpa-link-small:focus,
.bpa-raffle-morelink .bpa-mojo .bpa-link-small:focus,
.bpa-mojo .bpa-quiz-morelink .bpa-link-small:focus,
.bpa-quiz-morelink .bpa-mojo .bpa-link-small:focus,
.bpa-blue-lagoon .bpa-richtext .bpa-link:focus,
.bpa-richtext .bpa-blue-lagoon .bpa-link:focus,
.bpa-blue-lagoon .bpa-short-text .bpa-link:focus,
.bpa-short-text .bpa-blue-lagoon .bpa-link:focus,
.bpa-blue-lagoon .RichTextIntLink:focus,
.bpa-blue-lagoon #bpa-map-popup-content .bpa-link:focus,
#bpa-map-popup-content .bpa-blue-lagoon .bpa-link:focus,
.bpa-blue-lagoon .bpa-search-result-list .bpa-link:focus,
.bpa-search-result-list .bpa-blue-lagoon .bpa-link:focus,
.bpa-blue-lagoon .bpa-raffle-morelink .bpa-link-small:focus,
.bpa-raffle-morelink .bpa-blue-lagoon .bpa-link-small:focus,
.bpa-blue-lagoon .bpa-quiz-morelink .bpa-link-small:focus,
.bpa-quiz-morelink .bpa-blue-lagoon .bpa-link-small:focus,
.bpa-tropical-rain-forest .bpa-richtext .bpa-link:focus,
.bpa-richtext .bpa-tropical-rain-forest .bpa-link:focus,
.bpa-tropical-rain-forest .bpa-short-text .bpa-link:focus,
.bpa-short-text .bpa-tropical-rain-forest .bpa-link:focus,
.bpa-tropical-rain-forest .RichTextIntLink:focus,
.bpa-tropical-rain-forest #bpa-map-popup-content .bpa-link:focus,
#bpa-map-popup-content .bpa-tropical-rain-forest .bpa-link:focus,
.bpa-tropical-rain-forest .bpa-search-result-list .bpa-link:focus,
.bpa-search-result-list .bpa-tropical-rain-forest .bpa-link:focus,
.bpa-tropical-rain-forest .bpa-raffle-morelink .bpa-link-small:focus,
.bpa-raffle-morelink .bpa-tropical-rain-forest .bpa-link-small:focus,
.bpa-tropical-rain-forest .bpa-quiz-morelink .bpa-link-small:focus,
.bpa-quiz-morelink .bpa-tropical-rain-forest .bpa-link-small:focus,
.bpa-bossanova .bpa-richtext .bpa-link:focus,
.bpa-richtext .bpa-bossanova .bpa-link:focus,
.bpa-bossanova .bpa-short-text .bpa-link:focus,
.bpa-short-text .bpa-bossanova .bpa-link:focus,
.bpa-bossanova .RichTextIntLink:focus,
.bpa-bossanova #bpa-map-popup-content .bpa-link:focus,
#bpa-map-popup-content .bpa-bossanova .bpa-link:focus,
.bpa-bossanova .bpa-search-result-list .bpa-link:focus,
.bpa-search-result-list .bpa-bossanova .bpa-link:focus,
.bpa-bossanova .bpa-raffle-morelink .bpa-link-small:focus,
.bpa-raffle-morelink .bpa-bossanova .bpa-link-small:focus,
.bpa-bossanova .bpa-quiz-morelink .bpa-link-small:focus,
.bpa-quiz-morelink .bpa-bossanova .bpa-link-small:focus,
.bpa-aqua-deep .bpa-richtext .bpa-link:focus,
.bpa-richtext .bpa-aqua-deep .bpa-link:focus,
.bpa-aqua-deep .bpa-short-text .bpa-link:focus,
.bpa-short-text .bpa-aqua-deep .bpa-link:focus,
.bpa-aqua-deep .RichTextIntLink:focus,
.bpa-aqua-deep #bpa-map-popup-content .bpa-link:focus,
#bpa-map-popup-content .bpa-aqua-deep .bpa-link:focus,
.bpa-aqua-deep .bpa-search-result-list .bpa-link:focus,
.bpa-search-result-list .bpa-aqua-deep .bpa-link:focus,
.bpa-aqua-deep .bpa-raffle-morelink .bpa-link-small:focus,
.bpa-raffle-morelink .bpa-aqua-deep .bpa-link-small:focus,
.bpa-aqua-deep .bpa-quiz-morelink .bpa-link-small:focus,
.bpa-quiz-morelink .bpa-aqua-deep .bpa-link-small:focus,
.bpa-claret .bpa-richtext .bpa-link:focus,
.bpa-richtext .bpa-claret .bpa-link:focus,
.bpa-claret .bpa-short-text .bpa-link:focus,
.bpa-short-text .bpa-claret .bpa-link:focus,
.bpa-claret .RichTextIntLink:focus,
.bpa-claret #bpa-map-popup-content .bpa-link:focus,
#bpa-map-popup-content .bpa-claret .bpa-link:focus,
.bpa-claret .bpa-search-result-list .bpa-link:focus,
.bpa-search-result-list .bpa-claret .bpa-link:focus,
.bpa-claret .bpa-raffle-morelink .bpa-link-small:focus,
.bpa-raffle-morelink .bpa-claret .bpa-link-small:focus,
.bpa-claret .bpa-quiz-morelink .bpa-link-small:focus,
.bpa-quiz-morelink .bpa-claret .bpa-link-small:focus {
  color: #fff;
}

.bpa-saffron .bpa-richtext .bpa-link:hover, .bpa-richtext .bpa-saffron .bpa-link:hover,
.bpa-saffron .bpa-short-text .bpa-link:hover, .bpa-short-text .bpa-saffron .bpa-link:hover, .bpa-saffron .RichTextIntLink:hover, .bpa-saffron #bpa-map-popup-content .bpa-link:hover, #bpa-map-popup-content .bpa-saffron .bpa-link:hover, .bpa-saffron .bpa-search-result-list .bpa-link:hover, .bpa-search-result-list .bpa-saffron .bpa-link:hover, .bpa-saffron .bpa-raffle-morelink .bpa-link-small:hover, .bpa-raffle-morelink .bpa-saffron .bpa-link-small:hover, .bpa-saffron .bpa-quiz-morelink .bpa-link-small:hover, .bpa-quiz-morelink .bpa-saffron .bpa-link-small:hover, .bpa-saffron .bpa-richtext .bpa-link:active, .bpa-richtext .bpa-saffron .bpa-link:active,
.bpa-saffron .bpa-short-text .bpa-link:active, .bpa-short-text .bpa-saffron .bpa-link:active, .bpa-saffron .RichTextIntLink:active, .bpa-saffron #bpa-map-popup-content .bpa-link:active, #bpa-map-popup-content .bpa-saffron .bpa-link:active, .bpa-saffron .bpa-search-result-list .bpa-link:active, .bpa-search-result-list .bpa-saffron .bpa-link:active, .bpa-saffron .bpa-raffle-morelink .bpa-link-small:active, .bpa-raffle-morelink .bpa-saffron .bpa-link-small:active, .bpa-saffron .bpa-quiz-morelink .bpa-link-small:active, .bpa-quiz-morelink .bpa-saffron .bpa-link-small:active, .bpa-saffron .bpa-richtext .bpa-link:focus, .bpa-richtext .bpa-saffron .bpa-link:focus,
.bpa-saffron .bpa-short-text .bpa-link:focus, .bpa-short-text .bpa-saffron .bpa-link:focus, .bpa-saffron .RichTextIntLink:focus, .bpa-saffron #bpa-map-popup-content .bpa-link:focus, #bpa-map-popup-content .bpa-saffron .bpa-link:focus, .bpa-saffron .bpa-search-result-list .bpa-link:focus, .bpa-search-result-list .bpa-saffron .bpa-link:focus, .bpa-saffron .bpa-raffle-morelink .bpa-link-small:focus, .bpa-raffle-morelink .bpa-saffron .bpa-link-small:focus, .bpa-saffron .bpa-quiz-morelink .bpa-link-small:focus, .bpa-quiz-morelink .bpa-saffron .bpa-link-small:focus {
  color: #111314;
}

.bpa-white .bpa-richtext .bpa-link:hover, .bpa-richtext .bpa-white .bpa-link:hover,
.bpa-white .bpa-short-text .bpa-link:hover, .bpa-short-text .bpa-white .bpa-link:hover, .bpa-white .RichTextIntLink:hover, .bpa-white #bpa-map-popup-content .bpa-link:hover, #bpa-map-popup-content .bpa-white .bpa-link:hover, .bpa-white .bpa-search-result-list .bpa-link:hover, .bpa-search-result-list .bpa-white .bpa-link:hover, .bpa-white .bpa-raffle-morelink .bpa-link-small:hover, .bpa-raffle-morelink .bpa-white .bpa-link-small:hover, .bpa-white .bpa-quiz-morelink .bpa-link-small:hover, .bpa-quiz-morelink .bpa-white .bpa-link-small:hover, .bpa-white .bpa-richtext .bpa-link:active, .bpa-richtext .bpa-white .bpa-link:active,
.bpa-white .bpa-short-text .bpa-link:active, .bpa-short-text .bpa-white .bpa-link:active, .bpa-white .RichTextIntLink:active, .bpa-white #bpa-map-popup-content .bpa-link:active, #bpa-map-popup-content .bpa-white .bpa-link:active, .bpa-white .bpa-search-result-list .bpa-link:active, .bpa-search-result-list .bpa-white .bpa-link:active, .bpa-white .bpa-raffle-morelink .bpa-link-small:active, .bpa-raffle-morelink .bpa-white .bpa-link-small:active, .bpa-white .bpa-quiz-morelink .bpa-link-small:active, .bpa-quiz-morelink .bpa-white .bpa-link-small:active, .bpa-white .bpa-richtext .bpa-link:focus, .bpa-richtext .bpa-white .bpa-link:focus,
.bpa-white .bpa-short-text .bpa-link:focus, .bpa-short-text .bpa-white .bpa-link:focus, .bpa-white .RichTextIntLink:focus, .bpa-white #bpa-map-popup-content .bpa-link:focus, #bpa-map-popup-content .bpa-white .bpa-link:focus, .bpa-white .bpa-search-result-list .bpa-link:focus, .bpa-search-result-list .bpa-white .bpa-link:focus, .bpa-white .bpa-raffle-morelink .bpa-link-small:focus, .bpa-raffle-morelink .bpa-white .bpa-link-small:focus, .bpa-white .bpa-quiz-morelink .bpa-link-small:focus, .bpa-quiz-morelink .bpa-white .bpa-link-small:focus {
  color: #0071ad;
}

.bpa-link-keyword {
  border: 1px solid #9aa0a2;
  border-radius: 2px;
}

.bpa-link-keyword:hover, .bpa-link-keyword:active, .bpa-link-keyword:focus {
  text-decoration: none;
  background-color: #0071ad;
  color: #fff;
  border: 1px solid #0071ad;
}

.bpa-title, .bpa-title-warenkorb, .bpa-raffle-teaser .bpa-teaser-title-text, .bpa-quiz-teaser .bpa-teaser-title-text {
  font-size: 2rem;
  line-height: 2.25rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-title, .bpa-title-warenkorb, .bpa-raffle-teaser .bpa-teaser-title-text, .bpa-quiz-teaser .bpa-teaser-title-text {
    font-size: 2.875rem;
    line-height: 3.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-title, .bpa-title-warenkorb, .bpa-raffle-teaser .bpa-teaser-title-text, .bpa-quiz-teaser .bpa-teaser-title-text {
    font-size: 3.5rem;
    line-height: 3.75rem;
  }
}

.bpa-subtitle, .bpa-richtext .bpa-subtitle, .bpa-form-newsletter-checkbox > .form-group:first-child .js-select-styler + span,
.bpa-form-newsletter .bpa-popover-wrapper + .form-group .js-select-styler + span, .bpa-teaser-module .bpa-teaser-title-icon,
.bpa-teaser-module .bpa-teaser-title, .bpa-banner-logo-teaser .bpa-teaser-title, .bpa-hero-teaser-share .bpa-teaser-title-text, .bpa-hero-teaser-overlay-share .bpa-teaser-title, .bpa-raffle-headline, .bpa-raffle-title, .bpa-quiz-headline, .bpa-quiz-title {
  font-size: 1.75rem;
  line-height: 1.875rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-subtitle, .bpa-richtext .bpa-subtitle, .bpa-form-newsletter-checkbox > .form-group:first-child .js-select-styler + span,
  .bpa-form-newsletter .bpa-popover-wrapper + .form-group .js-select-styler + span, .bpa-teaser-module .bpa-teaser-title-icon,
  .bpa-teaser-module .bpa-teaser-title, .bpa-banner-logo-teaser .bpa-teaser-title, .bpa-hero-teaser-share .bpa-teaser-title-text, .bpa-hero-teaser-overlay-share .bpa-teaser-title, .bpa-raffle-headline, .bpa-raffle-title, .bpa-quiz-headline, .bpa-quiz-title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-subtitle, .bpa-richtext .bpa-subtitle, .bpa-form-newsletter-checkbox > .form-group:first-child .js-select-styler + span,
  .bpa-form-newsletter .bpa-popover-wrapper + .form-group .js-select-styler + span, .bpa-teaser-module .bpa-teaser-title-icon,
  .bpa-teaser-module .bpa-teaser-title, .bpa-banner-logo-teaser .bpa-teaser-title, .bpa-hero-teaser-share .bpa-teaser-title-text, .bpa-hero-teaser-overlay-share .bpa-teaser-title, .bpa-raffle-headline, .bpa-raffle-title, .bpa-quiz-headline, .bpa-quiz-title {
    font-size: 2.875rem;
    line-height: 3.125rem;
  }
}

.bpa-topline-title, .bpa-quiz .bpa-topline-title,
.bpa-article-header .bpa-topline-title, .bpa-sperrfrist, .bpa-figcaption .bpa-topline, .bpa-figcaption-embedded .bpa-teaser-title-text, .bpa-teaser-cabinet .bpa-teaser-title-text, .bpa-teaser-cabinet .bpa-short-text p, .bpa-teaser-inner-campaign .bpa-teaser-title-text, .bpa-teaser-list .bpa-teaser-list-inner .bpa-subtitle, .bpa-search-result-list .bpa-teaser-list-inner .bpa-subtitle, .bpa-teaser-module .bpa-topline-title,
.bpa-teaser-module .bpa-topline-icon-before-title, .bpa-teaser-banner-module .bpa-breakingnews-related .bpa-topline-title,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-title,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-title-text,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-info,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-link-download .bpa-link-text-title,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-time,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-time time, .bpa-banner-logo-teaser .bpa-topline, .bpa-hero-teaser .bpa-teaser-list-collection .bpa-teaser-title,
.bpa-hero-teaser .bpa-teaser-list-collection .bpa-teaser-title-icon, .bpa-social-media__name {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media only screen and (min-width: 600px) {
  .bpa-topline-title, .bpa-quiz .bpa-topline-title,
  .bpa-article-header .bpa-topline-title, .bpa-sperrfrist, .bpa-figcaption .bpa-topline, .bpa-figcaption-embedded .bpa-teaser-title-text, .bpa-teaser-cabinet .bpa-teaser-title-text, .bpa-teaser-cabinet .bpa-short-text p, .bpa-teaser-inner-campaign .bpa-teaser-title-text, .bpa-teaser-list .bpa-teaser-list-inner .bpa-subtitle, .bpa-search-result-list .bpa-teaser-list-inner .bpa-subtitle, .bpa-teaser-module .bpa-topline-title,
  .bpa-teaser-module .bpa-topline-icon-before-title, .bpa-teaser-banner-module .bpa-breakingnews-related .bpa-topline-title,
  .bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-title,
  .bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-title-text,
  .bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-info,
  .bpa-teaser-banner-module .bpa-breakingnews-related .bpa-link-download .bpa-link-text-title,
  .bpa-teaser-banner-module .bpa-breakingnews-related .bpa-time,
  .bpa-teaser-banner-module .bpa-breakingnews-related .bpa-time time, .bpa-banner-logo-teaser .bpa-topline, .bpa-hero-teaser .bpa-teaser-list-collection .bpa-teaser-title,
  .bpa-hero-teaser .bpa-teaser-list-collection .bpa-teaser-title-icon, .bpa-social-media__name {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.bpa-tab-topline {
  font-size: 1.6875rem;
  line-height: 3.375rem;
}

@media only screen and (min-width: 600px) {
  .bpa-tab-topline {
    font-size: 2.25rem;
    line-height: 4.5625rem;
  }
}

.bpa-teaser-list .bpa-teaser-list-inner .bpa-topline-title,
.bpa-teaser-list .bpa-teaser-list-inner .bpa-topline-icon-before-title, .bpa-bulletin-number, .bpa-balloon .bpa-teaser-related .bpa-teaser-title,
.bpa-balloon .bpa-teaser-related .bpa-teaser-title-icon, .bpa-map-popup .bpa-teaser-title, .bpa-search-result-list .bpa-teaser-list-inner .bpa-topline-title,
.bpa-search-result-list .bpa-teaser-list-inner .bpa-topline-icon-before-title, .bpa-teaser-banner-module .bpa-topline-title,
.bpa-teaser-banner-module .bpa-topline-icon-before-title {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-topline-title,
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-topline-icon-before-title, .bpa-bulletin-number, .bpa-balloon .bpa-teaser-related .bpa-teaser-title,
  .bpa-balloon .bpa-teaser-related .bpa-teaser-title-icon, .bpa-map-popup .bpa-teaser-title, .bpa-search-result-list .bpa-teaser-list-inner .bpa-topline-title,
  .bpa-search-result-list .bpa-teaser-list-inner .bpa-topline-icon-before-title, .bpa-teaser-banner-module .bpa-topline-title,
  .bpa-teaser-banner-module .bpa-topline-icon-before-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-topline-title,
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-topline-icon-before-title, .bpa-bulletin-number, .bpa-balloon .bpa-teaser-related .bpa-teaser-title,
  .bpa-balloon .bpa-teaser-related .bpa-teaser-title-icon, .bpa-map-popup .bpa-teaser-title, .bpa-search-result-list .bpa-teaser-list-inner .bpa-topline-title,
  .bpa-search-result-list .bpa-teaser-list-inner .bpa-topline-icon-before-title, .bpa-teaser-banner-module .bpa-topline-title,
  .bpa-teaser-banner-module .bpa-topline-icon-before-title {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

.bpa-balloon .bpa-topline-title,
.bpa-balloon .bpa-teaser-title-text, .bpa-teaser-tile-module .bpa-topline-title, .bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:only-child .bpa-topline-title, .bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:only-child .bpa-teaser-title,
.bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:only-child .bpa-teaser-title-icon {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media only screen and (min-width: 600px) {
  .bpa-balloon .bpa-topline-title,
  .bpa-balloon .bpa-teaser-title-text, .bpa-teaser-tile-module .bpa-topline-title, .bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:only-child .bpa-topline-title, .bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:only-child .bpa-teaser-title,
  .bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:only-child .bpa-teaser-title-icon {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.bpa-richtext h2,
.bpa-richtext h3,
.bpa-image-caption-mediacenter-pager,
.bpa-vita h3 {
  font-size: 1.75rem;
  line-height: 1.875rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-richtext h2,
  .bpa-richtext h3,
  .bpa-image-caption-mediacenter-pager,
  .bpa-vita h3 {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-richtext h2,
  .bpa-richtext h3,
  .bpa-image-caption-mediacenter-pager,
  .bpa-vita h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.bpa-richtext h4, .bpa-vita-item p strong, .bpa-faq-list .bpa-faq-title, .bpa-faq .bpa-richtext h2,
.bpa-faq .bpa-richtext h3, .bpa-richtext .bpa-toggledown-title,
.bpa-faq .bpa-toggledown-title,
.bpa-glossar .bpa-toggledown-title, .bpa-address-title,
.bpa-mediacenter .bpa-link-download,
.bpa-mediacenter-download-list,
.bpa-richtext p,
.bpa-richtext .bpa-time,
ul.rte--list,
ol.rte--list,
.bpa-link-infomaterial,
.bpa-collection-item,
.bpa-collection-item-noborders,
.bpa-location,
.bpa-vita-item p,
.bpa-article-header .bpa-infomaterial-details .bpa-collection-item,
.bpa-event-info,
.bpa-info .bpa-time,
.bpa-info .bpa-source,
.bpa-infomaterial .bpa-link-text,
.bpa-infomaterial .bpa-link-large,
.bpa-infomaterial .bpa-abo-info,
.bpa-lightbox-mediacenter .bpa-link-download,
.bpa-json-form .form-message p,
.checkbox label,
.radio label,
.bpa-form-newsletter p,
.bpa-form-newsletter .bpa-info,
.bpa-teaser-module .bpa-teaser .bpa-short-text,
.bpa-teaser-banner-breakingnews > .bpa-short-text p,
.bpa-banner-logo-teaser .bpa-short-text,
.bpa-raffle-teaser .bpa-short-text,
.bpa-quiz-teaser .bpa-short-text,
.bpa-hero-teaser-share .bpa-teaser .bpa-short-text,
.bpa-address,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-time,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-time,
.bpa-teaser-banner-subtitle,
.bpa-search-result-list .bpa-teaser-banner-share .bpa-richtext {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-richtext h4, .bpa-vita-item p strong, .bpa-faq-list .bpa-faq-title, .bpa-faq .bpa-richtext h2,
  .bpa-faq .bpa-richtext h3, .bpa-richtext .bpa-toggledown-title,
  .bpa-faq .bpa-toggledown-title,
  .bpa-glossar .bpa-toggledown-title, .bpa-address-title,
  .bpa-mediacenter .bpa-link-download,
  .bpa-mediacenter-download-list,
  .bpa-richtext p,
  .bpa-richtext .bpa-time,
  ul.rte--list,
  ol.rte--list,
  .bpa-link-infomaterial,
  .bpa-collection-item,
  .bpa-collection-item-noborders,
  .bpa-location,
  .bpa-vita-item p,
  .bpa-article-header .bpa-infomaterial-details .bpa-collection-item,
  .bpa-event-info,
  .bpa-info .bpa-time,
  .bpa-info .bpa-source,
  .bpa-infomaterial .bpa-link-text,
  .bpa-infomaterial .bpa-link-large,
  .bpa-infomaterial .bpa-abo-info,
  .bpa-lightbox-mediacenter .bpa-link-download,
  .bpa-json-form .form-message p,
  .checkbox label,
  .radio label,
  .bpa-form-newsletter p,
  .bpa-form-newsletter .bpa-info,
  .bpa-teaser-module .bpa-teaser .bpa-short-text,
  .bpa-teaser-banner-breakingnews > .bpa-short-text p,
  .bpa-banner-logo-teaser .bpa-short-text,
  .bpa-raffle-teaser .bpa-short-text,
  .bpa-quiz-teaser .bpa-short-text,
  .bpa-hero-teaser-share .bpa-teaser .bpa-short-text,
  .bpa-address,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-time,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-time,
  .bpa-teaser-banner-subtitle,
  .bpa-search-result-list .bpa-teaser-banner-share .bpa-richtext {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-richtext h4, .bpa-vita-item p strong, .bpa-faq-list .bpa-faq-title, .bpa-faq .bpa-richtext h2,
  .bpa-faq .bpa-richtext h3, .bpa-richtext .bpa-toggledown-title,
  .bpa-faq .bpa-toggledown-title,
  .bpa-glossar .bpa-toggledown-title, .bpa-address-title,
  .bpa-mediacenter .bpa-link-download,
  .bpa-mediacenter-download-list,
  .bpa-richtext p,
  .bpa-richtext .bpa-time,
  ul.rte--list,
  ol.rte--list,
  .bpa-link-infomaterial,
  .bpa-collection-item,
  .bpa-collection-item-noborders,
  .bpa-location,
  .bpa-vita-item p,
  .bpa-article-header .bpa-infomaterial-details .bpa-collection-item,
  .bpa-event-info,
  .bpa-info .bpa-time,
  .bpa-info .bpa-source,
  .bpa-infomaterial .bpa-link-text,
  .bpa-infomaterial .bpa-link-large,
  .bpa-infomaterial .bpa-abo-info,
  .bpa-lightbox-mediacenter .bpa-link-download,
  .bpa-json-form .form-message p,
  .checkbox label,
  .radio label,
  .bpa-form-newsletter p,
  .bpa-form-newsletter .bpa-info,
  .bpa-teaser-module .bpa-teaser .bpa-short-text,
  .bpa-teaser-banner-breakingnews > .bpa-short-text p,
  .bpa-banner-logo-teaser .bpa-short-text,
  .bpa-raffle-teaser .bpa-short-text,
  .bpa-quiz-teaser .bpa-short-text,
  .bpa-hero-teaser-share .bpa-teaser .bpa-short-text,
  .bpa-address,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
  .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-time,
  .bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-time,
  .bpa-teaser-banner-subtitle,
  .bpa-search-result-list .bpa-teaser-banner-share .bpa-richtext {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.bpa-richtext h5,
.bpa-richtext h6 {
  font-size: 1rem;
  line-height: 1.1875rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-richtext h5,
  .bpa-richtext h6 {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-richtext h5,
  .bpa-richtext h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.bpa-short-text p, .bpa-article-header .bpa-duration,
.bpa-article-header .bpa-duration .bpa-time, .bpa-article-header .bpa-collection-item, .bpa-article-header .bpa-collection-item .bpa-time, .bpa-article-header .bpa-government-declaration-place-date, .bpa-article-header .bpa-government-declaration-place-date .bpa-link-large, .bpa-raffle-morelink .bpa-link-small, .bpa-quiz-questionresult p, .bpa-quiz-wrong, .bpa-quiz-correct, .bpa-quiz-text, .bpa-quiz-morelink .bpa-link-small {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-short-text p, .bpa-article-header .bpa-duration,
  .bpa-article-header .bpa-duration .bpa-time, .bpa-article-header .bpa-collection-item, .bpa-article-header .bpa-collection-item .bpa-time, .bpa-article-header .bpa-government-declaration-place-date, .bpa-article-header .bpa-government-declaration-place-date .bpa-link-large, .bpa-raffle-morelink .bpa-link-small, .bpa-quiz-questionresult p, .bpa-quiz-wrong, .bpa-quiz-correct, .bpa-quiz-text, .bpa-quiz-morelink .bpa-link-small {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-short-text p, .bpa-article-header .bpa-duration,
  .bpa-article-header .bpa-duration .bpa-time, .bpa-article-header .bpa-collection-item, .bpa-article-header .bpa-collection-item .bpa-time, .bpa-article-header .bpa-government-declaration-place-date, .bpa-article-header .bpa-government-declaration-place-date .bpa-link-large, .bpa-raffle-morelink .bpa-link-small, .bpa-quiz-questionresult p, .bpa-quiz-wrong, .bpa-quiz-correct, .bpa-quiz-text, .bpa-quiz-morelink .bpa-link-small {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.bpa-time, .bpa-teaser .bpa-short-text, .bpa-teaser-info, .bpa-teaser-cabinet-list .bpa-link-large, .bpa-infomaterial-buttons .bpa-notice, .bpa-btn-raffle-next, .bpa-btn-quiz-next {
  font-size: 1rem;
  line-height: 1.25rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-time, .bpa-teaser .bpa-short-text, .bpa-teaser-info, .bpa-teaser-cabinet-list .bpa-link-large, .bpa-infomaterial-buttons .bpa-notice, .bpa-btn-raffle-next, .bpa-btn-quiz-next {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-time, .bpa-teaser .bpa-short-text, .bpa-teaser-info, .bpa-teaser-cabinet-list .bpa-link-large, .bpa-infomaterial-buttons .bpa-notice, .bpa-btn-raffle-next, .bpa-btn-quiz-next {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

.bpa-row-tile-teaser .bpa-teaser-text-wrapper .bpa-teaser-title-icon, .bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-teaser-title-icon, .bpa-area-tile-inner .bpa-teaser-image-wrapper .bpa-teaser-info .bpa-teaser-title-icon {
  font-size: 1rem;
  line-height: 1.25rem;
}

.bpa-module-title, .bpa-module-title .bpa-teaser-title-text, .bpa-footer-headline, .bpa-keywords-header, .bpa-raffle-teaser .bpa-topline-title, .bpa-quiz-teaser .bpa-topline-title, .bpa-raffle-topline, .bpa-quiz-topline {
  font-size: 1rem;
  line-height: 1.25rem;
}

@media only screen and (min-width: 600px) {
  .bpa-module-title, .bpa-module-title .bpa-teaser-title-text, .bpa-footer-headline, .bpa-keywords-header, .bpa-raffle-teaser .bpa-topline-title, .bpa-quiz-teaser .bpa-topline-title, .bpa-raffle-topline, .bpa-quiz-topline {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.bpa-tab-title {
  font-size: 1rem;
  line-height: 1.25rem;
}

@media only screen and (min-width: 600px) {
  .bpa-tab-title {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}

.bpa-link-large, .bpa-footer-social-text {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-link-large, .bpa-footer-social-text {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-link-large, .bpa-footer-social-text {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.bpa-teaser-title, .bpa-teaser-title-quote, .bpa-teaser-title-icon, .bpa-figcaption .bpa-teaser-title, .bpa-toggledown-title, .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text, .bpa-teaser-banner-module .bpa-teaser-title-quote,
.bpa-teaser-banner-module .bpa-teaser-title-icon,
.bpa-teaser-banner-module .bpa-teaser-title, .bpa-share-links-title {
  font-size: 1.375rem;
  line-height: 1.5rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-teaser-title, .bpa-teaser-title-quote, .bpa-teaser-title-icon, .bpa-figcaption .bpa-teaser-title, .bpa-toggledown-title, .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text, .bpa-teaser-banner-module .bpa-teaser-title-quote,
  .bpa-teaser-banner-module .bpa-teaser-title-icon,
  .bpa-teaser-banner-module .bpa-teaser-title, .bpa-share-links-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-title, .bpa-teaser-title-quote, .bpa-teaser-title-icon, .bpa-figcaption .bpa-teaser-title, .bpa-toggledown-title, .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text, .bpa-teaser-banner-module .bpa-teaser-title-quote,
  .bpa-teaser-banner-module .bpa-teaser-title-icon,
  .bpa-teaser-banner-module .bpa-teaser-title, .bpa-share-links-title {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.bpa-row-tile-teaser .bpa-teaser-text-wrapper .bpa-teaser-title, .bpa-area-tile-inner .bpa-teaser-image-wrapper .bpa-teaser-info .bpa-teaser-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.bpa-area-tile-toggledown .bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-teaser-title {
  font-size: 7.8125rem;
  line-height: 5.9375rem;
}

.bpa-teaser-banner-text-faq .bpa-teaser-title-zahl {
  font-size: 4.625rem;
  line-height: 5.5rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl {
    font-size: 6.625rem;
    line-height: 7.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl {
    font-size: 7.875rem;
    line-height: 9.375rem;
  }
}

.bpa-figcaption, .bpa-image-caption-mediacenter-paragraph, .bpa-image-caption-mediacenter-source, .bpa-table caption, .bpa-table + p,
.bpa-richtext .bpa-table + p, .bpa-infomaterial-buttons .bpa-error, .bpa-image-caption-top-mediacenter-date, .bpa-teaser-banner-module .bpa-teaser-banner-footer.bpa-warenkorb-amount, .bpa-warenkorb-overview .bpa-teaser-banner-module .bpa-notice,
.bpa-warenkorb-liste .bpa-teaser-banner-module .bpa-notice {
  font-size: 1rem;
  line-height: 1.1875rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-figcaption, .bpa-image-caption-mediacenter-paragraph, .bpa-image-caption-mediacenter-source, .bpa-table caption, .bpa-table + p,
  .bpa-richtext .bpa-table + p, .bpa-infomaterial-buttons .bpa-error, .bpa-image-caption-top-mediacenter-date, .bpa-teaser-banner-module .bpa-teaser-banner-footer.bpa-warenkorb-amount, .bpa-warenkorb-overview .bpa-teaser-banner-module .bpa-notice,
  .bpa-warenkorb-liste .bpa-teaser-banner-module .bpa-notice {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-figcaption, .bpa-image-caption-mediacenter-paragraph, .bpa-image-caption-mediacenter-source, .bpa-table caption, .bpa-table + p,
  .bpa-richtext .bpa-table + p, .bpa-infomaterial-buttons .bpa-error, .bpa-image-caption-top-mediacenter-date, .bpa-teaser-banner-module .bpa-teaser-banner-footer.bpa-warenkorb-amount, .bpa-warenkorb-overview .bpa-teaser-banner-module .bpa-notice,
  .bpa-warenkorb-liste .bpa-teaser-banner-module .bpa-notice {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.bpa-link-keyword {
  font-size: 1rem;
  line-height: 1.125rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-link-keyword {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-link-keyword {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.bpa-ticker-item {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-ticker-item {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-ticker-item {
    font-size: 1.625rem;
    line-height: 1.9375rem;
  }
}

.bpa-ticker-item-header {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-ticker-item-header {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-ticker-item-header {
    font-size: 1.125rem;
    line-height: 1.9375rem;
  }
}

.bpa-pager {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media only screen and (min-width: 1024px) {
  .bpa-pager {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}

.bpa-link-flyout-large {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media only screen and (min-width: 1024px) {
  .bpa-link-flyout-large {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.bpa-link-flyout-focus,
.bpa-link-flyout-default,
.bpa-link-flyout-more, .bpa-horizontal-item .bpa-toggledown-title, .bpa-breadcrumb .bpa-breadcrumb-nav-item {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-link-flyout-focus,
  .bpa-link-flyout-default,
  .bpa-link-flyout-more, .bpa-horizontal-item .bpa-toggledown-title, .bpa-breadcrumb .bpa-breadcrumb-nav-item {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-link-flyout-focus,
  .bpa-link-flyout-default,
  .bpa-link-flyout-more, .bpa-horizontal-item .bpa-toggledown-title, .bpa-breadcrumb .bpa-breadcrumb-nav-item {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.bpa-teaser-title-quote .bpa-teaser-title-text, .bpa-quote .bpa-richtext p {
  quotes: '„' '“';
}

.bpa-teaser-title-quote .bpa-teaser-title-text:before, .bpa-quote .bpa-richtext p:before {
  content: open-quote;
  overflow: visible;
}

.bpa-teaser-title-quote .bpa-teaser-title-text:after, .bpa-quote .bpa-richtext p:after {
  content: close-quote;
  overflow: visible;
}

.bpa-tweet .bpa-richtext p, .bpa-quote .bpa-richtext p {
  font-size: 1.625rem;
  line-height: 2.25rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-tweet .bpa-richtext p, .bpa-quote .bpa-richtext p {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-tweet .bpa-richtext p, .bpa-quote .bpa-richtext p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.bpa-blockquote .bpa-cite,
.bpa-blockquote .bpa-cite-info,
.bpa-blockquote .bpa-cite-handle {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

@media only screen and (min-width: 600px) {
  .bpa-blockquote .bpa-cite,
  .bpa-blockquote .bpa-cite-info,
  .bpa-blockquote .bpa-cite-handle {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.bpa-btn-on-image, button, .bpa-btn-raffle, .bpa-btn-quiz {
  padding: 0;
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
  text-decoration: none;
  background: transparent;
  color: #111314;
  border: 0;
  cursor: pointer;
}

.bpa-btn-on-image[disabled], button[disabled], .bpa-btn-raffle[disabled], .bpa-btn-quiz[disabled] {
  cursor: auto;
  cursor: initial;
}

.bpa-btn-on-image, .bpa-btn, #bpa-search-results-map .ol-control button, .bpa-map-popup-closer, .bpa-json-form .btn {
  color: #111314;
  padding: 0.625rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-radius: 0.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bpa-porcelain .bpa-btn-on-image, .bpa-porcelain .bpa-btn, .bpa-porcelain #bpa-search-results-map .ol-control button, #bpa-search-results-map .ol-control .bpa-porcelain button, .bpa-porcelain .bpa-map-popup-closer, .bpa-porcelain .bpa-json-form .btn, .bpa-json-form .bpa-porcelain .btn,
.bpa-saffron .bpa-btn-on-image,
.bpa-saffron .bpa-btn,
.bpa-saffron #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-saffron button,
.bpa-saffron .bpa-map-popup-closer,
.bpa-saffron .bpa-json-form .btn,
.bpa-json-form .bpa-saffron .btn {
  color: #111314;
}

.bpa-shark .bpa-btn-on-image, .bpa-shark .bpa-btn, .bpa-shark #bpa-search-results-map .ol-control button, #bpa-search-results-map .ol-control .bpa-shark button, .bpa-shark .bpa-map-popup-closer, .bpa-shark .bpa-json-form .btn, .bpa-json-form .bpa-shark .btn,
.bpa-regal-blue .bpa-btn-on-image,
.bpa-regal-blue .bpa-btn,
.bpa-regal-blue #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-regal-blue button,
.bpa-regal-blue .bpa-map-popup-closer,
.bpa-regal-blue .bpa-json-form .btn,
.bpa-json-form .bpa-regal-blue .btn,
.bpa-deep-cerulean .bpa-btn-on-image,
.bpa-deep-cerulean .bpa-btn,
.bpa-deep-cerulean #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-deep-cerulean button,
.bpa-deep-cerulean .bpa-map-popup-closer,
.bpa-deep-cerulean .bpa-json-form .btn,
.bpa-json-form .bpa-deep-cerulean .btn,
.bpa-twitter .bpa-btn-on-image,
.bpa-twitter .bpa-btn,
.bpa-twitter #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-twitter button,
.bpa-twitter .bpa-map-popup-closer,
.bpa-twitter .bpa-json-form .btn,
.bpa-json-form .bpa-twitter .btn,
.bpa-monza .bpa-btn-on-image,
.bpa-monza .bpa-btn,
.bpa-monza #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-monza button,
.bpa-monza .bpa-map-popup-closer,
.bpa-monza .bpa-json-form .btn,
.bpa-json-form .bpa-monza .btn,
.bpa-mojo .bpa-btn-on-image,
.bpa-mojo .bpa-btn,
.bpa-mojo #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-mojo button,
.bpa-mojo .bpa-map-popup-closer,
.bpa-mojo .bpa-json-form .btn,
.bpa-json-form .bpa-mojo .btn,
.bpa-blue-lagoon .bpa-btn-on-image,
.bpa-blue-lagoon .bpa-btn,
.bpa-blue-lagoon #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-blue-lagoon button,
.bpa-blue-lagoon .bpa-map-popup-closer,
.bpa-blue-lagoon .bpa-json-form .btn,
.bpa-json-form .bpa-blue-lagoon .btn,
.bpa-tropical-rain-forest .bpa-btn-on-image,
.bpa-tropical-rain-forest .bpa-btn,
.bpa-tropical-rain-forest #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-tropical-rain-forest button,
.bpa-tropical-rain-forest .bpa-map-popup-closer,
.bpa-tropical-rain-forest .bpa-json-form .btn,
.bpa-json-form .bpa-tropical-rain-forest .btn,
.bpa-bossanova .bpa-btn-on-image,
.bpa-bossanova .bpa-btn,
.bpa-bossanova #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-bossanova button,
.bpa-bossanova .bpa-map-popup-closer,
.bpa-bossanova .bpa-json-form .btn,
.bpa-json-form .bpa-bossanova .btn,
.bpa-aqua-deep .bpa-btn-on-image,
.bpa-aqua-deep .bpa-btn,
.bpa-aqua-deep #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-aqua-deep button,
.bpa-aqua-deep .bpa-map-popup-closer,
.bpa-aqua-deep .bpa-json-form .btn,
.bpa-json-form .bpa-aqua-deep .btn,
.bpa-claret .bpa-btn-on-image,
.bpa-claret .bpa-btn,
.bpa-claret #bpa-search-results-map .ol-control button,
#bpa-search-results-map .ol-control .bpa-claret button,
.bpa-claret .bpa-map-popup-closer,
.bpa-claret .bpa-json-form .btn,
.bpa-json-form .bpa-claret .btn {
  color: #fff;
}

.bpa-white .bpa-btn-on-image, .bpa-white .bpa-btn, .bpa-white #bpa-search-results-map .ol-control button, #bpa-search-results-map .ol-control .bpa-white button, .bpa-white .bpa-map-popup-closer, .bpa-white .bpa-json-form .btn, .bpa-json-form .bpa-white .btn {
  color: #111314;
}

@media only screen and (max-width: 1023px) {
  .bpa-btn-on-image, .bpa-btn, #bpa-search-results-map .ol-control button, .bpa-map-popup-closer, .bpa-json-form .btn {
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

input, textarea, select {
  font-family: "BundesSansWeb-Regular";
  font-size: 1.125rem;
  line-height: 1.125rem;
}

@media only screen and (min-width: 600px) {
  input, textarea, select {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #63686a;
}

input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #63686a;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #63686a;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #63686a;
}

input:focus[type="text"], input:focus[type="password"], input:focus[type="email"], select:focus, textarea:focus {
  border-bottom: 1px solid #0071ad;
  outline: none;
}

.bpa-porcelain input:focus[type="text"], .bpa-porcelain input:focus[type="password"], .bpa-porcelain input:focus[type="email"], .bpa-porcelain select:focus, .bpa-porcelain textarea:focus {
  border-bottom: 1px solid #0071ad;
}

.bpa-shark input:focus[type="text"], .bpa-shark input:focus[type="password"], .bpa-shark input:focus[type="email"], .bpa-shark select:focus, .bpa-shark textarea:focus {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-regal-blue input:focus[type="text"], .bpa-regal-blue input:focus[type="password"], .bpa-regal-blue input:focus[type="email"], .bpa-regal-blue select:focus, .bpa-regal-blue textarea:focus,
.bpa-deep-cerulean input:focus[type="text"],
.bpa-deep-cerulean input:focus[type="password"],
.bpa-deep-cerulean input:focus[type="email"],
.bpa-deep-cerulean select:focus,
.bpa-deep-cerulean textarea:focus,
.bpa-twitter input:focus[type="text"],
.bpa-twitter input:focus[type="password"],
.bpa-twitter input:focus[type="email"],
.bpa-twitter select:focus,
.bpa-twitter textarea:focus,
.bpa-monza input:focus[type="text"],
.bpa-monza input:focus[type="password"],
.bpa-monza input:focus[type="email"],
.bpa-monza select:focus,
.bpa-monza textarea:focus,
.bpa-mojo input:focus[type="text"],
.bpa-mojo input:focus[type="password"],
.bpa-mojo input:focus[type="email"],
.bpa-mojo select:focus,
.bpa-mojo textarea:focus,
.bpa-blue-lagoon input:focus[type="text"],
.bpa-blue-lagoon input:focus[type="password"],
.bpa-blue-lagoon input:focus[type="email"],
.bpa-blue-lagoon select:focus,
.bpa-blue-lagoon textarea:focus,
.bpa-tropical-rain-forest input:focus[type="text"],
.bpa-tropical-rain-forest input:focus[type="password"],
.bpa-tropical-rain-forest input:focus[type="email"],
.bpa-tropical-rain-forest select:focus,
.bpa-tropical-rain-forest textarea:focus,
.bpa-bossanova input:focus[type="text"],
.bpa-bossanova input:focus[type="password"],
.bpa-bossanova input:focus[type="email"],
.bpa-bossanova select:focus,
.bpa-bossanova textarea:focus,
.bpa-aqua-deep input:focus[type="text"],
.bpa-aqua-deep input:focus[type="password"],
.bpa-aqua-deep input:focus[type="email"],
.bpa-aqua-deep select:focus,
.bpa-aqua-deep textarea:focus,
.bpa-claret input:focus[type="text"],
.bpa-claret input:focus[type="password"],
.bpa-claret input:focus[type="email"],
.bpa-claret select:focus,
.bpa-claret textarea:focus {
  border-bottom: 1px solid #fff;
}

.bpa-saffron input:focus[type="text"], .bpa-saffron input:focus[type="password"], .bpa-saffron input:focus[type="email"], .bpa-saffron select:focus, .bpa-saffron textarea:focus {
  border-bottom: 1px solid #111314;
}

.bpa-white input:focus[type="text"], .bpa-white input:focus[type="password"], .bpa-white input:focus[type="email"], .bpa-white select:focus, .bpa-white textarea:focus {
  border-bottom: 1px solid #0071ad;
}

[type="checkbox"], [type="radio"] {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

[type="checkbox"] + .js-select-styler, [type="radio"] + .js-select-styler {
  border: 1px solid #4c4f50;
  margin-top: 0.3125rem;
  margin-right: 0.75rem;
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  position: relative;
  font-size: 1px;
  vertical-align: top;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.bpa-porcelain [type="checkbox"] + .js-select-styler, .bpa-porcelain [type="radio"] + .js-select-styler {
  border: 1px solid #4c4f50;
}

.bpa-shark [type="checkbox"] + .js-select-styler, .bpa-shark [type="radio"] + .js-select-styler {
  border: 1px solid #9aa0a2;
}

.bpa-regal-blue [type="checkbox"] + .js-select-styler, .bpa-regal-blue [type="radio"] + .js-select-styler,
.bpa-deep-cerulean [type="checkbox"] + .js-select-styler,
.bpa-deep-cerulean [type="radio"] + .js-select-styler,
.bpa-twitter [type="checkbox"] + .js-select-styler,
.bpa-twitter [type="radio"] + .js-select-styler,
.bpa-monza [type="checkbox"] + .js-select-styler,
.bpa-monza [type="radio"] + .js-select-styler,
.bpa-mojo [type="checkbox"] + .js-select-styler,
.bpa-mojo [type="radio"] + .js-select-styler,
.bpa-blue-lagoon [type="checkbox"] + .js-select-styler,
.bpa-blue-lagoon [type="radio"] + .js-select-styler,
.bpa-tropical-rain-forest [type="checkbox"] + .js-select-styler,
.bpa-tropical-rain-forest [type="radio"] + .js-select-styler,
.bpa-bossanova [type="checkbox"] + .js-select-styler,
.bpa-bossanova [type="radio"] + .js-select-styler,
.bpa-aqua-deep [type="checkbox"] + .js-select-styler,
.bpa-aqua-deep [type="radio"] + .js-select-styler,
.bpa-claret [type="checkbox"] + .js-select-styler,
.bpa-claret [type="radio"] + .js-select-styler {
  border: 1px solid #fff;
}

.bpa-saffron [type="checkbox"] + .js-select-styler, .bpa-saffron [type="radio"] + .js-select-styler {
  border: 1px solid #111314;
}

.bpa-white [type="checkbox"] + .js-select-styler, .bpa-white [type="radio"] + .js-select-styler {
  border: 1px solid #4c4f50;
}

[type="checkbox"] + .js-select-styler:after, [type="radio"] + .js-select-styler:after {
  content: '';
  display: inline-block;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
}

:disabled[type="checkbox"] + .js-select-styler, :disabled[type="radio"] + .js-select-styler {
  border-color: #9aa0a2;
}

:focus[type="checkbox"] + .js-select-styler, :focus[type="radio"] + .js-select-styler {
  border: 1px #0071ad dashed;
}

:checked[type="checkbox"] + .js-select-styler:after, :checked[type="radio"] + .js-select-styler:after {
  visibility: visible;
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

input[type="text"], input[type="password"], input[type="email"], select {
  border-bottom: 1px solid #9aa0a2;
  background-color: #fff;
  color: #111314;
  width: 100%;
  height: 2.5rem;
  border-width: 0 0 1px;
}

.bpa-porcelain input[type="text"], .bpa-porcelain input[type="password"], .bpa-porcelain input[type="email"], .bpa-porcelain select,
.bpa-shark input[type="text"],
.bpa-shark input[type="password"],
.bpa-shark input[type="email"],
.bpa-shark select {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-regal-blue input[type="text"], .bpa-regal-blue input[type="password"], .bpa-regal-blue input[type="email"], .bpa-regal-blue select,
.bpa-deep-cerulean input[type="text"],
.bpa-deep-cerulean input[type="password"],
.bpa-deep-cerulean input[type="email"],
.bpa-deep-cerulean select,
.bpa-twitter input[type="text"],
.bpa-twitter input[type="password"],
.bpa-twitter input[type="email"],
.bpa-twitter select,
.bpa-monza input[type="text"],
.bpa-monza input[type="password"],
.bpa-monza input[type="email"],
.bpa-monza select,
.bpa-mojo input[type="text"],
.bpa-mojo input[type="password"],
.bpa-mojo input[type="email"],
.bpa-mojo select,
.bpa-blue-lagoon input[type="text"],
.bpa-blue-lagoon input[type="password"],
.bpa-blue-lagoon input[type="email"],
.bpa-blue-lagoon select,
.bpa-tropical-rain-forest input[type="text"],
.bpa-tropical-rain-forest input[type="password"],
.bpa-tropical-rain-forest input[type="email"],
.bpa-tropical-rain-forest select,
.bpa-bossanova input[type="text"],
.bpa-bossanova input[type="password"],
.bpa-bossanova input[type="email"],
.bpa-bossanova select,
.bpa-aqua-deep input[type="text"],
.bpa-aqua-deep input[type="password"],
.bpa-aqua-deep input[type="email"],
.bpa-aqua-deep select,
.bpa-claret input[type="text"],
.bpa-claret input[type="password"],
.bpa-claret input[type="email"],
.bpa-claret select {
  border-bottom: 1px solid #fff;
}

.bpa-saffron input[type="text"], .bpa-saffron input[type="password"], .bpa-saffron input[type="email"], .bpa-saffron select {
  border-bottom: 1px solid #111314;
}

.bpa-white input[type="text"], .bpa-white input[type="password"], .bpa-white input[type="email"], .bpa-white select {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-porcelain input[type="text"], .bpa-porcelain input[type="password"], .bpa-porcelain input[type="email"], .bpa-porcelain select {
  background-color: #eeeff1;
}


.bpa-shark input[type="text"],
.bpa-shark input[type="password"],
.bpa-shark input[type="email"],
.bpa-shark select {
  background-color: #25292a;
}

.bpa-regal-blue input[type="text"], .bpa-regal-blue input[type="password"], .bpa-regal-blue input[type="email"], .bpa-regal-blue select {
  background-color: #004b76;
}


.bpa-deep-cerulean input[type="text"],
.bpa-deep-cerulean input[type="password"],
.bpa-deep-cerulean input[type="email"],
.bpa-deep-cerulean select {
  background-color: #0071ad;
}


.bpa-twitter input[type="text"],
.bpa-twitter input[type="password"],
.bpa-twitter input[type="email"],
.bpa-twitter select {
  background-color: #1da1f2;
}


.bpa-monza input[type="text"],
.bpa-monza input[type="password"],
.bpa-monza input[type="email"],
.bpa-monza select {
  background-color: #c0003c;
}

.bpa-saffron input[type="text"], .bpa-saffron input[type="password"], .bpa-saffron input[type="email"], .bpa-saffron select {
  background-color: #f7bb3d;
}


.bpa-mojo input[type="text"],
.bpa-mojo input[type="password"],
.bpa-mojo input[type="email"],
.bpa-mojo select {
  background-color: #cd5038;
}


.bpa-blue-lagoon input[type="text"],
.bpa-blue-lagoon input[type="password"],
.bpa-blue-lagoon input[type="email"],
.bpa-blue-lagoon select {
  background-color: #00818b;
}


.bpa-tropical-rain-forest input[type="text"],
.bpa-tropical-rain-forest input[type="password"],
.bpa-tropical-rain-forest input[type="email"],
.bpa-tropical-rain-forest select {
  background-color: #00854a;
}


.bpa-bossanova input[type="text"],
.bpa-bossanova input[type="password"],
.bpa-bossanova input[type="email"],
.bpa-bossanova select {
  background-color: #5f316e;
}


.bpa-aqua-deep input[type="text"],
.bpa-aqua-deep input[type="password"],
.bpa-aqua-deep input[type="email"],
.bpa-aqua-deep select {
  background-color: #005c45;
}


.bpa-claret input[type="text"],
.bpa-claret input[type="password"],
.bpa-claret input[type="email"],
.bpa-claret select {
  background-color: #780f2d;
}

.bpa-white input[type="text"], .bpa-white input[type="password"], .bpa-white input[type="email"], .bpa-white select {
  background-color: #fff;
}

.bpa-porcelain input[type="text"], .bpa-porcelain input[type="password"], .bpa-porcelain input[type="email"], .bpa-porcelain select, .bpa-saffron input[type="text"], .bpa-saffron input[type="password"], .bpa-saffron input[type="email"], .bpa-saffron select {
  color: #111314;
}


.bpa-shark input[type="text"],
.bpa-shark input[type="password"],
.bpa-shark input[type="email"],
.bpa-shark select, .bpa-regal-blue input[type="text"], .bpa-regal-blue input[type="password"], .bpa-regal-blue input[type="email"], .bpa-regal-blue select,
.bpa-deep-cerulean input[type="text"],
.bpa-deep-cerulean input[type="password"],
.bpa-deep-cerulean input[type="email"],
.bpa-deep-cerulean select,
.bpa-twitter input[type="text"],
.bpa-twitter input[type="password"],
.bpa-twitter input[type="email"],
.bpa-twitter select,
.bpa-monza input[type="text"],
.bpa-monza input[type="password"],
.bpa-monza input[type="email"],
.bpa-monza select,
.bpa-mojo input[type="text"],
.bpa-mojo input[type="password"],
.bpa-mojo input[type="email"],
.bpa-mojo select,
.bpa-blue-lagoon input[type="text"],
.bpa-blue-lagoon input[type="password"],
.bpa-blue-lagoon input[type="email"],
.bpa-blue-lagoon select,
.bpa-tropical-rain-forest input[type="text"],
.bpa-tropical-rain-forest input[type="password"],
.bpa-tropical-rain-forest input[type="email"],
.bpa-tropical-rain-forest select,
.bpa-bossanova input[type="text"],
.bpa-bossanova input[type="password"],
.bpa-bossanova input[type="email"],
.bpa-bossanova select,
.bpa-aqua-deep input[type="text"],
.bpa-aqua-deep input[type="password"],
.bpa-aqua-deep input[type="email"],
.bpa-aqua-deep select,
.bpa-claret input[type="text"],
.bpa-claret input[type="password"],
.bpa-claret input[type="email"],
.bpa-claret select {
  color: #fff;
}

.bpa-white input[type="text"], .bpa-white input[type="password"], .bpa-white input[type="email"], .bpa-white select {
  color: #111314;
}

.bpa-module-full .bpa-footer, .bpa-module-full .bpa-teaser-module, .bpa-module-full .bpa-teaser-tile-module, .bpa-module-full .bpa-teaser-list-module, .bpa-module-full .bpa-banner-logo-teaser, .bpa-module-full .bpa-teaser-banner-module, .bpa-module-full .bpa-social-media,
.bpa-module-full-hero .bpa-footer,
.bpa-module-full-hero .bpa-teaser-module,
.bpa-module-full-hero .bpa-teaser-tile-module,
.bpa-module-full-hero .bpa-teaser-list-module,
.bpa-module-full-hero .bpa-banner-logo-teaser,
.bpa-module-full-hero .bpa-teaser-banner-module,
.bpa-module-full-hero .bpa-social-media {
  padding: 4.5454545455%;
}

@media only screen and (max-width: 1023px) {
  .bpa-module-full .bpa-footer, .bpa-module-full .bpa-teaser-module, .bpa-module-full .bpa-teaser-tile-module, .bpa-module-full .bpa-teaser-list-module, .bpa-module-full .bpa-banner-logo-teaser, .bpa-module-full .bpa-teaser-banner-module, .bpa-module-full .bpa-social-media,
  .bpa-module-full-hero .bpa-footer,
  .bpa-module-full-hero .bpa-teaser-module,
  .bpa-module-full-hero .bpa-teaser-tile-module,
  .bpa-module-full-hero .bpa-teaser-list-module,
  .bpa-module-full-hero .bpa-banner-logo-teaser,
  .bpa-module-full-hero .bpa-teaser-banner-module,
  .bpa-module-full-hero .bpa-social-media {
    padding: 3.8461538462%;
  }
}

.bpa-module-standard .bpa-footer, .bpa-module-standard .bpa-teaser-module, .bpa-module-standard .bpa-teaser-tile-module, .bpa-module-standard .bpa-teaser-list-module, .bpa-module-standard .bpa-banner-logo-teaser, .bpa-module-standard .bpa-teaser-banner-module, .bpa-module-standard .bpa-social-media {
  padding: 3.8461538462%;
}

@media only screen and (min-width: 1024px) {
  .bpa-module-standard .bpa-footer, .bpa-module-standard .bpa-teaser-module, .bpa-module-standard .bpa-teaser-tile-module, .bpa-module-standard .bpa-teaser-list-module, .bpa-module-standard .bpa-banner-logo-teaser, .bpa-module-standard .bpa-teaser-banner-module, .bpa-module-standard .bpa-social-media {
    padding: 5%;
  }
}

.bpa-module-inner .bpa-footer, .bpa-module-inner .bpa-teaser-module, .bpa-module-inner .bpa-teaser-tile-module, .bpa-module-inner .bpa-teaser-list-module, .bpa-module-inner .bpa-banner-logo-teaser, .bpa-module-inner .bpa-teaser-banner-module, .bpa-module-inner .bpa-social-media {
  padding: 5%;
}

.bpa-module-embedded .bpa-module-standard .bpa-footer, .bpa-module-embedded .bpa-module-standard .bpa-teaser-module, .bpa-module-embedded .bpa-module-standard .bpa-teaser-tile-module, .bpa-module-embedded .bpa-module-standard .bpa-teaser-list-module, .bpa-module-embedded .bpa-module-standard .bpa-banner-logo-teaser, .bpa-module-embedded .bpa-module-standard .bpa-teaser-banner-module, .bpa-module-embedded .bpa-module-standard .bpa-social-media {
  padding: 3.8461538462%;
}

@media only screen and (min-width: 1024px) {
  .bpa-module-embedded .bpa-module-standard .bpa-footer, .bpa-module-embedded .bpa-module-standard .bpa-teaser-module, .bpa-module-embedded .bpa-module-standard .bpa-teaser-tile-module, .bpa-module-embedded .bpa-module-standard .bpa-teaser-list-module, .bpa-module-embedded .bpa-module-standard .bpa-banner-logo-teaser, .bpa-module-embedded .bpa-module-standard .bpa-teaser-banner-module, .bpa-module-embedded .bpa-module-standard .bpa-social-media {
    padding: 4.5454545455%;
  }
}

.bpa-module-embedded .bpa-module-inner .bpa-footer, .bpa-module-embedded .bpa-module-inner .bpa-teaser-module, .bpa-module-embedded .bpa-module-inner .bpa-teaser-tile-module, .bpa-module-embedded .bpa-module-inner .bpa-teaser-list-module, .bpa-module-embedded .bpa-module-inner .bpa-banner-logo-teaser, .bpa-module-embedded .bpa-module-inner .bpa-teaser-banner-module, .bpa-module-embedded .bpa-module-inner .bpa-social-media {
  padding: 4.5454545455%;
}

.bpa-horizontal-togglebtn > span:first-child, .bpa-search-results .bpa-search-results-accordion-btn > span:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.bpa-nav-meta-flyout .bpa-footer-nav-list {
  -webkit-box-shadow: inset 0 11px 8px -10px rgba(0, 0, 0, 0.2), inset 0 -11px 8px -10px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 11px 8px -10px rgba(0, 0, 0, 0.2), inset 0 -11px 8px -10px rgba(0, 0, 0, 0.2);
}

.bpa-nav-meta-flyout .bpa-footer-nav-list:before, .bpa-nav-meta-flyout .bpa-footer-nav-list:after {
  content: ' ';
  padding-top: 0.6875em;
  width: 100%;
  display: block;
  background-color: #fff;
}

.bpa-dateblock, .bpa-timeblock {
  background-color: #fff;
  border-color: #9aa0a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 1px solid;
  border-radius: 0.25rem;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

.bpa-porcelain .bpa-dateblock, .bpa-porcelain .bpa-timeblock,
.bpa-shark .bpa-dateblock,
.bpa-shark .bpa-timeblock,
.bpa-regal-blue .bpa-dateblock,
.bpa-regal-blue .bpa-timeblock,
.bpa-deep-cerulean .bpa-dateblock,
.bpa-deep-cerulean .bpa-timeblock,
.bpa-twitter .bpa-dateblock,
.bpa-twitter .bpa-timeblock,
.bpa-monza .bpa-dateblock,
.bpa-monza .bpa-timeblock,
.bpa-saffron .bpa-dateblock,
.bpa-saffron .bpa-timeblock,
.bpa-mojo .bpa-dateblock,
.bpa-mojo .bpa-timeblock,
.bpa-blue-lagoon .bpa-dateblock,
.bpa-blue-lagoon .bpa-timeblock,
.bpa-tropical-rain-forest .bpa-dateblock,
.bpa-tropical-rain-forest .bpa-timeblock,
.bpa-bossanova .bpa-dateblock,
.bpa-bossanova .bpa-timeblock,
.bpa-aqua-deep .bpa-dateblock,
.bpa-aqua-deep .bpa-timeblock,
.bpa-claret .bpa-dateblock,
.bpa-claret .bpa-timeblock {
  background-color: #fff;
}

.bpa-white .bpa-dateblock, .bpa-white .bpa-timeblock {
  background-color: #fff;
}

.bpa-porcelain .bpa-dateblock, .bpa-porcelain .bpa-timeblock,
.bpa-shark .bpa-dateblock,
.bpa-shark .bpa-timeblock,
.bpa-regal-blue .bpa-dateblock,
.bpa-regal-blue .bpa-timeblock,
.bpa-deep-cerulean .bpa-dateblock,
.bpa-deep-cerulean .bpa-timeblock,
.bpa-twitter .bpa-dateblock,
.bpa-twitter .bpa-timeblock,
.bpa-monza .bpa-dateblock,
.bpa-monza .bpa-timeblock,
.bpa-saffron .bpa-dateblock,
.bpa-saffron .bpa-timeblock,
.bpa-mojo .bpa-dateblock,
.bpa-mojo .bpa-timeblock,
.bpa-blue-lagoon .bpa-dateblock,
.bpa-blue-lagoon .bpa-timeblock,
.bpa-tropical-rain-forest .bpa-dateblock,
.bpa-tropical-rain-forest .bpa-timeblock,
.bpa-bossanova .bpa-dateblock,
.bpa-bossanova .bpa-timeblock,
.bpa-aqua-deep .bpa-dateblock,
.bpa-aqua-deep .bpa-timeblock,
.bpa-claret .bpa-dateblock,
.bpa-claret .bpa-timeblock {
  border-color: #fff;
}

.bpa-white .bpa-dateblock, .bpa-white .bpa-timeblock {
  border-color: #9aa0a2;
}

.bpa-dateblock .bpa-dateblock-light, .bpa-timeblock .bpa-dateblock-light,
.bpa-dateblock .bpa-timeblock-light,
.bpa-timeblock .bpa-timeblock-light {
  color: #63686a;
}

.bpa-porcelain .bpa-dateblock .bpa-dateblock-light, .bpa-porcelain .bpa-timeblock .bpa-dateblock-light, .bpa-porcelain .bpa-dateblock .bpa-timeblock-light, .bpa-porcelain .bpa-timeblock .bpa-timeblock-light {
  color: #63686a;
}

.bpa-shark .bpa-dateblock .bpa-dateblock-light, .bpa-shark .bpa-timeblock .bpa-dateblock-light,
.bpa-regal-blue .bpa-dateblock .bpa-dateblock-light,
.bpa-regal-blue .bpa-timeblock .bpa-dateblock-light,
.bpa-deep-cerulean .bpa-dateblock .bpa-dateblock-light,
.bpa-deep-cerulean .bpa-timeblock .bpa-dateblock-light,
.bpa-monza .bpa-dateblock .bpa-dateblock-light,
.bpa-monza .bpa-timeblock .bpa-dateblock-light,
.bpa-saffron .bpa-dateblock .bpa-dateblock-light,
.bpa-saffron .bpa-timeblock .bpa-dateblock-light,
.bpa-mojo .bpa-dateblock .bpa-dateblock-light,
.bpa-mojo .bpa-timeblock .bpa-dateblock-light,
.bpa-blue-lagoon .bpa-dateblock .bpa-dateblock-light,
.bpa-blue-lagoon .bpa-timeblock .bpa-dateblock-light,
.bpa-tropical-rain-forest .bpa-dateblock .bpa-dateblock-light,
.bpa-tropical-rain-forest .bpa-timeblock .bpa-dateblock-light,
.bpa-bossanova .bpa-dateblock .bpa-dateblock-light,
.bpa-bossanova .bpa-timeblock .bpa-dateblock-light,
.bpa-aqua-deep .bpa-dateblock .bpa-dateblock-light,
.bpa-aqua-deep .bpa-timeblock .bpa-dateblock-light,
.bpa-claret .bpa-dateblock .bpa-dateblock-light,
.bpa-claret .bpa-timeblock .bpa-dateblock-light, .bpa-shark .bpa-dateblock .bpa-timeblock-light, .bpa-shark .bpa-timeblock .bpa-timeblock-light,
.bpa-regal-blue .bpa-dateblock .bpa-timeblock-light,
.bpa-regal-blue .bpa-timeblock .bpa-timeblock-light,
.bpa-deep-cerulean .bpa-dateblock .bpa-timeblock-light,
.bpa-deep-cerulean .bpa-timeblock .bpa-timeblock-light,
.bpa-monza .bpa-dateblock .bpa-timeblock-light,
.bpa-monza .bpa-timeblock .bpa-timeblock-light,
.bpa-saffron .bpa-dateblock .bpa-timeblock-light,
.bpa-saffron .bpa-timeblock .bpa-timeblock-light,
.bpa-mojo .bpa-dateblock .bpa-timeblock-light,
.bpa-mojo .bpa-timeblock .bpa-timeblock-light,
.bpa-blue-lagoon .bpa-dateblock .bpa-timeblock-light,
.bpa-blue-lagoon .bpa-timeblock .bpa-timeblock-light,
.bpa-tropical-rain-forest .bpa-dateblock .bpa-timeblock-light,
.bpa-tropical-rain-forest .bpa-timeblock .bpa-timeblock-light,
.bpa-bossanova .bpa-dateblock .bpa-timeblock-light,
.bpa-bossanova .bpa-timeblock .bpa-timeblock-light,
.bpa-aqua-deep .bpa-dateblock .bpa-timeblock-light,
.bpa-aqua-deep .bpa-timeblock .bpa-timeblock-light,
.bpa-claret .bpa-dateblock .bpa-timeblock-light,
.bpa-claret .bpa-timeblock .bpa-timeblock-light {
  color: #0071ad;
}

.bpa-twitter .bpa-dateblock .bpa-dateblock-light, .bpa-twitter .bpa-timeblock .bpa-dateblock-light, .bpa-twitter .bpa-dateblock .bpa-timeblock-light, .bpa-twitter .bpa-timeblock .bpa-timeblock-light {
  color: #1da1f2;
}

.bpa-white .bpa-dateblock .bpa-dateblock-light, .bpa-white .bpa-timeblock .bpa-dateblock-light, .bpa-white .bpa-dateblock .bpa-timeblock-light, .bpa-white .bpa-timeblock .bpa-timeblock-light {
  color: #63686a;
}

.bpa-dateblock .bpa-dateblock-accent, .bpa-timeblock .bpa-dateblock-accent,
.bpa-dateblock .bpa-timeblock-accent,
.bpa-timeblock .bpa-timeblock-accent {
  color: #004b76;
}

.bpa-porcelain .bpa-dateblock .bpa-dateblock-accent, .bpa-porcelain .bpa-timeblock .bpa-dateblock-accent, .bpa-porcelain .bpa-dateblock .bpa-timeblock-accent, .bpa-porcelain .bpa-timeblock .bpa-timeblock-accent {
  color: #004b76;
}

.bpa-shark .bpa-dateblock .bpa-dateblock-accent, .bpa-shark .bpa-timeblock .bpa-dateblock-accent,
.bpa-regal-blue .bpa-dateblock .bpa-dateblock-accent,
.bpa-regal-blue .bpa-timeblock .bpa-dateblock-accent,
.bpa-deep-cerulean .bpa-dateblock .bpa-dateblock-accent,
.bpa-deep-cerulean .bpa-timeblock .bpa-dateblock-accent,
.bpa-monza .bpa-dateblock .bpa-dateblock-accent,
.bpa-monza .bpa-timeblock .bpa-dateblock-accent,
.bpa-saffron .bpa-dateblock .bpa-dateblock-accent,
.bpa-saffron .bpa-timeblock .bpa-dateblock-accent,
.bpa-mojo .bpa-dateblock .bpa-dateblock-accent,
.bpa-mojo .bpa-timeblock .bpa-dateblock-accent,
.bpa-blue-lagoon .bpa-dateblock .bpa-dateblock-accent,
.bpa-blue-lagoon .bpa-timeblock .bpa-dateblock-accent,
.bpa-tropical-rain-forest .bpa-dateblock .bpa-dateblock-accent,
.bpa-tropical-rain-forest .bpa-timeblock .bpa-dateblock-accent,
.bpa-bossanova .bpa-dateblock .bpa-dateblock-accent,
.bpa-bossanova .bpa-timeblock .bpa-dateblock-accent,
.bpa-aqua-deep .bpa-dateblock .bpa-dateblock-accent,
.bpa-aqua-deep .bpa-timeblock .bpa-dateblock-accent,
.bpa-claret .bpa-dateblock .bpa-dateblock-accent,
.bpa-claret .bpa-timeblock .bpa-dateblock-accent, .bpa-shark .bpa-dateblock .bpa-timeblock-accent, .bpa-shark .bpa-timeblock .bpa-timeblock-accent,
.bpa-regal-blue .bpa-dateblock .bpa-timeblock-accent,
.bpa-regal-blue .bpa-timeblock .bpa-timeblock-accent,
.bpa-deep-cerulean .bpa-dateblock .bpa-timeblock-accent,
.bpa-deep-cerulean .bpa-timeblock .bpa-timeblock-accent,
.bpa-monza .bpa-dateblock .bpa-timeblock-accent,
.bpa-monza .bpa-timeblock .bpa-timeblock-accent,
.bpa-saffron .bpa-dateblock .bpa-timeblock-accent,
.bpa-saffron .bpa-timeblock .bpa-timeblock-accent,
.bpa-mojo .bpa-dateblock .bpa-timeblock-accent,
.bpa-mojo .bpa-timeblock .bpa-timeblock-accent,
.bpa-blue-lagoon .bpa-dateblock .bpa-timeblock-accent,
.bpa-blue-lagoon .bpa-timeblock .bpa-timeblock-accent,
.bpa-tropical-rain-forest .bpa-dateblock .bpa-timeblock-accent,
.bpa-tropical-rain-forest .bpa-timeblock .bpa-timeblock-accent,
.bpa-bossanova .bpa-dateblock .bpa-timeblock-accent,
.bpa-bossanova .bpa-timeblock .bpa-timeblock-accent,
.bpa-aqua-deep .bpa-dateblock .bpa-timeblock-accent,
.bpa-aqua-deep .bpa-timeblock .bpa-timeblock-accent,
.bpa-claret .bpa-dateblock .bpa-timeblock-accent,
.bpa-claret .bpa-timeblock .bpa-timeblock-accent {
  color: #0071ad;
}

.bpa-twitter .bpa-dateblock .bpa-dateblock-accent, .bpa-twitter .bpa-timeblock .bpa-dateblock-accent, .bpa-twitter .bpa-dateblock .bpa-timeblock-accent, .bpa-twitter .bpa-timeblock .bpa-timeblock-accent {
  color: #1da1f2;
}

.bpa-white .bpa-dateblock .bpa-dateblock-accent, .bpa-white .bpa-timeblock .bpa-dateblock-accent, .bpa-white .bpa-dateblock .bpa-timeblock-accent, .bpa-white .bpa-timeblock .bpa-timeblock-accent {
  color: #004b76;
}

.bpa-dateblock .bpa-dateblock-text, .bpa-timeblock .bpa-dateblock-text,
.bpa-dateblock .bpa-timeblock-text,
.bpa-timeblock .bpa-timeblock-text {
  color: #0071ad;
}

.bpa-porcelain .bpa-dateblock .bpa-dateblock-text, .bpa-porcelain .bpa-timeblock .bpa-dateblock-text,
.bpa-shark .bpa-dateblock .bpa-dateblock-text,
.bpa-shark .bpa-timeblock .bpa-dateblock-text,
.bpa-regal-blue .bpa-dateblock .bpa-dateblock-text,
.bpa-regal-blue .bpa-timeblock .bpa-dateblock-text,
.bpa-deep-cerulean .bpa-dateblock .bpa-dateblock-text,
.bpa-deep-cerulean .bpa-timeblock .bpa-dateblock-text,
.bpa-monza .bpa-dateblock .bpa-dateblock-text,
.bpa-monza .bpa-timeblock .bpa-dateblock-text,
.bpa-saffron .bpa-dateblock .bpa-dateblock-text,
.bpa-saffron .bpa-timeblock .bpa-dateblock-text,
.bpa-mojo .bpa-dateblock .bpa-dateblock-text,
.bpa-mojo .bpa-timeblock .bpa-dateblock-text,
.bpa-blue-lagoon .bpa-dateblock .bpa-dateblock-text,
.bpa-blue-lagoon .bpa-timeblock .bpa-dateblock-text,
.bpa-tropical-rain-forest .bpa-dateblock .bpa-dateblock-text,
.bpa-tropical-rain-forest .bpa-timeblock .bpa-dateblock-text,
.bpa-bossanova .bpa-dateblock .bpa-dateblock-text,
.bpa-bossanova .bpa-timeblock .bpa-dateblock-text,
.bpa-aqua-deep .bpa-dateblock .bpa-dateblock-text,
.bpa-aqua-deep .bpa-timeblock .bpa-dateblock-text,
.bpa-claret .bpa-dateblock .bpa-dateblock-text,
.bpa-claret .bpa-timeblock .bpa-dateblock-text, .bpa-porcelain .bpa-dateblock .bpa-timeblock-text, .bpa-porcelain .bpa-timeblock .bpa-timeblock-text,
.bpa-shark .bpa-dateblock .bpa-timeblock-text,
.bpa-shark .bpa-timeblock .bpa-timeblock-text,
.bpa-regal-blue .bpa-dateblock .bpa-timeblock-text,
.bpa-regal-blue .bpa-timeblock .bpa-timeblock-text,
.bpa-deep-cerulean .bpa-dateblock .bpa-timeblock-text,
.bpa-deep-cerulean .bpa-timeblock .bpa-timeblock-text,
.bpa-monza .bpa-dateblock .bpa-timeblock-text,
.bpa-monza .bpa-timeblock .bpa-timeblock-text,
.bpa-saffron .bpa-dateblock .bpa-timeblock-text,
.bpa-saffron .bpa-timeblock .bpa-timeblock-text,
.bpa-mojo .bpa-dateblock .bpa-timeblock-text,
.bpa-mojo .bpa-timeblock .bpa-timeblock-text,
.bpa-blue-lagoon .bpa-dateblock .bpa-timeblock-text,
.bpa-blue-lagoon .bpa-timeblock .bpa-timeblock-text,
.bpa-tropical-rain-forest .bpa-dateblock .bpa-timeblock-text,
.bpa-tropical-rain-forest .bpa-timeblock .bpa-timeblock-text,
.bpa-bossanova .bpa-dateblock .bpa-timeblock-text,
.bpa-bossanova .bpa-timeblock .bpa-timeblock-text,
.bpa-aqua-deep .bpa-dateblock .bpa-timeblock-text,
.bpa-aqua-deep .bpa-timeblock .bpa-timeblock-text,
.bpa-claret .bpa-dateblock .bpa-timeblock-text,
.bpa-claret .bpa-timeblock .bpa-timeblock-text {
  color: #0071ad;
}

.bpa-twitter .bpa-dateblock .bpa-dateblock-text, .bpa-twitter .bpa-timeblock .bpa-dateblock-text, .bpa-twitter .bpa-dateblock .bpa-timeblock-text, .bpa-twitter .bpa-timeblock .bpa-timeblock-text {
  color: #1da1f2;
}

.bpa-white .bpa-dateblock .bpa-dateblock-text, .bpa-white .bpa-timeblock .bpa-dateblock-text, .bpa-white .bpa-dateblock .bpa-timeblock-text, .bpa-white .bpa-timeblock .bpa-timeblock-text {
  color: #0071ad;
}

.bpa-dateblock .bpa-dateblock-light, .bpa-timeblock .bpa-dateblock-light,
.bpa-dateblock .bpa-timeblock-light,
.bpa-timeblock .bpa-timeblock-light, .bpa-dateblock .bpa-dateblock-accent, .bpa-timeblock .bpa-dateblock-accent,
.bpa-dateblock .bpa-timeblock-accent,
.bpa-timeblock .bpa-timeblock-accent {
  font-size: 0.78125rem;
  line-height: 0.75rem;
  text-transform: uppercase;
}

.bpa-dateblock .bpa-dateblock-text, .bpa-timeblock .bpa-dateblock-text,
.bpa-dateblock .bpa-timeblock-text,
.bpa-timeblock .bpa-timeblock-text {
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
}

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

html {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-style: normal;
  line-height: 100%;
  background: #fff;
  color: #111314;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #111314;
}

@media screen {
  a:hover, a:focus {
    text-decoration: underline;
  }
}

a[class^='bpa-teaser']:hover, a[class^='bpa-teaser']:focus {
  text-decoration: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

[role="button"] {
  cursor: pointer;
}

:focus {
  outline: 1px dotted #111314;
}

.bpa-porcelain :focus,
.bpa-saffron :focus {
  outline: 1px dotted #111314;
}

.bpa-shark :focus,
.bpa-regal-blue :focus,
.bpa-deep-cerulean :focus,
.bpa-twitter :focus,
.bpa-monza :focus,
.bpa-mojo :focus,
.bpa-blue-lagoon :focus,
.bpa-tropical-rain-forest :focus,
.bpa-bossanova :focus,
.bpa-aqua-deep :focus,
.bpa-claret :focus {
  outline: 1px dotted #fff;
}

.bpa-white :focus {
  outline: 1px dotted #111314;
}

.bpa-right {
  float: right;
}

@supports (-webkit-overflow-scrolling: touch) {
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
}

@font-face {
  font-family: "BundesSansWeb-Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("../Fonts/BundesSansWeb/BundesSansWeb-Regular.eot"), url("../Fonts/BundesSansWeb/BundesSansWeb-Regular.ttf") format("truetype"), url("../Fonts/BundesSansWeb/BundesSansWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: "BundesSansWeb-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("../Fonts/BundesSansWeb/BundesSansWeb-Bold.eot"), url("../Fonts/BundesSansWeb/BundesSansWeb-Bold.ttf") format("truetype"), url("../Fonts/BundesSansWeb/BundesSansWeb-Bold.woff") format("woff");
}

@font-face {
  font-family: "BundesSansWeb-Italic";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("../Fonts/BundesSansWeb/BundesSansWeb-Italic.eot"), url("../Fonts/BundesSansWeb/BundesSansWeb-Italic.ttf") format("truetype"), url("../Fonts/BundesSansWeb/BundesSansWeb-Italic.woff") format("woff");
}

@font-face {
  font-family: "BundesSansWeb-BoldItalic";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("../Fonts/BundesSansWeb/BundesSansWeb-BoldItalic.eot"), url("../Fonts/BundesSansWeb/BundesSansWeb-BoldItalic.ttf") format("truetype"), url("../Fonts/BundesSansWeb/BundesSansWeb-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "BundesSerifWeb-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("../Fonts/BundesSerifWeb/BundesSerifWeb-Bold.eot"), url("../Fonts/BundesSerifWeb/BundesSerifWeb-Bold.ttf") format("truetype"), url("../Fonts/BundesSerifWeb/BundesSerifWeb-Bold.woff") format("woff");
}

@font-face {
  font-family: "GiorgioSansWeb-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("../Fonts/GiorgioSansWeb/GiorgioSansWeb-Bold.woff2") format("woff2"), url("../Fonts/GiorgioSansWeb/GiorgioSansWeb-Bold.woff") format("woff");
}

@font-face {
  font-family: "Fira Sans";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  src: url("../Fonts/FiraSans/FiraSans-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: 'jw-bpa-icon-audio';
  src: url("../Fonts/jw-bpa-icon-audio/jw-bpa-icon-audio.eot"), url("../Fonts/jw-bpa-icon-audio/jw-bpa-icon-audio.ttf") format("truetype"), url("../Fonts/jw-bpa-icon-audio/jw-bpa-icon-audio.woff") format("woff");
}

@font-face {
  font-family: 'jw-bpa-icon-video';
  src: url("../Fonts/jw-bpa-icon-video/jw-bpa-icon-video.eot"), url("../Fonts/jw-bpa-icon-video/jw-bpa-icon-video.ttf") format("truetype"), url("../Fonts/jw-bpa-icon-video/jw-bpa-icon-video.woff") format("woff");
}

h2 {
  margin: 0.83rem 0;
}

h3 {
  margin: 1rem 0;
}

h4 {
  margin: 1.33rem 0;
}

h5 {
  margin: 1.67rem 0;
}

h6 {
  margin: 2.33rem 0;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
}

dfn[title] {
  font-style: normal;
}

dfn[title] .bpa-icon {
  margin: 0 0.125rem;
  text-decoration: none;
  fill: currentColor;
}

dfn[title] .bpa-link-text {
  color: currentColor;
  border-bottom: 1px dotted currentColor;
}

.bpa-tooltip {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: #eeeff1;
  color: #0071ad;
  border: 1px solid #cfd2d3;
  border-radius: 2px;
}

.bpa-porcelain .bpa-tooltip,
.bpa-balloon .bpa-tooltip {
  background: #fff;
}

@media only screen and (min-width: 600px) {
  .bpa-tooltip {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.bpa-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 73.125rem;
}

/* stylelint-disable selector-max-compound-selectors */
.bpa-module.bpa-white + .bpa-module.bpa-white .bpa-container .bpa-padded,
.bpa-module.bpa-porcelain + .bpa-module.bpa-porcelain .bpa-container .bpa-padded,
.bpa-module.bpa-regal-blue + .bpa-module.bpa-regal-blue .bpa-container .bpa-padded,
.bpa-module.bpa-deep-cerulean + .bpa-module.bpa-deep-cerulean .bpa-container .bpa-padded,
.bpa-module.bpa-twitter + .bpa-module.bpa-twitter .bpa-container .bpa-padded,
.bpa-module.bpa-monza + .bpa-module.bpa-monza .bpa-container .bpa-padded,
.bpa-module.bpa-saffron + .bpa-module.bpa-saffron .bpa-container .bpa-padded,
.bpa-module.bpa-mojo + .bpa-module.bpa-mojo .bpa-container .bpa-padded,
.bpa-module.bpa-blue-lagoon + .bpa-module.bpa-blue-lagoon .bpa-container .bpa-padded,
.bpa-module.bpa-tropical-rain-forest + .bpa-module.bpa-tropical-rain-forest .bpa-container .bpa-padded,
.bpa-module.bpa-bossanova + .bpa-module.bpa-bossanova .bpa-container .bpa-padded,
.bpa-module.bpa-aqua-deep + .bpa-module.bpa-aqua-deep .bpa-container .bpa-padded,
.bpa-module.bpa-claret + .bpa-module.bpa-claret .bpa-container .bpa-padded,
.bpa-module.bpa-porcelain + .bpa-hidden-jumpmark + .bpa-module.bpa-porcelain .bpa-container .bpa-padded,
.bpa-module.bpa-regal-blue + .bpa-hidden-jumpmark + .bpa-module.bpa-regal-blue .bpa-container .bpa-padded,
.bpa-module.bpa-deep-cerulean + .bpa-hidden-jumpmark + .bpa-module.bpa-deep-cerulean .bpa-container .bpa-padded,
.bpa-module.bpa-twitter + .bpa-hidden-jumpmark + .bpa-module.bpa-twitter .bpa-container .bpa-padded,
.bpa-module.bpa-monza + .bpa-hidden-jumpmark + .bpa-module.bpa-monza .bpa-container .bpa-padded,
.bpa-module.bpa-saffron + .bpa-hidden-jumpmark + .bpa-module.bpa-saffron .bpa-container .bpa-padded,
.bpa-module.bpa-mojo + .bpa-hidden-jumpmark + .bpa-module.bpa-mojo .bpa-container .bpa-padded,
.bpa-module.bpa-blue-lagoon + .bpa-hidden-jumpmark + .bpa-module.bpa-blue-lagoon .bpa-container .bpa-padded,
.bpa-module.bpa-tropical-rain-forest + .bpa-hidden-jumpmark + .bpa-module.bpa-tropical-rain-forest .bpa-container .bpa-padded,
.bpa-module.bpa-bossanova + .bpa-hidden-jumpmark + .bpa-module.bpa-bossanova .bpa-container .bpa-padded,
.bpa-module.bpa-aqua-deep + .bpa-hidden-jumpmark + .bpa-module.bpa-aqua-deep .bpa-container .bpa-padded,
.bpa-module.bpa-claret + .bpa-hidden-jumpmark + .bpa-module.bpa-claret .bpa-container .bpa-padded {
  padding-top: 0;
}

.bpa-module-full-hero {
  width: 100%;
}

.bpa-module-full-hero.bpa-padded {
  padding: 3.8461538462%;
}

.bpa-module-full-hero.bpa-padded-horizontal {
  padding-right: 3.8461538462%;
  padding-left: 3.8461538462%;
}

.bpa-module-full-hero > .bpa-padded {
  padding: 4.1666666667%;
}

.bpa-module-full-hero > .bpa-padded + .bpa-padded {
  padding-top: 0;
}

.bpa-module-full {
  width: 100%;
}

.bpa-module-full.bpa-padded {
  padding: 3.8461538462%;
}

.bpa-module-full.bpa-padded-horizontal {
  padding-right: 3.8461538462%;
  padding-left: 3.8461538462%;
}

.bpa-module-full > .bpa-padded {
  padding: 4.5454545455%;
}

.bpa-module-full > .bpa-padded + .bpa-padded {
  padding-top: 0;
}

@media only screen and (max-width: 1023px) {
  .bpa-module-full > .bpa-padded {
    padding: 3.8461538462%;
  }
}

.bpa-module-full > .bpa-padded-horizontal {
  padding-right: 4.5454545455%;
  padding-left: 4.5454545455%;
}

@media only screen and (max-width: 1023px) {
  .bpa-module-full > .bpa-padded-horizontal {
    padding-right: 3.8461538462%;
    padding-left: 3.8461538462%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-module-full {
    margin: 0 7.6923076923%;
    width: 84.6153846154%;
  }
}

.bpa-module-standard {
  width: 100%;
}

.bpa-module-standard.bpa-padded {
  padding: 3.8461538462%;
}

.bpa-module-standard.bpa-padded-horizontal {
  padding-right: 3.8461538462%;
  padding-left: 3.8461538462%;
}

.bpa-module-standard > .bpa-padded {
  padding: 4.1666666667%;
}

@media only screen and (min-width: 1024px) {
  .bpa-module-standard {
    margin: 0 11.5384615385%;
    width: 76.9230769231%;
  }
}

.bpa-module-inner {
  margin: 0 3.8461538462%;
  width: 92.3076923077%;
}

.bpa-module-inner.bpa-padded {
  padding: 3.8461538462%;
}

.bpa-module-inner > .bpa-padded {
  padding: 5%;
}

@media only screen and (min-width: 1024px) {
  .bpa-module-inner {
    margin: 0 11.5384615385%;
    width: 76.9230769231%;
  }
}

.bpa-module-embedded {
  margin-right: -5%;
  margin-left: -5%;
}

.bpa-module-embedded .bpa-module-inner.bpa-padded {
  padding: 4.5454545455%;
}

.bpa-module-embedded .bpa-module-inner > .bpa-padded {
  padding: 4.5454545455%;
}

.bpa-stage,
.bpa-main,
.bpa-supplement {
  width: 100%;
}

.bpa-glossar-list,
.bpa-search-keyword-list,
.bpa-faq-list,
.bpa-article {
  padding-bottom: 3.4375rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-glossar-list,
  .bpa-search-keyword-list,
  .bpa-faq-list,
  .bpa-article {
    padding-bottom: 5.3125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-glossar-list,
  .bpa-search-keyword-list,
  .bpa-faq-list,
  .bpa-article {
    padding-bottom: 6.875rem;
  }
}

.bpa-article-event .bpa-richtext {
  margin-bottom: 4rem;
}

.bpa-mediacenter {
  background-color: #25292a;
  color: #fff;
}

.bpa-mediacenter figure {
  margin: 0;
}

.bpa-mediacenter .jw-skin-bpa-audio {
  margin: 0.625rem 0;
}

.bpa-mediacenter .bpa-mediacenter-figure {
  margin: 0;
}

.bpa-mediacenter .bpa-mediacenter-podcast-button {
  margin-top: 0.5rem;
  margin-bottom: 4.625rem;
}

.bpa-mediacenter .bpa-keywords-header {
  margin-top: 0.625rem;
}

.bpa-mediacenter .bpa-keywords + .bpa-link-large {
  margin: 2.875rem 0 0.625rem;
  display: inline-block;
}

.bpa-mediacenter-download-list {
  margin-bottom: 1.875rem;
}

.bpa-mediacenter-download-list-item {
  padding: 0.625rem 0;
}

.bpa-mediacenter-download-list-item:not(:last-child) {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-mediacenter-hidden-figcaption {
  display: none;
}

.bpa-mediacenter-line {
  margin-right: 3.8461538462%;
  margin-left: 3.8461538462%;
  border-bottom: 1px dotted #9aa0a2;
}

@media only screen and (min-width: 1024px) {
  .bpa-mediacenter-line {
    margin-right: 4.5454545455%;
    margin-left: 4.5454545455%;
  }
}

.bpa-module.bpa-white.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-white.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-white.bpa-transparent .bpa-module-full,
.bpa-module.bpa-white.bpa-transparent .bpa-module-inner, .bpa-module.bpa-porcelain.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-porcelain.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-porcelain.bpa-transparent .bpa-module-full,
.bpa-module.bpa-porcelain.bpa-transparent .bpa-module-inner, .bpa-module.bpa-shark.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-shark.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-shark.bpa-transparent .bpa-module-full,
.bpa-module.bpa-shark.bpa-transparent .bpa-module-inner, .bpa-module.bpa-regal-blue.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-regal-blue.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-regal-blue.bpa-transparent .bpa-module-full,
.bpa-module.bpa-regal-blue.bpa-transparent .bpa-module-inner,
.bpa-module.bpa-claret .bpa-module.bpa-twitter.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-claret .bpa-module.bpa-twitter.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-claret .bpa-module.bpa-twitter.bpa-transparent .bpa-module-full,
.bpa-module.bpa-claret .bpa-module.bpa-twitter.bpa-transparent .bpa-module-inner, .bpa-module.bpa-monza.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-monza.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-monza.bpa-transparent .bpa-module-full,
.bpa-module.bpa-monza.bpa-transparent .bpa-module-inner, .bpa-module.bpa-saffron.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-saffron.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-saffron.bpa-transparent .bpa-module-full,
.bpa-module.bpa-saffron.bpa-transparent .bpa-module-inner, .bpa-module.bpa-mojo.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-mojo.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-mojo.bpa-transparent .bpa-module-full,
.bpa-module.bpa-mojo.bpa-transparent .bpa-module-inner, .bpa-module.bpa-blue-lagoon.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-blue-lagoon.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-blue-lagoon.bpa-transparent .bpa-module-full,
.bpa-module.bpa-blue-lagoon.bpa-transparent .bpa-module-inner, .bpa-module.bpa-tropical-rain-forest.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-tropical-rain-forest.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-tropical-rain-forest.bpa-transparent .bpa-module-full,
.bpa-module.bpa-tropical-rain-forest.bpa-transparent .bpa-module-inner, .bpa-module.bpa-bossanova.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-bossanova.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-bossanova.bpa-transparent .bpa-module-full,
.bpa-module.bpa-bossanova.bpa-transparent .bpa-module-inner, .bpa-module.bpa-aqua-deep.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-aqua-deep.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-aqua-deep.bpa-transparent .bpa-module-full,
.bpa-module.bpa-aqua-deep.bpa-transparent .bpa-module-inner, .bpa-module.bpa-deep-cerulean.bpa-transparent .bpa-module-supplement,
.bpa-module.bpa-deep-cerulean.bpa-transparent .bpa-module-standard,
.bpa-module.bpa-deep-cerulean.bpa-transparent .bpa-module-full,
.bpa-module.bpa-deep-cerulean.bpa-transparent .bpa-module-inner {
  background-color: transparent;
}

.bpa-main {
  z-index: 1000;
}

#bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-search,
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-search {
  z-index: 1000;
}

.bpa-figure .bpa-btn-wrapper {
  z-index: 1000;
}

.bpa-horizontal {
  z-index: 8000;
}

.bpa-header {
  z-index: 9000;
}

.bpa-search,
.bpa-flyout-navigation,
.bpa-nav-meta-flyout {
  z-index: 13000;
}

.bpa-share-links,
.bpa-sticky-footer {
  z-index: 6000;
}

.bpa-shrinked .bpa-header {
  z-index: 12000;
}

.bpa-popover,
.bpa-share-links {
  z-index: 7000;
}

.bpa-skiplinks {
  z-index: 16000;
}

.bpa-cookie-banner {
  z-index: 11000;
}

.bpa-module-embedded.bpa-porcelain.bpa-module-supplement,
.bpa-module-embedded.bpa-porcelain .bpa-module-standard,
.bpa-module-embedded.bpa-porcelain .bpa-module-full,
.bpa-module-embedded.bpa-porcelain .bpa-module-full-hero,
.bpa-module-embedded.bpa-porcelain .bpa-module-inner,
.bpa-module.bpa-porcelain.bpa-module-supplement,
.bpa-module.bpa-porcelain .bpa-module-standard,
.bpa-module.bpa-porcelain .bpa-module-full,
.bpa-module.bpa-porcelain .bpa-module-full-hero,
.bpa-module.bpa-porcelain .bpa-module-inner {
  background-color: #eeeff1;
}

.bpa-module-embedded.bpa-shark.bpa-module-supplement,
.bpa-module-embedded.bpa-shark .bpa-module-standard,
.bpa-module-embedded.bpa-shark .bpa-module-full,
.bpa-module-embedded.bpa-shark .bpa-module-full-hero,
.bpa-module-embedded.bpa-shark .bpa-module-inner,
.bpa-module.bpa-shark.bpa-module-supplement,
.bpa-module.bpa-shark .bpa-module-standard,
.bpa-module.bpa-shark .bpa-module-full,
.bpa-module.bpa-shark .bpa-module-full-hero,
.bpa-module.bpa-shark .bpa-module-inner {
  background-color: #25292a;
}

.bpa-module-embedded.bpa-regal-blue.bpa-module-supplement,
.bpa-module-embedded.bpa-regal-blue .bpa-module-standard,
.bpa-module-embedded.bpa-regal-blue .bpa-module-full,
.bpa-module-embedded.bpa-regal-blue .bpa-module-full-hero,
.bpa-module-embedded.bpa-regal-blue .bpa-module-inner,
.bpa-module.bpa-regal-blue.bpa-module-supplement,
.bpa-module.bpa-regal-blue .bpa-module-standard,
.bpa-module.bpa-regal-blue .bpa-module-full,
.bpa-module.bpa-regal-blue .bpa-module-full-hero,
.bpa-module.bpa-regal-blue .bpa-module-inner {
  background-color: #004b76;
}

.bpa-module-embedded.bpa-monza.bpa-module-supplement,
.bpa-module-embedded.bpa-monza .bpa-module-standard,
.bpa-module-embedded.bpa-monza .bpa-module-full,
.bpa-module-embedded.bpa-monza .bpa-module-full-hero,
.bpa-module-embedded.bpa-monza .bpa-module-inner,
.bpa-module.bpa-monza.bpa-module-supplement,
.bpa-module.bpa-monza .bpa-module-standard,
.bpa-module.bpa-monza .bpa-module-full,
.bpa-module.bpa-monza .bpa-module-full-hero,
.bpa-module.bpa-monza .bpa-module-inner {
  background-color: #c0003c;
}

.bpa-module-embedded.bpa-deep-cerulean.bpa-module-supplement,
.bpa-module-embedded.bpa-deep-cerulean .bpa-module-standard,
.bpa-module-embedded.bpa-deep-cerulean .bpa-module-full,
.bpa-module-embedded.bpa-deep-cerulean .bpa-module-full-hero,
.bpa-module-embedded.bpa-deep-cerulean .bpa-module-inner,
.bpa-module.bpa-deep-cerulean.bpa-module-supplement,
.bpa-module.bpa-deep-cerulean .bpa-module-standard,
.bpa-module.bpa-deep-cerulean .bpa-module-full,
.bpa-module.bpa-deep-cerulean .bpa-module-full-hero,
.bpa-module.bpa-deep-cerulean .bpa-module-inner {
  background-color: #0071ad;
}

.bpa-module-embedded.bpa-twitter.bpa-module-supplement,
.bpa-module-embedded.bpa-twitter .bpa-module-standard,
.bpa-module-embedded.bpa-twitter .bpa-module-full,
.bpa-module-embedded.bpa-twitter .bpa-module-full-hero,
.bpa-module-embedded.bpa-twitter .bpa-module-inner,
.bpa-module.bpa-twitter.bpa-module-supplement,
.bpa-module.bpa-twitter .bpa-module-standard,
.bpa-module.bpa-twitter .bpa-module-full,
.bpa-module.bpa-twitter .bpa-module-full-hero,
.bpa-module.bpa-twitter .bpa-module-inner {
  background-color: #1da1f2;
}

.bpa-module-embedded.bpa-saffron.bpa-module-supplement,
.bpa-module-embedded.bpa-saffron .bpa-module-standard,
.bpa-module-embedded.bpa-saffron .bpa-module-full,
.bpa-module-embedded.bpa-saffron .bpa-module-full-hero,
.bpa-module-embedded.bpa-saffron .bpa-module-inner,
.bpa-module.bpa-saffron.bpa-module-supplement,
.bpa-module.bpa-saffron .bpa-module-standard,
.bpa-module.bpa-saffron .bpa-module-full,
.bpa-module.bpa-saffron .bpa-module-full-hero,
.bpa-module.bpa-saffron .bpa-module-inner {
  background-color: #f7bb3d;
}

.bpa-module-embedded.bpa-mojo.bpa-module-supplement,
.bpa-module-embedded.bpa-mojo .bpa-module-standard,
.bpa-module-embedded.bpa-mojo .bpa-module-full,
.bpa-module-embedded.bpa-mojo .bpa-module-full-hero,
.bpa-module-embedded.bpa-mojo .bpa-module-inner,
.bpa-module.bpa-mojo.bpa-module-supplement,
.bpa-module.bpa-mojo .bpa-module-standard,
.bpa-module.bpa-mojo .bpa-module-full,
.bpa-module.bpa-mojo .bpa-module-full-hero,
.bpa-module.bpa-mojo .bpa-module-inner {
  background-color: #cd5038;
}

.bpa-module-embedded.bpa-blue-lagoon.bpa-module-supplement,
.bpa-module-embedded.bpa-blue-lagoon .bpa-module-standard,
.bpa-module-embedded.bpa-blue-lagoon .bpa-module-full,
.bpa-module-embedded.bpa-blue-lagoon .bpa-module-full-hero,
.bpa-module-embedded.bpa-blue-lagoon .bpa-module-inner,
.bpa-module.bpa-blue-lagoon.bpa-module-supplement,
.bpa-module.bpa-blue-lagoon .bpa-module-standard,
.bpa-module.bpa-blue-lagoon .bpa-module-full,
.bpa-module.bpa-blue-lagoon .bpa-module-full-hero,
.bpa-module.bpa-blue-lagoon .bpa-module-inner {
  background-color: #00818b;
}

.bpa-module-embedded.bpa-tropical-rain-forest.bpa-module-supplement,
.bpa-module-embedded.bpa-tropical-rain-forest .bpa-module-standard,
.bpa-module-embedded.bpa-tropical-rain-forest .bpa-module-full,
.bpa-module-embedded.bpa-tropical-rain-forest .bpa-module-full-hero,
.bpa-module-embedded.bpa-tropical-rain-forest .bpa-module-inner,
.bpa-module.bpa-tropical-rain-forest.bpa-module-supplement,
.bpa-module.bpa-tropical-rain-forest .bpa-module-standard,
.bpa-module.bpa-tropical-rain-forest .bpa-module-full,
.bpa-module.bpa-tropical-rain-forest .bpa-module-full-hero,
.bpa-module.bpa-tropical-rain-forest .bpa-module-inner {
  background-color: #00854a;
}

.bpa-module-embedded.bpa-bossanova.bpa-module-supplement,
.bpa-module-embedded.bpa-bossanova .bpa-module-standard,
.bpa-module-embedded.bpa-bossanova .bpa-module-full,
.bpa-module-embedded.bpa-bossanova .bpa-module-full-hero,
.bpa-module-embedded.bpa-bossanova .bpa-module-inner,
.bpa-module.bpa-bossanova.bpa-module-supplement,
.bpa-module.bpa-bossanova .bpa-module-standard,
.bpa-module.bpa-bossanova .bpa-module-full,
.bpa-module.bpa-bossanova .bpa-module-full-hero,
.bpa-module.bpa-bossanova .bpa-module-inner {
  background-color: #5f316e;
}

.bpa-module-embedded.bpa-aqua-deep.bpa-module-supplement,
.bpa-module-embedded.bpa-aqua-deep .bpa-module-standard,
.bpa-module-embedded.bpa-aqua-deep .bpa-module-full,
.bpa-module-embedded.bpa-aqua-deep .bpa-module-full-hero,
.bpa-module-embedded.bpa-aqua-deep .bpa-module-inner,
.bpa-module.bpa-aqua-deep.bpa-module-supplement,
.bpa-module.bpa-aqua-deep .bpa-module-standard,
.bpa-module.bpa-aqua-deep .bpa-module-full,
.bpa-module.bpa-aqua-deep .bpa-module-full-hero,
.bpa-module.bpa-aqua-deep .bpa-module-inner {
  background-color: #005c45;
}

.bpa-module-embedded.bpa-claret.bpa-module-supplement,
.bpa-module-embedded.bpa-claret .bpa-module-standard,
.bpa-module-embedded.bpa-claret .bpa-module-full,
.bpa-module-embedded.bpa-claret .bpa-module-full-hero,
.bpa-module-embedded.bpa-claret .bpa-module-inner,
.bpa-module.bpa-claret.bpa-module-supplement,
.bpa-module.bpa-claret .bpa-module-standard,
.bpa-module.bpa-claret .bpa-module-full,
.bpa-module.bpa-claret .bpa-module-full-hero,
.bpa-module.bpa-claret .bpa-module-inner {
  background-color: #780f2d;
}

.bpa-module-embedded.bpa-white.bpa-module-supplement,
.bpa-module-embedded.bpa-white .bpa-module-standard,
.bpa-module-embedded.bpa-white .bpa-module-full,
.bpa-module-embedded.bpa-white .bpa-module-full-hero,
.bpa-module-embedded.bpa-white .bpa-module-inner,
.bpa-module.bpa-white.bpa-module-supplement,
.bpa-module.bpa-white .bpa-module-standard,
.bpa-module.bpa-white .bpa-module-full,
.bpa-module.bpa-white .bpa-module-full-hero,
.bpa-module.bpa-white .bpa-module-inner {
  background-color: #fff;
}

.bpa-module {
  margin: 0 auto;
  width: 100%;
}

.bpa-richtext h2 {
  color: #0071ad;
}

.bpa-porcelain .bpa-richtext h2 {
  color: #0071ad;
}

.bpa-shark .bpa-richtext h2,
.bpa-regal-blue .bpa-richtext h2,
.bpa-deep-cerulean .bpa-richtext h2,
.bpa-twitter .bpa-richtext h2,
.bpa-monza .bpa-richtext h2,
.bpa-mojo .bpa-richtext h2,
.bpa-blue-lagoon .bpa-richtext h2,
.bpa-tropical-rain-forest .bpa-richtext h2,
.bpa-bossanova .bpa-richtext h2,
.bpa-aqua-deep .bpa-richtext h2,
.bpa-claret .bpa-richtext h2 {
  color: #fff;
}

.bpa-saffron .bpa-richtext h2 {
  color: #111314;
}

.bpa-white .bpa-richtext h2 {
  color: #0071ad;
}

.bpa-richtext .hinweis {
  padding: 4.1666666667%;
  background-color: #eeeff1;
}

.bpa-richtext .hinweis.bpa-monza {
  background-color: #c0003c;
  color: #fff;
}

.bpa-richtext .hinweis.bpa-saffron {
  background-color: #f7bb3d;
}

.bpa-richtext .hinweis.bpa-deep-cerulean {
  background-color: #0071ad;
  color: #fff;
}

.bpa-richtext .hinweis.bpa-regal-blue {
  background-color: #004b76;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .bpa-richtext .hinweis {
    padding: 5%;
  }
}

.bpa-richtext ul.hinweis {
  margin-bottom: 2em;
  padding-left: 2.6em;
}

.bpa-richtext p.hinweis + ul.hinweis,
.bpa-richtext ul.hinweis + p.hinweis {
  margin-top: -2em;
  padding-top: 0;
}

.bpa-richtext span.hinweis {
  display: block;
}

.bpa-richtext .hinweis .hinweis {
  padding: 0;
  display: block;
}

.bpa-article-feature .hinweis {
  background-color: #fff;
}

.bpa-short-text p:last-of-type {
  margin: 0;
}

.bpa-time {
  color: #4c4f50;
}

.bpa-porcelain .bpa-time {
  color: #4c4f50;
}

.bpa-shark .bpa-time {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-time,
.bpa-deep-cerulean .bpa-time,
.bpa-twitter .bpa-time,
.bpa-monza .bpa-time,
.bpa-mojo .bpa-time,
.bpa-blue-lagoon .bpa-time,
.bpa-tropical-rain-forest .bpa-time,
.bpa-bossanova .bpa-time,
.bpa-aqua-deep .bpa-time,
.bpa-claret .bpa-time {
  color: #fff;
}

.bpa-saffron .bpa-time {
  color: #111314;
}

.bpa-white .bpa-time {
  color: #4c4f50;
}

.bpa-richtext .bpa-time {
  display: inline-block;
}

.bpa-title {
  color: #111314;
  margin: 1.125rem 0;
}

.bpa-porcelain .bpa-title,
.bpa-saffron .bpa-title {
  color: #111314;
}

.bpa-shark .bpa-title,
.bpa-regal-blue .bpa-title,
.bpa-deep-cerulean .bpa-title,
.bpa-twitter .bpa-title,
.bpa-monza .bpa-title,
.bpa-mojo .bpa-title,
.bpa-blue-lagoon .bpa-title,
.bpa-tropical-rain-forest .bpa-title,
.bpa-bossanova .bpa-title,
.bpa-aqua-deep .bpa-title,
.bpa-claret .bpa-title {
  color: #fff;
}

.bpa-white .bpa-title {
  color: #111314;
}

.bpa-article-header .bpa-title:first-child {
  margin-top: 0;
  line-height: 1;
}

@media only screen and (min-width: 600px) {
  .bpa-article-header .bpa-title dfn[title] .bpa-icon {
    margin-top: -0.3125rem;
    width: auto;
    height: 1.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-article-header .bpa-title dfn[title] .bpa-icon {
    height: 2.5rem;
  }
}

.bpa-title-warenkorb {
  margin: 1.125rem 0;
  color: #0071ad;
}

.bpa-module-title .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-porcelain .bpa-module-title .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-shark .bpa-module-title .bpa-teaser-title-text {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-module-title .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-module-title .bpa-teaser-title-text,
.bpa-twitter .bpa-module-title .bpa-teaser-title-text,
.bpa-monza .bpa-module-title .bpa-teaser-title-text,
.bpa-mojo .bpa-module-title .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-module-title .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-module-title .bpa-teaser-title-text,
.bpa-bossanova .bpa-module-title .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-module-title .bpa-teaser-title-text,
.bpa-claret .bpa-module-title .bpa-teaser-title-text {
  color: #fff;
}

.bpa-saffron .bpa-module-title .bpa-teaser-title-text {
  color: #111314;
}

.bpa-white .bpa-module-title .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-teaser-title {
  color: #111314;
  margin: 1.125rem 0;
  display: block;
}

.bpa-porcelain .bpa-teaser-title,
.bpa-saffron .bpa-teaser-title {
  color: #111314;
}

.bpa-shark .bpa-teaser-title,
.bpa-regal-blue .bpa-teaser-title,
.bpa-deep-cerulean .bpa-teaser-title,
.bpa-twitter .bpa-teaser-title,
.bpa-monza .bpa-teaser-title,
.bpa-mojo .bpa-teaser-title,
.bpa-blue-lagoon .bpa-teaser-title,
.bpa-tropical-rain-forest .bpa-teaser-title,
.bpa-bossanova .bpa-teaser-title,
.bpa-aqua-deep .bpa-teaser-title,
.bpa-claret .bpa-teaser-title {
  color: #fff;
}

.bpa-white .bpa-teaser-title {
  color: #111314;
}

.bpa-teaser-banner-text-faq .bpa-teaser-title-zahl {
  color: #111314;
  margin: 0.625rem 0 1.125rem;
}

.bpa-porcelain .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-saffron .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl {
  color: #111314;
}

.bpa-shark .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-regal-blue .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-deep-cerulean .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-twitter .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-monza .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-mojo .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-blue-lagoon .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-bossanova .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-aqua-deep .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl,
.bpa-claret .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl {
  color: #fff;
}

.bpa-white .bpa-teaser-banner-text-faq .bpa-teaser-title-zahl {
  color: #111314;
}

.bpa-teaser-title-quote {
  color: #111314;
  margin: 1.125rem 0;
}

.bpa-porcelain .bpa-teaser-title-quote,
.bpa-saffron .bpa-teaser-title-quote {
  color: #111314;
}

.bpa-shark .bpa-teaser-title-quote,
.bpa-regal-blue .bpa-teaser-title-quote,
.bpa-deep-cerulean .bpa-teaser-title-quote,
.bpa-twitter .bpa-teaser-title-quote,
.bpa-monza .bpa-teaser-title-quote,
.bpa-mojo .bpa-teaser-title-quote,
.bpa-blue-lagoon .bpa-teaser-title-quote,
.bpa-tropical-rain-forest .bpa-teaser-title-quote,
.bpa-bossanova .bpa-teaser-title-quote,
.bpa-aqua-deep .bpa-teaser-title-quote,
.bpa-claret .bpa-teaser-title-quote {
  color: #fff;
}

.bpa-white .bpa-teaser-title-quote {
  color: #111314;
}

.bpa-teaser-title-icon {
  color: #111314;
  margin: 1.125rem 0;
}

.bpa-porcelain .bpa-teaser-title-icon,
.bpa-saffron .bpa-teaser-title-icon {
  color: #111314;
}

.bpa-shark .bpa-teaser-title-icon,
.bpa-regal-blue .bpa-teaser-title-icon,
.bpa-deep-cerulean .bpa-teaser-title-icon,
.bpa-twitter .bpa-teaser-title-icon,
.bpa-monza .bpa-teaser-title-icon,
.bpa-mojo .bpa-teaser-title-icon,
.bpa-blue-lagoon .bpa-teaser-title-icon,
.bpa-tropical-rain-forest .bpa-teaser-title-icon,
.bpa-bossanova .bpa-teaser-title-icon,
.bpa-aqua-deep .bpa-teaser-title-icon,
.bpa-claret .bpa-teaser-title-icon {
  color: #fff;
}

.bpa-white .bpa-teaser-title-icon {
  color: #111314;
}

.bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon {
  fill: #111314;
}

.bpa-porcelain .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-saffron .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon {
  fill: #111314;
}

.bpa-shark .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-regal-blue .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-deep-cerulean .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-twitter .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-monza .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-mojo .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-blue-lagoon .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-tropical-rain-forest .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-bossanova .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-aqua-deep .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon,
.bpa-claret .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon {
  fill: #fff;
}

.bpa-white .bpa-teaser-title-icon .bpa-title-icon-before .bpa-icon {
  fill: #111314;
}

.bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon,
.bpa-deep-cerulean .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon,
.bpa-twitter .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon,
.bpa-monza .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon,
.bpa-mojo .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon,
.bpa-blue-lagoon .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon,
.bpa-tropical-rain-forest .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon,
.bpa-bossanova .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon,
.bpa-aqua-deep .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon,
.bpa-claret .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon {
  fill: #4c4f50;
}

.bpa-teaser-title-icon .bpa-icon-link-external {
  width: 0.89375rem;
  height: 0.825rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-teaser-title-icon .bpa-icon-link-external {
    width: 0.975rem;
    height: 0.9rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-title-icon .bpa-icon-link-external {
    width: 1.05625rem;
    height: 0.975rem;
  }
}

.bpa-teaser-title-icon .bpa-icon-gallery {
  width: 1.375rem;
  height: 1.375rem;
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-title-icon .bpa-icon-gallery {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-title-icon .bpa-icon-gallery {
    width: 2rem;
    height: 2rem;
  }
}

.bpa-subtitle {
  color: #111314;
  margin: 1.125rem 0;
}

.bpa-porcelain .bpa-subtitle,
.bpa-saffron .bpa-subtitle {
  color: #111314;
}

.bpa-shark .bpa-subtitle,
.bpa-regal-blue .bpa-subtitle,
.bpa-deep-cerulean .bpa-subtitle,
.bpa-twitter .bpa-subtitle,
.bpa-monza .bpa-subtitle,
.bpa-mojo .bpa-subtitle,
.bpa-blue-lagoon .bpa-subtitle,
.bpa-tropical-rain-forest .bpa-subtitle,
.bpa-bossanova .bpa-subtitle,
.bpa-aqua-deep .bpa-subtitle,
.bpa-claret .bpa-subtitle {
  color: #fff;
}

.bpa-white .bpa-subtitle {
  color: #111314;
}

.bpa-richtext .bpa-subtitle {
  color: #111314;
}

.bpa-topline + .bpa-subtitle {
  margin-top: 0.375rem;
}

.bpa-topline-title {
  color: #0071ad;
}

.bpa-porcelain .bpa-topline-title {
  color: #0071ad;
}

.bpa-shark .bpa-topline-title {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-topline-title,
.bpa-deep-cerulean .bpa-topline-title,
.bpa-twitter .bpa-topline-title,
.bpa-monza .bpa-topline-title,
.bpa-mojo .bpa-topline-title,
.bpa-blue-lagoon .bpa-topline-title,
.bpa-tropical-rain-forest .bpa-topline-title,
.bpa-bossanova .bpa-topline-title,
.bpa-aqua-deep .bpa-topline-title,
.bpa-claret .bpa-topline-title {
  color: #fff;
}

.bpa-saffron .bpa-topline-title {
  color: #111314;
}

.bpa-white .bpa-topline-title {
  color: #0071ad;
}

.bpa-topline-icon-before .bpa-icon {
  fill: #0071ad;
  margin-top: -0.3125rem;
  margin-right: 0.25rem;
}

.bpa-porcelain .bpa-topline-icon-before .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-topline-icon-before .bpa-icon,
.bpa-regal-blue .bpa-topline-icon-before .bpa-icon,
.bpa-deep-cerulean .bpa-topline-icon-before .bpa-icon,
.bpa-twitter .bpa-topline-icon-before .bpa-icon,
.bpa-monza .bpa-topline-icon-before .bpa-icon,
.bpa-mojo .bpa-topline-icon-before .bpa-icon,
.bpa-blue-lagoon .bpa-topline-icon-before .bpa-icon,
.bpa-tropical-rain-forest .bpa-topline-icon-before .bpa-icon,
.bpa-bossanova .bpa-topline-icon-before .bpa-icon,
.bpa-aqua-deep .bpa-topline-icon-before .bpa-icon,
.bpa-claret .bpa-topline-icon-before .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-topline-icon-before .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-topline-icon-before .bpa-icon {
  fill: #0071ad;
}

.bpa-topline-icon-after .bpa-icon {
  fill: #0071ad;
  margin-top: -0.5rem;
  margin-left: 0.25rem;
}

.bpa-porcelain .bpa-topline-icon-after .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-topline-icon-after .bpa-icon,
.bpa-regal-blue .bpa-topline-icon-after .bpa-icon,
.bpa-deep-cerulean .bpa-topline-icon-after .bpa-icon,
.bpa-twitter .bpa-topline-icon-after .bpa-icon,
.bpa-monza .bpa-topline-icon-after .bpa-icon,
.bpa-mojo .bpa-topline-icon-after .bpa-icon,
.bpa-blue-lagoon .bpa-topline-icon-after .bpa-icon,
.bpa-tropical-rain-forest .bpa-topline-icon-after .bpa-icon,
.bpa-bossanova .bpa-topline-icon-after .bpa-icon,
.bpa-aqua-deep .bpa-topline-icon-after .bpa-icon,
.bpa-claret .bpa-topline-icon-after .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-topline-icon-after .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-topline-icon-after .bpa-icon {
  fill: #0071ad;
}

.bpa-source {
  color: #4c4f50;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.bpa-porcelain .bpa-source {
  color: #4c4f50;
}

.bpa-shark .bpa-source {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-source,
.bpa-deep-cerulean .bpa-source,
.bpa-twitter .bpa-source,
.bpa-monza .bpa-source,
.bpa-mojo .bpa-source,
.bpa-blue-lagoon .bpa-source,
.bpa-tropical-rain-forest .bpa-source,
.bpa-bossanova .bpa-source,
.bpa-aqua-deep .bpa-source,
.bpa-claret .bpa-source {
  color: #fff;
}

.bpa-saffron .bpa-source {
  color: #111314;
}

.bpa-white .bpa-source {
  color: #4c4f50;
}

.bpa-icon {
  display: inline-block;
  fill: #111314;
  stroke-width: 0;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.bpa-icon-add-event {
  width: 1.125rem;
  height: 1.0625rem;
}

.bpa-icon-add-podcast, .bpa-icon-email, .bpa-icon-email-alt {
  width: 1.375rem;
  height: 1.125rem;
}

.bpa-icon-minimi, .bpa-icon-alert, .bpa-icon-close-round, .bpa-icon-correct, .bpa-icon-information, .bpa-icon-sound, .bpa-icon-share-link, .bpa-icon-time {
  width: 1.375rem;
  height: 1.375rem;
}

.bpa-icon-arrow-left, .bpa-icon-arrow-right {
  width: 1rem;
  height: 0.875rem;
}

.bpa-icon-backward {
  width: 1.25rem;
  height: 0.9375rem;
}

.bpa-icon-bubble {
  width: 1.3125rem;
  height: 1.25rem;
}

.bpa-icon-calendar, .bpa-icon-desktop, .bpa-icon-download, .bpa-icon-gallery-overview, .bpa-icon-jw-download, .bpa-icon-jw-maximize, .bpa-icon-jw-minimize, .bpa-icon-jw-sound, .bpa-icon-link-external, .bpa-icon-maximize, .bpa-icon-minimize, .bpa-icon-podcast, .bpa-icon-search, .bpa-icon-sound-on, .bpa-icon-tag {
  width: 1.125rem;
  height: 1.125rem;
}

.bpa-icon-close, .bpa-icon-livestream {
  width: 0.875rem;
  height: 0.875rem;
}

.bpa-icon-connect {
  width: 1.1875rem;
  height: 1.1875rem;
}

.bpa-icon-dropdown {
  width: 1.125rem;
  height: 0.5rem;
}

.bpa-icon-easy-speech {
  width: 1.25rem;
  height: 1.4375rem;
}

.bpa-icon-erase-tag {
  width: 0.625rem;
  height: 0.625rem;
}

.bpa-icon-filter {
  width: 1.75rem;
  height: 0.875rem;
}

.bpa-icon-folder, .bpa-icon-text {
  width: 1.25rem;
  height: 1rem;
}

.bpa-icon-gallery {
  width: 1.4375rem;
  height: 1rem;
}

.bpa-icon-glossar {
  width: 0.875rem;
  height: 1.3125rem;
}

.bpa-icon-go-down {
  width: 0.75rem;
  height: 1rem;
}

.bpa-icon-high-definition {
  width: 1.5625rem;
  height: 1.125rem;
}

.bpa-icon-interaction {
  width: 0.875rem;
  height: 1.25rem;
}

.bpa-icon-jw-pause {
  width: 0.875rem;
  height: 1rem;
}

.bpa-icon-jw-play {
  width: 0.8125rem;
  height: 1rem;
}

.bpa-icon-jw-share {
  width: 1.125rem;
  height: 1.25rem;
}

.bpa-icon-jw-subtitle {
  width: 1.8125rem;
  height: 1.25rem;
}

.bpa-icon-link-external {
  width: 1.0625rem;
  height: 1rem;
}

.bpa-icon-location, .bpa-icon-play {
  width: 1rem;
  height: 1.125rem;
}

.bpa-icon-menu {
  width: 1.25rem;
  height: 0.875rem;
}

.bpa-icon-more {
  width: 1.125rem;
  height: 0.375rem;
}

.bpa-icon-number-i {
  width: 0.9375rem;
  height: 3.25rem;
}

.bpa-icon-number-ii {
  width: 1.8125rem;
  height: 3.25rem;
}

.bpa-icon-number-iii {
  width: 2.6875rem;
  height: 3.25rem;
}

.bpa-icon-number-iv {
  width: 2.25rem;
  height: 3.25rem;
}

.bpa-icon-number-v {
  width: 1.375rem;
  height: 3.25rem;
}

.bpa-icon-pen {
  width: 1.25rem;
  height: 1.125rem;
}

.bpa-icon-pentagone-big {
  width: 3.5rem;
  height: 3.625rem;
}

.bpa-icon-pentagone-small {
  width: 2.75rem;
  height: 2.875rem;
}

.bpa-icon-photo {
  width: 1.4375rem;
  height: 1.25rem;
}

.bpa-icon-pictures {
  width: 1.625rem;
  height: 1.25rem;
}

.bpa-icon-play-v1 {
  width: 2.375rem;
  height: 2.375rem;
}

.bpa-icon-play-v2 {
  width: 1.1875rem;
  height: 1.619375rem;
}

.bpa-icon-playlist {
  width: 1.1875rem;
  height: 1rem;
}

.bpa-icon-plus {
  width: 1rem;
  height: 1rem;
}

.bpa-icon-print {
  width: 1.25rem;
  height: 1.25rem;
}

.bpa-icon-publication {
  width: 1.125rem;
  height: 1rem;
}

.bpa-icon-publication-deluxe {
  width: 1.5rem;
  height: 1.375rem;
}

.bpa-icon-quote {
  width: 1rem;
  height: 0.75rem;
}

.bpa-icon-restart, .bpa-icon-trash-can {
  width: 1.125rem;
  height: 1.3125rem;
}

.bpa-icon-share {
  width: 1.1875rem;
  height: 1.375rem;
}

.bpa-icon-sign-language {
  width: 1.375rem;
  height: 1.4375rem;
}

.bpa-icon-slide-left, .bpa-icon-slide-right {
  width: 0.5rem;
  height: 0.75rem;
}

.bpa-icon-sound-off {
  width: 1.125rem;
  height: 1rem;
}

.bpa-icon-speech {
  width: 1rem;
  height: 1.25rem;
}

.bpa-icon-subtitle {
  width: 1.8125rem;
  height: 1.25rem;
}

.bpa-icon-plus {
  width: 0.75rem;
  height: 0.75rem;
}

.bpa-icon-tags-active, .bpa-icon-tags-disable {
  width: 2.9375rem;
  height: 1.6875rem;
}

.bpa-icon-textversion {
  width: 1.125rem;
  height: 0.875rem;
}

.bpa-icon-threema {
  width: 1.375rem;
  height: 1.5625rem;
  fill: #323232;
}

.bpa-icon-to-top {
  width: 2.625rem;
  height: 2.625rem;
}

.bpa-icon-up {
  width: 0.875rem;
  height: 0.8125rem;
}

.bpa-icon-video {
  width: 1.5rem;
  height: 1.125rem;
}

.bpa-icon-bpa-eagle {
  width: 2.21125rem;
  height: 2.0625rem;
}

.bpa-icon-bpa-flag {
  width: 0.335rem;
  height: 5.75rem;
}

.bpa-icon-bpa-logo {
  width: 10.75rem;
  height: 5.9375rem;
}

.bpa-icon-bpa-logo-small {
  width: 3.25rem;
  height: 2.1875rem;
}

.bpa-icon-bpa-type {
  width: 7.75rem;
  height: 2.1875rem;
}

.bpa-icon-ib-type {
  width: 9.8125rem;
  height: 2.1875rem;
}

.bpa-icon-bpa-type-en {
  width: 8.354375rem;
  height: 2.25rem;
}

.bpa-icon-bpa-type-fr {
  width: 9.041875rem;
  height: 2.25rem;
}

.bpa-icon-facebook {
  width: 0.75rem;
  height: 1.375rem;
  fill: #3b5998;
}

.bpa-icon-instagram {
  width: 1.375rem;
  height: 1.375rem;
  fill: #833ab4;
}

.bpa-icon-linkedin {
  width: 1.375rem;
  height: 1.3125rem;
  fill: #0077b5;
}

.bpa-icon-twitter {
  width: 1.5rem;
  height: 1.25rem;
  fill: #1da1f2;
}

.bpa-twitter .bpa-icon-twitter {
  fill: #fff;
}

.bpa-icon-whatsapp {
  width: 1.5625rem;
  height: 1.5625rem;
}

.bpa-icon-whatsapp-flat {
  width: 1.375rem;
  height: 1.375rem;
  fill: #455a64;
}

.bpa-icon-whatsapp-inner {
  width: 1.25rem;
  height: 1.25rem;
  fill: #25D366;
}

.bpa-icon-xing {
  width: 1.125rem;
  height: 1.375rem;
}

.bpa-icon-youtube {
  width: 1.625rem;
  height: 1.125rem;
  fill: #ff0000;
}

.bpa-quick-error .bpa-icon {
  fill: #c0003c;
}

.bpa-link-keyword:hover .bpa-quick-error .bpa-icon {
  fill: #fff;
}

.bpa-quick-ok .bpa-icon {
  fill: #00854a;
}

.bpa-link-keyword:hover .bpa-quick-ok .bpa-icon {
  fill: #fff;
}

.bpa-quick-hint .bpa-icon {
  fill: #0071ad;
}

.bpa-link-keyword:hover .bpa-quick-hint .bpa-icon {
  fill: #fff;
}

.bpa-img {
  max-width: 100%;
}

.bpa-line {
  margin: 0.625rem 0;
  border: 0;
  border-top: 1px dotted #63686a;
}

.bpa-line.bpa-solid {
  border-style: solid;
}

/* stylelint-disable */
ul.rte--list {
  padding-left: 1.5625rem;
  list-style: none;
}

ul.rte--list li:before {
  content: '\2022';
  margin: 0 0.75rem 0 -1.5rem;
  font-size: 2.25rem;
  vertical-align: top;
}

@media only screen and (min-width: 600px) {
  ul.rte--list {
    padding-left: 2.1875rem;
  }
}

@media only screen and (min-width: 1024px) {
  ul.rte--list {
    padding-left: 4.375rem;
  }
}

ul.rte--list li > ul.rte--list,
ul.rte--list li > li > ul.rte--list {
  padding-left: 1.25rem;
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  ul.rte--list li > ul.rte--list,
  ul.rte--list li > li > ul.rte--list {
    padding-left: 2.1875rem;
  }
}

ul.rte--list.unstyled {
  list-style: none;
}

ul.rte--list.unstyled li > ul.rte--list,
ul.rte--list.unstyled li > li > ul.rte--list {
  list-style: none;
}

ul.rte--list.unstyled li .bpa-link-icon-before,
ul.rte--list.unstyled li .bpa-link-download,
ul.rte--list.unstyled li .bpa-link-external {
  display: inline-block;
  padding-left: 1.5625rem;
}

ul.rte--list.unstyled li .bpa-link-icon-before .bpa-icon,
ul.rte--list.unstyled li .bpa-link-download .bpa-icon,
ul.rte--list.unstyled li .bpa-link-external .bpa-icon {
  margin: 0 0.3125rem 0 -1.5625rem;
}

ul.rte--list.unstyled li:before {
  content: '';
  display: none;
}

ol.rte--list {
  padding-left: 0.625rem;
  counter-reset: section;
  list-style-type: none;
}

@media only screen and (min-width: 600px) {
  ol.rte--list {
    padding-left: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) {
  ol.rte--list {
    padding-left: 2.8125rem;
  }
}

ol.rte--list li:before {
  margin-right: 0.5rem;
  display: inline-block;
  counter-increment: section;
  content: counters(section, ".") ".";
}

ol.rte--list li > ol.rte--list,
ol.rte--list li > li > ol.rte--list {
  padding-left: 1.25rem;
}

@media only screen and (min-width: 1024px) {
  ol.rte--list li > ol.rte--list,
  ol.rte--list li > li > ol.rte--list {
    padding-left: 2.1875rem;
  }
}

.rte--list li {
  padding-top: 1.25rem;
}

.rte--list li:first-child {
  padding-top: 0;
}

.rte--list li li:first-child {
  padding-top: 1.25rem;
}

/* stylelint-enable */
.bpa-hidden-jumpmark {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}

.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

.Select input::-ms-clear {
  display: none !important;
}

.Select input::-ms-reveal {
  display: none !important;
}

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}

.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

.Select.is-focused > .Select-control {
  background: #fff;
}

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}

.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

.is-focused .Select-input > input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #D0021B;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.Select-control > *:last-child {
  padding-right: 5px;
}

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.Select-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

.Select-noresults {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}

.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.bpa-search-btn {
  white-space: nowrap;
}

.bpa-search-btn .bpa-search-btn-close {
  display: none;
}

.bpa-search-btn .bpa-search-btn-normal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-search-btn .bpa-search-btn-txt {
  color: #111314;
  margin-left: 0.25rem;
  padding-right: 0.5rem;
}

.bpa-porcelain .bpa-search-btn .bpa-search-btn-txt,
.bpa-saffron .bpa-search-btn .bpa-search-btn-txt {
  color: #111314;
}

.bpa-shark .bpa-search-btn .bpa-search-btn-txt,
.bpa-regal-blue .bpa-search-btn .bpa-search-btn-txt,
.bpa-deep-cerulean .bpa-search-btn .bpa-search-btn-txt,
.bpa-twitter .bpa-search-btn .bpa-search-btn-txt,
.bpa-monza .bpa-search-btn .bpa-search-btn-txt,
.bpa-mojo .bpa-search-btn .bpa-search-btn-txt,
.bpa-blue-lagoon .bpa-search-btn .bpa-search-btn-txt,
.bpa-tropical-rain-forest .bpa-search-btn .bpa-search-btn-txt,
.bpa-bossanova .bpa-search-btn .bpa-search-btn-txt,
.bpa-aqua-deep .bpa-search-btn .bpa-search-btn-txt,
.bpa-claret .bpa-search-btn .bpa-search-btn-txt {
  color: #fff;
}

.bpa-white .bpa-search-btn .bpa-search-btn-txt {
  color: #111314;
}

@media only screen and (min-width: 375px) and (max-width: 599px) {
  .bpa-menu-btn ~ .bpa-search-items-wrapper .bpa-search-btn .bpa-search-btn-txt {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
}

@media only screen and (min-width: 0) and (max-width: 374px) {
  .bpa-search-btn .bpa-search-btn-txt {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
}

.bpa-search-btn .bpa-icon {
  fill: #0071ad;
  position: relative;
}

.bpa-porcelain .bpa-search-btn .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-search-btn .bpa-icon,
.bpa-regal-blue .bpa-search-btn .bpa-icon,
.bpa-deep-cerulean .bpa-search-btn .bpa-icon,
.bpa-twitter .bpa-search-btn .bpa-icon,
.bpa-monza .bpa-search-btn .bpa-icon,
.bpa-mojo .bpa-search-btn .bpa-icon,
.bpa-blue-lagoon .bpa-search-btn .bpa-icon,
.bpa-tropical-rain-forest .bpa-search-btn .bpa-icon,
.bpa-bossanova .bpa-search-btn .bpa-icon,
.bpa-aqua-deep .bpa-search-btn .bpa-icon,
.bpa-claret .bpa-search-btn .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-search-btn .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-search-btn .bpa-icon {
  fill: #0071ad;
}

.bpa-search-btn.bpa-search-btn-opened {
  background-color: #eeeff1;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.bpa-search-btn.bpa-search-btn-opened .bpa-search-btn-close {
  display: inline;
}

@media only screen and (max-width: 599px) {
  .bpa-search-btn.bpa-search-btn-opened .bpa-search-btn-close .bpa-icon-close {
    margin: 0.125rem;
    width: 0.875rem;
    height: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bpa-search-btn.bpa-search-btn-opened .bpa-search-btn-normal {
  display: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media only screen and (max-width: 599px) {
  .bpa-search-btn.bpa-search-btn-opened {
    background-color: #fff;
  }
  body.bpa-shrinked .bpa-search-btn.bpa-search-btn-opened {
    background-color: #eeeff1;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-search-btn.bpa-search-btn-opened {
    height: 4.375rem;
  }
}

.bpa-search-btn[disabled] {
  pointer-events: none;
}

.bpa-search-btn[disabled] .bpa-search-btn-txt {
  color: #4c4f50;
}

.bpa-porcelain .bpa-search-btn[disabled] .bpa-search-btn-txt {
  color: #4c4f50;
}

.bpa-shark .bpa-search-btn[disabled] .bpa-search-btn-txt {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search-btn[disabled] .bpa-search-btn-txt,
.bpa-deep-cerulean .bpa-search-btn[disabled] .bpa-search-btn-txt,
.bpa-twitter .bpa-search-btn[disabled] .bpa-search-btn-txt,
.bpa-monza .bpa-search-btn[disabled] .bpa-search-btn-txt,
.bpa-mojo .bpa-search-btn[disabled] .bpa-search-btn-txt,
.bpa-blue-lagoon .bpa-search-btn[disabled] .bpa-search-btn-txt,
.bpa-tropical-rain-forest .bpa-search-btn[disabled] .bpa-search-btn-txt,
.bpa-bossanova .bpa-search-btn[disabled] .bpa-search-btn-txt,
.bpa-aqua-deep .bpa-search-btn[disabled] .bpa-search-btn-txt,
.bpa-claret .bpa-search-btn[disabled] .bpa-search-btn-txt {
  color: #fff;
}

.bpa-saffron .bpa-search-btn[disabled] .bpa-search-btn-txt {
  color: #111314;
}

.bpa-white .bpa-search-btn[disabled] .bpa-search-btn-txt {
  color: #4c4f50;
}

.bpa-search-btn[disabled] .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-search-btn[disabled] .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-search-btn[disabled] .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-search-btn[disabled] .bpa-icon,
.bpa-deep-cerulean .bpa-search-btn[disabled] .bpa-icon,
.bpa-twitter .bpa-search-btn[disabled] .bpa-icon,
.bpa-monza .bpa-search-btn[disabled] .bpa-icon,
.bpa-mojo .bpa-search-btn[disabled] .bpa-icon,
.bpa-blue-lagoon .bpa-search-btn[disabled] .bpa-icon,
.bpa-tropical-rain-forest .bpa-search-btn[disabled] .bpa-icon,
.bpa-bossanova .bpa-search-btn[disabled] .bpa-icon,
.bpa-aqua-deep .bpa-search-btn[disabled] .bpa-icon,
.bpa-claret .bpa-search-btn[disabled] .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-search-btn[disabled] .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-search-btn[disabled] .bpa-icon {
  fill: #4c4f50;
}

.bpa-search-btn:focus .bpa-search-btn-txt {
  text-decoration: underline;
}

@media only screen and (min-width: 600px) {
  .bpa-search-btn {
    margin-right: 0.625rem;
    padding: 0 0.3125rem 0 0.625rem;
  }
  .bpa-search-items li:last-child .bpa-search-btn {
    margin-right: 0.8125rem;
  }
}

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}

.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

.Select input::-ms-clear {
  display: none !important;
}

.Select input::-ms-reveal {
  display: none !important;
}

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}

.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

.Select.is-focused > .Select-control {
  background: #fff;
}

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}

.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

.is-focused .Select-input > input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #D0021B;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.Select-control > *:last-child {
  padding-right: 5px;
}

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.Select-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

.Select-noresults {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}

.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

#bpa-searchapp-react-root.bpa-search-input,
#bpa-searchresultsapp-react-root.bpa-search-input {
  /* stylelint-disable */
}

#bpa-searchapp-react-root.bpa-search-input .bpa-search-input-wrapper,
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-wrapper {
  padding: 2.6875rem 0 0.625rem 0;
  position: relative;
}

#bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label {
  color: #0071ad;
  position: absolute;
  top: 1.125rem;
  left: 3.8461538462%;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label {
  color: #004b76;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label {
  color: #fff;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-label, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-label {
  color: #0071ad;
}

#bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button,
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #fff;
  margin-right: -1rem;
  position: absolute;
  top: 3.125rem;
  right: 3.8461538462%;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #eeeff1;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #25292a;
}

.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #004b76;
}

.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #0071ad;
}

.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #1da1f2;
}

.bpa-monza #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #c0003c;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #f7bb3d;
}

.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #cd5038;
}

.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #00818b;
}

.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #00854a;
}

.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #5f316e;
}

.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #005c45;
}

.bpa-claret #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #780f2d;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
  background-color: #fff;
}

#bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search, #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search {
  fill: #0071ad;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search, .bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search {
  fill: #0071ad;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search, .bpa-shark #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search {
  fill: #fff;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search, .bpa-white #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:hover .bpa-search-icon-search, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button:focus .bpa-search-icon-search {
  fill: #0071ad;
}

#bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search {
  fill: #63686a;
  top: 1.625rem;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search {
  fill: #63686a;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search {
  fill: #cfd2d3;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search {
  fill: #63686a;
}

@media only screen and (max-width: 599px) {
  #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search,
  #bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button .bpa-search-icon-search {
    width: 0.8125rem;
  }
}

@media only screen and (max-width: 599px) {
  #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button,
  #bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
    top: 2.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button,
  #bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
    top: 3.375rem;
  }
}

@media only screen and (max-width: 1023px) {
  #bpa-searchapp-react-root.bpa-search-input .bpa-search-icon-button,
  #bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-icon-button {
    margin-right: -0.75rem;
  }
}

#bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border {
  border-color: #63686a;
  margin: 0;
  width: calc(100% - 7.6923076923%);
  height: 0.9375rem;
  position: absolute;
  top: 5.9375rem;
  left: 3.8461538462%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border {
  border-color: #63686a;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border {
  border-color: #cfd2d3;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .bpa-search-input-border, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-border {
  border-color: #63686a;
}

#bpa-searchapp-react-root.bpa-search-input .Select,
#bpa-searchresultsapp-react-root.bpa-search-input .Select {
  padding-left: 3.8461538462%;
  line-height: 2.625rem;
  /* stylelint-enable */
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-control,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  overflow: visible;
  min-height: 2.8125rem;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #eeeff1;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #25292a;
}

.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #004b76;
}

.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #0071ad;
}

.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #1da1f2;
}

.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #c0003c;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #f7bb3d;
}

.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #cd5038;
}

.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #00818b;
}

.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #00854a;
}

.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #5f316e;
}

.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #005c45;
}

.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #780f2d;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-control, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
  background-color: #fff;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-control:hover,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 599px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-control,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
    min-height: 2.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-control,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control {
    min-height: 3.25rem;
  }
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-control .Select-multi-value-wrapper,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control .Select-multi-value-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 84vw;
}

@media only screen and (max-width: 599px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-control .Select-multi-value-wrapper,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control .Select-multi-value-wrapper {
    max-width: 84vw;
  }
}

@media only screen and (min-width: 1024px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-control .Select-multi-value-wrapper,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-control .Select-multi-value-wrapper {
    max-width: 64rem;
  }
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-clear-zone,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-clear-zone {
  display: none;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-menu .Select-create-option-placeholder,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu .Select-create-option-placeholder {
  display: none;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-input,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input {
  margin-top: 0.25rem;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.5rem;
  line-height: inherit;
  max-width: 100%;
  height: auto;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input {
  color: #111314;
  padding-top: 0.1875rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-bottom: 0.1875rem;
  max-width: 100%;
  min-width: 13.125em;
  line-height: inherit;
  height: auto;
  outline-offset: -1px;
  font-size: inherit;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input {
  color: #111314;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input {
  color: #fff;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input {
  color: #111314;
}

html[lang="en"] #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input, html[lang="en"]
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input {
  min-width: 11em;
}

html[lang="de"] #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input, html[lang="de"]
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input {
  min-width: 13.125em;
}

html[lang="fr"] #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input, html[lang="fr"]
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input {
  min-width: 20.125em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-input input::-webkit-input-placeholder,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input::-webkit-input-placeholder {
  color: #63686a;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input::-webkit-input-placeholder, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input::-webkit-input-placeholder {
  color: #9aa0a2;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-input input:-moz-placeholder,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input:-moz-placeholder {
  color: #63686a;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input:-moz-placeholder, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input:-moz-placeholder {
  color: #9aa0a2;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-input input::-moz-placeholder,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input::-moz-placeholder {
  color: #63686a;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input::-moz-placeholder, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input::-moz-placeholder {
  color: #9aa0a2;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-input input:-ms-input-placeholder,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input:-ms-input-placeholder {
  color: #63686a;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-input input:-ms-input-placeholder, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input input:-ms-input-placeholder {
  color: #9aa0a2;
}

@media only screen and (max-width: 599px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-input,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input {
    font-size: 1.125rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-input,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-input {
    margin-top: 0.3125rem;
  }
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-arrow-zone,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-arrow-zone {
  display: none;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #fff;
  color: #111314;
  border: 1px solid #9aa0a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.25rem 0.9375rem 0 0;
  background-color: transparent;
  line-height: inherit;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #eeeff1;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #25292a;
}

.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #004b76;
}

.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #0071ad;
}

.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #1da1f2;
}

.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #c0003c;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #f7bb3d;
}

.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #cd5038;
}

.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #00818b;
}

.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #00854a;
}

.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #5f316e;
}

.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #005c45;
}

.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #780f2d;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  background-color: #fff;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  color: #111314;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  color: #fff;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  color: #111314;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  border: 1px solid #9aa0a2;
}

.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  border: 1px solid #fff;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  border: 1px solid #111314;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-value, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
  border: 1px solid #9aa0a2;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  background-color: #0071ad;
  color: #fff;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  background-color: #0071ad;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  background-color: #fff;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  background-color: #111314;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  background-color: #0071ad;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #fff;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #25292a;
}

.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #004b76;
}

.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #0071ad;
}

.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #1da1f2;
}

.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #c0003c;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #f7bb3d;
}

.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #cd5038;
}

.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #00818b;
}

.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #00854a;
}

.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #111314;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover {
  color: #fff;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #fff;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #fff;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #25292a;
}

.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #004b76;
}

.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #0071ad;
}

.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #1da1f2;
}

.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #c0003c;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #f7bb3d;
}

.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #cd5038;
}

.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #00818b;
}

.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #00854a;
}

.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #111314;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value:hover .Select-value-icon {
  color: #fff;
}

@media only screen and (max-width: 599px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-value,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value {
    margin-top: 0.375rem;
  }
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-value-label,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-label {
  padding: 0 0.9375rem;
  font-size: 1.25rem;
  line-height: line-height;
  color: inherit;
  -ms-flex-item-align: center;
      align-self: center;
}

@media only screen and (max-width: 599px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-label,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-label {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}

@media only screen and (min-width: 1024px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-label,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-label {
    font-size: 1.375rem;
    line-height: 2.875rem;
  }
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon {
  color: #111314;
  padding: 0 0.625rem 0 0;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  margin-bottom: 0.125rem;
  border: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-item-align: center;
      align-self: center;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon {
  color: #111314;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon {
  color: #fff;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon {
  color: #111314;
}

@media only screen and (max-width: 599px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon {
    line-height: 0.875rem;
    margin-bottom: 0.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-value-icon,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-value-icon {
    line-height: 2.5rem;
    margin-top: 2px;
  }
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-noresults,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-noresults {
  display: none;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #fff;
  margin-top: 1.25rem;
  padding-right: 3.8461538462%;
  padding-left: 0;
  max-height: 300px;
  font-size: 1.375rem;
  line-height: inherit;
  border: 0;
  position: relative;
  z-index: 5000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #eeeff1;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #25292a;
}

.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #004b76;
}

.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #0071ad;
}

.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #1da1f2;
}

.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #c0003c;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #f7bb3d;
}

.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #cd5038;
}

.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #00818b;
}

.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #00854a;
}

.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #5f316e;
}

.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #005c45;
}

.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #780f2d;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
  background-color: #fff;
}

@media only screen and (max-width: 599px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .Select-menu-outer,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-menu-outer {
    font-size: 1.5rem;
  }
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #fff;
  color: #111314;
  padding: 0.25rem 0;
  border-radius: 0;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #eeeff1;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #25292a;
}

.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #004b76;
}

.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #0071ad;
}

.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #1da1f2;
}

.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #c0003c;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #f7bb3d;
}

.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #cd5038;
}

.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #00818b;
}

.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #00854a;
}

.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #5f316e;
}

.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #005c45;
}

.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #780f2d;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  background-color: #fff;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  color: #111314;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .Select-option,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  color: #fff;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .Select-option, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option {
  color: #111314;
}

#bpa-searchapp-react-root.bpa-search-input .Select .Select-option:last-child,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .Select-option:last-child {
  margin-bottom: 1.25rem;
}

#bpa-searchapp-react-root.bpa-search-input .Select .is-focused,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .is-focused {
  text-decoration: underline;
}

#bpa-searchapp-react-root.bpa-search-input .Select mark,
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark {
  color: #0071ad;
  background-color: transparent;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select mark, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark {
  color: #0071ad;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select mark, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark {
  color: #9aa0a2;
}

.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select mark,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select mark,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select mark,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select mark,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select mark,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select mark,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select mark,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select mark,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select mark,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select mark, .bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark {
  color: #fff;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select mark, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark {
  color: #111314;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select mark, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select mark {
  color: #0071ad;
}

#bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag {
  fill: #4c4f50;
  margin: 0 0.75rem 3px 2px;
}

.bpa-porcelain #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag, .bpa-porcelain
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag {
  fill: #4c4f50;
}

.bpa-shark #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag, .bpa-shark
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag {
  fill: #9aa0a2;
}

.bpa-regal-blue #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-deep-cerulean #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-twitter #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-monza #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-mojo #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-blue-lagoon #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-tropical-rain-forest #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-bossanova #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-aqua-deep #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-claret #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag, .bpa-regal-blue
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-deep-cerulean
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-twitter
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-monza
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-mojo
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-blue-lagoon
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-tropical-rain-forest
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-bossanova
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-aqua-deep
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag,
.bpa-claret
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag {
  fill: #fff;
}

.bpa-saffron #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag, .bpa-saffron
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag {
  fill: #111314;
}

.bpa-white #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag, .bpa-white
#bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag {
  fill: #4c4f50;
}

@media only screen and (max-width: 599px) {
  #bpa-searchapp-react-root.bpa-search-input .Select .bpa-icon-tag,
  #bpa-searchresultsapp-react-root.bpa-search-input .Select .bpa-icon-tag {
    margin-right: 0.6875rem;
    width: 0.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  #bpa-searchapp-react-root.bpa-search-input,
  #bpa-searchresultsapp-react-root.bpa-search-input {
    padding: 0;
  }
}

.bpa-figure {
  margin: 0;
}

.bpa-figure .bpa-figure-wrapper {
  margin-bottom: 1rem;
  position: relative;
}

.bpa-figure .bpa-figure-wrapper .bpa-btn-alike {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-figure .bpa-figure-wrapper .bpa-btn-alike {
    bottom: 1.875rem;
    left: 1.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-figure .bpa-figure-wrapper .bpa-btn-alike {
    bottom: 2.5rem;
    left: 2.5rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-figure .bpa-figure-wrapper {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-figure .bpa-figure-wrapper {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-figure {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-figure {
    margin-bottom: 3.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-figure {
    margin-bottom: 3.5rem;
  }
}

.bpa-figure-embedded {
  margin: 0;
}

.bpa-richtext .bpa-figure-embedded {
  background-color: #fff;
  margin: 2rem 0;
}

.bpa-porcelain .bpa-richtext .bpa-figure-embedded {
  background-color: #eeeff1;
}

.bpa-shark .bpa-richtext .bpa-figure-embedded {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-richtext .bpa-figure-embedded {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-richtext .bpa-figure-embedded {
  background-color: #0071ad;
}

.bpa-twitter .bpa-richtext .bpa-figure-embedded {
  background-color: #1da1f2;
}

.bpa-monza .bpa-richtext .bpa-figure-embedded {
  background-color: #c0003c;
}

.bpa-saffron .bpa-richtext .bpa-figure-embedded {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-richtext .bpa-figure-embedded {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-richtext .bpa-figure-embedded {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-richtext .bpa-figure-embedded {
  background-color: #00854a;
}

.bpa-bossanova .bpa-richtext .bpa-figure-embedded {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-richtext .bpa-figure-embedded {
  background-color: #005c45;
}

.bpa-claret .bpa-richtext .bpa-figure-embedded {
  background-color: #780f2d;
}

.bpa-white .bpa-richtext .bpa-figure-embedded {
  background-color: #fff;
}

@media only screen and (min-width: 600px) {
  .bpa-richtext .bpa-figure-embedded {
    margin: 2rem 0 3.125rem;
  }
}

.bpa-figcaption .bpa-caption,
.bpa-figcaption .bpa-license {
  margin: 0;
  display: block;
}

.bpa-figcaption .bpa-license {
  color: #4c4f50;
  color: #63686a;
}

.bpa-porcelain .bpa-figcaption .bpa-license {
  color: #4c4f50;
}

.bpa-shark .bpa-figcaption .bpa-license {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-figcaption .bpa-license,
.bpa-deep-cerulean .bpa-figcaption .bpa-license,
.bpa-twitter .bpa-figcaption .bpa-license,
.bpa-monza .bpa-figcaption .bpa-license,
.bpa-mojo .bpa-figcaption .bpa-license,
.bpa-blue-lagoon .bpa-figcaption .bpa-license,
.bpa-tropical-rain-forest .bpa-figcaption .bpa-license,
.bpa-bossanova .bpa-figcaption .bpa-license,
.bpa-aqua-deep .bpa-figcaption .bpa-license,
.bpa-claret .bpa-figcaption .bpa-license {
  color: #fff;
}

.bpa-saffron .bpa-figcaption .bpa-license {
  color: #111314;
}

.bpa-white .bpa-figcaption .bpa-license {
  color: #4c4f50;
}

.bpa-figcaption .bpa-topline-wrapper,
.bpa-figcaption .bpa-teaser-title {
  margin: 0;
}

.bpa-figcaption .bpa-topline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bpa-figcaption .bpa-icon {
  margin-right: 0.375rem;
}

.bpa-figcaption .bpa-icon-video {
  fill: #0071ad;
}

.bpa-porcelain .bpa-figcaption .bpa-icon-video {
  fill: #0071ad;
}

.bpa-shark .bpa-figcaption .bpa-icon-video,
.bpa-regal-blue .bpa-figcaption .bpa-icon-video,
.bpa-deep-cerulean .bpa-figcaption .bpa-icon-video,
.bpa-twitter .bpa-figcaption .bpa-icon-video,
.bpa-monza .bpa-figcaption .bpa-icon-video,
.bpa-mojo .bpa-figcaption .bpa-icon-video,
.bpa-blue-lagoon .bpa-figcaption .bpa-icon-video,
.bpa-tropical-rain-forest .bpa-figcaption .bpa-icon-video,
.bpa-bossanova .bpa-figcaption .bpa-icon-video,
.bpa-aqua-deep .bpa-figcaption .bpa-icon-video,
.bpa-claret .bpa-figcaption .bpa-icon-video {
  fill: #fff;
}

.bpa-saffron .bpa-figcaption .bpa-icon-video {
  fill: #111314;
}

.bpa-white .bpa-figcaption .bpa-icon-video {
  fill: #0071ad;
}

.bpa-figcaption .bpa-topline {
  color: #0071ad;
}

.bpa-porcelain .bpa-figcaption .bpa-topline {
  color: #0071ad;
}

.bpa-shark .bpa-figcaption .bpa-topline {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-figcaption .bpa-topline,
.bpa-deep-cerulean .bpa-figcaption .bpa-topline,
.bpa-twitter .bpa-figcaption .bpa-topline,
.bpa-monza .bpa-figcaption .bpa-topline,
.bpa-mojo .bpa-figcaption .bpa-topline,
.bpa-blue-lagoon .bpa-figcaption .bpa-topline,
.bpa-tropical-rain-forest .bpa-figcaption .bpa-topline,
.bpa-bossanova .bpa-figcaption .bpa-topline,
.bpa-aqua-deep .bpa-figcaption .bpa-topline,
.bpa-claret .bpa-figcaption .bpa-topline {
  color: #fff;
}

.bpa-saffron .bpa-figcaption .bpa-topline {
  color: #111314;
}

.bpa-white .bpa-figcaption .bpa-topline {
  color: #0071ad;
}

.bpa-figcaption .bpa-teaser-title {
  display: block;
}

@media only screen and (max-width: 599px) {
  .bpa-figcaption .bpa-teaser-title {
    margin-left: 1.875rem;
  }
}

.bpa-figcaption-embedded {
  margin-top: 1.25rem;
}

.bpa-figcaption-embedded .bpa-topline {
  margin-right: 0.3125rem;
  display: inline;
}

.bpa-figcaption-embedded .bpa-teaser-title {
  color: #111314;
  margin-left: 0;
  display: inline;
}

.bpa-porcelain .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-saffron .bpa-figcaption-embedded .bpa-teaser-title {
  color: #111314;
}

.bpa-shark .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-regal-blue .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-deep-cerulean .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-twitter .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-monza .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-mojo .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-blue-lagoon .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-tropical-rain-forest .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-bossanova .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-aqua-deep .bpa-figcaption-embedded .bpa-teaser-title,
.bpa-claret .bpa-figcaption-embedded .bpa-teaser-title {
  color: #fff;
}

.bpa-white .bpa-figcaption-embedded .bpa-teaser-title {
  color: #111314;
}

.bpa-figcaption-embedded .bpa-teaser-info {
  margin-top: 0;
}

.bpa-figcaption-hidden {
  display: none;
}

.bpa-blockquote {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-richtext .bpa-blockquote {
  margin: 0 0 2.25rem;
}

@media only screen and (min-width: 600px) {
  .bpa-richtext .bpa-blockquote {
    margin: 0 0 2.625rem;
  }
}

.bpa-blockquote .bpa-cite,
.bpa-blockquote .bpa-cite-info,
.bpa-blockquote .bpa-cite-handle {
  margin: 0;
}

.bpa-blockquote .bpa-cite-info {
  color: #63686a;
}

.bpa-blockquote .bpa-cite-handle {
  margin-bottom: 0.25rem;
  display: block;
}

.bpa-blockquote .bpa-cite-handle:hover, .bpa-blockquote .bpa-cite-handle:focus {
  text-decoration: none;
}

.bpa-blockquote .bpa-cite-handle .bpa-handle-text {
  border-bottom: 1px solid transparent;
}

.bpa-blockquote .bpa-cite-handle .bpa-handle-text:hover, .bpa-blockquote .bpa-cite-handle .bpa-handle-text:focus {
  border-bottom: 1px solid #111314;
}

.bpa-blockquote-title-wrapper {
  margin-right: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* stylelint-disable */
.bpa-tweet .bpa-richtext p,
.bpa-quote .bpa-richtext p {
  color: #0071ad;
  margin-bottom: 1rem;
}

.bpa-porcelain .bpa-tweet .bpa-richtext p, .bpa-porcelain
.bpa-quote .bpa-richtext p {
  color: #0071ad;
}

.bpa-shark .bpa-tweet .bpa-richtext p, .bpa-shark
.bpa-quote .bpa-richtext p {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-tweet .bpa-richtext p,
.bpa-deep-cerulean .bpa-tweet .bpa-richtext p,
.bpa-twitter .bpa-tweet .bpa-richtext p,
.bpa-monza .bpa-tweet .bpa-richtext p,
.bpa-mojo .bpa-tweet .bpa-richtext p,
.bpa-blue-lagoon .bpa-tweet .bpa-richtext p,
.bpa-tropical-rain-forest .bpa-tweet .bpa-richtext p,
.bpa-bossanova .bpa-tweet .bpa-richtext p,
.bpa-aqua-deep .bpa-tweet .bpa-richtext p,
.bpa-claret .bpa-tweet .bpa-richtext p, .bpa-regal-blue
.bpa-quote .bpa-richtext p,
.bpa-deep-cerulean
.bpa-quote .bpa-richtext p,
.bpa-twitter
.bpa-quote .bpa-richtext p,
.bpa-monza
.bpa-quote .bpa-richtext p,
.bpa-mojo
.bpa-quote .bpa-richtext p,
.bpa-blue-lagoon
.bpa-quote .bpa-richtext p,
.bpa-tropical-rain-forest
.bpa-quote .bpa-richtext p,
.bpa-bossanova
.bpa-quote .bpa-richtext p,
.bpa-aqua-deep
.bpa-quote .bpa-richtext p,
.bpa-claret
.bpa-quote .bpa-richtext p {
  color: #fff;
}

.bpa-saffron .bpa-tweet .bpa-richtext p, .bpa-saffron
.bpa-quote .bpa-richtext p {
  color: #111314;
}

.bpa-white .bpa-tweet .bpa-richtext p, .bpa-white
.bpa-quote .bpa-richtext p {
  color: #0071ad;
}

.bpa-tweet .bpa-richtext p b,
.bpa-quote .bpa-richtext p b {
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #111314;
}

@media only screen and (min-width: 1024px) {
  .bpa-tweet .bpa-richtext p,
  .bpa-quote .bpa-richtext p {
    margin-bottom: 1.5rem;
  }
}

.bpa-tweet .bpa-cite-handle,
.bpa-quote .bpa-cite-handle {
  margin-top: 3.125rem;
}

/* stylelint-enable */
.bpa-quote .bpa-cite {
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
}

.bpa-tweet .bpa-cite-info {
  padding-left: 1.75rem;
}

.bpa-gallery-overview {
  margin: 0 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bpa-gallery-overview .bpa-gallery-thumbnail-selected {
  outline: 0.25rem solid #fff;
  outline-offset: -0.25rem;
}

.bpa-gallery-overview .bpa-gallery-overview-figure {
  margin: 0;
}

.bpa-gallery .bpa-gallery-overview {
  padding: 1.5625rem 0 0.9375rem;
  border-top: 1px dotted #9aa0a2;
  border-bottom: 1px dotted #9aa0a2;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-gallery .bpa-gallery-overview {
    padding: 2.5rem 0 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-gallery .bpa-gallery-overview {
    margin: 0 0 1.875rem;
    padding: 3.125rem 0 1.875rem;
  }
}

.bpa-lightbox-mediacenter .bpa-gallery-overview {
  padding-right: 3.8461538462%;
  padding-left: 3.8461538462%;
}

@media only screen and (min-width: 600px) {
  .bpa-gallery-overview .bpa-gallery-thumbnail {
    margin-bottom: 1.25rem;
    width: 32%;
  }
  .bpa-gallery-overview .bpa-gallery-thumbnail button {
    padding: 0;
    width: 100%;
  }
  .bpa-gallery-overview .bpa-gallery-thumbnail:nth-child(3n + 2) {
    margin-right: auto;
    margin-left: 2%;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-gallery-overview .bpa-gallery-thumbnail {
    margin-bottom: 0.75rem;
    width: 48%;
  }
  .bpa-gallery-overview .bpa-gallery-thumbnail:nth-child(2n + 2) {
    margin-right: auto;
    margin-left: 3%;
  }
}

.bpa-gallery .bpa-img {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide img {
  display: inherit;
}

.slick-slide img[data-lazy] {
  opacity: 0;
}

.slick-slide.slick-current .bpa-figure-embedded {
  opacity: 1;
}

.slick-slide-aria[aria-hidden="true"] [tabindex="0"] {
  display: none !important;
}

.slick-slider .slick-list {
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

.slick-loading {
  display: none !important;
}

.bpa-images-mediacenter-lb {
  background-color: #fff;
  color: #111314;
}

.bpa-porcelain .bpa-images-mediacenter-lb {
  background-color: #eeeff1;
}

.bpa-shark .bpa-images-mediacenter-lb {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-images-mediacenter-lb {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-images-mediacenter-lb {
  background-color: #0071ad;
}

.bpa-twitter .bpa-images-mediacenter-lb {
  background-color: #1da1f2;
}

.bpa-monza .bpa-images-mediacenter-lb {
  background-color: #c0003c;
}

.bpa-saffron .bpa-images-mediacenter-lb {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-images-mediacenter-lb {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-images-mediacenter-lb {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-images-mediacenter-lb {
  background-color: #00854a;
}

.bpa-bossanova .bpa-images-mediacenter-lb {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-images-mediacenter-lb {
  background-color: #005c45;
}

.bpa-claret .bpa-images-mediacenter-lb {
  background-color: #780f2d;
}

.bpa-white .bpa-images-mediacenter-lb {
  background-color: #fff;
}

.bpa-porcelain .bpa-images-mediacenter-lb,
.bpa-saffron .bpa-images-mediacenter-lb {
  color: #111314;
}

.bpa-shark .bpa-images-mediacenter-lb,
.bpa-regal-blue .bpa-images-mediacenter-lb,
.bpa-deep-cerulean .bpa-images-mediacenter-lb,
.bpa-twitter .bpa-images-mediacenter-lb,
.bpa-monza .bpa-images-mediacenter-lb,
.bpa-mojo .bpa-images-mediacenter-lb,
.bpa-blue-lagoon .bpa-images-mediacenter-lb,
.bpa-tropical-rain-forest .bpa-images-mediacenter-lb,
.bpa-bossanova .bpa-images-mediacenter-lb,
.bpa-aqua-deep .bpa-images-mediacenter-lb,
.bpa-claret .bpa-images-mediacenter-lb {
  color: #fff;
}

.bpa-white .bpa-images-mediacenter-lb {
  color: #111314;
}

.bpa-images-mediacenter-lb .bpa-images-wrapper-mediacenter {
  position: relative;
}

.bpa-images-mediacenter {
  background-color: #fff;
  color: #111314;
}

.bpa-porcelain .bpa-images-mediacenter {
  background-color: #eeeff1;
}

.bpa-shark .bpa-images-mediacenter {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-images-mediacenter {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-images-mediacenter {
  background-color: #0071ad;
}

.bpa-twitter .bpa-images-mediacenter {
  background-color: #1da1f2;
}

.bpa-monza .bpa-images-mediacenter {
  background-color: #c0003c;
}

.bpa-saffron .bpa-images-mediacenter {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-images-mediacenter {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-images-mediacenter {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-images-mediacenter {
  background-color: #00854a;
}

.bpa-bossanova .bpa-images-mediacenter {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-images-mediacenter {
  background-color: #005c45;
}

.bpa-claret .bpa-images-mediacenter {
  background-color: #780f2d;
}

.bpa-white .bpa-images-mediacenter {
  background-color: #fff;
}

.bpa-porcelain .bpa-images-mediacenter,
.bpa-saffron .bpa-images-mediacenter {
  color: #111314;
}

.bpa-shark .bpa-images-mediacenter,
.bpa-regal-blue .bpa-images-mediacenter,
.bpa-deep-cerulean .bpa-images-mediacenter,
.bpa-twitter .bpa-images-mediacenter,
.bpa-monza .bpa-images-mediacenter,
.bpa-mojo .bpa-images-mediacenter,
.bpa-blue-lagoon .bpa-images-mediacenter,
.bpa-tropical-rain-forest .bpa-images-mediacenter,
.bpa-bossanova .bpa-images-mediacenter,
.bpa-aqua-deep .bpa-images-mediacenter,
.bpa-claret .bpa-images-mediacenter {
  color: #fff;
}

.bpa-white .bpa-images-mediacenter {
  color: #111314;
}

.bpa-images-mediacenter .bpa-images-wrapper-mediacenter {
  position: relative;
}

.bpa-mediacenter-slider {
  min-height: 6.25rem;
}

.bpa-mediacenter-slider .js-image-slider {
  visibility: hidden;
}

.bpa-lightbox-mediacenter .bpa-mediacenter-slider .js-image-slider {
  visibility: visible;
}

.bpa-mediacenter-slider .js-image-slider ~ .js-image-slider-prev,
.bpa-mediacenter-slider .js-image-slider ~ .js-image-slider-next {
  visibility: hidden;
}

.bpa-mediacenter-slider .js-image-slider ~ .bpa-loading-indicator-wapper {
  display: block;
}

.bpa-mediacenter-slider .js-image-slider.js-loaded {
  visibility: visible;
}

.bpa-mediacenter-slider .js-image-slider.js-loaded ~ .js-image-slider-prev,
.bpa-mediacenter-slider .js-image-slider.js-loaded ~ .js-image-slider-next {
  visibility: visible;
}

.bpa-mediacenter-slider .js-image-slider.js-loaded ~ .bpa-loading-indicator-wapper {
  display: none;
}

.bpa-mediacenter-slider .js-image-slider.js-dot-nav ~ .bpa-loading-indicator-wapper {
  display: none !important;
}

.bpa-mediacenter-slider .bpa-slick-pause.bpa-btn-icon-only-on-image {
  position: absolute;
  bottom: 4.5454545455%;
  left: 4.5454545455%;
}

.bpa-mediacenter-slider .bpa-slick-pause.bpa-btn-icon-only-on-image .bpa-icon, .bpa-mediacenter-slider .bpa-slick-pause.bpa-btn-icon-only-on-image:hover .bpa-icon, .bpa-mediacenter-slider .bpa-slick-pause.bpa-btn-icon-only-on-image:focus .bpa-icon {
  fill: #fff;
}

.bpa-mediacenter-slider .bpa-slick-pause.bpa-btn-icon-only-on-image .bpa-icon-play {
  display: block;
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
}

.bpa-mediacenter-slider .bpa-slick-pause.bpa-btn-icon-only-on-image .bpa-icon-jw-pause {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .bpa-mediacenter-slider .bpa-slick-pause.bpa-btn-icon-only-on-image {
    bottom: 0.625rem;
    left: 13.6363636364%;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-mediacenter-slider .bpa-slick-pause.bpa-btn-icon-only-on-image {
    left: 18.1818181818%;
  }
}

.bpa-mediacenter-slider.bpa-autoplay .bpa-slick-pause.bpa-btn-icon-only-on-image .bpa-icon-play {
  display: none;
}

.bpa-mediacenter-slider.bpa-autoplay .bpa-slick-pause.bpa-btn-icon-only-on-image .bpa-icon-jw-pause {
  display: block;
}

.bpa-image-caption-mediacenter {
  padding-top: 1.5rem;
  padding-right: 4.5454545455%;
  padding-left: 4.5454545455%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-image-caption-mediacenter-text {
  padding-right: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.bpa-image-caption-mediacenter-share {
  margin-top: 0.125rem;
}

.bpa-image-caption-mediacenter-pager {
  color: #0071ad;
}

.bpa-porcelain .bpa-image-caption-mediacenter-pager {
  color: #0071ad;
}

.bpa-shark .bpa-image-caption-mediacenter-pager {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-image-caption-mediacenter-pager,
.bpa-deep-cerulean .bpa-image-caption-mediacenter-pager,
.bpa-twitter .bpa-image-caption-mediacenter-pager,
.bpa-monza .bpa-image-caption-mediacenter-pager,
.bpa-mojo .bpa-image-caption-mediacenter-pager,
.bpa-blue-lagoon .bpa-image-caption-mediacenter-pager,
.bpa-tropical-rain-forest .bpa-image-caption-mediacenter-pager,
.bpa-bossanova .bpa-image-caption-mediacenter-pager,
.bpa-aqua-deep .bpa-image-caption-mediacenter-pager,
.bpa-claret .bpa-image-caption-mediacenter-pager {
  color: #fff;
}

.bpa-saffron .bpa-image-caption-mediacenter-pager {
  color: #111314;
}

.bpa-white .bpa-image-caption-mediacenter-pager {
  color: #0071ad;
}

@media only screen and (max-width: 599px) {
  .bpa-image-caption-mediacenter-pager {
    margin-top: 0.375rem;
  }
}

.bpa-image-caption-mediacenter-paragraph {
  margin: 1.5rem 0 0.75rem;
}

@media only screen and (max-width: 599px) {
  .bpa-image-caption-mediacenter-paragraph {
    margin-top: 0.75rem;
  }
}

.bpa-image-caption-mediacenter-source {
  color: #0071ad;
  margin-bottom: 2.25rem;
  font-style: italic;
}

.bpa-porcelain .bpa-image-caption-mediacenter-source {
  color: #0071ad;
}

.bpa-shark .bpa-image-caption-mediacenter-source {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-image-caption-mediacenter-source,
.bpa-deep-cerulean .bpa-image-caption-mediacenter-source,
.bpa-twitter .bpa-image-caption-mediacenter-source,
.bpa-monza .bpa-image-caption-mediacenter-source,
.bpa-mojo .bpa-image-caption-mediacenter-source,
.bpa-blue-lagoon .bpa-image-caption-mediacenter-source,
.bpa-tropical-rain-forest .bpa-image-caption-mediacenter-source,
.bpa-bossanova .bpa-image-caption-mediacenter-source,
.bpa-aqua-deep .bpa-image-caption-mediacenter-source,
.bpa-claret .bpa-image-caption-mediacenter-source {
  color: #fff;
}

.bpa-saffron .bpa-image-caption-mediacenter-source {
  color: #111314;
}

.bpa-white .bpa-image-caption-mediacenter-source {
  color: #0071ad;
}

@media only screen and (max-width: 599px) {
  .bpa-image-caption-mediacenter-source {
    margin-bottom: 0.75rem;
  }
}

@media only screen and (max-width: 1023px) {
  .bpa-image-caption-mediacenter {
    padding-right: 3.8461538462%;
    padding-left: 3.8461538462%;
  }
}

.bpa-image-control-mediacenter {
  padding-right: 4.5454545455%;
  padding-left: 4.5454545455%;
  width: 100%;
  position: absolute;
  bottom: 1.25rem;
  background-color: transparent;
}

.bpa-image-control-mediacenter-overview, .bpa-image-control-mediacenter-prev, .bpa-image-control-mediacenter-next {
  margin-right: 0.375rem;
}

.bpa-image-control-mediacenter-expand {
  margin-left: auto;
}

.bpa-image-control-mediacenter .bpa-icon {
  fill: #9aa0a2;
}

.bpa-image-control-mediacenter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 599px) {
  .bpa-image-control-mediacenter {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .bpa-image-control-mediacenter {
    padding-right: 3.8461538462%;
    padding-left: 3.8461538462%;
  }
}

.bpa-image-control-mediacenter-mobile {
  padding-right: 4.5454545455%;
  padding-left: 4.5454545455%;
  width: 100%;
  position: relative;
  bottom: 4.375rem;
}

@media only screen and (min-width: 600px) {
  .bpa-image-control-mediacenter-mobile {
    display: none;
  }
}

.bpa-mediacenter-slider {
  position: relative;
}

.bpa-mediacenter-slider .bpa-loading-indicator-wapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bpa-figcaption-switcher-item {
  height: 0;
  visibility: hidden;
}

.bpa-figcaption-switcher-item.bpa-show {
  height: auto;
  visibility: visible;
}

/* stylelint-disable selector-class-pattern */
.bpa-hero-slider {
  margin: 0;
}

.bpa-hero-slider .bpa-slide-content {
  position: relative;
}

.bpa-hero-slider .bpa-slide-content .bpa-share {
  position: absolute;
  top: 3.8461538462%;
  right: 3.8461538462%;
}

.bpa-hero-slider .bpa-slide-content .bpa-share .bpa-icon {
  fill: #fff;
}

@media only screen and (min-width: 1024px) {
  .bpa-hero-slider .bpa-slide-content .bpa-share {
    top: 4.5454545455%;
    right: 4.5454545455%;
  }
}

.bpa-hero-slider .slick-arrow {
  margin: 0;
  position: absolute;
  bottom: 0.625rem;
}

.bpa-hero-slider .slick-arrow.bpa-image-control-mediacenter-prev {
  left: 3.8461538462%;
}

@media only screen and (min-width: 1024px) {
  .bpa-hero-slider .slick-arrow.bpa-image-control-mediacenter-prev {
    left: 4.5454545455%;
  }
}

.bpa-hero-slider .slick-arrow.bpa-image-control-mediacenter-next {
  right: 3.8461538462%;
}

@media only screen and (min-width: 1024px) {
  .bpa-hero-slider .slick-arrow.bpa-image-control-mediacenter-next {
    right: 4.5454545455%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-hero-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    bottom: auto;
  }
}

.bpa-hero-slider .bpa-btn-icon-only-on-image {
  padding: 0.5rem;
  border-width: 0.125rem;
  border-color: #25292a;
}

.bpa-hero-slider .bpa-btn-icon-only-on-image:hover, .bpa-hero-slider .bpa-btn-icon-only-on-image:focus {
  background-color: #93272C;
  border-width: 0.125rem;
  border-color: #fff;
}

@media only screen and (max-width: 1023px) {
  .bpa-hero-slider .bpa-btn-icon-only-on-image:hover, .bpa-hero-slider .bpa-btn-icon-only-on-image:focus {
    border-color: #93272C;
  }
}

.bpa-hero-slider .bpa-btn-icon-only-on-image .bpa-icon {
  width: 0.625rem;
  height: 0.625rem;
  fill: #fff;
}

@media only screen and (min-width: 1024px) {
  .bpa-hero-slider .bpa-btn-icon-only-on-image .bpa-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-hero-slider .bpa-btn-icon-only-on-image {
    padding: 0.9375rem;
  }
}

.bpa-hero-slider .slick-dots {
  margin: 0 auto;
  max-width: 76.9230769231%;
  min-height: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-hero-slider .slick-dots li[role="presentation"] {
  margin: 0.3125rem;
  cursor: pointer;
}

.bpa-hero-slider .slick-dots li[role="presentation"].slick-active button[role="tab"] {
  background-color: #93272C;
  border-color: #fff;
}

.bpa-hero-slider .slick-dots button[role="tab"] {
  width: 0.625rem;
  height: 0.625rem;
  font-size: 0;
  line-height: 0;
  background-color: #25292a;
  color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
}

@media only screen and (min-width: 1024px) {
  .bpa-hero-slider .slick-dots button[role="tab"] {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-hero-slider .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 90.9090909091%;
    min-height: auto;
    position: absolute;
    bottom: 4.5454545455%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* stylelint-enable selector-class-pattern */
.bpa-images-mediacenter-lb,
.bpa-images-mediacenter {
  margin: 0;
}

.bpa-btn-on-image {
  background-color: #25292a;
  border: 1px solid #25292a;
}

.bpa-btn-on-image:hover, .bpa-btn-on-image:focus {
  background-color: #0071ad;
  border: 1px solid #0071ad;
}

.bpa-btn-on-image:hover .bpa-btn-on-image-icon-after .bpa-icon, .bpa-btn-on-image:focus .bpa-btn-on-image-icon-after .bpa-icon {
  fill: #fff;
}

.bpa-btn-on-image:hover .bpa-btn-on-image-infotext, .bpa-btn-on-image:focus .bpa-btn-on-image-infotext {
  color: #fff;
}

.bpa-btn-on-image-title {
  color: #fff;
}

.bpa-btn-on-image-infotext {
  color: #9aa0a2;
}

.bpa-btn-on-image-icon-before {
  margin-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-btn-on-image-icon-before .bpa-icon {
  height: 1.125rem;
  fill: #fff;
}

.bpa-btn-on-image-icon-after {
  margin-left: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-btn-on-image-icon-after .bpa-icon {
  height: 1.125rem;
  fill: #9aa0a2;
}

.bpa-btn-on-image-icon-after-dgs {
  margin-right: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-btn-alike {
  display: inline-block;
}

.bpa-image-speaking-link {
  position: relative;
}

.bpa-btn {
  border: 1px solid #9aa0a2;
  background: transparent;
}

.bpa-porcelain .bpa-btn,
.bpa-shark .bpa-btn {
  border: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-btn,
.bpa-deep-cerulean .bpa-btn,
.bpa-twitter .bpa-btn,
.bpa-monza .bpa-btn,
.bpa-mojo .bpa-btn,
.bpa-blue-lagoon .bpa-btn,
.bpa-tropical-rain-forest .bpa-btn,
.bpa-bossanova .bpa-btn,
.bpa-aqua-deep .bpa-btn,
.bpa-claret .bpa-btn {
  border: 1px solid #fff;
}

.bpa-saffron .bpa-btn {
  border: 1px solid #111314;
}

.bpa-white .bpa-btn {
  border: 1px solid #9aa0a2;
}

.bpa-btn-infotext {
  color: #4c4f50;
}

.bpa-porcelain .bpa-btn-infotext {
  color: #4c4f50;
}

.bpa-shark .bpa-btn-infotext {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-btn-infotext,
.bpa-deep-cerulean .bpa-btn-infotext,
.bpa-twitter .bpa-btn-infotext,
.bpa-monza .bpa-btn-infotext,
.bpa-mojo .bpa-btn-infotext,
.bpa-blue-lagoon .bpa-btn-infotext,
.bpa-tropical-rain-forest .bpa-btn-infotext,
.bpa-bossanova .bpa-btn-infotext,
.bpa-aqua-deep .bpa-btn-infotext,
.bpa-claret .bpa-btn-infotext {
  color: #fff;
}

.bpa-saffron .bpa-btn-infotext {
  color: #111314;
}

.bpa-white .bpa-btn-infotext {
  color: #4c4f50;
}

.bpa-btn-icon-before,
.bpa-btn .bpa-icon-wrapper {
  fill: #0071ad;
}

.bpa-porcelain .bpa-btn-icon-before, .bpa-porcelain
.bpa-btn .bpa-icon-wrapper {
  fill: #0071ad;
}

.bpa-shark .bpa-btn-icon-before,
.bpa-regal-blue .bpa-btn-icon-before,
.bpa-deep-cerulean .bpa-btn-icon-before,
.bpa-twitter .bpa-btn-icon-before,
.bpa-monza .bpa-btn-icon-before,
.bpa-mojo .bpa-btn-icon-before,
.bpa-blue-lagoon .bpa-btn-icon-before,
.bpa-tropical-rain-forest .bpa-btn-icon-before,
.bpa-bossanova .bpa-btn-icon-before,
.bpa-aqua-deep .bpa-btn-icon-before,
.bpa-claret .bpa-btn-icon-before, .bpa-shark
.bpa-btn .bpa-icon-wrapper,
.bpa-regal-blue
.bpa-btn .bpa-icon-wrapper,
.bpa-deep-cerulean
.bpa-btn .bpa-icon-wrapper,
.bpa-twitter
.bpa-btn .bpa-icon-wrapper,
.bpa-monza
.bpa-btn .bpa-icon-wrapper,
.bpa-mojo
.bpa-btn .bpa-icon-wrapper,
.bpa-blue-lagoon
.bpa-btn .bpa-icon-wrapper,
.bpa-tropical-rain-forest
.bpa-btn .bpa-icon-wrapper,
.bpa-bossanova
.bpa-btn .bpa-icon-wrapper,
.bpa-aqua-deep
.bpa-btn .bpa-icon-wrapper,
.bpa-claret
.bpa-btn .bpa-icon-wrapper {
  fill: #fff;
}

.bpa-saffron .bpa-btn-icon-before, .bpa-saffron
.bpa-btn .bpa-icon-wrapper {
  fill: #111314;
}

.bpa-white .bpa-btn-icon-before, .bpa-white
.bpa-btn .bpa-icon-wrapper {
  fill: #0071ad;
}

.bpa-btn-icon-after {
  fill: #0071ad;
}

.bpa-porcelain .bpa-btn-icon-after {
  fill: #0071ad;
}

.bpa-shark .bpa-btn-icon-after,
.bpa-regal-blue .bpa-btn-icon-after,
.bpa-deep-cerulean .bpa-btn-icon-after,
.bpa-twitter .bpa-btn-icon-after,
.bpa-monza .bpa-btn-icon-after,
.bpa-mojo .bpa-btn-icon-after,
.bpa-blue-lagoon .bpa-btn-icon-after,
.bpa-tropical-rain-forest .bpa-btn-icon-after,
.bpa-bossanova .bpa-btn-icon-after,
.bpa-aqua-deep .bpa-btn-icon-after,
.bpa-claret .bpa-btn-icon-after {
  fill: #fff;
}

.bpa-saffron .bpa-btn-icon-after {
  fill: #111314;
}

.bpa-white .bpa-btn-icon-after {
  fill: #0071ad;
}

.bpa-btn:focus, .bpa-btn:hover {
  color: #fff;
  background-color: #0071ad;
  border-color: #0071ad;
}

.bpa-porcelain .bpa-btn:focus, .bpa-porcelain .bpa-btn:hover {
  color: #fff;
}

.bpa-shark .bpa-btn:focus, .bpa-shark .bpa-btn:hover {
  color: #25292a;
}

.bpa-regal-blue .bpa-btn:focus, .bpa-regal-blue .bpa-btn:hover {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-btn:focus, .bpa-deep-cerulean .bpa-btn:hover {
  color: #0071ad;
}

.bpa-twitter .bpa-btn:focus, .bpa-twitter .bpa-btn:hover {
  color: #1da1f2;
}

.bpa-monza .bpa-btn:focus, .bpa-monza .bpa-btn:hover {
  color: #c0003c;
}

.bpa-saffron .bpa-btn:focus, .bpa-saffron .bpa-btn:hover {
  color: #f7bb3d;
}

.bpa-mojo .bpa-btn:focus, .bpa-mojo .bpa-btn:hover {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-btn:focus, .bpa-blue-lagoon .bpa-btn:hover {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-btn:focus, .bpa-tropical-rain-forest .bpa-btn:hover {
  color: #00854a;
}

.bpa-bossanova .bpa-btn:focus,
.bpa-aqua-deep .bpa-btn:focus,
.bpa-claret .bpa-btn:focus, .bpa-bossanova .bpa-btn:hover,
.bpa-aqua-deep .bpa-btn:hover,
.bpa-claret .bpa-btn:hover {
  color: #111314;
}

.bpa-white .bpa-btn:focus, .bpa-white .bpa-btn:hover {
  color: #fff;
}

.bpa-porcelain .bpa-btn:focus, .bpa-porcelain .bpa-btn:hover {
  background-color: #0071ad;
}

.bpa-shark .bpa-btn:focus,
.bpa-regal-blue .bpa-btn:focus,
.bpa-deep-cerulean .bpa-btn:focus,
.bpa-twitter .bpa-btn:focus,
.bpa-monza .bpa-btn:focus,
.bpa-mojo .bpa-btn:focus,
.bpa-blue-lagoon .bpa-btn:focus,
.bpa-tropical-rain-forest .bpa-btn:focus,
.bpa-bossanova .bpa-btn:focus,
.bpa-aqua-deep .bpa-btn:focus,
.bpa-claret .bpa-btn:focus, .bpa-shark .bpa-btn:hover,
.bpa-regal-blue .bpa-btn:hover,
.bpa-deep-cerulean .bpa-btn:hover,
.bpa-twitter .bpa-btn:hover,
.bpa-monza .bpa-btn:hover,
.bpa-mojo .bpa-btn:hover,
.bpa-blue-lagoon .bpa-btn:hover,
.bpa-tropical-rain-forest .bpa-btn:hover,
.bpa-bossanova .bpa-btn:hover,
.bpa-aqua-deep .bpa-btn:hover,
.bpa-claret .bpa-btn:hover {
  background-color: #fff;
}

.bpa-saffron .bpa-btn:focus, .bpa-saffron .bpa-btn:hover {
  background-color: #111314;
}

.bpa-white .bpa-btn:focus, .bpa-white .bpa-btn:hover {
  background-color: #0071ad;
}

.bpa-porcelain .bpa-btn:focus, .bpa-porcelain .bpa-btn:hover {
  border-color: #0071ad;
}

.bpa-shark .bpa-btn:focus,
.bpa-regal-blue .bpa-btn:focus,
.bpa-deep-cerulean .bpa-btn:focus,
.bpa-twitter .bpa-btn:focus,
.bpa-monza .bpa-btn:focus,
.bpa-mojo .bpa-btn:focus,
.bpa-blue-lagoon .bpa-btn:focus,
.bpa-tropical-rain-forest .bpa-btn:focus,
.bpa-bossanova .bpa-btn:focus,
.bpa-aqua-deep .bpa-btn:focus,
.bpa-claret .bpa-btn:focus, .bpa-shark .bpa-btn:hover,
.bpa-regal-blue .bpa-btn:hover,
.bpa-deep-cerulean .bpa-btn:hover,
.bpa-twitter .bpa-btn:hover,
.bpa-monza .bpa-btn:hover,
.bpa-mojo .bpa-btn:hover,
.bpa-blue-lagoon .bpa-btn:hover,
.bpa-tropical-rain-forest .bpa-btn:hover,
.bpa-bossanova .bpa-btn:hover,
.bpa-aqua-deep .bpa-btn:hover,
.bpa-claret .bpa-btn:hover {
  border-color: #fff;
}

.bpa-saffron .bpa-btn:focus, .bpa-saffron .bpa-btn:hover {
  border-color: #111314;
}

.bpa-white .bpa-btn:focus, .bpa-white .bpa-btn:hover {
  border-color: #0071ad;
}

.bpa-btn:focus .bpa-btn-infotext, .bpa-btn:hover .bpa-btn-infotext {
  color: #fff;
}

.bpa-porcelain .bpa-btn:focus .bpa-btn-infotext, .bpa-porcelain .bpa-btn:hover .bpa-btn-infotext {
  color: #fff;
}

.bpa-shark .bpa-btn:focus .bpa-btn-infotext, .bpa-shark .bpa-btn:hover .bpa-btn-infotext {
  color: #25292a;
}

.bpa-regal-blue .bpa-btn:focus .bpa-btn-infotext, .bpa-regal-blue .bpa-btn:hover .bpa-btn-infotext {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-btn:focus .bpa-btn-infotext, .bpa-deep-cerulean .bpa-btn:hover .bpa-btn-infotext {
  color: #0071ad;
}

.bpa-twitter .bpa-btn:focus .bpa-btn-infotext, .bpa-twitter .bpa-btn:hover .bpa-btn-infotext {
  color: #1da1f2;
}

.bpa-monza .bpa-btn:focus .bpa-btn-infotext, .bpa-monza .bpa-btn:hover .bpa-btn-infotext {
  color: #c0003c;
}

.bpa-saffron .bpa-btn:focus .bpa-btn-infotext, .bpa-saffron .bpa-btn:hover .bpa-btn-infotext {
  color: #f7bb3d;
}

.bpa-mojo .bpa-btn:focus .bpa-btn-infotext, .bpa-mojo .bpa-btn:hover .bpa-btn-infotext {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-btn:focus .bpa-btn-infotext, .bpa-blue-lagoon .bpa-btn:hover .bpa-btn-infotext {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-btn:focus .bpa-btn-infotext, .bpa-tropical-rain-forest .bpa-btn:hover .bpa-btn-infotext {
  color: #00854a;
}

.bpa-bossanova .bpa-btn:focus .bpa-btn-infotext,
.bpa-aqua-deep .bpa-btn:focus .bpa-btn-infotext,
.bpa-claret .bpa-btn:focus .bpa-btn-infotext, .bpa-bossanova .bpa-btn:hover .bpa-btn-infotext,
.bpa-aqua-deep .bpa-btn:hover .bpa-btn-infotext,
.bpa-claret .bpa-btn:hover .bpa-btn-infotext {
  color: #111314;
}

.bpa-white .bpa-btn:focus .bpa-btn-infotext, .bpa-white .bpa-btn:hover .bpa-btn-infotext {
  color: #fff;
}

.bpa-btn:focus .bpa-icon, .bpa-btn:hover .bpa-icon {
  fill: #fff;
}

.bpa-porcelain .bpa-btn:focus .bpa-icon, .bpa-porcelain .bpa-btn:hover .bpa-icon {
  fill: #eeeff1;
}

.bpa-shark .bpa-btn:focus .bpa-icon, .bpa-shark .bpa-btn:hover .bpa-icon {
  fill: #25292a;
}

.bpa-regal-blue .bpa-btn:focus .bpa-icon, .bpa-regal-blue .bpa-btn:hover .bpa-icon {
  fill: #004b76;
}

.bpa-deep-cerulean .bpa-btn:focus .bpa-icon, .bpa-deep-cerulean .bpa-btn:hover .bpa-icon {
  fill: #0071ad;
}

.bpa-twitter .bpa-btn:focus .bpa-icon, .bpa-twitter .bpa-btn:hover .bpa-icon {
  fill: #1da1f2;
}

.bpa-monza .bpa-btn:focus .bpa-icon, .bpa-monza .bpa-btn:hover .bpa-icon {
  fill: #c0003c;
}

.bpa-saffron .bpa-btn:focus .bpa-icon, .bpa-saffron .bpa-btn:hover .bpa-icon {
  fill: #f7bb3d;
}

.bpa-mojo .bpa-btn:focus .bpa-icon, .bpa-mojo .bpa-btn:hover .bpa-icon {
  fill: #cd5038;
}

.bpa-blue-lagoon .bpa-btn:focus .bpa-icon, .bpa-blue-lagoon .bpa-btn:hover .bpa-icon {
  fill: #00818b;
}

.bpa-tropical-rain-forest .bpa-btn:focus .bpa-icon, .bpa-tropical-rain-forest .bpa-btn:hover .bpa-icon {
  fill: #00854a;
}

.bpa-bossanova .bpa-btn:focus .bpa-icon, .bpa-bossanova .bpa-btn:hover .bpa-icon {
  fill: #5f316e;
}

.bpa-aqua-deep .bpa-btn:focus .bpa-icon, .bpa-aqua-deep .bpa-btn:hover .bpa-icon {
  fill: #005c45;
}

.bpa-claret .bpa-btn:focus .bpa-icon, .bpa-claret .bpa-btn:hover .bpa-icon {
  fill: #780f2d;
}

.bpa-white .bpa-btn:focus .bpa-icon, .bpa-white .bpa-btn:hover .bpa-icon {
  fill: #fff;
}

.bpa-btn-inverted {
  color: #fff;
  background-color: #0071ad;
  border-color: #0071ad;
}

.bpa-porcelain .bpa-btn-inverted {
  color: #fff;
}

.bpa-shark .bpa-btn-inverted {
  color: #25292a;
}

.bpa-regal-blue .bpa-btn-inverted {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-btn-inverted {
  color: #0071ad;
}

.bpa-twitter .bpa-btn-inverted {
  color: #1da1f2;
}

.bpa-monza .bpa-btn-inverted {
  color: #c0003c;
}

.bpa-saffron .bpa-btn-inverted {
  color: #f7bb3d;
}

.bpa-mojo .bpa-btn-inverted {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-btn-inverted {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-btn-inverted {
  color: #00854a;
}

.bpa-bossanova .bpa-btn-inverted,
.bpa-aqua-deep .bpa-btn-inverted,
.bpa-claret .bpa-btn-inverted {
  color: #111314;
}

.bpa-white .bpa-btn-inverted {
  color: #fff;
}

.bpa-porcelain .bpa-btn-inverted {
  background-color: #0071ad;
}

.bpa-shark .bpa-btn-inverted,
.bpa-regal-blue .bpa-btn-inverted,
.bpa-deep-cerulean .bpa-btn-inverted,
.bpa-twitter .bpa-btn-inverted,
.bpa-monza .bpa-btn-inverted,
.bpa-mojo .bpa-btn-inverted,
.bpa-blue-lagoon .bpa-btn-inverted,
.bpa-tropical-rain-forest .bpa-btn-inverted,
.bpa-bossanova .bpa-btn-inverted,
.bpa-aqua-deep .bpa-btn-inverted,
.bpa-claret .bpa-btn-inverted {
  background-color: #fff;
}

.bpa-saffron .bpa-btn-inverted {
  background-color: #111314;
}

.bpa-white .bpa-btn-inverted {
  background-color: #0071ad;
}

.bpa-porcelain .bpa-btn-inverted {
  border-color: #0071ad;
}

.bpa-shark .bpa-btn-inverted,
.bpa-regal-blue .bpa-btn-inverted,
.bpa-deep-cerulean .bpa-btn-inverted,
.bpa-twitter .bpa-btn-inverted,
.bpa-monza .bpa-btn-inverted,
.bpa-mojo .bpa-btn-inverted,
.bpa-blue-lagoon .bpa-btn-inverted,
.bpa-tropical-rain-forest .bpa-btn-inverted,
.bpa-bossanova .bpa-btn-inverted,
.bpa-aqua-deep .bpa-btn-inverted,
.bpa-claret .bpa-btn-inverted {
  border-color: #fff;
}

.bpa-saffron .bpa-btn-inverted {
  border-color: #111314;
}

.bpa-white .bpa-btn-inverted {
  border-color: #0071ad;
}

.bpa-btn-inverted .bpa-icon {
  fill: #fff;
}

.bpa-porcelain .bpa-btn-inverted .bpa-icon {
  fill: #eeeff1;
}

.bpa-shark .bpa-btn-inverted .bpa-icon {
  fill: #25292a;
}

.bpa-regal-blue .bpa-btn-inverted .bpa-icon {
  fill: #004b76;
}

.bpa-deep-cerulean .bpa-btn-inverted .bpa-icon {
  fill: #0071ad;
}

.bpa-twitter .bpa-btn-inverted .bpa-icon {
  fill: #1da1f2;
}

.bpa-monza .bpa-btn-inverted .bpa-icon {
  fill: #c0003c;
}

.bpa-saffron .bpa-btn-inverted .bpa-icon {
  fill: #f7bb3d;
}

.bpa-mojo .bpa-btn-inverted .bpa-icon {
  fill: #cd5038;
}

.bpa-blue-lagoon .bpa-btn-inverted .bpa-icon {
  fill: #00818b;
}

.bpa-tropical-rain-forest .bpa-btn-inverted .bpa-icon {
  fill: #00854a;
}

.bpa-bossanova .bpa-btn-inverted .bpa-icon {
  fill: #5f316e;
}

.bpa-aqua-deep .bpa-btn-inverted .bpa-icon {
  fill: #005c45;
}

.bpa-claret .bpa-btn-inverted .bpa-icon {
  fill: #780f2d;
}

.bpa-white .bpa-btn-inverted .bpa-icon {
  fill: #fff;
}

.bpa-btn-inverted:hover, .bpa-btn-inverted:focus {
  color: #111314;
  background-color: #fff;
  border-color: #9aa0a2;
}

.bpa-porcelain .bpa-btn-inverted:hover,
.bpa-saffron .bpa-btn-inverted:hover, .bpa-porcelain .bpa-btn-inverted:focus,
.bpa-saffron .bpa-btn-inverted:focus {
  color: #111314;
}

.bpa-shark .bpa-btn-inverted:hover,
.bpa-regal-blue .bpa-btn-inverted:hover,
.bpa-deep-cerulean .bpa-btn-inverted:hover,
.bpa-twitter .bpa-btn-inverted:hover,
.bpa-monza .bpa-btn-inverted:hover,
.bpa-mojo .bpa-btn-inverted:hover,
.bpa-blue-lagoon .bpa-btn-inverted:hover,
.bpa-tropical-rain-forest .bpa-btn-inverted:hover,
.bpa-bossanova .bpa-btn-inverted:hover,
.bpa-aqua-deep .bpa-btn-inverted:hover,
.bpa-claret .bpa-btn-inverted:hover, .bpa-shark .bpa-btn-inverted:focus,
.bpa-regal-blue .bpa-btn-inverted:focus,
.bpa-deep-cerulean .bpa-btn-inverted:focus,
.bpa-twitter .bpa-btn-inverted:focus,
.bpa-monza .bpa-btn-inverted:focus,
.bpa-mojo .bpa-btn-inverted:focus,
.bpa-blue-lagoon .bpa-btn-inverted:focus,
.bpa-tropical-rain-forest .bpa-btn-inverted:focus,
.bpa-bossanova .bpa-btn-inverted:focus,
.bpa-aqua-deep .bpa-btn-inverted:focus,
.bpa-claret .bpa-btn-inverted:focus {
  color: #fff;
}

.bpa-white .bpa-btn-inverted:hover, .bpa-white .bpa-btn-inverted:focus {
  color: #111314;
}

.bpa-porcelain .bpa-btn-inverted:hover, .bpa-porcelain .bpa-btn-inverted:focus {
  background-color: #eeeff1;
}

.bpa-shark .bpa-btn-inverted:hover, .bpa-shark .bpa-btn-inverted:focus {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-btn-inverted:hover, .bpa-regal-blue .bpa-btn-inverted:focus {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-btn-inverted:hover, .bpa-deep-cerulean .bpa-btn-inverted:focus {
  background-color: #0071ad;
}

.bpa-twitter .bpa-btn-inverted:hover, .bpa-twitter .bpa-btn-inverted:focus {
  background-color: #1da1f2;
}

.bpa-monza .bpa-btn-inverted:hover, .bpa-monza .bpa-btn-inverted:focus {
  background-color: #c0003c;
}

.bpa-saffron .bpa-btn-inverted:hover, .bpa-saffron .bpa-btn-inverted:focus {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-btn-inverted:hover, .bpa-mojo .bpa-btn-inverted:focus {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-btn-inverted:hover, .bpa-blue-lagoon .bpa-btn-inverted:focus {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-btn-inverted:hover, .bpa-tropical-rain-forest .bpa-btn-inverted:focus {
  background-color: #00854a;
}

.bpa-bossanova .bpa-btn-inverted:hover, .bpa-bossanova .bpa-btn-inverted:focus {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-btn-inverted:hover, .bpa-aqua-deep .bpa-btn-inverted:focus {
  background-color: #005c45;
}

.bpa-claret .bpa-btn-inverted:hover, .bpa-claret .bpa-btn-inverted:focus {
  background-color: #780f2d;
}

.bpa-white .bpa-btn-inverted:hover, .bpa-white .bpa-btn-inverted:focus {
  background-color: #fff;
}

.bpa-porcelain .bpa-btn-inverted:hover, .bpa-porcelain .bpa-btn-inverted:focus {
  border-color: #9aa0a2;
}

.bpa-shark .bpa-btn-inverted:hover,
.bpa-regal-blue .bpa-btn-inverted:hover,
.bpa-deep-cerulean .bpa-btn-inverted:hover,
.bpa-twitter .bpa-btn-inverted:hover,
.bpa-monza .bpa-btn-inverted:hover,
.bpa-mojo .bpa-btn-inverted:hover,
.bpa-blue-lagoon .bpa-btn-inverted:hover,
.bpa-tropical-rain-forest .bpa-btn-inverted:hover,
.bpa-bossanova .bpa-btn-inverted:hover,
.bpa-aqua-deep .bpa-btn-inverted:hover,
.bpa-claret .bpa-btn-inverted:hover, .bpa-shark .bpa-btn-inverted:focus,
.bpa-regal-blue .bpa-btn-inverted:focus,
.bpa-deep-cerulean .bpa-btn-inverted:focus,
.bpa-twitter .bpa-btn-inverted:focus,
.bpa-monza .bpa-btn-inverted:focus,
.bpa-mojo .bpa-btn-inverted:focus,
.bpa-blue-lagoon .bpa-btn-inverted:focus,
.bpa-tropical-rain-forest .bpa-btn-inverted:focus,
.bpa-bossanova .bpa-btn-inverted:focus,
.bpa-aqua-deep .bpa-btn-inverted:focus,
.bpa-claret .bpa-btn-inverted:focus {
  border-color: #fff;
}

.bpa-saffron .bpa-btn-inverted:hover, .bpa-saffron .bpa-btn-inverted:focus {
  border-color: #111314;
}

.bpa-white .bpa-btn-inverted:hover, .bpa-white .bpa-btn-inverted:focus {
  border-color: #9aa0a2;
}

.bpa-btn-inverted:hover .bpa-icon, .bpa-btn-inverted:focus .bpa-icon {
  fill: #0071ad;
}

.bpa-porcelain .bpa-btn-inverted:hover .bpa-icon, .bpa-porcelain .bpa-btn-inverted:focus .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-btn-inverted:hover .bpa-icon,
.bpa-regal-blue .bpa-btn-inverted:hover .bpa-icon,
.bpa-deep-cerulean .bpa-btn-inverted:hover .bpa-icon,
.bpa-twitter .bpa-btn-inverted:hover .bpa-icon,
.bpa-monza .bpa-btn-inverted:hover .bpa-icon,
.bpa-mojo .bpa-btn-inverted:hover .bpa-icon,
.bpa-blue-lagoon .bpa-btn-inverted:hover .bpa-icon,
.bpa-tropical-rain-forest .bpa-btn-inverted:hover .bpa-icon,
.bpa-bossanova .bpa-btn-inverted:hover .bpa-icon,
.bpa-aqua-deep .bpa-btn-inverted:hover .bpa-icon,
.bpa-claret .bpa-btn-inverted:hover .bpa-icon, .bpa-shark .bpa-btn-inverted:focus .bpa-icon,
.bpa-regal-blue .bpa-btn-inverted:focus .bpa-icon,
.bpa-deep-cerulean .bpa-btn-inverted:focus .bpa-icon,
.bpa-twitter .bpa-btn-inverted:focus .bpa-icon,
.bpa-monza .bpa-btn-inverted:focus .bpa-icon,
.bpa-mojo .bpa-btn-inverted:focus .bpa-icon,
.bpa-blue-lagoon .bpa-btn-inverted:focus .bpa-icon,
.bpa-tropical-rain-forest .bpa-btn-inverted:focus .bpa-icon,
.bpa-bossanova .bpa-btn-inverted:focus .bpa-icon,
.bpa-aqua-deep .bpa-btn-inverted:focus .bpa-icon,
.bpa-claret .bpa-btn-inverted:focus .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-btn-inverted:hover .bpa-icon, .bpa-saffron .bpa-btn-inverted:focus .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-btn-inverted:hover .bpa-icon, .bpa-white .bpa-btn-inverted:focus .bpa-icon {
  fill: #0071ad;
}

.bpa-btn.bpa-btn-naked {
  fill: #4c4f50;
  border: none;
}

.bpa-porcelain .bpa-btn.bpa-btn-naked {
  fill: #4c4f50;
}

.bpa-shark .bpa-btn.bpa-btn-naked {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-btn.bpa-btn-naked,
.bpa-deep-cerulean .bpa-btn.bpa-btn-naked,
.bpa-twitter .bpa-btn.bpa-btn-naked,
.bpa-monza .bpa-btn.bpa-btn-naked,
.bpa-mojo .bpa-btn.bpa-btn-naked,
.bpa-blue-lagoon .bpa-btn.bpa-btn-naked,
.bpa-tropical-rain-forest .bpa-btn.bpa-btn-naked,
.bpa-bossanova .bpa-btn.bpa-btn-naked,
.bpa-aqua-deep .bpa-btn.bpa-btn-naked,
.bpa-claret .bpa-btn.bpa-btn-naked {
  fill: #fff;
}

.bpa-saffron .bpa-btn.bpa-btn-naked {
  fill: #111314;
}

.bpa-white .bpa-btn.bpa-btn-naked {
  fill: #4c4f50;
}

.bpa-btn.bpa-btn-naked .bpa-btn-icon-before,
.bpa-btn.bpa-btn-naked .bpa-icon-wrapper {
  fill: inherit;
}

.bpa-btn.bpa-btn-naked .bpa-icon {
  height: 100%;
}

.bpa-btn-icon-before,
.bpa-btn .bpa-icon-wrapper {
  margin-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-btn-icon-after {
  margin-left: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-btn-icon-after-dgs {
  margin-right: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-btn .bpa-icon {
  height: 1.125rem;
  fill: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-warenkorb-info .bpa-btn {
  margin-left: -1.0625rem;
  padding: 0.3125rem 1rem;
  float: right;
  color: #4c4f50;
  border-color: transparent;
}

.bpa-warenkorb-info .bpa-btn .bpa-icon {
  fill: #4c4f50;
}

.bpa-warenkorb-info .bpa-btn:focus .bpa-icon,
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #fff;
}

.bpa-porcelain .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-porcelain
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #eeeff1;
}

.bpa-shark .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-shark
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #25292a;
}

.bpa-regal-blue .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-regal-blue
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #004b76;
}

.bpa-deep-cerulean .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-deep-cerulean
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #0071ad;
}

.bpa-twitter .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-twitter
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #1da1f2;
}

.bpa-monza .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-monza
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #c0003c;
}

.bpa-saffron .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-saffron
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #f7bb3d;
}

.bpa-mojo .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-mojo
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #cd5038;
}

.bpa-blue-lagoon .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-blue-lagoon
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #00818b;
}

.bpa-tropical-rain-forest .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-tropical-rain-forest
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #00854a;
}

.bpa-bossanova .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-bossanova
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #5f316e;
}

.bpa-aqua-deep .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-aqua-deep
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #005c45;
}

.bpa-claret .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-claret
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #780f2d;
}

.bpa-white .bpa-warenkorb-info .bpa-btn:focus .bpa-icon, .bpa-white
.bpa-warenkorb-info .bpa-btn:hover .bpa-icon {
  fill: #fff;
}

@media only screen and (max-width: 599px) {
  .bpa-infomaterial-buttons .bpa-btn .bpa-download-info,
  .bpa-infomaterial-buttons .bpa-btn .bpa-download-text {
    position: absolute;
    top: 200%;
    left: -200%;
    visibility: hidden;
  }
}

.bpa-btn-icon-only, .bpa-btn-icon-only:hover, .bpa-btn-icon-only:focus, .bpa-btn-icon-only.bpa-btn, .bpa-btn-icon-only.bpa-btn:hover, .bpa-btn-icon-only.bpa-btn:focus {
  background: none;
  border: none;
}

.bpa-btn-icon-only .bpa-icon, .bpa-btn-icon-only:hover .bpa-icon, .bpa-btn-icon-only:focus .bpa-icon, .bpa-btn-icon-only.bpa-btn .bpa-icon, .bpa-btn-icon-only.bpa-btn:hover .bpa-icon, .bpa-btn-icon-only.bpa-btn:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-btn-icon-only .bpa-icon, .bpa-porcelain .bpa-btn-icon-only:hover .bpa-icon, .bpa-porcelain .bpa-btn-icon-only:focus .bpa-icon, .bpa-porcelain .bpa-btn-icon-only.bpa-btn .bpa-icon, .bpa-porcelain .bpa-btn-icon-only.bpa-btn:hover .bpa-icon, .bpa-porcelain .bpa-btn-icon-only.bpa-btn:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-btn-icon-only .bpa-icon, .bpa-shark .bpa-btn-icon-only:hover .bpa-icon, .bpa-shark .bpa-btn-icon-only:focus .bpa-icon, .bpa-shark .bpa-btn-icon-only.bpa-btn .bpa-icon, .bpa-shark .bpa-btn-icon-only.bpa-btn:hover .bpa-icon, .bpa-shark .bpa-btn-icon-only.bpa-btn:focus .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-btn-icon-only .bpa-icon,
.bpa-deep-cerulean .bpa-btn-icon-only .bpa-icon,
.bpa-twitter .bpa-btn-icon-only .bpa-icon,
.bpa-monza .bpa-btn-icon-only .bpa-icon,
.bpa-mojo .bpa-btn-icon-only .bpa-icon,
.bpa-blue-lagoon .bpa-btn-icon-only .bpa-icon,
.bpa-tropical-rain-forest .bpa-btn-icon-only .bpa-icon,
.bpa-bossanova .bpa-btn-icon-only .bpa-icon,
.bpa-aqua-deep .bpa-btn-icon-only .bpa-icon,
.bpa-claret .bpa-btn-icon-only .bpa-icon, .bpa-regal-blue .bpa-btn-icon-only:hover .bpa-icon,
.bpa-deep-cerulean .bpa-btn-icon-only:hover .bpa-icon,
.bpa-twitter .bpa-btn-icon-only:hover .bpa-icon,
.bpa-monza .bpa-btn-icon-only:hover .bpa-icon,
.bpa-mojo .bpa-btn-icon-only:hover .bpa-icon,
.bpa-blue-lagoon .bpa-btn-icon-only:hover .bpa-icon,
.bpa-tropical-rain-forest .bpa-btn-icon-only:hover .bpa-icon,
.bpa-bossanova .bpa-btn-icon-only:hover .bpa-icon,
.bpa-aqua-deep .bpa-btn-icon-only:hover .bpa-icon,
.bpa-claret .bpa-btn-icon-only:hover .bpa-icon, .bpa-regal-blue .bpa-btn-icon-only:focus .bpa-icon,
.bpa-deep-cerulean .bpa-btn-icon-only:focus .bpa-icon,
.bpa-twitter .bpa-btn-icon-only:focus .bpa-icon,
.bpa-monza .bpa-btn-icon-only:focus .bpa-icon,
.bpa-mojo .bpa-btn-icon-only:focus .bpa-icon,
.bpa-blue-lagoon .bpa-btn-icon-only:focus .bpa-icon,
.bpa-tropical-rain-forest .bpa-btn-icon-only:focus .bpa-icon,
.bpa-bossanova .bpa-btn-icon-only:focus .bpa-icon,
.bpa-aqua-deep .bpa-btn-icon-only:focus .bpa-icon,
.bpa-claret .bpa-btn-icon-only:focus .bpa-icon, .bpa-regal-blue .bpa-btn-icon-only.bpa-btn .bpa-icon,
.bpa-deep-cerulean .bpa-btn-icon-only.bpa-btn .bpa-icon,
.bpa-twitter .bpa-btn-icon-only.bpa-btn .bpa-icon,
.bpa-monza .bpa-btn-icon-only.bpa-btn .bpa-icon,
.bpa-mojo .bpa-btn-icon-only.bpa-btn .bpa-icon,
.bpa-blue-lagoon .bpa-btn-icon-only.bpa-btn .bpa-icon,
.bpa-tropical-rain-forest .bpa-btn-icon-only.bpa-btn .bpa-icon,
.bpa-bossanova .bpa-btn-icon-only.bpa-btn .bpa-icon,
.bpa-aqua-deep .bpa-btn-icon-only.bpa-btn .bpa-icon,
.bpa-claret .bpa-btn-icon-only.bpa-btn .bpa-icon, .bpa-regal-blue .bpa-btn-icon-only.bpa-btn:hover .bpa-icon,
.bpa-deep-cerulean .bpa-btn-icon-only.bpa-btn:hover .bpa-icon,
.bpa-twitter .bpa-btn-icon-only.bpa-btn:hover .bpa-icon,
.bpa-monza .bpa-btn-icon-only.bpa-btn:hover .bpa-icon,
.bpa-mojo .bpa-btn-icon-only.bpa-btn:hover .bpa-icon,
.bpa-blue-lagoon .bpa-btn-icon-only.bpa-btn:hover .bpa-icon,
.bpa-tropical-rain-forest .bpa-btn-icon-only.bpa-btn:hover .bpa-icon,
.bpa-bossanova .bpa-btn-icon-only.bpa-btn:hover .bpa-icon,
.bpa-aqua-deep .bpa-btn-icon-only.bpa-btn:hover .bpa-icon,
.bpa-claret .bpa-btn-icon-only.bpa-btn:hover .bpa-icon, .bpa-regal-blue .bpa-btn-icon-only.bpa-btn:focus .bpa-icon,
.bpa-deep-cerulean .bpa-btn-icon-only.bpa-btn:focus .bpa-icon,
.bpa-twitter .bpa-btn-icon-only.bpa-btn:focus .bpa-icon,
.bpa-monza .bpa-btn-icon-only.bpa-btn:focus .bpa-icon,
.bpa-mojo .bpa-btn-icon-only.bpa-btn:focus .bpa-icon,
.bpa-blue-lagoon .bpa-btn-icon-only.bpa-btn:focus .bpa-icon,
.bpa-tropical-rain-forest .bpa-btn-icon-only.bpa-btn:focus .bpa-icon,
.bpa-bossanova .bpa-btn-icon-only.bpa-btn:focus .bpa-icon,
.bpa-aqua-deep .bpa-btn-icon-only.bpa-btn:focus .bpa-icon,
.bpa-claret .bpa-btn-icon-only.bpa-btn:focus .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-btn-icon-only .bpa-icon, .bpa-saffron .bpa-btn-icon-only:hover .bpa-icon, .bpa-saffron .bpa-btn-icon-only:focus .bpa-icon, .bpa-saffron .bpa-btn-icon-only.bpa-btn .bpa-icon, .bpa-saffron .bpa-btn-icon-only.bpa-btn:hover .bpa-icon, .bpa-saffron .bpa-btn-icon-only.bpa-btn:focus .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-btn-icon-only .bpa-icon, .bpa-white .bpa-btn-icon-only:hover .bpa-icon, .bpa-white .bpa-btn-icon-only:focus .bpa-icon, .bpa-white .bpa-btn-icon-only.bpa-btn .bpa-icon, .bpa-white .bpa-btn-icon-only.bpa-btn:hover .bpa-icon, .bpa-white .bpa-btn-icon-only.bpa-btn:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-btn-icon-only .bpa-btn-icon-before,
.bpa-btn-icon-only-on-image .bpa-btn-icon-before, .bpa-btn-icon-only
.bpa-btn-icon-after,
.bpa-btn-icon-only-on-image
.bpa-btn-icon-after {
  margin: 0;
}

.bpa-btn-icon-only-on-image {
  padding: 0.9375rem;
  font-size: 0;
  background-color: #25292a;
  border: 0.0625rem solid #25292a;
  border-radius: 50%;
}

.bpa-btn-icon-only-on-image .bpa-icon {
  fill: #9aa0a2;
  width: 1rem;
  height: 1rem;
}

.bpa-btn-icon-only-on-image:hover, .bpa-btn-icon-only-on-image:focus {
  background-color: #0071ad;
  border: 0.0625rem solid #0071ad;
}

.bpa-btn-icon-only-on-image:hover .bpa-icon, .bpa-btn-icon-only-on-image:focus .bpa-icon {
  fill: #fff;
}

.bpa-link-large:focus, .bpa-link-small:focus, .bpa-link-flyout-large:focus, .bpa-link-flyout-focus:focus, .bpa-link-flyout-breadcrumb:focus, .bpa-link-flyout-default:focus, .bpa-link-flyout-more:focus, .bpa-link-infomaterial:focus {
  text-decoration: underline;
}

/* stylelint-disable selector-class-pattern */
.RichTextIntLink:hover, .RichTextIntLink:focus {
  text-decoration: none;
}

/* stylelint-enable selector-class-pattern */
.bpa-bitv-label {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.bpa-link-large {
  color: #111314;
}

.bpa-porcelain .bpa-link-large,
.bpa-saffron .bpa-link-large {
  color: #111314;
}

.bpa-shark .bpa-link-large,
.bpa-regal-blue .bpa-link-large,
.bpa-deep-cerulean .bpa-link-large,
.bpa-twitter .bpa-link-large,
.bpa-monza .bpa-link-large,
.bpa-mojo .bpa-link-large,
.bpa-blue-lagoon .bpa-link-large,
.bpa-tropical-rain-forest .bpa-link-large,
.bpa-bossanova .bpa-link-large,
.bpa-aqua-deep .bpa-link-large,
.bpa-claret .bpa-link-large {
  color: #fff;
}

.bpa-white .bpa-link-large {
  color: #111314;
}

.bpa-link-large.bpa-link-icon-after, .bpa-link-large.bpa-link-icon-before {
  color: #111314;
}

.bpa-porcelain .bpa-link-large.bpa-link-icon-after,
.bpa-saffron .bpa-link-large.bpa-link-icon-after, .bpa-porcelain .bpa-link-large.bpa-link-icon-before,
.bpa-saffron .bpa-link-large.bpa-link-icon-before {
  color: #111314;
}

.bpa-shark .bpa-link-large.bpa-link-icon-after,
.bpa-regal-blue .bpa-link-large.bpa-link-icon-after,
.bpa-deep-cerulean .bpa-link-large.bpa-link-icon-after,
.bpa-twitter .bpa-link-large.bpa-link-icon-after,
.bpa-monza .bpa-link-large.bpa-link-icon-after,
.bpa-mojo .bpa-link-large.bpa-link-icon-after,
.bpa-blue-lagoon .bpa-link-large.bpa-link-icon-after,
.bpa-tropical-rain-forest .bpa-link-large.bpa-link-icon-after,
.bpa-bossanova .bpa-link-large.bpa-link-icon-after,
.bpa-aqua-deep .bpa-link-large.bpa-link-icon-after,
.bpa-claret .bpa-link-large.bpa-link-icon-after, .bpa-shark .bpa-link-large.bpa-link-icon-before,
.bpa-regal-blue .bpa-link-large.bpa-link-icon-before,
.bpa-deep-cerulean .bpa-link-large.bpa-link-icon-before,
.bpa-twitter .bpa-link-large.bpa-link-icon-before,
.bpa-monza .bpa-link-large.bpa-link-icon-before,
.bpa-mojo .bpa-link-large.bpa-link-icon-before,
.bpa-blue-lagoon .bpa-link-large.bpa-link-icon-before,
.bpa-tropical-rain-forest .bpa-link-large.bpa-link-icon-before,
.bpa-bossanova .bpa-link-large.bpa-link-icon-before,
.bpa-aqua-deep .bpa-link-large.bpa-link-icon-before,
.bpa-claret .bpa-link-large.bpa-link-icon-before {
  color: #fff;
}

.bpa-white .bpa-link-large.bpa-link-icon-after, .bpa-white .bpa-link-large.bpa-link-icon-before {
  color: #111314;
}

.bpa-link-large:focus, .bpa-link-large:hover {
  color: #0071ad;
}

.bpa-porcelain .bpa-link-large:focus, .bpa-porcelain .bpa-link-large:hover {
  color: #0071ad;
}

.bpa-shark .bpa-link-large:focus,
.bpa-regal-blue .bpa-link-large:focus,
.bpa-deep-cerulean .bpa-link-large:focus,
.bpa-twitter .bpa-link-large:focus,
.bpa-monza .bpa-link-large:focus,
.bpa-mojo .bpa-link-large:focus,
.bpa-blue-lagoon .bpa-link-large:focus,
.bpa-tropical-rain-forest .bpa-link-large:focus,
.bpa-bossanova .bpa-link-large:focus,
.bpa-aqua-deep .bpa-link-large:focus,
.bpa-claret .bpa-link-large:focus, .bpa-shark .bpa-link-large:hover,
.bpa-regal-blue .bpa-link-large:hover,
.bpa-deep-cerulean .bpa-link-large:hover,
.bpa-twitter .bpa-link-large:hover,
.bpa-monza .bpa-link-large:hover,
.bpa-mojo .bpa-link-large:hover,
.bpa-blue-lagoon .bpa-link-large:hover,
.bpa-tropical-rain-forest .bpa-link-large:hover,
.bpa-bossanova .bpa-link-large:hover,
.bpa-aqua-deep .bpa-link-large:hover,
.bpa-claret .bpa-link-large:hover {
  color: #fff;
}

.bpa-saffron .bpa-link-large:focus, .bpa-saffron .bpa-link-large:hover {
  color: #111314;
}

.bpa-white .bpa-link-large:focus, .bpa-white .bpa-link-large:hover {
  color: #0071ad;
}

.bpa-link-small {
  color: #111314;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5rem;
}

.bpa-porcelain .bpa-link-small,
.bpa-saffron .bpa-link-small {
  color: #111314;
}

.bpa-shark .bpa-link-small,
.bpa-regal-blue .bpa-link-small,
.bpa-deep-cerulean .bpa-link-small,
.bpa-twitter .bpa-link-small,
.bpa-monza .bpa-link-small,
.bpa-mojo .bpa-link-small,
.bpa-blue-lagoon .bpa-link-small,
.bpa-tropical-rain-forest .bpa-link-small,
.bpa-bossanova .bpa-link-small,
.bpa-aqua-deep .bpa-link-small,
.bpa-claret .bpa-link-small {
  color: #fff;
}

.bpa-white .bpa-link-small {
  color: #111314;
}

@media only screen and (min-width: 1360px) {
  .bpa-link-small {
    font-size: 0.875rem;
  }
}

.bpa-link-flyout-large {
  color: #0071ad;
}

.bpa-link-flyout-focus {
  font-family: "BundesSansWeb-Bold";
}

.bpa-link-flyout-more {
  color: #0071ad;
}

.bpa-link-flyout-more .bpa-icon {
  width: 0.875rem;
  height: 0.875rem;
  fill: #0071ad;
}

.bpa-link-breadcrumb {
  padding-bottom: 0.125rem;
  border-bottom: 2px solid #111314;
}

.bpa-link-breadcrumb:hover, .bpa-link-breadcrumb:focus {
  color: #0071ad;
  border-bottom: 2px solid #0071ad;
  text-decoration: none;
}

.bpa-porcelain .bpa-link-breadcrumb:hover, .bpa-porcelain .bpa-link-breadcrumb:focus {
  color: #0071ad;
}

.bpa-shark .bpa-link-breadcrumb:hover, .bpa-shark .bpa-link-breadcrumb:focus {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-link-breadcrumb:hover,
.bpa-deep-cerulean .bpa-link-breadcrumb:hover,
.bpa-twitter .bpa-link-breadcrumb:hover,
.bpa-monza .bpa-link-breadcrumb:hover,
.bpa-mojo .bpa-link-breadcrumb:hover,
.bpa-blue-lagoon .bpa-link-breadcrumb:hover,
.bpa-tropical-rain-forest .bpa-link-breadcrumb:hover,
.bpa-bossanova .bpa-link-breadcrumb:hover,
.bpa-aqua-deep .bpa-link-breadcrumb:hover,
.bpa-claret .bpa-link-breadcrumb:hover, .bpa-regal-blue .bpa-link-breadcrumb:focus,
.bpa-deep-cerulean .bpa-link-breadcrumb:focus,
.bpa-twitter .bpa-link-breadcrumb:focus,
.bpa-monza .bpa-link-breadcrumb:focus,
.bpa-mojo .bpa-link-breadcrumb:focus,
.bpa-blue-lagoon .bpa-link-breadcrumb:focus,
.bpa-tropical-rain-forest .bpa-link-breadcrumb:focus,
.bpa-bossanova .bpa-link-breadcrumb:focus,
.bpa-aqua-deep .bpa-link-breadcrumb:focus,
.bpa-claret .bpa-link-breadcrumb:focus {
  color: #fff;
}

.bpa-saffron .bpa-link-breadcrumb:hover, .bpa-saffron .bpa-link-breadcrumb:focus {
  color: #111314;
}

.bpa-white .bpa-link-breadcrumb:hover, .bpa-white .bpa-link-breadcrumb:focus {
  color: #0071ad;
}

.bpa-porcelain .bpa-link-breadcrumb:hover, .bpa-porcelain .bpa-link-breadcrumb:focus {
  border-bottom: 2px solid #0071ad;
}

.bpa-shark .bpa-link-breadcrumb:hover, .bpa-shark .bpa-link-breadcrumb:focus {
  border-bottom: 2px solid #9aa0a2;
}

.bpa-regal-blue .bpa-link-breadcrumb:hover,
.bpa-deep-cerulean .bpa-link-breadcrumb:hover,
.bpa-twitter .bpa-link-breadcrumb:hover,
.bpa-monza .bpa-link-breadcrumb:hover,
.bpa-mojo .bpa-link-breadcrumb:hover,
.bpa-blue-lagoon .bpa-link-breadcrumb:hover,
.bpa-tropical-rain-forest .bpa-link-breadcrumb:hover,
.bpa-bossanova .bpa-link-breadcrumb:hover,
.bpa-aqua-deep .bpa-link-breadcrumb:hover,
.bpa-claret .bpa-link-breadcrumb:hover, .bpa-regal-blue .bpa-link-breadcrumb:focus,
.bpa-deep-cerulean .bpa-link-breadcrumb:focus,
.bpa-twitter .bpa-link-breadcrumb:focus,
.bpa-monza .bpa-link-breadcrumb:focus,
.bpa-mojo .bpa-link-breadcrumb:focus,
.bpa-blue-lagoon .bpa-link-breadcrumb:focus,
.bpa-tropical-rain-forest .bpa-link-breadcrumb:focus,
.bpa-bossanova .bpa-link-breadcrumb:focus,
.bpa-aqua-deep .bpa-link-breadcrumb:focus,
.bpa-claret .bpa-link-breadcrumb:focus {
  border-bottom: 2px solid #fff;
}

.bpa-saffron .bpa-link-breadcrumb:hover, .bpa-saffron .bpa-link-breadcrumb:focus {
  border-bottom: 2px solid #111314;
}

.bpa-white .bpa-link-breadcrumb:hover, .bpa-white .bpa-link-breadcrumb:focus {
  border-bottom: 2px solid #0071ad;
}

.bpa-link-icon-before .bpa-icon {
  fill: #0071ad;
  margin-top: -0.1875rem;
  margin-right: 0.25rem;
}

.bpa-porcelain .bpa-link-icon-before .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-link-icon-before .bpa-icon,
.bpa-regal-blue .bpa-link-icon-before .bpa-icon,
.bpa-deep-cerulean .bpa-link-icon-before .bpa-icon,
.bpa-twitter .bpa-link-icon-before .bpa-icon,
.bpa-monza .bpa-link-icon-before .bpa-icon,
.bpa-mojo .bpa-link-icon-before .bpa-icon,
.bpa-blue-lagoon .bpa-link-icon-before .bpa-icon,
.bpa-tropical-rain-forest .bpa-link-icon-before .bpa-icon,
.bpa-bossanova .bpa-link-icon-before .bpa-icon,
.bpa-aqua-deep .bpa-link-icon-before .bpa-icon,
.bpa-claret .bpa-link-icon-before .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-link-icon-before .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-link-icon-before .bpa-icon {
  fill: #0071ad;
}

.bpa-search-freqaz .bpa-link-icon-before .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-search-freqaz .bpa-link-icon-before .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-search-freqaz .bpa-link-icon-before .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-search-freqaz .bpa-link-icon-before .bpa-icon,
.bpa-deep-cerulean .bpa-search-freqaz .bpa-link-icon-before .bpa-icon,
.bpa-twitter .bpa-search-freqaz .bpa-link-icon-before .bpa-icon,
.bpa-monza .bpa-search-freqaz .bpa-link-icon-before .bpa-icon,
.bpa-mojo .bpa-search-freqaz .bpa-link-icon-before .bpa-icon,
.bpa-blue-lagoon .bpa-search-freqaz .bpa-link-icon-before .bpa-icon,
.bpa-tropical-rain-forest .bpa-search-freqaz .bpa-link-icon-before .bpa-icon,
.bpa-bossanova .bpa-search-freqaz .bpa-link-icon-before .bpa-icon,
.bpa-aqua-deep .bpa-search-freqaz .bpa-link-icon-before .bpa-icon,
.bpa-claret .bpa-search-freqaz .bpa-link-icon-before .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-search-freqaz .bpa-link-icon-before .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-search-freqaz .bpa-link-icon-before .bpa-icon {
  fill: #4c4f50;
}

.bpa-link-icon-after .bpa-icon {
  fill: #0071ad;
  margin-top: -0.1875rem;
  margin-left: 0.25rem;
}

.bpa-porcelain .bpa-link-icon-after .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-link-icon-after .bpa-icon,
.bpa-regal-blue .bpa-link-icon-after .bpa-icon,
.bpa-deep-cerulean .bpa-link-icon-after .bpa-icon,
.bpa-twitter .bpa-link-icon-after .bpa-icon,
.bpa-monza .bpa-link-icon-after .bpa-icon,
.bpa-mojo .bpa-link-icon-after .bpa-icon,
.bpa-blue-lagoon .bpa-link-icon-after .bpa-icon,
.bpa-tropical-rain-forest .bpa-link-icon-after .bpa-icon,
.bpa-bossanova .bpa-link-icon-after .bpa-icon,
.bpa-aqua-deep .bpa-link-icon-after .bpa-icon,
.bpa-claret .bpa-link-icon-after .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-link-icon-after .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-link-icon-after .bpa-icon {
  fill: #0071ad;
}

.bpa-icon-wrapper {
  display: inline;
}

a.bpa-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}

a.bpa-btn .bpa-link-text {
  border-bottom: none;
}

.bpa-link-infomaterial {
  color: #111314;
  text-decoration: none;
}

.bpa-porcelain .bpa-link-infomaterial,
.bpa-saffron .bpa-link-infomaterial {
  color: #111314;
}

.bpa-shark .bpa-link-infomaterial,
.bpa-regal-blue .bpa-link-infomaterial,
.bpa-deep-cerulean .bpa-link-infomaterial,
.bpa-twitter .bpa-link-infomaterial,
.bpa-monza .bpa-link-infomaterial,
.bpa-mojo .bpa-link-infomaterial,
.bpa-blue-lagoon .bpa-link-infomaterial,
.bpa-tropical-rain-forest .bpa-link-infomaterial,
.bpa-bossanova .bpa-link-infomaterial,
.bpa-aqua-deep .bpa-link-infomaterial,
.bpa-claret .bpa-link-infomaterial {
  color: #fff;
}

.bpa-white .bpa-link-infomaterial {
  color: #111314;
}

.bpa-link-infomaterial:hover, .bpa-link-infomaterial:active, .bpa-link-infomaterial:focus {
  color: #0071ad;
  text-decoration: underline;
}

.bpa-porcelain .bpa-link-infomaterial:hover, .bpa-porcelain .bpa-link-infomaterial:active, .bpa-porcelain .bpa-link-infomaterial:focus {
  color: #0071ad;
}

.bpa-shark .bpa-link-infomaterial:hover, .bpa-shark .bpa-link-infomaterial:active, .bpa-shark .bpa-link-infomaterial:focus {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-link-infomaterial:hover,
.bpa-deep-cerulean .bpa-link-infomaterial:hover,
.bpa-twitter .bpa-link-infomaterial:hover,
.bpa-monza .bpa-link-infomaterial:hover,
.bpa-mojo .bpa-link-infomaterial:hover,
.bpa-blue-lagoon .bpa-link-infomaterial:hover,
.bpa-tropical-rain-forest .bpa-link-infomaterial:hover,
.bpa-bossanova .bpa-link-infomaterial:hover,
.bpa-aqua-deep .bpa-link-infomaterial:hover,
.bpa-claret .bpa-link-infomaterial:hover, .bpa-regal-blue .bpa-link-infomaterial:active,
.bpa-deep-cerulean .bpa-link-infomaterial:active,
.bpa-twitter .bpa-link-infomaterial:active,
.bpa-monza .bpa-link-infomaterial:active,
.bpa-mojo .bpa-link-infomaterial:active,
.bpa-blue-lagoon .bpa-link-infomaterial:active,
.bpa-tropical-rain-forest .bpa-link-infomaterial:active,
.bpa-bossanova .bpa-link-infomaterial:active,
.bpa-aqua-deep .bpa-link-infomaterial:active,
.bpa-claret .bpa-link-infomaterial:active, .bpa-regal-blue .bpa-link-infomaterial:focus,
.bpa-deep-cerulean .bpa-link-infomaterial:focus,
.bpa-twitter .bpa-link-infomaterial:focus,
.bpa-monza .bpa-link-infomaterial:focus,
.bpa-mojo .bpa-link-infomaterial:focus,
.bpa-blue-lagoon .bpa-link-infomaterial:focus,
.bpa-tropical-rain-forest .bpa-link-infomaterial:focus,
.bpa-bossanova .bpa-link-infomaterial:focus,
.bpa-aqua-deep .bpa-link-infomaterial:focus,
.bpa-claret .bpa-link-infomaterial:focus {
  color: #fff;
}

.bpa-saffron .bpa-link-infomaterial:hover, .bpa-saffron .bpa-link-infomaterial:active, .bpa-saffron .bpa-link-infomaterial:focus {
  color: #111314;
}

.bpa-white .bpa-link-infomaterial:hover, .bpa-white .bpa-link-infomaterial:active, .bpa-white .bpa-link-infomaterial:focus {
  color: #0071ad;
}

.bpa-link-infomaterial .bpa-icon {
  fill: #0071ad;
  margin: 0 0.1875rem 0.125rem 0.0625rem;
  text-decoration: none;
}

.bpa-porcelain .bpa-link-infomaterial .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-link-infomaterial .bpa-icon,
.bpa-regal-blue .bpa-link-infomaterial .bpa-icon,
.bpa-deep-cerulean .bpa-link-infomaterial .bpa-icon,
.bpa-twitter .bpa-link-infomaterial .bpa-icon,
.bpa-monza .bpa-link-infomaterial .bpa-icon,
.bpa-mojo .bpa-link-infomaterial .bpa-icon,
.bpa-blue-lagoon .bpa-link-infomaterial .bpa-icon,
.bpa-tropical-rain-forest .bpa-link-infomaterial .bpa-icon,
.bpa-bossanova .bpa-link-infomaterial .bpa-icon,
.bpa-aqua-deep .bpa-link-infomaterial .bpa-icon,
.bpa-claret .bpa-link-infomaterial .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-link-infomaterial .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-link-infomaterial .bpa-icon {
  fill: #0071ad;
}

.bpa-link-infomaterial .bpa-icon {
  width: 1.0625rem;
  height: 1rem;
}

.bpa-article > .bpa-link-infomaterial {
  margin: 0 0 1.6875rem;
  display: inline-block;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-article > .bpa-link-infomaterial {
    margin: 0 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-article > .bpa-link-infomaterial {
    margin: 0 0 2.125rem;
  }
}

.bpa-link-download {
  color: #111314;
  text-decoration: none;
}

.bpa-porcelain .bpa-link-download,
.bpa-saffron .bpa-link-download {
  color: #111314;
}

.bpa-shark .bpa-link-download,
.bpa-regal-blue .bpa-link-download,
.bpa-deep-cerulean .bpa-link-download,
.bpa-twitter .bpa-link-download,
.bpa-monza .bpa-link-download,
.bpa-mojo .bpa-link-download,
.bpa-blue-lagoon .bpa-link-download,
.bpa-tropical-rain-forest .bpa-link-download,
.bpa-bossanova .bpa-link-download,
.bpa-aqua-deep .bpa-link-download,
.bpa-claret .bpa-link-download {
  color: #fff;
}

.bpa-white .bpa-link-download {
  color: #111314;
}

.bpa-link-download:hover, .bpa-link-download:focus {
  text-decoration: none;
}

.bpa-link-download:hover .bpa-download-info, .bpa-link-download:focus .bpa-download-info {
  color: #0071ad;
}

.bpa-porcelain .bpa-link-download:hover .bpa-download-info, .bpa-porcelain .bpa-link-download:focus .bpa-download-info {
  color: #0071ad;
}

.bpa-shark .bpa-link-download:hover .bpa-download-info,
.bpa-regal-blue .bpa-link-download:hover .bpa-download-info,
.bpa-deep-cerulean .bpa-link-download:hover .bpa-download-info,
.bpa-twitter .bpa-link-download:hover .bpa-download-info,
.bpa-monza .bpa-link-download:hover .bpa-download-info,
.bpa-mojo .bpa-link-download:hover .bpa-download-info,
.bpa-blue-lagoon .bpa-link-download:hover .bpa-download-info,
.bpa-tropical-rain-forest .bpa-link-download:hover .bpa-download-info,
.bpa-bossanova .bpa-link-download:hover .bpa-download-info,
.bpa-aqua-deep .bpa-link-download:hover .bpa-download-info,
.bpa-claret .bpa-link-download:hover .bpa-download-info, .bpa-shark .bpa-link-download:focus .bpa-download-info,
.bpa-regal-blue .bpa-link-download:focus .bpa-download-info,
.bpa-deep-cerulean .bpa-link-download:focus .bpa-download-info,
.bpa-twitter .bpa-link-download:focus .bpa-download-info,
.bpa-monza .bpa-link-download:focus .bpa-download-info,
.bpa-mojo .bpa-link-download:focus .bpa-download-info,
.bpa-blue-lagoon .bpa-link-download:focus .bpa-download-info,
.bpa-tropical-rain-forest .bpa-link-download:focus .bpa-download-info,
.bpa-bossanova .bpa-link-download:focus .bpa-download-info,
.bpa-aqua-deep .bpa-link-download:focus .bpa-download-info,
.bpa-claret .bpa-link-download:focus .bpa-download-info {
  color: #fff;
}

.bpa-saffron .bpa-link-download:hover .bpa-download-info, .bpa-saffron .bpa-link-download:focus .bpa-download-info {
  color: #111314;
}

.bpa-white .bpa-link-download:hover .bpa-download-info, .bpa-white .bpa-link-download:focus .bpa-download-info {
  color: #0071ad;
}

.bpa-link-download:hover .bpa-link-text, .bpa-link-download:focus .bpa-link-text {
  color: #0071ad;
  border-color: #0071ad;
  border-width: 1px;
  border-bottom-style: solid;
}

.bpa-porcelain .bpa-link-download:hover .bpa-link-text, .bpa-porcelain .bpa-link-download:focus .bpa-link-text {
  color: #0071ad;
}

.bpa-shark .bpa-link-download:hover .bpa-link-text,
.bpa-regal-blue .bpa-link-download:hover .bpa-link-text,
.bpa-deep-cerulean .bpa-link-download:hover .bpa-link-text,
.bpa-twitter .bpa-link-download:hover .bpa-link-text,
.bpa-monza .bpa-link-download:hover .bpa-link-text,
.bpa-mojo .bpa-link-download:hover .bpa-link-text,
.bpa-blue-lagoon .bpa-link-download:hover .bpa-link-text,
.bpa-tropical-rain-forest .bpa-link-download:hover .bpa-link-text,
.bpa-bossanova .bpa-link-download:hover .bpa-link-text,
.bpa-aqua-deep .bpa-link-download:hover .bpa-link-text,
.bpa-claret .bpa-link-download:hover .bpa-link-text, .bpa-shark .bpa-link-download:focus .bpa-link-text,
.bpa-regal-blue .bpa-link-download:focus .bpa-link-text,
.bpa-deep-cerulean .bpa-link-download:focus .bpa-link-text,
.bpa-twitter .bpa-link-download:focus .bpa-link-text,
.bpa-monza .bpa-link-download:focus .bpa-link-text,
.bpa-mojo .bpa-link-download:focus .bpa-link-text,
.bpa-blue-lagoon .bpa-link-download:focus .bpa-link-text,
.bpa-tropical-rain-forest .bpa-link-download:focus .bpa-link-text,
.bpa-bossanova .bpa-link-download:focus .bpa-link-text,
.bpa-aqua-deep .bpa-link-download:focus .bpa-link-text,
.bpa-claret .bpa-link-download:focus .bpa-link-text {
  color: #fff;
}

.bpa-saffron .bpa-link-download:hover .bpa-link-text, .bpa-saffron .bpa-link-download:focus .bpa-link-text {
  color: #111314;
}

.bpa-white .bpa-link-download:hover .bpa-link-text, .bpa-white .bpa-link-download:focus .bpa-link-text {
  color: #0071ad;
}

.bpa-porcelain .bpa-link-download:hover .bpa-link-text, .bpa-porcelain .bpa-link-download:focus .bpa-link-text {
  border-color: #0071ad;
}

.bpa-shark .bpa-link-download:hover .bpa-link-text,
.bpa-regal-blue .bpa-link-download:hover .bpa-link-text,
.bpa-deep-cerulean .bpa-link-download:hover .bpa-link-text,
.bpa-twitter .bpa-link-download:hover .bpa-link-text,
.bpa-monza .bpa-link-download:hover .bpa-link-text,
.bpa-mojo .bpa-link-download:hover .bpa-link-text,
.bpa-blue-lagoon .bpa-link-download:hover .bpa-link-text,
.bpa-tropical-rain-forest .bpa-link-download:hover .bpa-link-text,
.bpa-bossanova .bpa-link-download:hover .bpa-link-text,
.bpa-aqua-deep .bpa-link-download:hover .bpa-link-text,
.bpa-claret .bpa-link-download:hover .bpa-link-text, .bpa-shark .bpa-link-download:focus .bpa-link-text,
.bpa-regal-blue .bpa-link-download:focus .bpa-link-text,
.bpa-deep-cerulean .bpa-link-download:focus .bpa-link-text,
.bpa-twitter .bpa-link-download:focus .bpa-link-text,
.bpa-monza .bpa-link-download:focus .bpa-link-text,
.bpa-mojo .bpa-link-download:focus .bpa-link-text,
.bpa-blue-lagoon .bpa-link-download:focus .bpa-link-text,
.bpa-tropical-rain-forest .bpa-link-download:focus .bpa-link-text,
.bpa-bossanova .bpa-link-download:focus .bpa-link-text,
.bpa-aqua-deep .bpa-link-download:focus .bpa-link-text,
.bpa-claret .bpa-link-download:focus .bpa-link-text {
  border-color: #fff;
}

.bpa-saffron .bpa-link-download:hover .bpa-link-text, .bpa-saffron .bpa-link-download:focus .bpa-link-text {
  border-color: #111314;
}

.bpa-white .bpa-link-download:hover .bpa-link-text, .bpa-white .bpa-link-download:focus .bpa-link-text {
  border-color: #0071ad;
}

.bpa-link-download .bpa-download-info {
  color: #4c4f50;
  font-style: normal;
}

.bpa-porcelain .bpa-link-download .bpa-download-info {
  color: #4c4f50;
}

.bpa-shark .bpa-link-download .bpa-download-info {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-link-download .bpa-download-info,
.bpa-deep-cerulean .bpa-link-download .bpa-download-info,
.bpa-twitter .bpa-link-download .bpa-download-info,
.bpa-monza .bpa-link-download .bpa-download-info,
.bpa-mojo .bpa-link-download .bpa-download-info,
.bpa-blue-lagoon .bpa-link-download .bpa-download-info,
.bpa-tropical-rain-forest .bpa-link-download .bpa-download-info,
.bpa-bossanova .bpa-link-download .bpa-download-info,
.bpa-aqua-deep .bpa-link-download .bpa-download-info,
.bpa-claret .bpa-link-download .bpa-download-info {
  color: #fff;
}

.bpa-saffron .bpa-link-download .bpa-download-info {
  color: #111314;
}

.bpa-white .bpa-link-download .bpa-download-info {
  color: #4c4f50;
}

.bpa-link-download .bpa-icon {
  fill: #0071ad;
  margin: 0 0.1875rem 0.125rem 0.0625rem;
  width: 1.125rem;
  height: 1.125rem;
  text-decoration: none;
}

.bpa-porcelain .bpa-link-download .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-link-download .bpa-icon,
.bpa-regal-blue .bpa-link-download .bpa-icon,
.bpa-deep-cerulean .bpa-link-download .bpa-icon,
.bpa-twitter .bpa-link-download .bpa-icon,
.bpa-monza .bpa-link-download .bpa-icon,
.bpa-mojo .bpa-link-download .bpa-icon,
.bpa-blue-lagoon .bpa-link-download .bpa-icon,
.bpa-tropical-rain-forest .bpa-link-download .bpa-icon,
.bpa-bossanova .bpa-link-download .bpa-icon,
.bpa-aqua-deep .bpa-link-download .bpa-icon,
.bpa-claret .bpa-link-download .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-link-download .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-link-download .bpa-icon {
  fill: #0071ad;
}

.bpa-link-download .bpa-link-text {
  text-decoration: none;
}

.bpa-link-download.bpa-btn em.bpa-download-info {
  color: #4c4f50;
  margin-left: 0.375rem;
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
}

.bpa-porcelain .bpa-link-download.bpa-btn em.bpa-download-info {
  color: #4c4f50;
}

.bpa-shark .bpa-link-download.bpa-btn em.bpa-download-info {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-link-download.bpa-btn em.bpa-download-info,
.bpa-deep-cerulean .bpa-link-download.bpa-btn em.bpa-download-info,
.bpa-twitter .bpa-link-download.bpa-btn em.bpa-download-info,
.bpa-monza .bpa-link-download.bpa-btn em.bpa-download-info,
.bpa-mojo .bpa-link-download.bpa-btn em.bpa-download-info,
.bpa-blue-lagoon .bpa-link-download.bpa-btn em.bpa-download-info,
.bpa-tropical-rain-forest .bpa-link-download.bpa-btn em.bpa-download-info,
.bpa-bossanova .bpa-link-download.bpa-btn em.bpa-download-info,
.bpa-aqua-deep .bpa-link-download.bpa-btn em.bpa-download-info,
.bpa-claret .bpa-link-download.bpa-btn em.bpa-download-info {
  color: #fff;
}

.bpa-saffron .bpa-link-download.bpa-btn em.bpa-download-info {
  color: #111314;
}

.bpa-white .bpa-link-download.bpa-btn em.bpa-download-info {
  color: #4c4f50;
}

.bpa-mediacenter.bpa-gallery .bpa-link-download,
.bpa-mediacenter.bpa-image .bpa-link-download,
.bpa-mediacenter-download-list-item .bpa-link-download,
.bpa-image-download-mediacenter .bpa-link-download {
  padding-left: 1.875rem;
  display: inline-block;
  position: relative;
}

.bpa-mediacenter.bpa-gallery .bpa-link-download .bpa-icon-download,
.bpa-mediacenter.bpa-gallery .bpa-link-download .bpa-icon-wrapper .bpa-icon,
.bpa-mediacenter.bpa-gallery .bpa-link-download > .bpa-icon,
.bpa-mediacenter.bpa-image .bpa-link-download .bpa-icon-download,
.bpa-mediacenter.bpa-image .bpa-link-download .bpa-icon-wrapper .bpa-icon,
.bpa-mediacenter.bpa-image .bpa-link-download > .bpa-icon,
.bpa-mediacenter-download-list-item .bpa-link-download .bpa-icon-download,
.bpa-mediacenter-download-list-item .bpa-link-download .bpa-icon-wrapper .bpa-icon,
.bpa-mediacenter-download-list-item .bpa-link-download > .bpa-icon,
.bpa-image-download-mediacenter .bpa-link-download .bpa-icon-download,
.bpa-image-download-mediacenter .bpa-link-download .bpa-icon-wrapper .bpa-icon,
.bpa-image-download-mediacenter .bpa-link-download > .bpa-icon {
  position: absolute;
  top: 0.3125rem;
  left: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-mediacenter.bpa-gallery .bpa-link-download .bpa-icon-download,
  .bpa-mediacenter.bpa-gallery .bpa-link-download .bpa-icon-wrapper .bpa-icon,
  .bpa-mediacenter.bpa-gallery .bpa-link-download > .bpa-icon,
  .bpa-mediacenter.bpa-image .bpa-link-download .bpa-icon-download,
  .bpa-mediacenter.bpa-image .bpa-link-download .bpa-icon-wrapper .bpa-icon,
  .bpa-mediacenter.bpa-image .bpa-link-download > .bpa-icon,
  .bpa-mediacenter-download-list-item .bpa-link-download .bpa-icon-download,
  .bpa-mediacenter-download-list-item .bpa-link-download .bpa-icon-wrapper .bpa-icon,
  .bpa-mediacenter-download-list-item .bpa-link-download > .bpa-icon,
  .bpa-image-download-mediacenter .bpa-link-download .bpa-icon-download,
  .bpa-image-download-mediacenter .bpa-link-download .bpa-icon-wrapper .bpa-icon,
  .bpa-image-download-mediacenter .bpa-link-download > .bpa-icon {
    top: 0.5rem;
  }
}

.bpa-module-tile-row .bpa-link-download {
  padding-left: 1.625rem;
  display: inline-block;
  position: relative;
}

.bpa-module-tile-row .bpa-link-download .bpa-link-text-title {
  color: #4c4f50;
}

.bpa-porcelain .bpa-module-tile-row .bpa-link-download .bpa-link-text-title {
  color: #4c4f50;
}

.bpa-shark .bpa-module-tile-row .bpa-link-download .bpa-link-text-title {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-module-tile-row .bpa-link-download .bpa-link-text-title,
.bpa-deep-cerulean .bpa-module-tile-row .bpa-link-download .bpa-link-text-title,
.bpa-twitter .bpa-module-tile-row .bpa-link-download .bpa-link-text-title,
.bpa-monza .bpa-module-tile-row .bpa-link-download .bpa-link-text-title,
.bpa-mojo .bpa-module-tile-row .bpa-link-download .bpa-link-text-title,
.bpa-blue-lagoon .bpa-module-tile-row .bpa-link-download .bpa-link-text-title,
.bpa-tropical-rain-forest .bpa-module-tile-row .bpa-link-download .bpa-link-text-title,
.bpa-bossanova .bpa-module-tile-row .bpa-link-download .bpa-link-text-title,
.bpa-aqua-deep .bpa-module-tile-row .bpa-link-download .bpa-link-text-title,
.bpa-claret .bpa-module-tile-row .bpa-link-download .bpa-link-text-title {
  color: #fff;
}

.bpa-saffron .bpa-module-tile-row .bpa-link-download .bpa-link-text-title {
  color: #111314;
}

.bpa-white .bpa-module-tile-row .bpa-link-download .bpa-link-text-title {
  color: #4c4f50;
}

.bpa-module-tile-row .bpa-link-download .bpa-download-info {
  color: #4c4f50;
}

.bpa-porcelain .bpa-module-tile-row .bpa-link-download .bpa-download-info {
  color: #4c4f50;
}

.bpa-shark .bpa-module-tile-row .bpa-link-download .bpa-download-info {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-module-tile-row .bpa-link-download .bpa-download-info,
.bpa-deep-cerulean .bpa-module-tile-row .bpa-link-download .bpa-download-info,
.bpa-twitter .bpa-module-tile-row .bpa-link-download .bpa-download-info,
.bpa-monza .bpa-module-tile-row .bpa-link-download .bpa-download-info,
.bpa-mojo .bpa-module-tile-row .bpa-link-download .bpa-download-info,
.bpa-blue-lagoon .bpa-module-tile-row .bpa-link-download .bpa-download-info,
.bpa-tropical-rain-forest .bpa-module-tile-row .bpa-link-download .bpa-download-info,
.bpa-bossanova .bpa-module-tile-row .bpa-link-download .bpa-download-info,
.bpa-aqua-deep .bpa-module-tile-row .bpa-link-download .bpa-download-info,
.bpa-claret .bpa-module-tile-row .bpa-link-download .bpa-download-info {
  color: #fff;
}

.bpa-saffron .bpa-module-tile-row .bpa-link-download .bpa-download-info {
  color: #111314;
}

.bpa-white .bpa-module-tile-row .bpa-link-download .bpa-download-info {
  color: #4c4f50;
}

.bpa-module-tile-row .bpa-link-download .bpa-icon-download {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-module-tile-row .bpa-link-download .bpa-icon-download {
    top: 0.25rem;
  }
}

.bpa-link-external {
  color: #111314;
  text-decoration: none;
}

.bpa-porcelain .bpa-link-external,
.bpa-saffron .bpa-link-external {
  color: #111314;
}

.bpa-shark .bpa-link-external,
.bpa-regal-blue .bpa-link-external,
.bpa-deep-cerulean .bpa-link-external,
.bpa-twitter .bpa-link-external,
.bpa-monza .bpa-link-external,
.bpa-mojo .bpa-link-external,
.bpa-blue-lagoon .bpa-link-external,
.bpa-tropical-rain-forest .bpa-link-external,
.bpa-bossanova .bpa-link-external,
.bpa-aqua-deep .bpa-link-external,
.bpa-claret .bpa-link-external {
  color: #fff;
}

.bpa-white .bpa-link-external {
  color: #111314;
}

.bpa-richtext .bpa-link-external,
.bpa-short-text .bpa-link-external {
  display: inline-block;
}

.bpa-link-external:hover, .bpa-link-external:active, .bpa-link-external:focus {
  color: #0071ad;
  text-decoration: none;
}

.bpa-porcelain .bpa-link-external:hover, .bpa-porcelain .bpa-link-external:active, .bpa-porcelain .bpa-link-external:focus {
  color: #0071ad;
}

.bpa-shark .bpa-link-external:hover, .bpa-shark .bpa-link-external:active, .bpa-shark .bpa-link-external:focus {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-link-external:hover,
.bpa-deep-cerulean .bpa-link-external:hover,
.bpa-twitter .bpa-link-external:hover,
.bpa-monza .bpa-link-external:hover,
.bpa-mojo .bpa-link-external:hover,
.bpa-blue-lagoon .bpa-link-external:hover,
.bpa-tropical-rain-forest .bpa-link-external:hover,
.bpa-bossanova .bpa-link-external:hover,
.bpa-aqua-deep .bpa-link-external:hover,
.bpa-claret .bpa-link-external:hover, .bpa-regal-blue .bpa-link-external:active,
.bpa-deep-cerulean .bpa-link-external:active,
.bpa-twitter .bpa-link-external:active,
.bpa-monza .bpa-link-external:active,
.bpa-mojo .bpa-link-external:active,
.bpa-blue-lagoon .bpa-link-external:active,
.bpa-tropical-rain-forest .bpa-link-external:active,
.bpa-bossanova .bpa-link-external:active,
.bpa-aqua-deep .bpa-link-external:active,
.bpa-claret .bpa-link-external:active, .bpa-regal-blue .bpa-link-external:focus,
.bpa-deep-cerulean .bpa-link-external:focus,
.bpa-twitter .bpa-link-external:focus,
.bpa-monza .bpa-link-external:focus,
.bpa-mojo .bpa-link-external:focus,
.bpa-blue-lagoon .bpa-link-external:focus,
.bpa-tropical-rain-forest .bpa-link-external:focus,
.bpa-bossanova .bpa-link-external:focus,
.bpa-aqua-deep .bpa-link-external:focus,
.bpa-claret .bpa-link-external:focus {
  color: #fff;
}

.bpa-saffron .bpa-link-external:hover, .bpa-saffron .bpa-link-external:active, .bpa-saffron .bpa-link-external:focus {
  color: #111314;
}

.bpa-white .bpa-link-external:hover, .bpa-white .bpa-link-external:active, .bpa-white .bpa-link-external:focus {
  color: #0071ad;
}

.bpa-link-external .bpa-icon {
  fill: #0071ad;
  margin: 0 0.1875rem 0.125rem 0.0625rem;
  text-decoration: none;
}

.bpa-porcelain .bpa-link-external .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-link-external .bpa-icon,
.bpa-regal-blue .bpa-link-external .bpa-icon,
.bpa-deep-cerulean .bpa-link-external .bpa-icon,
.bpa-twitter .bpa-link-external .bpa-icon,
.bpa-monza .bpa-link-external .bpa-icon,
.bpa-mojo .bpa-link-external .bpa-icon,
.bpa-blue-lagoon .bpa-link-external .bpa-icon,
.bpa-tropical-rain-forest .bpa-link-external .bpa-icon,
.bpa-bossanova .bpa-link-external .bpa-icon,
.bpa-aqua-deep .bpa-link-external .bpa-icon,
.bpa-claret .bpa-link-external .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-link-external .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-link-external .bpa-icon {
  fill: #0071ad;
}

.bpa-link-external .bpa-link-text {
  border-bottom: 1px solid #0071ad;
  text-decoration: none;
}

.bpa-porcelain .bpa-link-external .bpa-link-text {
  border-bottom: 1px solid #0071ad;
}

.bpa-shark .bpa-link-external .bpa-link-text {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-link-external .bpa-link-text,
.bpa-deep-cerulean .bpa-link-external .bpa-link-text,
.bpa-twitter .bpa-link-external .bpa-link-text,
.bpa-monza .bpa-link-external .bpa-link-text,
.bpa-mojo .bpa-link-external .bpa-link-text,
.bpa-blue-lagoon .bpa-link-external .bpa-link-text,
.bpa-tropical-rain-forest .bpa-link-external .bpa-link-text,
.bpa-bossanova .bpa-link-external .bpa-link-text,
.bpa-aqua-deep .bpa-link-external .bpa-link-text,
.bpa-claret .bpa-link-external .bpa-link-text {
  border-bottom: 1px solid #fff;
}

.bpa-saffron .bpa-link-external .bpa-link-text {
  border-bottom: 1px solid #111314;
}

.bpa-white .bpa-link-external .bpa-link-text {
  border-bottom: 1px solid #0071ad;
}

.bpa-link-external .bpa-icon {
  width: 1.0625rem;
  height: 1rem;
}

.bpa-tab-link {
  color: #0071ad;
  padding: 0 1.25em 1.25em 1.25em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  -webkit-transition: border-color 100ms ease-in-out;
  transition: border-color 100ms ease-in-out;
}

.bpa-porcelain .bpa-tab-link {
  color: #0071ad;
}

.bpa-shark .bpa-tab-link {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-tab-link,
.bpa-deep-cerulean .bpa-tab-link,
.bpa-twitter .bpa-tab-link,
.bpa-monza .bpa-tab-link,
.bpa-mojo .bpa-tab-link,
.bpa-blue-lagoon .bpa-tab-link,
.bpa-tropical-rain-forest .bpa-tab-link,
.bpa-bossanova .bpa-tab-link,
.bpa-aqua-deep .bpa-tab-link,
.bpa-claret .bpa-tab-link {
  color: #fff;
}

.bpa-saffron .bpa-tab-link {
  color: #111314;
}

.bpa-white .bpa-tab-link {
  color: #0071ad;
}

.bpa-tab-link:hover, .bpa-tab-link:focus, .bpa-tab-link.js-active {
  border-color: #0071ad;
  color: #0071ad;
  text-decoration: none;
}

.bpa-porcelain .bpa-tab-link:hover, .bpa-porcelain .bpa-tab-link:focus, .bpa-porcelain .bpa-tab-link.js-active {
  border-color: #0071ad;
}

.bpa-shark .bpa-tab-link:hover,
.bpa-regal-blue .bpa-tab-link:hover,
.bpa-deep-cerulean .bpa-tab-link:hover,
.bpa-twitter .bpa-tab-link:hover,
.bpa-monza .bpa-tab-link:hover,
.bpa-mojo .bpa-tab-link:hover,
.bpa-blue-lagoon .bpa-tab-link:hover,
.bpa-tropical-rain-forest .bpa-tab-link:hover,
.bpa-bossanova .bpa-tab-link:hover,
.bpa-aqua-deep .bpa-tab-link:hover,
.bpa-claret .bpa-tab-link:hover, .bpa-shark .bpa-tab-link:focus,
.bpa-regal-blue .bpa-tab-link:focus,
.bpa-deep-cerulean .bpa-tab-link:focus,
.bpa-twitter .bpa-tab-link:focus,
.bpa-monza .bpa-tab-link:focus,
.bpa-mojo .bpa-tab-link:focus,
.bpa-blue-lagoon .bpa-tab-link:focus,
.bpa-tropical-rain-forest .bpa-tab-link:focus,
.bpa-bossanova .bpa-tab-link:focus,
.bpa-aqua-deep .bpa-tab-link:focus,
.bpa-claret .bpa-tab-link:focus, .bpa-shark .bpa-tab-link.js-active,
.bpa-regal-blue .bpa-tab-link.js-active,
.bpa-deep-cerulean .bpa-tab-link.js-active,
.bpa-twitter .bpa-tab-link.js-active,
.bpa-monza .bpa-tab-link.js-active,
.bpa-mojo .bpa-tab-link.js-active,
.bpa-blue-lagoon .bpa-tab-link.js-active,
.bpa-tropical-rain-forest .bpa-tab-link.js-active,
.bpa-bossanova .bpa-tab-link.js-active,
.bpa-aqua-deep .bpa-tab-link.js-active,
.bpa-claret .bpa-tab-link.js-active {
  border-color: #fff;
}

.bpa-saffron .bpa-tab-link:hover, .bpa-saffron .bpa-tab-link:focus, .bpa-saffron .bpa-tab-link.js-active {
  border-color: #111314;
}

.bpa-white .bpa-tab-link:hover, .bpa-white .bpa-tab-link:focus, .bpa-white .bpa-tab-link.js-active {
  border-color: #0071ad;
}

.bpa-porcelain .bpa-tab-link:hover, .bpa-porcelain .bpa-tab-link:focus, .bpa-porcelain .bpa-tab-link.js-active {
  color: #0071ad;
}

.bpa-shark .bpa-tab-link:hover, .bpa-shark .bpa-tab-link:focus, .bpa-shark .bpa-tab-link.js-active {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-tab-link:hover,
.bpa-deep-cerulean .bpa-tab-link:hover,
.bpa-twitter .bpa-tab-link:hover,
.bpa-monza .bpa-tab-link:hover,
.bpa-mojo .bpa-tab-link:hover,
.bpa-blue-lagoon .bpa-tab-link:hover,
.bpa-tropical-rain-forest .bpa-tab-link:hover,
.bpa-bossanova .bpa-tab-link:hover,
.bpa-aqua-deep .bpa-tab-link:hover,
.bpa-claret .bpa-tab-link:hover, .bpa-regal-blue .bpa-tab-link:focus,
.bpa-deep-cerulean .bpa-tab-link:focus,
.bpa-twitter .bpa-tab-link:focus,
.bpa-monza .bpa-tab-link:focus,
.bpa-mojo .bpa-tab-link:focus,
.bpa-blue-lagoon .bpa-tab-link:focus,
.bpa-tropical-rain-forest .bpa-tab-link:focus,
.bpa-bossanova .bpa-tab-link:focus,
.bpa-aqua-deep .bpa-tab-link:focus,
.bpa-claret .bpa-tab-link:focus, .bpa-regal-blue .bpa-tab-link.js-active,
.bpa-deep-cerulean .bpa-tab-link.js-active,
.bpa-twitter .bpa-tab-link.js-active,
.bpa-monza .bpa-tab-link.js-active,
.bpa-mojo .bpa-tab-link.js-active,
.bpa-blue-lagoon .bpa-tab-link.js-active,
.bpa-tropical-rain-forest .bpa-tab-link.js-active,
.bpa-bossanova .bpa-tab-link.js-active,
.bpa-aqua-deep .bpa-tab-link.js-active,
.bpa-claret .bpa-tab-link.js-active {
  color: #fff;
}

.bpa-saffron .bpa-tab-link:hover, .bpa-saffron .bpa-tab-link:focus, .bpa-saffron .bpa-tab-link.js-active {
  color: #111314;
}

.bpa-white .bpa-tab-link:hover, .bpa-white .bpa-tab-link:focus, .bpa-white .bpa-tab-link.js-active {
  color: #0071ad;
}

.bpa-tab-nav-item:first-child .bpa-tab-link {
  padding-left: 0;
}

a .bpa-tab-topline,
a .bpa-tab-title {
  margin: 1.5625rem 0;
}

@media only screen and (max-width: 599px) {
  a .bpa-tab-topline,
  a .bpa-tab-title {
    margin: 0.625rem 0;
  }
}

.bpa-tab-topline .bpa-icon {
  fill: #0071ad;
}

.bpa-porcelain .bpa-tab-topline .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-tab-topline .bpa-icon,
.bpa-regal-blue .bpa-tab-topline .bpa-icon,
.bpa-deep-cerulean .bpa-tab-topline .bpa-icon,
.bpa-twitter .bpa-tab-topline .bpa-icon,
.bpa-monza .bpa-tab-topline .bpa-icon,
.bpa-mojo .bpa-tab-topline .bpa-icon,
.bpa-blue-lagoon .bpa-tab-topline .bpa-icon,
.bpa-tropical-rain-forest .bpa-tab-topline .bpa-icon,
.bpa-bossanova .bpa-tab-topline .bpa-icon,
.bpa-aqua-deep .bpa-tab-topline .bpa-icon,
.bpa-claret .bpa-tab-topline .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-tab-topline .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-tab-topline .bpa-icon {
  fill: #0071ad;
}

.jw-skin-audio {
  height: 4rem;
  font-size: 1rem;
}

.jw-skin-audio.jwplayer {
  background-color: transparent;
}

.jw-skin-audio .jw-controls-backdrop,
.jw-skin-audio .jw-preview,
.jw-skin-audio .jw-background-color,
.jw-skin-audio.jw-state-idle .jw-controls {
  background: transparent;
}

.jw-skin-audio.jw-flag-audio-player .jw-controlbar,
.jw-skin-audio .jw-controlbar {
  height: 100%;
}

.jw-skin-audio.jw-flag-audio-player .jw-controlbar .jw-icon-rewind,
.jw-skin-audio.jw-flag-audio-player .jw-controlbar .jw-icon-fullscreen,
.jw-skin-audio .jw-controlbar .jw-icon-rewind,
.jw-skin-audio .jw-controlbar .jw-icon-fullscreen {
  display: none;
}

.jw-skin-audio.jw-breakpoint-4 .jw-slider-horizontal.jw-slider-volume, .jw-skin-audio.jw-breakpoint-3 .jw-slider-horizontal.jw-slider-volume, .jw-skin-audio.jw-breakpoint-2 .jw-slider-horizontal.jw-slider-volume {
  width: 3.75rem;
}

.jw-skin-audio .jw-text {
  color: #111314;
  font-size: 1.375rem;
}

.bpa-porcelain .jw-skin-audio .jw-text,
.bpa-saffron .jw-skin-audio .jw-text {
  color: #111314;
}

.bpa-shark .jw-skin-audio .jw-text,
.bpa-regal-blue .jw-skin-audio .jw-text,
.bpa-deep-cerulean .jw-skin-audio .jw-text,
.bpa-twitter .jw-skin-audio .jw-text,
.bpa-monza .jw-skin-audio .jw-text,
.bpa-mojo .jw-skin-audio .jw-text,
.bpa-blue-lagoon .jw-skin-audio .jw-text,
.bpa-tropical-rain-forest .jw-skin-audio .jw-text,
.bpa-bossanova .jw-skin-audio .jw-text,
.bpa-aqua-deep .jw-skin-audio .jw-text,
.bpa-claret .jw-skin-audio .jw-text {
  color: #fff;
}

.bpa-white .jw-skin-audio .jw-text {
  color: #111314;
}

.jw-skin-audio .jw-text-duration:before {
  display: none;
}

.jw-skin-audio .jw-text-elapsed {
  padding-left: 0;
}

.jw-skin-audio .jw-progress {
  background-color: #0071ad;
  border-radius: 2px;
}

.bpa-porcelain .jw-skin-audio .jw-progress {
  background-color: #0071ad;
}

.bpa-shark .jw-skin-audio .jw-progress,
.bpa-regal-blue .jw-skin-audio .jw-progress,
.bpa-deep-cerulean .jw-skin-audio .jw-progress,
.bpa-twitter .jw-skin-audio .jw-progress,
.bpa-monza .jw-skin-audio .jw-progress,
.bpa-mojo .jw-skin-audio .jw-progress,
.bpa-blue-lagoon .jw-skin-audio .jw-progress,
.bpa-tropical-rain-forest .jw-skin-audio .jw-progress,
.bpa-bossanova .jw-skin-audio .jw-progress,
.bpa-aqua-deep .jw-skin-audio .jw-progress,
.bpa-claret .jw-skin-audio .jw-progress {
  background-color: #fff;
}

.bpa-saffron .jw-skin-audio .jw-progress {
  background-color: #111314;
}

.bpa-white .jw-skin-audio .jw-progress {
  background-color: #0071ad;
}

.jw-skin-audio .jw-icon-playback {
  padding: 0 0.75rem 0 0;
  width: 4rem;
  height: 4rem;
}

.jw-skin-audio .jw-icon-playback .jw-svg-icon-play {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 599px) {
  .jw-skin-audio .jw-slider-volume {
    display: none;
  }
}

.jw-skin-audio .jw-rail,
.jw-skin-audio .jw-buffer {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}

.bpa-white .jw-skin-audio .jw-rail,
.bpa-porcelain .jw-skin-audio .jw-rail, .bpa-white
.jw-skin-audio .jw-buffer,
.bpa-porcelain
.jw-skin-audio .jw-buffer {
  background-color: rgba(0, 0, 0, 0.15);
}

.jw-skin-audio .jw-slider-horizontal.jw-slider-volume {
  width: 5rem;
}

.jw-skin-audio .jw-button-color {
  color: #0071ad;
}

.bpa-porcelain .jw-skin-audio .jw-button-color {
  color: #0071ad;
}

.bpa-shark .jw-skin-audio .jw-button-color,
.bpa-regal-blue .jw-skin-audio .jw-button-color,
.bpa-deep-cerulean .jw-skin-audio .jw-button-color,
.bpa-twitter .jw-skin-audio .jw-button-color,
.bpa-monza .jw-skin-audio .jw-button-color,
.bpa-mojo .jw-skin-audio .jw-button-color,
.bpa-blue-lagoon .jw-skin-audio .jw-button-color,
.bpa-tropical-rain-forest .jw-skin-audio .jw-button-color,
.bpa-bossanova .jw-skin-audio .jw-button-color,
.bpa-aqua-deep .jw-skin-audio .jw-button-color,
.bpa-claret .jw-skin-audio .jw-button-color {
  color: #fff;
}

.bpa-saffron .jw-skin-audio .jw-button-color {
  color: #111314;
}

.bpa-white .jw-skin-audio .jw-button-color {
  color: #0071ad;
}

.jw-skin-audio .jw-knob {
  background-color: #0071ad;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.bpa-porcelain .jw-skin-audio .jw-knob {
  background-color: #0071ad;
}

.bpa-shark .jw-skin-audio .jw-knob,
.bpa-regal-blue .jw-skin-audio .jw-knob,
.bpa-deep-cerulean .jw-skin-audio .jw-knob,
.bpa-twitter .jw-skin-audio .jw-knob,
.bpa-monza .jw-skin-audio .jw-knob,
.bpa-mojo .jw-skin-audio .jw-knob,
.bpa-blue-lagoon .jw-skin-audio .jw-knob,
.bpa-tropical-rain-forest .jw-skin-audio .jw-knob,
.bpa-bossanova .jw-skin-audio .jw-knob,
.bpa-aqua-deep .jw-skin-audio .jw-knob,
.bpa-claret .jw-skin-audio .jw-knob {
  background-color: #fff;
}

.bpa-saffron .jw-skin-audio .jw-knob {
  background-color: #111314;
}

.bpa-white .jw-skin-audio .jw-knob {
  background-color: #0071ad;
}

:not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover {
  color: #0071ad;
}

.bpa-porcelain :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover {
  color: #0071ad;
}

.bpa-shark :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover,
.bpa-regal-blue :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover,
.bpa-deep-cerulean :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover,
.bpa-twitter :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover,
.bpa-monza :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover,
.bpa-mojo :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover,
.bpa-blue-lagoon :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover,
.bpa-tropical-rain-forest :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover,
.bpa-bossanova :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover,
.bpa-aqua-deep :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover,
.bpa-claret :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover {
  color: #fff;
}

.bpa-saffron :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover {
  color: #111314;
}

.bpa-white :not(.jw-flag-touch) .jw-skin-audio .jw-button-color:hover {
  color: #0071ad;
}

.jw-skin-audio .noUi-wrapper {
  width: 12.5rem;
}

.jw-skin-audio .noUi-target {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transform: translate(0, 0) scale(0.6);
          transform: translate(0, 0) scale(0.6);
}

.bpa-white .jw-skin-audio .noUi-target,
.bpa-porcelain .jw-skin-audio .noUi-target {
  background-color: rgba(0, 0, 0, 0.15);
}

.jw-skin-audio .noUi-connect {
  background-color: #0071ad;
}

.bpa-porcelain .jw-skin-audio .noUi-connect {
  background-color: #0071ad;
}

.bpa-shark .jw-skin-audio .noUi-connect,
.bpa-regal-blue .jw-skin-audio .noUi-connect,
.bpa-deep-cerulean .jw-skin-audio .noUi-connect,
.bpa-twitter .jw-skin-audio .noUi-connect,
.bpa-monza .jw-skin-audio .noUi-connect,
.bpa-mojo .jw-skin-audio .noUi-connect,
.bpa-blue-lagoon .jw-skin-audio .noUi-connect,
.bpa-tropical-rain-forest .jw-skin-audio .noUi-connect,
.bpa-bossanova .jw-skin-audio .noUi-connect,
.bpa-aqua-deep .jw-skin-audio .noUi-connect,
.bpa-claret .jw-skin-audio .noUi-connect {
  background-color: #fff;
}

.bpa-saffron .jw-skin-audio .noUi-connect {
  background-color: #111314;
}

.bpa-white .jw-skin-audio .noUi-connect {
  background-color: #0071ad;
}

.jw-skin-audio .noUi-handle {
  background-color: #0071ad;
  width: 1.4375rem;
  height: 1.4375rem;
  top: -0.5625rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.bpa-porcelain .jw-skin-audio .noUi-handle {
  background-color: #0071ad;
}

.bpa-shark .jw-skin-audio .noUi-handle,
.bpa-regal-blue .jw-skin-audio .noUi-handle,
.bpa-deep-cerulean .jw-skin-audio .noUi-handle,
.bpa-twitter .jw-skin-audio .noUi-handle,
.bpa-monza .jw-skin-audio .noUi-handle,
.bpa-mojo .jw-skin-audio .noUi-handle,
.bpa-blue-lagoon .jw-skin-audio .noUi-handle,
.bpa-tropical-rain-forest .jw-skin-audio .noUi-handle,
.bpa-bossanova .jw-skin-audio .noUi-handle,
.bpa-aqua-deep .jw-skin-audio .noUi-handle,
.bpa-claret .jw-skin-audio .noUi-handle {
  background-color: #fff;
}

.bpa-saffron .jw-skin-audio .noUi-handle {
  background-color: #111314;
}

.bpa-white .jw-skin-audio .noUi-handle {
  background-color: #0071ad;
}

.jw-skin-audio .noUi-handle:before, .jw-skin-audio .noUi-handle:after {
  display: none;
}

@-webkit-keyframes bpa-indicator-livestream-fill {
  0% {
    fill: #fff;
  }
  50% {
    fill: #4c4f50;
  }
  100% {
    fill: #fff;
  }
}

@keyframes bpa-indicator-livestream-fill {
  0% {
    fill: #fff;
  }
  50% {
    fill: #4c4f50;
  }
  100% {
    fill: #fff;
  }
}

.bpa-player-stream-started {
  position: relative;
}

.bpa-player-stream-started .bpa-player-splashscreen {
  display: none;
}

.bpa-player-stream-waiting {
  position: relative;
}

.bpa-player-stream-wait {
  padding: 0.625rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  background-color: #c0003c;
  color: #fff;
  border: 0.0625rem solid #c0003c;
  border-radius: 0.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}

.bpa-player-stream-wait-icon-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-player-stream-wait .bpa-icon {
  height: 1.125rem;
  fill: #fff;
  -webkit-animation-name: bpa-indicator-livestream-fill;
          animation-name: bpa-indicator-livestream-fill;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-player-stream-wait {
    bottom: 1.875rem;
    left: 1.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-player-stream-wait {
    bottom: 2.5rem;
    left: 2.5rem;
  }
}

.bpa-player-stream-indicator {
  display: none;
  position: absolute;
  top: 1.125rem;
  left: 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jw-flag-live + .bpa-player-stream-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-player-stream-indicator .bpa-icon {
  fill: #fff;
  -webkit-animation-name: bpa-indicator-livestream-fill;
          animation-name: bpa-indicator-livestream-fill;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.bpa-player-stream-indicator .bpa-btn-title-started {
  margin-left: 0.625rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 599px) {
  .bpa-player-stream-indicator {
    top: 0.875rem;
    left: 0.875rem;
  }
}

.jw-skin-bpa-stream {
  background-color: transparent !important;
}

.jw-skin-bpa-stream .jw-controlbar {
  padding-top: 1.125rem !important;
}

.jw-skin-bpa-stream .jw-slider-time .jw-progress,
.jw-skin-bpa-stream .jw-slider-time .jw-rail,
.jw-skin-bpa-stream .jw-slider-time .jw-buffer {
  height: 0.25rem !important;
}

.jw-skin-bpa-stream .jw-text-live {
  display: none;
}

.bpa-player-video {
  position: relative;
}

.bpa-player-video .bpa-btn-alike {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-player-video .bpa-btn-alike {
    bottom: 1.875rem;
    left: 1.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-player-video .bpa-btn-alike {
    bottom: 2.5rem;
    left: 2.5rem;
  }
}

.jw-skin-bpa-video .jw-preview {
  background-size: cover !important;
}

.jw-skin-bpa-video,
.jw-skin-bpa-video .jw-controls-backdrop,
.jw-skin-bpa-video .jw-preview,
.jw-skin-bpa-video .jw-background-color,
.jw-skin-bpa-video.jw-state-idle .jw-controls {
  background-color: transparent !important;
}

.jw-skin-bpa-video .jw-controlbar {
  padding-top: 1.125rem !important;
}

.jw-skin-bpa-video .jw-slider-time .jw-progress,
.jw-skin-bpa-video .jw-slider-time .jw-rail,
.jw-skin-bpa-video .jw-slider-time .jw-buffer {
  height: 0.25rem !important;
}

.bpa-slide-content video.jw-video::-webkit-media-text-track-display, .bpa-slide-content video.jw-video::-webkit-media-text-track-display-backdrop {
  overflow:  visible;
  border: 1px solid transparent;
}

.bpa-player {
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: transparent;
}

.bpa-porcelain .bpa-player {
  background-color: #eeeff1;
}

.bpa-shark .bpa-player {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-player {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-player {
  background-color: #0071ad;
}

.bpa-twitter .bpa-player {
  background-color: #1da1f2;
}

.bpa-monza .bpa-player {
  background-color: #c0003c;
}

.bpa-saffron .bpa-player {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-player {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-player {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-player {
  background-color: #00854a;
}

.bpa-bossanova .bpa-player {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-player {
  background-color: #005c45;
}

.bpa-claret .bpa-player {
  background-color: #780f2d;
}

.bpa-white .bpa-player {
  background-color: #fff;
}

.jw-state-error,
.jw-error {
  background-color: #eeeff1 !important;
}

.jw-state-error .jw-title,
.jw-error .jw-title {
  padding-top: 2.5rem;
  text-align: center;
  background: #eeeff1 !important;
  color: #4c4f50;
}

.jw-state-error .jw-title::before,
.jw-error .jw-title::before {
  content: 'Das angeforderte Medium steht derzeit nicht zur Verfügung.';
}

.jw-state-error .jw-title-primary,
.jw-error .jw-title-primary {
  display: none;
}

.jw-error .jw-display-container,
.jw-state-error + .bpa-player-stream-indicator,
.jw-state-error > .jw-controls,
.jw-state-error + .bpa-btn-alike,
.jw-error + .bpa-btn-alike {
  display: none;
}

.jw-icon.jw-text {
  width: auto;
}

:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover {
  color: #0071ad;
}

.bpa-porcelain :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus, .bpa-porcelain
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover {
  color: #0071ad;
}

.bpa-shark :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
.bpa-regal-blue :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
.bpa-deep-cerulean :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
.bpa-twitter :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
.bpa-monza :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
.bpa-mojo :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
.bpa-blue-lagoon :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
.bpa-tropical-rain-forest :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
.bpa-bossanova :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
.bpa-aqua-deep :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus,
.bpa-claret :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus, .bpa-shark
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover,
.bpa-regal-blue
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover,
.bpa-deep-cerulean
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover,
.bpa-twitter
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover,
.bpa-monza
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover,
.bpa-mojo
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover,
.bpa-blue-lagoon
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover,
.bpa-tropical-rain-forest
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover,
.bpa-bossanova
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover,
.bpa-aqua-deep
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover,
.bpa-claret
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover {
  color: #fff;
}

.bpa-saffron :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus, .bpa-saffron
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover {
  color: #111314;
}

.bpa-white :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus, .bpa-white
:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:hover {
  color: #0071ad;
}

:not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg {
  outline: 1px dotted #111314;
}

.bpa-porcelain :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-saffron :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg {
  outline: 1px dotted #111314;
}

.bpa-shark :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-regal-blue :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-deep-cerulean :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-twitter :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-monza :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-mojo :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-blue-lagoon :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-tropical-rain-forest :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-bossanova :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-aqua-deep :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg,
.bpa-claret :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg {
  outline: 1px dotted #fff;
}

.bpa-white :not(.jw-flag-touch) :not(.jw-logo-button).jw-button-color:focus svg {
  outline: 1px dotted #111314;
}

.jw-settings-content-item:focus {
  text-decoration: underline;
}

.bpa-pager {
  margin: 1.25rem 0 1.5625rem;
  padding-right: 3.8461538462%;
  padding-left: 3.8461538462%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-pager-previous {
  margin-right: 0.5625rem;
}

.bpa-pager-next {
  margin-left: 0.5625rem;
}

.bpa-pager-previous a:hover, .bpa-pager-previous a:focus,
.bpa-pager-next a:hover,
.bpa-pager-next a:focus {
  border-bottom: 2px solid #4c4f50;
}

.bpa-porcelain .bpa-pager-previous a:hover, .bpa-porcelain .bpa-pager-previous a:focus, .bpa-porcelain
.bpa-pager-next a:hover, .bpa-porcelain
.bpa-pager-next a:focus {
  border-bottom: 2px solid #4c4f50;
}

.bpa-shark .bpa-pager-previous a:hover, .bpa-shark .bpa-pager-previous a:focus, .bpa-shark
.bpa-pager-next a:hover, .bpa-shark
.bpa-pager-next a:focus {
  border-bottom: 2px solid #9aa0a2;
}

.bpa-regal-blue .bpa-pager-previous a:hover,
.bpa-deep-cerulean .bpa-pager-previous a:hover,
.bpa-twitter .bpa-pager-previous a:hover,
.bpa-monza .bpa-pager-previous a:hover,
.bpa-mojo .bpa-pager-previous a:hover,
.bpa-blue-lagoon .bpa-pager-previous a:hover,
.bpa-tropical-rain-forest .bpa-pager-previous a:hover,
.bpa-bossanova .bpa-pager-previous a:hover,
.bpa-aqua-deep .bpa-pager-previous a:hover,
.bpa-claret .bpa-pager-previous a:hover, .bpa-regal-blue .bpa-pager-previous a:focus,
.bpa-deep-cerulean .bpa-pager-previous a:focus,
.bpa-twitter .bpa-pager-previous a:focus,
.bpa-monza .bpa-pager-previous a:focus,
.bpa-mojo .bpa-pager-previous a:focus,
.bpa-blue-lagoon .bpa-pager-previous a:focus,
.bpa-tropical-rain-forest .bpa-pager-previous a:focus,
.bpa-bossanova .bpa-pager-previous a:focus,
.bpa-aqua-deep .bpa-pager-previous a:focus,
.bpa-claret .bpa-pager-previous a:focus, .bpa-regal-blue
.bpa-pager-next a:hover,
.bpa-deep-cerulean
.bpa-pager-next a:hover,
.bpa-twitter
.bpa-pager-next a:hover,
.bpa-monza
.bpa-pager-next a:hover,
.bpa-mojo
.bpa-pager-next a:hover,
.bpa-blue-lagoon
.bpa-pager-next a:hover,
.bpa-tropical-rain-forest
.bpa-pager-next a:hover,
.bpa-bossanova
.bpa-pager-next a:hover,
.bpa-aqua-deep
.bpa-pager-next a:hover,
.bpa-claret
.bpa-pager-next a:hover, .bpa-regal-blue
.bpa-pager-next a:focus,
.bpa-deep-cerulean
.bpa-pager-next a:focus,
.bpa-twitter
.bpa-pager-next a:focus,
.bpa-monza
.bpa-pager-next a:focus,
.bpa-mojo
.bpa-pager-next a:focus,
.bpa-blue-lagoon
.bpa-pager-next a:focus,
.bpa-tropical-rain-forest
.bpa-pager-next a:focus,
.bpa-bossanova
.bpa-pager-next a:focus,
.bpa-aqua-deep
.bpa-pager-next a:focus,
.bpa-claret
.bpa-pager-next a:focus {
  border-bottom: 2px solid #fff;
}

.bpa-saffron .bpa-pager-previous a:hover, .bpa-saffron .bpa-pager-previous a:focus, .bpa-saffron
.bpa-pager-next a:hover, .bpa-saffron
.bpa-pager-next a:focus {
  border-bottom: 2px solid #111314;
}

.bpa-white .bpa-pager-previous a:hover, .bpa-white .bpa-pager-previous a:focus, .bpa-white
.bpa-pager-next a:hover, .bpa-white
.bpa-pager-next a:focus {
  border-bottom: 2px solid #4c4f50;
}

.bpa-pager-previous a:hover .bpa-icon, .bpa-pager-previous a:focus .bpa-icon,
.bpa-pager-next a:hover .bpa-icon,
.bpa-pager-next a:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-pager-previous a:hover .bpa-icon, .bpa-porcelain .bpa-pager-previous a:focus .bpa-icon, .bpa-porcelain
.bpa-pager-next a:hover .bpa-icon, .bpa-porcelain
.bpa-pager-next a:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-pager-previous a:hover .bpa-icon, .bpa-shark .bpa-pager-previous a:focus .bpa-icon, .bpa-shark
.bpa-pager-next a:hover .bpa-icon, .bpa-shark
.bpa-pager-next a:focus .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-pager-previous a:hover .bpa-icon,
.bpa-deep-cerulean .bpa-pager-previous a:hover .bpa-icon,
.bpa-twitter .bpa-pager-previous a:hover .bpa-icon,
.bpa-monza .bpa-pager-previous a:hover .bpa-icon,
.bpa-mojo .bpa-pager-previous a:hover .bpa-icon,
.bpa-blue-lagoon .bpa-pager-previous a:hover .bpa-icon,
.bpa-tropical-rain-forest .bpa-pager-previous a:hover .bpa-icon,
.bpa-bossanova .bpa-pager-previous a:hover .bpa-icon,
.bpa-aqua-deep .bpa-pager-previous a:hover .bpa-icon,
.bpa-claret .bpa-pager-previous a:hover .bpa-icon, .bpa-regal-blue .bpa-pager-previous a:focus .bpa-icon,
.bpa-deep-cerulean .bpa-pager-previous a:focus .bpa-icon,
.bpa-twitter .bpa-pager-previous a:focus .bpa-icon,
.bpa-monza .bpa-pager-previous a:focus .bpa-icon,
.bpa-mojo .bpa-pager-previous a:focus .bpa-icon,
.bpa-blue-lagoon .bpa-pager-previous a:focus .bpa-icon,
.bpa-tropical-rain-forest .bpa-pager-previous a:focus .bpa-icon,
.bpa-bossanova .bpa-pager-previous a:focus .bpa-icon,
.bpa-aqua-deep .bpa-pager-previous a:focus .bpa-icon,
.bpa-claret .bpa-pager-previous a:focus .bpa-icon, .bpa-regal-blue
.bpa-pager-next a:hover .bpa-icon,
.bpa-deep-cerulean
.bpa-pager-next a:hover .bpa-icon,
.bpa-twitter
.bpa-pager-next a:hover .bpa-icon,
.bpa-monza
.bpa-pager-next a:hover .bpa-icon,
.bpa-mojo
.bpa-pager-next a:hover .bpa-icon,
.bpa-blue-lagoon
.bpa-pager-next a:hover .bpa-icon,
.bpa-tropical-rain-forest
.bpa-pager-next a:hover .bpa-icon,
.bpa-bossanova
.bpa-pager-next a:hover .bpa-icon,
.bpa-aqua-deep
.bpa-pager-next a:hover .bpa-icon,
.bpa-claret
.bpa-pager-next a:hover .bpa-icon, .bpa-regal-blue
.bpa-pager-next a:focus .bpa-icon,
.bpa-deep-cerulean
.bpa-pager-next a:focus .bpa-icon,
.bpa-twitter
.bpa-pager-next a:focus .bpa-icon,
.bpa-monza
.bpa-pager-next a:focus .bpa-icon,
.bpa-mojo
.bpa-pager-next a:focus .bpa-icon,
.bpa-blue-lagoon
.bpa-pager-next a:focus .bpa-icon,
.bpa-tropical-rain-forest
.bpa-pager-next a:focus .bpa-icon,
.bpa-bossanova
.bpa-pager-next a:focus .bpa-icon,
.bpa-aqua-deep
.bpa-pager-next a:focus .bpa-icon,
.bpa-claret
.bpa-pager-next a:focus .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-pager-previous a:hover .bpa-icon, .bpa-saffron .bpa-pager-previous a:focus .bpa-icon, .bpa-saffron
.bpa-pager-next a:hover .bpa-icon, .bpa-saffron
.bpa-pager-next a:focus .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-pager-previous a:hover .bpa-icon, .bpa-white .bpa-pager-previous a:focus .bpa-icon, .bpa-white
.bpa-pager-next a:hover .bpa-icon, .bpa-white
.bpa-pager-next a:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-pager-page-number-selected, .bpa-pager-page-number {
  padding: 0 0.5625rem;
}

.bpa-pager-page-number-selected:first-child, .bpa-pager-page-number:first-child {
  padding-left: 0;
}

.bpa-pager-page-number {
  color: #4c4f50;
  cursor: pointer;
}

.bpa-porcelain .bpa-pager-page-number {
  color: #4c4f50;
}

.bpa-shark .bpa-pager-page-number {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-pager-page-number,
.bpa-deep-cerulean .bpa-pager-page-number,
.bpa-twitter .bpa-pager-page-number,
.bpa-monza .bpa-pager-page-number,
.bpa-mojo .bpa-pager-page-number,
.bpa-blue-lagoon .bpa-pager-page-number,
.bpa-tropical-rain-forest .bpa-pager-page-number,
.bpa-bossanova .bpa-pager-page-number,
.bpa-aqua-deep .bpa-pager-page-number,
.bpa-claret .bpa-pager-page-number {
  color: #fff;
}

.bpa-saffron .bpa-pager-page-number {
  color: #111314;
}

.bpa-white .bpa-pager-page-number {
  color: #4c4f50;
}

.bpa-pager-page-number-selected {
  color: #111314;
  text-decoration: underline;
  pointer-events: none;
}

.bpa-porcelain .bpa-pager-page-number-selected,
.bpa-saffron .bpa-pager-page-number-selected {
  color: #111314;
}

.bpa-shark .bpa-pager-page-number-selected,
.bpa-regal-blue .bpa-pager-page-number-selected,
.bpa-deep-cerulean .bpa-pager-page-number-selected,
.bpa-twitter .bpa-pager-page-number-selected,
.bpa-monza .bpa-pager-page-number-selected,
.bpa-mojo .bpa-pager-page-number-selected,
.bpa-blue-lagoon .bpa-pager-page-number-selected,
.bpa-tropical-rain-forest .bpa-pager-page-number-selected,
.bpa-bossanova .bpa-pager-page-number-selected,
.bpa-aqua-deep .bpa-pager-page-number-selected,
.bpa-claret .bpa-pager-page-number-selected {
  color: #fff;
}

.bpa-white .bpa-pager-page-number-selected {
  color: #111314;
}

.bpa-pager-space-long, .bpa-pager-space-short {
  margin: 0 0.5625rem;
}

.bpa-pager-space-short {
  padding-top: 0.875rem;
  width: 1.875rem;
}

.bpa-pager-space-long {
  padding-top: 0.875rem;
  width: 3.75rem;
}

.bpa-pager-page-number-selected {
  color: #111314;
}

.bpa-porcelain .bpa-pager-page-number-selected,
.bpa-saffron .bpa-pager-page-number-selected {
  color: #111314;
}

.bpa-shark .bpa-pager-page-number-selected,
.bpa-regal-blue .bpa-pager-page-number-selected,
.bpa-deep-cerulean .bpa-pager-page-number-selected,
.bpa-twitter .bpa-pager-page-number-selected,
.bpa-monza .bpa-pager-page-number-selected,
.bpa-mojo .bpa-pager-page-number-selected,
.bpa-blue-lagoon .bpa-pager-page-number-selected,
.bpa-tropical-rain-forest .bpa-pager-page-number-selected,
.bpa-bossanova .bpa-pager-page-number-selected,
.bpa-aqua-deep .bpa-pager-page-number-selected,
.bpa-claret .bpa-pager-page-number-selected {
  color: #fff;
}

.bpa-white .bpa-pager-page-number-selected {
  color: #111314;
}

.bpa-pager-page-number {
  color: #4c4f50;
}

.bpa-porcelain .bpa-pager-page-number {
  color: #4c4f50;
}

.bpa-shark .bpa-pager-page-number {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-pager-page-number,
.bpa-deep-cerulean .bpa-pager-page-number,
.bpa-twitter .bpa-pager-page-number,
.bpa-monza .bpa-pager-page-number,
.bpa-mojo .bpa-pager-page-number,
.bpa-blue-lagoon .bpa-pager-page-number,
.bpa-tropical-rain-forest .bpa-pager-page-number,
.bpa-bossanova .bpa-pager-page-number,
.bpa-aqua-deep .bpa-pager-page-number,
.bpa-claret .bpa-pager-page-number {
  color: #fff;
}

.bpa-saffron .bpa-pager-page-number {
  color: #111314;
}

.bpa-white .bpa-pager-page-number {
  color: #4c4f50;
}

.bpa-pager-page-number:hover, .bpa-pager-page-number:focus {
  color: #111314;
}

.bpa-porcelain .bpa-pager-page-number:hover,
.bpa-saffron .bpa-pager-page-number:hover, .bpa-porcelain .bpa-pager-page-number:focus,
.bpa-saffron .bpa-pager-page-number:focus {
  color: #111314;
}

.bpa-shark .bpa-pager-page-number:hover,
.bpa-regal-blue .bpa-pager-page-number:hover,
.bpa-deep-cerulean .bpa-pager-page-number:hover,
.bpa-twitter .bpa-pager-page-number:hover,
.bpa-monza .bpa-pager-page-number:hover,
.bpa-mojo .bpa-pager-page-number:hover,
.bpa-blue-lagoon .bpa-pager-page-number:hover,
.bpa-tropical-rain-forest .bpa-pager-page-number:hover,
.bpa-bossanova .bpa-pager-page-number:hover,
.bpa-aqua-deep .bpa-pager-page-number:hover,
.bpa-claret .bpa-pager-page-number:hover, .bpa-shark .bpa-pager-page-number:focus,
.bpa-regal-blue .bpa-pager-page-number:focus,
.bpa-deep-cerulean .bpa-pager-page-number:focus,
.bpa-twitter .bpa-pager-page-number:focus,
.bpa-monza .bpa-pager-page-number:focus,
.bpa-mojo .bpa-pager-page-number:focus,
.bpa-blue-lagoon .bpa-pager-page-number:focus,
.bpa-tropical-rain-forest .bpa-pager-page-number:focus,
.bpa-bossanova .bpa-pager-page-number:focus,
.bpa-aqua-deep .bpa-pager-page-number:focus,
.bpa-claret .bpa-pager-page-number:focus {
  color: #fff;
}

.bpa-white .bpa-pager-page-number:hover, .bpa-white .bpa-pager-page-number:focus {
  color: #111314;
}

.bpa-pager-space-long, .bpa-pager-space-short {
  border-bottom: 2px solid #9aa0a2;
}

.bpa-pager .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-pager .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-pager .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-pager .bpa-icon,
.bpa-deep-cerulean .bpa-pager .bpa-icon,
.bpa-twitter .bpa-pager .bpa-icon,
.bpa-monza .bpa-pager .bpa-icon,
.bpa-mojo .bpa-pager .bpa-icon,
.bpa-blue-lagoon .bpa-pager .bpa-icon,
.bpa-tropical-rain-forest .bpa-pager .bpa-icon,
.bpa-bossanova .bpa-pager .bpa-icon,
.bpa-aqua-deep .bpa-pager .bpa-icon,
.bpa-claret .bpa-pager .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-pager .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-pager .bpa-icon {
  fill: #4c4f50;
}

.bpa-pager .bpa-icon:hover, .bpa-pager .bpa-icon:focus {
  fill: #111314;
}

.bpa-porcelain .bpa-pager .bpa-icon:hover,
.bpa-saffron .bpa-pager .bpa-icon:hover, .bpa-porcelain .bpa-pager .bpa-icon:focus,
.bpa-saffron .bpa-pager .bpa-icon:focus {
  fill: #111314;
}

.bpa-shark .bpa-pager .bpa-icon:hover,
.bpa-regal-blue .bpa-pager .bpa-icon:hover,
.bpa-deep-cerulean .bpa-pager .bpa-icon:hover,
.bpa-twitter .bpa-pager .bpa-icon:hover,
.bpa-monza .bpa-pager .bpa-icon:hover,
.bpa-mojo .bpa-pager .bpa-icon:hover,
.bpa-blue-lagoon .bpa-pager .bpa-icon:hover,
.bpa-tropical-rain-forest .bpa-pager .bpa-icon:hover,
.bpa-bossanova .bpa-pager .bpa-icon:hover,
.bpa-aqua-deep .bpa-pager .bpa-icon:hover,
.bpa-claret .bpa-pager .bpa-icon:hover, .bpa-shark .bpa-pager .bpa-icon:focus,
.bpa-regal-blue .bpa-pager .bpa-icon:focus,
.bpa-deep-cerulean .bpa-pager .bpa-icon:focus,
.bpa-twitter .bpa-pager .bpa-icon:focus,
.bpa-monza .bpa-pager .bpa-icon:focus,
.bpa-mojo .bpa-pager .bpa-icon:focus,
.bpa-blue-lagoon .bpa-pager .bpa-icon:focus,
.bpa-tropical-rain-forest .bpa-pager .bpa-icon:focus,
.bpa-bossanova .bpa-pager .bpa-icon:focus,
.bpa-aqua-deep .bpa-pager .bpa-icon:focus,
.bpa-claret .bpa-pager .bpa-icon:focus {
  fill: #fff;
}

.bpa-white .bpa-pager .bpa-icon:hover, .bpa-white .bpa-pager .bpa-icon:focus {
  fill: #111314;
}

@media only screen and (min-width: 1024px) {
  .bpa-pager {
    padding-right: 4.5454545455%;
    padding-left: 4.5454545455%;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-pager-space-short {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
    width: 0.9375rem;
  }
}

.bpa-menu-btn {
  margin-right: 0.625rem;
  margin-left: -4.1666666667%;
  padding: 0 0 0 4.1666666667%;
  -webkit-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  line-height: inherit;
  white-space: nowrap;
}

.bpa-menu-btn .bpa-menu-btn-close {
  display: none;
}

.bpa-menu-btn .bpa-menu-btn-txt {
  margin-left: 0.5rem;
  display: inline-block;
  line-height: inherit;
  color: #111314;
}

@media only screen and (min-width: 0) and (max-width: 374px) {
  .bpa-menu-btn .bpa-menu-btn-txt {
    margin: 0;
    width: 0;
    visibility: hidden;
  }
}

.bpa-menu-btn .bpa-icon {
  position: relative;
  fill: #0071ad;
}

@media only screen and (max-width: 599px) {
  .bpa-menu-btn .bpa-icon {
    font-size: 1.25rem;
  }
}

.bpa-menu-btn .bpa-icon-tags-disable {
  fill: #63686a;
  width: 2.8125rem;
  height: 1.5625rem;
  display: none;
}

@media only screen and (min-width: 600px) {
  .bpa-menu-btn .bpa-icon-tags-disable {
    display: inline-block;
  }
}

.bpa-menu-btn .bpa-icon-close {
  margin-bottom: -0.25rem;
}

@media only screen and (min-width: 600px) {
  .bpa-menu-btn .bpa-icon-close {
    display: inline-block;
  }
}

.bpa-menu-btn.bpa-menu-btn-opened {
  margin-left: -4.1666666667%;
  padding-right: 4.1666666667%;
  background-color: #eeeff1;
}

.bpa-menu-btn.bpa-menu-btn-opened .bpa-menu-btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-menu-btn.bpa-menu-btn-opened .bpa-menu-btn-normal {
  display: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media only screen and (max-width: 599px) {
  .bpa-menu-btn.bpa-menu-btn-opened {
    margin-left: 0;
    background-color: #fff;
  }
  body.bpa-shrinked .bpa-menu-btn.bpa-menu-btn-opened {
    background-color: #eeeff1;
  }
}

@media only screen and (min-width: 0) and (max-width: 374px) {
  .bpa-menu-btn.bpa-menu-btn-opened {
    padding-right: 1.25rem;
  }
}

.bpa-menu-btn .bpa-menu-btn-normal {
  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;
}

.bpa-menu-btn:focus {
  text-decoration: underline;
}

@media only screen and (min-width: 600px) {
  .bpa-menu-btn {
    height: 4.375rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-menu-btn {
    margin: 0;
    padding: 0 1.25rem 0 0.25rem;
    font-size: 1.25rem;
  }
  body.bpa-shrinked .bpa-menu-btn {
    margin: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    min-width: 3.75rem;
    height: 100%;
  }
  body.bpa-shrinked .bpa-menu-btn-close {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 375px) and (max-width: 599px) {
  .bpa-menu-btn {
    padding-right: 0.25rem;
  }
}

.bpa-ticker-wrapper {
  width: 100%;
  overflow: hidden;
}

.bpa-ticker-wrapper.bpa-saffron.bpa-module-supplement,
.bpa-ticker-wrapper.bpa-saffron .bpa-module-standard,
.bpa-ticker-wrapper.bpa-saffron .bpa-module-full,
.bpa-ticker-wrapper.bpa-saffron .bpa-module-full-hero,
.bpa-ticker-wrapper.bpa-saffron .bpa-module-inner {
  background-color: #f7bb3d;
}

.bpa-ticker-wrapper.bpa-monza.bpa-module-supplement,
.bpa-ticker-wrapper.bpa-monza .bpa-module-standard,
.bpa-ticker-wrapper.bpa-monza .bpa-module-full,
.bpa-ticker-wrapper.bpa-monza .bpa-module-full-hero,
.bpa-ticker-wrapper.bpa-monza .bpa-module-inner {
  background-color: #c0003c;
}

.bpa-ticker-wrapper.bpa-shark.bpa-module-supplement,
.bpa-ticker-wrapper.bpa-shark .bpa-module-standard,
.bpa-ticker-wrapper.bpa-shark .bpa-module-full,
.bpa-ticker-wrapper.bpa-shark .bpa-module-full-hero,
.bpa-ticker-wrapper.bpa-shark .bpa-module-inner {
  background-color: #25292a;
}

.bpa-ticker-wrapper.bpa-white.bpa-module-supplement,
.bpa-ticker-wrapper.bpa-white .bpa-module-standard,
.bpa-ticker-wrapper.bpa-white .bpa-module-full,
.bpa-ticker-wrapper.bpa-white .bpa-module-full-hero,
.bpa-ticker-wrapper.bpa-white .bpa-module-inner {
  background-color: #fff;
}

.bpa-ticker-wrapper.bpa-regal-blue.bpa-module-supplement,
.bpa-ticker-wrapper.bpa-regal-blue .bpa-module-standard,
.bpa-ticker-wrapper.bpa-regal-blue .bpa-module-full,
.bpa-ticker-wrapper.bpa-regal-blue .bpa-module-full-hero,
.bpa-ticker-wrapper.bpa-regal-blue .bpa-module-inner {
  background-color: #004b76;
}

.bpa-ticker-wrapper.bpa-deep-cerulean.bpa-module-supplement,
.bpa-ticker-wrapper.bpa-deep-cerulean .bpa-module-standard,
.bpa-ticker-wrapper.bpa-deep-cerulean .bpa-module-full,
.bpa-ticker-wrapper.bpa-deep-cerulean .bpa-module-full-hero,
.bpa-ticker-wrapper.bpa-deep-cerulean .bpa-module-inner {
  background-color: #0071ad;
}

.bpa-ticker-item {
  color: #111314;
  padding: 1.25rem 0 1.25rem 1.5rem;
  display: inline-block;
  position: relative;
  overflow-x: hidden;
}

.bpa-porcelain .bpa-ticker-item,
.bpa-saffron .bpa-ticker-item {
  color: #111314;
}

.bpa-shark .bpa-ticker-item,
.bpa-regal-blue .bpa-ticker-item,
.bpa-deep-cerulean .bpa-ticker-item,
.bpa-twitter .bpa-ticker-item,
.bpa-monza .bpa-ticker-item,
.bpa-mojo .bpa-ticker-item,
.bpa-blue-lagoon .bpa-ticker-item,
.bpa-tropical-rain-forest .bpa-ticker-item,
.bpa-bossanova .bpa-ticker-item,
.bpa-aqua-deep .bpa-ticker-item,
.bpa-claret .bpa-ticker-item {
  color: #fff;
}

.bpa-white .bpa-ticker-item {
  color: #111314;
}

.bpa-ticker-item-header {
  margin-right: 1.5rem;
}

.bpa-ticker {
  display: inline-block;
  white-space: nowrap;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.bpa-ticker-animation {
  padding-right: 2%;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: ticker;
          animation-name: ticker;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.bpa-teaser {
  display: block;
}

.bpa-teaser-title-icon, .bpa-teaser-title {
  margin: 0.375rem 0;
}

.bpa-teaser-title-text {
  border-bottom: 1px solid transparent;
}

.bpa-teaser .bpa-short-text {
  color: #111314;
  margin: 0;
}

.bpa-porcelain .bpa-teaser .bpa-short-text,
.bpa-saffron .bpa-teaser .bpa-short-text {
  color: #111314;
}

.bpa-shark .bpa-teaser .bpa-short-text,
.bpa-regal-blue .bpa-teaser .bpa-short-text,
.bpa-deep-cerulean .bpa-teaser .bpa-short-text,
.bpa-twitter .bpa-teaser .bpa-short-text,
.bpa-monza .bpa-teaser .bpa-short-text,
.bpa-mojo .bpa-teaser .bpa-short-text,
.bpa-blue-lagoon .bpa-teaser .bpa-short-text,
.bpa-tropical-rain-forest .bpa-teaser .bpa-short-text,
.bpa-bossanova .bpa-teaser .bpa-short-text,
.bpa-aqua-deep .bpa-teaser .bpa-short-text,
.bpa-claret .bpa-teaser .bpa-short-text {
  color: #fff;
}

.bpa-white .bpa-teaser .bpa-short-text {
  color: #111314;
}

.bpa-teaser-info {
  color: #4c4f50;
  margin-top: 0.75rem;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-porcelain .bpa-teaser-info {
  color: #4c4f50;
}

.bpa-shark .bpa-teaser-info {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-info,
.bpa-deep-cerulean .bpa-teaser-info,
.bpa-twitter .bpa-teaser-info,
.bpa-monza .bpa-teaser-info,
.bpa-mojo .bpa-teaser-info,
.bpa-blue-lagoon .bpa-teaser-info,
.bpa-tropical-rain-forest .bpa-teaser-info,
.bpa-bossanova .bpa-teaser-info,
.bpa-aqua-deep .bpa-teaser-info,
.bpa-claret .bpa-teaser-info {
  color: #fff;
}

.bpa-saffron .bpa-teaser-info {
  color: #111314;
}

.bpa-white .bpa-teaser-info {
  color: #4c4f50;
}

.bpa-teaser-info .bpa-time {
  margin-top: 0;
  padding: 0;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.bpa-teaser-info .bpa-time + .bpa-comma:before {
  content: ", ";
  display: inline-block;
}

.bpa-teaser-info .bpa-source {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

.bpa-teaser[href]:active, .bpa-teaser[href]:hover, .bpa-teaser[href]:focus {
  text-decoration: none;
}

.bpa-teaser[href]:active .bpa-btn-on-image, .bpa-teaser[href]:hover .bpa-btn-on-image, .bpa-teaser[href]:focus .bpa-btn-on-image {
  background-color: #0071ad;
  border: 1px solid #0071ad;
}

.bpa-teaser[href]:active .bpa-btn-on-image .bpa-icon, .bpa-teaser[href]:hover .bpa-btn-on-image .bpa-icon, .bpa-teaser[href]:focus .bpa-btn-on-image .bpa-icon {
  fill: #fff;
}

.bpa-teaser[href]:active .bpa-btn-on-image-infotext, .bpa-teaser[href]:hover .bpa-btn-on-image-infotext, .bpa-teaser[href]:focus .bpa-btn-on-image-infotext {
  color: #fff;
}

.bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text {
  color: #0071ad;
  border-color: #0071ad;
}

.bpa-porcelain .bpa-teaser[href]:active .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser[href]:hover .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser[href]:focus .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-shark .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-monza .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-claret .bpa-teaser[href]:active .bpa-teaser-title-text, .bpa-shark
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser[href]:hover .bpa-teaser-title-text, .bpa-shark
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser[href]:focus .bpa-teaser-title-text, .bpa-shark
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text {
  color: #fff;
}

.bpa-saffron .bpa-teaser[href]:active .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser[href]:hover .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser[href]:focus .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text {
  color: #111314;
}

.bpa-white .bpa-teaser[href]:active .bpa-teaser-title-text, .bpa-white
.bpa-teaser[href]:hover .bpa-teaser-title-text, .bpa-white
.bpa-teaser[href]:focus .bpa-teaser-title-text, .bpa-white
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-porcelain .bpa-teaser[href]:active .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser[href]:hover .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser[href]:focus .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-shark .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-monza .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser[href]:active .bpa-teaser-title-text,
.bpa-claret .bpa-teaser[href]:active .bpa-teaser-title-text, .bpa-shark
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser[href]:hover .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser[href]:hover .bpa-teaser-title-text, .bpa-shark
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser[href]:focus .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser[href]:focus .bpa-teaser-title-text, .bpa-shark
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text {
  border-color: #fff;
}

.bpa-saffron .bpa-teaser[href]:active .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser[href]:hover .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser[href]:focus .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text {
  border-color: #111314;
}

.bpa-white .bpa-teaser[href]:active .bpa-teaser-title-text, .bpa-white
.bpa-teaser[href]:hover .bpa-teaser-title-text, .bpa-white
.bpa-teaser[href]:focus .bpa-teaser-title-text, .bpa-white
.bpa-teaser[href].bpa-js-hovered .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-teaser .bpa-teaser-image-wrapper {
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.bpa-teaser .bpa-teaser-image-wrapper .bpa-btn-alike {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-teaser .bpa-teaser-image-wrapper .bpa-btn-alike {
    bottom: 0.9375rem;
    left: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser .bpa-teaser-image-wrapper .bpa-btn-alike {
    bottom: 1.25rem;
    left: 1.25rem;
  }
}

.bpa-teaser-cabinet .bpa-teaser-image-wrapper {
  margin-top: 0.75rem;
}

.bpa-teaser-inner-image .bpa-teaser-title-icon,
.bpa-teaser-inner-image .bpa-teaser-title {
  margin: 0.375rem 0;
}

.bpa-teaser-inner-image .bpa-teaser-info {
  margin-top: 0.375rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-teaser-inner-image .bpa-btn-on-image-title-resp {
    display: none;
  }
}

.bpa-teaser-image-wrapper-mini {
  position: relative;
  overflow: hidden;
}

.bpa-teaser-image-wrapper-mini .bpa-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.bpa-teaser-image-wrapper-mini:before {
  content: '';
  padding-top: 100%;
  display: block;
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-banner-module .bpa-teaser-image-wrapper-mini {
    background-color: #eeeff1;
  }
}

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

.bpa-dash + .bpa-dash:before {
  content: ' \2013  ';
}

.bpa-row-tile-teaser {
  height: 100%;
}

.bpa-row-tile-teaser .bpa-teaser-image-wrapper {
  margin-bottom: 0;
}

.bpa-row-tile-teaser .bpa-teaser-text-wrapper {
  padding: 0.9375rem 3.8461538462%;
  position: relative;
}

.bpa-row-tile-teaser .bpa-teaser-text-wrapper::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -0.5625rem;
  left: 7.6923076923%;
  border-width: 0 0.75rem 0.625rem 0.75rem;
  border-style: solid;
  border-color: transparent;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-row-tile-teaser .bpa-teaser-text-wrapper::before {
    left: 15.3846153846%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-row-tile-teaser .bpa-teaser-text-wrapper::before {
    left: 1.5625rem;
  }
}

.bpa-row-tile-spaned .bpa-row-tile-teaser .bpa-teaser-text-wrapper::before {
  left: 7.6923076923%;
}

.bpa-row-tile-teaser .bpa-teaser-text-wrapper .bpa-teaser-title {
  margin-top: 0;
}

.bpa-row-tile-teaser .bpa-teaser-text-wrapper .bpa-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0.625rem 0;
  padding: 0.625rem 1rem;
  position: relative;
  border-radius: 0.125rem;
}

.bpa-row-tile-teaser .bpa-teaser-text-wrapper .bpa-button .bpa-btn-on-image-title-resp {
  display: inline;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-row-tile-teaser .bpa-teaser-text-wrapper {
    padding: 0.9375rem 7.6923076923%;
  }
  .bpa-tile-spaned .bpa-row-tile-teaser .bpa-teaser-text-wrapper {
    padding: 0.9375rem 3.8461538462%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-row-tile-teaser .bpa-teaser-text-wrapper {
    padding: 1.25rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-teaser-cabinet .bpa-teaser-title {
    height: 3.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-cabinet .bpa-teaser-title {
    margin: 0;
    height: 5rem;
  }
}

.bpa-teaser-cabinet .bpa-teaser-title-text {
  color: #111314;
}

.bpa-porcelain .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-saffron .bpa-teaser-cabinet .bpa-teaser-title-text {
  color: #111314;
}

.bpa-shark .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-cabinet .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-cabinet .bpa-teaser-title-text {
  color: #fff;
}

.bpa-white .bpa-teaser-cabinet .bpa-teaser-title-text {
  color: #111314;
}

.bpa-teaser-cabinet .bpa-short-text {
  padding-top: 0.3125rem;
}

.bpa-teaser-cabinet .bpa-short-text p {
  color: #4c4f50;
}

.bpa-porcelain .bpa-teaser-cabinet .bpa-short-text p {
  color: #4c4f50;
}

.bpa-shark .bpa-teaser-cabinet .bpa-short-text p {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-cabinet .bpa-short-text p,
.bpa-deep-cerulean .bpa-teaser-cabinet .bpa-short-text p,
.bpa-twitter .bpa-teaser-cabinet .bpa-short-text p,
.bpa-monza .bpa-teaser-cabinet .bpa-short-text p,
.bpa-mojo .bpa-teaser-cabinet .bpa-short-text p,
.bpa-blue-lagoon .bpa-teaser-cabinet .bpa-short-text p,
.bpa-tropical-rain-forest .bpa-teaser-cabinet .bpa-short-text p,
.bpa-bossanova .bpa-teaser-cabinet .bpa-short-text p,
.bpa-aqua-deep .bpa-teaser-cabinet .bpa-short-text p,
.bpa-claret .bpa-teaser-cabinet .bpa-short-text p {
  color: #fff;
}

.bpa-saffron .bpa-teaser-cabinet .bpa-short-text p {
  color: #111314;
}

.bpa-white .bpa-teaser-cabinet .bpa-short-text p {
  color: #4c4f50;
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-cabinet .bpa-short-text {
    padding-top: 0.625rem;
  }
}

.bpa-teaser-cabinet-list {
  margin-top: 0.625rem;
}

.bpa-teaser-cabinet-list .bpa-teaser-cabinet-item {
  border-bottom: 1px dotted #9aa0a2;
  padding: 0.6875rem 0;
}

.bpa-porcelain .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item,
.bpa-shark .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item,
.bpa-deep-cerulean .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item,
.bpa-twitter .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item,
.bpa-monza .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item,
.bpa-mojo .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item,
.bpa-blue-lagoon .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item,
.bpa-tropical-rain-forest .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item,
.bpa-bossanova .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item,
.bpa-aqua-deep .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item,
.bpa-claret .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item {
  border-bottom: 1px dotted #fff;
}

.bpa-saffron .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item {
  border-bottom: 1px dotted #111314;
}

.bpa-white .bpa-teaser-cabinet-list .bpa-teaser-cabinet-item {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-teaser-cabinet-list .bpa-teaser-cabinet-item:last-child {
  border-bottom: 0;
}

.bpa-teaser-cabinet-list .bpa-link-large {
  color: #111314;
}

.bpa-porcelain .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-saffron .bpa-teaser-cabinet-list .bpa-link-large {
  color: #111314;
}

.bpa-shark .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-regal-blue .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-deep-cerulean .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-twitter .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-monza .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-mojo .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-blue-lagoon .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-tropical-rain-forest .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-bossanova .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-aqua-deep .bpa-teaser-cabinet-list .bpa-link-large,
.bpa-claret .bpa-teaser-cabinet-list .bpa-link-large {
  color: #fff;
}

.bpa-white .bpa-teaser-cabinet-list .bpa-link-large {
  color: #111314;
}

.bpa-teaser-cabinet-list .bpa-icon {
  fill: #0071ad;
}

.bpa-porcelain .bpa-teaser-cabinet-list .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-teaser-cabinet-list .bpa-icon,
.bpa-regal-blue .bpa-teaser-cabinet-list .bpa-icon,
.bpa-deep-cerulean .bpa-teaser-cabinet-list .bpa-icon,
.bpa-twitter .bpa-teaser-cabinet-list .bpa-icon,
.bpa-monza .bpa-teaser-cabinet-list .bpa-icon,
.bpa-mojo .bpa-teaser-cabinet-list .bpa-icon,
.bpa-blue-lagoon .bpa-teaser-cabinet-list .bpa-icon,
.bpa-tropical-rain-forest .bpa-teaser-cabinet-list .bpa-icon,
.bpa-bossanova .bpa-teaser-cabinet-list .bpa-icon,
.bpa-aqua-deep .bpa-teaser-cabinet-list .bpa-icon,
.bpa-claret .bpa-teaser-cabinet-list .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-teaser-cabinet-list .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-teaser-cabinet-list .bpa-icon {
  fill: #0071ad;
}

.bpa-teaser-list-search-item {
  padding: 4.1666666667% 0;
  border-bottom: 1px solid #9aa0a2;
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-list-search-item {
    padding-bottom: 5%;
  }
}

.bpa-teaser-list-search-item:first-child {
  padding-top: 0;
}

.bpa-teaser-list-search-item:last-child {
  border-bottom: none;
}

.bpa-teaser-list .bpa-teaser-list-inner {
  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;
}

.bpa-teaser-list .bpa-teaser-list-inner .bpa-topline,
.bpa-teaser-list .bpa-teaser-list-inner .bpa-topline-icon-before {
  margin: 0 0 0.375rem 0;
}

.bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-title-icon,
.bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-title {
  margin: 0 0 0.375rem 0;
}

.bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper {
  margin-bottom: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}

@media only screen and (max-width: 599px) {
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper .bpa-btn-alike {
    bottom: 0.625rem;
    left: 0.625rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper .bpa-btn-alike {
    bottom: 0.9375rem;
    left: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper .bpa-btn-alike {
    bottom: 1.25rem;
    left: 1.25rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper {
    margin-right: 0;
  }
}

.bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-text-wrapper .bpa-teaser-info {
  margin-top: 0;
}

.bpa-teaser-list .bpa-teaser-list-inner .bpa-btn-on-image {
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-btn-on-image-title-resp {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-image-column {
    min-width: 13.75rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-teaser-list .bpa-teaser-list-inner {
    display: inherit;
  }
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-text-wrapper {
    margin-left: 0;
  }
  .bpa-teaser-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-module-full .bpa-teaser-image-column {
    padding-right: 4.1666666667%;
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-module-full .bpa-teaser-image-column {
    padding-right: 5%;
    width: 40%;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-module-standard .bpa-teaser-image-column {
    padding-right: 4.1666666667%;
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-module-standard .bpa-teaser-image-column {
    padding-right: 5.5555555556%;
    width: 44.4444444444%;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-module-inner .bpa-teaser-image-column {
    padding-right: 4.5454545455%;
    width: 36.3636363636%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-module-inner .bpa-teaser-image-column {
    padding-right: 5.5555555556%;
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-module-full-hero .bpa-teaser-image-column {
    padding-right: 4.1666666667%;
    width: 41.6666666667%;
  }
}

.bpa-bulletin-number {
  color: #0071ad;
  width: 100%;
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
  text-align: left;
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.bpa-porcelain .bpa-bulletin-number {
  color: #0071ad;
}

.bpa-shark .bpa-bulletin-number {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-bulletin-number,
.bpa-deep-cerulean .bpa-bulletin-number,
.bpa-twitter .bpa-bulletin-number,
.bpa-monza .bpa-bulletin-number,
.bpa-mojo .bpa-bulletin-number,
.bpa-blue-lagoon .bpa-bulletin-number,
.bpa-tropical-rain-forest .bpa-bulletin-number,
.bpa-bossanova .bpa-bulletin-number,
.bpa-aqua-deep .bpa-bulletin-number,
.bpa-claret .bpa-bulletin-number {
  color: #fff;
}

.bpa-saffron .bpa-bulletin-number {
  color: #111314;
}

.bpa-white .bpa-bulletin-number {
  color: #0071ad;
}

@media only screen and (max-width: 599px) {
  .bpa-bulletin-number {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-time-event .bpa-teaser-list-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bpa-teaser-time-event .bpa-teaser-time-column {
  margin-bottom: 4.1666666667%;
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-time-event .bpa-teaser-time-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20.8333333333%;
            flex: 1 0 20.8333333333%;
    margin-right: 4.1666666667%;
    margin-bottom: 0;
    max-width: 20.8333333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-time-event .bpa-teaser-time-column {
    margin-right: 5%;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-teaser-time-event .bpa-teaser-text-wrapper {
    padding: 0 4.1666666667%;
  }
}

.bpa-teaser-list-collection .bpa-teaser-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text {
  border-bottom: 1px solid transparent;
}

.bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover, .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus {
  border-bottom: 1px solid #0071ad;
}

.bpa-porcelain .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover, .bpa-porcelain .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus {
  border-bottom: 1px solid #0071ad;
}

.bpa-shark .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover, .bpa-shark .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover,
.bpa-deep-cerulean .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover,
.bpa-twitter .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover,
.bpa-monza .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover,
.bpa-mojo .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover,
.bpa-blue-lagoon .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover,
.bpa-tropical-rain-forest .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover,
.bpa-bossanova .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover,
.bpa-aqua-deep .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover,
.bpa-claret .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover, .bpa-regal-blue .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus,
.bpa-deep-cerulean .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus,
.bpa-twitter .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus,
.bpa-monza .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus,
.bpa-mojo .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus,
.bpa-blue-lagoon .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus,
.bpa-tropical-rain-forest .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus,
.bpa-bossanova .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus,
.bpa-aqua-deep .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus,
.bpa-claret .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus {
  border-bottom: 1px solid #fff;
}

.bpa-saffron .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover, .bpa-saffron .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus {
  border-bottom: 1px solid #111314;
}

.bpa-white .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:hover, .bpa-white .bpa-teaser-list-collection .bpa-link-download:not(.bpa-btn) .bpa-link-text:focus {
  border-bottom: 1px solid #0071ad;
}

.bpa-teaser-related .bpa-teaser-title,
.bpa-teaser-related .bpa-teaser-title-icon {
  margin: 0.3125rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-balloon .bpa-teaser-related .bpa-teaser-title, .bpa-balloon
.bpa-teaser-related .bpa-teaser-title-icon {
  margin-top: 0;
}

.bpa-teaser-related .bpa-teaser-title-length,
.bpa-teaser-related .bpa-teaser-title-icon-length {
  color: #4c4f50;
}

.bpa-porcelain .bpa-teaser-related .bpa-teaser-title-length, .bpa-porcelain
.bpa-teaser-related .bpa-teaser-title-icon-length {
  color: #4c4f50;
}

.bpa-shark .bpa-teaser-related .bpa-teaser-title-length, .bpa-shark
.bpa-teaser-related .bpa-teaser-title-icon-length {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-related .bpa-teaser-title-length,
.bpa-deep-cerulean .bpa-teaser-related .bpa-teaser-title-length,
.bpa-twitter .bpa-teaser-related .bpa-teaser-title-length,
.bpa-monza .bpa-teaser-related .bpa-teaser-title-length,
.bpa-mojo .bpa-teaser-related .bpa-teaser-title-length,
.bpa-blue-lagoon .bpa-teaser-related .bpa-teaser-title-length,
.bpa-tropical-rain-forest .bpa-teaser-related .bpa-teaser-title-length,
.bpa-bossanova .bpa-teaser-related .bpa-teaser-title-length,
.bpa-aqua-deep .bpa-teaser-related .bpa-teaser-title-length,
.bpa-claret .bpa-teaser-related .bpa-teaser-title-length, .bpa-regal-blue
.bpa-teaser-related .bpa-teaser-title-icon-length,
.bpa-deep-cerulean
.bpa-teaser-related .bpa-teaser-title-icon-length,
.bpa-twitter
.bpa-teaser-related .bpa-teaser-title-icon-length,
.bpa-monza
.bpa-teaser-related .bpa-teaser-title-icon-length,
.bpa-mojo
.bpa-teaser-related .bpa-teaser-title-icon-length,
.bpa-blue-lagoon
.bpa-teaser-related .bpa-teaser-title-icon-length,
.bpa-tropical-rain-forest
.bpa-teaser-related .bpa-teaser-title-icon-length,
.bpa-bossanova
.bpa-teaser-related .bpa-teaser-title-icon-length,
.bpa-aqua-deep
.bpa-teaser-related .bpa-teaser-title-icon-length,
.bpa-claret
.bpa-teaser-related .bpa-teaser-title-icon-length {
  color: #fff;
}

.bpa-saffron .bpa-teaser-related .bpa-teaser-title-length, .bpa-saffron
.bpa-teaser-related .bpa-teaser-title-icon-length {
  color: #111314;
}

.bpa-white .bpa-teaser-related .bpa-teaser-title-length, .bpa-white
.bpa-teaser-related .bpa-teaser-title-icon-length {
  color: #4c4f50;
}

.bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon {
  fill: #0071ad;
  margin-right: 0.25rem;
  height: 1.375rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.bpa-porcelain .bpa-teaser-related .bpa-teaser-title .bpa-icon, .bpa-porcelain
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-regal-blue .bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-deep-cerulean .bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-twitter .bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-monza .bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-mojo .bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-blue-lagoon .bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-tropical-rain-forest .bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-bossanova .bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-aqua-deep .bpa-teaser-related .bpa-teaser-title .bpa-icon,
.bpa-claret .bpa-teaser-related .bpa-teaser-title .bpa-icon, .bpa-shark
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon,
.bpa-regal-blue
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon,
.bpa-deep-cerulean
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon,
.bpa-twitter
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon,
.bpa-monza
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon,
.bpa-mojo
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon,
.bpa-blue-lagoon
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon,
.bpa-tropical-rain-forest
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon,
.bpa-bossanova
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon,
.bpa-aqua-deep
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon,
.bpa-claret
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-teaser-related .bpa-teaser-title .bpa-icon, .bpa-saffron
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-teaser-related .bpa-teaser-title .bpa-icon, .bpa-white
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon {
  fill: #0071ad;
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-related .bpa-teaser-title .bpa-icon,
  .bpa-teaser-related .bpa-teaser-title-icon .bpa-icon {
    height: 1.875rem;
  }
}

.bpa-teaser-related .bpa-teaser-title .bpa-title-icon-after .bpa-icon,
.bpa-teaser-related .bpa-teaser-title-icon .bpa-title-icon-after .bpa-icon {
  margin-right: 0;
}

.bpa-teaser-related .bpa-teaser-title .bpa-teaser-title-text,
.bpa-teaser-related .bpa-teaser-title-icon .bpa-teaser-title-text {
  max-width: calc(100% - 30px);
  border: 0;
}

.bpa-teaser-related .bpa-teaser-title .bpa-title-icon-after,
.bpa-teaser-related .bpa-teaser-title-icon .bpa-title-icon-after {
  margin-left: 0.1875rem;
}

.bpa-teaser-related .bpa-teaser-title dfn[title] .bpa-icon,
.bpa-teaser-related .bpa-teaser-title-icon dfn[title] .bpa-icon {
  fill: currentColor;
}

.bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language,
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language {
  fill: #4c4f50;
  margin-top: -0.1875rem;
}

.bpa-porcelain .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language, .bpa-porcelain
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language {
  fill: #4c4f50;
}

.bpa-shark .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language, .bpa-shark
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language,
.bpa-deep-cerulean .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language,
.bpa-twitter .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language,
.bpa-monza .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language,
.bpa-mojo .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language,
.bpa-blue-lagoon .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language,
.bpa-tropical-rain-forest .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language,
.bpa-bossanova .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language,
.bpa-aqua-deep .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language,
.bpa-claret .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language, .bpa-regal-blue
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language,
.bpa-deep-cerulean
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language,
.bpa-twitter
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language,
.bpa-monza
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language,
.bpa-mojo
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language,
.bpa-blue-lagoon
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language,
.bpa-tropical-rain-forest
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language,
.bpa-bossanova
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language,
.bpa-aqua-deep
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language,
.bpa-claret
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language {
  fill: #fff;
}

.bpa-saffron .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language, .bpa-saffron
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language {
  fill: #111314;
}

.bpa-white .bpa-teaser-related .bpa-teaser-title .bpa-icon-sign-language, .bpa-white
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-sign-language {
  fill: #4c4f50;
}

.bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle,
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech,
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle,
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech {
  fill: #4c4f50;
  margin-top: -0.25rem;
}

.bpa-porcelain .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle, .bpa-porcelain
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech, .bpa-porcelain
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle, .bpa-porcelain
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech {
  fill: #4c4f50;
}

.bpa-shark .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle, .bpa-shark
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech, .bpa-shark
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle, .bpa-shark
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle,
.bpa-deep-cerulean .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle,
.bpa-twitter .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle,
.bpa-monza .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle,
.bpa-mojo .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle,
.bpa-blue-lagoon .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle,
.bpa-tropical-rain-forest .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle,
.bpa-bossanova .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle,
.bpa-aqua-deep .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle,
.bpa-claret .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle, .bpa-regal-blue
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech,
.bpa-deep-cerulean
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech,
.bpa-twitter
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech,
.bpa-monza
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech,
.bpa-mojo
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech,
.bpa-blue-lagoon
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech,
.bpa-tropical-rain-forest
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech,
.bpa-bossanova
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech,
.bpa-aqua-deep
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech,
.bpa-claret
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech, .bpa-regal-blue
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle,
.bpa-deep-cerulean
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle,
.bpa-twitter
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle,
.bpa-monza
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle,
.bpa-mojo
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle,
.bpa-blue-lagoon
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle,
.bpa-tropical-rain-forest
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle,
.bpa-bossanova
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle,
.bpa-aqua-deep
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle,
.bpa-claret
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle, .bpa-regal-blue
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech,
.bpa-deep-cerulean
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech,
.bpa-twitter
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech,
.bpa-monza
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech,
.bpa-mojo
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech,
.bpa-blue-lagoon
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech,
.bpa-tropical-rain-forest
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech,
.bpa-bossanova
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech,
.bpa-aqua-deep
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech,
.bpa-claret
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech {
  fill: #fff;
}

.bpa-saffron .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle, .bpa-saffron
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech, .bpa-saffron
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle, .bpa-saffron
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech {
  fill: #111314;
}

.bpa-white .bpa-teaser-related .bpa-teaser-title .bpa-icon-jw-subtitle, .bpa-white
.bpa-teaser-related .bpa-teaser-title .bpa-icon-easy-speech, .bpa-white
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-jw-subtitle, .bpa-white
.bpa-teaser-related .bpa-teaser-title-icon .bpa-icon-easy-speech {
  fill: #4c4f50;
}

.bpa-teaser-related[href]:active .bpa-teaser-title-text, .bpa-teaser-related[href]:hover .bpa-teaser-title-text, .bpa-teaser-related[href]:focus .bpa-teaser-title-text {
  border: 0;
}

.bpa-teaser-related[href]:active .bpa-teaser-title-text-inner, .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner, .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner {
  border-color: #0071ad;
  border-width: 1px;
  border-bottom-style: solid;
}

.bpa-porcelain .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner, .bpa-porcelain .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner, .bpa-porcelain .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner {
  border-color: #0071ad;
}

.bpa-shark .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner,
.bpa-regal-blue .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner,
.bpa-deep-cerulean .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner,
.bpa-twitter .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner,
.bpa-monza .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner,
.bpa-mojo .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner,
.bpa-blue-lagoon .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner,
.bpa-bossanova .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner,
.bpa-aqua-deep .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner,
.bpa-claret .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner, .bpa-shark .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner,
.bpa-regal-blue .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner,
.bpa-deep-cerulean .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner,
.bpa-twitter .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner,
.bpa-monza .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner,
.bpa-mojo .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner,
.bpa-blue-lagoon .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner,
.bpa-bossanova .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner,
.bpa-aqua-deep .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner,
.bpa-claret .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner, .bpa-shark .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner,
.bpa-regal-blue .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner,
.bpa-deep-cerulean .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner,
.bpa-twitter .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner,
.bpa-monza .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner,
.bpa-mojo .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner,
.bpa-blue-lagoon .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner,
.bpa-bossanova .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner,
.bpa-aqua-deep .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner,
.bpa-claret .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner {
  border-color: #fff;
}

.bpa-saffron .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner, .bpa-saffron .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner, .bpa-saffron .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner {
  border-color: #111314;
}

.bpa-white .bpa-teaser-related[href]:active .bpa-teaser-title-text-inner, .bpa-white .bpa-teaser-related[href]:hover .bpa-teaser-title-text-inner, .bpa-white .bpa-teaser-related[href]:focus .bpa-teaser-title-text-inner {
  border-color: #0071ad;
}

.bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text, .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text, .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text {
  color: #0071ad;
  border-color: #0071ad;
  border-width: 1px;
  border-bottom-style: solid;
}

.bpa-porcelain .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text, .bpa-porcelain .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text, .bpa-porcelain .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text, .bpa-shark .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text, .bpa-shark .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-deep-cerulean .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-twitter .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-monza .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-mojo .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-blue-lagoon .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-bossanova .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-aqua-deep .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-claret .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text, .bpa-regal-blue .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-deep-cerulean .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-twitter .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-monza .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-mojo .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-blue-lagoon .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-bossanova .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-aqua-deep .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-claret .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text, .bpa-regal-blue .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-deep-cerulean .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-twitter .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-monza .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-mojo .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-blue-lagoon .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-bossanova .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-aqua-deep .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-claret .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text {
  color: #fff;
}

.bpa-saffron .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text, .bpa-saffron .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text, .bpa-saffron .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text {
  color: #111314;
}

.bpa-white .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text, .bpa-white .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text, .bpa-white .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text {
  color: #0071ad;
}

.bpa-porcelain .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text, .bpa-porcelain .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text, .bpa-porcelain .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text {
  border-color: #0071ad;
}

.bpa-shark .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-regal-blue .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-deep-cerulean .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-twitter .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-monza .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-mojo .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-blue-lagoon .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-bossanova .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-aqua-deep .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text,
.bpa-claret .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text, .bpa-shark .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-regal-blue .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-deep-cerulean .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-twitter .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-monza .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-mojo .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-blue-lagoon .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-bossanova .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-aqua-deep .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text,
.bpa-claret .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text, .bpa-shark .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-regal-blue .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-deep-cerulean .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-twitter .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-monza .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-mojo .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-blue-lagoon .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-bossanova .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-aqua-deep .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text,
.bpa-claret .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text {
  border-color: #fff;
}

.bpa-saffron .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text, .bpa-saffron .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text, .bpa-saffron .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text {
  border-color: #111314;
}

.bpa-white .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text, .bpa-white .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text, .bpa-white .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text {
  border-color: #0071ad;
}

.bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info {
  color: #0071ad;
}

.bpa-porcelain .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-porcelain .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-porcelain .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-shark .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-shark .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-deep-cerulean .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-twitter .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-monza .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-mojo .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-blue-lagoon .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-bossanova .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-aqua-deep .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-claret .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-regal-blue .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-deep-cerulean .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-twitter .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-monza .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-mojo .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-blue-lagoon .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-bossanova .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-aqua-deep .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-claret .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-regal-blue .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-deep-cerulean .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-twitter .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-monza .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-mojo .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-blue-lagoon .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-tropical-rain-forest .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-bossanova .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-aqua-deep .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info,
.bpa-claret .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info {
  color: #fff;
}

.bpa-saffron .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-saffron .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-saffron .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info {
  color: #111314;
}

.bpa-white .bpa-teaser-related[href]:active .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-white .bpa-teaser-related[href]:hover .bpa-link-download .bpa-link-text .bpa-download-info, .bpa-white .bpa-teaser-related[href]:focus .bpa-link-download .bpa-link-text .bpa-download-info {
  color: #0071ad;
}

.bpa-teaser-related + .bpa-teaser-info,
.bpa-teaser-related .bpa-teaser-info {
  margin-top: 0.3125rem;
}

.bpa-teaser-related .bpa-link-download {
  color: #4c4f50;
}

.bpa-porcelain .bpa-teaser-related .bpa-link-download {
  color: #4c4f50;
}

.bpa-shark .bpa-teaser-related .bpa-link-download {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-related .bpa-link-download,
.bpa-deep-cerulean .bpa-teaser-related .bpa-link-download,
.bpa-twitter .bpa-teaser-related .bpa-link-download,
.bpa-monza .bpa-teaser-related .bpa-link-download,
.bpa-mojo .bpa-teaser-related .bpa-link-download,
.bpa-blue-lagoon .bpa-teaser-related .bpa-link-download,
.bpa-tropical-rain-forest .bpa-teaser-related .bpa-link-download,
.bpa-bossanova .bpa-teaser-related .bpa-link-download,
.bpa-aqua-deep .bpa-teaser-related .bpa-link-download,
.bpa-claret .bpa-teaser-related .bpa-link-download {
  color: #fff;
}

.bpa-saffron .bpa-teaser-related .bpa-link-download {
  color: #111314;
}

.bpa-white .bpa-teaser-related .bpa-link-download {
  color: #4c4f50;
}

.bpa-teaser-related .bpa-topline-icon-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-teaser-related .bpa-topline-icon-before .bpa-icon {
  margin-top: 0;
  height: 1.375rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-related .bpa-topline-icon-before .bpa-icon {
    height: 1.75rem;
  }
}

.bpa-teaser-related .bpa-topline-icon-before .bpa-topline-title {
  max-width: calc(100% - 30px);
}

.bpa-balloon .bpa-teaser-related .bpa-has-topline-icon,
.bpa-hero-teaser .bpa-teaser-related .bpa-has-topline-icon,
.bpa-hero-teaser-overlay .bpa-teaser-related .bpa-has-topline-icon,
.bpa-teaser-banner-breakingnews .bpa-teaser-related .bpa-has-topline-icon {
  padding-left: 2rem;
}

.bpa-balloon .bpa-teaser-related .bpa-topline-icon-before,
.bpa-hero-teaser .bpa-teaser-related .bpa-topline-icon-before,
.bpa-hero-teaser-overlay .bpa-teaser-related .bpa-topline-icon-before,
.bpa-teaser-banner-breakingnews .bpa-teaser-related .bpa-topline-icon-before {
  margin: 0;
  position: relative;
}

.bpa-balloon .bpa-teaser-related .bpa-topline-icon-before .bpa-icon,
.bpa-hero-teaser .bpa-teaser-related .bpa-topline-icon-before .bpa-icon,
.bpa-hero-teaser-overlay .bpa-teaser-related .bpa-topline-icon-before .bpa-icon,
.bpa-teaser-banner-breakingnews .bpa-teaser-related .bpa-topline-icon-before .bpa-icon {
  margin: 0 0 0 -2rem;
  width: 1.5rem;
  vertical-align: top;
}

.bpa-balloon .bpa-teaser-related .bpa-topline-icon-before .bpa-topline-title,
.bpa-hero-teaser .bpa-teaser-related .bpa-topline-icon-before .bpa-topline-title,
.bpa-hero-teaser-overlay .bpa-teaser-related .bpa-topline-icon-before .bpa-topline-title,
.bpa-teaser-banner-breakingnews .bpa-teaser-related .bpa-topline-icon-before .bpa-topline-title {
  margin-left: 0.3125rem;
}

.bpa-collection-item {
  padding: 0.9375rem 0;
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-collection-item:last-child {
  margin: 0 0 1.6875rem;
  border: none;
}

.bpa-collection-item .bpa-icon {
  margin-right: 0.4375rem;
}

.bpa-collection-item .bpa-btn {
  margin-top: -0.5rem;
}

.bpa-collection-item .bpa-btn .bpa-icon {
  height: inherit;
}

.bpa-collection-item-noborders {
  padding: 0.9375rem 0;
  border: 0;
}

.bpa-location {
  color: #111314;
}

.bpa-porcelain .bpa-location,
.bpa-saffron .bpa-location {
  color: #111314;
}

.bpa-shark .bpa-location,
.bpa-regal-blue .bpa-location,
.bpa-deep-cerulean .bpa-location,
.bpa-twitter .bpa-location,
.bpa-monza .bpa-location,
.bpa-mojo .bpa-location,
.bpa-blue-lagoon .bpa-location,
.bpa-tropical-rain-forest .bpa-location,
.bpa-bossanova .bpa-location,
.bpa-aqua-deep .bpa-location,
.bpa-claret .bpa-location {
  color: #fff;
}

.bpa-white .bpa-location {
  color: #111314;
}

.bpa-location .bpa-icon {
  fill: #0071ad;
  width: 1em;
  height: 1em;
}

.bpa-porcelain .bpa-location .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-location .bpa-icon,
.bpa-regal-blue .bpa-location .bpa-icon,
.bpa-deep-cerulean .bpa-location .bpa-icon,
.bpa-twitter .bpa-location .bpa-icon,
.bpa-monza .bpa-location .bpa-icon,
.bpa-mojo .bpa-location .bpa-icon,
.bpa-blue-lagoon .bpa-location .bpa-icon,
.bpa-tropical-rain-forest .bpa-location .bpa-icon,
.bpa-bossanova .bpa-location .bpa-icon,
.bpa-aqua-deep .bpa-location .bpa-icon,
.bpa-claret .bpa-location .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-location .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-location .bpa-icon {
  fill: #0071ad;
}

.bpa-location a.bpa-link-large {
  border: 0;
}

.bpa-address-location-title {
  margin-bottom: 0.625rem;
  display: inline-block;
}

.bpa-postal-address {
  margin-bottom: 1.25rem;
}

.bpa-skiplinks {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bpa-skiplinks a {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.bpa-skiplinks a[href='#stickyFooter'] {
  display: none;
}

.bpa-skiplinks a:hover,
.bpa-skiplinks a:focus,
.bpa-skiplinks a:active {
  position: absolute;
  top: 0;
  left: 0;
}

.bpa-skiplinks-inner {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 0;
}

.bpa-duration {
  color: #111314;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.bpa-porcelain .bpa-duration,
.bpa-saffron .bpa-duration {
  color: #111314;
}

.bpa-shark .bpa-duration,
.bpa-regal-blue .bpa-duration,
.bpa-deep-cerulean .bpa-duration,
.bpa-twitter .bpa-duration,
.bpa-monza .bpa-duration,
.bpa-mojo .bpa-duration,
.bpa-blue-lagoon .bpa-duration,
.bpa-tropical-rain-forest .bpa-duration,
.bpa-bossanova .bpa-duration,
.bpa-aqua-deep .bpa-duration,
.bpa-claret .bpa-duration {
  color: #fff;
}

.bpa-white .bpa-duration {
  color: #111314;
}

.bpa-duration .bpa-time {
  margin-top: 0;
  padding-bottom: 0;
  display: inline-block;
  color: inherit;
}

.bpa-table {
  margin-top: 1.25rem;
  overflow-x: auto;
}

.bpa-table caption {
  margin-bottom: 0.625rem;
  text-align: left;
}

.bpa-table table {
  width: 100%;
  border-collapse: collapse;
}

.bpa-table table .bpa-img {
  width: 100%;
}

.bpa-table thead {
  font-weight: bold;
}

.bpa-table td,
.bpa-table th {
  padding: 0.625em 1.125em;
  border: 1px solid #9aa0a2;
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}

.bpa-table td:not([valign]),
.bpa-table th:not([valign]) {
  vertical-align: top;
}

.bpa-table td.right,
.bpa-table th.right {
  text-align: right;
}

.bpa-table td.center,
.bpa-table th.center {
  text-align: center;
}

.bpa-table td.top,
.bpa-table th.top {
  vertical-align: top;
}

.bpa-table td.middle,
.bpa-table th.middle {
  vertical-align: middle;
}

.bpa-table td.bottom,
.bpa-table th.bottom {
  vertical-align: bottom;
}

.bpa-table td.baseline,
.bpa-table th.baseline {
  vertical-align: baseline;
}

.bpa-table td:first-child,
.bpa-table th:first-child {
  padding-left: 0;
  border-left: none;
}

.bpa-table td:last-child,
.bpa-table th:last-child {
  border-right: none;
}

@media only screen and (min-width: 600px) {
  .bpa-table td,
  .bpa-table th {
    padding: 0.875em 1.4375em;
  }
}

.bpa-table-striped td:first-child {
  padding-left: 1.125em;
}

.bpa-table-striped thead tr,
.bpa-table-striped tr:nth-child(even) {
  background-color: #eeeff1;
}

.bpa-table-striped tfoot tr {
  background-color: #004b76 !important;
  color: #fff;
}

.bpa-table-striped tfoot td {
  border-color: #003b5d;
}

.bpa-table + p,
.bpa-richtext .bpa-table + p {
  margin-bottom: 2.75rem;
}

.bpa-table + :not(p):before {
  content: '';
  margin-top: 3.375rem;
  display: block;
}

@media only screen and (min-width: 600px) {
  .bpa-table {
    /* stylelint-disable selector-class-pattern */
    /* stylelint-enable selector-class-pattern */
  }
  .bpa-table,
  .bpa-table ol.rte--list,
  .bpa-table ul.rte--list {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

/* stylelint-disable selector-class-pattern */
.bpa-image-selects.checkboxes, .bpa-image-selects.radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media only screen and (min-width: 1024px) {
  .bpa-image-selects.checkboxes, .bpa-image-selects.radios {
    -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;
  }
}

.bpa-image-selects .checkbox,
.bpa-image-selects .radio {
  margin-bottom: 4.1666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-image-selects .checkbox label,
.bpa-image-selects .radio label {
  position: relative;
}

.bpa-image-selects .checkbox label > span,
.bpa-image-selects .radio label > span {
  padding: 0.3125rem 0.9375rem;
  position: absolute;
  right: 0rem;
  bottom: 0;
  left: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}

.bpa-image-selects .checkbox .js-select-styler,
.bpa-image-selects .radio .js-select-styler {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .bpa-image-selects .checkbox,
  .bpa-image-selects .radio {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47.7272727273%;
            flex: 0 1 47.7272727273%;
    margin-bottom: 4.5454545455%;
  }
}

/* stylelint-enable selector-class-pattern */
.bpa-tipps-wrapper {
  padding: 0.0625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bpa-tipps-wrapper .bpa-btn-icon-before {
  margin-right: 0;
}

.bpa-popover-wrapper {
  display: inline-block;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.bpa-popover-wrapper .bpa-popover-button .bpa-icon {
  margin-right: 0;
  width: 1.375rem;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: baseline;
  -webkit-transition: top 500ms ease-in-out;
  transition: top 500ms ease-in-out;
}

.bpa-popover-wrapper .bpa-popover-button .bpa-icon-close {
  width: 1.125rem;
}

.bpa-popover-wrapper .bpa-popover-button .bpa-btn-icon-before {
  position: relative;
  overflow: hidden;
}

.bpa-popover-wrapper .bpa-popover-button .bpa-btn-icon-before .bpa-icon-close {
  margin: 0.125rem 0.0625rem 0 0.0625rem;
}

.bpa-popover-wrapper .bpa-popover-button .bpa-btn-icon-before:before {
  content: '';
  width: 1.375rem;
  height: 1.375rem;
  display: block;
}

.bpa-popover-wrapper .bpa-popover-button .bpa-btn-icon-before.bpa-open .bpa-icon:first-child {
  top: -3.125rem;
}

.bpa-popover-wrapper .bpa-popover-button .bpa-btn-icon-before .bpa-icon:nth-child(2) {
  top: 3.125rem;
}

.bpa-popover-wrapper .bpa-popover-button .bpa-btn-icon-before.bpa-open .bpa-icon:nth-child(2) {
  top: 0;
}

.bpa-popover-wrapper .bpa-popover-button-link-alike {
  padding-left: 0;
  background: none;
  color: #4c4f50;
  border: 0;
}

.bpa-popover-wrapper .bpa-popover-button-link-alike:hover, .bpa-popover-wrapper .bpa-popover-button-link-alike:focus {
  background: none;
  border: 0;
}

.bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext,
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext {
  color: #4c4f50;
  border-bottom: 1px solid;
}

.bpa-porcelain .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext, .bpa-porcelain
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext {
  color: #4c4f50;
}

.bpa-shark .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext, .bpa-shark
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext,
.bpa-deep-cerulean .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext,
.bpa-twitter .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext,
.bpa-monza .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext,
.bpa-mojo .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext,
.bpa-blue-lagoon .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext,
.bpa-tropical-rain-forest .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext,
.bpa-bossanova .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext,
.bpa-aqua-deep .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext,
.bpa-claret .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext, .bpa-regal-blue
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext,
.bpa-deep-cerulean
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext,
.bpa-twitter
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext,
.bpa-monza
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext,
.bpa-mojo
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext,
.bpa-blue-lagoon
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext,
.bpa-tropical-rain-forest
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext,
.bpa-bossanova
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext,
.bpa-aqua-deep
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext,
.bpa-claret
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext {
  color: #fff;
}

.bpa-saffron .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext, .bpa-saffron
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext {
  color: #111314;
}

.bpa-white .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext, .bpa-white
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext {
  color: #4c4f50;
}

.bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon,
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon, .bpa-porcelain
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon, .bpa-shark
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon,
.bpa-deep-cerulean .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon,
.bpa-twitter .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon,
.bpa-monza .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon,
.bpa-mojo .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon,
.bpa-blue-lagoon .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon,
.bpa-tropical-rain-forest .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon,
.bpa-bossanova .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon,
.bpa-aqua-deep .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon,
.bpa-claret .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon, .bpa-regal-blue
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon,
.bpa-deep-cerulean
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon,
.bpa-twitter
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon,
.bpa-monza
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon,
.bpa-mojo
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon,
.bpa-blue-lagoon
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon,
.bpa-tropical-rain-forest
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon,
.bpa-bossanova
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon,
.bpa-aqua-deep
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon,
.bpa-claret
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon, .bpa-saffron
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon, .bpa-white
.bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon {
  fill: #4c4f50;
  top: 0.125rem;
}

.bpa-porcelain .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon,
.bpa-deep-cerulean .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon,
.bpa-twitter .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon,
.bpa-monza .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon,
.bpa-mojo .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon,
.bpa-blue-lagoon .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon,
.bpa-tropical-rain-forest .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon,
.bpa-bossanova .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon,
.bpa-aqua-deep .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon,
.bpa-claret .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon {
  fill: #4c4f50;
}

.bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-btn-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-btn-icon-before {
  margin-right: 0.3125rem;
}

.bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-btn-icon-before.bpa-open .bpa-icon:nth-child(2) {
  top: 0.125rem;
}

.bpa-sticky-footer .bpa-popover-wrapper .bpa-popover-button-link-alike {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable */
}

.bpa-sticky-footer .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-btn-infotext {
  color: #fff;
}

.bpa-sticky-footer .bpa-popover-wrapper .bpa-popover-button-link-alike .bpa-icon {
  fill: #fff;
}

.bpa-sticky-footer .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-btn-infotext, .bpa-sticky-footer .bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-btn-infotext {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.bpa-sticky-footer .bpa-popover-wrapper .bpa-popover-button-link-alike:hover .bpa-icon, .bpa-sticky-footer .bpa-popover-wrapper .bpa-popover-button-link-alike:focus .bpa-icon {
  fill: #fff;
}

.bpa-function-bar-left .bpa-popover-wrapper .bpa-popover-button-link-alike {
  padding: 0;
  font-size: 1rem;
}

@media only screen and (max-width: 599px) {
  .bpa-function-bar-right .bpa-popover-wrapper {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 200%;
  }
}

.bpa-popover {
  min-width: 15.625rem;
  display: block;
  position: fixed;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #9aa0a2;
          box-shadow: inset 0 1px #9aa0a2;
  border-top: 6px solid rgba(77, 76, 76, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: hidden;
}

.bpa-popover .bpa-richtext > * {
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  display: block;
}

.bpa-popover .bpa-richtext > *:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.bpa-popover .bpa-richtext > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.bpa-popover .bpa-richtext > *:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.bpa-popover .bpa-richtext > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.bpa-popover .bpa-richtext > *:nth-child(5) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.bpa-popover .bpa-richtext > *:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.bpa-popover .bpa-richtext > *:nth-child(7) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.bpa-popover .bpa-richtext > *:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.bpa-popover .bpa-richtext > *:nth-child(9) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.bpa-popover .bpa-richtext > *:nth-child(10) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.bpa-popover .bpa-richtext > *:nth-child(11) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

.bpa-popover .bpa-richtext > *:nth-child(12) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.bpa-popover .bpa-richtext > *:nth-child(13) {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

.bpa-popover .bpa-richtext > *:nth-child(14) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.bpa-popover .bpa-richtext > *:nth-child(15) {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

.bpa-popover .bpa-richtext > *:nth-child(16) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.bpa-popover .bpa-richtext > *:nth-child(17) {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

.bpa-popover .bpa-richtext > *:nth-child(18) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.bpa-popover .bpa-richtext > *:nth-child(19) {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

.bpa-popover .bpa-richtext > *:nth-child(20) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.bpa-popover:not([aria-hidden='true']) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.bpa-popover:not([aria-hidden='true']) .bpa-richtext > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bpa-popover .bpa-richtext {
  margin-right: 1.875rem;
  padding: 0;
}

.bpa-popover .bpa-richtext h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 0;
  color: #0071ad;
}

.bpa-popover .bpa-richtext p {
  margin-bottom: 1em;
}

.bpa-popover .bpa-link,
.bpa-popover .bpa-link-external {
  display: inline-block;
}

.bpa-popover .bpa-close-button {
  margin-top: -0.3125rem;
  margin-right: -0.625rem;
  float: right;
}

@media only screen and (min-width: 1024px) {
  .bpa-popover-floating .bpa-popover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #9aa0a2;
    border-radius: 0.25rem;
    min-width: 37.5rem;
    position: absolute;
    right: 0;
    left: auto;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .bpa-popover-floating .bpa-popover:not([aria-hidden='true']) {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .bpa-popover-floating .bpa-popover .bpa-richtext > * {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
  .bpa-popover-floating .bpa-popover .bpa-close-button {
    display: none;
  }
}

/* stylelint-disable-next-line selector-type-no-unknown */
_:-ms-fullscreen .bpa-popover-button,
:root .bpa-popover-wrapper .bpa-popover-button {
  display: block;
}

_:-ms-fullscreen .bpa-btn-icon-before,
:root .bpa-popover-wrapper .bpa-btn-icon-before {
  float: left;
}

.bpa-infomaterial-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bpa-search-result-list .bpa-infomaterial-buttons-left .bpa-popover-button, .bpa-search-result-list .bpa-infomaterial-buttons-right .bpa-popover-button {
  padding: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-infomaterial-buttons-left, .bpa-infomaterial-buttons-right {
    max-width: 50%;
  }
  .bpa-sticky-footer .bpa-infomaterial-buttons-left, .bpa-sticky-footer .bpa-infomaterial-buttons-right {
    margin-bottom: 0;
    max-width: inherit;
  }
  .bpa-infomaterial-buttons-left .bpa-btn:not(.bpa-popover-button), .bpa-infomaterial-buttons-right .bpa-btn:not(.bpa-popover-button) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-infomaterial-buttons-left, .bpa-infomaterial-buttons-right {
    padding-right: 2.5%;
    padding-left: 2.5%;
    max-width: 50%;
  }
  .bpa-sticky-footer .bpa-infomaterial-buttons-left, .bpa-sticky-footer .bpa-infomaterial-buttons-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.bpa-teaser-banner-footer .bpa-infomaterial-buttons {
  /* stylelint-disable-next-line selector-type-no-unknown */
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-banner-footer .bpa-infomaterial-buttons-left, .bpa-teaser-banner-footer .bpa-infomaterial-buttons-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bpa-teaser-banner-footer .bpa-infomaterial-buttons _:-ms-fullscreen,
:root .bpa-teaser-banner-footer .bpa-infomaterial-buttons-right {
  display: block;
}

.bpa-teaser-banner-footer .bpa-infomaterial-buttons _:-ms-fullscreen .bpa-btn,
:root .bpa-teaser-banner-footer .bpa-infomaterial-buttons-right .bpa-btn {
  width: 100%;
}

.bpa-infomaterial-buttons .bpa-icon {
  fill: inherit;
}

.bpa-infomaterial-buttons .bpa-btn {
  margin-bottom: 0;
  text-align: left;
}

.bpa-infomaterial-buttons .bpa-error {
  margin: 0;
  font-weight: bold;
  color: #c0003c;
}

.bpa-infomaterial-buttons .bpa-notice {
  display: block;
}

.bpa-infomaterial-buttons .bpa-notice .bpa-icon {
  height: 1em;
  vertical-align: bottom;
}

@media only screen and (min-width: 600px) {
  .bpa-infomaterial-buttons-left {
    padding-right: 0.9375rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-infomaterial-buttons-left {
    padding-left: 0;
  }
}

.bpa-infomaterial-buttons-right .bpa-notice {
  padding-left: 1.75rem;
  position: relative;
}

.bpa-infomaterial-buttons-right .bpa-notice .bpa-icon {
  position: absolute;
  top: 0.125rem;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .bpa-infomaterial-buttons-right {
    padding-right: 0;
  }
}

.bpa-dateblock {
  padding: 0.875rem 0.625rem 0.625rem;
  max-width: 6.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: normal;
  background-color: transparent;
}

.bpa-dateblock-text {
  margin: 0.0625rem 0 0.3125rem;
  font-size: 3.375rem;
  line-height: 3.375rem;
}

@media only screen and (min-width: 0) and (max-width: 374px) {
  .bpa-dateblock {
    padding: 0.875rem 0.3125rem 0.625rem;
  }
  .bpa-dateblock-light, .bpa-dateblock-accent {
    font-size: 0.6875rem;
  }
}

.bpa-timeblock {
  padding: 0.9375rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-timeblock-text {
  margin: 0 0 0.3125rem;
  font-size: 2rem;
  line-height: 2rem;
}

.bpa-timeblock .bpa-time {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

@media only screen and (min-width: 600px) {
  .bpa-timeblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bpa-timeblock-divider {
    margin: 0.625rem 0;
    line-height: 1.25rem;
  }
}

.bpa-teaser-list-collection-item {
  border-bottom: 1px dotted #0071ad;
  padding: 0.8125rem 0;
}

.bpa-porcelain .bpa-teaser-list-collection-item {
  border-bottom: 1px dotted #0071ad;
}

.bpa-shark .bpa-teaser-list-collection-item {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-list-collection-item,
.bpa-deep-cerulean .bpa-teaser-list-collection-item,
.bpa-twitter .bpa-teaser-list-collection-item,
.bpa-monza .bpa-teaser-list-collection-item,
.bpa-mojo .bpa-teaser-list-collection-item,
.bpa-blue-lagoon .bpa-teaser-list-collection-item,
.bpa-tropical-rain-forest .bpa-teaser-list-collection-item,
.bpa-bossanova .bpa-teaser-list-collection-item,
.bpa-aqua-deep .bpa-teaser-list-collection-item,
.bpa-claret .bpa-teaser-list-collection-item {
  border-bottom: 1px dotted #fff;
}

.bpa-saffron .bpa-teaser-list-collection-item {
  border-bottom: 1px dotted #111314;
}

.bpa-white .bpa-teaser-list-collection-item {
  border-bottom: 1px dotted #0071ad;
}

.bpa-teaser-list-collection-item:first-child {
  padding-top: 1.625rem;
}

.bpa-teaser-list-collection.bpa-closed {
  display: none;
}

.bpa-teaser-list-collection.bpa-first {
  padding-bottom: 2rem;
}

.bpa-teaser-list-collection.bpa-first:only-child {
  padding-bottom: 0;
}

.bpa-teaser-list-collection.bpa-first .bpa-teaser-list-collection-item:last-child {
  border-bottom: none;
}

.bpa-vita-item {
  border-bottom: 1px dotted #9aa0a2;
  padding: 0.9375rem 0;
}

.bpa-porcelain .bpa-vita-item,
.bpa-shark .bpa-vita-item {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-regal-blue .bpa-vita-item,
.bpa-deep-cerulean .bpa-vita-item,
.bpa-twitter .bpa-vita-item,
.bpa-monza .bpa-vita-item,
.bpa-mojo .bpa-vita-item,
.bpa-blue-lagoon .bpa-vita-item,
.bpa-tropical-rain-forest .bpa-vita-item,
.bpa-bossanova .bpa-vita-item,
.bpa-aqua-deep .bpa-vita-item,
.bpa-claret .bpa-vita-item {
  border-bottom: 1px dotted #fff;
}

.bpa-saffron .bpa-vita-item {
  border-bottom: 1px dotted #111314;
}

.bpa-white .bpa-vita-item {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-vita-list.bpa-first .bpa-vita-item:last-child {
  border-bottom: none;
}

.bpa-vita-item p {
  margin: 0;
}

.bpa-vita-item p strong {
  margin: 0 0 0.3125rem;
  display: inline-block;
}

.bpa-vita-list.bpa-closed {
  display: none;
}

.bpa-vita-list.bpa-first {
  padding-bottom: 2rem;
}

.bpa-breadcrumb-nav {
  display: none;
}

.bpa-flyout-navigation .bpa-breadcrumb-nav {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.bpa-flyout-navigation .bpa-breadcrumb-nav .bpa-link-breadcrumb {
  border-width: 1px;
}

.bpa-flyout-navigation .bpa-breadcrumb-nav .bpa-link-breadcrumb:not(:hover) {
  border-color: #cfd2d3;
}

.bpa-breadcrumb-nav-title {
  margin-bottom: 0.625rem;
  display: inline-block;
  color: #0071ad;
}

.bpa-breadcrumb-nav-item {
  display: inline-block;
  color: #63686a;
}

.bpa-breadcrumb-nav-item:not(:first-child)::before {
  content: '|';
  margin: 0 0.3125rem;
  display: inline-block;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media only screen and (min-width: 600px) {
  .bpa-breadcrumb-nav {
    padding: 0 3.8461538462% 3.5rem;
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-breadcrumb-nav {
    padding: 0 0 3.5rem;
  }
}

.bpa-flyout-closearea {
  text-align: center;
  background-color: rgba(37, 41, 42, 0.9);
}

.bpa-flyout-closearea-btn {
  padding: 2.5rem 0 3.125rem;
  width: 100%;
  background-color: transparent;
}

.bpa-flyout-closearea-btn:hover, .bpa-flyout-closearea-btn:focus {
  background-color: rgba(99, 104, 106, 0.9);
}

.bpa-flyout-closearea-btn:hover-circle, .bpa-flyout-closearea-btn:focus-circle {
  background-color: #0071ad;
  border-color: #0071ad;
}

.bpa-flyout-closearea-circle {
  margin: 0 auto;
  padding: 0.625rem;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}

.bpa-flyout-closearea .bpa-icon {
  width: 0.8125rem;
  height: 0.8125rem;
  fill: #fff;
}

@media only screen and (min-width: 600px) {
  .bpa-flyout-links-focus {
    margin-bottom: 1rem;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    -webkit-column-break-after: column;
            break-after: column;
  }
  .bpa-flyout-linklist {
    -webkit-columns: 3 9.375rem;
            columns: 3 9.375rem;
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.bpa-flyout-section {
  padding-top: 1.0625rem;
  padding-bottom: 2.1875rem;
}

.bpa-flyout-section-first {
  padding-bottom: 0.9375rem;
}

@media only screen and (min-width: 1024px) {
  .bpa-flyout-section-first {
    padding-bottom: 1.5625rem;
  }
}

.bpa-flyout-sectiontitle {
  margin: 0 0 1rem;
  display: block;
}

.bpa-flyout-section .bpa-link-flyout-default,
.bpa-flyout-section .bpa-link-flyout-focus {
  margin-bottom: 0.75rem;
  display: inline-block;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-flyout-section .bpa-link-flyout-default,
  .bpa-flyout-section .bpa-link-flyout-focus {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-flyout-section .bpa-link-flyout-default,
  .bpa-flyout-section .bpa-link-flyout-focus {
    margin: 0.375rem 0 0.625rem;
  }
}

.bpa-flyout-section .bpa-flyout-listitem:nth-child(n + 4) {
  display: none;
}

@media only screen and (min-width: 600px) {
  .bpa-flyout-section .bpa-flyout-listitem:nth-child(n + 4) {
    display: list-item;
  }
}

.bpa-flyout-section .bpa-open .bpa-flyout-listitem {
  display: list-item;
}

.bpa-flyout-section .bpa-link-flyout-more {
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  .bpa-flyout-section .bpa-link-flyout-more {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-flyout-section {
    padding-top: 1.5625rem;
    padding-bottom: 2.1875rem;
  }
}

.bpa-flyout-banner {
  margin: 4.1666666667% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .bpa-flyout-banner .bpa-teaser:first-child {
    margin-right: 3.8461538462%;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-flyout-banner .bpa-teaser:first-child {
    margin-right: 0;
    margin-bottom: 3.8461538462%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-flyout-banner .bpa-teaser:first-child {
    margin-right: 5%;
  }
}

.bpa-flyout-banner-inner {
  margin: 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  .bpa-flyout-banner-inner {
    margin: 0 8.3333333333%;
    width: calc(5% * 24);
  }
}

.bpa-flyout-banner-teaser {
  margin-bottom: 2.1875rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bpa-flyout-banner-teaser .bpa-teaser:first-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  .bpa-flyout-banner-teaser .bpa-teaser:nth-child(2) {
    display: none;
  }
}

.bpa-flyout-banner-teaser .bpa-teaser .bpa-img {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .bpa-flyout-banner-teaser {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-flyout-banner-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.bpa-flyout-banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-flyout-banner-link .bpa-icon-arrow-right {
  fill: #0071ad;
}

.bpa-flyout-banner-link .bpa-link-flyout-default {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.8125rem;
}

@media only screen and (max-width: 599px) {
  .bpa-flyout-banner-link {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-flyout-banner-link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.bpa-balloon-module-header {
  background-color: #fff;
  padding: 4.5454545455%;
}

.bpa-porcelain .bpa-balloon-module-header {
  background-color: #eeeff1;
}

.bpa-shark .bpa-balloon-module-header {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-balloon-module-header {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-balloon-module-header {
  background-color: #0071ad;
}

.bpa-twitter .bpa-balloon-module-header {
  background-color: #1da1f2;
}

.bpa-monza .bpa-balloon-module-header {
  background-color: #c0003c;
}

.bpa-saffron .bpa-balloon-module-header {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-balloon-module-header {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-balloon-module-header {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-balloon-module-header {
  background-color: #00854a;
}

.bpa-bossanova .bpa-balloon-module-header {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-balloon-module-header {
  background-color: #005c45;
}

.bpa-claret .bpa-balloon-module-header {
  background-color: #780f2d;
}

.bpa-white .bpa-balloon-module-header {
  background-color: #fff;
}

.bpa-balloon-module-header .bpa-module-title {
  margin: 0;
  line-height: inherit;
}

.bpa-balloon .bpa-teaser-list-collection {
  padding: 0.5rem 4.5454545455%;
  background-color: #eeeff1;
}

.bpa-balloon .bpa-teaser-list-collection-item {
  padding: 0.8125rem 0;
}

.bpa-balloon .bpa-teaser-title {
  color: #111314;
}

.bpa-balloon .bpa-topline-icon-before .bpa-icon {
  fill: #0071ad;
}

.bpa-balloon .bpa-teaser-related .bpa-topline {
  padding-right: 0.25rem;
  display: inline-block;
}

.bpa-balloon .bpa-teaser-related:hover .bpa-teaser-title-text,
.bpa-balloon .bpa-teaser-related:active .bpa-teaser-title-text,
.bpa-balloon .bpa-teaser-related:focus .bpa-teaser-title-text {
  color: #0071ad;
  border-color: #0071ad;
}

.bpa-balloon .bpa-teaser-list-collection-item {
  border-color: #111314;
}

.bpa-loading-indicator,
.bpa-loading-indicator:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.bpa-loading-indicator {
  width: 80px;
  height: 80px;
  display: block;
}

.bpa-loading-indicator:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: transparent;
  border: 8px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate .75s linear infinite;
          animation: ball-clip-rotate .75s linear infinite;
}

.bpa-porcelain .bpa-loading-indicator,
.bpa-white .bpa-loading-indicator {
  color: #111314;
}

.bpa-saffron .bpa-loading-indicator,
.bpa-shark .bpa-loading-indicator,
.bpa-regal-blue .bpa-loading-indicator,
.bpa-deep-cerulean .bpa-loading-indicator,
.bpa-monza .bpa-loading-indicator,
.bpa-mojo .bpa-loading-indicator,
.bpa-blue-lagoon .bpa-loading-indicator,
.bpa-tropical-rain-forest .bpa-loading-indicator,
.bpa-bossanova .bpa-loading-indicator,
.bpa-aqua-deep .bpa-loading-indicator,
.bpa-claret .bpa-loading-indicator {
  color: #fff;
}

@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bpa-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-button-group .bpa-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 599px) {
  .bpa-button-group .bpa-btn {
    margin-bottom: 1rem !important;
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-button-group .bpa-btn:not(:first-child) {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

p.navToTop {
  text-align: right;
  border-top: 1px dotted #9aa0a2;
}

p.navToTop .bpa-link .bpa-icon {
  -webkit-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}

.bpa-area-tile-inner {
  position: relative;
}

.bpa-area-tile:not(.bpa-area-tile-toggledown) .bpa-area-tile-inner {
  height: 100%;
}

.bpa-area-tile-inner .bpa-teaser-text-wrapper {
  padding: 0.9375rem 3.8461538462%;
  height: 100%;
}

.bpa-tile-module-flipping .bpa-area-tile-inner .bpa-teaser-text-wrapper {
  height: auto;
}

.bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-teaser-title {
  margin-top: 0;
  display: inline-block;
}

.bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  border: 0;
}

.bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-teaser-title-icon {
  text-transform: uppercase;
}

.bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-title-icon-after {
  display: none;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-area-tile-inner .bpa-teaser-text-wrapper {
    padding: 0.9375rem 7.6923076923%;
  }
  .bpa-tile-spaned .bpa-area-tile-inner .bpa-teaser-text-wrapper {
    padding: 0.9375rem 3.8461538462%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-area-tile-inner .bpa-teaser-text-wrapper {
    padding: 1.25rem;
  }
}

.bpa-area-tile-inner .bpa-teaser-image-wrapper + .bpa-teaser-text-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bpa-area-tile-inner .bpa-teaser-info {
  margin: 0;
}

.bpa-area-tile-inner .bpa-teaser-info .bpa-teaser-title-text {
  border-bottom: 0.0625rem solid transparent;
}

.bpa-area-tile-inner .bpa-teaser-image-wrapper {
  margin-bottom: 0;
  position: relative;
}

.bpa-area-tile-inner .bpa-teaser-image-wrapper .bpa-teaser-info {
  margin: 0;
  padding: 0.3125rem 1.25rem 0.625rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.bpa-area-tile-inner .bpa-teaser-image-wrapper .bpa-teaser-info .bpa-teaser-title {
  margin-top: 0;
}

.bpa-area-tile-inner .bpa-teaser-image-wrapper .bpa-teaser-info .bpa-teaser-title-text {
  color: #fff;
}

.bpa-area-tile-inner .bpa-teaser-image-wrapper .bpa-teaser-info .bpa-title-icon-after {
  display: inline;
}

.bpa-area-tile-inner .bpa-teaser-image-wrapper .bpa-teaser-info .bpa-icon {
  fill: #fff;
}

.bpa-area-tile-toggledown.bpa-opening .bpa-icon-dropdown, .bpa-area-tile-toggledown.bpa-open .bpa-icon-dropdown {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.bpa-area-tile-toggledown.bpa-opening.bpa-open .bpa-icon-dropdown {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.bpa-area-tile-toggledown .bpa-area-tile-inner .bpa-teaser-image-wrapper .bpa-icon-dropdown {
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
  margin-left: 0.3125rem;
  width: 1.5rem;
  height: 0.75rem;
}

.bpa-area-tile-toggledown .bpa-area-tile-inner .bpa-teaser-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bpa-area-tile-toggledown .bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-teaser-title {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
}

.bpa-area-tile-toggledown .bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-teaser-title-icon {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-area-tile-toggledown .bpa-area-tile-inner .bpa-teaser-text-wrapper .bpa-title-icon-before {
  margin-right: 0.9375rem;
}

.bpa-area-tile-toggledown .bpa-toggledown-content {
  padding: 0;
}

.bpa-area-tile-toggledown .bpa-toggledown-content .bpa-toggledown-text {
  padding: 1.25rem;
}

@media only screen and (min-width: 600px) {
  .bpa-area-tile-toggledown .bpa-toggledown-content {
    position: absolute;
    right: 0;
    left: 0;
  }
}

.bpa-area-tile-toggledown.bpa-open .bpa-toggledown-content {
  z-index: 3000;
}

.bpa-area-tile-toggledown.bpa-open.bpa-opening .bpa-toggledown-content {
  z-index: 1;
}

.bpa-area-tile.bpa-area-tile-lightbox {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.bpa-area-tile.bpa-area-tile-lightbox.bpa-tile-spaned {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.bpa-area-tile.bpa-area-tile-lightbox.bpa-tile-spaned .bpa-area-tile-inner {
  -webkit-transition: none;
  transition: none;
}

.bpa-area-tile.bpa-area-tile-lightbox.bpa-tile-spaned .bpa-teaser-text-wrapper {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
  position: relative;
}

.bpa-area-tile.bpa-area-tile-lightbox .bpa-area-tile-teaser {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.bpa-area-tile.bpa-area-tile-lightbox .bpa-teaser-text-wrapper {
  padding: 0;
}

.bpa-area-tile.bpa-area-tile-lightbox .bpa-teaser-title {
  margin: 0;
  position: absolute;
  top: 0;
  left: 1.25rem;
  font-family: "GiorgioSansWeb-Bold", Arial, Helvetica, sans-serif;
  font-size: 2.8125rem;
  line-height: 2.8125rem;
  color: #fff;
}

@media only screen and (min-width: 375px) and (max-width: 599px) {
  .bpa-area-tile.bpa-area-tile-lightbox .bpa-teaser-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-area-tile.bpa-area-tile-lightbox .bpa-teaser-title {
    font-size: 4.0625rem;
    line-height: 4.0625rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-area-tile.bpa-area-tile-lightbox .bpa-teaser-title {
    top: 0.625rem;
    font-size: 5.625rem;
    line-height: 5.625rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-area-tile.bpa-area-tile-lightbox {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-area-tile.bpa-area-tile-lightbox {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

.bpa-area-tile.bpa-area-tile-lightbox.bpa-tile-spaned {
  background-color: #F2F2F2;
}

.bpa-area-tile.bpa-area-tile-lightbox.bpa-tile-spaned .bpa-area-tile-inner {
  padding: 0 7.6923076923%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports (-webkit-overflow-scrolling: touch) {
  .bpa-area-tile.bpa-area-tile-lightbox.bpa-tile-spaned {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@-webkit-keyframes SCALE-UP {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes SCALE-UP {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.bpa-area-tile-module .bpa-area-tile {
  z-index: 1000;
}

.bpa-area-tile-module .bpa-area-tile.js-flipped-random, .bpa-area-tile-module .bpa-area-tile.bpa-open {
  z-index: 2000;
}

.bpa-area-tile-module .bpa-area-tile.bpa-open.bpa-opening {
  z-index: 1000;
}

@media screen {
  .bpa-area-tile-module .bpa-area-tile-teaser.js-flipping .bpa-teaser-text-wrapper,
  .bpa-area-tile-module .js-flipped-random .bpa-area-tile-teaser .bpa-teaser-text-wrapper {
    -webkit-transform: translate3d(0, 0, 0) perspective(43.75rem) rotateY(-180deg);
            transform: translate3d(0, 0, 0) perspective(43.75rem) rotateY(-180deg);
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
    z-index: 1;
  }
  .bpa-area-tile-module .bpa-area-tile-teaser.js-flipping .bpa-teaser-image-wrapper,
  .bpa-area-tile-module .js-flipped-random .bpa-area-tile-teaser .bpa-teaser-image-wrapper {
    -webkit-transform: translate3d(0, 0, 0) perspective(43.75rem) rotateY(0deg);
            transform: translate3d(0, 0, 0) perspective(43.75rem) rotateY(0deg);
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
    z-index: 2;
  }
}

@supports (-ms-ime-align: auto) {
  .bpa-area-tile-module .bpa-area-tile-teaser.js-flipping .bpa-teaser-text-wrapper,
  .bpa-area-tile-module .bpa-area-tile-teaser.js-flipping .bpa-teaser-image-wrapper,
  .bpa-area-tile-module .js-flipped-random .bpa-area-tile-teaser .bpa-teaser-text-wrapper,
  .bpa-area-tile-module .js-flipped-random .bpa-area-tile-teaser .bpa-teaser-image-wrapper {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
}

.bpa-area-tile-module .bpa-area-tile-inner {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  will-change: transform;
}

.bpa-area-tile-module .bpa-teaser-text-wrapper,
.bpa-area-tile-module .bpa-teaser-image-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: z-index 1000ms, -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: z-index 1000ms, -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: z-index 1000ms, transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: z-index 1000ms, transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: z-index, transform;
}

.bpa-area-tile-module .bpa-teaser-text-wrapper {
  -webkit-transform: translate3d(0, 0, 0) perspective(0) rotateY(0deg);
          transform: translate3d(0, 0, 0) perspective(0) rotateY(0deg);
  z-index: 2;
}

.bpa-area-tile-module .bpa-teaser-image-wrapper {
  -webkit-transform: translate3d(0, 0, 0) perspective(0) rotateY(180deg);
          transform: translate3d(0, 0, 0) perspective(0) rotateY(180deg);
}

.bpa-area-tile-module .bpa-area-tile-lightbox.bpa-tile-spaned {
  z-index: 3000;
}

.bpa-area-tile-module .bpa-area-tile-lightbox.bpa-tile-spaned:hover, .bpa-area-tile-module .bpa-area-tile-lightbox.bpa-tile-spaned:focus {
  -webkit-animation: SCALE-UP 600ms;
          animation: SCALE-UP 600ms;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bpa-area-tile-teaser .bpa-area-tile-inner,
  .bpa-area-tile-teaser .bpa-teaser-text-wrapper,
  .bpa-area-tile-teaser .bpa-teaser-image-wrapper {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}

.bpa-sign {
  width: 100%;
}

.bpa-sign__character {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.bpa-sign__character:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 106.666666667%;
}

.bpa-sign__character > .bpa-sign__character-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bpa-sign__pose {
  z-index: 5;
}

.bpa-sign__shadow {
  z-index: 4;
}

.bpa-sign__text-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media print {
  .bpa-sign__text-wrapper {
    padding-right: 12.5rem;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

.bpa-sign__text {
  padding: 0 4.2735042735vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-family: "GiorgioSansWeb-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
}

.bpa-signpost__item--left .bpa-sign__text {
  padding-left: 8.547008547vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.bpa-signpost__item--right .bpa-sign__text {
  padding-right: 8.547008547vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  .bpa-sign__text {
    padding: 0 2.7777777778vw;
  }
  .bpa-signpost__item--left .bpa-sign__text {
    padding-left: 5.5555555556vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right;
  }
  .bpa-signpost__item--right .bpa-sign__text {
    padding-right: 5.5555555556vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-sign__text {
    padding: 0 2.1367521368vw;
  }
  .bpa-signpost__item--left .bpa-sign__text {
    padding-left: 4.2735042735vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right;
  }
  .bpa-signpost__item--right .bpa-sign__text {
    padding-right: 4.2735042735vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-sign__text {
    padding: 0 0.9375rem;
  }
  .bpa-signpost__item--left .bpa-sign__text {
    padding-left: 1.875rem;
  }
  .bpa-signpost__item--right .bpa-sign__text {
    padding-right: 1.875rem;
  }
}

@media print {
  .bpa-sign__text {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

.bpa-sign__number {
  display: block;
  font-size: 15.3846153846vw;
  line-height: 15.3846153846vw;
}

@media only screen and (min-width: 600px) {
  .bpa-sign__number {
    font-size: 10vw;
    line-height: 10vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-sign__number {
    font-size: 7.6923076923vw;
    line-height: 7.6923076923vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-sign__number {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media print {
  .bpa-sign__number {
    margin-right: 0.9375rem;
    font-size: 1.875rem;
    line-height: 1.625rem;
  }
}

.bpa-sign__title {
  margin-top: 1.0256410256vw;
  font-size: 7.6923076923vw;
  line-height: 7.6923076923vw;
  text-transform: uppercase;
}

.bpa-signpost__item--left .bpa-sign__title {
  margin-right: 5.1282051282vw;
}

.bpa-signpost__item--right .bpa-sign__title {
  margin-left: 5.1282051282vw;
}

.bpa-sign--small .bpa-sign__title {
  font-size: 5.1282051282vw;
  line-height: 5.1282051282vw;
}

.bpa-sign--medium .bpa-sign__title {
  font-size: 6.1538461538vw;
  line-height: 6.1538461538vw;
}

@media only screen and (min-width: 600px) {
  .bpa-sign__title {
    margin-top: 0.6666666667vw;
    font-size: 5vw;
    line-height: 5vw;
  }
  .bpa-signpost__item--left .bpa-sign__title {
    margin-right: 3.3333333333vw;
  }
  .bpa-signpost__item--right .bpa-sign__title {
    margin-left: 3.3333333333vw;
  }
  .bpa-sign--small .bpa-sign__title {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
  }
  .bpa-sign--medium .bpa-sign__title {
    font-size: 4vw;
    line-height: 4vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-sign__title {
    margin-top: 0.5128205128vw;
    font-size: 3.8461538462vw;
    line-height: 3.8461538462vw;
  }
  .bpa-signpost__item--left .bpa-sign__title {
    margin-right: 2.5641025641vw;
  }
  .bpa-signpost__item--right .bpa-sign__title {
    margin-left: 2.5641025641vw;
  }
  .bpa-sign--small .bpa-sign__title {
    font-size: 2.5641025641vw;
    line-height: 2.5641025641vw;
  }
  .bpa-sign--medium .bpa-sign__title {
    font-size: 3.0769230769vw;
    line-height: 3.0769230769vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-sign__title {
    margin-top: 0.1875rem;
    font-size: 1.875rem;
    line-height: 1.625rem;
  }
  .bpa-signpost__item--left .bpa-sign__title {
    margin-right: 0.9375rem;
  }
  .bpa-signpost__item--right .bpa-sign__title {
    margin-left: 0.9375rem;
  }
  .bpa-sign--small .bpa-sign__title {
    font-size: 1.3125rem;
    line-height: 1.125rem;
  }
  .bpa-sign--medium .bpa-sign__title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media print {
  .bpa-sign__title {
    margin-top: 0;
    font-size: 1.875rem;
    line-height: 1.625rem;
  }
  .bpa-sign--small .bpa-sign__title,
  .bpa-sign--medium .bpa-sign__title {
    font-size: 1.875rem;
    line-height: 1.625rem;
  }
}

.bpa-sign__image {
  width: 100%;
  height: 100%;
  display: block;
}

@media print {
  .bpa-sign__image {
    display: none;
  }
}

.bpa-sign-img {
  width: 100%;
  height: auto;
}

/* stylelint-disable order/order */
@media only screen and (max-width: 1023px) {
  .bpa-popover-wrapper[data-active='true'] {
    z-index: 4000;
  }
}

.bpa-sign-popover {
  width: 90vw;
  min-width: auto;
  background-color: #fff;
  border-top: 0 none;
}

@media only screen and (min-width: 600px) {
  .bpa-sign-popover {
    width: 70vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-sign-popover {
    padding: 0.3125rem;
    width: 18.75rem;
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media print {
  .bpa-sign-popover {
    width: 100%;
    left: auto;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}

.bpa-sign-popover[aria-hidden='false'] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bpa-sign-popover[aria-hidden='true'] {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.bpa-sign-popover__close {
  padding: 0.625rem;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}

@media print {
  .bpa-sign-popover__close {
    display: none;
  }
}

.bpa-sign-popover__close.bpa-close-button {
  margin: 0;
  float: none;
}

.bpa-sign-popover__close .bpa-icon {
  float: left;
  fill: #3B3B3A;
}

.bpa-sign-popover__block {
  padding: 3.75rem 1.875rem;
  border-top: 0.125rem solid #3B3B3A;
}

@media only screen and (min-width: 600px) {
  .bpa-sign-popover__block {
    padding: 3.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-sign-popover__block {
    padding: 0.9375rem 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-sign-popover--left .bpa-sign-popover__block {
    padding-right: 3.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-sign-popover--right .bpa-sign-popover__block {
    padding-left: 3.75rem;
  }
}

@media print {
  .bpa-sign-popover__block {
    padding: 1.875rem 0;
    border-top: 0 none;
  }
}

.bpa-sign-popover__title {
  margin-top: -0.5rem;
  margin-bottom: 1.25rem;
  display: block;
  font-family: "GiorgioSansWeb-Bold", Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #3B3B3A;
}

@media only screen and (min-width: 1024px) {
  .bpa-sign-popover__title {
    margin-top: -0.375rem;
    margin-bottom: 0;
    font-size: 1.625rem;
    line-height: 1.6875rem;
  }
}

@media print {
  .bpa-sign-popover__title {
    margin-bottom: 0;
  }
}

.bpa-sign-popover__text {
  margin-top: 0.3125rem;
  color: #3B3B3A;
}

.bpa-sign-popover__text p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: inherit;
}

@media only screen and (min-width: 1024px) {
  .bpa-sign-popover__text p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.bpa-sign-popover .bpa-richtext {
  margin-right: 0;
}

.bpa-sign-popover .bpa-richtext > * {
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.bpa-sign-popover .bpa-richtext > *:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(5) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(7) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(9) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(10) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(11) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(12) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(13) {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(14) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(15) {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(16) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(17) {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(18) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(19) {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

.bpa-sign-popover .bpa-richtext > *:nth-child(20) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

@media print {
  .bpa-sign-popover .bpa-richtext > * {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

/* stylelint-enable order/order */
.bpa-header {
  -webkit-transition: border-bottom 500ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: border-bottom 500ms cubic-bezier(0.2, 1, 0.3, 1);
  background-clip: padding-box;
  border-bottom: 6px solid transparent;
  margin-bottom: -6px;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}

.bpa-shrinked .bpa-header:not(.js-no-shadow) {
  border-bottom: 6px solid rgba(77, 76, 76, 0.2);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bpa-header {
    border-bottom-color: #fff;
  }
}

.bpa-header .bpa-areatitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 45%;
  display: none;
  text-decoration: none;
}

.bpa-header .bpa-areatitle[href]:active .bpa-menu-btn-txt, .bpa-header .bpa-areatitle[href]:hover .bpa-menu-btn-txt, .bpa-header .bpa-areatitle[href]:focus .bpa-menu-btn-txt {
  text-decoration: underline;
}

.bpa-header .bpa-areatitle:before {
  content: '|';
  margin-right: 0.3125rem;
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  .bpa-header .bpa-areatitle {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-header {
    padding: 2.25rem 0 0;
  }
}

.bpa-first-section > .bpa-module-supplement:first-child {
  border-top: 6px solid rgba(77, 76, 76, 0.2);
}

.bpa-brand-meta {
  padding-top: 1.25rem;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .bpa-brand-meta {
    padding-top: 0;
  }
}

.bpa-menu-search {
  padding-top: 0.5625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.625rem;
  line-height: 1.2;
}

.bpa-shrinked .bpa-menu-search {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.bpa-menu-search .bpa-search-items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 600px) {
  .bpa-menu-search .bpa-search-items-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
}

.bpa-menu-search .bpa-search-items .bpa-link-icon {
  display: none;
}

.bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-wrapper {
  line-height: 1.125rem;
}

.bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable {
  fill: #4c4f50;
  width: 2.8125rem;
  height: 1.5625rem;
}

.bpa-porcelain .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable {
  fill: #4c4f50;
}

.bpa-shark .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable,
.bpa-deep-cerulean .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable,
.bpa-twitter .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable,
.bpa-monza .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable,
.bpa-mojo .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable,
.bpa-blue-lagoon .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable,
.bpa-tropical-rain-forest .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable,
.bpa-bossanova .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable,
.bpa-aqua-deep .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable,
.bpa-claret .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable {
  fill: #fff;
}

.bpa-saffron .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable {
  fill: #111314;
}

.bpa-white .bpa-menu-search .bpa-search-items .bpa-link-icon .bpa-icon-tags-disable {
  fill: #4c4f50;
}

.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable {
  fill: #0071ad;
}

.bpa-porcelain .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable, .bpa-porcelain
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable {
  fill: #0071ad;
}

.bpa-shark .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-regal-blue .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-deep-cerulean .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-twitter .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-monza .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-mojo .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-blue-lagoon .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-tropical-rain-forest .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-bossanova .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-aqua-deep .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable,
.bpa-claret .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable, .bpa-shark
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable,
.bpa-regal-blue
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable,
.bpa-deep-cerulean
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable,
.bpa-twitter
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable,
.bpa-monza
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable,
.bpa-mojo
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable,
.bpa-blue-lagoon
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable,
.bpa-tropical-rain-forest
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable,
.bpa-bossanova
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable,
.bpa-aqua-deep
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable,
.bpa-claret
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable {
  fill: #fff;
}

.bpa-saffron .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable, .bpa-saffron
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable {
  fill: #111314;
}

.bpa-white .bpa-menu-search .bpa-search-items .bpa-link-icon[href]:hover .bpa-icon-tags-disable, .bpa-white
.bpa-menu-search .bpa-search-items .bpa-link-icon[href]:focus .bpa-icon-tags-disable {
  fill: #0071ad;
}

@media only screen and (min-width: 600px) {
  .bpa-menu-search .bpa-search-items .bpa-link-icon {
    height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-menu-search {
    max-width: 8.75rem;
  }
  body.bpa-shrinked .bpa-menu-search {
    max-width: none;
  }
}

.bpa-brand-meta {
  margin-bottom: 2.0625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.bpa-shrinked .bpa-brand-meta {
  margin-bottom: 0.9375rem;
}

@media only screen and (min-width: 600px) {
  body.bpa-shrinked .bpa-brand-meta {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-brand-meta {
    margin-bottom: 0;
  }
}

.bpa-header-logo {
  min-width: 12.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.bpa-shrinked .bpa-header-logo {
  min-width: auto;
}

@media print {
  .bpa-header-logo {
    display: table;
  }
  .bpa-header-logo .bpa-icon {
    display: inline-table;
    vertical-align: top;
  }
}

.bpa-header-logo .bpa-icon-bpa-flag {
  margin: 0.0625rem 0 0 0.625rem;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

body.bpa-shrinked .bpa-header-logo .bpa-icon-bpa-flag {
  height: 2rem;
}

.bpa-header-logo .bpa-icon-bpa-type,
.bpa-header-logo .bpa-icon-bpa-type-en,
.bpa-header-logo .bpa-icon-bpa-type-fr,
.bpa-header-logo .bpa-icon-ib-type {
  margin: 0.0625rem 0 0 -0.7125rem;
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

body.bpa-shrinked .bpa-header-logo .bpa-icon-bpa-type, body.bpa-shrinked
.bpa-header-logo .bpa-icon-bpa-type-en, body.bpa-shrinked
.bpa-header-logo .bpa-icon-bpa-type-fr, body.bpa-shrinked
.bpa-header-logo .bpa-icon-ib-type {
  opacity: 0;
  -webkit-transition: all 500ms 500ms ease-in-out;
  transition: all 500ms 500ms ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .bpa-header-mobile-wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .bpa-header-mobile-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-header-mobile-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* stylelint-disable max-nesting-depth */
    /* stylelint-disable selector-max-compound-selectors */
    /* stylelint-enable max-nesting-depth */
    /* stylelint-enable selector-max-compound-selectors */
  }
  .bpa-header-mobile-wrapper .bpa-search-items-wrapper {
    margin: 0 -0.9375rem 0 0;
  }
  .bpa-header-mobile-wrapper .bpa-search-items-wrapper .bpa-search-btn {
    padding: 0 1.3125rem;
  }
  body.bpa-shrinked .bpa-header-mobile-wrapper .bpa-search-items-wrapper {
    height: 100%;
  }
  body.bpa-shrinked .bpa-header-mobile-wrapper .bpa-search-items-wrapper .bpa-search-items,
  body.bpa-shrinked .bpa-header-mobile-wrapper .bpa-search-items-wrapper .bpa-search-items > li {
    height: 100%;
  }
  body.bpa-shrinked .bpa-header-mobile-wrapper .bpa-search-items-wrapper .bpa-search-btn {
    margin: 0;
    height: 100%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 599px) {
  .bpa-header-mobile-wrapper .bpa-search-items-wrapper .bpa-search-btn {
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 374px) {
  .bpa-header-mobile-wrapper .bpa-search-items-wrapper .bpa-search-btn {
    margin: 0;
  }
}

.bpa-footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #9aa0a2;
}

.bpa-footer .bpa-close-button {
  margin-top: -0.625rem;
  margin-right: -1rem;
  float: right;
  z-index: 10;
}

.bpa-footer > .bpa-container:before {
  display: none;
}

.bpa-footer-headline {
  margin: 1.5rem 0 1rem;
  color: #0071ad;
}

.bpa-footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bpa-footer-nav-item {
  padding: 1.4375rem 0 1.125rem;
  width: 100%;
  border-bottom: 1px solid #cfd2d3;
}

.bpa-footer-nav-item:last-child {
  border-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-footer-nav-item {
    padding: 1.75rem 0 1.5rem;
  }
}

.bpa-footer-sub-headline {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: normal;
}

.bpa-footer-social-media {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 599px) {
  .bpa-footer-social-media {
    margin-top: 1.5625rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-footer-social-media {
    margin-bottom: 3.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.bpa-footer-social-text {
  margin: 0 1.875rem 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1360px) {
  .bpa-footer-social-text {
    margin: 0 1.875rem 0.625rem 0;
  }
}

.bpa-footer-social-media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bpa-footer-social-media-item {
  margin-right: 1.125rem;
}

.bpa-footer-social-media-item .bpa-icon-twitter {
  margin-top: -0.0625rem;
  width: 2.125rem;
  height: 1.75rem;
}

.bpa-footer-social-media-item .bpa-icon-facebook {
  margin-top: -0.125rem;
  width: 1.0625rem;
  height: 1.9375rem;
}

.bpa-footer-social-media-item .bpa-icon-youtube {
  width: 2.3125rem;
  height: 1.625rem;
}

.bpa-footer-social-media-item .bpa-icon-instagram {
  margin-top: -0.125rem;
  width: 1.9375rem;
  height: 1.9375rem;
}

@media only screen and (min-width: 600px) {
  .bpa-footer-social-media-item:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-footer-social-media-item {
    margin-right: 2.375rem;
  }
}

.bpa-footer-meta-nav .bpa-link-small,
.bpa-footer-copyright-nav .bpa-link-small {
  color: #63686a;
}

.bpa-footer-meta-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bpa-footer-meta-nav .bpa-icon-wrapper {
  white-space: nowrap;
}

@media only screen and (max-width: 599px) {
  .bpa-footer-meta-nav {
    margin-top: 1.5rem;
    padding: 1.25rem 0 0;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-footer-meta-nav {
    padding: 1.25rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bpa-footer-meta-nav:not(:last-child) {
    border-bottom: 1px solid #cfd2d3;
  }
}

.bpa-language-links,
.bpa-footer-copyright,
.bpa-footer-legal-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-language-links .bpa-list-item,
.bpa-footer-copyright .bpa-list-item,
.bpa-footer-legal-links .bpa-list-item {
  margin-right: 1.5rem;
}

.bpa-language-links .bpa-list-item:last-of-type,
.bpa-footer-copyright .bpa-list-item:last-of-type,
.bpa-footer-legal-links .bpa-list-item:last-of-type {
  margin-right: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-language-links,
  .bpa-footer-copyright,
  .bpa-footer-legal-links {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bpa-language-links:only-child,
  .bpa-footer-copyright:only-child,
  .bpa-footer-legal-links:only-child {
    width: 100%;
    max-width: 100%;
  }
}

.bpa-accessibility-links {
  padding-bottom: 0;
  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;
  border-bottom: #63686a;
}

.bpa-accessibility-links .bpa-list-item {
  margin: 0 1.5rem 0.75rem 0;
}

.bpa-accessibility-links .bpa-link-small .bpa-icon {
  margin-right: 0.75rem;
  display: inline;
  fill: #63686a;
}

@media only screen and (min-width: 600px) {
  .bpa-accessibility-links {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 341px) {
  .bpa-accessibility-links .bpa-link-small {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-language-links .bpa-link-small {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-language-links {
    margin-top: 1.125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bpa-language-links .bpa-link-small {
    display: inline-block;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-language-links:only-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.bpa-footer-copyright-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 599px) {
  .bpa-footer-copyright-nav {
    padding: 0 0 2.875rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-footer-copyright-nav {
    padding: 1.5rem 0 2.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.bpa-footer-copyright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #63686a;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 599px) {
  .bpa-footer-copyright {
    margin-top: 3.25rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-footer-copyright {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.9375em;
    line-height: 1.6em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.bpa-footer-legal-links {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .bpa-footer-legal-links {
    margin-top: 1rem;
    padding-top: 1.125rem;
    border-top: 1px solid #cfd2d3;
  }
  .bpa-footer-legal-links .bpa-link-small {
    display: inline-block;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-footer-legal-links {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.bpa-footer-padding {
  padding: 3.8461538462%;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .bpa-footer-padding {
    padding: 7.6923076923%;
  }
}

.bpa-footer-btn {
  padding-bottom: 3.125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bpa-footer-backtotop {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-footer-backtotop .bpa-icon-to-top {
  fill: #63686a;
}

.bpa-footer-navigation {
  background-color: #eeeff1;
}

.bpa-footer-navigation-headline {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  line-height: 2rem;
}

.bpa-footer-navigation .bpa-horizontal {
  margin: 0;
  padding: 0;
  width: 100%;
  position: static;
  z-index: 0;
}

.bpa-footer-navigation .bpa-horizontal-dropout.bpa-open {
  padding-right: 0;
  padding-left: 0;
}

.bpa-footer-navigation .bpa-horizontal-item .bpa-toggledown-content {
  padding-right: 4.1666666667%;
  padding-left: 4.1666666667%;
}

@media only screen and (min-width: 1024px) {
  .bpa-footer-navigation .bpa-horizontal-item .bpa-toggledown-content {
    padding-left: 5%;
  }
}

.bpa-nav-meta {
  max-width: calc(100vw - 270px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  .bpa-nav-meta {
    display: none;
  }
}

.bpa-nav-meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
}

.bpa-nav-meta-list .bpa-nav-meta-list-item {
  margin-left: 1.5625rem;
  text-transform: uppercase;
}

.bpa-nav-meta-list .bpa-nav-meta-list-item a {
  color: #63686a;
}

.bpa-nav-meta-list .bpa-nav-meta-list-item .bpa-icon {
  fill: #63686a;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .bpa-nav-meta-list .bpa-nav-meta-list-item:nth-child(-n + 3) {
    display: none;
  }
}

.bpa-meta-menu-button {
  padding: 0rem 0.125rem;
  width: 1.375rem;
  height: 1.5625rem;
  overflow: hidden;
}

.bpa-meta-menu-button .bpa-icon-wrapper {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: block;
}

.js-active .bpa-meta-menu-button .bpa-icon-wrapper {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.bpa-meta-menu-button .bpa-icon {
  -webkit-transition: all 500ms 500ms ease-in-out;
  transition: all 500ms 500ms ease-in-out;
}

.bpa-nav-meta-flyout {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 6px solid rgba(77, 76, 76, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
}

.bpa-nav-meta-flyout .bpa-footer-headline {
  margin-top: 0;
}

.bpa-nav-meta-flyout .bpa-icon-close {
  fill: #63686a;
}

.bpa-nav-meta-flyout .bpa-footer-nav-list {
  margin-bottom: 1.25em;
  min-height: 9.6em;
  max-height: calc(100vh - 28.75em);
  overflow-y: auto;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item,
.bpa-nav-meta-flyout .bpa-footer-social-media,
.bpa-nav-meta-flyout .bpa-footer-meta-nav {
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(1),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(1),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(1) {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(2),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(2),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(3),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(3),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(3) {
  -webkit-transition-delay: 225ms;
          transition-delay: 225ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(4),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(4),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(4) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(5),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(5),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(5) {
  -webkit-transition-delay: 375ms;
          transition-delay: 375ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(6),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(6),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(6) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(7),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(7),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(7) {
  -webkit-transition-delay: 525ms;
          transition-delay: 525ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(8),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(8),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(8) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(9),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(9),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(9) {
  -webkit-transition-delay: 675ms;
          transition-delay: 675ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(10),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(10),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(10) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(11),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(11),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(11) {
  -webkit-transition-delay: 825ms;
          transition-delay: 825ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(12),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(12),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(12) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(13),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(13),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(13) {
  -webkit-transition-delay: 975ms;
          transition-delay: 975ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(14),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(14),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(14) {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(15),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(15),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(15) {
  -webkit-transition-delay: 1125ms;
          transition-delay: 1125ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(16),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(16),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(16) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(17),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(17),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(17) {
  -webkit-transition-delay: 1275ms;
          transition-delay: 1275ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(18),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(18),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(18) {
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(19),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(19),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(19) {
  -webkit-transition-delay: 1425ms;
          transition-delay: 1425ms;
}

.bpa-nav-meta-flyout .bpa-footer-nav-item:nth-child(20),
.bpa-nav-meta-flyout .bpa-footer-social-media:nth-child(20),
.bpa-nav-meta-flyout .bpa-footer-meta-nav:nth-child(20) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.bpa-nav-meta-flyout.js-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bpa-nav-meta-flyout.js-active .bpa-footer-nav-item,
.bpa-nav-meta-flyout.js-active .bpa-footer-social-media,
.bpa-nav-meta-flyout.js-active .bpa-footer-meta-nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 599px) {
  .bpa-nav-meta-flyout {
    display: none;
  }
}

body.bpa-meta-nav-open {
  overflow: hidden;
}

.bpa-flyout-container {
  margin-top: 9.125rem;
}

.bpa-app-view .bpa-flyout-container {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .bpa-flyout-container .bpa-module-full-hero {
    padding-right: 3.8461538462%;
    padding-left: 3.8461538462%;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-flyout-container {
    margin-top: 13rem;
  }
}

.bpa-flyout-inner-separator {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-top: 1px dotted #9aa0a2;
}

@media only screen and (min-width: 600px) {
  .bpa-flyout-inner-separator {
    margin: 0.5rem 0;
    border-top: 1px solid #cfd2d3;
  }
}

.bpa-flyout-content {
  display: none;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 1024px) {
  .bpa-flyout-content {
    width: 73.125rem;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1169px) {
  .bpa-flyout-content {
    width: 100%;
    left: 0;
  }
}

.bpa-flyout-main {
  padding-top: 3.8461538462%;
  padding-right: 3.8461538462%;
  padding-left: 3.8461538462%;
  background-color: #eeeff1;
}

@media only screen and (min-width: 1170px) {
  .bpa-flyout-main {
    padding-right: 28px;
  }
}

.bpa-flyout-navigation {
  margin-left: -4.1666666667%;
  position: relative;
}

.bpa-flyout-navigation .bpa-footer {
  background-color: #fff;
  border-top: 2px solid #9aa0a2;
}

@media only screen and (min-width: 1024px) {
  .bpa-flyout-navigation .bpa-container {
    margin-right: 0;
    margin-left: 0;
  }
}

.bpa-flyout-navigation .bpa-teaser-banner {
  margin: 0 1.25rem;
  width: auto;
}

@media only screen and (min-width: 600px) {
  .bpa-flyout-navigation .bpa-teaser-banner {
    max-width: 50%;
  }
}

.bpa-flyout-navigation .bpa-teaser-banner + .bpa-teaser-banner {
  display: none;
}

@media only screen and (min-width: 600px) {
  .bpa-flyout-navigation .bpa-teaser-banner + .bpa-teaser-banner {
    display: block;
  }
}

.bpa-horizontal {
  padding-bottom: 4rem;
  position: relative;
  background-color: #fff;
}

.bpa-horizontal-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow: hidden;
}

.bpa-horizontal-icon .bpa-icon {
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.bpa-horizontal-dropout {
  width: 100%;
  position: absolute;
}

.bpa-footer-navigation .bpa-horizontal-dropout {
  position: relative;
}

.bpa-horizontal-dropout::before {
  content: '';
  display: block;
  border-top: 1px solid #cfd2d3;
}

.bpa-horizontal-dropout.bpa-open {
  padding-right: 4.1666666667%;
  padding-left: 4.1666666667%;
  background-color: #eeeff1;
}

.bpa-horizontal-dropout.bpa-open .bpa-toggledown-title .bpa-toggledown-text {
  max-width: calc(100% - 25px);
  display: inline-block;
}

.bpa-horizontal-dropout.bpa-open::before {
  display: none;
}

.bpa-horizontal-nav {
  margin: 0.9375rem 3.8461538462%;
  max-height: 2rem;
  overflow: hidden;
  white-space: nowrap;
}

.bpa-open .bpa-horizontal-nav {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-height: 1000vh;
  overflow: visible;
  white-space: normal;
}

.bpa-footer-navigation + .bpa-footer-navigation .bpa-open .bpa-horizontal-nav {
  padding-top: 0;
}

@media only screen and (min-width: 1024px) {
  .bpa-open .bpa-horizontal-nav {
    padding-top: 3rem;
  }
}

.bpa-footer-navigation .bpa-horizontal-nav {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .bpa-topic-overview .bpa-horizontal-nav {
    -webkit-columns: 1;
            columns: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-horizontal-nav {
    margin: 0.9375rem 0;
  }
}

.bpa-horizontal-list {
  display: inline-block;
  vertical-align: top;
}

.bpa-open .bpa-horizontal-list {
  padding: 0 4.1666666667%;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .bpa-open .bpa-horizontal-list {
    width: 50%;
  }
}

.bpa-footer-navigation .bpa-horizontal-list {
  padding: 0 4.5454545455%;
}

.bpa-horizontal-title {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  display: none;
}

.bpa-open .bpa-horizontal-title {
  display: block;
  position: absolute;
}

.bpa-horizontal-title .bpa-icon-link-external {
  margin-top: -2px;
  margin-right: 0.3125rem;
  margin-left: 1px;
  fill: #0071ad;
}

.bpa-open .bpa-horizontal-title + .bpa-horizontal-nav .bpa-horizontal-wrap {
  padding-top: 1.125rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-open .bpa-horizontal-title + .bpa-horizontal-nav .bpa-horizontal-wrap {
    padding-top: 1.625rem;
  }
}

.bpa-open .bpa-horizontal-areatitle {
  display: none !important;
}

@media only screen and (min-width: 600px) {
  .bpa-horizontal-areatitle {
    display: none;
  }
  .bpa-app-view .bpa-horizontal-areatitle {
    display: block;
  }
}

.bpa-horizontal-item:first-child {
  padding-left: 0;
}

.bpa-horizontal-list + .bpa-horizontal-list .bpa-horizontal-item:first-child {
  padding-left: 0.9375rem;
}

.bpa-open .bpa-horizontal-list + .bpa-horizontal-list .bpa-horizontal-item:first-child {
  padding-left: 0;
}

.bpa-horizontal-item {
  padding: 0 0.9375rem;
  display: inline-block;
}

.bpa-open .bpa-horizontal-item {
  padding: 1.125rem 0;
  display: block;
  border-bottom: 1px dotted #63686a;
}

.bpa-horizontal-item.bpa-open .bpa-toggledown-title {
  color: #0071ad;
}

.bpa-horizontal-item li {
  padding: 1.125rem 0;
  border-top: 1px solid transparent;
}

.bpa-horizontal-item li:first-child {
  padding-top: 0;
}

.bpa-horizontal-item li:last-child {
  padding-bottom: 0;
}

.bpa-horizontal-item .bpa-link-flyout-default + ul li:first-child {
  padding-top: 1.125rem;
}

.bpa-horizontal-item .bpa-toggledown-indicator, .bpa-horizontal-item.bpa-drop {
  display: none;
}

.bpa-open .bpa-horizontal-item .bpa-toggledown-indicator, .bpa-open .bpa-horizontal-item.bpa-drop {
  display: block;
}

.bpa-horizontal .bpa-open .bpa-link-flyout-focus,
.bpa-horizontal .bpa-open .bpa-link-flyout-default,
.bpa-horizontal .bpa-open .bpa-toggledown-indicator {
  display: block;
  border-bottom: 1px solid transparent;
  border-bottom-width: 0.125rem;
}

.bpa-horizontal-toggle {
  display: none;
}

.bpa-horizontal-toggle.bpa-show {
  padding: 0.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-span: all;
          column-span: all;
}

.bpa-horizontal-toggle.bpa-show:first-child {
  /* stylelint-disable max-nesting-depth */
}

.bpa-app-view .bpa-horizontal-toggle.bpa-show:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 599px) {
  .bpa-horizontal-toggle.bpa-show:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bpa-horizontal-toggle.bpa-show:last-child {
  /* stylelint-enable */
}

@media only screen and (min-width: 600px) {
  .bpa-horizontal-toggle.bpa-show:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .bpa-app-view .bpa-horizontal-toggle.bpa-show:last-child {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-horizontal-toggle.bpa-show:last-child {
    right: 3.8461538462%;
  }
}

.bpa-open .bpa-horizontal-toggle.bpa-show {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable */
}

@media only screen and (min-width: 1024px) {
  .bpa-open .bpa-horizontal-toggle.bpa-show {
    width: auto;
    position: absolute;
    top: 1rem;
    right: 3.8461538462%;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-horizontal-toggle.bpa-show {
    padding: 0;
  }
}

.bpa-open .bpa-horizontal-toggle .bpa-icon-close {
  -webkit-transform: translateY(-0.5rem) translateZ(0);
          transform: translateY(-0.5rem) translateZ(0);
}

.bpa-horizontal-toggle .bpa-icon-plus {
  -webkit-transform: translateY(0.5rem) translateZ(0);
          transform: translateY(0.5rem) translateZ(0);
}

.bpa-horizontal-toggle .bpa-icon-close {
  -webkit-transform: translateY(1.25rem) translateZ(0);
          transform: translateY(1.25rem) translateZ(0);
}

.bpa-open .bpa-horizontal-toggle .bpa-icon-plus {
  -webkit-transform: translateY(-2rem) translateZ(0);
          transform: translateY(-2rem) translateZ(0);
}

.bpa-horizontal-togglebtn {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-open .bpa-horizontal-togglebtn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
  position: static;
}

@media only screen and (min-width: 600px) {
  .bpa-open .bpa-horizontal-togglebtn {
    margin: 0 -0.5rem 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-horizontal-togglebtn {
    margin: 0 3.8461538462% 0;
  }
  .bpa-app-view .bpa-horizontal-togglebtn {
    margin: 0;
  }
}

.bpa-toggledown-item .bpa-horizontal-title {
  padding-top: 0;
  padding-bottom: 1.125rem;
  border-top: 1px solid transparent;
}

.bpa-horizontal .bpa-flyout-closearea {
  display: none;
}

.bpa-horizontal .bpa-open .bpa-flyout-closearea {
  display: block;
}

.bpa-open .bpa-horizontal-wrap {
  margin: 0 -4.5454545455%;
  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;
}

.bpa-footer-navigation .bpa-open .bpa-horizontal-wrap {
  margin: 0 -5%;
}

.bpa-horizontal .bpa-icon {
  width: 0.875rem;
  height: 0.875rem;
}

.bpa-horizontal .bpa-icon-plus {
  fill: #0071ad;
}

.bpa-horizontal .bpa-icon-close {
  fill: #63686a;
}

.bpa-horizontal .bpa-active {
  color: #0071ad;
}

.bpa-search {
  margin-left: -4.1666666667%;
  position: relative;
}

.bpa-search .bpa-search-inner {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 73.125rem;
  overflow-y: auto;
  display: none;
  position: fixed;
}

.bpa-porcelain .bpa-search .bpa-search-inner {
  background-color: #eeeff1;
}

.bpa-shark .bpa-search .bpa-search-inner {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-search .bpa-search-inner {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-search .bpa-search-inner {
  background-color: #0071ad;
}

.bpa-twitter .bpa-search .bpa-search-inner {
  background-color: #1da1f2;
}

.bpa-monza .bpa-search .bpa-search-inner {
  background-color: #c0003c;
}

.bpa-saffron .bpa-search .bpa-search-inner {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-search .bpa-search-inner {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-search .bpa-search-inner {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-search .bpa-search-inner {
  background-color: #00854a;
}

.bpa-bossanova .bpa-search .bpa-search-inner {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-search .bpa-search-inner {
  background-color: #005c45;
}

.bpa-claret .bpa-search .bpa-search-inner {
  background-color: #780f2d;
}

.bpa-white .bpa-search .bpa-search-inner {
  background-color: #fff;
}

@media only screen and (max-width: 1169px) {
  .bpa-search .bpa-search-inner {
    width: 100%;
    left: 0;
  }
}

.bpa-search .bpa-search-freqaz {
  padding-right: 3.8461538462%;
  padding-left: 3.8461538462%;
}

.bpa-search .bpa-search-freqsearch-desc {
  color: #4c4f50;
  margin-top: 0.75rem;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 2.625rem;
}

.bpa-porcelain .bpa-search .bpa-search-freqsearch-desc {
  color: #4c4f50;
}

.bpa-shark .bpa-search .bpa-search-freqsearch-desc {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search .bpa-search-freqsearch-desc,
.bpa-deep-cerulean .bpa-search .bpa-search-freqsearch-desc,
.bpa-twitter .bpa-search .bpa-search-freqsearch-desc,
.bpa-monza .bpa-search .bpa-search-freqsearch-desc,
.bpa-mojo .bpa-search .bpa-search-freqsearch-desc,
.bpa-blue-lagoon .bpa-search .bpa-search-freqsearch-desc,
.bpa-tropical-rain-forest .bpa-search .bpa-search-freqsearch-desc,
.bpa-bossanova .bpa-search .bpa-search-freqsearch-desc,
.bpa-aqua-deep .bpa-search .bpa-search-freqsearch-desc,
.bpa-claret .bpa-search .bpa-search-freqsearch-desc {
  color: #fff;
}

.bpa-saffron .bpa-search .bpa-search-freqsearch-desc {
  color: #111314;
}

.bpa-white .bpa-search .bpa-search-freqsearch-desc {
  color: #4c4f50;
}

.bpa-search .bpa-search-freqsearch-list {
  margin-bottom: 2.625rem;
  max-height: 30vh;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1023px) {
  .bpa-search .bpa-search-freqsearch-list {
    margin-bottom: 1.375rem;
  }
}

.bpa-search .bpa-link {
  color: #111314;
  margin-bottom: 1.375rem;
  font-size: 1.375rem;
  line-height: 2.625rem;
}

.bpa-porcelain .bpa-search .bpa-link,
.bpa-saffron .bpa-search .bpa-link {
  color: #111314;
}

.bpa-shark .bpa-search .bpa-link,
.bpa-regal-blue .bpa-search .bpa-link,
.bpa-deep-cerulean .bpa-search .bpa-link,
.bpa-twitter .bpa-search .bpa-link,
.bpa-monza .bpa-search .bpa-link,
.bpa-mojo .bpa-search .bpa-link,
.bpa-blue-lagoon .bpa-search .bpa-link,
.bpa-tropical-rain-forest .bpa-search .bpa-link,
.bpa-bossanova .bpa-search .bpa-link,
.bpa-aqua-deep .bpa-search .bpa-link,
.bpa-claret .bpa-search .bpa-link {
  color: #fff;
}

.bpa-white .bpa-search .bpa-link {
  color: #111314;
}

@media only screen and (max-width: 599px) {
  .bpa-search .bpa-link {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-search .bpa-link {
    margin-bottom: 0;
    top: 1.5rem;
    font-size: 1.5rem;
  }
}

.bpa-search .bpa-icon-tags-disable {
  fill: #4c4f50;
  margin-top: -0.375rem;
  margin-left: 0.5rem;
  width: 2.8125rem;
  height: 1.5625rem;
}

.bpa-porcelain .bpa-search .bpa-icon-tags-disable {
  fill: #4c4f50;
}

.bpa-shark .bpa-search .bpa-icon-tags-disable {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-search .bpa-icon-tags-disable,
.bpa-deep-cerulean .bpa-search .bpa-icon-tags-disable,
.bpa-twitter .bpa-search .bpa-icon-tags-disable,
.bpa-monza .bpa-search .bpa-icon-tags-disable,
.bpa-mojo .bpa-search .bpa-icon-tags-disable,
.bpa-blue-lagoon .bpa-search .bpa-icon-tags-disable,
.bpa-tropical-rain-forest .bpa-search .bpa-icon-tags-disable,
.bpa-bossanova .bpa-search .bpa-icon-tags-disable,
.bpa-aqua-deep .bpa-search .bpa-icon-tags-disable,
.bpa-claret .bpa-search .bpa-icon-tags-disable {
  fill: #fff;
}

.bpa-saffron .bpa-search .bpa-icon-tags-disable {
  fill: #111314;
}

.bpa-white .bpa-search .bpa-icon-tags-disable {
  fill: #4c4f50;
}

.bpa-search .bpa-search-allAZLink {
  padding-bottom: 1.75rem;
}

.react-slidedown {
  height: 0;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.react-slidedown.transitioning {
  overflow-y: hidden;
}

.react-slidedown.closed {
  display: none;
}

.bpa-search-results {
  position: relative;
  /*To remove button from IE11*/
}

.bpa-search-results .bpa-search-results-inner {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-inner {
  background-color: #eeeff1;
}

.bpa-shark .bpa-search-results .bpa-search-results-inner {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-inner {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-search-results .bpa-search-results-inner {
  background-color: #0071ad;
}

.bpa-twitter .bpa-search-results .bpa-search-results-inner {
  background-color: #1da1f2;
}

.bpa-monza .bpa-search-results .bpa-search-results-inner {
  background-color: #c0003c;
}

.bpa-saffron .bpa-search-results .bpa-search-results-inner {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-search-results .bpa-search-results-inner {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-search-results .bpa-search-results-inner {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-inner {
  background-color: #00854a;
}

.bpa-bossanova .bpa-search-results .bpa-search-results-inner {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-search-results .bpa-search-results-inner {
  background-color: #005c45;
}

.bpa-claret .bpa-search-results .bpa-search-results-inner {
  background-color: #780f2d;
}

.bpa-white .bpa-search-results .bpa-search-results-inner {
  background-color: #fff;
}

.bpa-search-results .bpa-search-results-filter {
  margin-bottom: 1.25rem;
  padding-right: 3.8461538462%;
  padding-left: 3.8461538462%;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-filter {
    margin-bottom: 1.125rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-search-results .bpa-search-results-filterbar {
    padding-top: 2.875rem;
    position: relative;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bpa-search-results .bpa-search-results-item {
  display: inline;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-item {
    border-bottom: 1px dotted #9aa0a2;
    padding-top: 0.625rem;
    padding-right: 0;
    padding-bottom: 0.625rem;
    width: 100%;
  }
  .bpa-porcelain .bpa-search-results .bpa-search-results-item,
  .bpa-shark .bpa-search-results .bpa-search-results-item {
    border-bottom: 1px dotted #9aa0a2;
  }
  .bpa-regal-blue .bpa-search-results .bpa-search-results-item,
  .bpa-deep-cerulean .bpa-search-results .bpa-search-results-item,
  .bpa-twitter .bpa-search-results .bpa-search-results-item,
  .bpa-monza .bpa-search-results .bpa-search-results-item,
  .bpa-mojo .bpa-search-results .bpa-search-results-item,
  .bpa-blue-lagoon .bpa-search-results .bpa-search-results-item,
  .bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-item,
  .bpa-bossanova .bpa-search-results .bpa-search-results-item,
  .bpa-aqua-deep .bpa-search-results .bpa-search-results-item,
  .bpa-claret .bpa-search-results .bpa-search-results-item {
    border-bottom: 1px dotted #fff;
  }
  .bpa-saffron .bpa-search-results .bpa-search-results-item {
    border-bottom: 1px dotted #111314;
  }
  .bpa-white .bpa-search-results .bpa-search-results-item {
    border-bottom: 1px dotted #9aa0a2;
  }
}

.bpa-search-results .bpa-search-results-accordion-btn {
  margin-top: 0.625rem;
  margin-right: 1.75rem;
  font-size: 1.375rem;
  line-height: 2.25rem;
  overflow: hidden;
}

.bpa-search-results .bpa-search-results-accordion-btn[disabled] {
  pointer-events: none;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}

.bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title {
  color: #4c4f50;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title {
  color: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title,
.bpa-twitter .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title,
.bpa-monza .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title,
.bpa-mojo .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title,
.bpa-bossanova .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title,
.bpa-claret .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title {
  color: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title {
  color: #4c4f50;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title {
  color: #9aa0a2;
}

.bpa-shark .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-title {
  color: #4c4f50;
}

.bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon,
.bpa-twitter .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon,
.bpa-monza .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon,
.bpa-mojo .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon,
.bpa-bossanova .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon,
.bpa-claret .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon {
  fill: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon {
  fill: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon {
  fill: #9aa0a2;
}

.bpa-shark .bpa-search-results .bpa-search-results-accordion-btn[disabled] .bpa-search-results-accordion-icon {
  fill: #4c4f50;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-accordion-btn {
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.1875rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-search-results .bpa-search-results-accordion-btn {
    font-size: 1.5rem;
  }
}

.bpa-search-results .bpa-search-results-accordion-btn span {
  color: #111314;
  white-space: nowrap;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-saffron .bpa-search-results .bpa-search-results-accordion-btn span {
  color: #111314;
}

.bpa-shark .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-regal-blue .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-twitter .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-monza .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-mojo .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-bossanova .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-accordion-btn span,
.bpa-claret .bpa-search-results .bpa-search-results-accordion-btn span {
  color: #fff;
}

.bpa-white .bpa-search-results .bpa-search-results-accordion-btn span {
  color: #111314;
}

.bpa-search-results .bpa-search-results-icon-group {
  margin-left: 0.5rem;
  width: 1.25rem;
  height: 1px;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 500ms linear;
  transition: -webkit-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-icon-group {
    width: 1rem;
  }
}

.bpa-search-results .bpa-search-results-accordion-icon {
  fill: #4c4f50;
  display: block;
  position: absolute;
  bottom: 0;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-accordion-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-search-results-accordion-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-accordion-icon,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-accordion-icon,
.bpa-twitter .bpa-search-results .bpa-search-results-accordion-icon,
.bpa-monza .bpa-search-results .bpa-search-results-accordion-icon,
.bpa-mojo .bpa-search-results .bpa-search-results-accordion-icon,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-accordion-icon,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-accordion-icon,
.bpa-bossanova .bpa-search-results .bpa-search-results-accordion-icon,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-accordion-icon,
.bpa-claret .bpa-search-results .bpa-search-results-accordion-icon {
  fill: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-accordion-icon {
  fill: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-accordion-icon {
  fill: #4c4f50;
}

.bpa-search-results .bpa-search-results-bar {
  padding-right: 3.8461538462%;
  padding-left: 3.8461538462%;
}

.bpa-search-results .bpa-search-results-bar-checkboxes {
  margin-right: 1.75rem;
  padding-top: 0.875rem;
}

.bpa-search-results .bpa-icon-dropdown {
  width: 1.25rem;
  height: 1.25rem;
  top: -0.9375rem;
}

.bpa-search-results .bpa-search-results-icon-up {
  top: -2.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bpa-search-results .bpa-icon-plus {
  fill: #4c4f50;
  width: 0.875rem;
  height: 0.875rem;
  top: 0.375rem;
}

.bpa-porcelain .bpa-search-results .bpa-icon-plus {
  fill: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-icon-plus {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-icon-plus,
.bpa-deep-cerulean .bpa-search-results .bpa-icon-plus,
.bpa-twitter .bpa-search-results .bpa-icon-plus,
.bpa-monza .bpa-search-results .bpa-icon-plus,
.bpa-mojo .bpa-search-results .bpa-icon-plus,
.bpa-blue-lagoon .bpa-search-results .bpa-icon-plus,
.bpa-tropical-rain-forest .bpa-search-results .bpa-icon-plus,
.bpa-bossanova .bpa-search-results .bpa-icon-plus,
.bpa-aqua-deep .bpa-search-results .bpa-icon-plus,
.bpa-claret .bpa-search-results .bpa-icon-plus {
  fill: #fff;
}

.bpa-saffron .bpa-search-results .bpa-icon-plus {
  fill: #111314;
}

.bpa-white .bpa-search-results .bpa-icon-plus {
  fill: #4c4f50;
}

.bpa-search-results .bpa-icon-close {
  width: 0.75rem;
  height: 0.75rem;
  top: -1.625rem;
}

.bpa-search-results .bpa-search-results-opened {
  border-bottom: 2px solid #9aa0a2;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-opened,
.bpa-shark .bpa-search-results .bpa-search-results-opened {
  border-bottom: 2px solid #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-opened,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-opened,
.bpa-twitter .bpa-search-results .bpa-search-results-opened,
.bpa-monza .bpa-search-results .bpa-search-results-opened,
.bpa-mojo .bpa-search-results .bpa-search-results-opened,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-opened,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-opened,
.bpa-bossanova .bpa-search-results .bpa-search-results-opened,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-opened,
.bpa-claret .bpa-search-results .bpa-search-results-opened {
  border-bottom: 2px solid #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-opened {
  border-bottom: 2px solid #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-opened {
  border-bottom: 2px solid #9aa0a2;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-opened {
    border-bottom: none;
  }
}

.bpa-search-results .bpa-search-results-opened .bpa-search-results-title {
  color: #0071ad;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-opened .bpa-search-results-title {
  color: #0071ad;
}

.bpa-shark .bpa-search-results .bpa-search-results-opened .bpa-search-results-title {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-opened .bpa-search-results-title,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-opened .bpa-search-results-title,
.bpa-twitter .bpa-search-results .bpa-search-results-opened .bpa-search-results-title,
.bpa-monza .bpa-search-results .bpa-search-results-opened .bpa-search-results-title,
.bpa-mojo .bpa-search-results .bpa-search-results-opened .bpa-search-results-title,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-opened .bpa-search-results-title,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-opened .bpa-search-results-title,
.bpa-bossanova .bpa-search-results .bpa-search-results-opened .bpa-search-results-title,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-opened .bpa-search-results-title,
.bpa-claret .bpa-search-results .bpa-search-results-opened .bpa-search-results-title {
  color: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-opened .bpa-search-results-title {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-opened .bpa-search-results-title {
  color: #0071ad;
}

.bpa-search-results .bpa-search-results-mobile-title {
  color: #111314;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: "BundesSansWeb-Bold";
}

.bpa-porcelain .bpa-search-results .bpa-search-results-mobile-title,
.bpa-saffron .bpa-search-results .bpa-search-results-mobile-title {
  color: #111314;
}

.bpa-shark .bpa-search-results .bpa-search-results-mobile-title,
.bpa-regal-blue .bpa-search-results .bpa-search-results-mobile-title,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-mobile-title,
.bpa-twitter .bpa-search-results .bpa-search-results-mobile-title,
.bpa-monza .bpa-search-results .bpa-search-results-mobile-title,
.bpa-mojo .bpa-search-results .bpa-search-results-mobile-title,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-mobile-title,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-mobile-title,
.bpa-bossanova .bpa-search-results .bpa-search-results-mobile-title,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-mobile-title,
.bpa-claret .bpa-search-results .bpa-search-results-mobile-title {
  color: #fff;
}

.bpa-white .bpa-search-results .bpa-search-results-mobile-title {
  color: #111314;
}

.bpa-search-results .bpa-search-results-opened .bpa-search-results-icon-group {
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-opened .bpa-search-results-icon-group {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
}

.bpa-search-results .bpa-search-results-checkboxes {
  margin-top: 1.625rem;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-checkboxes {
    margin-top: 0.375rem;
  }
}

.bpa-search-results .bpa-search-results-list-checkboxes {
  max-height: 40vh;
  position: relative;
  overflow-y: auto;
}

.bpa-search-results .bpa-search-results-checkbox {
  margin-right: 1.125rem;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-checkbox {
    margin-right: 0.5rem;
  }
}

.bpa-search-results .bpa-search-results-checkbox-lbl {
  color: #111314;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 2rem;
  white-space: nowrap;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-saffron .bpa-search-results .bpa-search-results-checkbox-lbl {
  color: #111314;
}

.bpa-shark .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-regal-blue .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-twitter .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-monza .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-mojo .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-bossanova .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-checkbox-lbl,
.bpa-claret .bpa-search-results .bpa-search-results-checkbox-lbl {
  color: #fff;
}

.bpa-white .bpa-search-results .bpa-search-results-checkbox-lbl {
  color: #111314;
}

.bpa-search-results .bpa-search-results-checkbox-lbl .bpa-signLanguage::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMyI+PGcgaWQ9IjI5OTM1OWYwLTgzNGEtNGQ5Yy1iMjgxLTEyMjY5MDQxMWEzZCIgZGF0YS1uYW1lPSJzaWduLWxhbmd1YWdlIiBmaWxsPSIjNGM0ZjUwIj48cGF0aCBkPSJNMy4wOCw5Ljg3LDguODksNi4wNkExLjU3LDEuNTcsMCwwLDEsMTAsNS43M2ExLDEsMCwwLDEsLjcxLjY1LjY1LjY1LDAsMCwxLS4xMi43Nyw1LjI4LDUuMjgsMCwwLDEtLjg2Ljc1bC0zLDIuMjlhLjQ4LjQ4LDAsMCwwLS4xNS42M2MuMTEuMjEuNC4zNS44NS40Mmw5LjQzLDEuMzNhLjc0Ljc0LDAsMCwxLC41Ni4yNC43Ni43NiwwLDAsMSwuMjIuNTYuNzkuNzksMCwwLDEtLjc4Ljc4bC02LjI4LS41MWMtLjI3LDAtLjQyLjA5LS40My4yN3MuMTMuMzIuNDMuNGw2LjQ5LDEuNjJhLjcxLjcxLDAsMCwxLC41OC45MWMtLjA5LjQ3LS40NS42NC0xLjA3LjVsLTYuMTgtMS4xOGMtLjM2LS4wNy0uNTcsMC0uNjMuMjZzLjA3LjQzLjM4LjU2bDUuMTIsMS44OGEuNjUuNjUsMCwwLDEsLjI3LjI1LjYuNiwwLDAsMSwuMTIuMzYuNjcuNjcsMCwwLDEtLjIxLjUuNy43LDAsMCwxLS40OS4yaC0uMThMOS40LDE4LjQ5Yy0uMzUtLjExLS41OC0uMDYtLjY3LjE0czAsLjM5LjMxLjU2TDEyLjU2LDIxYS41Ni41NiwwLDAsMSwuMjMuNzFjLS4wOS4zMy0uNDIuMzktMSwuMTdxLTguMTUtMy05LjU2LTQuMUE1LDUsMCwwLDEsMSwxNi4wNSw0Ljg5LDQuODksMCwwLDEsLjUsMTMuOTJhNC45NCw0Ljk0LDAsMCwxLC4wOC0uODcsOC40MSw4LjQxLDAsMCwxLC4yMS0uODMsMTAuNCwxMC40LDAsMCwxLDEtMS4yN0E4LjM3LDguMzcsMCwwLDEsMy4wNiw5Ljg5Wk01LjM3LDJDNSw0LDQuNyw1Ljc2LDQuNTUsNy4zNUw3LjQ0LDUuNDYsNy4xMSwxLjY5QzcsMS4xNiw2LjczLjkyLDYuMjYsMXMtLjc2LjM5LS44NywxWk0xMS4yLDQuODdsNS41OS0zLjYzQS44My44MywwLDAsMSwxOCwxLjQ5YS45LjksMCwwLDEtLjI5LDEuMzFMMTMuMjcsNi40OWEuMzcuMzcsMCwwLDAsMCwuNTguNDIuNDIsMCwwLDAsLjYyLDBsNS44NS0zLjg5YS44Mi44MiwwLDAsMSwxLjMxLjMyQTEsMSwwLDAsMSwyMC42NCw1bC02LDMuOTNhLjM1LjM1LDAsMCwwLS4xLjQ5Yy4xMS4yLjMzLjIxLjY2LjA1TDIwLjMzLDdhLjQ4LjQ4LDAsMCwxLC4xOC0uMDguNTguNTgsMCwwLDEsLjE5LDAsLjc3Ljc3LDAsMCwxLC41Ni4yMy43NS43NSwwLDAsMSwuMjQuNTQuODEuODEsMCwwLDEtLjE1LjQ4Ljg2Ljg2LDAsMCwxLS4zOC4yOGMtMS42OS45Mi0zLjI4LDEuNzYtNC43NSwyLjU0TDEwLDEwLjI2Yy0uNy0uMTEtLjgzLS4zNC0uMzktLjY4cy44OC0uNjYsMS4yOS0xLC44LS42OSwxLjE3LTFhMS4zOSwxLjM5LDAsMCwwLC4yOC0uNDMsMS4zMiwxLjMyLDAsMCwwLC4xLS41MywxLjMsMS4zLDAsMCwwLS4wOS0uNDksMi4yMiwyLjIyLDAsMCwwLS4yMy0uNDNBMS45MiwxLjkyLDAsMCwwLDExLjIsNC44N1oiLz48L2c+PC9zdmc+);
  margin-left: 0.5rem;
  width: 1rem;
  height: 1.375rem;
  display: inline-block;
  vertical-align: text-top;
}

@media only screen and (min-width: 600px) {
  .bpa-search-results .bpa-search-results-checkbox-lbl .bpa-signLanguage::after {
    width: 1.1875rem;
    height: 1.5625rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-checkbox-lbl {
    font-size: 1.0625rem;
    line-height: 1.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-search-results .bpa-search-results-checkbox-lbl {
    font-size: 1.375rem;
  }
}

.bpa-search-results [type="checkbox"] {
  height: 1.75rem;
}

@media only screen and (min-width: 600px) {
  .bpa-search-results [type="checkbox"] {
    height: 2.25rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-search-results [type="checkbox"] + .js-select-styler {
    width: 1.125rem;
    height: 1.125rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-search-results [type="checkbox"] + .js-select-styler::after {
    top: 0.25rem;
    left: 0.25rem;
  }
}

.bpa-search-results .bpa-search-results-count {
  color: #4c4f50;
  margin-left: 0.25rem;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-count {
  color: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-search-results-count {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-count,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-count,
.bpa-twitter .bpa-search-results .bpa-search-results-count,
.bpa-monza .bpa-search-results .bpa-search-results-count,
.bpa-mojo .bpa-search-results .bpa-search-results-count,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-count,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-count,
.bpa-bossanova .bpa-search-results .bpa-search-results-count,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-count,
.bpa-claret .bpa-search-results .bpa-search-results-count {
  color: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-count {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-count {
  color: #4c4f50;
}

.bpa-search-results .bpa-search-results-btn-container {
  border-top: 1px solid #9aa0a2;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-btn-container,
.bpa-shark .bpa-search-results .bpa-search-results-btn-container {
  border-top: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-btn-container,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-btn-container,
.bpa-twitter .bpa-search-results .bpa-search-results-btn-container,
.bpa-monza .bpa-search-results .bpa-search-results-btn-container,
.bpa-mojo .bpa-search-results .bpa-search-results-btn-container,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-btn-container,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-btn-container,
.bpa-bossanova .bpa-search-results .bpa-search-results-btn-container,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-btn-container,
.bpa-claret .bpa-search-results .bpa-search-results-btn-container {
  border-top: 1px solid #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-btn-container {
  border-top: 1px solid #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-btn-container {
  border-top: 1px solid #9aa0a2;
}

.bpa-search-results .bpa-search-results-btn-apply,
.bpa-search-results .bpa-search-results-btn-reset {
  margin-right: 0.625rem;
}

.bpa-search-results .bpa-search-results-btn-reset {
  color: #4c4f50;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-btn-reset {
  color: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-search-results-btn-reset {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-btn-reset,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-btn-reset,
.bpa-twitter .bpa-search-results .bpa-search-results-btn-reset,
.bpa-monza .bpa-search-results .bpa-search-results-btn-reset,
.bpa-mojo .bpa-search-results .bpa-search-results-btn-reset,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-btn-reset,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-btn-reset,
.bpa-bossanova .bpa-search-results .bpa-search-results-btn-reset,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-btn-reset,
.bpa-claret .bpa-search-results .bpa-search-results-btn-reset {
  color: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-btn-reset {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-btn-reset {
  color: #4c4f50;
}

.bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #fff;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-porcelain .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #fff;
}

.bpa-shark .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-shark .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #25292a;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-regal-blue .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-deep-cerulean .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #0071ad;
}

.bpa-twitter .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-twitter .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #1da1f2;
}

.bpa-monza .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-monza .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #c0003c;
}

.bpa-saffron .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-saffron .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #f7bb3d;
}

.bpa-mojo .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-mojo .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-blue-lagoon .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #00854a;
}

.bpa-bossanova .bpa-search-results .bpa-search-results-btn-reset:hover,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-btn-reset:hover,
.bpa-claret .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-bossanova .bpa-search-results .bpa-search-results-btn-reset:focus,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-btn-reset:focus,
.bpa-claret .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-btn-reset:hover, .bpa-white .bpa-search-results .bpa-search-results-btn-reset:focus {
  color: #fff;
}

.bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #fff;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-porcelain .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #eeeff1;
}

.bpa-shark .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-shark .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #25292a;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-regal-blue .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #004b76;
}

.bpa-deep-cerulean .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-deep-cerulean .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #0071ad;
}

.bpa-twitter .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-twitter .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #1da1f2;
}

.bpa-monza .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-monza .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #c0003c;
}

.bpa-saffron .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-saffron .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #f7bb3d;
}

.bpa-mojo .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-mojo .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #cd5038;
}

.bpa-blue-lagoon .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-blue-lagoon .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #00818b;
}

.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #00854a;
}

.bpa-bossanova .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-bossanova .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #5f316e;
}

.bpa-aqua-deep .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-aqua-deep .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #005c45;
}

.bpa-claret .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-claret .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #780f2d;
}

.bpa-white .bpa-search-results .bpa-search-results-btn-reset:hover .bpa-icon, .bpa-white .bpa-search-results .bpa-search-results-btn-reset:focus .bpa-icon {
  fill: #fff;
}

.bpa-search-results .bpa-icon.bpa-search-results-erase-tag {
  fill: #4c4f50;
  margin-right: 0.75rem;
}

.bpa-porcelain .bpa-search-results .bpa-icon.bpa-search-results-erase-tag {
  fill: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-icon.bpa-search-results-erase-tag {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-icon.bpa-search-results-erase-tag,
.bpa-deep-cerulean .bpa-search-results .bpa-icon.bpa-search-results-erase-tag,
.bpa-twitter .bpa-search-results .bpa-icon.bpa-search-results-erase-tag,
.bpa-monza .bpa-search-results .bpa-icon.bpa-search-results-erase-tag,
.bpa-mojo .bpa-search-results .bpa-icon.bpa-search-results-erase-tag,
.bpa-blue-lagoon .bpa-search-results .bpa-icon.bpa-search-results-erase-tag,
.bpa-tropical-rain-forest .bpa-search-results .bpa-icon.bpa-search-results-erase-tag,
.bpa-bossanova .bpa-search-results .bpa-icon.bpa-search-results-erase-tag,
.bpa-aqua-deep .bpa-search-results .bpa-icon.bpa-search-results-erase-tag,
.bpa-claret .bpa-search-results .bpa-icon.bpa-search-results-erase-tag {
  fill: #fff;
}

.bpa-saffron .bpa-search-results .bpa-icon.bpa-search-results-erase-tag {
  fill: #111314;
}

.bpa-white .bpa-search-results .bpa-icon.bpa-search-results-erase-tag {
  fill: #4c4f50;
}

.bpa-search-results .bpa-search-results-period {
  margin-top: 1.875rem;
}

.bpa-search-results .bpa-search-results-period-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bpa-search-results .bpa-search-results-period-title {
  color: #111314;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-period-title,
.bpa-saffron .bpa-search-results .bpa-search-results-period-title {
  color: #111314;
}

.bpa-shark .bpa-search-results .bpa-search-results-period-title,
.bpa-regal-blue .bpa-search-results .bpa-search-results-period-title,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-period-title,
.bpa-twitter .bpa-search-results .bpa-search-results-period-title,
.bpa-monza .bpa-search-results .bpa-search-results-period-title,
.bpa-mojo .bpa-search-results .bpa-search-results-period-title,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-period-title,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-period-title,
.bpa-bossanova .bpa-search-results .bpa-search-results-period-title,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-period-title,
.bpa-claret .bpa-search-results .bpa-search-results-period-title {
  color: #fff;
}

.bpa-white .bpa-search-results .bpa-search-results-period-title {
  color: #111314;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-period-title {
    font-size: 1.0625rem;
    line-height: 1.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-search-results .bpa-search-results-period-title {
    font-size: 1.375rem;
  }
}

.bpa-search-results .bpa-search-results-period-label {
  color: #111314;
  margin-right: 1.375rem;
  width: 10.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-period-label,
.bpa-saffron .bpa-search-results .bpa-search-results-period-label {
  color: #111314;
}

.bpa-shark .bpa-search-results .bpa-search-results-period-label,
.bpa-regal-blue .bpa-search-results .bpa-search-results-period-label,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-period-label,
.bpa-twitter .bpa-search-results .bpa-search-results-period-label,
.bpa-monza .bpa-search-results .bpa-search-results-period-label,
.bpa-mojo .bpa-search-results .bpa-search-results-period-label,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-period-label,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-period-label,
.bpa-bossanova .bpa-search-results .bpa-search-results-period-label,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-period-label,
.bpa-claret .bpa-search-results .bpa-search-results-period-label {
  color: #fff;
}

.bpa-white .bpa-search-results .bpa-search-results-period-label {
  color: #111314;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-period-label {
    width: 9.375rem;
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-search-results .bpa-search-results-period-label {
    width: 11.25rem;
  }
}

.bpa-search-results .bpa-search-results-period-input {
  border-bottom: 1px solid #9aa0a2;
  color: #4c4f50;
  width: 10.625rem;
  font-size: 20px;
  line-height: 1.8125rem;
  background-color: transparent;
  border: 0;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-period-input,
.bpa-shark .bpa-search-results .bpa-search-results-period-input {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-period-input,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-period-input,
.bpa-twitter .bpa-search-results .bpa-search-results-period-input,
.bpa-monza .bpa-search-results .bpa-search-results-period-input,
.bpa-mojo .bpa-search-results .bpa-search-results-period-input,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-period-input,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-period-input,
.bpa-bossanova .bpa-search-results .bpa-search-results-period-input,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-period-input,
.bpa-claret .bpa-search-results .bpa-search-results-period-input {
  border-bottom: 1px solid #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-period-input {
  border-bottom: 1px solid #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-period-input {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-period-input {
  color: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-search-results-period-input {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-period-input,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-period-input,
.bpa-twitter .bpa-search-results .bpa-search-results-period-input,
.bpa-monza .bpa-search-results .bpa-search-results-period-input,
.bpa-mojo .bpa-search-results .bpa-search-results-period-input,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-period-input,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-period-input,
.bpa-bossanova .bpa-search-results .bpa-search-results-period-input,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-period-input,
.bpa-claret .bpa-search-results .bpa-search-results-period-input {
  color: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-period-input {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-period-input {
  color: #4c4f50;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-period-input {
    width: 9.375rem;
    font-size: 17px;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-search-results .bpa-search-results-period-input {
    width: 11.25rem;
    font-size: 22px;
  }
}

.bpa-search-results .bpa-search-results-bottom-wrapper {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-bottom-wrapper {
  background-color: #fff;
}

.bpa-shark .bpa-search-results .bpa-search-results-bottom-wrapper {
  background-color: #25292a;
}

@media only screen and (min-width: 1024px) {
  .bpa-search-results .bpa-search-results-bottom-wrapper {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.bpa-search-results .bpa-search-results-none-wrapper {
  padding-bottom: 1.25rem;
}

.bpa-search-results .bpa-search-results-none {
  margin-bottom: -0.375rem;
  padding-right: 3.8461538462%;
  padding-bottom: 0.0625rem;
  padding-left: 3.8461538462%;
}

.bpa-search-results .bpa-search-results-bar-count,
.bpa-search-results .bpa-search-results-none {
  color: #111314;
  font-family: "BundesSansWeb-Bold";
  font-size: 1.375rem;
  line-height: 1.8125rem;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-bar-count,
.bpa-saffron .bpa-search-results .bpa-search-results-bar-count, .bpa-porcelain
.bpa-search-results .bpa-search-results-none,
.bpa-saffron
.bpa-search-results .bpa-search-results-none {
  color: #111314;
}

.bpa-shark .bpa-search-results .bpa-search-results-bar-count,
.bpa-regal-blue .bpa-search-results .bpa-search-results-bar-count,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-bar-count,
.bpa-twitter .bpa-search-results .bpa-search-results-bar-count,
.bpa-monza .bpa-search-results .bpa-search-results-bar-count,
.bpa-mojo .bpa-search-results .bpa-search-results-bar-count,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-bar-count,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-bar-count,
.bpa-bossanova .bpa-search-results .bpa-search-results-bar-count,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-bar-count,
.bpa-claret .bpa-search-results .bpa-search-results-bar-count, .bpa-shark
.bpa-search-results .bpa-search-results-none,
.bpa-regal-blue
.bpa-search-results .bpa-search-results-none,
.bpa-deep-cerulean
.bpa-search-results .bpa-search-results-none,
.bpa-twitter
.bpa-search-results .bpa-search-results-none,
.bpa-monza
.bpa-search-results .bpa-search-results-none,
.bpa-mojo
.bpa-search-results .bpa-search-results-none,
.bpa-blue-lagoon
.bpa-search-results .bpa-search-results-none,
.bpa-tropical-rain-forest
.bpa-search-results .bpa-search-results-none,
.bpa-bossanova
.bpa-search-results .bpa-search-results-none,
.bpa-aqua-deep
.bpa-search-results .bpa-search-results-none,
.bpa-claret
.bpa-search-results .bpa-search-results-none {
  color: #fff;
}

.bpa-white .bpa-search-results .bpa-search-results-bar-count, .bpa-white
.bpa-search-results .bpa-search-results-none {
  color: #111314;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-bar-count,
  .bpa-search-results .bpa-search-results-none {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.bpa-search-results .bpa-search-results-bar-sorted {
  color: #4c4f50;
  margin-left: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.8125rem;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-bar-sorted {
  color: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-search-results-bar-sorted {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-bar-sorted,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-bar-sorted,
.bpa-twitter .bpa-search-results .bpa-search-results-bar-sorted,
.bpa-monza .bpa-search-results .bpa-search-results-bar-sorted,
.bpa-mojo .bpa-search-results .bpa-search-results-bar-sorted,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-bar-sorted,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-bar-sorted,
.bpa-bossanova .bpa-search-results .bpa-search-results-bar-sorted,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-bar-sorted,
.bpa-claret .bpa-search-results .bpa-search-results-bar-sorted {
  color: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-bar-sorted {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-bar-sorted {
  color: #4c4f50;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-bar-sorted {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.bpa-search-results .bpa-search-results-did-you-mean {
  color: #4c4f50;
  padding: 0.625rem 3.8461538462%;
  font-size: 1.375rem;
  line-height: 1.8125rem;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-did-you-mean {
  color: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-search-results-did-you-mean {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-did-you-mean,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-did-you-mean,
.bpa-twitter .bpa-search-results .bpa-search-results-did-you-mean,
.bpa-monza .bpa-search-results .bpa-search-results-did-you-mean,
.bpa-mojo .bpa-search-results .bpa-search-results-did-you-mean,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-did-you-mean,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-did-you-mean,
.bpa-bossanova .bpa-search-results .bpa-search-results-did-you-mean,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-did-you-mean,
.bpa-claret .bpa-search-results .bpa-search-results-did-you-mean {
  color: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-did-you-mean {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-did-you-mean {
  color: #4c4f50;
}

.bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn {
  color: #4c4f50;
  text-decoration: underline;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn {
  color: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn,
.bpa-twitter .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn,
.bpa-monza .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn,
.bpa-mojo .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn,
.bpa-bossanova .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn,
.bpa-claret .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn {
  color: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-did-you-mean .bpa-search-results-did-you-mean-suggestion-btn {
  color: #4c4f50;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-did-you-mean {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.bpa-search-results .bpa-search-results-bar-accordion-container {
  margin-left: 0.75rem;
  display: inline-block;
  position: relative;
}

.bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #fff;
  color: #111314;
  padding: 0.3125rem 0.625rem;
  font-family: "BundesSansWeb-Bold";
  font-size: 1.25rem;
  line-height: 1.8125rem;
  overflow: hidden;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #eeeff1;
}

.bpa-shark .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #0071ad;
}

.bpa-twitter .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #1da1f2;
}

.bpa-monza .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #c0003c;
}

.bpa-saffron .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #00854a;
}

.bpa-bossanova .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #005c45;
}

.bpa-claret .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #780f2d;
}

.bpa-white .bpa-search-results .bpa-search-results-bar-accordion {
  background-color: #fff;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-saffron .bpa-search-results .bpa-search-results-bar-accordion {
  color: #111314;
}

.bpa-shark .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-regal-blue .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-twitter .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-monza .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-mojo .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-bossanova .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-bar-accordion,
.bpa-claret .bpa-search-results .bpa-search-results-bar-accordion {
  color: #fff;
}

.bpa-white .bpa-search-results .bpa-search-results-bar-accordion {
  color: #111314;
}

.bpa-search-results .bpa-search-results-bar-accordion .bpa-search-results-bar-accordion-sel {
  margin-right: 0.5rem;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-bar-accordion {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}

.bpa-search-results .bpa-search-results-bar-opt {
  color: #111314;
  padding: 0.3125rem 0.625rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-align: left;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-bar-opt,
.bpa-saffron .bpa-search-results .bpa-search-results-bar-opt {
  color: #111314;
}

.bpa-shark .bpa-search-results .bpa-search-results-bar-opt,
.bpa-regal-blue .bpa-search-results .bpa-search-results-bar-opt,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-bar-opt,
.bpa-twitter .bpa-search-results .bpa-search-results-bar-opt,
.bpa-monza .bpa-search-results .bpa-search-results-bar-opt,
.bpa-mojo .bpa-search-results .bpa-search-results-bar-opt,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-bar-opt,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-bar-opt,
.bpa-bossanova .bpa-search-results .bpa-search-results-bar-opt,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-bar-opt,
.bpa-claret .bpa-search-results .bpa-search-results-bar-opt {
  color: #fff;
}

.bpa-white .bpa-search-results .bpa-search-results-bar-opt {
  color: #111314;
}

.bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #fff;
  background-color: #0071ad;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-porcelain .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #fff;
}

.bpa-shark .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-shark .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #25292a;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-regal-blue .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-deep-cerulean .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #0071ad;
}

.bpa-twitter .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-twitter .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #1da1f2;
}

.bpa-monza .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-monza .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #c0003c;
}

.bpa-saffron .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-saffron .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #f7bb3d;
}

.bpa-mojo .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-mojo .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-blue-lagoon .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #00854a;
}

.bpa-bossanova .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-claret .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-bossanova .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-claret .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-white .bpa-search-results .bpa-search-results-bar-opt:focus {
  color: #fff;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-porcelain .bpa-search-results .bpa-search-results-bar-opt:focus {
  background-color: #0071ad;
}

.bpa-shark .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-regal-blue .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-twitter .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-monza .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-mojo .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-bossanova .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-bar-opt:hover,
.bpa-claret .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-shark .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-regal-blue .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-deep-cerulean .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-twitter .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-monza .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-mojo .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-blue-lagoon .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-bossanova .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-aqua-deep .bpa-search-results .bpa-search-results-bar-opt:focus,
.bpa-claret .bpa-search-results .bpa-search-results-bar-opt:focus {
  background-color: #fff;
}

.bpa-saffron .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-saffron .bpa-search-results .bpa-search-results-bar-opt:focus {
  background-color: #111314;
}

.bpa-white .bpa-search-results .bpa-search-results-bar-opt:hover, .bpa-white .bpa-search-results .bpa-search-results-bar-opt:focus {
  background-color: #0071ad;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-bar-opt {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}

.bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #fff;
  padding-bottom: 0.3125rem;
  width: 100%;
  position: absolute;
  z-index: 2000;
}

.bpa-porcelain .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #eeeff1;
}

.bpa-shark .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #0071ad;
}

.bpa-twitter .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #1da1f2;
}

.bpa-monza .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #c0003c;
}

.bpa-saffron .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #00854a;
}

.bpa-bossanova .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #005c45;
}

.bpa-claret .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #780f2d;
}

.bpa-white .bpa-search-results .bpa-search-results-bar-slidedown {
  background-color: #fff;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results .bpa-search-results-bar-slidedown {
    width: 9.375rem;
  }
}

.bpa-search-results .bpa-search-results-bar-accordion-opened .bpa-search-results-icon-group {
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.bpa-search-results .bpa-pager-previous a:hover, .bpa-search-results .bpa-pager-previous a:focus,
.bpa-search-results .bpa-pager-next a:hover,
.bpa-search-results .bpa-pager-next a:focus {
  border-bottom: 2px solid #4c4f50;
}

.bpa-porcelain .bpa-search-results .bpa-pager-previous a:hover, .bpa-porcelain .bpa-search-results .bpa-pager-previous a:focus, .bpa-porcelain
.bpa-search-results .bpa-pager-next a:hover, .bpa-porcelain
.bpa-search-results .bpa-pager-next a:focus {
  border-bottom: 2px solid #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-pager-previous a:hover, .bpa-shark .bpa-search-results .bpa-pager-previous a:focus, .bpa-shark
.bpa-search-results .bpa-pager-next a:hover, .bpa-shark
.bpa-search-results .bpa-pager-next a:focus {
  border-bottom: 2px solid #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-pager-previous a:hover,
.bpa-deep-cerulean .bpa-search-results .bpa-pager-previous a:hover,
.bpa-twitter .bpa-search-results .bpa-pager-previous a:hover,
.bpa-monza .bpa-search-results .bpa-pager-previous a:hover,
.bpa-mojo .bpa-search-results .bpa-pager-previous a:hover,
.bpa-blue-lagoon .bpa-search-results .bpa-pager-previous a:hover,
.bpa-tropical-rain-forest .bpa-search-results .bpa-pager-previous a:hover,
.bpa-bossanova .bpa-search-results .bpa-pager-previous a:hover,
.bpa-aqua-deep .bpa-search-results .bpa-pager-previous a:hover,
.bpa-claret .bpa-search-results .bpa-pager-previous a:hover, .bpa-regal-blue .bpa-search-results .bpa-pager-previous a:focus,
.bpa-deep-cerulean .bpa-search-results .bpa-pager-previous a:focus,
.bpa-twitter .bpa-search-results .bpa-pager-previous a:focus,
.bpa-monza .bpa-search-results .bpa-pager-previous a:focus,
.bpa-mojo .bpa-search-results .bpa-pager-previous a:focus,
.bpa-blue-lagoon .bpa-search-results .bpa-pager-previous a:focus,
.bpa-tropical-rain-forest .bpa-search-results .bpa-pager-previous a:focus,
.bpa-bossanova .bpa-search-results .bpa-pager-previous a:focus,
.bpa-aqua-deep .bpa-search-results .bpa-pager-previous a:focus,
.bpa-claret .bpa-search-results .bpa-pager-previous a:focus, .bpa-regal-blue
.bpa-search-results .bpa-pager-next a:hover,
.bpa-deep-cerulean
.bpa-search-results .bpa-pager-next a:hover,
.bpa-twitter
.bpa-search-results .bpa-pager-next a:hover,
.bpa-monza
.bpa-search-results .bpa-pager-next a:hover,
.bpa-mojo
.bpa-search-results .bpa-pager-next a:hover,
.bpa-blue-lagoon
.bpa-search-results .bpa-pager-next a:hover,
.bpa-tropical-rain-forest
.bpa-search-results .bpa-pager-next a:hover,
.bpa-bossanova
.bpa-search-results .bpa-pager-next a:hover,
.bpa-aqua-deep
.bpa-search-results .bpa-pager-next a:hover,
.bpa-claret
.bpa-search-results .bpa-pager-next a:hover, .bpa-regal-blue
.bpa-search-results .bpa-pager-next a:focus,
.bpa-deep-cerulean
.bpa-search-results .bpa-pager-next a:focus,
.bpa-twitter
.bpa-search-results .bpa-pager-next a:focus,
.bpa-monza
.bpa-search-results .bpa-pager-next a:focus,
.bpa-mojo
.bpa-search-results .bpa-pager-next a:focus,
.bpa-blue-lagoon
.bpa-search-results .bpa-pager-next a:focus,
.bpa-tropical-rain-forest
.bpa-search-results .bpa-pager-next a:focus,
.bpa-bossanova
.bpa-search-results .bpa-pager-next a:focus,
.bpa-aqua-deep
.bpa-search-results .bpa-pager-next a:focus,
.bpa-claret
.bpa-search-results .bpa-pager-next a:focus {
  border-bottom: 2px solid #fff;
}

.bpa-saffron .bpa-search-results .bpa-pager-previous a:hover, .bpa-saffron .bpa-search-results .bpa-pager-previous a:focus, .bpa-saffron
.bpa-search-results .bpa-pager-next a:hover, .bpa-saffron
.bpa-search-results .bpa-pager-next a:focus {
  border-bottom: 2px solid #111314;
}

.bpa-white .bpa-search-results .bpa-pager-previous a:hover, .bpa-white .bpa-search-results .bpa-pager-previous a:focus, .bpa-white
.bpa-search-results .bpa-pager-next a:hover, .bpa-white
.bpa-search-results .bpa-pager-next a:focus {
  border-bottom: 2px solid #4c4f50;
}

.bpa-search-results .bpa-pager-previous a:hover .bpa-icon, .bpa-search-results .bpa-pager-previous a:focus .bpa-icon,
.bpa-search-results .bpa-pager-next a:hover .bpa-icon,
.bpa-search-results .bpa-pager-next a:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-search-results .bpa-pager-previous a:hover .bpa-icon, .bpa-porcelain .bpa-search-results .bpa-pager-previous a:focus .bpa-icon, .bpa-porcelain
.bpa-search-results .bpa-pager-next a:hover .bpa-icon, .bpa-porcelain
.bpa-search-results .bpa-pager-next a:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-pager-previous a:hover .bpa-icon, .bpa-shark .bpa-search-results .bpa-pager-previous a:focus .bpa-icon, .bpa-shark
.bpa-search-results .bpa-pager-next a:hover .bpa-icon, .bpa-shark
.bpa-search-results .bpa-pager-next a:focus .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-pager-previous a:hover .bpa-icon,
.bpa-deep-cerulean .bpa-search-results .bpa-pager-previous a:hover .bpa-icon,
.bpa-twitter .bpa-search-results .bpa-pager-previous a:hover .bpa-icon,
.bpa-monza .bpa-search-results .bpa-pager-previous a:hover .bpa-icon,
.bpa-mojo .bpa-search-results .bpa-pager-previous a:hover .bpa-icon,
.bpa-blue-lagoon .bpa-search-results .bpa-pager-previous a:hover .bpa-icon,
.bpa-tropical-rain-forest .bpa-search-results .bpa-pager-previous a:hover .bpa-icon,
.bpa-bossanova .bpa-search-results .bpa-pager-previous a:hover .bpa-icon,
.bpa-aqua-deep .bpa-search-results .bpa-pager-previous a:hover .bpa-icon,
.bpa-claret .bpa-search-results .bpa-pager-previous a:hover .bpa-icon, .bpa-regal-blue .bpa-search-results .bpa-pager-previous a:focus .bpa-icon,
.bpa-deep-cerulean .bpa-search-results .bpa-pager-previous a:focus .bpa-icon,
.bpa-twitter .bpa-search-results .bpa-pager-previous a:focus .bpa-icon,
.bpa-monza .bpa-search-results .bpa-pager-previous a:focus .bpa-icon,
.bpa-mojo .bpa-search-results .bpa-pager-previous a:focus .bpa-icon,
.bpa-blue-lagoon .bpa-search-results .bpa-pager-previous a:focus .bpa-icon,
.bpa-tropical-rain-forest .bpa-search-results .bpa-pager-previous a:focus .bpa-icon,
.bpa-bossanova .bpa-search-results .bpa-pager-previous a:focus .bpa-icon,
.bpa-aqua-deep .bpa-search-results .bpa-pager-previous a:focus .bpa-icon,
.bpa-claret .bpa-search-results .bpa-pager-previous a:focus .bpa-icon, .bpa-regal-blue
.bpa-search-results .bpa-pager-next a:hover .bpa-icon,
.bpa-deep-cerulean
.bpa-search-results .bpa-pager-next a:hover .bpa-icon,
.bpa-twitter
.bpa-search-results .bpa-pager-next a:hover .bpa-icon,
.bpa-monza
.bpa-search-results .bpa-pager-next a:hover .bpa-icon,
.bpa-mojo
.bpa-search-results .bpa-pager-next a:hover .bpa-icon,
.bpa-blue-lagoon
.bpa-search-results .bpa-pager-next a:hover .bpa-icon,
.bpa-tropical-rain-forest
.bpa-search-results .bpa-pager-next a:hover .bpa-icon,
.bpa-bossanova
.bpa-search-results .bpa-pager-next a:hover .bpa-icon,
.bpa-aqua-deep
.bpa-search-results .bpa-pager-next a:hover .bpa-icon,
.bpa-claret
.bpa-search-results .bpa-pager-next a:hover .bpa-icon, .bpa-regal-blue
.bpa-search-results .bpa-pager-next a:focus .bpa-icon,
.bpa-deep-cerulean
.bpa-search-results .bpa-pager-next a:focus .bpa-icon,
.bpa-twitter
.bpa-search-results .bpa-pager-next a:focus .bpa-icon,
.bpa-monza
.bpa-search-results .bpa-pager-next a:focus .bpa-icon,
.bpa-mojo
.bpa-search-results .bpa-pager-next a:focus .bpa-icon,
.bpa-blue-lagoon
.bpa-search-results .bpa-pager-next a:focus .bpa-icon,
.bpa-tropical-rain-forest
.bpa-search-results .bpa-pager-next a:focus .bpa-icon,
.bpa-bossanova
.bpa-search-results .bpa-pager-next a:focus .bpa-icon,
.bpa-aqua-deep
.bpa-search-results .bpa-pager-next a:focus .bpa-icon,
.bpa-claret
.bpa-search-results .bpa-pager-next a:focus .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-search-results .bpa-pager-previous a:hover .bpa-icon, .bpa-saffron .bpa-search-results .bpa-pager-previous a:focus .bpa-icon, .bpa-saffron
.bpa-search-results .bpa-pager-next a:hover .bpa-icon, .bpa-saffron
.bpa-search-results .bpa-pager-next a:focus .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-search-results .bpa-pager-previous a:hover .bpa-icon, .bpa-white .bpa-search-results .bpa-pager-previous a:focus .bpa-icon, .bpa-white
.bpa-search-results .bpa-pager-next a:hover .bpa-icon, .bpa-white
.bpa-search-results .bpa-pager-next a:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-search-results .bpa-pager-page-number a {
  color: #4c4f50;
  cursor: pointer;
}

.bpa-porcelain .bpa-search-results .bpa-pager-page-number a {
  color: #4c4f50;
}

.bpa-shark .bpa-search-results .bpa-pager-page-number a {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-search-results .bpa-pager-page-number a,
.bpa-deep-cerulean .bpa-search-results .bpa-pager-page-number a,
.bpa-twitter .bpa-search-results .bpa-pager-page-number a,
.bpa-monza .bpa-search-results .bpa-pager-page-number a,
.bpa-mojo .bpa-search-results .bpa-pager-page-number a,
.bpa-blue-lagoon .bpa-search-results .bpa-pager-page-number a,
.bpa-tropical-rain-forest .bpa-search-results .bpa-pager-page-number a,
.bpa-bossanova .bpa-search-results .bpa-pager-page-number a,
.bpa-aqua-deep .bpa-search-results .bpa-pager-page-number a,
.bpa-claret .bpa-search-results .bpa-pager-page-number a {
  color: #fff;
}

.bpa-saffron .bpa-search-results .bpa-pager-page-number a {
  color: #111314;
}

.bpa-white .bpa-search-results .bpa-pager-page-number a {
  color: #4c4f50;
}

.bpa-search-results .bpa-pager-page-number-selected a {
  color: #111314;
  text-decoration: underline;
  pointer-events: none;
}

.bpa-porcelain .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-saffron .bpa-search-results .bpa-pager-page-number-selected a {
  color: #111314;
}

.bpa-shark .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-regal-blue .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-deep-cerulean .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-twitter .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-monza .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-mojo .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-blue-lagoon .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-tropical-rain-forest .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-bossanova .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-aqua-deep .bpa-search-results .bpa-pager-page-number-selected a,
.bpa-claret .bpa-search-results .bpa-pager-page-number-selected a {
  color: #fff;
}

.bpa-white .bpa-search-results .bpa-pager-page-number-selected a {
  color: #111314;
}

.bpa-search-results .bpa-disabled-arrow {
  display: none;
}

.bpa-search-results select.bpa-search-results-bar-accordion {
  padding: 0.1875rem 2.25rem 0.1875rem 0.75rem;
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%234c4f50" viewBox="0 0 14 8"><g id="c523c2f5-c3f5-43de-bb6e-94f99fc76420" data-name="dropdown"><path d="M11.77,1.56,10.71.49a.26.26,0,0,0-.35,0L6,4.85,1.64.49a.26.26,0,0,0-.35,0L.23,1.56a.24.24,0,0,0,0,.35L4.76,6.44h0L5.82,7.51a.27.27,0,0,0,.36,0L7.24,6.44h0l4.53-4.53A.24.24,0,0,0,11.77,1.56Z"/></g></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) calc(50% + 2px);
  background-clip: padding-box;
  background-size: 1rem;
  color: #4c4f50;
  border-bottom-style: none;
}

.bpa-search-results select.bpa-search-results-bar-accordion option {
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 599px) {
  .bpa-search-results select.bpa-search-results-bar-accordion {
    font-size: 17px;
  }
}

.bpa-search-results select::-ms-expand {
  display: none;
}

.bpa-block-ui {
  min-height: 7.375rem;
  position: relative;
}

.bpa-block-ui .bpa-block-ui-container {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  cursor: wait;
  overflow: hidden;
}

.bpa-block-ui .bpa-block-ui-container .bpa-block-ui-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.92;
}

.bpa-block-ui .bpa-block-ui-container .bpa-block-ui-message-container {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 4000;
  text-align: center;
}

.bpa-block-ui .bpa-block-ui-container .bpa-block-ui-message-container .bpa-block-ui-message {
  z-index: 3000;
  background: none;
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
  /* stylelint-enable */
}

.bpa-block-ui .bpa-block-ui-container .bpa-block-ui-message-container .bpa-block-ui-message .bpa-block-ui-message-text {
  margin-top: 1.875rem;
  font-size: 1.25rem;
}

.ol-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid blue;
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
}

.ol-overlay-container {
  will-change: left,right,top,bottom;
}

.ol-unsupported {
  display: none;
}

.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px;
}

.ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  -webkit-transition: opacity .25s linear, visibility 0s linear;
  transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s linear, visibility 0s linear .25s;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

@media print {
  .ol-control {
    display: none;
  }
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0, 60, 136, 0.5);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0, 60, 136, 0.7);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
}

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}

.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution ul, .ol-attribution button {
  display: inline-block;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}

.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

input[type="text"].bpa-search-zipcodecity {
  color: #111314;
  margin: 0 3.8461538462%;
  padding: 0.1875rem 0.625rem;
  width: 92.3076923077%;
  line-height: 2.625rem;
  outline-offset: -1px;
  border: none;
}

.bpa-porcelain input[type="text"].bpa-search-zipcodecity,
.bpa-saffron input[type="text"].bpa-search-zipcodecity {
  color: #111314;
}

.bpa-shark input[type="text"].bpa-search-zipcodecity,
.bpa-regal-blue input[type="text"].bpa-search-zipcodecity,
.bpa-deep-cerulean input[type="text"].bpa-search-zipcodecity,
.bpa-twitter input[type="text"].bpa-search-zipcodecity,
.bpa-monza input[type="text"].bpa-search-zipcodecity,
.bpa-mojo input[type="text"].bpa-search-zipcodecity,
.bpa-blue-lagoon input[type="text"].bpa-search-zipcodecity,
.bpa-tropical-rain-forest input[type="text"].bpa-search-zipcodecity,
.bpa-bossanova input[type="text"].bpa-search-zipcodecity,
.bpa-aqua-deep input[type="text"].bpa-search-zipcodecity,
.bpa-claret input[type="text"].bpa-search-zipcodecity {
  color: #fff;
}

.bpa-white input[type="text"].bpa-search-zipcodecity {
  color: #111314;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type="text"].bpa-search-zipcodecity {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

input[type="text"].bpa-search-zipcodecity::-webkit-input-placeholder {
  color: #63686a;
}

input[type="text"].bpa-search-zipcodecity:-moz-placeholder {
  color: #63686a;
}

input[type="text"].bpa-search-zipcodecity::-moz-placeholder {
  color: #63686a;
}

input[type="text"].bpa-search-zipcodecity:-ms-input-placeholder {
  color: #63686a;
}

input[type="text"].bpa-search-zipcodecity:first-child {
  margin-top: 1em;
}

input[type="text"].bpa-search-zipcodecity:focus {
  outline: 1px dotted #111314;
  border-bottom: none;
}

.bpa-porcelain input[type="text"].bpa-search-zipcodecity:focus,
.bpa-saffron input[type="text"].bpa-search-zipcodecity:focus {
  outline: 1px dotted #111314;
}

.bpa-shark input[type="text"].bpa-search-zipcodecity:focus,
.bpa-regal-blue input[type="text"].bpa-search-zipcodecity:focus,
.bpa-deep-cerulean input[type="text"].bpa-search-zipcodecity:focus,
.bpa-twitter input[type="text"].bpa-search-zipcodecity:focus,
.bpa-monza input[type="text"].bpa-search-zipcodecity:focus,
.bpa-mojo input[type="text"].bpa-search-zipcodecity:focus,
.bpa-blue-lagoon input[type="text"].bpa-search-zipcodecity:focus,
.bpa-tropical-rain-forest input[type="text"].bpa-search-zipcodecity:focus,
.bpa-bossanova input[type="text"].bpa-search-zipcodecity:focus,
.bpa-aqua-deep input[type="text"].bpa-search-zipcodecity:focus,
.bpa-claret input[type="text"].bpa-search-zipcodecity:focus {
  outline: 1px dotted #fff;
}

.bpa-white input[type="text"].bpa-search-zipcodecity:focus {
  outline: 1px dotted #111314;
}

#bpa-search-results-map {
  width: 100%;
  height: 600px;
}

#bpa-search-results-map .ol-control {
  background-color: transparent;
}

#bpa-search-results-map .ol-control button {
  border: 1px solid #9aa0a2;
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-color: rgba(154, 160, 162, 0.5);
  border-radius: 50%;
}

.bpa-porcelain #bpa-search-results-map .ol-control button,
.bpa-shark #bpa-search-results-map .ol-control button {
  border: 1px solid #9aa0a2;
}

.bpa-regal-blue #bpa-search-results-map .ol-control button,
.bpa-deep-cerulean #bpa-search-results-map .ol-control button,
.bpa-twitter #bpa-search-results-map .ol-control button,
.bpa-monza #bpa-search-results-map .ol-control button,
.bpa-mojo #bpa-search-results-map .ol-control button,
.bpa-blue-lagoon #bpa-search-results-map .ol-control button,
.bpa-tropical-rain-forest #bpa-search-results-map .ol-control button,
.bpa-bossanova #bpa-search-results-map .ol-control button,
.bpa-aqua-deep #bpa-search-results-map .ol-control button,
.bpa-claret #bpa-search-results-map .ol-control button {
  border: 1px solid #fff;
}

.bpa-saffron #bpa-search-results-map .ol-control button {
  border: 1px solid #111314;
}

.bpa-white #bpa-search-results-map .ol-control button {
  border: 1px solid #9aa0a2;
}

.bpa-porcelain #bpa-search-results-map .ol-control button {
  background-color: #eeeff1;
}

.bpa-shark #bpa-search-results-map .ol-control button {
  background-color: #25292a;
}

.bpa-regal-blue #bpa-search-results-map .ol-control button {
  background-color: #004b76;
}

.bpa-deep-cerulean #bpa-search-results-map .ol-control button {
  background-color: #0071ad;
}

.bpa-twitter #bpa-search-results-map .ol-control button {
  background-color: #1da1f2;
}

.bpa-monza #bpa-search-results-map .ol-control button {
  background-color: #c0003c;
}

.bpa-saffron #bpa-search-results-map .ol-control button {
  background-color: #f7bb3d;
}

.bpa-mojo #bpa-search-results-map .ol-control button {
  background-color: #cd5038;
}

.bpa-blue-lagoon #bpa-search-results-map .ol-control button {
  background-color: #00818b;
}

.bpa-tropical-rain-forest #bpa-search-results-map .ol-control button {
  background-color: #00854a;
}

.bpa-bossanova #bpa-search-results-map .ol-control button {
  background-color: #5f316e;
}

.bpa-aqua-deep #bpa-search-results-map .ol-control button {
  background-color: #005c45;
}

.bpa-claret #bpa-search-results-map .ol-control button {
  background-color: #780f2d;
}

.bpa-white #bpa-search-results-map .ol-control button {
  background-color: #fff;
}

#bpa-search-results-map .ol-control button:focus, #bpa-search-results-map .ol-control button:hover {
  color: #fff;
  background-color: #0071ad;
  border-color: #0071ad;
}

.bpa-porcelain #bpa-search-results-map .ol-control button:focus, .bpa-porcelain #bpa-search-results-map .ol-control button:hover {
  color: #fff;
}

.bpa-shark #bpa-search-results-map .ol-control button:focus, .bpa-shark #bpa-search-results-map .ol-control button:hover {
  color: #25292a;
}

.bpa-regal-blue #bpa-search-results-map .ol-control button:focus, .bpa-regal-blue #bpa-search-results-map .ol-control button:hover {
  color: #004b76;
}

.bpa-deep-cerulean #bpa-search-results-map .ol-control button:focus, .bpa-deep-cerulean #bpa-search-results-map .ol-control button:hover {
  color: #0071ad;
}

.bpa-twitter #bpa-search-results-map .ol-control button:focus, .bpa-twitter #bpa-search-results-map .ol-control button:hover {
  color: #1da1f2;
}

.bpa-monza #bpa-search-results-map .ol-control button:focus, .bpa-monza #bpa-search-results-map .ol-control button:hover {
  color: #c0003c;
}

.bpa-saffron #bpa-search-results-map .ol-control button:focus, .bpa-saffron #bpa-search-results-map .ol-control button:hover {
  color: #f7bb3d;
}

.bpa-mojo #bpa-search-results-map .ol-control button:focus, .bpa-mojo #bpa-search-results-map .ol-control button:hover {
  color: #cd5038;
}

.bpa-blue-lagoon #bpa-search-results-map .ol-control button:focus, .bpa-blue-lagoon #bpa-search-results-map .ol-control button:hover {
  color: #00818b;
}

.bpa-tropical-rain-forest #bpa-search-results-map .ol-control button:focus, .bpa-tropical-rain-forest #bpa-search-results-map .ol-control button:hover {
  color: #00854a;
}

.bpa-bossanova #bpa-search-results-map .ol-control button:focus,
.bpa-aqua-deep #bpa-search-results-map .ol-control button:focus,
.bpa-claret #bpa-search-results-map .ol-control button:focus, .bpa-bossanova #bpa-search-results-map .ol-control button:hover,
.bpa-aqua-deep #bpa-search-results-map .ol-control button:hover,
.bpa-claret #bpa-search-results-map .ol-control button:hover {
  color: #111314;
}

.bpa-white #bpa-search-results-map .ol-control button:focus, .bpa-white #bpa-search-results-map .ol-control button:hover {
  color: #fff;
}

.bpa-porcelain #bpa-search-results-map .ol-control button:focus, .bpa-porcelain #bpa-search-results-map .ol-control button:hover {
  background-color: #0071ad;
}

.bpa-shark #bpa-search-results-map .ol-control button:focus,
.bpa-regal-blue #bpa-search-results-map .ol-control button:focus,
.bpa-deep-cerulean #bpa-search-results-map .ol-control button:focus,
.bpa-twitter #bpa-search-results-map .ol-control button:focus,
.bpa-monza #bpa-search-results-map .ol-control button:focus,
.bpa-mojo #bpa-search-results-map .ol-control button:focus,
.bpa-blue-lagoon #bpa-search-results-map .ol-control button:focus,
.bpa-tropical-rain-forest #bpa-search-results-map .ol-control button:focus,
.bpa-bossanova #bpa-search-results-map .ol-control button:focus,
.bpa-aqua-deep #bpa-search-results-map .ol-control button:focus,
.bpa-claret #bpa-search-results-map .ol-control button:focus, .bpa-shark #bpa-search-results-map .ol-control button:hover,
.bpa-regal-blue #bpa-search-results-map .ol-control button:hover,
.bpa-deep-cerulean #bpa-search-results-map .ol-control button:hover,
.bpa-twitter #bpa-search-results-map .ol-control button:hover,
.bpa-monza #bpa-search-results-map .ol-control button:hover,
.bpa-mojo #bpa-search-results-map .ol-control button:hover,
.bpa-blue-lagoon #bpa-search-results-map .ol-control button:hover,
.bpa-tropical-rain-forest #bpa-search-results-map .ol-control button:hover,
.bpa-bossanova #bpa-search-results-map .ol-control button:hover,
.bpa-aqua-deep #bpa-search-results-map .ol-control button:hover,
.bpa-claret #bpa-search-results-map .ol-control button:hover {
  background-color: #fff;
}

.bpa-saffron #bpa-search-results-map .ol-control button:focus, .bpa-saffron #bpa-search-results-map .ol-control button:hover {
  background-color: #111314;
}

.bpa-white #bpa-search-results-map .ol-control button:focus, .bpa-white #bpa-search-results-map .ol-control button:hover {
  background-color: #0071ad;
}

.bpa-porcelain #bpa-search-results-map .ol-control button:focus, .bpa-porcelain #bpa-search-results-map .ol-control button:hover {
  border-color: #0071ad;
}

.bpa-shark #bpa-search-results-map .ol-control button:focus,
.bpa-regal-blue #bpa-search-results-map .ol-control button:focus,
.bpa-deep-cerulean #bpa-search-results-map .ol-control button:focus,
.bpa-twitter #bpa-search-results-map .ol-control button:focus,
.bpa-monza #bpa-search-results-map .ol-control button:focus,
.bpa-mojo #bpa-search-results-map .ol-control button:focus,
.bpa-blue-lagoon #bpa-search-results-map .ol-control button:focus,
.bpa-tropical-rain-forest #bpa-search-results-map .ol-control button:focus,
.bpa-bossanova #bpa-search-results-map .ol-control button:focus,
.bpa-aqua-deep #bpa-search-results-map .ol-control button:focus,
.bpa-claret #bpa-search-results-map .ol-control button:focus, .bpa-shark #bpa-search-results-map .ol-control button:hover,
.bpa-regal-blue #bpa-search-results-map .ol-control button:hover,
.bpa-deep-cerulean #bpa-search-results-map .ol-control button:hover,
.bpa-twitter #bpa-search-results-map .ol-control button:hover,
.bpa-monza #bpa-search-results-map .ol-control button:hover,
.bpa-mojo #bpa-search-results-map .ol-control button:hover,
.bpa-blue-lagoon #bpa-search-results-map .ol-control button:hover,
.bpa-tropical-rain-forest #bpa-search-results-map .ol-control button:hover,
.bpa-bossanova #bpa-search-results-map .ol-control button:hover,
.bpa-aqua-deep #bpa-search-results-map .ol-control button:hover,
.bpa-claret #bpa-search-results-map .ol-control button:hover {
  border-color: #fff;
}

.bpa-saffron #bpa-search-results-map .ol-control button:focus, .bpa-saffron #bpa-search-results-map .ol-control button:hover {
  border-color: #111314;
}

.bpa-white #bpa-search-results-map .ol-control button:focus, .bpa-white #bpa-search-results-map .ol-control button:hover {
  border-color: #0071ad;
}

.bpa-map-popup {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #9aa0a2;
  border-radius: 0.25rem;
  padding: 15px;
  min-width: 80vw;
  position: absolute;
  bottom: 12px;
  left: -50px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
}

.bpa-map-popup:after, .bpa-map-popup:before {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  border: solid transparent;
  pointer-events: none;
}

.bpa-map-popup:after {
  margin-left: -10px;
  left: 48px;
  border-width: 10px;
  border-top-color: #fff;
}

.bpa-map-popup:before {
  margin-left: -11px;
  left: 48px;
  border-width: 11px;
  border-top-color: #9aa0a2;
}

.bpa-map-popup * {
  font-size: 1em;
  line-height: 1.2em;
}

.bpa-map-popup h3 {
  margin-bottom: 0.625rem;
  font-size: 1.3125rem;
}

.bpa-map-popup .bpa-table + p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.2em;
}

.bpa-map-popup .bpa-figure {
  margin-bottom: 0.9375rem;
}

.bpa-map-popup .bpa-teaser:active .bpa-teaser-title-text, .bpa-map-popup .bpa-teaser:hover .bpa-teaser-title-text, .bpa-map-popup .bpa-teaser:focus .bpa-teaser-title-text {
  color: #000;
  color: initial;
  border-color: transparent;
}

.bpa-map-popup .bpa-icon {
  width: .8em;
  height: .8em;
}

.bpa-map-popup-closer {
  fill: #4c4f50;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}

.bpa-porcelain .bpa-map-popup-closer {
  fill: #4c4f50;
}

.bpa-shark .bpa-map-popup-closer {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-map-popup-closer,
.bpa-deep-cerulean .bpa-map-popup-closer,
.bpa-twitter .bpa-map-popup-closer,
.bpa-monza .bpa-map-popup-closer,
.bpa-mojo .bpa-map-popup-closer,
.bpa-blue-lagoon .bpa-map-popup-closer,
.bpa-tropical-rain-forest .bpa-map-popup-closer,
.bpa-bossanova .bpa-map-popup-closer,
.bpa-aqua-deep .bpa-map-popup-closer,
.bpa-claret .bpa-map-popup-closer {
  fill: #fff;
}

.bpa-saffron .bpa-map-popup-closer {
  fill: #111314;
}

.bpa-white .bpa-map-popup-closer {
  fill: #4c4f50;
}

.bpa-map-popup-closer .bpa-icon {
  fill: inherit;
}

@media only screen and (min-width: 600px) {
  .bpa-map-popup {
    min-width: calc(37.5rem - 10vw);
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-map-popup {
    min-width: 37.5rem;
  }
}

#bpa-map-popup-content {
  margin-top: 0.625rem;
  max-height: 23.4375rem;
  overflow: auto;
}

#bpa-map-popup-content .bpa-link-external {
  display: inline-block;
  white-space: nowrap;
  word-break: break-all;
}

#bpa-map-popup-content .bpa-link-external .bpa-link-text {
  display: inline;
  white-space: normal;
}

@media only screen and (min-width: 600px) {
  #bpa-map-popup-content {
    max-height: 23.4375rem;
  }
}

.bpa-sra-map-switcher {
  background-color: #fff;
}

.bpa-sra-map-switcher .bpa-teaser:active .bpa-teaser-title-text, .bpa-sra-map-switcher .bpa-teaser:hover .bpa-teaser-title-text, .bpa-sra-map-switcher .bpa-teaser:focus .bpa-teaser-title-text {
  color: #000;
  color: initial;
  border-color: transparent;
}

.bpa-map-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #fff;
  background-color: #0071ad;
  border-color: #0071ad;
}

.bpa-porcelain .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #fff;
}

.bpa-shark .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #25292a;
}

.bpa-regal-blue .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #0071ad;
}

.bpa-twitter .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #1da1f2;
}

.bpa-monza .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #c0003c;
}

.bpa-saffron .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #f7bb3d;
}

.bpa-mojo .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #00854a;
}

.bpa-bossanova .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-aqua-deep .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-claret .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #111314;
}

.bpa-white .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  color: #fff;
}

.bpa-porcelain .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  background-color: #0071ad;
}

.bpa-shark .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-regal-blue .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-deep-cerulean .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-twitter .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-monza .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-mojo .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-blue-lagoon .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-tropical-rain-forest .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-bossanova .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-aqua-deep .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-claret .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  background-color: #fff;
}

.bpa-saffron .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  background-color: #111314;
}

.bpa-white .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  background-color: #0071ad;
}

.bpa-porcelain .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  border-color: #0071ad;
}

.bpa-shark .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-regal-blue .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-deep-cerulean .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-twitter .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-monza .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-mojo .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-blue-lagoon .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-tropical-rain-forest .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-bossanova .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-aqua-deep .bpa-map-toolbar .bpa-btn.bpa-btn-active,
.bpa-claret .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  border-color: #fff;
}

.bpa-saffron .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  border-color: #111314;
}

.bpa-white .bpa-map-toolbar .bpa-btn.bpa-btn-active {
  border-color: #0071ad;
}

.bpa-map-toolbar .bpa-btn:not(:last-child) {
  margin-right: 1.25rem;
}

.bpa-search-result-list {
  padding: 3.8461538462% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bpa-search-result-list .bpa-teaser-banner-module,
.bpa-search-result-list .bpa-teaser-module {
  padding: 0;
}

.bpa-search-result-list .bpa-search-result-full {
  width: 100%;
}

.bpa-search-result-list .bpa-search-result-full:after {
  content: '';
  display: block;
  border-bottom: 1px solid transparent;
}

.bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-porcelain .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after,
.bpa-shark .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-regal-blue .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after,
.bpa-deep-cerulean .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after,
.bpa-twitter .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after,
.bpa-monza .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after,
.bpa-mojo .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after,
.bpa-blue-lagoon .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after,
.bpa-tropical-rain-forest .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after,
.bpa-bossanova .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after,
.bpa-aqua-deep .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after,
.bpa-claret .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after {
  border-bottom: 1px dotted #fff;
}

.bpa-saffron .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after {
  border-bottom: 1px dotted #111314;
}

.bpa-white .bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border:after {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-search-result-list .bpa-search-result-full.bpa-search-result-has-list-border.bpa-search-result-last-row:after {
  display: none;
}

.bpa-search-result-list .bpa-search-result-full > [class^='bpa-teaser'],
.bpa-search-result-list .bpa-search-result-full > [class*=' bpa-teaser'], .bpa-search-result-list .bpa-search-result-full:after {
  padding-top: 1.9230769231%;
}

@media only screen and (min-width: 0) and (max-width: 374px) {
  .bpa-search-result-list .bpa-search-result-full > [class^='bpa-teaser'],
  .bpa-search-result-list .bpa-search-result-full > [class*=' bpa-teaser'], .bpa-search-result-list .bpa-search-result-full:after {
    padding-top: 8.3333333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-search-result-list .bpa-search-result-full > [class^='bpa-teaser'],
  .bpa-search-result-list .bpa-search-result-full > [class*=' bpa-teaser'], .bpa-search-result-list .bpa-search-result-full:after {
    padding-top: 2.2727272727%;
  }
}

.bpa-search-result-list .bpa-search-result-half {
  width: 48.0769230769%;
}

.bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser'],
.bpa-search-result-list .bpa-search-result-half > [class*=' bpa-teaser'] {
  margin: 0 0 1.9230769231%;
  padding: 1.9230769231% 0 0;
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser'],
  .bpa-search-result-list .bpa-search-result-half > [class*=' bpa-teaser'] {
    margin: 0 0 4.5454545455%;
    padding: 4.5454545455% 0 0;
  }
}

.bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after {
  border-bottom: 1px dotted #9aa0a2;
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

.bpa-porcelain .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after,
.bpa-shark .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-regal-blue .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after,
.bpa-deep-cerulean .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after,
.bpa-twitter .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after,
.bpa-monza .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after,
.bpa-mojo .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after,
.bpa-blue-lagoon .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after,
.bpa-tropical-rain-forest .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after,
.bpa-bossanova .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after,
.bpa-aqua-deep .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after,
.bpa-claret .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after {
  border-bottom: 1px dotted #fff;
}

.bpa-saffron .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after {
  border-bottom: 1px dotted #111314;
}

.bpa-white .bpa-search-result-list .bpa-search-result-half > [class^='bpa-teaser']:after {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-search-result-list .bpa-search-result-half.bpa-search-result-last-row > [class^='bpa-teaser'],
.bpa-search-result-list .bpa-search-result-half.bpa-search-result-last-row > [class*=' bpa-teaser'] {
  margin: 0;
  padding-bottom: 0;
}

.bpa-search-result-list .bpa-search-result-half.bpa-search-result-last-row > [class^='bpa-teaser']:after,
.bpa-search-result-list .bpa-search-result-half.bpa-search-result-last-row > [class*=' bpa-teaser']:after {
  display: none;
}

@media only screen and (max-width: 599px) {
  .bpa-search-result-list .bpa-search-result-half {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-search-result-list .bpa-search-result-half {
    width: 47.7272727273%;
  }
}

.bpa-search-result-list .bpa-teaser-list-inner {
  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;
}

.bpa-search-result-list .bpa-teaser-list-inner .bpa-topline,
.bpa-search-result-list .bpa-teaser-list-inner .bpa-topline-icon-before {
  margin: 0 0 0.375rem 0;
}

.bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-title-icon,
.bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-title {
  margin: 0 0 0.375rem 0;
}

.bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper {
  margin-bottom: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}

@media only screen and (max-width: 599px) {
  .bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper .bpa-btn-alike {
    bottom: 0.625rem;
    left: 0.625rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper .bpa-btn-alike {
    bottom: 0.9375rem;
    left: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper .bpa-btn-alike {
    bottom: 1.25rem;
    left: 1.25rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper {
    margin-right: 0;
  }
}

.bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-text-wrapper .bpa-teaser-info {
  margin-top: 0;
}

.bpa-search-result-list .bpa-teaser-list-inner .bpa-btn-on-image {
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-search-result-list .bpa-teaser-list-inner .bpa-btn-on-image-title-resp {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-image-column {
    min-width: 13.75rem;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-search-result-list .bpa-teaser-list-inner {
    display: inherit;
  }
  .bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-text-wrapper {
    margin-left: 0;
  }
  .bpa-search-result-list .bpa-teaser-list-inner .bpa-teaser-image-wrapper {
    margin-bottom: 1rem;
  }
}

.bpa-search-result-list .bpa-search-result-first-row {
  padding-top: 0;
}

@media only screen and (min-width: 1024px) {
  .bpa-search-result-list {
    padding: 4.5454545455%;
  }
}

.bpa-search-result-full {
  padding-right: 4.1666666667%;
  padding-left: 4.1666666667%;
}

@media only screen and (min-width: 1024px) {
  .bpa-search-result-full {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.bpa-search-result-highlight {
  background-color: #eeeff1;
}

.bpa-search-result-highlight .bpa-btn:not(:hover) {
  background-color: transparent;
}

.bpa-search-result-highlight.bpa-deep-cerulean {
  background-color: #0071ad;
}

@media only screen and (min-width: 600px) {
  .bpa-search-result-list .bpa-teaser-time-event .bpa-teaser-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.bpa-module.bpa-module-supplement.bpa-porcelain.bpa-humming-bird {
  background-color: #dcf1f9;
}

.bpa-article-header {
  width: 100%;
}

.bpa-article-header .bpa-article-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-article-header .bpa-article-header-inner .bpa-header-text {
  margin-right: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bpa-article-header .bpa-article-header-inner .bpa-padded-top {
  padding-top: 1rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-article-header .bpa-article-header-inner .bpa-padded-top {
    padding-top: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-article-header .bpa-article-header-inner .bpa-padded-top {
    padding-top: 1.875rem;
  }
}

.bpa-article-header .bpa-btn {
  margin-bottom: 2.625rem;
}

.bpa-article-header .bpa-collection-list {
  margin-top: 3.4375rem;
  margin-bottom: 2.0625rem;
}

.bpa-title + .bpa-article-header .bpa-collection-list {
  margin-top: 0;
}

.bpa-article-header .bpa-collection-item {
  padding: 0.5rem 0;
}

.bpa-article-header .bpa-collection-item:last-child {
  margin-bottom: 0;
}

.bpa-article-header .bpa-collection-item .bpa-time {
  color: #111314;
  margin: 0;
  padding: 0;
}

.bpa-porcelain .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-saffron .bpa-article-header .bpa-collection-item .bpa-time {
  color: #111314;
}

.bpa-shark .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-regal-blue .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-deep-cerulean .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-twitter .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-monza .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-mojo .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-blue-lagoon .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-tropical-rain-forest .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-bossanova .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-aqua-deep .bpa-article-header .bpa-collection-item .bpa-time,
.bpa-claret .bpa-article-header .bpa-collection-item .bpa-time {
  color: #fff;
}

.bpa-white .bpa-article-header .bpa-collection-item .bpa-time {
  color: #111314;
}

.bpa-article-header .bpa-collection-item .bpa-popover-button {
  margin-right: -0.625rem;
  margin-bottom: 0;
  padding: 0.625rem;
}

.bpa-article-header .bpa-collection-item .bpa-popover-button .bpa-btn-title {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.bpa-article-header .bpa-collection-item .bpa-popover-button .bpa-btn-icon-before {
  margin-right: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-article-header .bpa-collection-item .bpa-popover-button {
    padding: 0.75rem;
  }
}

.bpa-article-header .bpa-infomaterial-details .bpa-time {
  color: #111314;
}

.bpa-porcelain .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-saffron .bpa-article-header .bpa-infomaterial-details .bpa-time {
  color: #111314;
}

.bpa-shark .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-regal-blue .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-deep-cerulean .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-twitter .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-monza .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-mojo .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-blue-lagoon .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-tropical-rain-forest .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-bossanova .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-aqua-deep .bpa-article-header .bpa-infomaterial-details .bpa-time,
.bpa-claret .bpa-article-header .bpa-infomaterial-details .bpa-time {
  color: #fff;
}

.bpa-white .bpa-article-header .bpa-infomaterial-details .bpa-time {
  color: #111314;
}

.bpa-article-header .bpa-government-declaration-place-date {
  margin-top: 1.875rem;
}

.bpa-article-header-event .bpa-module-standard {
  width: 76.9230769231%;
}

.bpa-article-header-event .bpa-header-share {
  float: right;
}

.bpa-article-header .bpa-article-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-article-header.bpa-slim-text {
  padding-bottom: 5em;
}

.bpa-article-header.bpa-slim-text .bpa-title {
  margin-bottom: 3.125rem;
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
  font-size: 4.1875rem;
  font-weight: bold;
  line-height: 4.5625rem;
}

@media only screen and (max-width: 599px) {
  .bpa-article-header.bpa-slim-text .bpa-title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

.bpa-article-header.bpa-slim-text .bpa-short-text {
  padding: 0 0 0 8.3333333333%;
}

.bpa-article-header.bpa-slim-text .bpa-short-text p {
  font-family: "BundesSansWeb-Italic", Arial, Helvetica, sans-serif;
}

@media only screen and (min-width: 600px) {
  .bpa-article-header.bpa-slim-text .bpa-short-text {
    padding: 0 5.2631578947% 0 21.0526315789%;
  }
}

.bpa-short-text {
  color: #111314;
}

.bpa-porcelain .bpa-short-text,
.bpa-saffron .bpa-short-text {
  color: #111314;
}

.bpa-shark .bpa-short-text {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-short-text,
.bpa-deep-cerulean .bpa-short-text,
.bpa-twitter .bpa-short-text,
.bpa-monza .bpa-short-text,
.bpa-mojo .bpa-short-text,
.bpa-blue-lagoon .bpa-short-text,
.bpa-tropical-rain-forest .bpa-short-text,
.bpa-bossanova .bpa-short-text,
.bpa-aqua-deep .bpa-short-text,
.bpa-claret .bpa-short-text {
  color: #fff;
}

.bpa-white .bpa-short-text {
  color: #111314;
}

.bpa-info {
  margin-top: 2.1875rem;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-info .bpa-time {
  color: #111314;
  margin-top: 0;
  margin-right: 0.625rem;
  padding-bottom: 0;
  display: inline-block;
}

.bpa-porcelain .bpa-info .bpa-time,
.bpa-saffron .bpa-info .bpa-time {
  color: #111314;
}

.bpa-shark .bpa-info .bpa-time,
.bpa-regal-blue .bpa-info .bpa-time,
.bpa-deep-cerulean .bpa-info .bpa-time,
.bpa-twitter .bpa-info .bpa-time,
.bpa-monza .bpa-info .bpa-time,
.bpa-mojo .bpa-info .bpa-time,
.bpa-blue-lagoon .bpa-info .bpa-time,
.bpa-tropical-rain-forest .bpa-info .bpa-time,
.bpa-bossanova .bpa-info .bpa-time,
.bpa-aqua-deep .bpa-info .bpa-time,
.bpa-claret .bpa-info .bpa-time {
  color: #fff;
}

.bpa-white .bpa-info .bpa-time {
  color: #111314;
}

.bpa-infomaterial .bpa-short-text {
  margin-bottom: 2.375rem;
}

.bpa-infomaterial .bpa-info {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3.8461538462% 0 0;
}

@media only screen and (min-width: 1024px) {
  .bpa-infomaterial .bpa-info {
    padding: 4.1666666667% 8.3333333333% 0;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-infomaterial .bpa-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bpa-infomaterial-preview-image {
  padding-right: 4.1666666667%;
  width: 41.6666666667%;
}

@media only screen and (max-width: 599px) {
  .bpa-infomaterial-preview-image {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-infomaterial-preview-image {
    padding-right: 5%;
    width: 50%;
  }
}

.bpa-infomaterial-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bpa-infomaterial-details .bpa-icon-link-external {
  width: 1.125rem;
  height: 1.125rem;
}

@media only screen and (max-width: 599px) {
  .bpa-infomaterial-details {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-infomaterial-details {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-infomaterial-details {
    width: 50%;
  }
}

.bpa-infomaterial .bpa-abo-info .bpa-notice {
  display: block;
}

.bpa-faq-header .bpa-module-standard {
  width: 76.9230769231%;
}

.bpa-faq-header .bpa-icon-filter {
  margin-right: 0.3125rem;
}

.bpa-faq-header .bpa-header-share {
  float: right;
}

.bpa-faq-list .bpa-faq-title {
  color: #111314;
}

.bpa-porcelain .bpa-faq-list .bpa-faq-title,
.bpa-saffron .bpa-faq-list .bpa-faq-title {
  color: #111314;
}

.bpa-shark .bpa-faq-list .bpa-faq-title,
.bpa-regal-blue .bpa-faq-list .bpa-faq-title,
.bpa-deep-cerulean .bpa-faq-list .bpa-faq-title,
.bpa-twitter .bpa-faq-list .bpa-faq-title,
.bpa-monza .bpa-faq-list .bpa-faq-title,
.bpa-mojo .bpa-faq-list .bpa-faq-title,
.bpa-blue-lagoon .bpa-faq-list .bpa-faq-title,
.bpa-tropical-rain-forest .bpa-faq-list .bpa-faq-title,
.bpa-bossanova .bpa-faq-list .bpa-faq-title,
.bpa-aqua-deep .bpa-faq-list .bpa-faq-title,
.bpa-claret .bpa-faq-list .bpa-faq-title {
  color: #fff;
}

.bpa-white .bpa-faq-list .bpa-faq-title {
  color: #111314;
}

.bpa-faq-listitem {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.bpa-faq .bpa-short-text {
  color: #111314;
}

.bpa-porcelain .bpa-faq .bpa-short-text,
.bpa-saffron .bpa-faq .bpa-short-text {
  color: #111314;
}

.bpa-shark .bpa-faq .bpa-short-text,
.bpa-regal-blue .bpa-faq .bpa-short-text,
.bpa-deep-cerulean .bpa-faq .bpa-short-text,
.bpa-twitter .bpa-faq .bpa-short-text,
.bpa-monza .bpa-faq .bpa-short-text,
.bpa-mojo .bpa-faq .bpa-short-text,
.bpa-blue-lagoon .bpa-faq .bpa-short-text,
.bpa-tropical-rain-forest .bpa-faq .bpa-short-text,
.bpa-bossanova .bpa-faq .bpa-short-text,
.bpa-aqua-deep .bpa-faq .bpa-short-text,
.bpa-claret .bpa-faq .bpa-short-text {
  color: #fff;
}

.bpa-white .bpa-faq .bpa-short-text {
  color: #111314;
}

.bpa-lightbox-mediacenter[aria-hidden='true'] {
  display: none;
}

.bpa-lightbox-mediacenter .bpa-image-caption-mediacenter {
  padding-top: 0.625rem;
}

.bpa-lightbox-mediacenter .bpa-image-download-mediacenter {
  padding: 0 4.1666666667% 4.1666666667% 4.1666666667%;
}

.bpa-toggledown .bpa-lightbox-mediacenter .bpa-icon-close {
  display: inline-block;
}

.bpa-image-caption-top-slider-mediacenter-row,
.bpa-image-caption-top-mediacenter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon,
.bpa-image-caption-top-mediacenter-row-close .bpa-icon {
  fill: #4c4f50;
  margin-left: 2.625rem;
}

.bpa-porcelain .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon, .bpa-porcelain
.bpa-image-caption-top-mediacenter-row-close .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon, .bpa-shark
.bpa-image-caption-top-mediacenter-row-close .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon,
.bpa-deep-cerulean .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon,
.bpa-twitter .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon,
.bpa-monza .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon,
.bpa-mojo .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon,
.bpa-blue-lagoon .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon,
.bpa-tropical-rain-forest .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon,
.bpa-bossanova .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon,
.bpa-aqua-deep .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon,
.bpa-claret .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon, .bpa-regal-blue
.bpa-image-caption-top-mediacenter-row-close .bpa-icon,
.bpa-deep-cerulean
.bpa-image-caption-top-mediacenter-row-close .bpa-icon,
.bpa-twitter
.bpa-image-caption-top-mediacenter-row-close .bpa-icon,
.bpa-monza
.bpa-image-caption-top-mediacenter-row-close .bpa-icon,
.bpa-mojo
.bpa-image-caption-top-mediacenter-row-close .bpa-icon,
.bpa-blue-lagoon
.bpa-image-caption-top-mediacenter-row-close .bpa-icon,
.bpa-tropical-rain-forest
.bpa-image-caption-top-mediacenter-row-close .bpa-icon,
.bpa-bossanova
.bpa-image-caption-top-mediacenter-row-close .bpa-icon,
.bpa-aqua-deep
.bpa-image-caption-top-mediacenter-row-close .bpa-icon,
.bpa-claret
.bpa-image-caption-top-mediacenter-row-close .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon, .bpa-saffron
.bpa-image-caption-top-mediacenter-row-close .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-image-caption-top-slider-mediacenter-row-close .bpa-icon, .bpa-white
.bpa-image-caption-top-mediacenter-row-close .bpa-icon {
  fill: #4c4f50;
}

.bpa-image-caption-top-slider-mediacenter-row-right,
.bpa-image-caption-top-mediacenter-row-right {
  margin-left: auto;
}

.bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon,
.bpa-image-caption-top-mediacenter-row-right .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon, .bpa-porcelain
.bpa-image-caption-top-mediacenter-row-right .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon, .bpa-shark
.bpa-image-caption-top-mediacenter-row-right .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon,
.bpa-deep-cerulean .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon,
.bpa-twitter .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon,
.bpa-monza .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon,
.bpa-mojo .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon,
.bpa-blue-lagoon .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon,
.bpa-tropical-rain-forest .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon,
.bpa-bossanova .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon,
.bpa-aqua-deep .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon,
.bpa-claret .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon, .bpa-regal-blue
.bpa-image-caption-top-mediacenter-row-right .bpa-icon,
.bpa-deep-cerulean
.bpa-image-caption-top-mediacenter-row-right .bpa-icon,
.bpa-twitter
.bpa-image-caption-top-mediacenter-row-right .bpa-icon,
.bpa-monza
.bpa-image-caption-top-mediacenter-row-right .bpa-icon,
.bpa-mojo
.bpa-image-caption-top-mediacenter-row-right .bpa-icon,
.bpa-blue-lagoon
.bpa-image-caption-top-mediacenter-row-right .bpa-icon,
.bpa-tropical-rain-forest
.bpa-image-caption-top-mediacenter-row-right .bpa-icon,
.bpa-bossanova
.bpa-image-caption-top-mediacenter-row-right .bpa-icon,
.bpa-aqua-deep
.bpa-image-caption-top-mediacenter-row-right .bpa-icon,
.bpa-claret
.bpa-image-caption-top-mediacenter-row-right .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon, .bpa-saffron
.bpa-image-caption-top-mediacenter-row-right .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-image-caption-top-slider-mediacenter-row-right .bpa-icon, .bpa-white
.bpa-image-caption-top-mediacenter-row-right .bpa-icon {
  fill: #4c4f50;
}

.bpa-lightbox-content-mediacenter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 14000;
  background-color: #25292a;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.bpa-lightbox-content-mediacenter-header {
  padding: 4.1666666667%;
  z-index: 14000;
}

.bpa-richtext .bpa-lightbox-content-mediacenter-header h2 {
  color: #fff;
}

.bpa-lightbox-content-mediacenter-container {
  margin: auto;
  max-width: 1170px;
}

.bpa-lightbox-content-mediacenter .bpa-gallery-overview {
  padding-right: 11.5384615385%;
  padding-left: 11.5384615385%;
}

@media only screen and (max-width: 1023px) {
  .bpa-lightbox-content-mediacenter .bpa-gallery-overview {
    padding-right: 3.8461538462%;
    padding-left: 3.8461538462%;
  }
}

@media only screen and (max-width: 599px) and (orientation: landscape) {
  .bpa-lightbox-content-mediacenter .bpa-image-download-mediacenter {
    display: none;
  }
  .bpa-lightbox-content-mediacenter .bpa-image-caption-top-slider-mediacenter {
    margin: 0;
    width: 100%;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 14000;
    font-size: 0.75rem;
    background-color: #25292a;
  }
  .bpa-lightbox-content-mediacenter .bpa-image-caption-mediacenter {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    font-size: 0.75rem;
    background-color: #25292a;
  }
  .bpa-lightbox-content-mediacenter .bpa-image-caption-mediacenter .bpa-image-caption-mediacenter-download {
    display: none;
  }
}

@media only screen and (max-width: 599px) and (orientation: portrait) {
  .bpa-lightbox-content-mediacenter .bpa-image-caption-mediacenter {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.bpa-image-caption-top-mediacenter-row .bpa-topline-title {
  color: #fff;
}

.bpa-image-caption-top-mediacenter-date {
  margin: 0.3125rem 0 0 1.75rem;
}

@media only screen and (min-width: 600px) {
  .bpa-image-caption-top-mediacenter-date {
    margin: 0.3125rem 0 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-image-caption-top-mediacenter-date {
    margin: 0.3125rem 0 0 2.5rem;
  }
}

.bpa-lightboxes .bpa-lightbox[aria-hidden='true'] {
  display: none;
}

.bpa-lightboxes .bpa-lightbox-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15000;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-overflow-scrolling: touch;
}

.bpa-lightboxes .bpa-lightbox-container {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .bpa-lightboxes .bpa-lightbox-container {
    margin: 5rem auto;
    max-width: 56.25rem;
    min-height: auto;
  }
}

.bpa-lightboxes .bpa-lightbox-close {
  padding: 0.625rem;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 15000;
}

.bpa-lightboxes .bpa-lightbox-close .bpa-icon-close {
  width: 1.25rem;
  height: 1.25rem;
}

@media only screen and (max-width: 1023px) {
  .bpa-lightboxes .bpa-lightbox-close {
    position: fixed;
    top: 0.625rem;
    right: 1.875rem;
  }
}

.bpa-lightboxes .bpa-lightbox-content {
  padding: 0.9375rem 0.9375rem 3.125rem;
  width: 100%;
  position: relative;
  z-index: 14000;
}

@media only screen and (min-width: 600px) {
  .bpa-lightboxes .bpa-lightbox-content {
    padding: 3.75rem 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-lightboxes .bpa-lightbox-content {
    padding: 3.75rem;
  }
}

.bpa-lightbox {
  position: relative;
  z-index: 14000;
}

.bpa-tileteaser-lightboxes .bpa-lightbox-header {
  padding: 0.9375rem 0.9375rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 600px) {
  .bpa-tileteaser-lightboxes .bpa-lightbox-header {
    padding: 1.25rem 1.25rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bpa-tileteaser-lightboxes .bpa-lightbox-header-full {
  display: block;
}

@media only screen and (min-width: 600px) {
  .bpa-tileteaser-lightboxes .bpa-lightbox-header-icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    z-index: 15000;
  }
}

.bpa-tileteaser-lightboxes .bpa-lightbox-header-image {
  margin: 0 -0.9375rem;
}

@media only screen and (min-width: 600px) {
  .bpa-tileteaser-lightboxes .bpa-lightbox-header-image {
    margin: -1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    z-index: 14000;
  }
}

.bpa-tileteaser-lightboxes .bpa-lightbox .bpa-richtext h3 {
  margin: 1.75rem 0;
  padding: 0;
  font-family: "BundesSerifWeb-Bold", Georgia, Times New Roman, serif;
  font-size: 1.75rem;
}

.bpa-tileteaser-lightboxes .bpa-lightbox .bpa-richtext p {
  font-size: 1rem;
  line-height: 1.5625rem;
}

.bpa-tileteaser-lightboxes .bpa-lightbox .bpa-richtext p:last-of-type {
  margin-bottom: 0;
}

.bpa-tileteaser-lightboxes .bpa-lightbox .bpa-richtext .bpa-link,
.bpa-tileteaser-lightboxes .bpa-lightbox .bpa-richtext .bpa-link-external {
  font-size: 1rem;
  font-weight: 700;
}

.bpa-navi-lightboxes .bpa-lightbox .bpa-figure-embedded {
  margin-bottom: 0;
}

.bpa-navi-lightboxes .bpa-lightbox .bpa-richtext h3 {
  margin: 1.75rem 0;
  padding: 0;
  font-family: "BundesSerifWeb-Bold", Georgia, Times New Roman, serif;
  font-size: 1.75rem;
}

.bpa-navi-lightboxes .bpa-lightbox .bpa-richtext h4 {
  margin: 1.3125rem 0 0.3125rem;
  font-size: 1rem;
}

.bpa-navi-lightboxes .bpa-lightbox .bpa-richtext p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5625rem;
}

.bpa-navi-lightboxes .bpa-lightbox .bpa-richtext p:last-of-type {
  margin-bottom: 0;
}

.bpa-navi-lightboxes .bpa-lightbox .bpa-richtext .rte--list {
  padding-left: 1.1875rem;
  font-size: 1rem;
}

.bpa-navi-lightboxes .bpa-lightbox .bpa-richtext li {
  padding: 0;
  line-height: 1.5625rem;
}

.bpa-navi-lightboxes .bpa-lightbox .bpa-richtext li:before {
  margin: 0 0.4375rem 0 -1.125rem;
  font-size: 1.625rem;
}

.bpa-navi-lightboxes .bpa-lightbox .bpa-richtext .bpa-link,
.bpa-navi-lightboxes .bpa-lightbox .bpa-richtext .bpa-link-external {
  font-size: 1rem;
  font-weight: 700;
}

.bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-close {
  background-color: #e5243b;
}

.bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-close {
  background-color: #DDA63A;
}

.bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-close {
  background-color: #4C9F38;
}

.bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-close {
  background-color: #C5192D;
}

.bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-close {
  background-color: #FF3A21;
}

.bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-close {
  background-color: #26BDE2;
}

.bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-close {
  background-color: #FCC30B;
}

.bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-close {
  background-color: #A21942;
}

.bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-close {
  background-color: #FD6925;
}

.bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-close {
  background-color: #DD1367;
}

.bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-close {
  background-color: #FD9D24;
}

.bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-close {
  background-color: #BF8B2E;
}

.bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-close {
  background-color: #3F7E44;
}

.bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-close {
  background-color: #0A97D9;
}

.bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-close {
  background-color: #56C02B;
}

.bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-close {
  background-color: #00689D;
}

.bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-close {
  background-color: #19486A;
}

.bpa-tileteaser-lightboxes .bpa-goal-18 .bpa-lightbox-header,
.bpa-tileteaser-lightboxes .bpa-goal-18 .bpa-lightbox-close {
  background-color: #F2F2F2;
}

@media only screen and (min-width: 600px) {
  .bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-header {
    height: 20.625rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-header,
  .bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-header {
    height: 27.5rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-img-lightbox-image {
    height: 25.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-img-lightbox-image,
  .bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-img-lightbox-image {
    height: 34.375rem;
  }
}

.bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-icon-close,
.bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-icon-close {
  fill: #fff;
}

.bpa-tileteaser-lightboxes .bpa-goal-18 .bpa-icon-close {
  fill: #111314;
}

.bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-header-icon,
.bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-header-icon {
  max-width: 11.375rem;
  border: 1px solid #fff;
}

@media only screen and (min-width: 600px) {
  .bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-header-icon {
    max-width: 13.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-header-icon,
  .bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-header-icon {
    max-width: 15.125rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-header-image {
    min-height: 25.75rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-header-image {
    max-width: 27.6875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-header-image,
  .bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-header-image {
    max-width: 36.875rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-tileteaser-lightboxes .bpa-goal-1 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-2 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-3 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-4 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-5 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-6 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-7 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-8 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-9 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-10 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-11 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-12 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-13 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-14 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-15 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-16 .bpa-lightbox-header-image .bpa-img,
  .bpa-tileteaser-lightboxes .bpa-goal-17 .bpa-lightbox-header-image .bpa-img {
    min-height: 25.75rem;
  }
}

.bpa-richtext > h2,
.bpa-richtext > h3,
.bpa-richtext > h4,
.bpa-richtext > h5,
.bpa-richtext > h6,
.bpa-richtext > p,
.bpa-richtext > ul,
.bpa-richtext > ol,
.bpa-richtext > .bpa-time,
.bpa-richtext .bpa-subtitle,
.bpa-richtext .bpa-table,
.bpa-richtext .bpa-parallax-teaser,
.bpa-short-text > h2,
.bpa-short-text > h3,
.bpa-short-text > h4,
.bpa-short-text > h5,
.bpa-short-text > h6,
.bpa-short-text > p,
.bpa-short-text > ul,
.bpa-short-text > ol,
.bpa-short-text > .bpa-time,
.bpa-short-text .bpa-subtitle,
.bpa-short-text .bpa-table,
.bpa-short-text .bpa-parallax-teaser {
  margin: 0 0 1.6875rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-richtext > h2,
  .bpa-richtext > h3,
  .bpa-richtext > h4,
  .bpa-richtext > h5,
  .bpa-richtext > h6,
  .bpa-richtext > p,
  .bpa-richtext > ul,
  .bpa-richtext > ol,
  .bpa-richtext > .bpa-time,
  .bpa-richtext .bpa-subtitle,
  .bpa-richtext .bpa-table,
  .bpa-richtext .bpa-parallax-teaser,
  .bpa-short-text > h2,
  .bpa-short-text > h3,
  .bpa-short-text > h4,
  .bpa-short-text > h5,
  .bpa-short-text > h6,
  .bpa-short-text > p,
  .bpa-short-text > ul,
  .bpa-short-text > ol,
  .bpa-short-text > .bpa-time,
  .bpa-short-text .bpa-subtitle,
  .bpa-short-text .bpa-table,
  .bpa-short-text .bpa-parallax-teaser {
    margin: 0 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-richtext > h2,
  .bpa-richtext > h3,
  .bpa-richtext > h4,
  .bpa-richtext > h5,
  .bpa-richtext > h6,
  .bpa-richtext > p,
  .bpa-richtext > ul,
  .bpa-richtext > ol,
  .bpa-richtext > .bpa-time,
  .bpa-richtext .bpa-subtitle,
  .bpa-richtext .bpa-table,
  .bpa-richtext .bpa-parallax-teaser,
  .bpa-short-text > h2,
  .bpa-short-text > h3,
  .bpa-short-text > h4,
  .bpa-short-text > h5,
  .bpa-short-text > h6,
  .bpa-short-text > p,
  .bpa-short-text > ul,
  .bpa-short-text > ol,
  .bpa-short-text > .bpa-time,
  .bpa-short-text .bpa-subtitle,
  .bpa-short-text .bpa-table,
  .bpa-short-text .bpa-parallax-teaser {
    margin: 0 0 2.125rem;
  }
}

.bpa-richtext > h2,
.bpa-richtext > h3,
.bpa-richtext > .bpa-time,
.bpa-richtext > .bpa-balloon-module,
.bpa-short-text > h2,
.bpa-short-text > h3,
.bpa-short-text > .bpa-time,
.bpa-short-text > .bpa-balloon-module {
  padding-top: 0.625rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-richtext > h2,
  .bpa-richtext > h3,
  .bpa-richtext > .bpa-time,
  .bpa-richtext > .bpa-balloon-module,
  .bpa-short-text > h2,
  .bpa-short-text > h3,
  .bpa-short-text > .bpa-time,
  .bpa-short-text > .bpa-balloon-module {
    padding-top: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-richtext > h2,
  .bpa-richtext > h3,
  .bpa-richtext > .bpa-time,
  .bpa-richtext > .bpa-balloon-module,
  .bpa-short-text > h2,
  .bpa-short-text > h3,
  .bpa-short-text > .bpa-time,
  .bpa-short-text > .bpa-balloon-module {
    padding-top: 1.125rem;
  }
}

.bpa-richtext .bpa-subtitle,
.bpa-short-text .bpa-subtitle {
  padding-top: 0;
}

.bpa-richtext .pagebreak,
.bpa-short-text .pagebreak {
  display: none;
}

.bpa-richtext {
  color: #111314;
}

.bpa-porcelain .bpa-richtext,
.bpa-saffron .bpa-richtext {
  color: #111314;
}

.bpa-shark .bpa-richtext,
.bpa-regal-blue .bpa-richtext,
.bpa-deep-cerulean .bpa-richtext,
.bpa-twitter .bpa-richtext,
.bpa-monza .bpa-richtext,
.bpa-mojo .bpa-richtext,
.bpa-blue-lagoon .bpa-richtext,
.bpa-tropical-rain-forest .bpa-richtext,
.bpa-bossanova .bpa-richtext,
.bpa-aqua-deep .bpa-richtext,
.bpa-claret .bpa-richtext {
  color: #fff;
}

.bpa-white .bpa-richtext {
  color: #111314;
}

.bpa-richtext .bpa-module.bpa-module-overflow {
  margin: 1.25rem -5.1125% 0;
  width: 100vw;
}

.bpa-richtext .bpa-module.bpa-module-overflow .bpa-blockquote {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .bpa-richtext .bpa-module.bpa-module-overflow {
    margin: 2rem -5.1125% 0;
    width: 110%;
  }
}

.bpa-richtext .underline {
  text-decoration: underline;
}

.bpa-richtext .strike {
  text-decoration: line-through;
}

.bpa-richtext .center {
  text-align: center;
}

.bpa-richtext .justify {
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* stylelint-disable selector-class-pattern */
form {
  width: 100%;
  font-size: 1.375rem;
  line-height: 1.375em;
}

label,
.error-detail {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}

@media only screen and (min-width: 600px) {
  label,
  .error-detail {
    font-size: 1.125rem;
    line-height: 1.125em;
  }
}

.formErrors {
  color: #c0003c;
  border-color: #c0003c;
}

.bpa-porcelain .formErrors,
.bpa-saffron .formErrors {
  color: #c0003c;
}

.bpa-shark .formErrors,
.bpa-regal-blue .formErrors,
.bpa-deep-cerulean .formErrors,
.bpa-twitter .formErrors,
.bpa-monza .formErrors,
.bpa-mojo .formErrors,
.bpa-blue-lagoon .formErrors,
.bpa-tropical-rain-forest .formErrors,
.bpa-bossanova .formErrors,
.bpa-aqua-deep .formErrors,
.bpa-claret .formErrors {
  color: #fff;
}

.bpa-white .formErrors {
  color: #c0003c;
}

.bpa-porcelain .formErrors,
.bpa-saffron .formErrors {
  border-color: #c0003c;
}

.bpa-shark .formErrors,
.bpa-regal-blue .formErrors,
.bpa-deep-cerulean .formErrors,
.bpa-twitter .formErrors,
.bpa-monza .formErrors,
.bpa-mojo .formErrors,
.bpa-blue-lagoon .formErrors,
.bpa-tropical-rain-forest .formErrors,
.bpa-bossanova .formErrors,
.bpa-aqua-deep .formErrors,
.bpa-claret .formErrors {
  border-color: #fff;
}

.bpa-white .formErrors {
  border-color: #c0003c;
}

.formErrors .errors {
  color: #c0003c;
  border-color: #c0003c;
  font-weight: normal;
}

.bpa-porcelain .formErrors .errors,
.bpa-saffron .formErrors .errors {
  color: #c0003c;
}

.bpa-shark .formErrors .errors,
.bpa-regal-blue .formErrors .errors,
.bpa-deep-cerulean .formErrors .errors,
.bpa-twitter .formErrors .errors,
.bpa-monza .formErrors .errors,
.bpa-mojo .formErrors .errors,
.bpa-blue-lagoon .formErrors .errors,
.bpa-tropical-rain-forest .formErrors .errors,
.bpa-bossanova .formErrors .errors,
.bpa-aqua-deep .formErrors .errors,
.bpa-claret .formErrors .errors {
  color: #fff;
}

.bpa-white .formErrors .errors {
  color: #c0003c;
}

.bpa-porcelain .formErrors .errors,
.bpa-saffron .formErrors .errors {
  border-color: #c0003c;
}

.bpa-shark .formErrors .errors,
.bpa-regal-blue .formErrors .errors,
.bpa-deep-cerulean .formErrors .errors,
.bpa-twitter .formErrors .errors,
.bpa-monza .formErrors .errors,
.bpa-mojo .formErrors .errors,
.bpa-blue-lagoon .formErrors .errors,
.bpa-tropical-rain-forest .formErrors .errors,
.bpa-bossanova .formErrors .errors,
.bpa-aqua-deep .formErrors .errors,
.bpa-claret .formErrors .errors {
  border-color: #fff;
}

.bpa-white .formErrors .errors {
  border-color: #c0003c;
}

.formErrors .errors > span {
  display: block;
}

.hp-field,
.hidden-field {
  display: none !important;
}

.bpa-json-form form > p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bpa-json-form.bpa-poll-form .error-detail {
  display: none;
}

.bpa-json-form .btn {
  border: 1px solid #9aa0a2;
  background-color: #fff;
}

.bpa-porcelain .bpa-json-form .btn,
.bpa-shark .bpa-json-form .btn {
  border: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-json-form .btn,
.bpa-deep-cerulean .bpa-json-form .btn,
.bpa-twitter .bpa-json-form .btn,
.bpa-monza .bpa-json-form .btn,
.bpa-mojo .bpa-json-form .btn,
.bpa-blue-lagoon .bpa-json-form .btn,
.bpa-tropical-rain-forest .bpa-json-form .btn,
.bpa-bossanova .bpa-json-form .btn,
.bpa-aqua-deep .bpa-json-form .btn,
.bpa-claret .bpa-json-form .btn {
  border: 1px solid #fff;
}

.bpa-saffron .bpa-json-form .btn {
  border: 1px solid #111314;
}

.bpa-white .bpa-json-form .btn {
  border: 1px solid #9aa0a2;
}

.bpa-porcelain .bpa-json-form .btn {
  background-color: #eeeff1;
}

.bpa-shark .bpa-json-form .btn {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-json-form .btn {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-json-form .btn {
  background-color: #0071ad;
}

.bpa-twitter .bpa-json-form .btn {
  background-color: #1da1f2;
}

.bpa-monza .bpa-json-form .btn {
  background-color: #c0003c;
}

.bpa-saffron .bpa-json-form .btn {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-json-form .btn {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-json-form .btn {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-json-form .btn {
  background-color: #00854a;
}

.bpa-bossanova .bpa-json-form .btn {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-json-form .btn {
  background-color: #005c45;
}

.bpa-claret .bpa-json-form .btn {
  background-color: #780f2d;
}

.bpa-white .bpa-json-form .btn {
  background-color: #fff;
}

.bpa-json-form .btn:hover, .bpa-json-form .btn:focus {
  color: #fff;
  background-color: #0071ad;
  border-color: #0071ad;
}

.bpa-porcelain .bpa-json-form .btn:hover, .bpa-porcelain .bpa-json-form .btn:focus {
  color: #fff;
}

.bpa-shark .bpa-json-form .btn:hover, .bpa-shark .bpa-json-form .btn:focus {
  color: #25292a;
}

.bpa-regal-blue .bpa-json-form .btn:hover, .bpa-regal-blue .bpa-json-form .btn:focus {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-json-form .btn:hover, .bpa-deep-cerulean .bpa-json-form .btn:focus {
  color: #0071ad;
}

.bpa-twitter .bpa-json-form .btn:hover, .bpa-twitter .bpa-json-form .btn:focus {
  color: #1da1f2;
}

.bpa-monza .bpa-json-form .btn:hover, .bpa-monza .bpa-json-form .btn:focus {
  color: #c0003c;
}

.bpa-saffron .bpa-json-form .btn:hover, .bpa-saffron .bpa-json-form .btn:focus {
  color: #f7bb3d;
}

.bpa-mojo .bpa-json-form .btn:hover, .bpa-mojo .bpa-json-form .btn:focus {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-json-form .btn:hover, .bpa-blue-lagoon .bpa-json-form .btn:focus {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-json-form .btn:hover, .bpa-tropical-rain-forest .bpa-json-form .btn:focus {
  color: #00854a;
}

.bpa-bossanova .bpa-json-form .btn:hover,
.bpa-aqua-deep .bpa-json-form .btn:hover,
.bpa-claret .bpa-json-form .btn:hover, .bpa-bossanova .bpa-json-form .btn:focus,
.bpa-aqua-deep .bpa-json-form .btn:focus,
.bpa-claret .bpa-json-form .btn:focus {
  color: #111314;
}

.bpa-white .bpa-json-form .btn:hover, .bpa-white .bpa-json-form .btn:focus {
  color: #fff;
}

.bpa-porcelain .bpa-json-form .btn:hover, .bpa-porcelain .bpa-json-form .btn:focus {
  background-color: #0071ad;
}

.bpa-shark .bpa-json-form .btn:hover,
.bpa-regal-blue .bpa-json-form .btn:hover,
.bpa-deep-cerulean .bpa-json-form .btn:hover,
.bpa-twitter .bpa-json-form .btn:hover,
.bpa-monza .bpa-json-form .btn:hover,
.bpa-mojo .bpa-json-form .btn:hover,
.bpa-blue-lagoon .bpa-json-form .btn:hover,
.bpa-tropical-rain-forest .bpa-json-form .btn:hover,
.bpa-bossanova .bpa-json-form .btn:hover,
.bpa-aqua-deep .bpa-json-form .btn:hover,
.bpa-claret .bpa-json-form .btn:hover, .bpa-shark .bpa-json-form .btn:focus,
.bpa-regal-blue .bpa-json-form .btn:focus,
.bpa-deep-cerulean .bpa-json-form .btn:focus,
.bpa-twitter .bpa-json-form .btn:focus,
.bpa-monza .bpa-json-form .btn:focus,
.bpa-mojo .bpa-json-form .btn:focus,
.bpa-blue-lagoon .bpa-json-form .btn:focus,
.bpa-tropical-rain-forest .bpa-json-form .btn:focus,
.bpa-bossanova .bpa-json-form .btn:focus,
.bpa-aqua-deep .bpa-json-form .btn:focus,
.bpa-claret .bpa-json-form .btn:focus {
  background-color: #fff;
}

.bpa-saffron .bpa-json-form .btn:hover, .bpa-saffron .bpa-json-form .btn:focus {
  background-color: #111314;
}

.bpa-white .bpa-json-form .btn:hover, .bpa-white .bpa-json-form .btn:focus {
  background-color: #0071ad;
}

.bpa-porcelain .bpa-json-form .btn:hover, .bpa-porcelain .bpa-json-form .btn:focus {
  border-color: #0071ad;
}

.bpa-shark .bpa-json-form .btn:hover,
.bpa-regal-blue .bpa-json-form .btn:hover,
.bpa-deep-cerulean .bpa-json-form .btn:hover,
.bpa-twitter .bpa-json-form .btn:hover,
.bpa-monza .bpa-json-form .btn:hover,
.bpa-mojo .bpa-json-form .btn:hover,
.bpa-blue-lagoon .bpa-json-form .btn:hover,
.bpa-tropical-rain-forest .bpa-json-form .btn:hover,
.bpa-bossanova .bpa-json-form .btn:hover,
.bpa-aqua-deep .bpa-json-form .btn:hover,
.bpa-claret .bpa-json-form .btn:hover, .bpa-shark .bpa-json-form .btn:focus,
.bpa-regal-blue .bpa-json-form .btn:focus,
.bpa-deep-cerulean .bpa-json-form .btn:focus,
.bpa-twitter .bpa-json-form .btn:focus,
.bpa-monza .bpa-json-form .btn:focus,
.bpa-mojo .bpa-json-form .btn:focus,
.bpa-blue-lagoon .bpa-json-form .btn:focus,
.bpa-tropical-rain-forest .bpa-json-form .btn:focus,
.bpa-bossanova .bpa-json-form .btn:focus,
.bpa-aqua-deep .bpa-json-form .btn:focus,
.bpa-claret .bpa-json-form .btn:focus {
  border-color: #fff;
}

.bpa-saffron .bpa-json-form .btn:hover, .bpa-saffron .bpa-json-form .btn:focus {
  border-color: #111314;
}

.bpa-white .bpa-json-form .btn:hover, .bpa-white .bpa-json-form .btn:focus {
  border-color: #0071ad;
}

.bpa-json-form .btn + .btn {
  margin-left: 0.625rem;
}

.bpa-json-form .form-message p {
  margin: 0 0 1.6875rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-json-form .form-message p {
    margin: 0 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-json-form .form-message p {
    margin: 0 0 2.125rem;
  }
}

.form-group {
  margin-bottom: 2.5rem;
}

.form-group > label {
  color: #0071ad;
  width: 77%;
  display: block;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.bpa-porcelain .form-group > label {
  color: #0071ad;
}

.bpa-shark .form-group > label {
  color: #9aa0a2;
}

.bpa-regal-blue .form-group > label,
.bpa-deep-cerulean .form-group > label,
.bpa-twitter .form-group > label,
.bpa-monza .form-group > label,
.bpa-mojo .form-group > label,
.bpa-blue-lagoon .form-group > label,
.bpa-tropical-rain-forest .form-group > label,
.bpa-bossanova .form-group > label,
.bpa-aqua-deep .form-group > label,
.bpa-claret .form-group > label {
  color: #fff;
}

.bpa-saffron .form-group > label {
  color: #111314;
}

.bpa-white .form-group > label {
  color: #0071ad;
}

.form-group.field-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-group.field-error .form-error {
  margin-top: 0.625rem;
}

.form-group.field-error .checkboxes + .form-error,
.form-group.field-error .radio + .form-error {
  margin-top: 0;
}

.form-group.field-array > label {
  border-bottom: 1em;
}

.form-group.field-string:not(.js-transform-placeholder-to-label) label {
  color: #4c4f50;
  -webkit-transform: translateY(1.9375rem) scale(1.3333333333);
          transform: translateY(1.9375rem) scale(1.3333333333);
  cursor: text;
}

.bpa-porcelain .form-group.field-string:not(.js-transform-placeholder-to-label) label {
  color: #4c4f50;
}

.bpa-shark .form-group.field-string:not(.js-transform-placeholder-to-label) label {
  color: #9aa0a2;
}

.bpa-regal-blue .form-group.field-string:not(.js-transform-placeholder-to-label) label,
.bpa-deep-cerulean .form-group.field-string:not(.js-transform-placeholder-to-label) label,
.bpa-twitter .form-group.field-string:not(.js-transform-placeholder-to-label) label,
.bpa-monza .form-group.field-string:not(.js-transform-placeholder-to-label) label,
.bpa-mojo .form-group.field-string:not(.js-transform-placeholder-to-label) label,
.bpa-blue-lagoon .form-group.field-string:not(.js-transform-placeholder-to-label) label,
.bpa-tropical-rain-forest .form-group.field-string:not(.js-transform-placeholder-to-label) label,
.bpa-bossanova .form-group.field-string:not(.js-transform-placeholder-to-label) label,
.bpa-aqua-deep .form-group.field-string:not(.js-transform-placeholder-to-label) label,
.bpa-claret .form-group.field-string:not(.js-transform-placeholder-to-label) label {
  color: #fff;
}

.bpa-saffron .form-group.field-string:not(.js-transform-placeholder-to-label) label {
  color: #111314;
}

.bpa-white .form-group.field-string:not(.js-transform-placeholder-to-label) label {
  color: #4c4f50;
}

.form-group.field-string.has-error label,
.form-group.field-string.has-error .error-detail {
  color: #c0003c;
  border-color: #c0003c;
}

.bpa-porcelain .form-group.field-string.has-error label,
.bpa-saffron .form-group.field-string.has-error label, .bpa-porcelain
.form-group.field-string.has-error .error-detail,
.bpa-saffron
.form-group.field-string.has-error .error-detail {
  color: #c0003c;
}

.bpa-shark .form-group.field-string.has-error label,
.bpa-regal-blue .form-group.field-string.has-error label,
.bpa-deep-cerulean .form-group.field-string.has-error label,
.bpa-twitter .form-group.field-string.has-error label,
.bpa-monza .form-group.field-string.has-error label,
.bpa-mojo .form-group.field-string.has-error label,
.bpa-blue-lagoon .form-group.field-string.has-error label,
.bpa-tropical-rain-forest .form-group.field-string.has-error label,
.bpa-bossanova .form-group.field-string.has-error label,
.bpa-aqua-deep .form-group.field-string.has-error label,
.bpa-claret .form-group.field-string.has-error label, .bpa-shark
.form-group.field-string.has-error .error-detail,
.bpa-regal-blue
.form-group.field-string.has-error .error-detail,
.bpa-deep-cerulean
.form-group.field-string.has-error .error-detail,
.bpa-twitter
.form-group.field-string.has-error .error-detail,
.bpa-monza
.form-group.field-string.has-error .error-detail,
.bpa-mojo
.form-group.field-string.has-error .error-detail,
.bpa-blue-lagoon
.form-group.field-string.has-error .error-detail,
.bpa-tropical-rain-forest
.form-group.field-string.has-error .error-detail,
.bpa-bossanova
.form-group.field-string.has-error .error-detail,
.bpa-aqua-deep
.form-group.field-string.has-error .error-detail,
.bpa-claret
.form-group.field-string.has-error .error-detail {
  color: #fff;
}

.bpa-white .form-group.field-string.has-error label, .bpa-white
.form-group.field-string.has-error .error-detail {
  color: #c0003c;
}

.bpa-porcelain .form-group.field-string.has-error label,
.bpa-saffron .form-group.field-string.has-error label, .bpa-porcelain
.form-group.field-string.has-error .error-detail,
.bpa-saffron
.form-group.field-string.has-error .error-detail {
  border-color: #c0003c;
}

.bpa-shark .form-group.field-string.has-error label,
.bpa-regal-blue .form-group.field-string.has-error label,
.bpa-deep-cerulean .form-group.field-string.has-error label,
.bpa-twitter .form-group.field-string.has-error label,
.bpa-monza .form-group.field-string.has-error label,
.bpa-mojo .form-group.field-string.has-error label,
.bpa-blue-lagoon .form-group.field-string.has-error label,
.bpa-tropical-rain-forest .form-group.field-string.has-error label,
.bpa-bossanova .form-group.field-string.has-error label,
.bpa-aqua-deep .form-group.field-string.has-error label,
.bpa-claret .form-group.field-string.has-error label, .bpa-shark
.form-group.field-string.has-error .error-detail,
.bpa-regal-blue
.form-group.field-string.has-error .error-detail,
.bpa-deep-cerulean
.form-group.field-string.has-error .error-detail,
.bpa-twitter
.form-group.field-string.has-error .error-detail,
.bpa-monza
.form-group.field-string.has-error .error-detail,
.bpa-mojo
.form-group.field-string.has-error .error-detail,
.bpa-blue-lagoon
.form-group.field-string.has-error .error-detail,
.bpa-tropical-rain-forest
.form-group.field-string.has-error .error-detail,
.bpa-bossanova
.form-group.field-string.has-error .error-detail,
.bpa-aqua-deep
.form-group.field-string.has-error .error-detail,
.bpa-claret
.form-group.field-string.has-error .error-detail {
  border-color: #fff;
}

.bpa-white .form-group.field-string.has-error label, .bpa-white
.form-group.field-string.has-error .error-detail {
  border-color: #c0003c;
}

.form-group.field-array.has-error .error-detail {
  color: #c0003c;
  border-color: #c0003c;
}

.bpa-porcelain .form-group.field-array.has-error .error-detail,
.bpa-saffron .form-group.field-array.has-error .error-detail {
  color: #c0003c;
}

.bpa-shark .form-group.field-array.has-error .error-detail,
.bpa-regal-blue .form-group.field-array.has-error .error-detail,
.bpa-deep-cerulean .form-group.field-array.has-error .error-detail,
.bpa-twitter .form-group.field-array.has-error .error-detail,
.bpa-monza .form-group.field-array.has-error .error-detail,
.bpa-mojo .form-group.field-array.has-error .error-detail,
.bpa-blue-lagoon .form-group.field-array.has-error .error-detail,
.bpa-tropical-rain-forest .form-group.field-array.has-error .error-detail,
.bpa-bossanova .form-group.field-array.has-error .error-detail,
.bpa-aqua-deep .form-group.field-array.has-error .error-detail,
.bpa-claret .form-group.field-array.has-error .error-detail {
  color: #fff;
}

.bpa-white .form-group.field-array.has-error .error-detail {
  color: #c0003c;
}

.bpa-porcelain .form-group.field-array.has-error .error-detail,
.bpa-saffron .form-group.field-array.has-error .error-detail {
  border-color: #c0003c;
}

.bpa-shark .form-group.field-array.has-error .error-detail,
.bpa-regal-blue .form-group.field-array.has-error .error-detail,
.bpa-deep-cerulean .form-group.field-array.has-error .error-detail,
.bpa-twitter .form-group.field-array.has-error .error-detail,
.bpa-monza .form-group.field-array.has-error .error-detail,
.bpa-mojo .form-group.field-array.has-error .error-detail,
.bpa-blue-lagoon .form-group.field-array.has-error .error-detail,
.bpa-tropical-rain-forest .form-group.field-array.has-error .error-detail,
.bpa-bossanova .form-group.field-array.has-error .error-detail,
.bpa-aqua-deep .form-group.field-array.has-error .error-detail,
.bpa-claret .form-group.field-array.has-error .error-detail {
  border-color: #fff;
}

.bpa-white .form-group.field-array.has-error .error-detail {
  border-color: #c0003c;
}

.checkbox,
.radio {
  margin-bottom: 0.75rem;
}

.checkbox label,
.radio label {
  width: 100%;
  height: 100%;
  display: block;
}

.checkbox label > span,
.radio label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox label > span > span,
.radio label > span > span {
  max-width: calc(100% - 40px);
  display: inline-block;
}

.has-error input[type="text"], input[type="text"]:invalid, .has-error input[type="password"], input[type="password"]:invalid, .has-error input[type="email"], input[type="email"]:invalid {
  color: #111314;
  border-color: #c0003c;
}

.bpa-porcelain .has-error input[type="text"],
.bpa-saffron .has-error input[type="text"], .bpa-porcelain input[type="text"]:invalid,
.bpa-saffron input[type="text"]:invalid, .bpa-porcelain .has-error input[type="password"],
.bpa-saffron .has-error input[type="password"], .bpa-porcelain input[type="password"]:invalid,
.bpa-saffron input[type="password"]:invalid, .bpa-porcelain .has-error input[type="email"],
.bpa-saffron .has-error input[type="email"], .bpa-porcelain input[type="email"]:invalid,
.bpa-saffron input[type="email"]:invalid {
  color: #111314;
}

.bpa-shark .has-error input[type="text"],
.bpa-regal-blue .has-error input[type="text"],
.bpa-deep-cerulean .has-error input[type="text"],
.bpa-twitter .has-error input[type="text"],
.bpa-monza .has-error input[type="text"],
.bpa-mojo .has-error input[type="text"],
.bpa-blue-lagoon .has-error input[type="text"],
.bpa-tropical-rain-forest .has-error input[type="text"],
.bpa-bossanova .has-error input[type="text"],
.bpa-aqua-deep .has-error input[type="text"],
.bpa-claret .has-error input[type="text"], .bpa-shark input[type="text"]:invalid,
.bpa-regal-blue input[type="text"]:invalid,
.bpa-deep-cerulean input[type="text"]:invalid,
.bpa-twitter input[type="text"]:invalid,
.bpa-monza input[type="text"]:invalid,
.bpa-mojo input[type="text"]:invalid,
.bpa-blue-lagoon input[type="text"]:invalid,
.bpa-tropical-rain-forest input[type="text"]:invalid,
.bpa-bossanova input[type="text"]:invalid,
.bpa-aqua-deep input[type="text"]:invalid,
.bpa-claret input[type="text"]:invalid, .bpa-shark .has-error input[type="password"],
.bpa-regal-blue .has-error input[type="password"],
.bpa-deep-cerulean .has-error input[type="password"],
.bpa-twitter .has-error input[type="password"],
.bpa-monza .has-error input[type="password"],
.bpa-mojo .has-error input[type="password"],
.bpa-blue-lagoon .has-error input[type="password"],
.bpa-tropical-rain-forest .has-error input[type="password"],
.bpa-bossanova .has-error input[type="password"],
.bpa-aqua-deep .has-error input[type="password"],
.bpa-claret .has-error input[type="password"], .bpa-shark input[type="password"]:invalid,
.bpa-regal-blue input[type="password"]:invalid,
.bpa-deep-cerulean input[type="password"]:invalid,
.bpa-twitter input[type="password"]:invalid,
.bpa-monza input[type="password"]:invalid,
.bpa-mojo input[type="password"]:invalid,
.bpa-blue-lagoon input[type="password"]:invalid,
.bpa-tropical-rain-forest input[type="password"]:invalid,
.bpa-bossanova input[type="password"]:invalid,
.bpa-aqua-deep input[type="password"]:invalid,
.bpa-claret input[type="password"]:invalid, .bpa-shark .has-error input[type="email"],
.bpa-regal-blue .has-error input[type="email"],
.bpa-deep-cerulean .has-error input[type="email"],
.bpa-twitter .has-error input[type="email"],
.bpa-monza .has-error input[type="email"],
.bpa-mojo .has-error input[type="email"],
.bpa-blue-lagoon .has-error input[type="email"],
.bpa-tropical-rain-forest .has-error input[type="email"],
.bpa-bossanova .has-error input[type="email"],
.bpa-aqua-deep .has-error input[type="email"],
.bpa-claret .has-error input[type="email"], .bpa-shark input[type="email"]:invalid,
.bpa-regal-blue input[type="email"]:invalid,
.bpa-deep-cerulean input[type="email"]:invalid,
.bpa-twitter input[type="email"]:invalid,
.bpa-monza input[type="email"]:invalid,
.bpa-mojo input[type="email"]:invalid,
.bpa-blue-lagoon input[type="email"]:invalid,
.bpa-tropical-rain-forest input[type="email"]:invalid,
.bpa-bossanova input[type="email"]:invalid,
.bpa-aqua-deep input[type="email"]:invalid,
.bpa-claret input[type="email"]:invalid {
  color: #fff;
}

.bpa-white .has-error input[type="text"], .bpa-white input[type="text"]:invalid, .bpa-white .has-error input[type="password"], .bpa-white input[type="password"]:invalid, .bpa-white .has-error input[type="email"], .bpa-white input[type="email"]:invalid {
  color: #111314;
}

.bpa-porcelain .has-error input[type="text"],
.bpa-saffron .has-error input[type="text"], .bpa-porcelain input[type="text"]:invalid,
.bpa-saffron input[type="text"]:invalid, .bpa-porcelain .has-error input[type="password"],
.bpa-saffron .has-error input[type="password"], .bpa-porcelain input[type="password"]:invalid,
.bpa-saffron input[type="password"]:invalid, .bpa-porcelain .has-error input[type="email"],
.bpa-saffron .has-error input[type="email"], .bpa-porcelain input[type="email"]:invalid,
.bpa-saffron input[type="email"]:invalid {
  border-color: #c0003c;
}

.bpa-shark .has-error input[type="text"],
.bpa-regal-blue .has-error input[type="text"],
.bpa-deep-cerulean .has-error input[type="text"],
.bpa-twitter .has-error input[type="text"],
.bpa-monza .has-error input[type="text"],
.bpa-mojo .has-error input[type="text"],
.bpa-blue-lagoon .has-error input[type="text"],
.bpa-tropical-rain-forest .has-error input[type="text"],
.bpa-bossanova .has-error input[type="text"],
.bpa-aqua-deep .has-error input[type="text"],
.bpa-claret .has-error input[type="text"], .bpa-shark input[type="text"]:invalid,
.bpa-regal-blue input[type="text"]:invalid,
.bpa-deep-cerulean input[type="text"]:invalid,
.bpa-twitter input[type="text"]:invalid,
.bpa-monza input[type="text"]:invalid,
.bpa-mojo input[type="text"]:invalid,
.bpa-blue-lagoon input[type="text"]:invalid,
.bpa-tropical-rain-forest input[type="text"]:invalid,
.bpa-bossanova input[type="text"]:invalid,
.bpa-aqua-deep input[type="text"]:invalid,
.bpa-claret input[type="text"]:invalid, .bpa-shark .has-error input[type="password"],
.bpa-regal-blue .has-error input[type="password"],
.bpa-deep-cerulean .has-error input[type="password"],
.bpa-twitter .has-error input[type="password"],
.bpa-monza .has-error input[type="password"],
.bpa-mojo .has-error input[type="password"],
.bpa-blue-lagoon .has-error input[type="password"],
.bpa-tropical-rain-forest .has-error input[type="password"],
.bpa-bossanova .has-error input[type="password"],
.bpa-aqua-deep .has-error input[type="password"],
.bpa-claret .has-error input[type="password"], .bpa-shark input[type="password"]:invalid,
.bpa-regal-blue input[type="password"]:invalid,
.bpa-deep-cerulean input[type="password"]:invalid,
.bpa-twitter input[type="password"]:invalid,
.bpa-monza input[type="password"]:invalid,
.bpa-mojo input[type="password"]:invalid,
.bpa-blue-lagoon input[type="password"]:invalid,
.bpa-tropical-rain-forest input[type="password"]:invalid,
.bpa-bossanova input[type="password"]:invalid,
.bpa-aqua-deep input[type="password"]:invalid,
.bpa-claret input[type="password"]:invalid, .bpa-shark .has-error input[type="email"],
.bpa-regal-blue .has-error input[type="email"],
.bpa-deep-cerulean .has-error input[type="email"],
.bpa-twitter .has-error input[type="email"],
.bpa-monza .has-error input[type="email"],
.bpa-mojo .has-error input[type="email"],
.bpa-blue-lagoon .has-error input[type="email"],
.bpa-tropical-rain-forest .has-error input[type="email"],
.bpa-bossanova .has-error input[type="email"],
.bpa-aqua-deep .has-error input[type="email"],
.bpa-claret .has-error input[type="email"], .bpa-shark input[type="email"]:invalid,
.bpa-regal-blue input[type="email"]:invalid,
.bpa-deep-cerulean input[type="email"]:invalid,
.bpa-twitter input[type="email"]:invalid,
.bpa-monza input[type="email"]:invalid,
.bpa-mojo input[type="email"]:invalid,
.bpa-blue-lagoon input[type="email"]:invalid,
.bpa-tropical-rain-forest input[type="email"]:invalid,
.bpa-bossanova input[type="email"]:invalid,
.bpa-aqua-deep input[type="email"]:invalid,
.bpa-claret input[type="email"]:invalid {
  border-color: #fff;
}

.bpa-white .has-error input[type="text"], .bpa-white input[type="text"]:invalid, .bpa-white .has-error input[type="password"], .bpa-white input[type="password"]:invalid, .bpa-white .has-error input[type="email"], .bpa-white input[type="email"]:invalid {
  border-color: #c0003c;
}

.bpa-json-form input[type="text"], .bpa-json-form input[type="password"], .bpa-json-form input[type="email"] {
  background-color: #fff;
}

.bpa-porcelain .bpa-json-form input[type="text"], .bpa-porcelain .bpa-json-form input[type="password"], .bpa-porcelain .bpa-json-form input[type="email"] {
  background-color: #eeeff1;
}

.bpa-shark .bpa-json-form input[type="text"], .bpa-shark .bpa-json-form input[type="password"], .bpa-shark .bpa-json-form input[type="email"] {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-json-form input[type="text"], .bpa-regal-blue .bpa-json-form input[type="password"], .bpa-regal-blue .bpa-json-form input[type="email"] {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-json-form input[type="text"], .bpa-deep-cerulean .bpa-json-form input[type="password"], .bpa-deep-cerulean .bpa-json-form input[type="email"] {
  background-color: #0071ad;
}

.bpa-twitter .bpa-json-form input[type="text"], .bpa-twitter .bpa-json-form input[type="password"], .bpa-twitter .bpa-json-form input[type="email"] {
  background-color: #1da1f2;
}

.bpa-monza .bpa-json-form input[type="text"], .bpa-monza .bpa-json-form input[type="password"], .bpa-monza .bpa-json-form input[type="email"] {
  background-color: #c0003c;
}

.bpa-saffron .bpa-json-form input[type="text"], .bpa-saffron .bpa-json-form input[type="password"], .bpa-saffron .bpa-json-form input[type="email"] {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-json-form input[type="text"], .bpa-mojo .bpa-json-form input[type="password"], .bpa-mojo .bpa-json-form input[type="email"] {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-json-form input[type="text"], .bpa-blue-lagoon .bpa-json-form input[type="password"], .bpa-blue-lagoon .bpa-json-form input[type="email"] {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-json-form input[type="text"], .bpa-tropical-rain-forest .bpa-json-form input[type="password"], .bpa-tropical-rain-forest .bpa-json-form input[type="email"] {
  background-color: #00854a;
}

.bpa-bossanova .bpa-json-form input[type="text"], .bpa-bossanova .bpa-json-form input[type="password"], .bpa-bossanova .bpa-json-form input[type="email"] {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-json-form input[type="text"], .bpa-aqua-deep .bpa-json-form input[type="password"], .bpa-aqua-deep .bpa-json-form input[type="email"] {
  background-color: #005c45;
}

.bpa-claret .bpa-json-form input[type="text"], .bpa-claret .bpa-json-form input[type="password"], .bpa-claret .bpa-json-form input[type="email"] {
  background-color: #780f2d;
}

.bpa-white .bpa-json-form input[type="text"], .bpa-white .bpa-json-form input[type="password"], .bpa-white .bpa-json-form input[type="email"] {
  background-color: #fff;
}

.bpa-transparent .bpa-json-form input[type="text"], .bpa-transparent .bpa-json-form input[type="password"], .bpa-transparent .bpa-json-form input[type="email"] {
  background-color: transparent;
}

.bpa-json-form input[type="text"]::-webkit-input-placeholder, .bpa-json-form input[type="password"]::-webkit-input-placeholder, .bpa-json-form input[type="email"]::-webkit-input-placeholder {
  color: #111314;
}

.bpa-json-form input[type="text"]::-ms-input-placeholder, .bpa-json-form input[type="password"]::-ms-input-placeholder, .bpa-json-form input[type="email"]::-ms-input-placeholder {
  color: #111314;
}

.bpa-json-form input[type="text"]::placeholder, .bpa-json-form input[type="password"]::placeholder, .bpa-json-form input[type="email"]::placeholder {
  color: #111314;
}

.bpa-porcelain .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-saffron .bpa-json-form input[type="text"]::-webkit-input-placeholder, .bpa-porcelain .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-saffron .bpa-json-form input[type="password"]::-webkit-input-placeholder, .bpa-porcelain .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-saffron .bpa-json-form input[type="email"]::-webkit-input-placeholder {
  color: #111314;
}

.bpa-porcelain .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-saffron .bpa-json-form input[type="text"]::-ms-input-placeholder, .bpa-porcelain .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-saffron .bpa-json-form input[type="password"]::-ms-input-placeholder, .bpa-porcelain .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-saffron .bpa-json-form input[type="email"]::-ms-input-placeholder {
  color: #111314;
}

.bpa-porcelain .bpa-json-form input[type="text"]::placeholder,
.bpa-saffron .bpa-json-form input[type="text"]::placeholder, .bpa-porcelain .bpa-json-form input[type="password"]::placeholder,
.bpa-saffron .bpa-json-form input[type="password"]::placeholder, .bpa-porcelain .bpa-json-form input[type="email"]::placeholder,
.bpa-saffron .bpa-json-form input[type="email"]::placeholder {
  color: #111314;
}

.bpa-shark .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-regal-blue .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-deep-cerulean .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-twitter .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-monza .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-mojo .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-blue-lagoon .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-tropical-rain-forest .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-bossanova .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-aqua-deep .bpa-json-form input[type="text"]::-webkit-input-placeholder,
.bpa-claret .bpa-json-form input[type="text"]::-webkit-input-placeholder, .bpa-shark .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-regal-blue .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-deep-cerulean .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-twitter .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-monza .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-mojo .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-blue-lagoon .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-tropical-rain-forest .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-bossanova .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-aqua-deep .bpa-json-form input[type="password"]::-webkit-input-placeholder,
.bpa-claret .bpa-json-form input[type="password"]::-webkit-input-placeholder, .bpa-shark .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-regal-blue .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-deep-cerulean .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-twitter .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-monza .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-mojo .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-blue-lagoon .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-tropical-rain-forest .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-bossanova .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-aqua-deep .bpa-json-form input[type="email"]::-webkit-input-placeholder,
.bpa-claret .bpa-json-form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.bpa-shark .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-regal-blue .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-deep-cerulean .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-twitter .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-monza .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-mojo .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-blue-lagoon .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-tropical-rain-forest .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-bossanova .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-aqua-deep .bpa-json-form input[type="text"]::-ms-input-placeholder,
.bpa-claret .bpa-json-form input[type="text"]::-ms-input-placeholder, .bpa-shark .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-regal-blue .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-deep-cerulean .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-twitter .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-monza .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-mojo .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-blue-lagoon .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-tropical-rain-forest .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-bossanova .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-aqua-deep .bpa-json-form input[type="password"]::-ms-input-placeholder,
.bpa-claret .bpa-json-form input[type="password"]::-ms-input-placeholder, .bpa-shark .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-regal-blue .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-deep-cerulean .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-twitter .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-monza .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-mojo .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-blue-lagoon .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-tropical-rain-forest .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-bossanova .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-aqua-deep .bpa-json-form input[type="email"]::-ms-input-placeholder,
.bpa-claret .bpa-json-form input[type="email"]::-ms-input-placeholder {
  color: #fff;
}

.bpa-shark .bpa-json-form input[type="text"]::placeholder,
.bpa-regal-blue .bpa-json-form input[type="text"]::placeholder,
.bpa-deep-cerulean .bpa-json-form input[type="text"]::placeholder,
.bpa-twitter .bpa-json-form input[type="text"]::placeholder,
.bpa-monza .bpa-json-form input[type="text"]::placeholder,
.bpa-mojo .bpa-json-form input[type="text"]::placeholder,
.bpa-blue-lagoon .bpa-json-form input[type="text"]::placeholder,
.bpa-tropical-rain-forest .bpa-json-form input[type="text"]::placeholder,
.bpa-bossanova .bpa-json-form input[type="text"]::placeholder,
.bpa-aqua-deep .bpa-json-form input[type="text"]::placeholder,
.bpa-claret .bpa-json-form input[type="text"]::placeholder, .bpa-shark .bpa-json-form input[type="password"]::placeholder,
.bpa-regal-blue .bpa-json-form input[type="password"]::placeholder,
.bpa-deep-cerulean .bpa-json-form input[type="password"]::placeholder,
.bpa-twitter .bpa-json-form input[type="password"]::placeholder,
.bpa-monza .bpa-json-form input[type="password"]::placeholder,
.bpa-mojo .bpa-json-form input[type="password"]::placeholder,
.bpa-blue-lagoon .bpa-json-form input[type="password"]::placeholder,
.bpa-tropical-rain-forest .bpa-json-form input[type="password"]::placeholder,
.bpa-bossanova .bpa-json-form input[type="password"]::placeholder,
.bpa-aqua-deep .bpa-json-form input[type="password"]::placeholder,
.bpa-claret .bpa-json-form input[type="password"]::placeholder, .bpa-shark .bpa-json-form input[type="email"]::placeholder,
.bpa-regal-blue .bpa-json-form input[type="email"]::placeholder,
.bpa-deep-cerulean .bpa-json-form input[type="email"]::placeholder,
.bpa-twitter .bpa-json-form input[type="email"]::placeholder,
.bpa-monza .bpa-json-form input[type="email"]::placeholder,
.bpa-mojo .bpa-json-form input[type="email"]::placeholder,
.bpa-blue-lagoon .bpa-json-form input[type="email"]::placeholder,
.bpa-tropical-rain-forest .bpa-json-form input[type="email"]::placeholder,
.bpa-bossanova .bpa-json-form input[type="email"]::placeholder,
.bpa-aqua-deep .bpa-json-form input[type="email"]::placeholder,
.bpa-claret .bpa-json-form input[type="email"]::placeholder {
  color: #fff;
}

.bpa-white .bpa-json-form input[type="text"]::-webkit-input-placeholder, .bpa-white .bpa-json-form input[type="password"]::-webkit-input-placeholder, .bpa-white .bpa-json-form input[type="email"]::-webkit-input-placeholder {
  color: #111314;
}

.bpa-white .bpa-json-form input[type="text"]::-ms-input-placeholder, .bpa-white .bpa-json-form input[type="password"]::-ms-input-placeholder, .bpa-white .bpa-json-form input[type="email"]::-ms-input-placeholder {
  color: #111314;
}

.bpa-white .bpa-json-form input[type="text"]::placeholder, .bpa-white .bpa-json-form input[type="password"]::placeholder, .bpa-white .bpa-json-form input[type="email"]::placeholder {
  color: #111314;
}

input[type="file"] {
  margin-top: 0.9375rem;
}

[type="checkbox"] + .js-select-styler:after {
  width: 0.5625rem;
  height: 0.3125rem;
  top: 0.4375rem;
  left: 0.375rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

[type="checkbox"][required] + .js-select-styler {
  border-color: #c0003c;
}

[type="checkbox"]:checked + .js-select-styler {
  background: #0071ad;
  border-color: transparent;
}

[type="checkbox"]:checked:focus + .js-select-styler {
  border-color: #fff;
}

[type="checkbox"]:checked:disabled + .js-select-styler {
  background-color: #9aa0a2;
}

[type="radio"] + .js-select-styler {
  border-radius: 50%;
}

[type="radio"] + .js-select-styler:after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  background-color: #0071ad;
  border-radius: 50%;
}

[type="radio"]:checked + .js-select-styler {
  border-color: #0071ad;
}

[type="radio"]:checked:disabled + .js-select-styler {
  /* stylelint-disable max-nesting-depth */
  border-color: #9aa0a2;
  /* stylelint-enable max-nesting-depth */
}

[type="radio"]:checked:disabled + .js-select-styler:after {
  background-color: #9aa0a2;
}

[type="radio"]:focus + .js-select-styler {
  border-color: #0071ad;
}

.error-detail {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.field-array .error-detail {
  -webkit-transform: translateY(3.75rem) scaleY(0);
          transform: translateY(3.75rem) scaleY(0);
}

.has-error .error-detail {
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.field-array.has-error .error-detail {
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

textarea {
  background-color: #fff;
  color: #111314;
  padding: 0.75rem 1rem 1rem;
  width: 100%;
  min-height: 13.75rem;
  border: 1px #9aa0a2 solid;
}

.bpa-porcelain textarea {
  background-color: #eeeff1;
}

.bpa-shark textarea {
  background-color: #25292a;
}

.bpa-regal-blue textarea {
  background-color: #004b76;
}

.bpa-deep-cerulean textarea {
  background-color: #0071ad;
}

.bpa-twitter textarea {
  background-color: #1da1f2;
}

.bpa-monza textarea {
  background-color: #c0003c;
}

.bpa-saffron textarea {
  background-color: #f7bb3d;
}

.bpa-mojo textarea {
  background-color: #cd5038;
}

.bpa-blue-lagoon textarea {
  background-color: #00818b;
}

.bpa-tropical-rain-forest textarea {
  background-color: #00854a;
}

.bpa-bossanova textarea {
  background-color: #5f316e;
}

.bpa-aqua-deep textarea {
  background-color: #005c45;
}

.bpa-claret textarea {
  background-color: #780f2d;
}

.bpa-white textarea {
  background-color: #fff;
}

.bpa-transparent textarea {
  background-color: transparent;
}

.bpa-porcelain textarea,
.bpa-saffron textarea {
  color: #111314;
}

.bpa-shark textarea,
.bpa-regal-blue textarea,
.bpa-deep-cerulean textarea,
.bpa-twitter textarea,
.bpa-monza textarea,
.bpa-mojo textarea,
.bpa-blue-lagoon textarea,
.bpa-tropical-rain-forest textarea,
.bpa-bossanova textarea,
.bpa-aqua-deep textarea,
.bpa-claret textarea {
  color: #fff;
}

.bpa-white textarea {
  color: #111314;
}

.bpa-json-form select {
  background-color: #fff;
}

.bpa-porcelain .bpa-json-form select {
  background-color: #eeeff1;
}

.bpa-shark .bpa-json-form select {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-json-form select {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-json-form select {
  background-color: #0071ad;
}

.bpa-twitter .bpa-json-form select {
  background-color: #1da1f2;
}

.bpa-monza .bpa-json-form select {
  background-color: #c0003c;
}

.bpa-saffron .bpa-json-form select {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-json-form select {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-json-form select {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-json-form select {
  background-color: #00854a;
}

.bpa-bossanova .bpa-json-form select {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-json-form select {
  background-color: #005c45;
}

.bpa-claret .bpa-json-form select {
  background-color: #780f2d;
}

.bpa-white .bpa-json-form select {
  background-color: #fff;
}

.bpa-transparent .bpa-json-form select {
  background-color: transparent;
}

fieldset {
  padding: 0;
  border: none;
}

.formErrors {
  margin-bottom: 3.125rem;
}

dfn {
  font-style: normal;
}

/* stylelint-enable selector-class-pattern */
.bpa-custom-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.bpa-custom-select .bpa-label {
  padding: 0 0.625rem;
  color: #4c4f50;
}

.bpa-custom-select .bpa-label,
.bpa-custom-select .bpa-select {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 599px) {
  .bpa-custom-select .bpa-label,
  .bpa-custom-select .bpa-select {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23111314" viewBox="0 0 12 8"><g id="c523c2f5-c3f5-43de-bb6e-94f99fc76420" data-name="dropdown"><path d="M11.77,1.56,10.71.49a.26.26,0,0,0-.35,0L6,4.85,1.64.49a.26.26,0,0,0-.35,0L.23,1.56a.24.24,0,0,0,0,.35L4.76,6.44h0L5.82,7.51a.27.27,0,0,0,.36,0L7.24,6.44h0l4.53-4.53A.24.24,0,0,0,11.77,1.56Z"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0.125em 1.75em 0.125em 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: 100% 50%;
  background-size: 1rem;
}

.bpa-white select,
.bpa-porcelain select,
.bpa-saffron select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23111314" viewBox="0 0 12 8"><g id="c523c2f5-c3f5-43de-bb6e-94f99fc76420" data-name="dropdown"><path d="M11.77,1.56,10.71.49a.26.26,0,0,0-.35,0L6,4.85,1.64.49a.26.26,0,0,0-.35,0L.23,1.56a.24.24,0,0,0,0,.35L4.76,6.44h0L5.82,7.51a.27.27,0,0,0,.36,0L7.24,6.44h0l4.53-4.53A.24.24,0,0,0,11.77,1.56Z"/></g></svg>');
}

.bpa-shark select,
.bpa-regal-blue select,
.bpa-deep-cerulean select,
.bpa-monza select,
.bpa-mojo select,
.bpa-blue-lagoon select,
.bpa-tropical-rain-forest select,
.bpa-bossanova select,
.bpa-aqua-deep select,
.bpa-claret select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF" viewBox="0 0 12 8"><g id="c523c2f5-c3f5-43de-bb6e-94f99fc76420" data-name="dropdown"><path d="M11.77,1.56,10.71.49a.26.26,0,0,0-.35,0L6,4.85,1.64.49a.26.26,0,0,0-.35,0L.23,1.56a.24.24,0,0,0,0,.35L4.76,6.44h0L5.82,7.51a.27.27,0,0,0,.36,0L7.24,6.44h0l4.53-4.53A.24.24,0,0,0,11.77,1.56Z"/></g></svg>');
}

.bpa-form-newsletter {
  font-size: inherit;
  /* stylelint-disable selector-class-pattern */
}

.bpa-form-newsletter p {
  margin: 1rem 0;
}

.bpa-form-newsletter .bpa-info {
  margin: 0;
  color: #0071ad;
}

.bpa-form-newsletter-group {
  padding: 1rem 0 1.25rem 12.5%;
  position: relative;
  /* stylelint-disable selector-class-pattern */
}

.bpa-form-newsletter-group + .bpa-form-newsletter-group {
  border-top: 1px solid #9aa0a2;
}

.bpa-porcelain .bpa-form-newsletter-group + .bpa-form-newsletter-group,
.bpa-shark .bpa-form-newsletter-group + .bpa-form-newsletter-group {
  border-top: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-form-newsletter-group + .bpa-form-newsletter-group,
.bpa-deep-cerulean .bpa-form-newsletter-group + .bpa-form-newsletter-group,
.bpa-twitter .bpa-form-newsletter-group + .bpa-form-newsletter-group,
.bpa-monza .bpa-form-newsletter-group + .bpa-form-newsletter-group,
.bpa-mojo .bpa-form-newsletter-group + .bpa-form-newsletter-group,
.bpa-blue-lagoon .bpa-form-newsletter-group + .bpa-form-newsletter-group,
.bpa-tropical-rain-forest .bpa-form-newsletter-group + .bpa-form-newsletter-group,
.bpa-bossanova .bpa-form-newsletter-group + .bpa-form-newsletter-group,
.bpa-aqua-deep .bpa-form-newsletter-group + .bpa-form-newsletter-group,
.bpa-claret .bpa-form-newsletter-group + .bpa-form-newsletter-group {
  border-top: 1px solid #fff;
}

.bpa-saffron .bpa-form-newsletter-group + .bpa-form-newsletter-group {
  border-top: 1px solid #111314;
}

.bpa-white .bpa-form-newsletter-group + .bpa-form-newsletter-group {
  border-top: 1px solid #9aa0a2;
}

.bpa-form-newsletter-group-footer {
  margin: 1.5rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bpa-module-supplement .bpa-form-newsletter-group-footer {
  margin: 2.5rem 0 1rem;
}

.bpa-form-newsletter-group-footer .bpa-link-large:not(.bpa-link-icon-before) {
  color: #0071ad;
}

.bpa-form-newsletter-group .form-group {
  /* stylelint-enable selector-class-pattern */
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-form-newsletter-group {
    padding: 1.25rem 0 1.5625rem 4.1666666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-form-newsletter-group {
    padding: 1.875rem 0 2.1875rem 5%;
  }
}

@media screen and (min-width: 375px) and (max-width: 699px) {
  .bpa-form-newsletter-group {
    padding-left: 8.3333333333%;
  }
}

.bpa-form-newsletter-checkbox > .form-group:first-child,
.bpa-form-newsletter .bpa-popover-wrapper + .form-group {
  margin-left: -12.5%;
}

.bpa-form-newsletter-checkbox > .form-group:first-child .js-select-styler,
.bpa-form-newsletter .bpa-popover-wrapper + .form-group .js-select-styler {
  /* stylelint-enable selector-class-pattern */
  margin-top: 0.25rem;
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}

@media only screen and (min-width: 600px) {
  .bpa-form-newsletter-checkbox > .form-group:first-child .js-select-styler,
  .bpa-form-newsletter .bpa-popover-wrapper + .form-group .js-select-styler {
    margin-top: 0.75rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-form-newsletter-checkbox > .form-group:first-child,
  .bpa-form-newsletter .bpa-popover-wrapper + .form-group {
    margin-left: -4.1666666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-form-newsletter-checkbox > .form-group:first-child,
  .bpa-form-newsletter .bpa-popover-wrapper + .form-group {
    margin-left: -5%;
  }
}

@media screen and (min-width: 375px) and (max-width: 699px) {
  .bpa-form-newsletter-checkbox > .form-group:first-child,
  .bpa-form-newsletter .bpa-popover-wrapper + .form-group {
    margin-left: -8.3333333333%;
  }
}

.bpa-keywords {
  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;
}

.bpa-keywords.bpa-keywords-mediacenter {
  margin: 3.75rem 0 3.125rem;
}

.bpa-glossar-list .bpa-keywords,
.bpa-faq-list .bpa-keywords,
.bpa-article .bpa-keywords {
  margin: 1.875rem 0 3.4375rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-glossar-list .bpa-keywords,
  .bpa-faq-list .bpa-keywords,
  .bpa-article .bpa-keywords {
    margin: 3.75rem 0 5.3125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-glossar-list .bpa-keywords,
  .bpa-faq-list .bpa-keywords,
  .bpa-article .bpa-keywords {
    margin: 5.625rem 0 6.875rem;
  }
}

.bpa-module-embedded .bpa-keywords {
  margin: 0;
}

.bpa-article .bpa-keywords:last-child {
  margin-bottom: 0;
}

.bpa-keywords-header {
  color: #0071ad;
  margin-bottom: 1.25rem;
  width: 100%;
}

.bpa-porcelain .bpa-keywords-header {
  color: #0071ad;
}

.bpa-shark .bpa-keywords-header,
.bpa-regal-blue .bpa-keywords-header,
.bpa-deep-cerulean .bpa-keywords-header,
.bpa-twitter .bpa-keywords-header,
.bpa-monza .bpa-keywords-header,
.bpa-mojo .bpa-keywords-header,
.bpa-blue-lagoon .bpa-keywords-header,
.bpa-tropical-rain-forest .bpa-keywords-header,
.bpa-bossanova .bpa-keywords-header,
.bpa-aqua-deep .bpa-keywords-header,
.bpa-claret .bpa-keywords-header {
  color: #fff;
}

.bpa-saffron .bpa-keywords-header {
  color: #111314;
}

.bpa-white .bpa-keywords-header {
  color: #0071ad;
}

@media only screen and (min-width: 1024px) {
  .bpa-keywords-header {
    margin-bottom: 1.5rem;
  }
}

.bpa-keyword-list {
  width: 100%;
}

.bpa-link-keyword {
  color: #111314;
  background-color: #fff;
  padding: 0.5rem 0.875rem 0.4375rem;
  display: inline-block;
  word-break: break-word;
}

.bpa-porcelain .bpa-link-keyword,
.bpa-saffron .bpa-link-keyword {
  color: #111314;
}

.bpa-shark .bpa-link-keyword,
.bpa-regal-blue .bpa-link-keyword,
.bpa-deep-cerulean .bpa-link-keyword,
.bpa-twitter .bpa-link-keyword,
.bpa-monza .bpa-link-keyword,
.bpa-mojo .bpa-link-keyword,
.bpa-blue-lagoon .bpa-link-keyword,
.bpa-tropical-rain-forest .bpa-link-keyword,
.bpa-bossanova .bpa-link-keyword,
.bpa-aqua-deep .bpa-link-keyword,
.bpa-claret .bpa-link-keyword {
  color: #fff;
}

.bpa-white .bpa-link-keyword {
  color: #111314;
}

.bpa-porcelain .bpa-link-keyword {
  background-color: #eeeff1;
}

.bpa-shark .bpa-link-keyword {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-link-keyword {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-link-keyword {
  background-color: #0071ad;
}

.bpa-twitter .bpa-link-keyword {
  background-color: #1da1f2;
}

.bpa-monza .bpa-link-keyword {
  background-color: #c0003c;
}

.bpa-saffron .bpa-link-keyword {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-link-keyword {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-link-keyword {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-link-keyword {
  background-color: #00854a;
}

.bpa-bossanova .bpa-link-keyword {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-link-keyword {
  background-color: #005c45;
}

.bpa-claret .bpa-link-keyword {
  background-color: #780f2d;
}

.bpa-white .bpa-link-keyword {
  background-color: #fff;
}

.bpa-link-keyword:hover, .bpa-link-keyword:focus {
  background-color: #0071ad;
  color: #fff;
}

.bpa-porcelain .bpa-link-keyword:hover, .bpa-porcelain .bpa-link-keyword:focus {
  background-color: #0071ad;
}

.bpa-shark .bpa-link-keyword:hover,
.bpa-regal-blue .bpa-link-keyword:hover,
.bpa-deep-cerulean .bpa-link-keyword:hover,
.bpa-twitter .bpa-link-keyword:hover,
.bpa-monza .bpa-link-keyword:hover,
.bpa-mojo .bpa-link-keyword:hover,
.bpa-blue-lagoon .bpa-link-keyword:hover,
.bpa-tropical-rain-forest .bpa-link-keyword:hover,
.bpa-bossanova .bpa-link-keyword:hover,
.bpa-aqua-deep .bpa-link-keyword:hover,
.bpa-claret .bpa-link-keyword:hover, .bpa-shark .bpa-link-keyword:focus,
.bpa-regal-blue .bpa-link-keyword:focus,
.bpa-deep-cerulean .bpa-link-keyword:focus,
.bpa-twitter .bpa-link-keyword:focus,
.bpa-monza .bpa-link-keyword:focus,
.bpa-mojo .bpa-link-keyword:focus,
.bpa-blue-lagoon .bpa-link-keyword:focus,
.bpa-tropical-rain-forest .bpa-link-keyword:focus,
.bpa-bossanova .bpa-link-keyword:focus,
.bpa-aqua-deep .bpa-link-keyword:focus,
.bpa-claret .bpa-link-keyword:focus {
  background-color: #fff;
}

.bpa-saffron .bpa-link-keyword:hover, .bpa-saffron .bpa-link-keyword:focus {
  background-color: #111314;
}

.bpa-white .bpa-link-keyword:hover, .bpa-white .bpa-link-keyword:focus {
  background-color: #0071ad;
}

.bpa-porcelain .bpa-link-keyword:hover, .bpa-porcelain .bpa-link-keyword:focus {
  color: #fff;
}

.bpa-shark .bpa-link-keyword:hover, .bpa-shark .bpa-link-keyword:focus {
  color: #25292a;
}

.bpa-regal-blue .bpa-link-keyword:hover, .bpa-regal-blue .bpa-link-keyword:focus {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-link-keyword:hover, .bpa-deep-cerulean .bpa-link-keyword:focus {
  color: #0071ad;
}

.bpa-twitter .bpa-link-keyword:hover, .bpa-twitter .bpa-link-keyword:focus {
  color: #1da1f2;
}

.bpa-monza .bpa-link-keyword:hover, .bpa-monza .bpa-link-keyword:focus {
  color: #c0003c;
}

.bpa-saffron .bpa-link-keyword:hover, .bpa-saffron .bpa-link-keyword:focus {
  color: #f7bb3d;
}

.bpa-mojo .bpa-link-keyword:hover, .bpa-mojo .bpa-link-keyword:focus {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-link-keyword:hover, .bpa-blue-lagoon .bpa-link-keyword:focus {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-link-keyword:hover, .bpa-tropical-rain-forest .bpa-link-keyword:focus {
  color: #00854a;
}

.bpa-bossanova .bpa-link-keyword:hover,
.bpa-aqua-deep .bpa-link-keyword:hover,
.bpa-claret .bpa-link-keyword:hover, .bpa-bossanova .bpa-link-keyword:focus,
.bpa-aqua-deep .bpa-link-keyword:focus,
.bpa-claret .bpa-link-keyword:focus {
  color: #111314;
}

.bpa-white .bpa-link-keyword:hover, .bpa-white .bpa-link-keyword:focus {
  color: #fff;
}

.bpa-keyword-item {
  margin: 0 0.25rem 0.375rem 0;
  display: inline-block;
}

.bpa-keyword-item:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-keyword-item {
    margin: 0 0.375rem 0.375rem 0;
  }
}

.bpa-toggledown [role='heading'] {
  margin-top: 0;
  margin-bottom: 0;
}

.bpa-toggledown-title {
  display: block;
  position: relative;
  cursor: pointer;
}

.bpa-toggledown-title .bpa-toggledown-text {
  border-bottom: 1px solid transparent;
  border-bottom-width: 0.125rem;
}

.bpa-toggledown-title:hover, .bpa-toggledown-title:focus {
  text-decoration: none;
}

.bpa-toggledown-title:hover .bpa-toggledown-text, .bpa-toggledown-title:focus .bpa-toggledown-text {
  border-color: inherit;
}

.bpa-toggledown-indicator {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}

.bpa-toggledown-indicator .bpa-icon {
  fill: #0071ad;
}

.bpa-toggledown .bpa-icon-close,
.bpa-toggledown .bpa-icon-minimi {
  display: none;
}

.bpa-toggledown .bpa-icon-minimi {
  width: 0.875rem;
  height: 0.875rem;
  fill: #9aa0a2;
}

.bpa-toggledown-content {
  padding: 1.125rem;
}

.bpa-horizontal-item .bpa-toggledown-content {
  padding-right: 4.5454545455%;
  padding-left: 4.5454545455%;
}

.bpa-horizontal-item .bpa-toggledown-content > .bpa-link-flyout-default {
  margin-bottom: 1.125rem;
}

@media only screen and (min-width: 1024px) {
  .bpa-horizontal-item .bpa-toggledown-content {
    padding-left: 10%;
  }
}

.bpa-toggledown.bpa-faq, .bpa-toggledown.bpa-glossar {
  padding: 0;
}

.bpa-richtext .bpa-toggledown,
.bpa-toggledown-content .bpa-toggledown {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.bpa-toggledown .bpa-toggledown {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bpa-toggledown:last-of-type {
  margin-bottom: 2.8125rem;
}

.bpa-footer-navigation .bpa-toggledown:last-of-type,
.bpa-flyout-container .bpa-toggledown:last-of-type {
  margin-bottom: 0;
}

.bpa-toggledown + .bpa-toggledown {
  border-top: 1px solid #cfd2d3;
}

.bpa-horizontal-nav .bpa-toggledown {
  border-top: 0;
}

.bpa-toggledown-item {
  display: none;
}

.bpa-toggledown.bpa-open > .bpa-toggledown-title .bpa-icon-plus,
.bpa-toggledown.bpa-open > * > .bpa-toggledown-title .bpa-icon-plus {
  display: none;
}

.bpa-toggledown.bpa-open > .bpa-toggledown-title .bpa-icon-close,
.bpa-toggledown.bpa-open > .bpa-toggledown-title .bpa-icon-minimi,
.bpa-toggledown.bpa-open > * > .bpa-toggledown-title .bpa-icon-close,
.bpa-toggledown.bpa-open > * > .bpa-toggledown-title .bpa-icon-minimi {
  display: block;
}

.bpa-faq,
.bpa-glossar {
  padding: 1.25rem 0;
}

.bpa-richtext .bpa-toggledown.bpa-open > * > .bpa-toggledown-title,
.bpa-richtext .bpa-toggledown.bpa-open > .bpa-toggledown-title,
.bpa-faq .bpa-toggledown.bpa-open > * > .bpa-toggledown-title,
.bpa-faq .bpa-toggledown.bpa-open > .bpa-toggledown-title,
.bpa-glossar .bpa-toggledown.bpa-open > * > .bpa-toggledown-title,
.bpa-glossar .bpa-toggledown.bpa-open > .bpa-toggledown-title {
  color: #0071ad;
}

.bpa-richtext .bpa-toggledown-title,
.bpa-faq .bpa-toggledown-title,
.bpa-glossar .bpa-toggledown-title {
  margin: 0;
  padding-left: 5.2631578947%;
}

@media only screen and (min-width: 0) and (max-width: 374px) {
  .bpa-richtext .bpa-toggledown-title,
  .bpa-faq .bpa-toggledown-title,
  .bpa-glossar .bpa-toggledown-title {
    padding-left: 10.5263157895%;
  }
}

.bpa-richtext .bpa-toggledown-indicator,
.bpa-faq .bpa-toggledown-indicator,
.bpa-glossar .bpa-toggledown-indicator {
  display: block;
  right: auto;
  left: 0;
}

.bpa-richtext .bpa-icon-plus,
.bpa-faq .bpa-icon-plus,
.bpa-glossar .bpa-icon-plus {
  margin-bottom: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
}

.bpa-richtext .bpa-toggledown-content,
.bpa-faq .bpa-toggledown-content,
.bpa-glossar .bpa-toggledown-content {
  margin-left: 5.2631578947%;
  padding: 0;
}

.bpa-richtext .bpa-toggledown-content.bpa-richtext,
.bpa-faq .bpa-toggledown-content.bpa-richtext,
.bpa-glossar .bpa-toggledown-content.bpa-richtext {
  border-bottom: 0;
}

.bpa-richtext > .bpa-toggledown {
  margin-bottom: 2.125rem;
}

.bpa-richtext > .bpa-toggledown + .bpa-toggledown {
  margin-top: -2.125rem;
}

.bpa-faq-listitem .bpa-faq-title {
  margin-bottom: 1.875rem;
  color: #0071ad;
}

.bpa-teaser-module .bpa-teaser-title-icon,
.bpa-teaser-module .bpa-teaser-title {
  margin: 0.375rem 0 0.75rem;
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-module .bpa-teaser-title-icon dfn[title] .bpa-icon,
  .bpa-teaser-module .bpa-teaser-title dfn[title] .bpa-icon {
    margin-top: -0.3125rem;
    width: auto;
    height: 1.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-module .bpa-teaser-title-icon dfn[title] .bpa-icon,
  .bpa-teaser-module .bpa-teaser-title dfn[title] .bpa-icon {
    height: 2.125rem;
  }
}

.bpa-teaser-module-image-link {
  display: block;
}

.bpa-teaser-module-media-wrapper:active .bpa-btn-on-image, .bpa-teaser-module-media-wrapper:hover .bpa-btn-on-image, .bpa-teaser-module-image-link.bpa-js-hovered .bpa-btn-on-image {
  background-color: #0071ad;
  border: 1px solid #0071ad;
}

.bpa-teaser-module-media-wrapper:active .bpa-btn-on-image .bpa-icon, .bpa-teaser-module-media-wrapper:hover .bpa-btn-on-image .bpa-icon, .bpa-teaser-module-image-link.bpa-js-hovered .bpa-btn-on-image .bpa-icon {
  fill: #fff;
}

.bpa-teaser-module-media-wrapper:active .bpa-btn-on-image-infotext, .bpa-teaser-module-media-wrapper:hover .bpa-btn-on-image-infotext, .bpa-teaser-module-image-link.bpa-js-hovered .bpa-btn-on-image-infotext {
  color: #fff;
}

.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title {
  color: #0071ad;
}

.bpa-porcelain .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-porcelain
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title, .bpa-porcelain
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-porcelain
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-regal-blue .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-deep-cerulean .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-twitter .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-monza .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-mojo .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-blue-lagoon .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-tropical-rain-forest .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-bossanova .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-aqua-deep .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-claret .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-shark
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-regal-blue
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-deep-cerulean
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-twitter
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-monza
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-mojo
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-blue-lagoon
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-tropical-rain-forest
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-bossanova
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-aqua-deep
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-claret
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title, .bpa-shark
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-regal-blue
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-deep-cerulean
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-twitter
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-monza
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-mojo
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-blue-lagoon
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-tropical-rain-forest
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-bossanova
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-aqua-deep
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-claret
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-shark
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-regal-blue
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-deep-cerulean
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-twitter
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-monza
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-mojo
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-blue-lagoon
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-tropical-rain-forest
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-bossanova
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-aqua-deep
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-claret
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title {
  color: #fff;
}

.bpa-saffron .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-saffron
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title, .bpa-saffron
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-saffron
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title {
  color: #111314;
}

.bpa-white .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-white
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title, .bpa-white
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-white
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title {
  color: #0071ad;
}

.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-porcelain .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-shark .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text {
  border-color: #fff;
}

.bpa-saffron .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text {
  border-color: #111314;
}

.bpa-white .bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text, .bpa-white
.bpa-teaser-module-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-teaser-module-media-wrapper {
  margin-bottom: 0.625rem;
  position: relative;
}

.bpa-teaser-module-media-wrapper .bpa-btn-alike {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-teaser-module-media-wrapper .bpa-btn-alike {
    bottom: 1.875rem;
    left: 1.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-module-media-wrapper .bpa-btn-alike {
    bottom: 2.5rem;
    left: 2.5rem;
  }
}

.bpa-teaser-module .bpa-player .bpa-player-start {
  position: absolute;
  bottom: 1.125rem;
  left: 1.125rem;
}

@media only screen and (max-width: 599px) {
  .bpa-teaser-module .bpa-player .bpa-player-start {
    bottom: 0.875rem;
    left: 0.875rem;
  }
}

.bpa-teaser-module .bpa-teaser-share {
  margin-bottom: 0.625rem;
  padding-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-teaser-module .bpa-teaser-share .bpa-teaser {
  padding: 0 0.5rem 0.5rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bpa-teaser-module .bpa-teaser-share .bpa-short-text {
  margin-bottom: 0.75rem;
}

.bpa-module-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.bpa-module-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.bpa-module-date {
  margin-right: 4.1666666667%;
  margin-bottom: 1.25rem;
  width: 29.1666666667%;
  max-width: 6.25rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-module-date {
    margin-right: 4.1666666667%;
    width: 20.8333333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-module-date {
    margin-right: 5%;
    width: 15%;
  }
}

.bpa-module-list {
  width: 66.6666666667%;
}

.bpa-module-list .bpa-richtext {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-module-list {
    width: 79.1666666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-module-list {
    width: 85%;
  }
}

.bpa-module-footer {
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bpa-module-footer.bpa-move-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bpa-module-footer .bpa-icon-plus {
  width: 1rem;
  height: 1rem;
}

.bpa-module-footer .bpa-icon-arrow-right {
  width: 1rem;
  height: 0.875rem;
}

.bpa-module.bpa-porcelain > .bpa-container, .bpa-module.bpa-saffron > .bpa-container, .bpa-module.bpa-mojo > .bpa-container, .bpa-module.bpa-monza > .bpa-container, .bpa-module.bpa-claret > .bpa-container, .bpa-module.bpa-bossanova > .bpa-container, .bpa-module.bpa-regal-blue > .bpa-container, .bpa-module.bpa-deep-cerulean > .bpa-container, .bpa-module.bpa-twitter > .bpa-container, .bpa-module.bpa-blue-lagoon > .bpa-container, .bpa-module.bpa-tropical-rain-forest > .bpa-container, .bpa-module.bpa-aqua-deep > .bpa-container, .bpa-module.bpa-shark > .bpa-container, .bpa-module.bpa-humming-bird > .bpa-container {
  margin-top: 3.8461538462%;
}

.bpa-toc-block .bpa-module.bpa-porcelain > .bpa-container, .bpa-toc-block .bpa-module.bpa-saffron > .bpa-container, .bpa-toc-block .bpa-module.bpa-mojo > .bpa-container, .bpa-toc-block .bpa-module.bpa-monza > .bpa-container, .bpa-toc-block .bpa-module.bpa-claret > .bpa-container, .bpa-toc-block .bpa-module.bpa-bossanova > .bpa-container, .bpa-toc-block .bpa-module.bpa-regal-blue > .bpa-container, .bpa-toc-block .bpa-module.bpa-deep-cerulean > .bpa-container, .bpa-toc-block .bpa-module.bpa-twitter > .bpa-container, .bpa-toc-block .bpa-module.bpa-blue-lagoon > .bpa-container, .bpa-toc-block .bpa-module.bpa-tropical-rain-forest > .bpa-container, .bpa-toc-block .bpa-module.bpa-aqua-deep > .bpa-container, .bpa-toc-block .bpa-module.bpa-shark > .bpa-container, .bpa-toc-block .bpa-module.bpa-humming-bird > .bpa-container {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .bpa-module.bpa-porcelain > .bpa-container, .bpa-module.bpa-saffron > .bpa-container, .bpa-module.bpa-mojo > .bpa-container, .bpa-module.bpa-monza > .bpa-container, .bpa-module.bpa-claret > .bpa-container, .bpa-module.bpa-bossanova > .bpa-container, .bpa-module.bpa-regal-blue > .bpa-container, .bpa-module.bpa-deep-cerulean > .bpa-container, .bpa-module.bpa-twitter > .bpa-container, .bpa-module.bpa-blue-lagoon > .bpa-container, .bpa-module.bpa-tropical-rain-forest > .bpa-container, .bpa-module.bpa-aqua-deep > .bpa-container, .bpa-module.bpa-shark > .bpa-container, .bpa-module.bpa-humming-bird > .bpa-container {
    margin-top: 2.8125rem;
  }
}

.bpa-module.bpa-porcelain.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-saffron.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-mojo.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-monza.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-claret.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-bossanova.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-regal-blue.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-deep-cerulean.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-twitter.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-blue-lagoon.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-tropical-rain-forest.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-aqua-deep.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-shark.bpa-stickyteaser > .bpa-container, .bpa-module.bpa-humming-bird.bpa-stickyteaser > .bpa-container {
  margin-top: 0;
}

.bpa-module.bpa-porcelain + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-saffron + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-mojo + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-monza + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-claret + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-bossanova + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-regal-blue + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-deep-cerulean + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-twitter + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-blue-lagoon + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-tropical-rain-forest + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-aqua-deep + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-shark + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-humming-bird + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero {
  margin-top: 3.8461538462%;
}

@media only screen and (min-width: 1024px) {
  .bpa-module.bpa-porcelain + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-saffron + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-mojo + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-monza + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-claret + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-bossanova + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-regal-blue + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-deep-cerulean + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-twitter + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-blue-lagoon + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-tropical-rain-forest + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-aqua-deep + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-shark + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero, .bpa-module.bpa-humming-bird + .bpa-module:not(.js-sticky-footer) > .bpa-container > .bpa-module-full-hero {
    margin-top: 2.8125rem;
  }
}

.bpa-module.bpa-white + .bpa-porcelain > .bpa-container,
.bpa-module.bpa-white + .bpa-saffron > .bpa-container,
.bpa-module.bpa-white + .bpa-mojo > .bpa-container,
.bpa-module.bpa-white + .bpa-monza > .bpa-container,
.bpa-module.bpa-white + .bpa-claret > .bpa-container,
.bpa-module.bpa-white + .bpa-bossanova > .bpa-container,
.bpa-module.bpa-white + .bpa-regal-blue > .bpa-container,
.bpa-module.bpa-white + .bpa-deep-cerulean > .bpa-container,
.bpa-module.bpa-white + .bpa-twitter > .bpa-container,
.bpa-module.bpa-white + .bpa-blue-lagoon > .bpa-container,
.bpa-module.bpa-white + .bpa-tropical-rain-forest > .bpa-container,
.bpa-module.bpa-white + .bpa-aqua-deep > .bpa-container,
.bpa-module.bpa-white + .bpa-shark > .bpa-container {
  margin-top: 0;
}

.bpa-module.bpa-white + .bpa-module > .bpa-container > .bpa-module-full-hero {
  margin-top: 3.8461538462%;
}

@media only screen and (min-width: 1024px) {
  .bpa-module.bpa-white + .bpa-module > .bpa-container > .bpa-module-full-hero {
    margin-top: 2.8125rem;
  }
}

.bpa-module.bpa-porcelain + .bpa-porcelain > .bpa-container,
.bpa-module.bpa-saffron + .bpa-saffron > .bpa-container,
.bpa-module.bpa-mojo + .bpa-mojo > .bpa-container,
.bpa-module.bpa-monza + .bpa-monza > .bpa-container,
.bpa-module.bpa-claret + .bpa-claret > .bpa-container,
.bpa-module.bpa-bossanova + .bpa-bossanova > .bpa-container,
.bpa-module.bpa-regal-blue + .bpa-regal-blue > .bpa-container,
.bpa-module.bpa-deep-cerulean + .bpa-deep-cerulean > .bpa-container,
.bpa-module.bpa-twitter + .bpa-twitter > .bpa-container,
.bpa-module.bpa-blue-lagoon + .bpa-blue-lagoon > .bpa-container,
.bpa-module.bpa-tropical-rain-forest + .bpa-tropical-rain-forest > .bpa-container,
.bpa-module.bpa-aqua-deep + .bpa-aqua-deep > .bpa-container,
.bpa-module.bpa-shark + .bpa-shark > .bpa-container,
.bpa-module.bpa-module-supplement + .bpa-module.bpa-module-supplement > .bpa-container,
.bpa-module.bpa-white + .bpa-module.bpa-module-supplement > .bpa-container {
  margin-top: 0;
}

.bpa-main .bpa-module.bpa-white:first-child > .bpa-container, .bpa-main .bpa-module.bpa-shark:first-child > .bpa-container, .bpa-main .bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark):first-child > .bpa-container,
.bpa-mediacenter .bpa-module.bpa-white:first-child > .bpa-container,
.bpa-mediacenter .bpa-module.bpa-shark:first-child > .bpa-container,
.bpa-mediacenter .bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark):first-child > .bpa-container,
.bpa-breaking-news .bpa-module.bpa-white:first-child > .bpa-container,
.bpa-breaking-news .bpa-module.bpa-shark:first-child > .bpa-container,
.bpa-breaking-news .bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark):first-child > .bpa-container {
  margin-top: 0;
}

.bpa-module.bpa-white + .bpa-white > .bpa-container,
.bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) > .bpa-container,
.bpa-module.bpa-porcelain + .bpa-porcelain > .bpa-container,
.bpa-module.bpa-saffron + .bpa-saffron > .bpa-container,
.bpa-module.bpa-mojo + .bpa-mojo > .bpa-container,
.bpa-module.bpa-monza + .bpa-monza > .bpa-container,
.bpa-module.bpa-claret + .bpa-claret > .bpa-container,
.bpa-module.bpa-bossanova + .bpa-bossanova > .bpa-container,
.bpa-module.bpa-regal-blue + .bpa-regal-blue > .bpa-container,
.bpa-module.bpa-deep-cerulean + .bpa-deep-cerulean > .bpa-container,
.bpa-module.bpa-twitter + .bpa-twitter > .bpa-container,
.bpa-module.bpa-blue-lagoon + .bpa-blue-lagoon > .bpa-container,
.bpa-module.bpa-tropical-rain-forest + .bpa-tropical-rain-forest > .bpa-container,
.bpa-module.bpa-aqua-deep + .bpa-aqua-deep > .bpa-container,
.bpa-module.bpa-shark + .bpa-shark > .bpa-container {
  position: relative;
}

.bpa-module.bpa-white + .bpa-white > .bpa-container:before,
.bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) > .bpa-container:before,
.bpa-module.bpa-porcelain + .bpa-porcelain > .bpa-container:before,
.bpa-module.bpa-saffron + .bpa-saffron > .bpa-container:before,
.bpa-module.bpa-mojo + .bpa-mojo > .bpa-container:before,
.bpa-module.bpa-monza + .bpa-monza > .bpa-container:before,
.bpa-module.bpa-claret + .bpa-claret > .bpa-container:before,
.bpa-module.bpa-bossanova + .bpa-bossanova > .bpa-container:before,
.bpa-module.bpa-regal-blue + .bpa-regal-blue > .bpa-container:before,
.bpa-module.bpa-deep-cerulean + .bpa-deep-cerulean > .bpa-container:before,
.bpa-module.bpa-twitter + .bpa-twitter > .bpa-container:before,
.bpa-module.bpa-blue-lagoon + .bpa-blue-lagoon > .bpa-container:before,
.bpa-module.bpa-tropical-rain-forest + .bpa-tropical-rain-forest > .bpa-container:before,
.bpa-module.bpa-aqua-deep + .bpa-aqua-deep > .bpa-container:before,
.bpa-module.bpa-shark + .bpa-shark > .bpa-container:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  right: 3.8461538462%;
  left: 3.8461538462%;
  background: rgba(255, 255, 255, 0.35);
}

@media only screen and (min-width: 1024px) {
  .bpa-module.bpa-white + .bpa-white > .bpa-container:before,
  .bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) > .bpa-container:before,
  .bpa-module.bpa-porcelain + .bpa-porcelain > .bpa-container:before,
  .bpa-module.bpa-saffron + .bpa-saffron > .bpa-container:before,
  .bpa-module.bpa-mojo + .bpa-mojo > .bpa-container:before,
  .bpa-module.bpa-monza + .bpa-monza > .bpa-container:before,
  .bpa-module.bpa-claret + .bpa-claret > .bpa-container:before,
  .bpa-module.bpa-bossanova + .bpa-bossanova > .bpa-container:before,
  .bpa-module.bpa-regal-blue + .bpa-regal-blue > .bpa-container:before,
  .bpa-module.bpa-deep-cerulean + .bpa-deep-cerulean > .bpa-container:before,
  .bpa-module.bpa-twitter + .bpa-twitter > .bpa-container:before,
  .bpa-module.bpa-blue-lagoon + .bpa-blue-lagoon > .bpa-container:before,
  .bpa-module.bpa-tropical-rain-forest + .bpa-tropical-rain-forest > .bpa-container:before,
  .bpa-module.bpa-aqua-deep + .bpa-aqua-deep > .bpa-container:before,
  .bpa-module.bpa-shark + .bpa-shark > .bpa-container:before {
    right: 11.5384615385%;
    left: 11.5384615385%;
  }
}

.bpa-module-embedded {
  margin-bottom: 1.6875rem;
}

@media only screen and (min-width: 1024px) {
  .bpa-module-embedded + .bpa-module-embedded {
    padding-top: 0.6875rem;
  }
}

.bpa-module-embedded.bpa-white + .bpa-white,
.bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark),
.bpa-module-embedded.bpa-porcelain + .bpa-porcelain,
.bpa-module-embedded.bpa-saffron + .bpa-saffron,
.bpa-module-embedded.bpa-mojo + .bpa-mojo,
.bpa-module-embedded.bpa-monza + .bpa-monza,
.bpa-module-embedded.bpa-claret + .bpa-claret,
.bpa-module-embedded.bpa-bossanova + .bpa-bossanova,
.bpa-module-embedded.bpa-regal-blue + .bpa-regal-blue,
.bpa-module-embedded.bpa-deep-cerulean + .bpa-deep-cerulean,
.bpa-module-embedded.bpa-twitter + .bpa-twitter,
.bpa-module-embedded.bpa-blue-lagoon + .bpa-blue-lagoon,
.bpa-module-embedded.bpa-tropical-rain-forest + .bpa-tropical-rain-forest,
.bpa-module-embedded.bpa-aqua-deep + .bpa-aqua-deep,
.bpa-module-embedded.bpa-shark + .bpa-shark {
  margin-top: -1.6875rem;
  padding-top: 0;
}

.bpa-module-embedded.bpa-white + .bpa-white .bpa-module-inner,
.bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) .bpa-module-inner,
.bpa-module-embedded.bpa-porcelain + .bpa-porcelain .bpa-module-inner,
.bpa-module-embedded.bpa-saffron + .bpa-saffron .bpa-module-inner,
.bpa-module-embedded.bpa-mojo + .bpa-mojo .bpa-module-inner,
.bpa-module-embedded.bpa-monza + .bpa-monza .bpa-module-inner,
.bpa-module-embedded.bpa-claret + .bpa-claret .bpa-module-inner,
.bpa-module-embedded.bpa-bossanova + .bpa-bossanova .bpa-module-inner,
.bpa-module-embedded.bpa-regal-blue + .bpa-regal-blue .bpa-module-inner,
.bpa-module-embedded.bpa-deep-cerulean + .bpa-deep-cerulean .bpa-module-inner,
.bpa-module-embedded.bpa-twitter + .bpa-twitter .bpa-module-inner,
.bpa-module-embedded.bpa-blue-lagoon + .bpa-blue-lagoon .bpa-module-inner,
.bpa-module-embedded.bpa-tropical-rain-forest + .bpa-tropical-rain-forest .bpa-module-inner,
.bpa-module-embedded.bpa-aqua-deep + .bpa-aqua-deep .bpa-module-inner,
.bpa-module-embedded.bpa-shark + .bpa-shark .bpa-module-inner {
  position: relative;
}

.bpa-module-embedded.bpa-white + .bpa-white .bpa-module-inner:before,
.bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) .bpa-module-inner:before,
.bpa-module-embedded.bpa-porcelain + .bpa-porcelain .bpa-module-inner:before,
.bpa-module-embedded.bpa-saffron + .bpa-saffron .bpa-module-inner:before,
.bpa-module-embedded.bpa-mojo + .bpa-mojo .bpa-module-inner:before,
.bpa-module-embedded.bpa-monza + .bpa-monza .bpa-module-inner:before,
.bpa-module-embedded.bpa-claret + .bpa-claret .bpa-module-inner:before,
.bpa-module-embedded.bpa-bossanova + .bpa-bossanova .bpa-module-inner:before,
.bpa-module-embedded.bpa-regal-blue + .bpa-regal-blue .bpa-module-inner:before,
.bpa-module-embedded.bpa-deep-cerulean + .bpa-deep-cerulean .bpa-module-inner:before,
.bpa-module-embedded.bpa-twitter + .bpa-twitter .bpa-module-inner:before,
.bpa-module-embedded.bpa-blue-lagoon + .bpa-blue-lagoon .bpa-module-inner:before,
.bpa-module-embedded.bpa-tropical-rain-forest + .bpa-tropical-rain-forest .bpa-module-inner:before,
.bpa-module-embedded.bpa-aqua-deep + .bpa-aqua-deep .bpa-module-inner:before,
.bpa-module-embedded.bpa-shark + .bpa-shark .bpa-module-inner:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  right: 3.8461538462%;
  left: 3.8461538462%;
  background: rgba(255, 255, 255, 0.35);
}

@media only screen and (min-width: 600px) {
  .bpa-module-embedded.bpa-white + .bpa-white .bpa-module-inner:before,
  .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) .bpa-module-inner:before,
  .bpa-module-embedded.bpa-porcelain + .bpa-porcelain .bpa-module-inner:before,
  .bpa-module-embedded.bpa-saffron + .bpa-saffron .bpa-module-inner:before,
  .bpa-module-embedded.bpa-mojo + .bpa-mojo .bpa-module-inner:before,
  .bpa-module-embedded.bpa-monza + .bpa-monza .bpa-module-inner:before,
  .bpa-module-embedded.bpa-claret + .bpa-claret .bpa-module-inner:before,
  .bpa-module-embedded.bpa-bossanova + .bpa-bossanova .bpa-module-inner:before,
  .bpa-module-embedded.bpa-regal-blue + .bpa-regal-blue .bpa-module-inner:before,
  .bpa-module-embedded.bpa-deep-cerulean + .bpa-deep-cerulean .bpa-module-inner:before,
  .bpa-module-embedded.bpa-twitter + .bpa-twitter .bpa-module-inner:before,
  .bpa-module-embedded.bpa-blue-lagoon + .bpa-blue-lagoon .bpa-module-inner:before,
  .bpa-module-embedded.bpa-tropical-rain-forest + .bpa-tropical-rain-forest .bpa-module-inner:before,
  .bpa-module-embedded.bpa-aqua-deep + .bpa-aqua-deep .bpa-module-inner:before,
  .bpa-module-embedded.bpa-shark + .bpa-shark .bpa-module-inner:before {
    right: 4.5454545455%;
    left: 4.5454545455%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-module-embedded.bpa-white + .bpa-white,
  .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark),
  .bpa-module-embedded.bpa-porcelain + .bpa-porcelain,
  .bpa-module-embedded.bpa-saffron + .bpa-saffron,
  .bpa-module-embedded.bpa-mojo + .bpa-mojo,
  .bpa-module-embedded.bpa-monza + .bpa-monza,
  .bpa-module-embedded.bpa-claret + .bpa-claret,
  .bpa-module-embedded.bpa-bossanova + .bpa-bossanova,
  .bpa-module-embedded.bpa-regal-blue + .bpa-regal-blue,
  .bpa-module-embedded.bpa-deep-cerulean + .bpa-deep-cerulean,
  .bpa-module-embedded.bpa-twitter + .bpa-twitter,
  .bpa-module-embedded.bpa-blue-lagoon + .bpa-blue-lagoon,
  .bpa-module-embedded.bpa-tropical-rain-forest + .bpa-tropical-rain-forest,
  .bpa-module-embedded.bpa-aqua-deep + .bpa-aqua-deep,
  .bpa-module-embedded.bpa-shark + .bpa-shark {
    margin-top: -2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-module-embedded.bpa-white + .bpa-white,
  .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark),
  .bpa-module-embedded.bpa-porcelain + .bpa-porcelain,
  .bpa-module-embedded.bpa-saffron + .bpa-saffron,
  .bpa-module-embedded.bpa-mojo + .bpa-mojo,
  .bpa-module-embedded.bpa-monza + .bpa-monza,
  .bpa-module-embedded.bpa-claret + .bpa-claret,
  .bpa-module-embedded.bpa-bossanova + .bpa-bossanova,
  .bpa-module-embedded.bpa-regal-blue + .bpa-regal-blue,
  .bpa-module-embedded.bpa-deep-cerulean + .bpa-deep-cerulean,
  .bpa-module-embedded.bpa-twitter + .bpa-twitter,
  .bpa-module-embedded.bpa-blue-lagoon + .bpa-blue-lagoon,
  .bpa-module-embedded.bpa-tropical-rain-forest + .bpa-tropical-rain-forest,
  .bpa-module-embedded.bpa-aqua-deep + .bpa-aqua-deep,
  .bpa-module-embedded.bpa-shark + .bpa-shark {
    margin-top: -2.125rem;
  }
}

.bpa-module-embedded + .bpa-white,
.bpa-module-embedded.bpa-white + .bpa-module-embedded,
.bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module-embedded {
  margin-top: -1.6875rem;
  padding-top: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-module-embedded + .bpa-white,
  .bpa-module-embedded.bpa-white + .bpa-module-embedded,
  .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module-embedded {
    margin-top: -2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-module-embedded + .bpa-white,
  .bpa-module-embedded.bpa-white + .bpa-module-embedded,
  .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module-embedded {
    margin-top: -2.125rem;
  }
}

.bpa-module-embedded:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-module-embedded {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-module-embedded {
    margin-bottom: 2.125rem;
  }
}

.bpa-module.bpa-saffron + .bpa-saffron > .bpa-container:before,
.bpa-module-embedded.bpa-saffron + .bpa-saffron > .bpa-module-inner:before {
  background: rgba(17, 19, 20, 0.35);
}

.bpa-module.bpa-white + .bpa-white > .bpa-container:before,
.bpa-module-embedded.bpa-white + .bpa-white > .bpa-module-inner:before,
.bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) > .bpa-container:before,
.bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) + .bpa-module-embedded:not(.bpa-white):not(.bpa-porcelain):not(.bpa-saffron):not(.bpa-mojo):not(.bpa-monza):not(.bpa-claret):not(.bpa-bossanova):not(.bpa-regal-blue):not(.bpa-deep-cerulean):not(.bpa-blue-lagoon):not(.bpa-tropical-rain-forest):not(.bpa-aqua-deep):not(.bpa-shark) > .bpa-module-inner:before,
.bpa-module.bpa-porcelain + .bpa-porcelain > .bpa-container:before,
.bpa-module-embedded.bpa-porcelain + .bpa-porcelain > .bpa-module-inner:before {
  background: #9aa0a2;
}

.bpa-mediacenter + .bpa-supplement .bpa-module-supplement:first-child > .bpa-container {
  margin-top: 0;
}

.bpa-first-section > .bpa-module-supplement:first-child .bpa-container {
  margin-top: 0;
}

.bpa-module-supplement.bpa-porcelain.bpa-humming-bird .bpa-module-full-hero {
  background: none;
}

.bpa-teaser-banner-breakingnews > .bpa-topline {
  margin-bottom: 1.875rem;
}

.bpa-teaser-banner-breakingnews > .bpa-link {
  text-decoration: none;
}

.bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title {
  margin-bottom: 1.25rem;
}

.bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text {
  color: #0071ad;
  text-transform: none;
}

.bpa-porcelain .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text {
  color: #fff;
}

.bpa-saffron .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text {
  color: #111314;
}

.bpa-white .bpa-teaser-banner-breakingnews > .bpa-link .bpa-module-title .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text, .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-porcelain .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text {
  border-color: #fff;
}

.bpa-saffron .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text {
  border-color: #111314;
}

.bpa-white .bpa-teaser-banner-breakingnews > .bpa-link:hover .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-breakingnews > .bpa-link:focus .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-teaser-banner-breakingnews .bpa-teaser-list-collection-item {
  border-bottom: 0;
}

.bpa-breakingnews-related .bpa-topline,
.bpa-breakingnews-related .bpa-teaser-title,
.bpa-breakingnews-related .bpa-teaser-title-icon,
.bpa-breakingnews-related .bpa-teaser-info {
  display: inline;
}

.bpa-breakingnews-related .bpa-topline-title {
  padding-right: 0.3125rem;
}

.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title,
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length,
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title,
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info, .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title,
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length,
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title,
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info {
  border-bottom: 1px solid #0071ad;
}

.bpa-porcelain .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title, .bpa-porcelain
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length, .bpa-porcelain
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title, .bpa-porcelain
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info, .bpa-porcelain .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title, .bpa-porcelain
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length, .bpa-porcelain
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title, .bpa-porcelain
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info {
  border-bottom: 1px solid #0071ad;
}

.bpa-shark .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title, .bpa-shark
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length, .bpa-shark
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title, .bpa-shark
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info, .bpa-shark .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title, .bpa-shark
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length, .bpa-shark
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title, .bpa-shark
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title,
.bpa-deep-cerulean .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title,
.bpa-twitter .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title,
.bpa-monza .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title,
.bpa-mojo .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title,
.bpa-blue-lagoon .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title,
.bpa-tropical-rain-forest .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title,
.bpa-bossanova .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title,
.bpa-aqua-deep .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title,
.bpa-claret .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title, .bpa-regal-blue
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length,
.bpa-deep-cerulean
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length,
.bpa-twitter
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length,
.bpa-monza
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length,
.bpa-mojo
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length,
.bpa-blue-lagoon
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length,
.bpa-tropical-rain-forest
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length,
.bpa-bossanova
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length,
.bpa-aqua-deep
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length,
.bpa-claret
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length, .bpa-regal-blue
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title,
.bpa-deep-cerulean
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title,
.bpa-twitter
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title,
.bpa-monza
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title,
.bpa-mojo
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title,
.bpa-blue-lagoon
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title,
.bpa-tropical-rain-forest
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title,
.bpa-bossanova
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title,
.bpa-aqua-deep
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title,
.bpa-claret
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title, .bpa-regal-blue
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info,
.bpa-deep-cerulean
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info,
.bpa-twitter
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info,
.bpa-monza
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info,
.bpa-mojo
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info,
.bpa-blue-lagoon
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info,
.bpa-tropical-rain-forest
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info,
.bpa-bossanova
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info,
.bpa-aqua-deep
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info,
.bpa-claret
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info, .bpa-regal-blue .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title,
.bpa-deep-cerulean .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title,
.bpa-twitter .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title,
.bpa-monza .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title,
.bpa-mojo .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title,
.bpa-blue-lagoon .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title,
.bpa-tropical-rain-forest .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title,
.bpa-bossanova .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title,
.bpa-aqua-deep .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title,
.bpa-claret .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title, .bpa-regal-blue
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length,
.bpa-deep-cerulean
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length,
.bpa-twitter
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length,
.bpa-monza
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length,
.bpa-mojo
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length,
.bpa-blue-lagoon
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length,
.bpa-tropical-rain-forest
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length,
.bpa-bossanova
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length,
.bpa-aqua-deep
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length,
.bpa-claret
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length, .bpa-regal-blue
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title,
.bpa-deep-cerulean
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title,
.bpa-twitter
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title,
.bpa-monza
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title,
.bpa-mojo
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title,
.bpa-blue-lagoon
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title,
.bpa-tropical-rain-forest
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title,
.bpa-bossanova
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title,
.bpa-aqua-deep
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title,
.bpa-claret
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title, .bpa-regal-blue
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info,
.bpa-deep-cerulean
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info,
.bpa-twitter
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info,
.bpa-monza
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info,
.bpa-mojo
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info,
.bpa-blue-lagoon
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info,
.bpa-tropical-rain-forest
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info,
.bpa-bossanova
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info,
.bpa-aqua-deep
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info,
.bpa-claret
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info {
  border-bottom: 1px solid #fff;
}

.bpa-saffron .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title, .bpa-saffron
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length, .bpa-saffron
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title, .bpa-saffron
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info, .bpa-saffron .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title, .bpa-saffron
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length, .bpa-saffron
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title, .bpa-saffron
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info {
  border-bottom: 1px solid #111314;
}

.bpa-white .bpa-breakingnews-related .bpa-teaser-related:hover .bpa-topline-title, .bpa-white
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-title-length, .bpa-white
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-link-text-title, .bpa-white
.bpa-breakingnews-related .bpa-teaser-related:hover .bpa-teaser-info, .bpa-white .bpa-breakingnews-related .bpa-teaser-related:focus .bpa-topline-title, .bpa-white
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-title-length, .bpa-white
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-link-text-title, .bpa-white
.bpa-breakingnews-related .bpa-teaser-related:focus .bpa-teaser-info {
  border-bottom: 1px solid #0071ad;
}

.bpa-breakingnews-related .bpa-teaser-title {
  margin: 0;
}

.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-topline-title,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-title,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-title-text,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-teaser-info,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-link-download .bpa-link-text-title,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-time,
.bpa-teaser-banner-module .bpa-breakingnews-related .bpa-time time {
  text-transform: none;
}

.bpa-breakingnews-related .bpa-teaser-list-collection.bpa-first {
  padding-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-breakingnews-related .bpa-teaser-list-collection.bpa-first {
    padding-top: 0.625rem;
  }
}

.bpa-breaking-news {
  padding: 0;
}

.bpa-breaking-news .bpa-container {
  margin-top: 0 !important;
}

.bpa-teaser-tile-module .bpa-module-title {
  margin: 0 0 3rem;
}

.bpa-teaser-tile-module .bpa-teaser-title-icon,
.bpa-teaser-tile-module .bpa-teaser-title {
  margin: 0.375rem 0;
}

.bpa-teaser-tile-module .bpa-teaser-title-icon:last-child,
.bpa-teaser-tile-module .bpa-teaser-title:last-child {
  margin: 0.375rem 0 0;
}

.bpa-teaser-tile-module .bpa-teaser-info {
  margin-top: 0.375rem;
}

.bpa-teaser-tile-module .bpa-module-footer {
  margin-top: 1.875rem;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-tile-module .bpa-module-footer {
    margin-top: 3.125rem;
  }
}

.bpa-teaser-tile-module .bpa-teaser-wrapper {
  border-bottom: 1px dotted #9aa0a2;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
}

.bpa-porcelain .bpa-teaser-tile-module .bpa-teaser-wrapper,
.bpa-shark .bpa-teaser-tile-module .bpa-teaser-wrapper {
  border-bottom: 1px dotted #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-tile-module .bpa-teaser-wrapper,
.bpa-deep-cerulean .bpa-teaser-tile-module .bpa-teaser-wrapper,
.bpa-twitter .bpa-teaser-tile-module .bpa-teaser-wrapper,
.bpa-monza .bpa-teaser-tile-module .bpa-teaser-wrapper,
.bpa-mojo .bpa-teaser-tile-module .bpa-teaser-wrapper,
.bpa-blue-lagoon .bpa-teaser-tile-module .bpa-teaser-wrapper,
.bpa-tropical-rain-forest .bpa-teaser-tile-module .bpa-teaser-wrapper,
.bpa-bossanova .bpa-teaser-tile-module .bpa-teaser-wrapper,
.bpa-aqua-deep .bpa-teaser-tile-module .bpa-teaser-wrapper,
.bpa-claret .bpa-teaser-tile-module .bpa-teaser-wrapper {
  border-bottom: 1px dotted #fff;
}

.bpa-saffron .bpa-teaser-tile-module .bpa-teaser-wrapper {
  border-bottom: 1px dotted #111314;
}

.bpa-white .bpa-teaser-tile-module .bpa-teaser-wrapper {
  border-bottom: 1px dotted #9aa0a2;
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-tile-module .bpa-teaser-wrapper:nth-child(odd) {
    margin-right: 2.2727272727%;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-tile-module .bpa-teaser-wrapper:nth-child(even) {
    margin-left: 2.2727272727%;
    padding-top: 0;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-tile-module .bpa-teaser-wrapper {
    margin-bottom: 3.125rem;
    padding-bottom: 3.125rem;
    width: 47.7272727273%;
  }
}

.bpa-teaser-tile-module .bpa-cabinet-teaser .bpa-teaser-wrapper {
  padding-bottom: 1.25rem;
  border-bottom: transparent;
}

@media only screen and (min-width: 1024px) {
  .bpa-module-full .bpa-teaser-tile-module,
  .bpa-module-standard .bpa-teaser-tile-module,
  .bpa-module-inner .bpa-teaser-tile-module,
  .bpa-module-embedded .bpa-module-standard .bpa-teaser-tile-module,
  .bpa-module-embedded .bpa-module-inner .bpa-teaser-tile-module {
    padding-top: 3.8461538462%;
    padding-bottom: 3.8461538462%;
  }
}

.bpa-module-tile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.bpa-module-tile.bpa-cabinet-teaser .bpa-teaser-wrapper:last-child, .bpa-module-tile.bpa-first .bpa-teaser-wrapper:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

@media only screen and (min-width: 600px) {
  .bpa-module-tile.bpa-cabinet-teaser .bpa-teaser-wrapper:nth-last-child(-n+2), .bpa-module-tile.bpa-first .bpa-teaser-wrapper:nth-last-child(-n+2) {
    margin-bottom: 0;
    padding: 0;
    border: none;
  }
}

.bpa-module-tile.bpa-closed {
  display: none;
}

@media only screen and (min-width: 600px) {
  .bpa-module-tile {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bpa-row-tile-module,
.bpa-area-tile-module {
  margin-bottom: 3.8461538462%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-perspective: 9999px;
          perspective: 9999px;
  overflow: hidden;
}

.bpa-area-tile.bpa-toggledown:last-of-type {
  margin-bottom: 0;
}

.bpa-area-tile.bpa-toggledown + .bpa-area-tile.bpa-toggledown {
  border: 0;
}

.bpa-row-tile,
.bpa-area-tile {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media only screen and (min-width: 600px) {
  .bpa-row-tile,
  .bpa-area-tile {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .bpa-row-tile.bpa-tile-spaned,
  .bpa-area-tile.bpa-tile-spaned {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-row-tile,
  .bpa-area-tile {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .bpa-row-tile.bpa-tile-spaned,
  .bpa-area-tile.bpa-tile-spaned {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.bpa-tile-module-link {
  margin: 0 0 2.5rem;
  padding: 0 3.8461538462%;
}

@media only screen and (min-width: 1024px) {
  .bpa-tile-module-link {
    margin: -1.25rem 0 2.5rem;
  }
}

.bpa-tile-module .bpa-claret.bpa-row-tile,
.bpa-tile-module .bpa-claret .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-claret .bpa-toggledown-content {
  background-color: #780f2d;
}

.bpa-tile-module .bpa-sinbad.bpa-row-tile,
.bpa-tile-module .bpa-sinbad .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-sinbad .bpa-toggledown-content {
  background-color: #99C6D4;
}

.bpa-tile-module .bpa-aqua-deep.bpa-row-tile,
.bpa-tile-module .bpa-aqua-deep .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-aqua-deep .bpa-toggledown-content {
  background-color: #005c45;
}

.bpa-tile-module .bpa-sweet-corn.bpa-row-tile,
.bpa-tile-module .bpa-sweet-corn .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-sweet-corn .bpa-toggledown-content {
  background-color: #FBEC89;
}

.bpa-tile-module .bpa-regal-blue.bpa-row-tile,
.bpa-tile-module .bpa-regal-blue .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-regal-blue .bpa-toggledown-content {
  background-color: #004b76;
}

.bpa-tile-module .bpa-bossanova.bpa-row-tile,
.bpa-tile-module .bpa-bossanova .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-bossanova .bpa-toggledown-content {
  background-color: #5f316e;
}

.bpa-tile-module .bpa-zinnwaldite.bpa-row-tile,
.bpa-tile-module .bpa-zinnwaldite .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-zinnwaldite .bpa-toggledown-content {
  background-color: #EBB9AF;
}

.bpa-tile-module .bpa-we-peep.bpa-row-tile,
.bpa-tile-module .bpa-we-peep .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-we-peep .bpa-toggledown-content {
  background-color: #f2ccd8;
}

.bpa-tile-module .bpa-woodsmoke.bpa-row-tile,
.bpa-tile-module .bpa-woodsmoke .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-woodsmoke .bpa-toggledown-content {
  background-color: #111314;
}

.bpa-tile-module .bpa-seagull.bpa-row-tile,
.bpa-tile-module .bpa-seagull .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-seagull .bpa-toggledown-content {
  background-color: #80cdec;
}

.bpa-tile-module .bpa-deep-cerulean.bpa-row-tile,
.bpa-tile-module .bpa-deep-cerulean .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-deep-cerulean .bpa-toggledown-content {
  background-color: #0071ad;
}

.bpa-tile-module .bpa-porcelaine-light.bpa-row-tile,
.bpa-tile-module .bpa-porcelaine-light .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-porcelaine-light .bpa-toggledown-content {
  background-color: #f2f3f4;
}

.bpa-tile-module .bpa-fern-green.bpa-row-tile,
.bpa-tile-module .bpa-fern-green .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-fern-green .bpa-toggledown-content {
  background-color: #597C39;
}

.bpa-tile-module .bpa-saffron.bpa-row-tile,
.bpa-tile-module .bpa-saffron .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-saffron .bpa-toggledown-content {
  background-color: #f7bb3d;
}

.bpa-tile-module .bpa-rainee.bpa-row-tile,
.bpa-tile-module .bpa-rainee .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-rainee .bpa-toggledown-content {
  background-color: #BDCBB0;
}

.bpa-tile-module .bpa-blue-lagoon.bpa-row-tile,
.bpa-tile-module .bpa-blue-lagoon .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-blue-lagoon .bpa-toggledown-content {
  background-color: #00818b;
}

.bpa-tile-module .bpa-bright-sun.bpa-row-tile,
.bpa-tile-module .bpa-bright-sun .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-bright-sun .bpa-toggledown-content {
  background-color: #f9e03a;
}

.bpa-tile-module .bpa-tropical-rain-forest.bpa-row-tile,
.bpa-tile-module .bpa-tropical-rain-forest .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-tropical-rain-forest .bpa-toggledown-content {
  background-color: #00854a;
}

.bpa-tile-module .bpa-claret .bpa-teaser-title,
.bpa-tile-module .bpa-aqua-deep .bpa-teaser-title,
.bpa-tile-module .bpa-regal-blue .bpa-teaser-title,
.bpa-tile-module .bpa-bossanova .bpa-teaser-title,
.bpa-tile-module .bpa-woodsmoke .bpa-teaser-title,
.bpa-tile-module .bpa-deep-cerulean .bpa-teaser-title,
.bpa-tile-module .bpa-fern-green .bpa-teaser-title,
.bpa-tile-module .bpa-blue-lagoon .bpa-teaser-title,
.bpa-tile-module .bpa-tropical-rain-forest .bpa-teaser-title, .bpa-tile-module .bpa-claret
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-aqua-deep
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-regal-blue
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-bossanova
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-woodsmoke
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-deep-cerulean
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-fern-green
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-blue-lagoon
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-tropical-rain-forest
.bpa-teaser-title-icon, .bpa-tile-module .bpa-claret
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-aqua-deep
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-regal-blue
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-bossanova
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-woodsmoke
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-deep-cerulean
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-fern-green
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-blue-lagoon
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-tropical-rain-forest
.bpa-toggledown-text .bpa-topline-title, .bpa-tile-module .bpa-claret
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-aqua-deep
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-regal-blue
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-bossanova
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-woodsmoke
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-deep-cerulean
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-fern-green
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-blue-lagoon
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-tropical-rain-forest
.bpa-toggledown-text .bpa-short-text {
  color: #fff;
}

.bpa-tile-module .bpa-sinbad .bpa-teaser-title,
.bpa-tile-module .bpa-sweet-corn .bpa-teaser-title,
.bpa-tile-module .bpa-we-peep .bpa-teaser-title,
.bpa-tile-module .bpa-seagull .bpa-teaser-title,
.bpa-tile-module .bpa-porcelaine-light .bpa-teaser-title,
.bpa-tile-module .bpa-zinnwaldite .bpa-teaser-title,
.bpa-tile-module .bpa-saffron .bpa-teaser-title,
.bpa-tile-module .bpa-rainee .bpa-teaser-title,
.bpa-tile-module .bpa-bright-sun .bpa-teaser-title, .bpa-tile-module .bpa-sinbad
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-sweet-corn
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-we-peep
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-seagull
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-porcelaine-light
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-zinnwaldite
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-saffron
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-rainee
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-bright-sun
.bpa-teaser-title-icon, .bpa-tile-module .bpa-sinbad
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-sweet-corn
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-we-peep
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-seagull
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-porcelaine-light
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-zinnwaldite
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-saffron
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-rainee
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-bright-sun
.bpa-toggledown-text .bpa-topline-title, .bpa-tile-module .bpa-sinbad
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-sweet-corn
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-we-peep
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-seagull
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-porcelaine-light
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-zinnwaldite
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-saffron
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-rainee
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-bright-sun
.bpa-toggledown-text .bpa-short-text {
  color: #111314;
}

.bpa-area-tile-toggledown.bpa-sinbad .bpa-area-tile-inner .bpa-teaser-title {
  color: #780f2d;
}

.bpa-area-tile-toggledown.bpa-claret .bpa-area-tile-inner .bpa-teaser-title {
  color: #99C6D4;
}

.bpa-area-tile-toggledown.bpa-aqua-deep .bpa-area-tile-inner .bpa-teaser-title {
  color: #111314;
}

.bpa-area-tile-toggledown.bpa-sweet-corn .bpa-area-tile-inner .bpa-teaser-title {
  color: #c0003c;
}

.bpa-area-tile-toggledown.bpa-regal-blue .bpa-area-tile-inner .bpa-teaser-title {
  color: #99C9E2;
}

.bpa-area-tile-toggledown.bpa-bossanova .bpa-area-tile-inner .bpa-teaser-title {
  color: #EBB9AF;
}

.bpa-area-tile-toggledown.bpa-zinnwaldite .bpa-area-tile-inner .bpa-teaser-title {
  color: #5f316e;
}

.bpa-area-tile-toggledown.bpa-we-peep .bpa-area-tile-inner .bpa-teaser-title {
  color: #005c45;
}

.bpa-area-tile-toggledown.bpa-woodsmoke .bpa-area-tile-inner .bpa-teaser-title {
  color: #f9c964;
}

.bpa-area-tile-toggledown.bpa-seagull .bpa-area-tile-inner .bpa-teaser-title {
  color: #004b76;
}

.bpa-area-tile-toggledown.bpa-deep-cerulean .bpa-area-tile-inner .bpa-teaser-title {
  color: #FEF9D8;
}

.bpa-area-tile-toggledown.bpa-porcelaine-light .bpa-area-tile-inner .bpa-teaser-title {
  color: #007194;
}

.bpa-area-tile-toggledown.bpa-fern-green .bpa-area-tile-inner .bpa-teaser-title {
  color: #fff;
}

.bpa-area-tile-toggledown.bpa-saffron .bpa-area-tile-inner .bpa-teaser-title {
  color: #004b76;
}

.bpa-area-tile-toggledown.bpa-rainee .bpa-area-tile-inner .bpa-teaser-title {
  color: #780f2d;
}

.bpa-area-tile-toggledown.bpa-blue-lagoon .bpa-area-tile-inner .bpa-teaser-title {
  color: #fff;
}

.bpa-area-tile-toggledown.bpa-bright-sun .bpa-area-tile-inner .bpa-teaser-title {
  color: #c0003c;
}

.bpa-area-tile-toggledown.bpa-tropical-rain-forest .bpa-area-tile-inner .bpa-teaser-title {
  color: #fff;
}

.bpa-tile-module .bpa-claret .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-aqua-deep .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-regal-blue .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-bossanova .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-woodsmoke .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-deep-cerulean .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-fern-green .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-blue-lagoon .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-tropical-rain-forest .bpa-teaser-text-wrapper .bpa-icon {
  fill: #fff;
}

.bpa-tile-module .bpa-sinbad .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-sweet-corn .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-we-peep .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-seagull .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-porcelaine-light .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-zinnwaldite .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-saffron .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-rainee .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-bright-sun .bpa-teaser-text-wrapper .bpa-icon {
  fill: #111314;
}

.bpa-tile-module .bpa-claret .bpa-teaser-text-wrapper::before {
  border-bottom-color: #780f2d;
}

.bpa-tile-module .bpa-sinbad .bpa-teaser-text-wrapper::before {
  border-bottom-color: #99C6D4;
}

.bpa-tile-module .bpa-aqua-deep .bpa-teaser-text-wrapper::before {
  border-bottom-color: #005c45;
}

.bpa-tile-module .bpa-sweet-corn .bpa-teaser-text-wrapper::before {
  border-bottom-color: #FBEC89;
}

.bpa-tile-module .bpa-regal-blue .bpa-teaser-text-wrapper::before {
  border-bottom-color: #004b76;
}

.bpa-tile-module .bpa-bossanova .bpa-teaser-text-wrapper::before {
  border-bottom-color: #5f316e;
}

.bpa-tile-module .bpa-zinnwaldite .bpa-teaser-text-wrapper::before {
  border-bottom-color: #EBB9AF;
}

.bpa-tile-module .bpa-we-peep .bpa-teaser-text-wrapper::before {
  border-bottom-color: #f2ccd8;
}

.bpa-tile-module .bpa-woodsmoke .bpa-teaser-text-wrapper::before {
  border-bottom-color: #111314;
}

.bpa-tile-module .bpa-seagull .bpa-teaser-text-wrapper::before {
  border-bottom-color: #80cdec;
}

.bpa-tile-module .bpa-deep-cerulean .bpa-teaser-text-wrapper::before {
  border-bottom-color: #0071ad;
}

.bpa-tile-module .bpa-porcelaine-light .bpa-teaser-text-wrapper::before {
  border-bottom-color: #f2f3f4;
}

.bpa-tile-module .bpa-fern-green .bpa-teaser-text-wrapper::before {
  border-bottom-color: #597C39;
}

.bpa-tile-module .bpa-saffron .bpa-teaser-text-wrapper::before {
  border-bottom-color: #f7bb3d;
}

.bpa-tile-module .bpa-rainee .bpa-teaser-text-wrapper::before {
  border-bottom-color: #BDCBB0;
}

.bpa-tile-module .bpa-blue-lagoon .bpa-teaser-text-wrapper::before {
  border-bottom-color: #00818b;
}

.bpa-tile-module .bpa-bright-sun .bpa-teaser-text-wrapper::before {
  border-bottom-color: #f9e03a;
}

.bpa-tile-module .bpa-tropical-rain-forest .bpa-teaser-text-wrapper::before {
  border-bottom-color: #00854a;
}

.bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper,
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper,
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}

.bpa-row-tile.bpa-claret .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-aqua-deep .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-regal-blue .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-bossanova .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-woodsmoke .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-deep-cerulean .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-fern-green .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-blue-lagoon .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-tropical-rain-forest .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-claret
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-aqua-deep
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-regal-blue
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-bossanova
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-woodsmoke
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-deep-cerulean
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-fern-green
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-blue-lagoon
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-tropical-rain-forest
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-claret
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-aqua-deep
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-regal-blue
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-bossanova
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-woodsmoke
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-deep-cerulean
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-fern-green
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-blue-lagoon
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-tropical-rain-forest
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #fff;
  border-color: #fff;
}

.bpa-row-tile.bpa-sinbad .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-sweet-corn .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-we-peep .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-seagull .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-porcelaine-light .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-zinnwaldite .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-saffron .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-rainee .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-bright-sun .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-sinbad
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-sweet-corn
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-we-peep
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-seagull
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-porcelaine-light
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-zinnwaldite
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-saffron
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-rainee
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-bright-sun
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-sinbad
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-sweet-corn
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-we-peep
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-seagull
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-porcelaine-light
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-zinnwaldite
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-saffron
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-rainee
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-bright-sun
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #111314;
  border-color: #111314;
}

.bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-button,
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-button,
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-button {
  background-color: #fff;
  border-color: transparent;
}

.bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-button .bpa-icon,
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-button .bpa-icon,
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-button .bpa-icon {
  fill: #780f2d;
}

.bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-button .bpa-btn-on-image-title,
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-button .bpa-btn-on-image-title,
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-button .bpa-btn-on-image-title {
  color: #780f2d;
}

.bpa-area-tile.bpa-claret .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-aqua-deep .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-regal-blue .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bossanova .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-woodsmoke .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-deep-cerulean .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-fern-green .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-blue-lagoon .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-tropical-rain-forest .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-claret
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-aqua-deep
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-regal-blue
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bossanova
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-woodsmoke
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-deep-cerulean
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-fern-green
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-blue-lagoon
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-tropical-rain-forest
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-claret
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-aqua-deep
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-regal-blue
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bossanova
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-woodsmoke
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-deep-cerulean
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-fern-green
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-blue-lagoon
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-tropical-rain-forest
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #fff;
  border-color: transparent;
}

.bpa-area-tile.bpa-sinbad .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-sweet-corn .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-we-peep .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-seagull .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-porcelaine-light .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-zinnwaldite .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-saffron .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-rainee .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bright-sun .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-sinbad
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-sweet-corn
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-we-peep
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-seagull
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-porcelaine-light
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-zinnwaldite
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-saffron
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-rainee
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bright-sun
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-sinbad
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-sweet-corn
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-we-peep
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-seagull
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-porcelaine-light
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-zinnwaldite
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-saffron
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-rainee
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bright-sun
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #111314;
  border-color: transparent;
}

.bpa-area-tile.bpa-claret .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-aqua-deep .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-regal-blue .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bossanova .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-woodsmoke .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-deep-cerulean .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-sinbad .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-sweet-corn .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-we-peep .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-seagull .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-porcelaine-light .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-zinnwaldite .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-fern-green .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-saffron .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-rainee .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-blue-lagoon .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bright-sun .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-tropical-rain-forest .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-claret
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-aqua-deep
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-regal-blue
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bossanova
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-woodsmoke
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-deep-cerulean
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-sinbad
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-sweet-corn
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-we-peep
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-seagull
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-porcelaine-light
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-zinnwaldite
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-fern-green
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-saffron
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-rainee
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-blue-lagoon
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bright-sun
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-tropical-rain-forest
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-claret
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-aqua-deep
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-regal-blue
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bossanova
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-woodsmoke
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-deep-cerulean
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-sinbad
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-sweet-corn
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-we-peep
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-seagull
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-porcelaine-light
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-zinnwaldite
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-fern-green
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-saffron
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-rainee
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-blue-lagoon
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-bright-sun
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-tropical-rain-forest
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text {
  color: #fff;
  border-color: #fff;
}

.bpa-area-tile.bpa-claret .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-aqua-deep .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-regal-blue .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-bossanova .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-woodsmoke .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-deep-cerulean .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-fern-green .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-blue-lagoon .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-tropical-rain-forest .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text, .bpa-area-tile.bpa-claret
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-aqua-deep
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-regal-blue
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-bossanova
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-woodsmoke
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-deep-cerulean
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-fern-green
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-blue-lagoon
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-tropical-rain-forest
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text, .bpa-area-tile.bpa-claret
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-aqua-deep
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-regal-blue
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-bossanova
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-woodsmoke
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-deep-cerulean
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-fern-green
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-blue-lagoon
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-tropical-rain-forest
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text {
  color: #fff;
  border-color: #fff;
}

.bpa-area-tile.bpa-sinbad .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-sweet-corn .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-we-peep .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-seagull .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-porcelaine-light .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-zinnwaldite .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-saffron .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-rainee .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-bright-sun .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text, .bpa-area-tile.bpa-sinbad
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-sweet-corn
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-we-peep
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-seagull
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-porcelaine-light
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-zinnwaldite
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-saffron
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-rainee
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-bright-sun
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text, .bpa-area-tile.bpa-sinbad
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-sweet-corn
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-we-peep
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-seagull
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-porcelaine-light
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-zinnwaldite
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-saffron
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-rainee
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-bright-sun
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text {
  color: #111314;
  border-color: #111314;
}

.bpa-tile-module .bpa-szjgg-1.bpa-row-tile,
.bpa-tile-module .bpa-szjgg-1 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-szjgg-1 .bpa-toggledown-content {
  background-color: #c0003c;
}

.bpa-tile-module .bpa-szjgg-2.bpa-row-tile,
.bpa-tile-module .bpa-szjgg-2 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-szjgg-2 .bpa-toggledown-content {
  background-color: #5f316e;
}

.bpa-tile-module .bpa-szjgg-3.bpa-row-tile,
.bpa-tile-module .bpa-szjgg-3 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-szjgg-3 .bpa-toggledown-content {
  background-color: #66b3b9;
}

.bpa-tile-module .bpa-szjgg-4.bpa-row-tile,
.bpa-tile-module .bpa-szjgg-4 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-szjgg-4 .bpa-toggledown-content {
  background-color: #005c45;
}

.bpa-tile-module .bpa-szjgg-5.bpa-row-tile,
.bpa-tile-module .bpa-szjgg-5 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-szjgg-5 .bpa-toggledown-content {
  background-color: #780f2d;
}

.bpa-tile-module .bpa-szjgg-6.bpa-row-tile,
.bpa-tile-module .bpa-szjgg-6 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-szjgg-6 .bpa-toggledown-content {
  background-color: #dee5d7;
}

.bpa-tile-module .bpa-szjgg-7.bpa-row-tile,
.bpa-tile-module .bpa-szjgg-7 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-szjgg-7 .bpa-toggledown-content {
  background-color: #cd5038;
}

.bpa-tile-module .bpa-szjgg-8.bpa-row-tile,
.bpa-tile-module .bpa-szjgg-8 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-szjgg-8 .bpa-toggledown-content {
  background-color: #d7c4b7;
}

.bpa-tile-module .bpa-szjgg-9.bpa-row-tile,
.bpa-tile-module .bpa-szjgg-9 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-szjgg-9 .bpa-toggledown-content {
  background-color: #dee5d7;
}

.bpa-tile-module .bpa-art-1.bpa-row-tile,
.bpa-tile-module .bpa-art-1 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-1 .bpa-toggledown-content {
  background-color: #99cdd1;
}

.bpa-tile-module .bpa-art-2.bpa-row-tile,
.bpa-tile-module .bpa-art-2 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-2 .bpa-toggledown-content {
  background-color: #00854a;
}

.bpa-tile-module .bpa-art-3.bpa-row-tile,
.bpa-tile-module .bpa-art-3 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-3 .bpa-toggledown-content {
  background-color: #c0003c;
}

.bpa-tile-module .bpa-art-4.bpa-row-tile,
.bpa-tile-module .bpa-art-4 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-4 .bpa-toggledown-content {
  background-color: #fae661;
}

.bpa-tile-module .bpa-art-5.bpa-row-tile,
.bpa-tile-module .bpa-art-5 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-5 .bpa-toggledown-content {
  background-color: #004b76;
}

.bpa-tile-module .bpa-art-6.bpa-row-tile,
.bpa-tile-module .bpa-art-6 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-6 .bpa-toggledown-content {
  background-color: #cd5038;
}

.bpa-tile-module .bpa-art-7.bpa-row-tile,
.bpa-tile-module .bpa-art-7 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-7 .bpa-toggledown-content {
  background-color: #755E33;
}

.bpa-tile-module .bpa-art-8.bpa-row-tile,
.bpa-tile-module .bpa-art-8 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-8 .bpa-toggledown-content {
  background-color: #c0003c;
}

.bpa-tile-module .bpa-art-9.bpa-row-tile,
.bpa-tile-module .bpa-art-9 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-9 .bpa-toggledown-content {
  background-color: #f29db7;
}

.bpa-tile-module .bpa-art-10.bpa-row-tile,
.bpa-tile-module .bpa-art-10 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-10 .bpa-toggledown-content {
  background-color: #000;
}

.bpa-tile-module .bpa-art-11.bpa-row-tile,
.bpa-tile-module .bpa-art-11 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-11 .bpa-toggledown-content {
  background-color: #780f2d;
}

.bpa-tile-module .bpa-art-12.bpa-row-tile,
.bpa-tile-module .bpa-art-12 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-12 .bpa-toggledown-content {
  background-color: #004b76;
}

.bpa-tile-module .bpa-art-12a.bpa-row-tile,
.bpa-tile-module .bpa-art-12a .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-12a .bpa-toggledown-content {
  background-color: #00854a;
}

.bpa-tile-module .bpa-art-13.bpa-row-tile,
.bpa-tile-module .bpa-art-13 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-13 .bpa-toggledown-content {
  background-color: #007194;
}

.bpa-tile-module .bpa-art-14.bpa-row-tile,
.bpa-tile-module .bpa-art-14 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-14 .bpa-toggledown-content {
  background-color: #005c45;
}

.bpa-tile-module .bpa-art-15.bpa-row-tile,
.bpa-tile-module .bpa-art-15 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-15 .bpa-toggledown-content {
  background-color: #24263e;
}

.bpa-tile-module .bpa-art-16.bpa-row-tile,
.bpa-tile-module .bpa-art-16 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-16 .bpa-toggledown-content {
  background-color: #f7bb3d;
}

.bpa-tile-module .bpa-art-16a.bpa-row-tile,
.bpa-tile-module .bpa-art-16a .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-16a .bpa-toggledown-content {
  background-color: #e5e8e9;
}

.bpa-tile-module .bpa-art-17.bpa-row-tile,
.bpa-tile-module .bpa-art-17 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-17 .bpa-toggledown-content {
  background-color: #99d7f0;
}

.bpa-tile-module .bpa-art-17a.bpa-row-tile,
.bpa-tile-module .bpa-art-17a .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-17a .bpa-toggledown-content {
  background-color: #780f2d;
}

.bpa-tile-module .bpa-art-18.bpa-row-tile,
.bpa-tile-module .bpa-art-18 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-18 .bpa-toggledown-content {
  background-color: #4e6525;
}

.bpa-tile-module .bpa-art-19.bpa-row-tile,
.bpa-tile-module .bpa-art-19 .bpa-area-tile-inner .bpa-teaser-text-wrapper,
.bpa-tile-module .bpa-art-19 .bpa-toggledown-content {
  background-color: #cd5038;
}

.bpa-tile-module .bpa-szjgg-3 .bpa-teaser-title,
.bpa-tile-module .bpa-szjgg-6 .bpa-teaser-title,
.bpa-tile-module .bpa-szjgg-7 .bpa-teaser-title,
.bpa-tile-module .bpa-szjgg-9 .bpa-teaser-title,
.bpa-tile-module .bpa-art-1 .bpa-teaser-title,
.bpa-tile-module .bpa-art-4 .bpa-teaser-title,
.bpa-tile-module .bpa-art-6 .bpa-teaser-title,
.bpa-tile-module .bpa-art-9 .bpa-teaser-title,
.bpa-tile-module .bpa-art-16 .bpa-teaser-title,
.bpa-tile-module .bpa-art-16a .bpa-teaser-title,
.bpa-tile-module .bpa-art-17 .bpa-teaser-title,
.bpa-tile-module .bpa-art-19 .bpa-teaser-title, .bpa-tile-module .bpa-szjgg-3
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-szjgg-6
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-szjgg-7
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-szjgg-9
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-1
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-4
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-6
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-9
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-16
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-16a
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-17
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-19
.bpa-teaser-title-icon, .bpa-tile-module .bpa-szjgg-3
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-szjgg-6
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-szjgg-7
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-szjgg-9
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-1
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-4
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-6
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-9
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-16
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-16a
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-17
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-19
.bpa-toggledown-text .bpa-topline-title, .bpa-tile-module .bpa-szjgg-3
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-szjgg-6
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-szjgg-7
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-szjgg-9
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-1
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-4
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-6
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-9
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-16
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-16a
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-17
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-19
.bpa-toggledown-text .bpa-short-text {
  color: #000;
}

.bpa-tile-module .bpa-szjgg-1 .bpa-teaser-title,
.bpa-tile-module .bpa-szjgg-2 .bpa-teaser-title,
.bpa-tile-module .bpa-szjgg-4 .bpa-teaser-title,
.bpa-tile-module .bpa-szjgg-5 .bpa-teaser-title,
.bpa-tile-module .bpa-art-2 .bpa-teaser-title,
.bpa-tile-module .bpa-art-3 .bpa-teaser-title,
.bpa-tile-module .bpa-art-5 .bpa-teaser-title,
.bpa-tile-module .bpa-art-7 .bpa-teaser-title,
.bpa-tile-module .bpa-art-8 .bpa-teaser-title,
.bpa-tile-module .bpa-art-10 .bpa-teaser-title,
.bpa-tile-module .bpa-art-11 .bpa-teaser-title,
.bpa-tile-module .bpa-art-12 .bpa-teaser-title,
.bpa-tile-module .bpa-art-12a .bpa-teaser-title,
.bpa-tile-module .bpa-art-13 .bpa-teaser-title,
.bpa-tile-module .bpa-art-14 .bpa-teaser-title,
.bpa-tile-module .bpa-art-15 .bpa-teaser-title,
.bpa-tile-module .bpa-art-17a .bpa-teaser-title,
.bpa-tile-module .bpa-art-18 .bpa-teaser-title, .bpa-tile-module .bpa-szjgg-1
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-szjgg-2
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-szjgg-4
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-szjgg-5
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-2
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-3
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-5
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-7
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-8
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-10
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-11
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-12
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-12a
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-13
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-14
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-15
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-17a
.bpa-teaser-title-icon,
.bpa-tile-module .bpa-art-18
.bpa-teaser-title-icon, .bpa-tile-module .bpa-szjgg-1
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-szjgg-2
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-szjgg-4
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-szjgg-5
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-2
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-3
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-5
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-7
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-8
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-10
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-11
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-12
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-12a
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-13
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-14
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-15
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-17a
.bpa-toggledown-text .bpa-topline-title,
.bpa-tile-module .bpa-art-18
.bpa-toggledown-text .bpa-topline-title, .bpa-tile-module .bpa-szjgg-1
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-szjgg-2
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-szjgg-4
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-szjgg-5
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-2
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-3
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-5
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-7
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-8
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-10
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-11
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-12
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-12a
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-13
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-14
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-15
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-17a
.bpa-toggledown-text .bpa-short-text,
.bpa-tile-module .bpa-art-18
.bpa-toggledown-text .bpa-short-text {
  color: #fff;
}

.bpa-tile-module .bpa-szjgg-8 .bpa-teaser-title, .bpa-tile-module .bpa-szjgg-8
.bpa-teaser-title-icon, .bpa-tile-module .bpa-szjgg-8
.bpa-toggledown-text .bpa-topline-title, .bpa-tile-module .bpa-szjgg-8
.bpa-toggledown-text .bpa-short-text {
  color: #94272d;
}

.bpa-tile-module .bpa-szjgg-6 .bpa-teaser-title .bpa-teaser-title-text {
  color: #780f2d;
}

.bpa-teaser-text-wrapper {
  /* stylelint-enable selector-max-compound-selectors */
}

.bpa-row-tile.bpa-szjgg-2 .bpa-teaser-text-wrapper {
  /* stylelint-disable selector-max-compound-selectors */
}

.bpa-row-tile.bpa-szjgg-2 .bpa-teaser-text-wrapper .bpa-button {
  background-color: #f7bb3d;
  border-color: transparent;
}

.bpa-row-tile.bpa-szjgg-2 .bpa-teaser-text-wrapper .bpa-button .bpa-icon {
  fill: #5f316e;
}

.bpa-row-tile.bpa-szjgg-2 .bpa-teaser-text-wrapper .bpa-button .bpa-btn-on-image-title {
  color: #5f316e;
}

.bpa-row-tile.bpa-szjgg-2:hover .bpa-teaser-text-wrapper,
.bpa-row-tile.bpa-szjgg-2:active .bpa-teaser-text-wrapper,
.bpa-row-tile.bpa-szjgg-2:focus .bpa-teaser-text-wrapper {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}

.bpa-row-tile.bpa-szjgg-2:hover .bpa-teaser-text-wrapper .bpa-button,
.bpa-row-tile.bpa-szjgg-2:active .bpa-teaser-text-wrapper .bpa-button,
.bpa-row-tile.bpa-szjgg-2:focus .bpa-teaser-text-wrapper .bpa-button {
  background-color: #fad68b;
  border-color: transparent;
}

.bpa-row-tile.bpa-szjgg-2:hover .bpa-teaser-text-wrapper .bpa-button .bpa-icon,
.bpa-row-tile.bpa-szjgg-2:active .bpa-teaser-text-wrapper .bpa-button .bpa-icon,
.bpa-row-tile.bpa-szjgg-2:focus .bpa-teaser-text-wrapper .bpa-button .bpa-icon {
  fill: #5f316e;
}

.bpa-row-tile.bpa-szjgg-2:hover .bpa-teaser-text-wrapper .bpa-button .bpa-btn-on-image-title,
.bpa-row-tile.bpa-szjgg-2:active .bpa-teaser-text-wrapper .bpa-button .bpa-btn-on-image-title,
.bpa-row-tile.bpa-szjgg-2:focus .bpa-teaser-text-wrapper .bpa-button .bpa-btn-on-image-title {
  color: #5f316e;
}

.bpa-area-tile-toggledown.bpa-art-1 .bpa-area-tile-inner .bpa-teaser-title {
  color: #c0003c;
}

.bpa-area-tile-toggledown.bpa-art-2 .bpa-area-tile-inner .bpa-teaser-title {
  color: #000;
}

.bpa-area-tile-toggledown.bpa-art-3 .bpa-area-tile-inner .bpa-teaser-title {
  color: #99cdd1;
}

.bpa-area-tile-toggledown.bpa-art-4 .bpa-area-tile-inner .bpa-teaser-title {
  color: #f00;
}

.bpa-area-tile-toggledown.bpa-art-5 .bpa-area-tile-inner .bpa-teaser-title {
  color: #80cdec;
}

.bpa-area-tile-toggledown.bpa-art-6 .bpa-area-tile-inner .bpa-teaser-title {
  color: #42234d;
}

.bpa-area-tile-toggledown.bpa-art-7 .bpa-area-tile-inner .bpa-teaser-title {
  color: #fff;
}

.bpa-area-tile-toggledown.bpa-art-8 .bpa-area-tile-inner .bpa-teaser-title {
  color: #99c6d4;
}

.bpa-area-tile-toggledown.bpa-art-9 .bpa-area-tile-inner .bpa-teaser-title {
  color: #005c45;
}

.bpa-area-tile-toggledown.bpa-art-10 .bpa-area-tile-inner .bpa-teaser-title {
  color: #ae9357;
}

.bpa-area-tile-toggledown.bpa-art-11 .bpa-area-tile-inner .bpa-teaser-title {
  color: #d9668a;
}

.bpa-area-tile-toggledown.bpa-art-12 .bpa-area-tile-inner .bpa-teaser-title {
  color: #e19688;
}

.bpa-area-tile-toggledown.bpa-art-12a .bpa-area-tile-inner .bpa-teaser-title {
  color: #cce7db;
}

.bpa-area-tile-toggledown.bpa-art-13 .bpa-area-tile-inner .bpa-teaser-title {
  color: #ddd5c1;
}

.bpa-area-tile-toggledown.bpa-art-14 .bpa-area-tile-inner .bpa-teaser-title {
  color: #99ceb7;
}

.bpa-area-tile-toggledown.bpa-art-15 .bpa-area-tile-inner .bpa-teaser-title {
  color: #b64b96;
}

.bpa-area-tile-toggledown.bpa-art-16 .bpa-area-tile-inner .bpa-teaser-title {
  color: #000;
}

.bpa-area-tile-toggledown.bpa-art-16a .bpa-area-tile-inner .bpa-teaser-title {
  color: #007194;
}

.bpa-area-tile-toggledown.bpa-art-17 .bpa-area-tile-inner .bpa-teaser-title {
  color: #c0003c;
}

.bpa-area-tile-toggledown.bpa-art-17a .bpa-area-tile-inner .bpa-teaser-title {
  color: #d9668a;
}

.bpa-area-tile-toggledown.bpa-art-18 .bpa-area-tile-inner .bpa-teaser-title {
  color: #bdcbb0;
}

.bpa-area-tile-toggledown.bpa-art-19 .bpa-area-tile-inner .bpa-teaser-title {
  color: #42234d;
}

.bpa-tile-module .bpa-szjgg-3 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-szjgg-6 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-szjgg-7 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-szjgg-9 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-1 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-4 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-6 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-9 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-16 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-16a .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-17 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-19 .bpa-teaser-text-wrapper .bpa-icon {
  fill: #000;
}

.bpa-tile-module .bpa-szjgg-1 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-szjgg-2 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-szjgg-4 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-szjgg-5 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-2 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-3 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-5 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-7 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-8 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-10 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-11 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-12 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-12a .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-13 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-14 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-15 .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-17a .bpa-teaser-text-wrapper .bpa-icon,
.bpa-tile-module .bpa-art-18 .bpa-teaser-text-wrapper .bpa-icon {
  fill: #fff;
}

.bpa-tile-module .bpa-szjgg-8 .bpa-teaser-text-wrapper .bpa-icon {
  fill: #94272d;
}

.bpa-tile-module .bpa-szjgg-1 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #c0003c;
}

.bpa-tile-module .bpa-szjgg-2 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #5f316e;
}

.bpa-tile-module .bpa-szjgg-3 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #66b3b9;
}

.bpa-tile-module .bpa-szjgg-4 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #005c45;
}

.bpa-tile-module .bpa-szjgg-5 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #780f2d;
}

.bpa-tile-module .bpa-szjgg-6 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #dee5d7;
}

.bpa-tile-module .bpa-szjgg-7 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #cd5038;
}

.bpa-tile-module .bpa-szjgg-8 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #d7c4b7;
}

.bpa-tile-module .bpa-szjgg-9 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #dee5d7;
}

.bpa-tile-module .bpa-art-1 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #99cdd1;
}

.bpa-tile-module .bpa-art-2 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #00854a;
}

.bpa-tile-module .bpa-art-3 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #c0003c;
}

.bpa-tile-module .bpa-art-4 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #fae661;
}

.bpa-tile-module .bpa-art-5 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #004b76;
}

.bpa-tile-module .bpa-art-6 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #cd5038;
}

.bpa-tile-module .bpa-art-7 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #755E33;
}

.bpa-tile-module .bpa-art-8 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #c0003c;
}

.bpa-tile-module .bpa-art-9 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #f29db7;
}

.bpa-tile-module .bpa-art-10 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #000;
}

.bpa-tile-module .bpa-art-11 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #780f2d;
}

.bpa-tile-module .bpa-art-12 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #004b76;
}

.bpa-tile-module .bpa-art-12a .bpa-teaser-text-wrapper::before {
  border-bottom-color: #00854a;
}

.bpa-tile-module .bpa-art-13 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #007194;
}

.bpa-tile-module .bpa-art-14 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #005c45;
}

.bpa-tile-module .bpa-art-15 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #24263e;
}

.bpa-tile-module .bpa-art-16 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #f7bb3d;
}

.bpa-tile-module .bpa-art-16a .bpa-teaser-text-wrapper::before {
  border-bottom-color: #e5e8e9;
}

.bpa-tile-module .bpa-art-17 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #99d7f0;
}

.bpa-tile-module .bpa-art-17a .bpa-teaser-text-wrapper::before {
  border-bottom-color: #780f2d;
}

.bpa-tile-module .bpa-art-18 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #4e6525;
}

.bpa-tile-module .bpa-art-19 .bpa-teaser-text-wrapper::before {
  border-bottom-color: #cd5038;
}

.bpa-row-tile.bpa-szjgg-3 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-7 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-1 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-4 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-6 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-9 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-16 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-16a .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-17 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-19 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-szjgg-3
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-7
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-1
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-4
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-6
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-9
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-16
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-16a
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-17
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-19
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-szjgg-3
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-7
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-1
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-4
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-6
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-9
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-16
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-16a
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-17
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-19
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #000;
  border-color: #000;
}

.bpa-row-tile.bpa-szjgg-1 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-2 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-4 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-5 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-2 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-3 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-5 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-7 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-8 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-10 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-11 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-12 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-12a .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-13 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-14 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-15 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-17a .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-18 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-szjgg-1
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-2
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-4
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-5
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-2
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-3
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-5
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-7
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-8
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-10
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-11
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-12
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-12a
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-13
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-14
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-15
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-17a
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-18
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-szjgg-1
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-2
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-4
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-szjgg-5
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-2
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-3
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-5
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-7
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-8
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-10
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-11
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-12
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-12a
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-13
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-14
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-15
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-17a
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-row-tile.bpa-art-18
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #fff;
  border-color: #fff;
}

.bpa-row-tile.bpa-szjgg-8 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-szjgg-8
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-szjgg-8
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #94272d;
  border-color: #94272d;
}

.bpa-row-tile.bpa-szjgg-6 .bpa-row-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-szjgg-6
.bpa-row-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-row-tile.bpa-szjgg-6
.bpa-row-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #780f2d;
  border-color: #780f2d;
}

.bpa-area-tile.bpa-szjgg-3 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-6 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-7 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-9 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-1 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-4 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-6 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-9 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16a .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-19 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-3
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-6
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-7
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-9
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-1
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-4
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-6
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-9
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16a
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-19
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-3
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-6
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-7
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-9
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-1
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-4
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-6
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-9
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16a
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-19
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #000;
  border-color: transparent;
}

.bpa-area-tile.bpa-szjgg-1 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-2 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-4 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-5 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-2 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-3 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-5 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-7 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-8 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-10 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-11 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12a .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-13 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-14 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-15 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17a .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-18 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-1
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-2
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-4
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-5
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-2
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-3
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-5
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-7
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-8
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-10
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-11
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12a
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-13
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-14
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-15
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17a
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-18
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-1
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-2
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-4
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-5
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-2
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-3
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-5
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-7
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-8
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-10
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-11
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12a
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-13
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-14
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-15
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17a
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-18
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #fff;
  border-color: transparent;
}

.bpa-area-tile.bpa-szjgg-8 .bpa-area-tile-teaser:hover .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-8
.bpa-area-tile-teaser:active .bpa-teaser-text-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-8
.bpa-area-tile-teaser:focus .bpa-teaser-text-wrapper .bpa-teaser-title-text {
  color: #94272d;
  border-color: transparent;
}

.bpa-area-tile.bpa-szjgg-1 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-2 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-3 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-4 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-5 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-6 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-7 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-8 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-9 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-1 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-2 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-3 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-4 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-5 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-6 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-7 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-8 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-9 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-10 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-11 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12a .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-13 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-14 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-15 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16a .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17a .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-18 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-19 .bpa-area-tile-teaser:hover .bpa-teaser-image-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-1
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-2
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-3
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-4
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-5
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-6
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-7
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-8
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-9
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-1
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-2
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-3
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-4
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-5
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-6
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-7
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-8
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-9
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-10
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-11
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12a
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-13
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-14
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-15
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16a
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17a
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-18
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-19
.bpa-area-tile-teaser:active .bpa-teaser-image-wrapper .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-1
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-2
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-3
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-4
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-5
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-6
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-7
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-8
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-9
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-1
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-2
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-3
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-4
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-5
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-6
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-7
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-8
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-9
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-10
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-11
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12a
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-13
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-14
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-15
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16a
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17a
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-18
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-19
.bpa-area-tile-teaser:focus .bpa-teaser-image-wrapper .bpa-teaser-title-text {
  color: #fff;
  border-color: #fff;
}

.bpa-area-tile.bpa-szjgg-3 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-6 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-7 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-9 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-1 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-4 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-6 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-9 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16a .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-19 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-3
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-6
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-7
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-9
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-1
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-4
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-6
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-9
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16a
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-19
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-3
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-6
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-7
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-9
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-1
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-4
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-6
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-9
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-16a
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-19
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text {
  color: #000;
  border-color: #000;
}

.bpa-area-tile.bpa-szjgg-1 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-2 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-4 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-5 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-2 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-3 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-5 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-7 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-8 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-10 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-11 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12a .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-13 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-14 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-15 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17a .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-18 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-1
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-2
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-4
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-5
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-2
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-3
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-5
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-7
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-8
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-10
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-11
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12a
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-13
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-14
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-15
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17a
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-18
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-1
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-2
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-4
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-szjgg-5
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-2
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-3
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-5
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-7
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-8
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-10
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-11
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-12a
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-13
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-14
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-15
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-17a
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text,
.bpa-area-tile.bpa-art-18
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text {
  color: #fff;
  border-color: #fff;
}

.bpa-area-tile.bpa-szjgg-8 .bpa-toggledown-text .bpa-teaser:hover .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-8
.bpa-toggledown-text .bpa-teaser:active .bpa-teaser-title-text, .bpa-area-tile.bpa-szjgg-8
.bpa-toggledown-text .bpa-teaser:focus .bpa-teaser-title-text {
  color: #94272d;
  border-color: #94272d;
}

.bpa-teaser-list-module .bpa-module-header .bpa-module-title {
  margin-top: 0;
}

.bpa-stickyteaser .bpa-teaser-list-module .bpa-module-header .bpa-module-title {
  margin-bottom: 0;
}

.bpa-teaser-list-module .bpa-module-footer {
  padding-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-module .bpa-module-overflow .bpa-teaser-list-module {
    padding: 1.25rem 3.8461538462% 0;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-module .bpa-module-overflow .bpa-teaser-list-module {
    padding: 1.25rem 3.0625rem 0;
  }
}

.bpa-teaser-list-module .bpa-teaser-list-collection-item:first-child {
  padding-top: 0;
}

.bpa-logo-teaser-image-link {
  display: block;
}

.bpa-logo-teaser-image-link > img {
  max-width: 100%;
}

.bpa-logoteaser {
  padding: 0 4.1666666667%;
}

.bpa-logoteaser .bpa-logo-upper {
  padding-bottom: 2.75rem;
  border-bottom: 0.125rem solid #0A97D9;
}

.bpa-logoteaser .bpa-logo-upper .bpa-logo {
  margin: 0 auto;
  max-width: 43.75rem;
  display: block;
}

.bpa-logoteaser .bpa-logo-lower {
  margin: 1.125rem 0 1.375rem;
}

.bpa-logoteaser .bpa-logo-lower .bpa-logo {
  margin: 0 auto;
  max-width: 35.625rem;
  display: block;
}

.bpa-banner-logo-teaser {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}

.bpa-banner-logo-teaser-share {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-banner-logo-teaser-share .bpa-teaser {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bpa-banner-logo-teaser-image-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bpa-banner-logo-teaser-image-link.bpa-logo-teaser-media-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title {
  color: #0071ad;
}

.bpa-porcelain .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-porcelain
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title, .bpa-porcelain
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-porcelain
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title, .bpa-porcelain
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-porcelain
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title {
  color: #0071ad;
}

.bpa-shark .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-shark
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title, .bpa-shark
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-shark
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title, .bpa-shark
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-shark
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-deep-cerulean .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-twitter .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-monza .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-mojo .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-blue-lagoon .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-tropical-rain-forest .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-bossanova .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-aqua-deep .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-claret .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-regal-blue
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-deep-cerulean
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-twitter
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-monza
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-mojo
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-blue-lagoon
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-tropical-rain-forest
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-bossanova
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-aqua-deep
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-claret
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title, .bpa-regal-blue
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-deep-cerulean
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-twitter
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-monza
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-mojo
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-blue-lagoon
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-tropical-rain-forest
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-bossanova
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-aqua-deep
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-claret
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-regal-blue
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-deep-cerulean
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-twitter
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-monza
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-mojo
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-blue-lagoon
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-tropical-rain-forest
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-bossanova
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-aqua-deep
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-claret
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title, .bpa-regal-blue
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-deep-cerulean
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-twitter
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-monza
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-mojo
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-blue-lagoon
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-tropical-rain-forest
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-bossanova
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-aqua-deep
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon,
.bpa-claret
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-regal-blue
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-deep-cerulean
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-twitter
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-monza
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-mojo
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-blue-lagoon
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-tropical-rain-forest
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-bossanova
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-aqua-deep
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title,
.bpa-claret
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title {
  color: #fff;
}

.bpa-saffron .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-saffron
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title, .bpa-saffron
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-saffron
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title, .bpa-saffron
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-saffron
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title {
  color: #111314;
}

.bpa-white .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-white
.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title, .bpa-white
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-white
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title, .bpa-white
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-icon, .bpa-white
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title {
  color: #0071ad;
}

.bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-porcelain .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-shark .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text, .bpa-porcelain
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-shark
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text, .bpa-porcelain
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-shark
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-twitter .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-monza .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-mojo .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-bossanova .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-claret .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text, .bpa-regal-blue
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-twitter
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-monza
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-mojo
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-bossanova
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-claret
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text, .bpa-regal-blue
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-twitter
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-monza
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-mojo
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-bossanova
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text,
.bpa-claret
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text {
  border-bottom: 1px solid #fff;
}

.bpa-saffron .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text, .bpa-saffron
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text, .bpa-saffron
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text {
  border-bottom: 1px solid #111314;
}

.bpa-white .bpa-banner-logo-teaser-media-wrapper:hover + .bpa-logo-teaser-share .bpa-teaser-title-text, .bpa-white
.bpa-banner-logo-teaser-media-wrapper:active + .bpa-logo-teaser-share .bpa-teaser-title-text, .bpa-white
.bpa-banner-logo-teaser-media-wrapper:focus + .bpa-logo-teaser-share .bpa-teaser-title-text {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-banner-logo-teaser .bpa-logo {
  width: auto;
  max-width: 100%;
  height: 5.375rem;
}

@media only screen and (max-width: 599px) {
  .bpa-banner-logo-teaser {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.bpa-parallax-teaser {
  margin-right: 10%;
  margin-left: 10%;
}

.bpa-parallax-inner {
  width: 100%;
  display: block;
  background: no-repeat center fixed;
}

.bpa-parallax-image {
  visibility: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bpa-parallax-image {
    visibility: visible;
  }
}

@media print {
  .bpa-parallax-image {
    visibility: visible;
  }
}

.bpa-raffle-teaser-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-raffle-teaser .bpa-btn-raffle,
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder {
  color: #111314;
}

.bpa-raffle-teaser .bpa-btn-raffle,
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder {
  color: #111314;
}

.bpa-raffle-teaser .bpa-btn-raffle,
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-raffle-teaser .bpa-input-raffle::placeholder {
  color: #111314;
}

.bpa-porcelain .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-saffron .bpa-raffle-teaser .bpa-btn-raffle, .bpa-porcelain
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-saffron
.bpa-raffle-teaser .bpa-raffle-title, .bpa-porcelain
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-saffron
.bpa-raffle-teaser .bpa-raffle-topline, .bpa-porcelain
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-saffron
.bpa-raffle-teaser .bpa-raffle-headline, .bpa-porcelain
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-saffron
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder {
  color: #111314;
}

.bpa-porcelain .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-saffron .bpa-raffle-teaser .bpa-btn-raffle, .bpa-porcelain
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-saffron
.bpa-raffle-teaser .bpa-raffle-title, .bpa-porcelain
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-saffron
.bpa-raffle-teaser .bpa-raffle-topline, .bpa-porcelain
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-saffron
.bpa-raffle-teaser .bpa-raffle-headline, .bpa-porcelain
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-saffron
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder {
  color: #111314;
}

.bpa-porcelain .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-saffron .bpa-raffle-teaser .bpa-btn-raffle, .bpa-porcelain
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-saffron
.bpa-raffle-teaser .bpa-raffle-title, .bpa-porcelain
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-saffron
.bpa-raffle-teaser .bpa-raffle-topline, .bpa-porcelain
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-saffron
.bpa-raffle-teaser .bpa-raffle-headline, .bpa-porcelain
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-saffron
.bpa-raffle-teaser .bpa-input-raffle::placeholder {
  color: #111314;
}

.bpa-shark .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-regal-blue .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-deep-cerulean .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-twitter .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-monza .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-mojo .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-blue-lagoon .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-tropical-rain-forest .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-bossanova .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-aqua-deep .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-claret .bpa-raffle-teaser .bpa-btn-raffle, .bpa-shark
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-twitter
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-monza
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-mojo
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-bossanova
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-claret
.bpa-raffle-teaser .bpa-raffle-title, .bpa-shark
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-twitter
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-monza
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-mojo
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-bossanova
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-claret
.bpa-raffle-teaser .bpa-raffle-topline, .bpa-shark
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-twitter
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-monza
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-mojo
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-bossanova
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-claret
.bpa-raffle-teaser .bpa-raffle-headline, .bpa-shark
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-twitter
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-monza
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-mojo
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-bossanova
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder,
.bpa-claret
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder {
  color: #fff;
}

.bpa-shark .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-regal-blue .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-deep-cerulean .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-twitter .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-monza .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-mojo .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-blue-lagoon .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-tropical-rain-forest .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-bossanova .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-aqua-deep .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-claret .bpa-raffle-teaser .bpa-btn-raffle, .bpa-shark
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-twitter
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-monza
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-mojo
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-bossanova
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-claret
.bpa-raffle-teaser .bpa-raffle-title, .bpa-shark
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-twitter
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-monza
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-mojo
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-bossanova
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-claret
.bpa-raffle-teaser .bpa-raffle-topline, .bpa-shark
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-twitter
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-monza
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-mojo
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-bossanova
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-claret
.bpa-raffle-teaser .bpa-raffle-headline, .bpa-shark
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-twitter
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-monza
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-mojo
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-bossanova
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder,
.bpa-claret
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder {
  color: #fff;
}

.bpa-shark .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-regal-blue .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-deep-cerulean .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-twitter .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-monza .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-mojo .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-blue-lagoon .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-tropical-rain-forest .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-bossanova .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-aqua-deep .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-claret .bpa-raffle-teaser .bpa-btn-raffle, .bpa-shark
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-twitter
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-monza
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-mojo
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-bossanova
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-raffle-title,
.bpa-claret
.bpa-raffle-teaser .bpa-raffle-title, .bpa-shark
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-twitter
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-monza
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-mojo
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-bossanova
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-raffle-topline,
.bpa-claret
.bpa-raffle-teaser .bpa-raffle-topline, .bpa-shark
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-twitter
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-monza
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-mojo
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-bossanova
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-raffle-headline,
.bpa-claret
.bpa-raffle-teaser .bpa-raffle-headline, .bpa-shark
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-regal-blue
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-deep-cerulean
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-twitter
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-monza
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-mojo
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-blue-lagoon
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-tropical-rain-forest
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-bossanova
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-aqua-deep
.bpa-raffle-teaser .bpa-input-raffle::placeholder,
.bpa-claret
.bpa-raffle-teaser .bpa-input-raffle::placeholder {
  color: #fff;
}

.bpa-white .bpa-raffle-teaser .bpa-btn-raffle, .bpa-white
.bpa-raffle-teaser .bpa-raffle-title, .bpa-white
.bpa-raffle-teaser .bpa-raffle-topline, .bpa-white
.bpa-raffle-teaser .bpa-raffle-headline, .bpa-white
.bpa-raffle-teaser .bpa-input-raffle::-webkit-input-placeholder {
  color: #111314;
}

.bpa-white .bpa-raffle-teaser .bpa-btn-raffle, .bpa-white
.bpa-raffle-teaser .bpa-raffle-title, .bpa-white
.bpa-raffle-teaser .bpa-raffle-topline, .bpa-white
.bpa-raffle-teaser .bpa-raffle-headline, .bpa-white
.bpa-raffle-teaser .bpa-input-raffle::-ms-input-placeholder {
  color: #111314;
}

.bpa-white .bpa-raffle-teaser .bpa-btn-raffle, .bpa-white
.bpa-raffle-teaser .bpa-raffle-title, .bpa-white
.bpa-raffle-teaser .bpa-raffle-topline, .bpa-white
.bpa-raffle-teaser .bpa-raffle-headline, .bpa-white
.bpa-raffle-teaser .bpa-input-raffle::placeholder {
  color: #111314;
}

.bpa-raffle-teaser .bpa-btn-raffle {
  border-color: #9aa0a2;
}

.bpa-porcelain .bpa-raffle-teaser .bpa-btn-raffle {
  border-color: #9aa0a2;
}

.bpa-shark .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-regal-blue .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-deep-cerulean .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-twitter .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-monza .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-mojo .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-blue-lagoon .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-tropical-rain-forest .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-bossanova .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-aqua-deep .bpa-raffle-teaser .bpa-btn-raffle,
.bpa-claret .bpa-raffle-teaser .bpa-btn-raffle {
  border-color: #fff;
}

.bpa-saffron .bpa-raffle-teaser .bpa-btn-raffle {
  border-color: #111314;
}

.bpa-white .bpa-raffle-teaser .bpa-btn-raffle {
  border-color: #9aa0a2;
}

.bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #fff;
  background-color: #0071ad;
}

.bpa-porcelain .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #fff;
}

.bpa-shark .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #25292a;
}

.bpa-regal-blue .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #0071ad;
}

.bpa-twitter .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #1da1f2;
}

.bpa-monza .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #c0003c;
}

.bpa-saffron .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #f7bb3d;
}

.bpa-mojo .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #00854a;
}

.bpa-bossanova .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-aqua-deep .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-claret .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #111314;
}

.bpa-white .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  color: #fff;
}

.bpa-porcelain .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  background-color: #0071ad;
}

.bpa-shark .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-regal-blue .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-deep-cerulean .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-twitter .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-monza .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-mojo .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-blue-lagoon .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-tropical-rain-forest .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-bossanova .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-aqua-deep .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled),
.bpa-claret .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  background-color: #fff;
}

.bpa-saffron .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  background-color: #111314;
}

.bpa-white .bpa-raffle-teaser .bpa-btn-raffle:hover:not(:disabled) {
  background-color: #0071ad;
}

.bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #fff;
  background-color: #0071ad;
  border-color: #0071ad;
}

.bpa-porcelain .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #fff;
}

.bpa-shark .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #25292a;
}

.bpa-regal-blue .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #0071ad;
}

.bpa-twitter .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #1da1f2;
}

.bpa-monza .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #c0003c;
}

.bpa-saffron .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #f7bb3d;
}

.bpa-mojo .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #00854a;
}

.bpa-bossanova .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-aqua-deep .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-claret .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #111314;
}

.bpa-white .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  color: #fff;
}

.bpa-porcelain .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  background-color: #0071ad;
}

.bpa-shark .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-regal-blue .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-deep-cerulean .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-twitter .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-monza .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-mojo .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-blue-lagoon .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-tropical-rain-forest .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-bossanova .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-aqua-deep .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-claret .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  background-color: #fff;
}

.bpa-saffron .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  background-color: #111314;
}

.bpa-white .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  background-color: #0071ad;
}

.bpa-porcelain .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  border-color: #0071ad;
}

.bpa-shark .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-regal-blue .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-deep-cerulean .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-twitter .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-monza .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-mojo .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-blue-lagoon .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-tropical-rain-forest .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-bossanova .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-aqua-deep .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active,
.bpa-claret .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  border-color: #fff;
}

.bpa-saffron .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  border-color: #111314;
}

.bpa-white .bpa-raffle-teaser .bpa-raffle .bpa-btn-raffle.bpa-active {
  border-color: #0071ad;
}

.bpa-raffle-teaser .bpa-raffle-question {
  padding-top: 0;
}

.bpa-raffle-teaser .bpa-raffle-headline {
  margin-bottom: 1.25rem;
}

.bpa-raffle-teaser .bpa-teaser-title-text {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.bpa-raffle-teaser-cta-link {
  margin-top: 1.25rem;
}

.bpa-quiz-teaser-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-quiz-teaser .bpa-btn-quiz,
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-quiz-teaser .bpa-quiz-questionresult {
  color: #111314;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-saffron .bpa-quiz-teaser .bpa-btn-quiz, .bpa-porcelain
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-saffron
.bpa-quiz-teaser .bpa-quiz-title, .bpa-porcelain
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-saffron
.bpa-quiz-teaser .bpa-quiz-topline, .bpa-porcelain
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-saffron
.bpa-quiz-teaser .bpa-quiz-headline, .bpa-porcelain
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-saffron
.bpa-quiz-teaser .bpa-quiz-questionresult {
  color: #111314;
}

.bpa-shark .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-regal-blue .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-twitter .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-monza .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-mojo .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-bossanova .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-claret .bpa-quiz-teaser .bpa-btn-quiz, .bpa-shark
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-regal-blue
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-deep-cerulean
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-twitter
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-monza
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-mojo
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-blue-lagoon
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-tropical-rain-forest
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-bossanova
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-aqua-deep
.bpa-quiz-teaser .bpa-quiz-title,
.bpa-claret
.bpa-quiz-teaser .bpa-quiz-title, .bpa-shark
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-regal-blue
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-deep-cerulean
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-twitter
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-monza
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-mojo
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-blue-lagoon
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-tropical-rain-forest
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-bossanova
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-aqua-deep
.bpa-quiz-teaser .bpa-quiz-topline,
.bpa-claret
.bpa-quiz-teaser .bpa-quiz-topline, .bpa-shark
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-regal-blue
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-deep-cerulean
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-twitter
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-monza
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-mojo
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-blue-lagoon
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-tropical-rain-forest
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-bossanova
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-aqua-deep
.bpa-quiz-teaser .bpa-quiz-headline,
.bpa-claret
.bpa-quiz-teaser .bpa-quiz-headline, .bpa-shark
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-regal-blue
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-deep-cerulean
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-twitter
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-monza
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-mojo
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-blue-lagoon
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-tropical-rain-forest
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-bossanova
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-aqua-deep
.bpa-quiz-teaser .bpa-quiz-questionresult,
.bpa-claret
.bpa-quiz-teaser .bpa-quiz-questionresult {
  color: #fff;
}

.bpa-white .bpa-quiz-teaser .bpa-btn-quiz, .bpa-white
.bpa-quiz-teaser .bpa-quiz-title, .bpa-white
.bpa-quiz-teaser .bpa-quiz-topline, .bpa-white
.bpa-quiz-teaser .bpa-quiz-headline, .bpa-white
.bpa-quiz-teaser .bpa-quiz-questionresult {
  color: #111314;
}

.bpa-quiz-teaser .bpa-btn-quiz {
  border-color: #9aa0a2;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-btn-quiz {
  border-color: #9aa0a2;
}

.bpa-shark .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-regal-blue .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-twitter .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-monza .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-mojo .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-bossanova .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-btn-quiz,
.bpa-claret .bpa-quiz-teaser .bpa-btn-quiz {
  border-color: #fff;
}

.bpa-saffron .bpa-quiz-teaser .bpa-btn-quiz {
  border-color: #111314;
}

.bpa-white .bpa-quiz-teaser .bpa-btn-quiz {
  border-color: #9aa0a2;
}

.bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #fff;
  background-color: #0071ad;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-porcelain .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-porcelain .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #fff;
}

.bpa-shark .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-shark .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-shark .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #25292a;
}

.bpa-regal-blue .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-regal-blue .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-regal-blue .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-deep-cerulean .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-deep-cerulean .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #0071ad;
}

.bpa-twitter .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-twitter .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-twitter .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #1da1f2;
}

.bpa-monza .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-monza .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-monza .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #c0003c;
}

.bpa-saffron .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-saffron .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-saffron .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #f7bb3d;
}

.bpa-mojo .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-mojo .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-mojo .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-blue-lagoon .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-blue-lagoon .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #00854a;
}

.bpa-bossanova .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-claret .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-bossanova .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-claret .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-bossanova .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-claret .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #111314;
}

.bpa-white .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-white .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-white .bpa-quiz-teaser .bpa-btn-quiz:focus {
  color: #fff;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-porcelain .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-porcelain .bpa-quiz-teaser .bpa-btn-quiz:focus {
  background-color: #0071ad;
}

.bpa-shark .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-regal-blue .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-twitter .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-monza .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-mojo .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-bossanova .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-btn-quiz:hover,
.bpa-claret .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-shark .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-regal-blue .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-twitter .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-monza .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-mojo .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-bossanova .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-btn-quiz:active,
.bpa-claret .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-shark .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-regal-blue .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-twitter .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-monza .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-mojo .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-bossanova .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-btn-quiz:focus,
.bpa-claret .bpa-quiz-teaser .bpa-btn-quiz:focus {
  background-color: #fff;
}

.bpa-saffron .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-saffron .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-saffron .bpa-quiz-teaser .bpa-btn-quiz:focus {
  background-color: #111314;
}

.bpa-white .bpa-quiz-teaser .bpa-btn-quiz:hover, .bpa-white .bpa-quiz-teaser .bpa-btn-quiz:active, .bpa-white .bpa-quiz-teaser .bpa-btn-quiz:focus {
  background-color: #0071ad;
}

.bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #fff;
  background-color: #0071ad;
  border-color: #0071ad;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #fff;
}

.bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #25292a;
}

.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #0071ad;
}

.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #1da1f2;
}

.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #c0003c;
}

.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #f7bb3d;
}

.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #00854a;
}

.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #111314;
}

.bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  color: #fff;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  background-color: #0071ad;
}

.bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  background-color: #fff;
}

.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  background-color: #111314;
}

.bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  background-color: #0071ad;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  border-color: #0071ad;
}

.bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  border-color: #fff;
}

.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  border-color: #111314;
}

.bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active {
  border-color: #0071ad;
}

.bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #fff;
  background-color: #0071ad;
  cursor: default;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #fff;
}

.bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #25292a;
}

.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #004b76;
}

.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #0071ad;
}

.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #1da1f2;
}

.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #c0003c;
}

.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #f7bb3d;
}

.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #cd5038;
}

.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #00818b;
}

.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #00854a;
}

.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #111314;
}

.bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  color: #fff;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  background-color: #0071ad;
}

.bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  background-color: #fff;
}

.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  background-color: #111314;
}

.bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:hover, .bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:active, .bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='yes'].bpa-active:focus {
  background-color: #0071ad;
}

.bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  color: #111314;
  background-color: #fff;
  border-color: #9aa0a2;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  color: #111314;
}

.bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  color: #fff;
}

.bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  color: #111314;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #eeeff1;
}

.bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #0071ad;
}

.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #1da1f2;
}

.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #c0003c;
}

.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #00854a;
}

.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #005c45;
}

.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #780f2d;
}

.bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  background-color: #fff;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  border-color: #9aa0a2;
}

.bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  border-color: #fff;
}

.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  border-color: #111314;
}

.bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active {
  border-color: #9aa0a2;
}

.bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus, .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active, .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover {
  color: #111314;
  cursor: default;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus, .bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active, .bpa-porcelain .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-saffron .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover {
  color: #111314;
}

.bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus, .bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active, .bpa-shark .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-monza .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover,
.bpa-claret .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover {
  color: #fff;
}

.bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:focus, .bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:active, .bpa-white .bpa-quiz-teaser .bpa-quiz [data-correct='no'].bpa-active:hover {
  color: #111314;
}

.bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon {
  fill: #0071ad;
}

.bpa-porcelain .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon,
.bpa-regal-blue .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon,
.bpa-deep-cerulean .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon,
.bpa-twitter .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon,
.bpa-monza .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon,
.bpa-mojo .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon,
.bpa-blue-lagoon .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon,
.bpa-tropical-rain-forest .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon,
.bpa-bossanova .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon,
.bpa-aqua-deep .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon,
.bpa-claret .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-quiz-teaser .bpa-quiz-questionresult .bpa-icon {
  fill: #0071ad;
}

.bpa-quiz-teaser .bpa-quiz-question {
  padding-top: 0;
}

.bpa-quiz-teaser .bpa-quiz-headline {
  margin-bottom: 1.25rem;
}

.bpa-quiz-teaser .bpa-teaser-title-text {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.bpa-quiz-teaser-cta-link {
  margin-top: 1.25rem;
}

.bpa-balloon-module {
  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;
}

.bpa-balloon-module .bpa-teaser-wrapper {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
  padding-bottom: 4.5454545455%;
}

@media only screen and (min-width: 1024px) {
  .bpa-balloon-module .bpa-teaser-wrapper {
    -webkit-box-flex: 50%;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
  }
  .bpa-balloon-module .bpa-teaser-wrapper:nth-child(odd) .bpa-balloon {
    padding-right: 4.5454545455%;
  }
  .bpa-balloon-module .bpa-teaser-wrapper:nth-child(even) .bpa-balloon {
    padding-left: 4.5454545455%;
  }
  .bpa-balloon-module .bpa-teaser-wrapper:only-child {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    padding-bottom: 0;
  }
  .bpa-balloon-module .bpa-teaser-wrapper:only-child .bpa-balloon {
    padding-right: 0;
  }
}

.bpa-stickyteaser {
  bottom: -11.25rem;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: bottom;
  transition-property: bottom;
}

.bpa-stickyteaser.bpa-fixed {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

.bpa-stickyteaser.bpa-fixed .bpa-module-footer,
.bpa-stickyteaser.bpa-fixed .bpa-module-content,
.bpa-stickyteaser.bpa-fixed .bpa-module-content-row {
  padding: 0;
  height: 0;
  overflow: hidden;
}

.bpa-stickyteaser.bpa-fixed:hover {
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .bpa-stickyteaser,
  .bpa-stickyteaser .bpa-module {
    -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  }
  .bpa-stickyteaser.bpa-fixed {
    max-width: 100%;
  }
  .bpa-stickyteaser.js-stuck {
    padding: 0;
    width: 84.6153846154%;
    max-width: 61.875rem;
  }
  .bpa-stickyteaser.js-stuck .bpa-module-full {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.bpa-hero-teaser {
  padding-bottom: 1.625rem;
}

.bpa-hero-teaser .js-teaser-module-with-button .bpa-teaser,
.bpa-hero-teaser .js-teaser-module-with-button .bpa-share {
  padding-top: 1.625rem;
}

.bpa-hero-teaser-media-wrapper {
  margin-bottom: 1.625rem;
  position: relative;
}

.bpa-hero-teaser-media-wrapper .bpa-btn-alike {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-hero-teaser-media-wrapper .bpa-btn-alike {
    bottom: 1.875rem;
    left: 1.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-hero-teaser-media-wrapper .bpa-btn-alike {
    bottom: 2.5rem;
    left: 2.5rem;
  }
}

.js-teaser-module-with-button .bpa-hero-teaser-media-wrapper {
  margin-bottom: 0;
}

.bpa-hero-teaser-media-wrapper:active .bpa-btn-on-image, .bpa-hero-teaser-media-wrapper:hover .bpa-btn-on-image, .bpa-hero-teaser-media-wrapper:focus .bpa-btn-on-image,
.bpa-hero-teaser-media-wrapper .bpa-js-hovered .bpa-btn-on-image {
  background-color: #0071ad;
  border: 1px solid #0071ad;
}

.bpa-hero-teaser-media-wrapper:active .bpa-btn-on-image .bpa-icon, .bpa-hero-teaser-media-wrapper:hover .bpa-btn-on-image .bpa-icon, .bpa-hero-teaser-media-wrapper:focus .bpa-btn-on-image .bpa-icon,
.bpa-hero-teaser-media-wrapper .bpa-js-hovered .bpa-btn-on-image .bpa-icon {
  fill: #fff;
}

.bpa-hero-teaser-media-wrapper:active .bpa-btn-on-image-infotext, .bpa-hero-teaser-media-wrapper:hover .bpa-btn-on-image-infotext, .bpa-hero-teaser-media-wrapper:focus .bpa-btn-on-image-infotext,
.bpa-hero-teaser-media-wrapper .bpa-js-hovered .bpa-btn-on-image-infotext {
  color: #fff;
}

.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title {
  color: #0071ad;
}

.bpa-porcelain .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-porcelain
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title, .bpa-porcelain
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-porcelain
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title {
  color: #0071ad;
}

.bpa-shark .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-regal-blue .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-deep-cerulean .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-twitter .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-monza .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-mojo .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-blue-lagoon .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-tropical-rain-forest .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-bossanova .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-aqua-deep .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-claret .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-shark
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-regal-blue
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-deep-cerulean
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-twitter
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-monza
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-mojo
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-blue-lagoon
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-tropical-rain-forest
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-bossanova
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-aqua-deep
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title,
.bpa-claret
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title, .bpa-shark
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-regal-blue
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-deep-cerulean
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-twitter
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-monza
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-mojo
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-blue-lagoon
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-tropical-rain-forest
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-bossanova
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-aqua-deep
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon,
.bpa-claret
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-shark
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-regal-blue
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-deep-cerulean
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-twitter
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-monza
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-mojo
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-blue-lagoon
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-tropical-rain-forest
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-bossanova
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-aqua-deep
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title,
.bpa-claret
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title {
  color: #fff;
}

.bpa-saffron .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-saffron
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title, .bpa-saffron
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-saffron
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title {
  color: #111314;
}

.bpa-white .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-white
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title, .bpa-white
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-icon, .bpa-white
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title {
  color: #0071ad;
}

.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-porcelain .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text, .bpa-porcelain
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-shark .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-regal-blue .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-twitter .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-monza .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-mojo .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-bossanova .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-claret .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text, .bpa-shark
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-twitter
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-monza
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-mojo
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-bossanova
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text,
.bpa-claret
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text {
  border-color: #fff;
}

.bpa-saffron .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text, .bpa-saffron
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text {
  border-color: #111314;
}

.bpa-white .bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):active + .bpa-teaser-share .bpa-teaser-title-text, .bpa-white
.bpa-hero-teaser-media-wrapper:not(.bpa-teaser-module-media-wrapper-video):hover + .bpa-teaser-share .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-hero-teaser-text-wrapper {
  padding: 0 3.8461538462%;
}

@media only screen and (min-width: 1024px) {
  .bpa-hero-teaser-text-wrapper {
    padding: 0 11.5384615385%;
  }
}

.bpa-hero-teaser-footer .bpa-keywords {
  padding-top: 3.8461538462%;
}

.bpa-hero-teaser-footer .bpa-teaser-list-collection + .bpa-keywords {
  padding-top: 0;
}

.bpa-hero-teaser-image-link {
  display: block;
}

.bpa-hero-teaser-image-link .bpa-image-with-source .bpa-btn-alike {
  bottom: 5rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-hero-teaser-image-link .bpa-image-with-source .bpa-btn-alike {
    bottom: 5.625rem;
  }
}

.bpa-hero-teaser-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bpa-hero-teaser-share .bpa-teaser-title {
  margin: 0.375rem 0 1.125rem;
}

.bpa-hero-teaser .bpa-teaser-list-collection-item {
  border: 0;
}

.bpa-hero-teaser .bpa-teaser-list-collection .bpa-topline {
  padding-right: 0.25rem;
  display: inline;
}

.bpa-hero-teaser .bpa-teaser-list-collection .bpa-teaser-title,
.bpa-hero-teaser .bpa-teaser-list-collection .bpa-teaser-title-icon {
  display: inline;
}

.bpa-hero-teaser .bpa-teaser-list-collection-item:last-child {
  padding-bottom: 0;
}

.bpa-hero-teaser-overlay {
  position: relative;
}

.bpa-hero-teaser-overlay-image {
  overflow: hidden;
}

.bpa-hero-teaser-overlay-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 41, 42, 0)), to(#25292a));
  background: linear-gradient(rgba(37, 41, 42, 0) 0%, #25292a 100%);
}

.bpa-hero-teaser-overlay-content-wrapper {
  padding: 4.875rem 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bpa-hero-teaser-overlay-content-wrapper:last-child {
  padding-bottom: 1.625rem;
}

@media only screen and (min-width: 600px) {
  .bpa-hero-teaser-overlay-content-wrapper {
    padding: 4.875rem 0 0;
  }
  .bpa-hero-teaser-overlay-content-wrapper:last-child {
    padding-bottom: 2.25rem;
  }
}

.bpa-hero-teaser-overlay-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bpa-hero-teaser-overlay-share .bpa-teaser-title {
  margin: 0.75rem 0 1.125rem;
}

@media only screen and (max-width: 599px) {
  .bpa-hero-teaser-overlay-share .bpa-teaser-title {
    font-size: 1.5rem;
  }
}

.bpa-hero-teaser-overlay-share:not(:last-child) .bpa-btn-alike {
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 600px) {
  .bpa-hero-teaser-overlay-share:not(:last-child) .bpa-btn-alike {
    margin-bottom: 1.875rem;
  }
}

.bpa-hero-teaser-overlay-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.bpa-hero-teaser-overlay .bpa-share-list .bpa-icon {
  fill: #0071ad;
}

.bpa-porcelain .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon,
.bpa-regal-blue .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon,
.bpa-deep-cerulean .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon,
.bpa-twitter .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon,
.bpa-monza .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon,
.bpa-mojo .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon,
.bpa-blue-lagoon .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon,
.bpa-tropical-rain-forest .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon,
.bpa-bossanova .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon,
.bpa-aqua-deep .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon,
.bpa-claret .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-hero-teaser-overlay .bpa-share-list .bpa-icon {
  fill: #0071ad;
}

.bpa-hero-teaser-overlay-related-content {
  border-top: 1px dotted #9aa0a2;
  padding-top: 1.3125rem;
}

.bpa-porcelain .bpa-hero-teaser-overlay-related-content,
.bpa-shark .bpa-hero-teaser-overlay-related-content {
  border-top: 1px dotted #9aa0a2;
}

.bpa-regal-blue .bpa-hero-teaser-overlay-related-content,
.bpa-deep-cerulean .bpa-hero-teaser-overlay-related-content,
.bpa-twitter .bpa-hero-teaser-overlay-related-content,
.bpa-monza .bpa-hero-teaser-overlay-related-content,
.bpa-mojo .bpa-hero-teaser-overlay-related-content,
.bpa-blue-lagoon .bpa-hero-teaser-overlay-related-content,
.bpa-tropical-rain-forest .bpa-hero-teaser-overlay-related-content,
.bpa-bossanova .bpa-hero-teaser-overlay-related-content,
.bpa-aqua-deep .bpa-hero-teaser-overlay-related-content,
.bpa-claret .bpa-hero-teaser-overlay-related-content {
  border-top: 1px dotted #fff;
}

.bpa-saffron .bpa-hero-teaser-overlay-related-content {
  border-top: 1px dotted #111314;
}

.bpa-white .bpa-hero-teaser-overlay-related-content {
  border-top: 1px dotted #9aa0a2;
}

.bpa-hero-teaser-overlay .bpa-teaser-list-collection {
  padding-bottom: 0;
}

.bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:first-child {
  padding-top: 0;
}

.bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:last-child {
  padding-bottom: 0;
}

.bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:only-child .bpa-topline {
  padding-right: 0.25rem;
  display: inline;
}

.bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:only-child .bpa-teaser-title,
.bpa-hero-teaser-overlay .bpa-teaser-list-collection-item:only-child .bpa-teaser-title-icon {
  display: inline;
}

.bpa-hero-teaser-overlay .bpa-teaser-related .bpa-teaser-title-length {
  color: #9aa0a2;
}

.bpa-hero-teaser-overlay .bpa-teaser-related .bpa-title-icon-after .bpa-icon {
  fill: #9aa0a2;
}

.bpa-hero-teaser-slider {
  margin-bottom: 3.8461538462%;
  position: relative;
}

.bpa-address {
  color: #111314;
}

.bpa-porcelain .bpa-address,
.bpa-saffron .bpa-address {
  color: #111314;
}

.bpa-shark .bpa-address,
.bpa-regal-blue .bpa-address,
.bpa-deep-cerulean .bpa-address,
.bpa-twitter .bpa-address,
.bpa-monza .bpa-address,
.bpa-mojo .bpa-address,
.bpa-blue-lagoon .bpa-address,
.bpa-tropical-rain-forest .bpa-address,
.bpa-bossanova .bpa-address,
.bpa-aqua-deep .bpa-address,
.bpa-claret .bpa-address {
  color: #fff;
}

.bpa-white .bpa-address {
  color: #111314;
}

.bpa-vita .bpa-richtext p:first-child {
  margin-top: 1.5rem;
}

.bpa-vita .bpa-module-content {
  border-top: 1px solid #9aa0a2;
  padding-top: 0.625rem;
}

.bpa-porcelain .bpa-vita .bpa-module-content,
.bpa-shark .bpa-vita .bpa-module-content {
  border-top: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-vita .bpa-module-content,
.bpa-deep-cerulean .bpa-vita .bpa-module-content,
.bpa-twitter .bpa-vita .bpa-module-content,
.bpa-monza .bpa-vita .bpa-module-content,
.bpa-mojo .bpa-vita .bpa-module-content,
.bpa-blue-lagoon .bpa-vita .bpa-module-content,
.bpa-tropical-rain-forest .bpa-vita .bpa-module-content,
.bpa-bossanova .bpa-vita .bpa-module-content,
.bpa-aqua-deep .bpa-vita .bpa-module-content,
.bpa-claret .bpa-vita .bpa-module-content {
  border-top: 1px solid #fff;
}

.bpa-saffron .bpa-vita .bpa-module-content {
  border-top: 1px solid #111314;
}

.bpa-white .bpa-vita .bpa-module-content {
  border-top: 1px solid #9aa0a2;
}

.bpa-vita .bpa-figure,
.bpa-vita .bpa-figure-embedded,
.bpa-vita .bpa-figure-wrapper {
  margin: 0;
}

.bpa-vita .bpa-figure + .bpa-module-content,
.bpa-vita .bpa-figure-embedded + .bpa-module-content,
.bpa-vita .bpa-figure-wrapper + .bpa-module-content {
  margin-top: 2rem;
}

@media only screen and (min-width: 600px) {
  .bpa-vita .bpa-figure + .bpa-module-content,
  .bpa-vita .bpa-figure-embedded + .bpa-module-content,
  .bpa-vita .bpa-figure-wrapper + .bpa-module-content {
    margin-top: 3.125rem;
  }
}

.bpa-teaser-banner-module .bpa-topline .bpa-icon,
.bpa-teaser-banner-module .bpa-topline-icon-before .bpa-icon {
  margin-right: 0.375rem;
  margin-bottom: 0.125rem;
  width: 1rem;
  height: 1rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-teaser-banner-module .bpa-topline .bpa-icon,
  .bpa-teaser-banner-module .bpa-topline-icon-before .bpa-icon {
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-teaser-banner-module .bpa-topline .bpa-icon,
  .bpa-teaser-banner-module .bpa-topline-icon-before .bpa-icon {
    margin-right: 0.625rem;
    margin-bottom: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.bpa-teaser-banner-module .bpa-teaser-title-icon,
.bpa-teaser-banner-module .bpa-teaser-title {
  margin: 1rem 0;
}

.bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon,
.bpa-deep-cerulean .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon,
.bpa-twitter .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon,
.bpa-monza .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon,
.bpa-mojo .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon,
.bpa-blue-lagoon .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon,
.bpa-tropical-rain-forest .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon,
.bpa-bossanova .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon,
.bpa-aqua-deep .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon,
.bpa-claret .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-teaser-banner-module .bpa-title-icon-after .bpa-icon {
  fill: #4c4f50;
}

.bpa-teaser-banner-module .bpa-teaser-banner-share,
.bpa-teaser-banner-module .bpa-teaser-banner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext {
  color: #111314;
  margin: 0;
  padding: 0;
}

.bpa-porcelain .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-saffron .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext, .bpa-porcelain
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-saffron
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext {
  color: #111314;
}

.bpa-shark .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext, .bpa-shark
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-deep-cerulean .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-twitter .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-monza .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-mojo .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-blue-lagoon .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-tropical-rain-forest .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-bossanova .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-aqua-deep .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext,
.bpa-claret .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext, .bpa-regal-blue
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-deep-cerulean
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-twitter
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-monza
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-mojo
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-blue-lagoon
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-tropical-rain-forest
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-bossanova
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-aqua-deep
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext,
.bpa-claret
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext {
  color: #fff;
}

.bpa-white .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-richtext, .bpa-white
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-richtext {
  color: #111314;
}

.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-blockquote-title-wrapper,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-banner-breakingnews,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-banner-text-newsletter,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-banner-text-quote,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-banner-text-event,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-banner-text-faq,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-banner-text-audio,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-banner-text-livestream,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-banner-title-wrapper,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-banner-text-quote-twitter,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-blockquote-title-wrapper,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-banner-breakingnews,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-banner-text-newsletter,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-banner-text-quote,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-banner-text-event,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-banner-text-faq,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-banner-text-audio,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-banner-text-livestream,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-banner-title-wrapper,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-banner-text-quote-twitter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-banner-text-livestream .bpa-topline,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-banner-text-livestream .bpa-topline {
  text-transform: uppercase;
}

.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote {
  color: #111314;
}

.bpa-porcelain .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-saffron .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite, .bpa-porcelain
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-saffron
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote, .bpa-porcelain
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-saffron
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite, .bpa-porcelain
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-saffron
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote {
  color: #111314;
}

.bpa-shark .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-regal-blue .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-deep-cerulean .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-twitter .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-monza .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-mojo .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-blue-lagoon .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-tropical-rain-forest .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-bossanova .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-aqua-deep .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite,
.bpa-claret .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite, .bpa-shark
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-regal-blue
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-deep-cerulean
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-twitter
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-monza
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-mojo
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-blue-lagoon
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-tropical-rain-forest
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-bossanova
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-aqua-deep
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote,
.bpa-claret
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote, .bpa-shark
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-regal-blue
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-deep-cerulean
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-twitter
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-monza
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-mojo
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-blue-lagoon
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-tropical-rain-forest
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-bossanova
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-aqua-deep
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite,
.bpa-claret
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite, .bpa-shark
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-regal-blue
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-deep-cerulean
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-twitter
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-monza
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-mojo
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-blue-lagoon
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-tropical-rain-forest
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-bossanova
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-aqua-deep
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote,
.bpa-claret
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote {
  color: #fff;
}

.bpa-white .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite, .bpa-white
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote, .bpa-white
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite, .bpa-white
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote {
  color: #111314;
}

.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time {
  color: #4c4f50;
}

.bpa-porcelain .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location, .bpa-porcelain
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info, .bpa-porcelain
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time, .bpa-porcelain
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location, .bpa-porcelain
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info, .bpa-porcelain
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time {
  color: #4c4f50;
}

.bpa-shark .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location, .bpa-shark
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info, .bpa-shark
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time, .bpa-shark
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location, .bpa-shark
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info, .bpa-shark
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-deep-cerulean .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-twitter .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-monza .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-mojo .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-blue-lagoon .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-tropical-rain-forest .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-bossanova .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-aqua-deep .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location,
.bpa-claret .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location, .bpa-regal-blue
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-deep-cerulean
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-twitter
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-monza
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-mojo
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-blue-lagoon
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-tropical-rain-forest
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-bossanova
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-aqua-deep
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info,
.bpa-claret
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info, .bpa-regal-blue
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-deep-cerulean
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-twitter
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-monza
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-mojo
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-blue-lagoon
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-tropical-rain-forest
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-bossanova
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-aqua-deep
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time,
.bpa-claret
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time, .bpa-regal-blue
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-deep-cerulean
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-twitter
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-monza
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-mojo
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-blue-lagoon
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-tropical-rain-forest
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-bossanova
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-aqua-deep
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location,
.bpa-claret
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location, .bpa-regal-blue
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-deep-cerulean
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-twitter
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-monza
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-mojo
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-blue-lagoon
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-tropical-rain-forest
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-bossanova
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-aqua-deep
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info,
.bpa-claret
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info, .bpa-regal-blue
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
.bpa-deep-cerulean
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
.bpa-twitter
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
.bpa-monza
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
.bpa-mojo
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
.bpa-blue-lagoon
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
.bpa-tropical-rain-forest
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
.bpa-bossanova
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
.bpa-aqua-deep
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time,
.bpa-claret
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time {
  color: #fff;
}

.bpa-saffron .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location, .bpa-saffron
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info, .bpa-saffron
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time, .bpa-saffron
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location, .bpa-saffron
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info, .bpa-saffron
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time {
  color: #111314;
}

.bpa-white .bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-location, .bpa-white
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-cite-info, .bpa-white
.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-teaser-quote-time, .bpa-white
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-location, .bpa-white
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-cite-info, .bpa-white
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-teaser-quote-time {
  color: #4c4f50;
}

.bpa-teaser-banner-module .bpa-teaser-banner-share .bpa-time,
.bpa-teaser-banner-module .bpa-teaser-banner-body .bpa-time {
  margin-top: 0;
  padding: 0;
  display: inline-block;
}

.bpa-teaser-banner-module .bpa-teaser-banner-footer {
  margin-top: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-short-text {
  margin-bottom: 0.75rem;
}

.bpa-teaser-banner-module .bpa-teaser-banner-footer.bpa-marged {
  margin-top: 3.125rem;
}

.bpa-teaser-banner-module .bpa-teaser-banner-footer.bpa-warenkorb-amount {
  margin-top: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bpa-teaser-banner-module .bpa-teaser-banner-footer.bpa-warenkorb-amount .bpa-notice {
  margin-right: 0.625rem;
}

.bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered {
  color: #0071ad;
  text-decoration: underline;
}

.bpa-porcelain .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered,
.bpa-regal-blue .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered,
.bpa-deep-cerulean .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered,
.bpa-twitter .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered,
.bpa-monza .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered,
.bpa-mojo .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered,
.bpa-blue-lagoon .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered,
.bpa-tropical-rain-forest .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered,
.bpa-bossanova .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered,
.bpa-aqua-deep .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered,
.bpa-claret .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered {
  color: #fff;
}

.bpa-saffron .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered {
  color: #111314;
}

.bpa-white .bpa-teaser-banner-module .bpa-teaser-banner-footer .bpa-js-hovered {
  color: #0071ad;
}

.bpa-teaser-banner-module.js-teaser-module-with-link .bpa-teaser-banner-footer {
  margin-top: 0;
}

.bpa-teaser-banner-module.js-teaser-module-with-link .bpa-teaser-banner-infomaterial .bpa-teaser-banner-footer {
  margin-top: 1.9375rem;
}

.bpa-teaser-banner-module.js-teaser-module-with-link .bpa-link-large {
  padding-top: 1.9375rem;
}

.bpa-teaser-banner-module .bpa-teaser-banner-line {
  border-top: 1px dotted #9aa0a2;
  margin-top: 1.5625rem;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.bpa-porcelain .bpa-teaser-banner-module .bpa-teaser-banner-line,
.bpa-shark .bpa-teaser-banner-module .bpa-teaser-banner-line {
  border-top: 1px dotted #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-banner-module .bpa-teaser-banner-line,
.bpa-deep-cerulean .bpa-teaser-banner-module .bpa-teaser-banner-line,
.bpa-twitter .bpa-teaser-banner-module .bpa-teaser-banner-line,
.bpa-monza .bpa-teaser-banner-module .bpa-teaser-banner-line,
.bpa-mojo .bpa-teaser-banner-module .bpa-teaser-banner-line,
.bpa-blue-lagoon .bpa-teaser-banner-module .bpa-teaser-banner-line,
.bpa-tropical-rain-forest .bpa-teaser-banner-module .bpa-teaser-banner-line,
.bpa-bossanova .bpa-teaser-banner-module .bpa-teaser-banner-line,
.bpa-aqua-deep .bpa-teaser-banner-module .bpa-teaser-banner-line,
.bpa-claret .bpa-teaser-banner-module .bpa-teaser-banner-line {
  border-top: 1px dotted #fff;
}

.bpa-saffron .bpa-teaser-banner-module .bpa-teaser-banner-line {
  border-top: 1px dotted #111314;
}

.bpa-white .bpa-teaser-banner-module .bpa-teaser-banner-line {
  border-top: 1px dotted #9aa0a2;
}

.bpa-teaser-banner-module .bpa-tweet {
  color: #111314;
}

.bpa-porcelain .bpa-teaser-banner-module .bpa-tweet,
.bpa-saffron .bpa-teaser-banner-module .bpa-tweet {
  color: #111314;
}

.bpa-shark .bpa-teaser-banner-module .bpa-tweet,
.bpa-regal-blue .bpa-teaser-banner-module .bpa-tweet,
.bpa-deep-cerulean .bpa-teaser-banner-module .bpa-tweet,
.bpa-twitter .bpa-teaser-banner-module .bpa-tweet,
.bpa-monza .bpa-teaser-banner-module .bpa-tweet,
.bpa-mojo .bpa-teaser-banner-module .bpa-tweet,
.bpa-blue-lagoon .bpa-teaser-banner-module .bpa-tweet,
.bpa-tropical-rain-forest .bpa-teaser-banner-module .bpa-tweet,
.bpa-bossanova .bpa-teaser-banner-module .bpa-tweet,
.bpa-aqua-deep .bpa-teaser-banner-module .bpa-tweet,
.bpa-claret .bpa-teaser-banner-module .bpa-tweet {
  color: #fff;
}

.bpa-white .bpa-teaser-banner-module .bpa-tweet {
  color: #111314;
}

.bpa-teaser-banner-module .bpa-tweet .bpa-richtext p {
  color: #111314;
}

.bpa-porcelain .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-saffron .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p {
  color: #111314;
}

.bpa-shark .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-regal-blue .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-deep-cerulean .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-twitter .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-monza .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-mojo .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-blue-lagoon .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-tropical-rain-forest .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-bossanova .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-aqua-deep .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p,
.bpa-claret .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p {
  color: #fff;
}

.bpa-white .bpa-teaser-banner-module .bpa-tweet .bpa-richtext p {
  color: #111314;
}

.bpa-teaser-banner-module .bpa-tweet .bpa-richtext b {
  color: #0071ad;
}

.bpa-porcelain .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b,
.bpa-deep-cerulean .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b,
.bpa-twitter .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b,
.bpa-monza .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b,
.bpa-mojo .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b,
.bpa-blue-lagoon .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b,
.bpa-tropical-rain-forest .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b,
.bpa-bossanova .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b,
.bpa-aqua-deep .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b,
.bpa-claret .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b {
  color: #fff;
}

.bpa-saffron .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b {
  color: #111314;
}

.bpa-white .bpa-teaser-banner-module .bpa-tweet .bpa-richtext b {
  color: #0071ad;
}

.bpa-teaser-banner-module .bpa-tweet .bpa-handle-text {
  color: #111314;
}

.bpa-porcelain .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-saffron .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text {
  color: #111314;
}

.bpa-shark .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-regal-blue .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-deep-cerulean .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-twitter .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-monza .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-mojo .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-blue-lagoon .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-bossanova .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-aqua-deep .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text,
.bpa-claret .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text {
  color: #fff;
}

.bpa-white .bpa-teaser-banner-module .bpa-tweet .bpa-handle-text {
  color: #111314;
}

.bpa-teaser-banner-module .bpa-player {
  padding-top: 1.25rem;
}

.bpa-teaser-banner-text-audio .bpa-teaser-title-text {
  border-bottom: 1px solid transparent;
}

.bpa-teaser-banner-text-audio[href]:active, .bpa-teaser-banner-text-audio[href]:hover, .bpa-teaser-banner-text-audio[href]:focus {
  text-decoration: none;
}

.bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text, .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text, .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text {
  color: #0071ad;
  border-color: #0071ad;
  border-width: 1px;
  border-bottom-style: solid;
}

.bpa-porcelain .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text {
  color: #fff;
}

.bpa-saffron .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text {
  color: #111314;
}

.bpa-white .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-porcelain .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text {
  border-color: #fff;
}

.bpa-saffron .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text {
  border-color: #111314;
}

.bpa-white .bpa-teaser-banner-text-audio[href]:active .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-text-audio[href]:hover .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-text-audio[href]:focus .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-teaser-banner-text-quote-twitter .bpa-handle-text {
  border-bottom: 1px solid transparent;
}

.bpa-teaser-banner-text-quote-twitter[href]:active, .bpa-teaser-banner-text-quote-twitter[href]:hover, .bpa-teaser-banner-text-quote-twitter[href]:focus {
  text-decoration: none;
}

.bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text, .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text, .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text {
  border-color: #9aa0a2;
  border-width: 1px;
  border-bottom-style: solid;
}

.bpa-porcelain .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text, .bpa-porcelain .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text, .bpa-porcelain .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text {
  border-color: #9aa0a2;
}

.bpa-shark .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text,
.bpa-regal-blue .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text,
.bpa-twitter .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text,
.bpa-monza .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text,
.bpa-mojo .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text,
.bpa-bossanova .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text,
.bpa-claret .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text, .bpa-shark .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text,
.bpa-regal-blue .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text,
.bpa-twitter .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text,
.bpa-monza .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text,
.bpa-mojo .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text,
.bpa-bossanova .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text,
.bpa-claret .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text, .bpa-shark .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text,
.bpa-regal-blue .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text,
.bpa-twitter .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text,
.bpa-monza .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text,
.bpa-mojo .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text,
.bpa-bossanova .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text,
.bpa-claret .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text {
  border-color: #fff;
}

.bpa-saffron .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text, .bpa-saffron .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text, .bpa-saffron .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text {
  border-color: #111314;
}

.bpa-white .bpa-teaser-banner-text-quote-twitter[href]:active .bpa-handle-text, .bpa-white .bpa-teaser-banner-text-quote-twitter[href]:hover .bpa-handle-text, .bpa-white .bpa-teaser-banner-text-quote-twitter[href]:focus .bpa-handle-text {
  border-color: #9aa0a2;
}

.bpa-teaser-banner-text-quote .bpa-teaser-title-text,
.bpa-teaser-banner-text-event .bpa-teaser-title-text,
.bpa-teaser-banner-text-faq .bpa-teaser-title-text,
.bpa-teaser-banner-text-livestream .bpa-teaser-title-text,
.bpa-teaser-banner-infomaterial-link .bpa-teaser-title-text {
  border-bottom: 1px solid transparent;
}

.bpa-teaser-banner-text-quote[href]:active, .bpa-teaser-banner-text-quote[href]:hover, .bpa-teaser-banner-text-quote[href]:focus,
.bpa-teaser-banner-text-event[href]:active,
.bpa-teaser-banner-text-event[href]:hover,
.bpa-teaser-banner-text-event[href]:focus,
.bpa-teaser-banner-text-faq[href]:active,
.bpa-teaser-banner-text-faq[href]:hover,
.bpa-teaser-banner-text-faq[href]:focus,
.bpa-teaser-banner-text-livestream[href]:active,
.bpa-teaser-banner-text-livestream[href]:hover,
.bpa-teaser-banner-text-livestream[href]:focus,
.bpa-teaser-banner-infomaterial-link[href]:active,
.bpa-teaser-banner-infomaterial-link[href]:hover,
.bpa-teaser-banner-infomaterial-link[href]:focus {
  text-decoration: none;
}

.bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text {
  color: #0071ad;
  border-color: #0071ad;
  border-width: 1px;
  border-bottom-style: solid;
}

.bpa-porcelain .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text {
  color: #fff;
}

.bpa-saffron .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text {
  color: #111314;
}

.bpa-white .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-porcelain .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text, .bpa-porcelain
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text, .bpa-shark
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-regal-blue
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-twitter
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-monza
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-mojo
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-bossanova
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text,
.bpa-claret
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text {
  border-color: #fff;
}

.bpa-saffron .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text, .bpa-saffron
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text {
  border-color: #111314;
}

.bpa-white .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-event[href]:active .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-event[href]:hover .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-event[href]:focus .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-faq[href]:active .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-faq[href]:hover .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-faq[href]:focus .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-livestream[href]:active .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-livestream[href]:hover .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-text-livestream[href]:focus .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-infomaterial-link[href]:active .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-infomaterial-link[href]:hover .bpa-teaser-title-text, .bpa-white
.bpa-teaser-banner-infomaterial-link[href]:focus .bpa-teaser-title-text {
  border-color: #0071ad;
}

.bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered {
  color: #0071ad;
  border-color: #0071ad;
  border-width: 1px;
  border-bottom-style: solid;
}

.bpa-porcelain .bpa-teaser-banner-text-quote .bpa-js-hovered, .bpa-porcelain
.bpa-teaser-banner-text-event .bpa-js-hovered, .bpa-porcelain
.bpa-teaser-banner-text-faq .bpa-js-hovered, .bpa-porcelain
.bpa-teaser-banner-text-livestream .bpa-js-hovered, .bpa-porcelain
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-regal-blue .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-twitter .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-monza .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-mojo .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-bossanova .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-aqua-deep .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-claret .bpa-teaser-banner-text-quote .bpa-js-hovered, .bpa-shark
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-regal-blue
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-deep-cerulean
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-twitter
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-monza
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-mojo
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-blue-lagoon
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-bossanova
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-aqua-deep
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-claret
.bpa-teaser-banner-text-event .bpa-js-hovered, .bpa-shark
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-regal-blue
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-deep-cerulean
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-twitter
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-monza
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-mojo
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-blue-lagoon
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-bossanova
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-aqua-deep
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-claret
.bpa-teaser-banner-text-faq .bpa-js-hovered, .bpa-shark
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-regal-blue
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-deep-cerulean
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-twitter
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-monza
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-mojo
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-blue-lagoon
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-bossanova
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-aqua-deep
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-claret
.bpa-teaser-banner-text-livestream .bpa-js-hovered, .bpa-shark
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-regal-blue
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-deep-cerulean
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-twitter
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-monza
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-mojo
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-blue-lagoon
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-tropical-rain-forest
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-bossanova
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-aqua-deep
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-claret
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered {
  color: #fff;
}

.bpa-saffron .bpa-teaser-banner-text-quote .bpa-js-hovered, .bpa-saffron
.bpa-teaser-banner-text-event .bpa-js-hovered, .bpa-saffron
.bpa-teaser-banner-text-faq .bpa-js-hovered, .bpa-saffron
.bpa-teaser-banner-text-livestream .bpa-js-hovered, .bpa-saffron
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered {
  color: #111314;
}

.bpa-white .bpa-teaser-banner-text-quote .bpa-js-hovered, .bpa-white
.bpa-teaser-banner-text-event .bpa-js-hovered, .bpa-white
.bpa-teaser-banner-text-faq .bpa-js-hovered, .bpa-white
.bpa-teaser-banner-text-livestream .bpa-js-hovered, .bpa-white
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered {
  color: #0071ad;
}

.bpa-porcelain .bpa-teaser-banner-text-quote .bpa-js-hovered, .bpa-porcelain
.bpa-teaser-banner-text-event .bpa-js-hovered, .bpa-porcelain
.bpa-teaser-banner-text-faq .bpa-js-hovered, .bpa-porcelain
.bpa-teaser-banner-text-livestream .bpa-js-hovered, .bpa-porcelain
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered {
  border-color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-regal-blue .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-twitter .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-monza .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-mojo .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-bossanova .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-aqua-deep .bpa-teaser-banner-text-quote .bpa-js-hovered,
.bpa-claret .bpa-teaser-banner-text-quote .bpa-js-hovered, .bpa-shark
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-regal-blue
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-deep-cerulean
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-twitter
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-monza
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-mojo
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-blue-lagoon
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-bossanova
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-aqua-deep
.bpa-teaser-banner-text-event .bpa-js-hovered,
.bpa-claret
.bpa-teaser-banner-text-event .bpa-js-hovered, .bpa-shark
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-regal-blue
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-deep-cerulean
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-twitter
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-monza
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-mojo
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-blue-lagoon
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-bossanova
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-aqua-deep
.bpa-teaser-banner-text-faq .bpa-js-hovered,
.bpa-claret
.bpa-teaser-banner-text-faq .bpa-js-hovered, .bpa-shark
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-regal-blue
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-deep-cerulean
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-twitter
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-monza
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-mojo
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-blue-lagoon
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-tropical-rain-forest
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-bossanova
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-aqua-deep
.bpa-teaser-banner-text-livestream .bpa-js-hovered,
.bpa-claret
.bpa-teaser-banner-text-livestream .bpa-js-hovered, .bpa-shark
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-regal-blue
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-deep-cerulean
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-twitter
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-monza
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-mojo
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-blue-lagoon
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-tropical-rain-forest
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-bossanova
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-aqua-deep
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered,
.bpa-claret
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered {
  border-color: #fff;
}

.bpa-saffron .bpa-teaser-banner-text-quote .bpa-js-hovered, .bpa-saffron
.bpa-teaser-banner-text-event .bpa-js-hovered, .bpa-saffron
.bpa-teaser-banner-text-faq .bpa-js-hovered, .bpa-saffron
.bpa-teaser-banner-text-livestream .bpa-js-hovered, .bpa-saffron
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered {
  border-color: #111314;
}

.bpa-white .bpa-teaser-banner-text-quote .bpa-js-hovered, .bpa-white
.bpa-teaser-banner-text-event .bpa-js-hovered, .bpa-white
.bpa-teaser-banner-text-faq .bpa-js-hovered, .bpa-white
.bpa-teaser-banner-text-livestream .bpa-js-hovered, .bpa-white
.bpa-teaser-banner-infomaterial-link .bpa-js-hovered {
  border-color: #0071ad;
}

.bpa-teaser-banner-text-quote {
  padding-right: 5%;
}

.bpa-teaser-banner-text-quote .bpa-teaser-title-text {
  color: #0071ad;
  border-bottom: 1px solid transparent;
}

.bpa-porcelain .bpa-teaser-banner-text-quote .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-text-quote .bpa-teaser-title-text {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-banner-text-quote .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-quote .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-quote .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-quote .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-quote .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-quote .bpa-teaser-title-text {
  color: #fff;
}

.bpa-saffron .bpa-teaser-banner-text-quote .bpa-teaser-title-text {
  color: #111314;
}

.bpa-white .bpa-teaser-banner-text-quote .bpa-teaser-title-text {
  color: #0071ad;
}

.bpa-teaser-banner-text-quote .bpa-teaser-quote {
  margin-top: 1.9375rem;
}

.bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text {
  border-bottom: 1px solid #0071ad;
}

.bpa-porcelain .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-porcelain .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text {
  border-bottom: 1px solid #0071ad;
}

.bpa-shark .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-shark .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-regal-blue .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-regal-blue .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-deep-cerulean .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-twitter .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-monza .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-mojo .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-blue-lagoon .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-tropical-rain-forest .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-bossanova .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-aqua-deep .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text,
.bpa-claret .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text {
  border-bottom: 1px solid #fff;
}

.bpa-saffron .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-saffron .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text {
  border-bottom: 1px solid #111314;
}

.bpa-white .bpa-teaser-banner-text-quote[href]:active .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-text-quote[href]:hover .bpa-teaser-title-text, .bpa-white .bpa-teaser-banner-text-quote[href]:focus .bpa-teaser-title-text {
  border-bottom: 1px solid #0071ad;
}

.bpa-teaser-banner-text-newsletter {
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}

.bpa-teaser-banner-text-newsletter .form-group {
  margin-bottom: 0;
}

.bpa-teaser-banner-infomaterial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-teaser-banner-infomaterial .bpa-teaser-banner-details {
  padding-top: 5%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bpa-teaser-banner-infomaterial .bpa-infomaterial-preview-image {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

@media only screen and (max-width: 599px) {
  .bpa-teaser-banner-infomaterial .bpa-infomaterial-preview-image {
    max-width: 26.4375rem;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-teaser-banner-infomaterial .bpa-infomaterial-preview-image {
    max-width: 12.5rem;
  }
}

.bpa-teaser-banner-infomaterial .bpa-infomaterial-artikelnummer p {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #4c4f50;
}

.bpa-teaser-banner-infomaterial .bpa-notice {
  color: #4c4f50;
  fill: #4c4f50;
}

.bpa-porcelain .bpa-teaser-banner-infomaterial .bpa-notice {
  color: #4c4f50;
}

.bpa-shark .bpa-teaser-banner-infomaterial .bpa-notice {
  color: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-deep-cerulean .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-twitter .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-monza .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-mojo .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-blue-lagoon .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-tropical-rain-forest .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-bossanova .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-aqua-deep .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-claret .bpa-teaser-banner-infomaterial .bpa-notice {
  color: #fff;
}

.bpa-saffron .bpa-teaser-banner-infomaterial .bpa-notice {
  color: #111314;
}

.bpa-white .bpa-teaser-banner-infomaterial .bpa-notice {
  color: #4c4f50;
}

.bpa-porcelain .bpa-teaser-banner-infomaterial .bpa-notice {
  fill: #4c4f50;
}

.bpa-shark .bpa-teaser-banner-infomaterial .bpa-notice {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-deep-cerulean .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-twitter .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-monza .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-mojo .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-blue-lagoon .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-tropical-rain-forest .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-bossanova .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-aqua-deep .bpa-teaser-banner-infomaterial .bpa-notice,
.bpa-claret .bpa-teaser-banner-infomaterial .bpa-notice {
  fill: #fff;
}

.bpa-saffron .bpa-teaser-banner-infomaterial .bpa-notice {
  fill: #111314;
}

.bpa-white .bpa-teaser-banner-infomaterial .bpa-notice {
  fill: #4c4f50;
}

.bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner {
  color: #0071ad;
  border-color: #0071ad;
  border-width: 1px;
  border-bottom-style: solid;
}

.bpa-porcelain .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner {
  color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-regal-blue .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-deep-cerulean .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-twitter .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-monza .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-mojo .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-blue-lagoon .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-tropical-rain-forest .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-bossanova .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-aqua-deep .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-claret .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner {
  color: #fff;
}

.bpa-saffron .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner {
  color: #111314;
}

.bpa-white .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner {
  color: #0071ad;
}

.bpa-porcelain .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner {
  border-color: #0071ad;
}

.bpa-shark .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-regal-blue .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-deep-cerulean .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-twitter .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-monza .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-mojo .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-blue-lagoon .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-tropical-rain-forest .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-bossanova .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-aqua-deep .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner,
.bpa-claret .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner {
  border-color: #fff;
}

.bpa-saffron .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner {
  border-color: #111314;
}

.bpa-white .bpa-teaser-banner-infomaterial .bpa-js-hovered .bpa-teaser-title-text-inner {
  border-color: #0071ad;
}

@media only screen and (max-width: 599px) {
  .bpa-teaser-banner-infomaterial .bpa-js-hovered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bpa-js-linked {
  cursor: pointer;
}

.bpa-teaser-banner-subtitle {
  color: #111314;
}

.bpa-porcelain .bpa-teaser-banner-subtitle,
.bpa-saffron .bpa-teaser-banner-subtitle {
  color: #111314;
}

.bpa-shark .bpa-teaser-banner-subtitle,
.bpa-regal-blue .bpa-teaser-banner-subtitle,
.bpa-deep-cerulean .bpa-teaser-banner-subtitle,
.bpa-twitter .bpa-teaser-banner-subtitle,
.bpa-monza .bpa-teaser-banner-subtitle,
.bpa-mojo .bpa-teaser-banner-subtitle,
.bpa-blue-lagoon .bpa-teaser-banner-subtitle,
.bpa-tropical-rain-forest .bpa-teaser-banner-subtitle,
.bpa-bossanova .bpa-teaser-banner-subtitle,
.bpa-aqua-deep .bpa-teaser-banner-subtitle,
.bpa-claret .bpa-teaser-banner-subtitle {
  color: #fff;
}

.bpa-white .bpa-teaser-banner-subtitle {
  color: #111314;
}

.bpa-warenkorb-overview .bpa-teaser-banner-module + .bpa-teaser-banner-module,
.bpa-warenkorb-liste .bpa-teaser-banner-module + .bpa-teaser-banner-module {
  border-top: 1px solid #9aa0a2;
}

.bpa-warenkorb-overview .bpa-teaser-banner-module,
.bpa-warenkorb-liste .bpa-teaser-banner-module {
  padding-right: 0;
  padding-left: 0;
}

.bpa-warenkorb-overview .bpa-teaser-banner-module .bpa-teaser-banner-title-wrapper .bpa-notice,
.bpa-warenkorb-liste .bpa-teaser-banner-module .bpa-teaser-banner-title-wrapper .bpa-notice {
  margin-top: 0;
}

.bpa-search-result-list .bpa-teaser-banner-share .bpa-richtext {
  margin: 0;
}

.bpa-breakingnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-breakingnews .bpa-ticker-item {
  margin: 0;
}

.bpa-breakingnews .bpa-btn,
.bpa-breakingnews .bpa-btn-icon-after {
  display: none;
}

.bpa-breakingnews .bpa-btn-icon-after {
  margin-left: 0;
}

.bpa-breakingnews-paused .bpa-btn-icon-after {
  display: block;
}

.bpa-breakingnews-paused .bpa-icon-jw-pause {
  display: none;
}

.bpa-breakingnews-paused .bpa-ticker-animation {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.bpa-form {
    padding: 0 85px;
}

.bpa-share {
  position: relative;
}

.bpa-share.bpa-right {
  margin-left: 0.75rem;
}

.bpa-share .bpa-share-btn {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}

.bpa-share .bpa-share-btn:hover, .bpa-share .bpa-share-btn:focus {
  background-color: transparent;
  border-color: transparent;
}

.bpa-share .bpa-share-btn:hover .bpa-icon, .bpa-share .bpa-share-btn:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-porcelain .bpa-share .bpa-share-btn:hover .bpa-icon, .bpa-porcelain .bpa-share .bpa-share-btn:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-share .bpa-share-btn:hover .bpa-icon, .bpa-shark .bpa-share .bpa-share-btn:focus .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-share .bpa-share-btn:hover .bpa-icon,
.bpa-deep-cerulean .bpa-share .bpa-share-btn:hover .bpa-icon,
.bpa-twitter .bpa-share .bpa-share-btn:hover .bpa-icon,
.bpa-monza .bpa-share .bpa-share-btn:hover .bpa-icon,
.bpa-mojo .bpa-share .bpa-share-btn:hover .bpa-icon,
.bpa-blue-lagoon .bpa-share .bpa-share-btn:hover .bpa-icon,
.bpa-tropical-rain-forest .bpa-share .bpa-share-btn:hover .bpa-icon,
.bpa-bossanova .bpa-share .bpa-share-btn:hover .bpa-icon,
.bpa-aqua-deep .bpa-share .bpa-share-btn:hover .bpa-icon,
.bpa-claret .bpa-share .bpa-share-btn:hover .bpa-icon, .bpa-regal-blue .bpa-share .bpa-share-btn:focus .bpa-icon,
.bpa-deep-cerulean .bpa-share .bpa-share-btn:focus .bpa-icon,
.bpa-twitter .bpa-share .bpa-share-btn:focus .bpa-icon,
.bpa-monza .bpa-share .bpa-share-btn:focus .bpa-icon,
.bpa-mojo .bpa-share .bpa-share-btn:focus .bpa-icon,
.bpa-blue-lagoon .bpa-share .bpa-share-btn:focus .bpa-icon,
.bpa-tropical-rain-forest .bpa-share .bpa-share-btn:focus .bpa-icon,
.bpa-bossanova .bpa-share .bpa-share-btn:focus .bpa-icon,
.bpa-aqua-deep .bpa-share .bpa-share-btn:focus .bpa-icon,
.bpa-claret .bpa-share .bpa-share-btn:focus .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-share .bpa-share-btn:hover .bpa-icon, .bpa-saffron .bpa-share .bpa-share-btn:focus .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-share .bpa-share-btn:hover .bpa-icon, .bpa-white .bpa-share .bpa-share-btn:focus .bpa-icon {
  fill: #4c4f50;
}

.bpa-share .bpa-share-btn .bpa-icon-more {
  top: -0.125rem;
}

.bpa-share .bpa-share-btn .bpa-icon.bpa-icon-close {
  margin: 0 0 0 0.125rem;
}

.bpa-share .bpa-share-list .bpa-share-btn .bpa-btn-icon-before:before {
  width: 1.5rem;
  height: 1.5rem;
}

.bpa-share-links-copy, .bpa-share-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bpa-share-links-copy {
  margin-top: 0.875rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #63686a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-share-links-close {
  margin-top: 3.8461538462%;
  position: absolute;
  top: 0;
  right: 3.8461538462%;
  bottom: auto;
  left: auto;
}

@media only screen and (min-width: 1024px) {
  .bpa-share-links-close {
    display: none;
  }
}

.bpa-share-links-close .bpa-share-links-btn {
  padding: 0.3125rem;
}

.bpa-share-links-close .bpa-btn:focus .bpa-icon.bpa-icon-close,
.bpa-share-links-close .bpa-btn:hover .bpa-icon.bpa-icon-close {
  fill: #63686a;
}

.bpa-share-links .bpa-share-links-close .bpa-icon {
  top: 0;
  fill: #63686a;
}

.bpa-share-links .bpa-share-links-close:focus .bpa-icon {
  fill: #63686a;
}

.bpa-share-links-copy-btn .bpa-btn-icon-before {
  margin: 0;
}

.bpa-share-links .bpa-share-links-copy-btn {
  margin-right: 0.625rem;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  border-color: transparent;
}

.bpa-share-links .bpa-share-links-copy-btn:focus .bpa-icon {
  fill: #0071ad;
}

.bpa-share-links-list + .bpa-share-links-list {
  margin-left: 1.25rem;
}

.bpa-share-links-item {
  margin: 1.25rem 0;
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
}

.bpa-share-links-item:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.bpa-share-links-item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.bpa-share-links-item:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.bpa-share-links-item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.bpa-share-links-item:nth-child(5) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.bpa-share-links-item:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.bpa-share-links-item:nth-child(7) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.bpa-share-links-item:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.bpa-share-links-item:nth-child(9) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.bpa-share-links-item:nth-child(10) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.bpa-share-links-item:nth-child(11) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

.bpa-share-links-item:nth-child(12) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.bpa-share-links-item:nth-child(13) {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

.bpa-share-links-item:nth-child(14) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.bpa-share-links-item:nth-child(15) {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

.bpa-share-links-item:nth-child(16) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.bpa-share-links-item:nth-child(17) {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

.bpa-share-links-item:nth-child(18) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.bpa-share-links-item:nth-child(19) {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

.bpa-share-links-item:nth-child(20) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

@media only screen and (min-width: 1024px) {
  .bpa-share-links-item {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: none;
    transition: none;
  }
}

.bpa-share-links-title {
  margin: 0;
  color: #0071ad;
}

.bpa-share-links:not([aria-hidden='true']) .bpa-share-links-item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bpa-share-links .bpa-module [class*='bpa-module-'] {
  background-color: #fff;
}

.bpa-share-links .bpa-module [class*='bpa-module-'] .bpa-share-link {
  color: #111314;
  border-bottom: none;
}

.bpa-share-links .bpa-icon-wrapper {
  width: 1.625rem;
  display: inline-block;
}

.bpa-share-links .bpa-icon {
  width: 1rem;
  height: 1rem;
  fill: #0071ad;
}

.bpa-share-links .bpa-icon.bpa-icon-email,
.bpa-share-links .bpa-icon.bpa-icon-email-alt {
  fill: #0071ad;
}

.bpa-share-links .bpa-icon.bpa-icon-twitter {
  fill: #1da1f2;
}

.bpa-share-links .bpa-icon.bpa-icon-threema {
  fill: #323232;
}

.bpa-share-links .bpa-icon.bpa-icon-facebook {
  fill: #3b5998;
}

.bpa-share-links .bpa-icon.bpa-icon-linkedin {
  fill: #0077b5;
}

.bpa-share-links .bpa-icon.bpa-icon-xing {
  fill: #026466;
}

.bpa-share-links .bpa-icon.bpa-icon-whatsapp {
  fill: #25D366;
}

.bpa-share-links .bpa-copy-success {
  padding: 0.3125rem;
  display: block;
  position: absolute;
  top: -200%;
  left: 0;
  background-color: rgba(37, 41, 42, 0.85);
  color: #fff;
  border-radius: 0.25rem;
}

.bpa-share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bpa-share-link .bpa-link-text {
  font-size: 1rem;
  line-height: 1rem;
}

.bpa-share-link:hover, .bpa-share-link:focus {
  text-decoration: none;
  color: #0071ad;
}

.bpa-share-link:hover .bpa-link-text, .bpa-share-link:focus .bpa-link-text {
  border-color: #0071ad;
}

.bpa-blockquote .bpa-share {
  padding-top: 0.3125rem;
}

.bpa-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bpa-share-list .bpa-icon {
  fill: #4c4f50;
  width: 1.5rem;
}

.bpa-porcelain .bpa-share-list .bpa-icon {
  fill: #4c4f50;
}

.bpa-shark .bpa-share-list .bpa-icon {
  fill: #9aa0a2;
}

.bpa-regal-blue .bpa-share-list .bpa-icon,
.bpa-deep-cerulean .bpa-share-list .bpa-icon,
.bpa-twitter .bpa-share-list .bpa-icon,
.bpa-monza .bpa-share-list .bpa-icon,
.bpa-mojo .bpa-share-list .bpa-icon,
.bpa-blue-lagoon .bpa-share-list .bpa-icon,
.bpa-tropical-rain-forest .bpa-share-list .bpa-icon,
.bpa-bossanova .bpa-share-list .bpa-icon,
.bpa-aqua-deep .bpa-share-list .bpa-icon,
.bpa-claret .bpa-share-list .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-share-list .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-share-list .bpa-icon {
  fill: #4c4f50;
}

.bpa-share-list-item > .bpa-btn {
  padding-top: 0.6875rem;
}

.bpa-share-list-item .bpa-link-small {
  padding: 0.6875rem 0;
}

.bpa-share-list-item:first-child .bpa-link-small {
  padding-top: 0;
}

.bpa-tools {
  padding: 0 0 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
  line-height: 1.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bpa-tools .bpa-icon {
  fill: #4c4f50;
}

.bpa-article .bpa-tools {
  padding: 0.75rem 0 0;
}

.bpa-tools .bpa-print {
  padding: 0.5rem;
  padding-left: 0;
}

.bpa-tools .bpa-print .bpa-icon {
  margin-right: 0.5rem;
}

@media only screen and (max-width: 599px) {
  .bpa-tools .bpa-print {
    display: none;
  }
}

.bpa-landing-page-tools .bpa-tools {
  padding: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .bpa-landing-page-tools .bpa-tools {
    padding: 1.875rem 3.8461538462% 5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-landing-page-tools .bpa-tools {
    padding: 1.875rem 0 5rem;
  }
}

.bpa-share-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bpa-share-horizontal .bpa-share-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bpa-share-horizontal .bpa-share-list .bpa-popover-button .bpa-btn-icon-before {
  margin-right: 0;
}

.bpa-share-horizontal .bpa-share-list .bpa-share-list-item:not(:last-child) .bpa-link-small {
  padding: 0.5rem;
}

.bpa-share-horizontal .bpa-share-title {
  padding: 0.5rem;
}

@media only screen and (max-width: 599px) {
  .bpa-share-horizontal {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bpa-share-horizontal .bpa-share-title {
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
  .bpa-share-horizontal .bpa-share-list .bpa-share-list-item:not(:last-child) .bpa-link-small {
    padding: 0.3125rem;
  }
}

.bpa-az-list {
  width: 8.3333333333%;
  position: relative;
  font-size: 1.375rem;
  line-height: 1.625rem;
  overflow: hidden;
}

.bpa-az-list-item {
  display: block;
}

.bpa-az-list-block {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.bpa-fxd .bpa-az-list-block {
  padding-top: 0;
  width: 92.3076923077%;
  position: fixed;
  bottom: 0;
}

.bpa-fxd .bpa-az-list-block > ul {
  width: 8.3333333333%;
}

.bpa-stuck .bpa-az-list-block {
  position: absolute;
  top: auto;
  bottom: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-fxd .bpa-az-list-block {
    width: 92.3076923077%;
  }
  .bpa-fxd .bpa-az-list-block > ul {
    width: 5%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-fxd .bpa-az-list-block {
    width: 76.9230769231%;
    max-width: 73.125rem;
  }
}

@media screen and (min-width: 1170px) {
  .bpa-fxd .bpa-az-list-block {
    width: 56.25rem;
  }
}

.bpa-az-list-link {
  margin-bottom: 1rem;
  padding: 0.625rem 0;
  display: block;
  font-size: inherit;
  line-height: 1;
  text-transform: uppercase;
}

.bpa-az-list-link:hover {
  text-decoration: none;
}

.bpa-az-list-link:focus {
  text-decoration: underline;
}

.bpa-az-list-link.bpa-disabled {
  color: #63686a;
  cursor: default;
}

.bpa-az-list-link.bpa-active {
  position: relative;
  color: #0071ad;
  -webkit-box-shadow: inset -4px 0 0 -2px #0071ad;
          box-shadow: inset -4px 0 0 -2px #0071ad;
}

@media only screen and (min-width: 600px) {
  .bpa-az-list {
    width: 5%;
  }
}

.bpa-glossar-row {
  margin-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.bpa-glossar-row .bpa-az-list {
  padding-top: 1.75rem;
  border-right: 1px solid #cfd2d3;
}

.bpa-glossar-row .bpa-faq-title {
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  line-height: 2.625rem;
}

.bpa-glossar-entries {
  padding-top: 0.9375rem;
  padding-bottom: 1.25rem;
  padding-left: 4.1666666667%;
  width: 95.8333333333%;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .bpa-glossar-entries {
    padding-left: 5%;
    width: 95%;
  }
}

.bpa-keyword-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.bpa-keyword-row .bpa-az-list {
  border-right: 1px solid #cfd2d3;
}

.bpa-keyword-row .bpa-faq-title {
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  line-height: 2.625rem;
}

.bpa-keyword-entries {
  padding-bottom: 1.25rem;
  padding-left: 4.1666666667%;
  width: 95.8333333333%;
  position: relative;
  background-color: #fff;
}

@media only screen and (min-width: 600px) {
  .bpa-keyword-entries {
    padding-left: 5%;
    width: 95%;
  }
}

.bpa-search-keyword-list {
  display: none;
}

@media only screen and (min-width: 600px) {
  .bpa-search-keyword-list .bpa-keyword-list {
    margin-bottom: 0.75rem;
  }
}

.bpa-btn-raffle {
  padding: 0.625rem 1rem;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: left;
  border: 1px solid #cfd2d3;
  border-radius: 0.125rem;
}

.bpa-btn-raffle .bpa-btn-title {
  display: inline-block;
}

.bpa-btn-raffle:hover:not(:disabled), .bpa-btn-raffle.bpa-active {
  background-color: #fff;
  color: #111314;
  border-color: #0071ad;
}

.bpa-porcelain .bpa-btn-raffle:hover:not(:disabled), .bpa-porcelain .bpa-btn-raffle.bpa-active {
  background-color: #eeeff1;
}

.bpa-shark .bpa-btn-raffle:hover:not(:disabled), .bpa-shark .bpa-btn-raffle.bpa-active {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-btn-raffle:hover:not(:disabled), .bpa-regal-blue .bpa-btn-raffle.bpa-active {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-btn-raffle:hover:not(:disabled), .bpa-deep-cerulean .bpa-btn-raffle.bpa-active {
  background-color: #0071ad;
}

.bpa-twitter .bpa-btn-raffle:hover:not(:disabled), .bpa-twitter .bpa-btn-raffle.bpa-active {
  background-color: #1da1f2;
}

.bpa-monza .bpa-btn-raffle:hover:not(:disabled), .bpa-monza .bpa-btn-raffle.bpa-active {
  background-color: #c0003c;
}

.bpa-saffron .bpa-btn-raffle:hover:not(:disabled), .bpa-saffron .bpa-btn-raffle.bpa-active {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-btn-raffle:hover:not(:disabled), .bpa-mojo .bpa-btn-raffle.bpa-active {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-btn-raffle:hover:not(:disabled), .bpa-blue-lagoon .bpa-btn-raffle.bpa-active {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-btn-raffle:hover:not(:disabled), .bpa-tropical-rain-forest .bpa-btn-raffle.bpa-active {
  background-color: #00854a;
}

.bpa-bossanova .bpa-btn-raffle:hover:not(:disabled), .bpa-bossanova .bpa-btn-raffle.bpa-active {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-btn-raffle:hover:not(:disabled), .bpa-aqua-deep .bpa-btn-raffle.bpa-active {
  background-color: #005c45;
}

.bpa-claret .bpa-btn-raffle:hover:not(:disabled), .bpa-claret .bpa-btn-raffle.bpa-active {
  background-color: #780f2d;
}

.bpa-white .bpa-btn-raffle:hover:not(:disabled), .bpa-white .bpa-btn-raffle.bpa-active {
  background-color: #fff;
}

.bpa-porcelain .bpa-btn-raffle:hover:not(:disabled),
.bpa-saffron .bpa-btn-raffle:hover:not(:disabled), .bpa-porcelain .bpa-btn-raffle.bpa-active,
.bpa-saffron .bpa-btn-raffle.bpa-active {
  color: #111314;
}

.bpa-shark .bpa-btn-raffle:hover:not(:disabled),
.bpa-regal-blue .bpa-btn-raffle:hover:not(:disabled),
.bpa-deep-cerulean .bpa-btn-raffle:hover:not(:disabled),
.bpa-twitter .bpa-btn-raffle:hover:not(:disabled),
.bpa-monza .bpa-btn-raffle:hover:not(:disabled),
.bpa-mojo .bpa-btn-raffle:hover:not(:disabled),
.bpa-blue-lagoon .bpa-btn-raffle:hover:not(:disabled),
.bpa-tropical-rain-forest .bpa-btn-raffle:hover:not(:disabled),
.bpa-bossanova .bpa-btn-raffle:hover:not(:disabled),
.bpa-aqua-deep .bpa-btn-raffle:hover:not(:disabled),
.bpa-claret .bpa-btn-raffle:hover:not(:disabled), .bpa-shark .bpa-btn-raffle.bpa-active,
.bpa-regal-blue .bpa-btn-raffle.bpa-active,
.bpa-deep-cerulean .bpa-btn-raffle.bpa-active,
.bpa-twitter .bpa-btn-raffle.bpa-active,
.bpa-monza .bpa-btn-raffle.bpa-active,
.bpa-mojo .bpa-btn-raffle.bpa-active,
.bpa-blue-lagoon .bpa-btn-raffle.bpa-active,
.bpa-tropical-rain-forest .bpa-btn-raffle.bpa-active,
.bpa-bossanova .bpa-btn-raffle.bpa-active,
.bpa-aqua-deep .bpa-btn-raffle.bpa-active,
.bpa-claret .bpa-btn-raffle.bpa-active {
  color: #fff;
}

.bpa-white .bpa-btn-raffle:hover:not(:disabled), .bpa-white .bpa-btn-raffle.bpa-active {
  color: #111314;
}

.bpa-porcelain .bpa-btn-raffle:hover:not(:disabled), .bpa-porcelain .bpa-btn-raffle.bpa-active {
  border-color: #0071ad;
}

.bpa-shark .bpa-btn-raffle:hover:not(:disabled),
.bpa-regal-blue .bpa-btn-raffle:hover:not(:disabled),
.bpa-deep-cerulean .bpa-btn-raffle:hover:not(:disabled),
.bpa-twitter .bpa-btn-raffle:hover:not(:disabled),
.bpa-monza .bpa-btn-raffle:hover:not(:disabled),
.bpa-mojo .bpa-btn-raffle:hover:not(:disabled),
.bpa-blue-lagoon .bpa-btn-raffle:hover:not(:disabled),
.bpa-tropical-rain-forest .bpa-btn-raffle:hover:not(:disabled),
.bpa-bossanova .bpa-btn-raffle:hover:not(:disabled),
.bpa-aqua-deep .bpa-btn-raffle:hover:not(:disabled),
.bpa-claret .bpa-btn-raffle:hover:not(:disabled), .bpa-shark .bpa-btn-raffle.bpa-active,
.bpa-regal-blue .bpa-btn-raffle.bpa-active,
.bpa-deep-cerulean .bpa-btn-raffle.bpa-active,
.bpa-twitter .bpa-btn-raffle.bpa-active,
.bpa-monza .bpa-btn-raffle.bpa-active,
.bpa-mojo .bpa-btn-raffle.bpa-active,
.bpa-blue-lagoon .bpa-btn-raffle.bpa-active,
.bpa-tropical-rain-forest .bpa-btn-raffle.bpa-active,
.bpa-bossanova .bpa-btn-raffle.bpa-active,
.bpa-aqua-deep .bpa-btn-raffle.bpa-active,
.bpa-claret .bpa-btn-raffle.bpa-active {
  border-color: #fff;
}

.bpa-saffron .bpa-btn-raffle:hover:not(:disabled), .bpa-saffron .bpa-btn-raffle.bpa-active {
  border-color: #111314;
}

.bpa-white .bpa-btn-raffle:hover:not(:disabled), .bpa-white .bpa-btn-raffle.bpa-active {
  border-color: #0071ad;
}

@media only screen and (max-width: 599px) {
  .bpa-btn-raffle {
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.bpa-btn-raffle-next {
  margin: 0 auto;
  width: auto;
  max-width: 7.3125rem;
  display: none;
  text-align: center;
}

.bpa-btn-raffle-next:focus, .bpa-btn-raffle-next:hover {
  text-decoration: none;
}

.bpa-btn-raffle-next:focus .bpa-link-text, .bpa-btn-raffle-next:hover .bpa-link-text {
  border-color: #111314;
}

.bpa-btn-raffle-next .bpa-link-text {
  margin-bottom: 0.5rem;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.bpa-btn-raffle-next .bpa-icon {
  margin: 0.3125rem auto 0;
  display: block;
}

.bpa-raffle-headline {
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}

.bpa-raffle-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.bpa-raffle-image .bpa-figure {
  margin-bottom: 0;
}

.bpa-raffle-image + .bpa-raffle-topline {
  margin-top: 1.5625rem;
}

.bpa-raffle-teaser-cta-link.bpa-active {
  display: block;
}

.bpa-raffle-next {
  width: auto;
  position: relative;
}

.bpa-active ~ .bpa-raffle-next .bpa-btn-raffle-next {
  display: block;
}

.bpa-raffle-answers {
  margin: -0.3125rem -0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media only screen and (min-width: 600px) {
  .bpa-raffle-answers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.bpa-raffle-answer {
  padding: 0.625rem;
}

@media only screen and (min-width: 600px) {
  .bpa-raffle-answer {
    width: 50%;
  }
  .bpa-raffle-answer-input {
    width: 100%;
  }
}

.bpa-raffle-morelink .bpa-link-small {
  margin-top: 2.1875rem;
  display: inline-block;
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
  text-transform: none;
}

.bpa-quiz-deep-cerulean.bpa-quiz-bg, .bpa-quiz-deep-cerulean.bpa-raffle-bg,
.bpa-raffle-deep-cerulean.bpa-quiz-bg,
.bpa-raffle-deep-cerulean.bpa-raffle-bg {
  background-color: #0071ad;
}

.bpa-quiz-deep-cerulean .bpa-topline-title,
.bpa-raffle-deep-cerulean .bpa-topline-title {
  color: #fff;
  border-color: #fff;
}

.bpa-quiz-deep-cerulean .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-quiz-share .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-quiz-morelink .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-raffle-share .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-raffle-morelink .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-quiz-share .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-quiz-morelink .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-raffle-share .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-raffle-morelink .bpa-icon {
  fill: #fff;
}

.bpa-quiz-deep-cerulean .bpa-quiz-title,
.bpa-quiz-deep-cerulean .bpa-raffle-title,
.bpa-raffle-deep-cerulean .bpa-quiz-title,
.bpa-raffle-deep-cerulean .bpa-raffle-title {
  color: #0071ad;
}

.bpa-quiz-blue-lagoon.bpa-quiz-bg, .bpa-quiz-blue-lagoon.bpa-raffle-bg,
.bpa-raffle-blue-lagoon.bpa-quiz-bg,
.bpa-raffle-blue-lagoon.bpa-raffle-bg {
  background-color: #00818b;
}

.bpa-quiz-blue-lagoon .bpa-topline-title,
.bpa-raffle-blue-lagoon .bpa-topline-title {
  color: #fff;
  border-color: #fff;
}

.bpa-quiz-blue-lagoon .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-quiz-share .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-quiz-morelink .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-raffle-share .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-raffle-morelink .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-quiz-share .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-quiz-morelink .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-raffle-share .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-raffle-morelink .bpa-icon {
  fill: #fff;
}

.bpa-quiz-blue-lagoon .bpa-quiz-title,
.bpa-quiz-blue-lagoon .bpa-raffle-title,
.bpa-raffle-blue-lagoon .bpa-quiz-title,
.bpa-raffle-blue-lagoon .bpa-raffle-title {
  color: #00818b;
}

.bpa-quiz-tropical-rain-forest.bpa-quiz-bg, .bpa-quiz-tropical-rain-forest.bpa-raffle-bg,
.bpa-raffle-tropical-rain-forest.bpa-quiz-bg,
.bpa-raffle-tropical-rain-forest.bpa-raffle-bg {
  background-color: #00854a;
}

.bpa-quiz-tropical-rain-forest .bpa-topline-title,
.bpa-raffle-tropical-rain-forest .bpa-topline-title {
  color: #fff;
  border-color: #fff;
}

.bpa-quiz-tropical-rain-forest .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-quiz-share .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-quiz-morelink .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-raffle-share .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-raffle-morelink .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-quiz-share .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-quiz-morelink .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-raffle-share .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-raffle-morelink .bpa-icon {
  fill: #fff;
}

.bpa-quiz-tropical-rain-forest .bpa-quiz-title,
.bpa-quiz-tropical-rain-forest .bpa-raffle-title,
.bpa-raffle-tropical-rain-forest .bpa-quiz-title,
.bpa-raffle-tropical-rain-forest .bpa-raffle-title {
  color: #00854a;
}

.bpa-quiz-mojo.bpa-quiz-bg, .bpa-quiz-mojo.bpa-raffle-bg,
.bpa-raffle-mojo.bpa-quiz-bg,
.bpa-raffle-mojo.bpa-raffle-bg {
  background-color: #cd5038;
}

.bpa-quiz-mojo .bpa-topline-title,
.bpa-raffle-mojo .bpa-topline-title {
  color: #fff;
  border-color: #fff;
}

.bpa-quiz-mojo .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-quiz-mojo .bpa-quiz-share .bpa-icon,
.bpa-quiz-mojo .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-quiz-mojo .bpa-quiz-morelink .bpa-icon,
.bpa-quiz-mojo .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-quiz-mojo .bpa-raffle-share .bpa-icon,
.bpa-quiz-mojo .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-quiz-mojo .bpa-raffle-morelink .bpa-icon,
.bpa-raffle-mojo .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-raffle-mojo .bpa-quiz-share .bpa-icon,
.bpa-raffle-mojo .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-raffle-mojo .bpa-quiz-morelink .bpa-icon,
.bpa-raffle-mojo .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-raffle-mojo .bpa-raffle-share .bpa-icon,
.bpa-raffle-mojo .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-raffle-mojo .bpa-raffle-morelink .bpa-icon {
  fill: #fff;
}

.bpa-quiz-mojo .bpa-quiz-title,
.bpa-quiz-mojo .bpa-raffle-title,
.bpa-raffle-mojo .bpa-quiz-title,
.bpa-raffle-mojo .bpa-raffle-title {
  color: #cd5038;
}

.bpa-quiz-porcelain.bpa-quiz-bg, .bpa-quiz-porcelain.bpa-raffle-bg,
.bpa-raffle-porcelain.bpa-quiz-bg,
.bpa-raffle-porcelain.bpa-raffle-bg {
  background-color: #eeeff1;
}

.bpa-quiz-porcelain .bpa-topline-title,
.bpa-raffle-porcelain .bpa-topline-title {
  color: #0071ad;
  border-color: #0071ad;
}

.bpa-quiz-porcelain .bpa-quiz-title,
.bpa-quiz-porcelain .bpa-raffle-title,
.bpa-raffle-porcelain .bpa-quiz-title,
.bpa-raffle-porcelain .bpa-raffle-title {
  color: #0071ad;
}

.bpa-btn-quiz {
  padding: 0.625rem 1rem;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: left;
  border: 1px solid #cfd2d3;
  border-radius: 0.125rem;
}

.bpa-btn-quiz .bpa-btn-title {
  display: inline-block;
}

.bpa-btn-quiz:hover, .bpa-btn-quiz:focus {
  background-color: #fff;
  color: #111314;
  border-color: #0071ad;
}

.bpa-porcelain .bpa-btn-quiz:hover, .bpa-porcelain .bpa-btn-quiz:focus {
  background-color: #eeeff1;
}

.bpa-shark .bpa-btn-quiz:hover, .bpa-shark .bpa-btn-quiz:focus {
  background-color: #25292a;
}

.bpa-regal-blue .bpa-btn-quiz:hover, .bpa-regal-blue .bpa-btn-quiz:focus {
  background-color: #004b76;
}

.bpa-deep-cerulean .bpa-btn-quiz:hover, .bpa-deep-cerulean .bpa-btn-quiz:focus {
  background-color: #0071ad;
}

.bpa-twitter .bpa-btn-quiz:hover, .bpa-twitter .bpa-btn-quiz:focus {
  background-color: #1da1f2;
}

.bpa-monza .bpa-btn-quiz:hover, .bpa-monza .bpa-btn-quiz:focus {
  background-color: #c0003c;
}

.bpa-saffron .bpa-btn-quiz:hover, .bpa-saffron .bpa-btn-quiz:focus {
  background-color: #f7bb3d;
}

.bpa-mojo .bpa-btn-quiz:hover, .bpa-mojo .bpa-btn-quiz:focus {
  background-color: #cd5038;
}

.bpa-blue-lagoon .bpa-btn-quiz:hover, .bpa-blue-lagoon .bpa-btn-quiz:focus {
  background-color: #00818b;
}

.bpa-tropical-rain-forest .bpa-btn-quiz:hover, .bpa-tropical-rain-forest .bpa-btn-quiz:focus {
  background-color: #00854a;
}

.bpa-bossanova .bpa-btn-quiz:hover, .bpa-bossanova .bpa-btn-quiz:focus {
  background-color: #5f316e;
}

.bpa-aqua-deep .bpa-btn-quiz:hover, .bpa-aqua-deep .bpa-btn-quiz:focus {
  background-color: #005c45;
}

.bpa-claret .bpa-btn-quiz:hover, .bpa-claret .bpa-btn-quiz:focus {
  background-color: #780f2d;
}

.bpa-white .bpa-btn-quiz:hover, .bpa-white .bpa-btn-quiz:focus {
  background-color: #fff;
}

.bpa-porcelain .bpa-btn-quiz:hover,
.bpa-saffron .bpa-btn-quiz:hover, .bpa-porcelain .bpa-btn-quiz:focus,
.bpa-saffron .bpa-btn-quiz:focus {
  color: #111314;
}

.bpa-shark .bpa-btn-quiz:hover,
.bpa-regal-blue .bpa-btn-quiz:hover,
.bpa-deep-cerulean .bpa-btn-quiz:hover,
.bpa-twitter .bpa-btn-quiz:hover,
.bpa-monza .bpa-btn-quiz:hover,
.bpa-mojo .bpa-btn-quiz:hover,
.bpa-blue-lagoon .bpa-btn-quiz:hover,
.bpa-tropical-rain-forest .bpa-btn-quiz:hover,
.bpa-bossanova .bpa-btn-quiz:hover,
.bpa-aqua-deep .bpa-btn-quiz:hover,
.bpa-claret .bpa-btn-quiz:hover, .bpa-shark .bpa-btn-quiz:focus,
.bpa-regal-blue .bpa-btn-quiz:focus,
.bpa-deep-cerulean .bpa-btn-quiz:focus,
.bpa-twitter .bpa-btn-quiz:focus,
.bpa-monza .bpa-btn-quiz:focus,
.bpa-mojo .bpa-btn-quiz:focus,
.bpa-blue-lagoon .bpa-btn-quiz:focus,
.bpa-tropical-rain-forest .bpa-btn-quiz:focus,
.bpa-bossanova .bpa-btn-quiz:focus,
.bpa-aqua-deep .bpa-btn-quiz:focus,
.bpa-claret .bpa-btn-quiz:focus {
  color: #fff;
}

.bpa-white .bpa-btn-quiz:hover, .bpa-white .bpa-btn-quiz:focus {
  color: #111314;
}

.bpa-porcelain .bpa-btn-quiz:hover, .bpa-porcelain .bpa-btn-quiz:focus {
  border-color: #0071ad;
}

.bpa-shark .bpa-btn-quiz:hover,
.bpa-regal-blue .bpa-btn-quiz:hover,
.bpa-deep-cerulean .bpa-btn-quiz:hover,
.bpa-twitter .bpa-btn-quiz:hover,
.bpa-monza .bpa-btn-quiz:hover,
.bpa-mojo .bpa-btn-quiz:hover,
.bpa-blue-lagoon .bpa-btn-quiz:hover,
.bpa-tropical-rain-forest .bpa-btn-quiz:hover,
.bpa-bossanova .bpa-btn-quiz:hover,
.bpa-aqua-deep .bpa-btn-quiz:hover,
.bpa-claret .bpa-btn-quiz:hover, .bpa-shark .bpa-btn-quiz:focus,
.bpa-regal-blue .bpa-btn-quiz:focus,
.bpa-deep-cerulean .bpa-btn-quiz:focus,
.bpa-twitter .bpa-btn-quiz:focus,
.bpa-monza .bpa-btn-quiz:focus,
.bpa-mojo .bpa-btn-quiz:focus,
.bpa-blue-lagoon .bpa-btn-quiz:focus,
.bpa-tropical-rain-forest .bpa-btn-quiz:focus,
.bpa-bossanova .bpa-btn-quiz:focus,
.bpa-aqua-deep .bpa-btn-quiz:focus,
.bpa-claret .bpa-btn-quiz:focus {
  border-color: #fff;
}

.bpa-saffron .bpa-btn-quiz:hover, .bpa-saffron .bpa-btn-quiz:focus {
  border-color: #111314;
}

.bpa-white .bpa-btn-quiz:hover, .bpa-white .bpa-btn-quiz:focus {
  border-color: #0071ad;
}

@media only screen and (max-width: 599px) {
  .bpa-btn-quiz {
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.bpa-btn-quiz-next {
  margin: 0 auto;
  width: auto;
  max-width: 7.3125rem;
  display: none;
  text-align: center;
}

.bpa-btn-quiz-next:focus, .bpa-btn-quiz-next:hover {
  text-decoration: none;
}

.bpa-btn-quiz-next:focus .bpa-link-text, .bpa-btn-quiz-next:hover .bpa-link-text {
  border-color: #111314;
}

.bpa-btn-quiz-next .bpa-link-text {
  margin-bottom: 0.5rem;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.bpa-btn-quiz-next .bpa-icon {
  margin: 0.3125rem auto 0;
  display: block;
}

.bpa-quiz-topline-result {
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.bpa-quiz-topline-result ~ .bpa-short-text p:last-child {
  margin-bottom: 0;
}

.bpa-quiz-headline {
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}

.bpa-quiz-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.bpa-quiz-image .bpa-figure {
  margin-bottom: 0;
}

.bpa-quiz-image + .bpa-quiz-topline {
  margin-top: 1.5625rem;
}

.bpa-quiz-correct, .bpa-quiz-wrong, .bpa-quiz-teaser-cta-link {
  display: none;
}

.bpa-quiz-correct, .bpa-quiz-wrong {
  padding: 0.9375rem 0 1.875rem;
}

.bpa-quiz-correct.bpa-active, .bpa-quiz-wrong.bpa-active {
  display: block;
}

.bpa-quiz-correct > .bpa-icon, .bpa-quiz-wrong > .bpa-icon {
  margin-top: 0.375rem;
  margin-right: 0.625rem;
  width: 2.375rem;
  height: 2.375rem;
  float: left;
}

.bpa-quiz-correct:after, .bpa-quiz-wrong:after {
  content: '';
  display: table;
  clear: both;
}

.bpa-quiz-teaser-cta-link.bpa-active {
  display: block;
}

.bpa-quiz-questionresult p {
  margin: 0;
}

.bpa-quiz-next {
  width: auto;
  position: relative;
}

.bpa-active ~ .bpa-quiz-next .bpa-btn-quiz-next {
  display: block;
}

.bpa-quiz-answers {
  margin: -0.3125rem -0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media only screen and (min-width: 600px) {
  .bpa-quiz-answers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.bpa-quiz-answer {
  padding: 0.625rem;
}

@media only screen and (min-width: 600px) {
  .bpa-quiz-answer {
    width: 50%;
  }
}

.bpa-quiz-morelink .bpa-link-small {
  margin-top: 2.1875rem;
  display: inline-block;
  font-family: "BundesSansWeb-Regular", Arial, Helvetica, sans-serif;
  text-transform: none;
}

.bpa-quiz .bpa-icon-correct {
  fill: #00818b;
}

.bpa-quiz .bpa-icon-close-round {
  fill: #c0003c;
}

.bpa-quiz [data-correct='yes'].bpa-active {
  background-color: #00818b;
  color: #fff;
  border-color: #00818b;
}

.bpa-quiz [data-correct='no'].bpa-active {
  background-color: #c0003c;
  color: #fff;
  border-color: #c0003c;
}

.bpa-quiz-deep-cerulean.bpa-quiz-bg, .bpa-quiz-deep-cerulean.bpa-raffle-bg,
.bpa-raffle-deep-cerulean.bpa-quiz-bg,
.bpa-raffle-deep-cerulean.bpa-raffle-bg {
  background-color: #0071ad;
}

.bpa-quiz-deep-cerulean .bpa-topline-title,
.bpa-raffle-deep-cerulean .bpa-topline-title {
  color: #fff;
  border-color: #fff;
}

.bpa-quiz-deep-cerulean .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-quiz-share .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-quiz-morelink .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-raffle-share .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-quiz-deep-cerulean .bpa-raffle-morelink .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-quiz-share .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-quiz-morelink .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-raffle-share .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-raffle-deep-cerulean .bpa-raffle-morelink .bpa-icon {
  fill: #fff;
}

.bpa-quiz-deep-cerulean .bpa-quiz-title,
.bpa-quiz-deep-cerulean .bpa-raffle-title,
.bpa-raffle-deep-cerulean .bpa-quiz-title,
.bpa-raffle-deep-cerulean .bpa-raffle-title {
  color: #0071ad;
}

.bpa-quiz-blue-lagoon.bpa-quiz-bg, .bpa-quiz-blue-lagoon.bpa-raffle-bg,
.bpa-raffle-blue-lagoon.bpa-quiz-bg,
.bpa-raffle-blue-lagoon.bpa-raffle-bg {
  background-color: #00818b;
}

.bpa-quiz-blue-lagoon .bpa-topline-title,
.bpa-raffle-blue-lagoon .bpa-topline-title {
  color: #fff;
  border-color: #fff;
}

.bpa-quiz-blue-lagoon .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-quiz-share .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-quiz-morelink .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-raffle-share .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-quiz-blue-lagoon .bpa-raffle-morelink .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-quiz-share .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-quiz-morelink .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-raffle-share .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-raffle-blue-lagoon .bpa-raffle-morelink .bpa-icon {
  fill: #fff;
}

.bpa-quiz-blue-lagoon .bpa-quiz-title,
.bpa-quiz-blue-lagoon .bpa-raffle-title,
.bpa-raffle-blue-lagoon .bpa-quiz-title,
.bpa-raffle-blue-lagoon .bpa-raffle-title {
  color: #00818b;
}

.bpa-quiz-tropical-rain-forest.bpa-quiz-bg, .bpa-quiz-tropical-rain-forest.bpa-raffle-bg,
.bpa-raffle-tropical-rain-forest.bpa-quiz-bg,
.bpa-raffle-tropical-rain-forest.bpa-raffle-bg {
  background-color: #00854a;
}

.bpa-quiz-tropical-rain-forest .bpa-topline-title,
.bpa-raffle-tropical-rain-forest .bpa-topline-title {
  color: #fff;
  border-color: #fff;
}

.bpa-quiz-tropical-rain-forest .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-quiz-share .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-quiz-morelink .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-raffle-share .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-quiz-tropical-rain-forest .bpa-raffle-morelink .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-quiz-share .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-quiz-morelink .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-raffle-share .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-raffle-tropical-rain-forest .bpa-raffle-morelink .bpa-icon {
  fill: #fff;
}

.bpa-quiz-tropical-rain-forest .bpa-quiz-title,
.bpa-quiz-tropical-rain-forest .bpa-raffle-title,
.bpa-raffle-tropical-rain-forest .bpa-quiz-title,
.bpa-raffle-tropical-rain-forest .bpa-raffle-title {
  color: #00854a;
}

.bpa-quiz-mojo.bpa-quiz-bg, .bpa-quiz-mojo.bpa-raffle-bg,
.bpa-raffle-mojo.bpa-quiz-bg,
.bpa-raffle-mojo.bpa-raffle-bg {
  background-color: #cd5038;
}

.bpa-quiz-mojo .bpa-topline-title,
.bpa-raffle-mojo .bpa-topline-title {
  color: #fff;
  border-color: #fff;
}

.bpa-quiz-mojo .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-quiz-mojo .bpa-quiz-share .bpa-icon,
.bpa-quiz-mojo .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-quiz-mojo .bpa-quiz-morelink .bpa-icon,
.bpa-quiz-mojo .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-quiz-mojo .bpa-raffle-share .bpa-icon,
.bpa-quiz-mojo .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-quiz-mojo .bpa-raffle-morelink .bpa-icon,
.bpa-raffle-mojo .bpa-quiz-share dfn[title] .bpa-icon,
.bpa-raffle-mojo .bpa-quiz-share .bpa-icon,
.bpa-raffle-mojo .bpa-quiz-morelink dfn[title] .bpa-icon,
.bpa-raffle-mojo .bpa-quiz-morelink .bpa-icon,
.bpa-raffle-mojo .bpa-raffle-share dfn[title] .bpa-icon,
.bpa-raffle-mojo .bpa-raffle-share .bpa-icon,
.bpa-raffle-mojo .bpa-raffle-morelink dfn[title] .bpa-icon,
.bpa-raffle-mojo .bpa-raffle-morelink .bpa-icon {
  fill: #fff;
}

.bpa-quiz-mojo .bpa-quiz-title,
.bpa-quiz-mojo .bpa-raffle-title,
.bpa-raffle-mojo .bpa-quiz-title,
.bpa-raffle-mojo .bpa-raffle-title {
  color: #cd5038;
}

.bpa-quiz-porcelain.bpa-quiz-bg, .bpa-quiz-porcelain.bpa-raffle-bg,
.bpa-raffle-porcelain.bpa-quiz-bg,
.bpa-raffle-porcelain.bpa-raffle-bg {
  background-color: #eeeff1;
}

.bpa-quiz-porcelain .bpa-topline-title,
.bpa-raffle-porcelain .bpa-topline-title {
  color: #0071ad;
  border-color: #0071ad;
}

.bpa-quiz-porcelain .bpa-quiz-title,
.bpa-quiz-porcelain .bpa-raffle-title,
.bpa-raffle-porcelain .bpa-quiz-title,
.bpa-raffle-porcelain .bpa-raffle-title {
  color: #0071ad;
}

.bpa-function-bar {
  padding: 1.9230769231% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 599px) {
  .bpa-function-bar-left {
    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 only screen and (max-width: 599px) {
  .bpa-function-bar-right {
    text-align: center;
  }
}

.bpa-function-bar-warenkorb-link {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.bpa-function-bar-warenkorb-link:hover, .bpa-function-bar-warenkorb-link:focus {
  text-decoration: none;
  border-color: #fff;
}

.bpa-function-bar-warenkorb-title {
  margin-right: 0.9375rem;
}

@media only screen and (min-width: 0) and (max-width: 374px) {
  .bpa-function-bar-warenkorb-title {
    margin: 0;
    width: 0;
    display: inline-block;
    visibility: hidden;
  }
}

.bpa-function-bar-warenkorb-icon .bpa-icon {
  height: 1.25rem;
  vertical-align: bottom;
}

.bpa-function-bar-warenkorb-count {
  margin-left: 0.5rem;
  font-family: "BundesSansWeb-Bold";
  font-size: 1.0625rem;
}

.bpa-function-bar.bpa-warenkorb .bpa-function-bar-left .bpa-btn {
  margin-left: -0.8125rem;
}

@media only screen and (min-width: 1024px) {
  .bpa-function-bar.bpa-warenkorb .bpa-function-bar-left .bpa-btn {
    margin-left: -1.0625rem;
  }
}

.bpa-function-bar.bpa-warenkorb .bpa-btn {
  border-color: transparent;
}

.bpa-function-bar.bpa-warenkorb .bpa-btn .bpa-link-text {
  border-bottom: 1px solid transparent;
}

.bpa-function-bar.bpa-warenkorb .bpa-btn:hover,
.bpa-function-bar.bpa-warenkorb .bpa-btn:focus {
  background-color: transparent;
  outline-color: #fff;
  border-color: transparent;
}

.bpa-function-bar.bpa-warenkorb .bpa-btn:hover .bpa-link-text,
.bpa-function-bar.bpa-warenkorb .bpa-btn:focus .bpa-link-text {
  color: #fff;
  border-color: #fff;
}

.bpa-function-bar.bpa-warenkorb .bpa-btn:hover .bpa-icon,
.bpa-function-bar.bpa-warenkorb .bpa-btn:focus .bpa-icon {
  fill: #fff;
}

.bpa-function-bar.bpa-warenkorb .bpa-btn-inverted .bpa-link-text {
  color: #111314;
}

.bpa-function-bar.bpa-warenkorb .bpa-btn-inverted:hover,
.bpa-function-bar.bpa-warenkorb .bpa-btn-inverted:focus {
  border-color: #fff;
}

.bpa-function-bar.bpa-warenkorb .bpa-btn-inverted:hover .bpa-link-text,
.bpa-function-bar.bpa-warenkorb .bpa-btn-inverted:focus .bpa-link-text {
  color: #fff;
}

@media only screen and (min-width: 0) and (max-width: 374px) {
  .bpa-function-bar.bpa-warenkorb .bpa-btn .bpa-icon-wrapper {
    margin: 0;
  }
}

.bpa-function-bar .bpa-icon {
  fill: #fff;
}

.bpa-function-bar .bpa-notice {
  color: #111314;
}

.bpa-porcelain .bpa-function-bar .bpa-notice,
.bpa-saffron .bpa-function-bar .bpa-notice {
  color: #111314;
}

.bpa-shark .bpa-function-bar .bpa-notice,
.bpa-regal-blue .bpa-function-bar .bpa-notice,
.bpa-deep-cerulean .bpa-function-bar .bpa-notice,
.bpa-twitter .bpa-function-bar .bpa-notice,
.bpa-monza .bpa-function-bar .bpa-notice,
.bpa-mojo .bpa-function-bar .bpa-notice,
.bpa-blue-lagoon .bpa-function-bar .bpa-notice,
.bpa-tropical-rain-forest .bpa-function-bar .bpa-notice,
.bpa-bossanova .bpa-function-bar .bpa-notice,
.bpa-aqua-deep .bpa-function-bar .bpa-notice,
.bpa-claret .bpa-function-bar .bpa-notice {
  color: #fff;
}

.bpa-white .bpa-function-bar .bpa-notice {
  color: #111314;
}

@media only screen and (max-width: 599px) {
  .bpa-function-bar .bpa-notice {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -200%;
  }
}

@media only screen and (max-width: 599px) {
  .bpa-function-bar {
    padding: 2.0833333333% 0;
  }
  .bpa-function-bar .bpa-btn {
    width: 100%;
  }
}

.bpa-sticky-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: bottom 500ms ease-in-out;
  transition: bottom 500ms ease-in-out;
}

.bpa-related-content {
  margin-top: 6.25rem;
}

.bpa-article-feature {
  width: 100%;
}

.bpa-article-feature .bpa-header-share {
  float: right;
}

.bpa-article-feature .bpa-article-feature-closed {
  padding-top: 4.1666666667%;
}

@media only screen and (min-width: 1024px) {
  .bpa-article-feature .bpa-article-feature-closed {
    padding: 8.3333333333%;
  }
}

.bpa-article-feature .bpa-closed {
  display: none;
}

.bpa-article-feature .bpa-link-large {
  margin-top: 1.875rem;
  display: block;
}

.bpa-article-feature-figure {
  width: 100%;
}

.bpa-article-feature-figure .bpa-figure {
  margin: 1.875rem 0 0;
}

.bpa-article-feature .bpa-keywords {
  margin-bottom: 0;
}

.bpa-article-feature .bpa-article {
  padding-bottom: 0;
}

/* stylelint-disable selector-class-pattern */
.bpa-toc-item {
  color: #111314;
  padding: 1.5625rem 0;
  display: block;
  border-top: 1px dotted #9aa0a2;
}

.bpa-porcelain .bpa-toc-item,
.bpa-saffron .bpa-toc-item {
  color: #111314;
}

.bpa-shark .bpa-toc-item,
.bpa-regal-blue .bpa-toc-item,
.bpa-deep-cerulean .bpa-toc-item,
.bpa-twitter .bpa-toc-item,
.bpa-monza .bpa-toc-item,
.bpa-mojo .bpa-toc-item,
.bpa-blue-lagoon .bpa-toc-item,
.bpa-tropical-rain-forest .bpa-toc-item,
.bpa-bossanova .bpa-toc-item,
.bpa-aqua-deep .bpa-toc-item,
.bpa-claret .bpa-toc-item {
  color: #fff;
}

.bpa-white .bpa-toc-item {
  color: #111314;
}

.bpa-toc-item:first-child {
  border-top-color: transparent;
}

.bpa-toc-link {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: inherit;
}

.bpa-toc-link .bpa-link-text {
  border-bottom: 1px solid transparent;
}

.bpa-toc-link:hover, .bpa-toc-link:focus {
  text-decoration: none;
}

.bpa-toc-link:hover .bpa-link-text, .bpa-toc-link:focus .bpa-link-text {
  border-color: inherit;
}

.bpa-toc-wrapper {
  margin-top: 2.5rem;
}

.bpa-toc-btn.bpa-btn {
  margin: 0;
  padding: 1.25rem 0 0.625rem;
  font-family: "BundesSansWeb-Bold", Arial, Helvetica, sans-serif;
  border-width: 0 0 1px;
  border-color: transparent;
  border-radius: 0;
}

.bpa-fixed .bpa-toc-btn.bpa-btn {
  margin-bottom: 0.625rem;
}

.bpa-toc-btn.bpa-btn:focus, .bpa-toc-btn.bpa-btn:hover {
  color: #111314;
  border-color: #9aa0a2;
  background: transparent;
}

.bpa-porcelain .bpa-toc-btn.bpa-btn:focus,
.bpa-saffron .bpa-toc-btn.bpa-btn:focus, .bpa-porcelain .bpa-toc-btn.bpa-btn:hover,
.bpa-saffron .bpa-toc-btn.bpa-btn:hover {
  color: #111314;
}

.bpa-shark .bpa-toc-btn.bpa-btn:focus,
.bpa-regal-blue .bpa-toc-btn.bpa-btn:focus,
.bpa-deep-cerulean .bpa-toc-btn.bpa-btn:focus,
.bpa-twitter .bpa-toc-btn.bpa-btn:focus,
.bpa-monza .bpa-toc-btn.bpa-btn:focus,
.bpa-mojo .bpa-toc-btn.bpa-btn:focus,
.bpa-blue-lagoon .bpa-toc-btn.bpa-btn:focus,
.bpa-tropical-rain-forest .bpa-toc-btn.bpa-btn:focus,
.bpa-bossanova .bpa-toc-btn.bpa-btn:focus,
.bpa-aqua-deep .bpa-toc-btn.bpa-btn:focus,
.bpa-claret .bpa-toc-btn.bpa-btn:focus, .bpa-shark .bpa-toc-btn.bpa-btn:hover,
.bpa-regal-blue .bpa-toc-btn.bpa-btn:hover,
.bpa-deep-cerulean .bpa-toc-btn.bpa-btn:hover,
.bpa-twitter .bpa-toc-btn.bpa-btn:hover,
.bpa-monza .bpa-toc-btn.bpa-btn:hover,
.bpa-mojo .bpa-toc-btn.bpa-btn:hover,
.bpa-blue-lagoon .bpa-toc-btn.bpa-btn:hover,
.bpa-tropical-rain-forest .bpa-toc-btn.bpa-btn:hover,
.bpa-bossanova .bpa-toc-btn.bpa-btn:hover,
.bpa-aqua-deep .bpa-toc-btn.bpa-btn:hover,
.bpa-claret .bpa-toc-btn.bpa-btn:hover {
  color: #fff;
}

.bpa-white .bpa-toc-btn.bpa-btn:focus, .bpa-white .bpa-toc-btn.bpa-btn:hover {
  color: #111314;
}

.bpa-porcelain .bpa-toc-btn.bpa-btn:focus, .bpa-porcelain .bpa-toc-btn.bpa-btn:hover {
  border-color: #9aa0a2;
}

.bpa-shark .bpa-toc-btn.bpa-btn:focus,
.bpa-regal-blue .bpa-toc-btn.bpa-btn:focus,
.bpa-deep-cerulean .bpa-toc-btn.bpa-btn:focus,
.bpa-twitter .bpa-toc-btn.bpa-btn:focus,
.bpa-monza .bpa-toc-btn.bpa-btn:focus,
.bpa-mojo .bpa-toc-btn.bpa-btn:focus,
.bpa-blue-lagoon .bpa-toc-btn.bpa-btn:focus,
.bpa-tropical-rain-forest .bpa-toc-btn.bpa-btn:focus,
.bpa-bossanova .bpa-toc-btn.bpa-btn:focus,
.bpa-aqua-deep .bpa-toc-btn.bpa-btn:focus,
.bpa-claret .bpa-toc-btn.bpa-btn:focus, .bpa-shark .bpa-toc-btn.bpa-btn:hover,
.bpa-regal-blue .bpa-toc-btn.bpa-btn:hover,
.bpa-deep-cerulean .bpa-toc-btn.bpa-btn:hover,
.bpa-twitter .bpa-toc-btn.bpa-btn:hover,
.bpa-monza .bpa-toc-btn.bpa-btn:hover,
.bpa-mojo .bpa-toc-btn.bpa-btn:hover,
.bpa-blue-lagoon .bpa-toc-btn.bpa-btn:hover,
.bpa-tropical-rain-forest .bpa-toc-btn.bpa-btn:hover,
.bpa-bossanova .bpa-toc-btn.bpa-btn:hover,
.bpa-aqua-deep .bpa-toc-btn.bpa-btn:hover,
.bpa-claret .bpa-toc-btn.bpa-btn:hover {
  border-color: #fff;
}

.bpa-saffron .bpa-toc-btn.bpa-btn:focus, .bpa-saffron .bpa-toc-btn.bpa-btn:hover {
  border-color: #111314;
}

.bpa-white .bpa-toc-btn.bpa-btn:focus, .bpa-white .bpa-toc-btn.bpa-btn:hover {
  border-color: #9aa0a2;
}

.bpa-toc-btn.bpa-btn:focus .bpa-icon, .bpa-toc-btn.bpa-btn:hover .bpa-icon {
  fill: #0071ad;
}

.bpa-porcelain .bpa-toc-btn.bpa-btn:focus .bpa-icon, .bpa-porcelain .bpa-toc-btn.bpa-btn:hover .bpa-icon {
  fill: #0071ad;
}

.bpa-shark .bpa-toc-btn.bpa-btn:focus .bpa-icon,
.bpa-regal-blue .bpa-toc-btn.bpa-btn:focus .bpa-icon,
.bpa-deep-cerulean .bpa-toc-btn.bpa-btn:focus .bpa-icon,
.bpa-twitter .bpa-toc-btn.bpa-btn:focus .bpa-icon,
.bpa-monza .bpa-toc-btn.bpa-btn:focus .bpa-icon,
.bpa-mojo .bpa-toc-btn.bpa-btn:focus .bpa-icon,
.bpa-blue-lagoon .bpa-toc-btn.bpa-btn:focus .bpa-icon,
.bpa-tropical-rain-forest .bpa-toc-btn.bpa-btn:focus .bpa-icon,
.bpa-bossanova .bpa-toc-btn.bpa-btn:focus .bpa-icon,
.bpa-aqua-deep .bpa-toc-btn.bpa-btn:focus .bpa-icon,
.bpa-claret .bpa-toc-btn.bpa-btn:focus .bpa-icon, .bpa-shark .bpa-toc-btn.bpa-btn:hover .bpa-icon,
.bpa-regal-blue .bpa-toc-btn.bpa-btn:hover .bpa-icon,
.bpa-deep-cerulean .bpa-toc-btn.bpa-btn:hover .bpa-icon,
.bpa-twitter .bpa-toc-btn.bpa-btn:hover .bpa-icon,
.bpa-monza .bpa-toc-btn.bpa-btn:hover .bpa-icon,
.bpa-mojo .bpa-toc-btn.bpa-btn:hover .bpa-icon,
.bpa-blue-lagoon .bpa-toc-btn.bpa-btn:hover .bpa-icon,
.bpa-tropical-rain-forest .bpa-toc-btn.bpa-btn:hover .bpa-icon,
.bpa-bossanova .bpa-toc-btn.bpa-btn:hover .bpa-icon,
.bpa-aqua-deep .bpa-toc-btn.bpa-btn:hover .bpa-icon,
.bpa-claret .bpa-toc-btn.bpa-btn:hover .bpa-icon {
  fill: #fff;
}

.bpa-saffron .bpa-toc-btn.bpa-btn:focus .bpa-icon, .bpa-saffron .bpa-toc-btn.bpa-btn:hover .bpa-icon {
  fill: #111314;
}

.bpa-white .bpa-toc-btn.bpa-btn:focus .bpa-icon, .bpa-white .bpa-toc-btn.bpa-btn:hover .bpa-icon {
  fill: #0071ad;
}

.bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext, .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext {
  color: #111314;
}

.bpa-porcelain .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-saffron .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext, .bpa-porcelain .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-saffron .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext {
  color: #111314;
}

.bpa-shark .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-regal-blue .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-deep-cerulean .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-twitter .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-monza .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-mojo .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-blue-lagoon .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-tropical-rain-forest .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-bossanova .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-aqua-deep .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext,
.bpa-claret .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext, .bpa-shark .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-regal-blue .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-deep-cerulean .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-twitter .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-monza .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-mojo .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-blue-lagoon .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-tropical-rain-forest .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-bossanova .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-aqua-deep .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext,
.bpa-claret .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext {
  color: #fff;
}

.bpa-white .bpa-toc-btn.bpa-btn:focus .bpa-btn-infotext, .bpa-white .bpa-toc-btn.bpa-btn:hover .bpa-btn-infotext {
  color: #111314;
}

.bpa-toc-btn .bpa-btn-icon-before {
  position: relative;
  overflow: hidden;
}

.bpa-toc-btn .bpa-btn-icon-before:before {
  content: '';
  margin-right: 0.3125rem;
  width: 2.25rem;
  height: 0.875rem;
  display: block;
}

@media only screen and (min-width: 600px) {
  .bpa-toc-btn .bpa-btn-icon-before:before {
    width: 1.75rem;
  }
}

.bpa-toc-btn .bpa-icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 500ms ease-in-out;
  transition: top 500ms ease-in-out;
}

.bpa-toc-btn .bpa-icon-filter {
  top: -3.125rem;
}

.bpa-closed .bpa-toc-btn .bpa-icon-filter {
  top: -0.125rem;
}

.bpa-toc-btn .bpa-icon-filter-close {
  top: -0.125rem;
}

.bpa-closed .bpa-toc-btn .bpa-icon-filter-close {
  top: 3.125rem;
}

.bpa-toc-block {
  -webkit-transition: border-bottom 500ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: border-bottom 500ms cubic-bezier(0.2, 1, 0.3, 1);
  background-clip: padding-box;
  border-bottom: 6px solid transparent;
}

.bpa-toc-block.bpa-fixed:not(.js-no-shadow) {
  border-bottom: 6px solid rgba(77, 76, 76, 0.2);
}

.bpa-toc-block.bpa-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 1;
}

.bpa-no-scroll .bpa-toc-block.bpa-fixed {
  overflow: auto;
}

.bpa-toc-block.bpa-closed {
  overflow: hidden;
}

.bpa-toc-list {
  max-height: 625rem;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease-in-out;
  transition: max-height 500ms ease-in-out;
}

.bpa-closed .bpa-toc-list {
  max-height: 0;
}

.bpa-no-transition .bpa-toc-list {
  -webkit-transition: none;
  transition: none;
}

.toc.rte--list {
  margin: 0;
  padding: 0;
}

.toc.rte--list .linklist__item {
  color: #0071ad;
  padding: 1.5625rem 0;
  display: block;
  border-top: 1px dotted #9aa0a2;
}

.bpa-porcelain .toc.rte--list .linklist__item {
  color: #0071ad;
}

.bpa-shark .toc.rte--list .linklist__item,
.bpa-regal-blue .toc.rte--list .linklist__item,
.bpa-deep-cerulean .toc.rte--list .linklist__item,
.bpa-twitter .toc.rte--list .linklist__item,
.bpa-monza .toc.rte--list .linklist__item,
.bpa-mojo .toc.rte--list .linklist__item,
.bpa-blue-lagoon .toc.rte--list .linklist__item,
.bpa-tropical-rain-forest .toc.rte--list .linklist__item,
.bpa-bossanova .toc.rte--list .linklist__item,
.bpa-aqua-deep .toc.rte--list .linklist__item,
.bpa-claret .toc.rte--list .linklist__item {
  color: #fff;
}

.bpa-saffron .toc.rte--list .linklist__item {
  color: #111314;
}

.bpa-white .toc.rte--list .linklist__item {
  color: #0071ad;
}

.toc.rte--list .linklist__item:first-child {
  border-top-color: transparent;
}

.toc.rte--list .linklist__item:before {
  content: '';
  display: none;
}

.toc.rte--list .linklist__link {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: inherit;
  border-bottom: 1px solid transparent;
}

.toc.rte--list .linklist__link:hover, .toc.rte--list .linklist__link:focus {
  text-decoration: none;
  border-color: inherit;
}

.toc.rte--list .linklist__link:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNCIgY2xhc3M9ImJwYS1pY29uIGJwYS1pY29uLW1vcmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNCIgdmVyc2lvbj0iMS4xIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZmlsbD0iIzAwNzdiNiI+PGcgaWQ9ImZhYzViNGM5LTJmZTEtNDdjNC04ODE5LTlkNzg0OTJmNWI0NSIgZGF0YS1uYW1lPSJhcnJvdy1yaWdodCI+PHBhdGggZD0iTTE1LjE0LDYuODIsOC41NC4yM2EuMjQuMjQsMCwwLDAtLjM1LDBMNy4xMywxLjI5YS4yNC4yNCwwLDAsMCwwLC4zNUwxMS40OSw2SDEuMjVBLjI1LjI1LDAsMCwwLDEsNi4yNXYxLjVBLjI1LjI1LDAsMCwwLDEuMjUsOEgxMS40OUw3LjEzLDEyLjM2YS4yNC4yNCwwLDAsMCwwLC4zNWwxLjA2LDEuMDZhLjI0LjI0LDAsMCwwLC4zNSwwbDYuNi02LjU5QS4yNy4yNywwLDAsMCwxNS4xNCw2LjgyWiIvPjwvZz48L3N2Zz4=");
  margin-right: 0.5rem;
}

/* stylelint-enable selector-class-pattern */
.bpa-breadcrumb .bpa-breadcrumb-nav-item {
  color: #111314;
}

.bpa-porcelain .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-saffron .bpa-breadcrumb .bpa-breadcrumb-nav-item {
  color: #111314;
}

.bpa-shark .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-regal-blue .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-deep-cerulean .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-twitter .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-monza .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-mojo .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-blue-lagoon .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-tropical-rain-forest .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-bossanova .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-aqua-deep .bpa-breadcrumb .bpa-breadcrumb-nav-item,
.bpa-claret .bpa-breadcrumb .bpa-breadcrumb-nav-item {
  color: #fff;
}

.bpa-white .bpa-breadcrumb .bpa-breadcrumb-nav-item {
  color: #111314;
}

@media only screen and (min-width: 600px) {
  .bpa-breadcrumb.bpa-module .bpa-container {
    padding-top: 1.9230769231%;
  }
}

.bpa-cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}

.bpa-cookie-banner[aria-hidden=true] {
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.bpa-cookie-banner > .bpa-container, .bpa-cookie-banner.bpa-module > .bpa-container {
  margin-top: 0;
}

.bpa-cookie-banner .bpa-title {
  font-size: 1.75rem;
}

.bpa-cookie-banner .bpa-close-button {
  margin-top: -0.3125rem;
  margin-right: -0.625rem;
  float: right;
}

/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
.bpa-tab-module .bpa-tab-nav {
  overflow-x: auto;
}

.bpa-tab-module .bpa-tab-nav-list {
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-tab-module .bpa-tab-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0rem;
          flex: 1 0 0rem;
  -ms-flex-preferred-size: auto;
}

.bpa-tab-module .bpa-tab-nav-item .bpa-tab-link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media only screen and (min-width: 1024px) {
  .bpa-tab-module .bpa-tab-module-body {
    padding: 0 0 0 20%;
  }
}

.bpa-tab-module .bpa-tab-page {
  opacity: 0;
  height: 0;
  display: none;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

.bpa-tab-module .bpa-tab-page.js-active {
  opacity: 1;
  height: auto;
  display: block;
}

/* stylelint-disable order/order, max-nesting-depth */
.bpa-picton-blue {
  overflow: hidden;
  background-color: #32C6EA;
}

.bpa-signpost-title {
  margin: 0 0 3.125rem;
  padding: 0 1.4375rem;
  text-align: center;
  color: #3B3B3A;
}

.bpa-signpost-title__text {
  margin-top: -0.9375rem;
  display: block;
  font-family: "GiorgioSansWeb-Bold", Arial, Helvetica, sans-serif;
  font-size: 2.3125rem;
  line-height: 2.625rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
  .bpa-signpost-title__text {
    font-size: 3.1875rem;
    line-height: 3.375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost-title__text {
    font-size: 3.75rem;
    line-height: 4.0625rem;
  }
}

.bpa-signpost-title__text + .bpa-signpost-title__lower {
  margin-top: 0.6875rem;
}

.bpa-signpost-title__lower {
  display: block;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media only screen and (min-width: 600px) {
  .bpa-signpost-title__lower {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost-title__lower {
    font-size: 1.4375rem;
    line-height: 1.6875rem;
  }
}

.bpa-signpost {
  margin-top: 0.3125rem;
  padding-top: 5.625rem;
  position: relative;
  z-index: 1000;
}

.bpa-signpost__wrapper {
  position: relative;
  margin: 0 -50%;
  width: 200%;
}

.bpa-signpost__wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 474.358974359%;
}

.bpa-signpost__wrapper > .bpa-signpost__pole {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__wrapper {
    margin: 0 -15%;
    width: 130%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__wrapper {
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__wrapper {
    position: relative;
  }
  .bpa-signpost__wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 244.871794872%;
  }
  .bpa-signpost__wrapper > .bpa-signpost__pole {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media print {
  .bpa-signpost__wrapper {
    margin: 0;
    width: 100%;
  }
  .bpa-signpost__wrapper::before {
    padding-top: 0;
  }
}

.bpa-signpost__pole {
  z-index: 10;
  pointer-events: none;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__img--mobile {
    display: none;
  }
}

@media print {
  .bpa-signpost__img--mobile {
    display: none;
  }
}

.bpa-signpost__img--desktop {
  display: none;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__img--desktop {
    display: block;
  }
}

@media print {
  .bpa-signpost__img--desktop {
    display: none;
  }
}

.bpa-signpost__item {
  width: 30%;
  position: absolute;
  left: 50%;
  z-index: 15;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateZ(0) scale(1, 1);
          transform: translateX(-50%) translateZ(0) scale(1, 1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item {
    z-index: 5;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.bpa-signpost__item .bpa-sign__character {
  width: 50%;
  position: absolute;
  bottom: 80%;
  left: 10%;
}

.bpa-signpost__item--1 {
  position: relative;
  position: absolute;
  top: 2.5%;
}

.bpa-signpost__item--1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 35.9504132231%;
}

.bpa-signpost__item--1 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--1 {
    width: 20.65%;
    top: 3.9%;
    left: 52.25%;
  }
}

.bpa-signpost__item--1 .bpa-sign__character {
  left: -5%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--1 .bpa-sign__character {
    left: 7%;
  }
}

.bpa-signpost__item--2 {
  position: relative;
  position: absolute;
  top: 7.4%;
}

.bpa-signpost__item--2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.7768595041%;
}

.bpa-signpost__item--2 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--2 {
    width: 20.65%;
    top: 6.9%;
    left: 27.1%;
  }
}

.bpa-signpost__item--2 .bpa-sign__character {
  left: 60%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--2 .bpa-sign__character {
    left: 20%;
  }
}

.bpa-signpost__item--3 {
  position: relative;
  position: absolute;
  top: 11.6%;
}

.bpa-signpost__item--3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.6956521739%;
}

.bpa-signpost__item--3 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--3 {
    width: 19.7%;
    top: 9.9%;
    left: 51%;
  }
}

.bpa-signpost__item--3 .bpa-sign__character {
  bottom: 67%;
  left: 2%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--3 .bpa-sign__character {
    bottom: 70%;
    left: 12%;
  }
}

.bpa-signpost__item--3 .bpa-sign__text {
  padding-top: 0.3418803419vw;
  padding-left: 6.8376068376vw;
  -webkit-transform: skew(0deg, -8deg);
          transform: skew(0deg, -8deg);
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--3 .bpa-sign__text {
    padding-top: 0.2222222222vw;
    padding-left: 4.4444444444vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--3 .bpa-sign__text {
    padding-top: 0.1709401709vw;
    padding-left: 3.4188034188vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--3 .bpa-sign__text {
    padding-top: 0.3125rem;
    padding-left: 1.9375rem;
  }
}

.bpa-signpost__item--3 .bpa-sign__title {
  margin-left: 1.7094017094vw;
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--3 .bpa-sign__title {
    margin-left: 1.1111111111vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--3 .bpa-sign__title {
    margin-left: 0.8547008547vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--3 .bpa-sign__title {
    margin-left: 0.3125rem;
  }
}

.bpa-signpost__item--4 {
  position: relative;
  position: absolute;
  top: 16.3%;
}

.bpa-signpost__item--4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 47.8813559322%;
}

.bpa-signpost__item--4 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--4 {
    width: 20.2%;
    top: 15%;
    left: 28.8%;
    z-index: 15;
  }
}

.bpa-signpost__item--4 .bpa-sign__character {
  bottom: 78%;
  left: 54%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--4 .bpa-sign__character {
    bottom: 68%;
    left: 21%;
  }
}

.bpa-signpost__item--4 .bpa-sign__text {
  padding-top: 0.8547008547vw;
  -webkit-transform: skew(-3deg, -8deg);
          transform: skew(-3deg, -8deg);
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--4 .bpa-sign__text {
    padding-top: 0.5555555556vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--4 .bpa-sign__text {
    padding-top: 0.4273504274vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--4 .bpa-sign__text {
    padding-top: 0.625rem;
  }
}

.bpa-signpost__item--5 {
  position: relative;
  position: absolute;
  top: 22%;
}

.bpa-signpost__item--5:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 38.0165289256%;
}

.bpa-signpost__item--5 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--5 {
    width: 20.65%;
    top: 19.2%;
    left: 52.3%;
  }
}

.bpa-signpost__item--5 .bpa-sign__character {
  left: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--5 .bpa-sign__character {
    left: 10%;
  }
}

.bpa-signpost__item--6 {
  position: relative;
  position: absolute;
  top: 27.2%;
}

.bpa-signpost__item--6:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.3636363636%;
}

.bpa-signpost__item--6 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--6 {
    width: 20.65%;
    top: 24.3%;
    left: 27.1%;
  }
}

.bpa-signpost__item--6 .bpa-sign__character {
  left: 52%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--6 .bpa-sign__character {
    left: 20%;
  }
}

.bpa-signpost__item--7 {
  position: relative;
  position: absolute;
  top: 32.6%;
}

.bpa-signpost__item--7:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.3043478261%;
}

.bpa-signpost__item--7 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--7 {
    width: 19.7%;
    top: 28.2%;
    left: 50.7%;
    z-index: 15;
  }
}

.bpa-signpost__item--7 .bpa-sign__character {
  bottom: 79%;
  left: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--7 .bpa-sign__character {
    bottom: 76%;
    left: 15%;
  }
}

.bpa-signpost__item--7 .bpa-sign__text {
  padding-top: 0.8547008547vw;
  padding-left: 2.735042735vw;
  -webkit-transform: skew(2deg, 4deg);
          transform: skew(2deg, 4deg);
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--7 .bpa-sign__text {
    padding-top: 0.5555555556vw;
    padding-left: 1.7777777778vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--7 .bpa-sign__text {
    padding-top: 0.4273504274vw;
    padding-left: 1.3675213675vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--7 .bpa-sign__text {
    padding-top: 0.3125rem;
    padding-left: 0.5rem;
  }
}

.bpa-signpost__item--7 .bpa-sign__title {
  margin-left: 1.7094017094vw;
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--7 .bpa-sign__title {
    margin-left: 1.1111111111vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--7 .bpa-sign__title {
    margin-left: 0.8547008547vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--7 .bpa-sign__title {
    margin-left: 0.3125rem;
  }
}

.bpa-signpost__item--8 {
  position: relative;
  position: absolute;
  top: 38.3%;
}

.bpa-signpost__item--8:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 35.9504132231%;
}

.bpa-signpost__item--8 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--8 {
    width: 20.65%;
    top: 33.6%;
    left: 27.1%;
  }
}

.bpa-signpost__item--8 .bpa-sign__character {
  left: 38%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--8 .bpa-sign__character {
    left: 25%;
  }
}

.bpa-signpost__item--9 {
  position: relative;
  position: absolute;
  top: 43.4%;
}

.bpa-signpost__item--9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.7768595041%;
}

.bpa-signpost__item--9 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--9 {
    width: 20.65%;
    top: 37.4%;
    left: 52.3%;
  }
}

.bpa-signpost__item--9 .bpa-sign__character {
  left: 3%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--9 .bpa-sign__character {
    left: 38%;
  }
}

.bpa-signpost__item--10 {
  position: relative;
  position: absolute;
  top: 47.8%;
}

.bpa-signpost__item--10:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 47.8813559322%;
}

.bpa-signpost__item--10 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--10 {
    width: 20.2%;
    top: 42.7%;
    left: 28.8%;
    z-index: 15;
  }
}

.bpa-signpost__item--10 .bpa-sign__character {
  bottom: 36%;
  left: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--10 .bpa-sign__character {
    bottom: 70%;
    left: 22%;
  }
}

.bpa-signpost__item--10 .bpa-sign__text {
  padding-top: 1.0256410256vw;
  padding-right: 2.735042735vw;
  -webkit-transform: skew(-3deg, -8deg);
          transform: skew(-3deg, -8deg);
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--10 .bpa-sign__text {
    padding-top: 0.6666666667vw;
    padding-right: 1.7777777778vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--10 .bpa-sign__text {
    padding-top: 0.5128205128vw;
    padding-right: 1.3675213675vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--10 .bpa-sign__text {
    padding-top: 0.375rem;
    padding-right: 0.5rem;
  }
}

.bpa-signpost__item--10 .bpa-sign__title {
  margin-right: 1.7094017094vw;
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--10 .bpa-sign__title {
    margin-right: 1.1111111111vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--10 .bpa-sign__title {
    margin-right: 0.8547008547vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--10 .bpa-sign__title {
    margin-right: 0.3125rem;
  }
}

.bpa-signpost__item--11 {
  position: relative;
  position: absolute;
  top: 53.5%;
}

.bpa-signpost__item--11:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.7768595041%;
}

.bpa-signpost__item--11 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--11 {
    width: 20.65%;
    top: 48.7%;
    left: 52.3%;
  }
}

.bpa-signpost__item--11 .bpa-sign__character {
  left: 50%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--11 .bpa-sign__character {
    left: -3%;
  }
}

.bpa-signpost__item--11 .bpa-sign__title {
  margin-left: 0.4273504274vw;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--11 .bpa-sign__title {
    margin-left: 0.3125rem;
  }
}

.bpa-signpost__item--12 {
  position: relative;
  position: absolute;
  top: 58.2%;
}

.bpa-signpost__item--12:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 38.0165289256%;
}

.bpa-signpost__item--12 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--12 {
    width: 20.65%;
    top: 54%;
    left: 27.1%;
  }
}

.bpa-signpost__item--12 .bpa-sign__title {
  margin-right: 0.4273504274vw;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--12 .bpa-sign__title {
    margin-right: 0.3125rem;
  }
}

.bpa-signpost__item--13 {
  position: relative;
  position: absolute;
  top: 63.3%;
}

.bpa-signpost__item--13:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 35.5371900826%;
}

.bpa-signpost__item--13 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--13 {
    width: 20.65%;
    top: 58.4%;
    left: 52.2%;
  }
}

.bpa-signpost__item--13 .bpa-sign__character {
  left: 45%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--13 .bpa-sign__character {
    left: 0%;
  }
}

.bpa-signpost__item--13 .bpa-sign__title {
  margin-left: 0.4273504274vw;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--13 .bpa-sign__title {
    margin-left: 0.3125rem;
  }
}

.bpa-signpost__item--14 {
  position: relative;
  position: absolute;
  top: 68.2%;
}

.bpa-signpost__item--14:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 47.4576271186%;
}

.bpa-signpost__item--14 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--14 {
    width: 20.2%;
    top: 63%;
    left: 28.8%;
    z-index: 15;
  }
}

.bpa-signpost__item--14 .bpa-sign__character {
  bottom: 75%;
  left: 14%;
}

.bpa-signpost__item--14 .bpa-sign__text {
  padding-top: 1.0256410256vw;
  -webkit-transform: skew(-3deg, -8deg);
          transform: skew(-3deg, -8deg);
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--14 .bpa-sign__text {
    padding-top: 0.6666666667vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--14 .bpa-sign__text {
    padding-top: 0.5128205128vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--14 .bpa-sign__text {
    padding-top: 0.375rem;
  }
}

.bpa-signpost__item--14 .bpa-sign__title {
  margin-right: 1.7094017094vw;
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--14 .bpa-sign__title {
    margin-right: 1.1111111111vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--14 .bpa-sign__title {
    margin-right: 0.8547008547vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--14 .bpa-sign__title {
    margin-right: 0.3125rem;
  }
}

.bpa-signpost__item--15 {
  position: relative;
  position: absolute;
  top: 73.8%;
}

.bpa-signpost__item--15:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.6956521739%;
}

.bpa-signpost__item--15 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--15 {
    width: 19.7%;
    top: 68%;
    left: 50.85%;
  }
}

.bpa-signpost__item--15 .bpa-sign__character {
  bottom: 70%;
  left: -3%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--15 .bpa-sign__character {
    bottom: 80%;
    left: 29%;
  }
}

.bpa-signpost__item--15 .bpa-sign__text {
  padding-left: 6.8376068376vw;
  -webkit-transform: skew(0deg, -9deg);
          transform: skew(0deg, -9deg);
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--15 .bpa-sign__text {
    padding-left: 4.4444444444vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--15 .bpa-sign__text {
    padding-left: 3.4188034188vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--15 .bpa-sign__text {
    padding-left: 1.875rem;
  }
}

.bpa-signpost__item--15 .bpa-sign__title {
  margin-left: 1.7094017094vw;
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--15 .bpa-sign__title {
    margin-left: 1.1111111111vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--15 .bpa-sign__title {
    margin-left: 0.8547008547vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--15 .bpa-sign__title {
    margin-left: 0.3125rem;
  }
}

.bpa-signpost__item--16 {
  position: relative;
  position: absolute;
  top: 79.5%;
}

.bpa-signpost__item--16:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.3636363636%;
}

.bpa-signpost__item--16 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--16 {
    width: 20.65%;
    top: 75.3%;
    left: 27.1%;
    z-index: 15;
  }
}

.bpa-signpost__item--16 .bpa-sign__character {
  left: 52%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--16 .bpa-sign__character {
    left: 10%;
  }
}

.bpa-signpost__item--16 .bpa-sign__title {
  margin-right: 1.7094017094vw;
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--16 .bpa-sign__title {
    margin-right: 1.1111111111vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--16 .bpa-sign__title {
    margin-right: 0.8547008547vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--16 .bpa-sign__title {
    margin-right: 0.3125rem;
  }
}

.bpa-signpost__item--17 {
  position: relative;
  position: absolute;
  top: 84.6%;
}

.bpa-signpost__item--17:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.3636363636%;
}

.bpa-signpost__item--17 > .bpa-signpost__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--17 {
    width: 20.65%;
    top: 79.5%;
    left: 52.25%;
  }
}

.bpa-signpost__item--17 .bpa-sign__character {
  left: -5%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--17 .bpa-sign__character {
    left: 15%;
  }
}

.bpa-signpost__item--17 .bpa-sign__title {
  margin-left: 1.7094017094vw;
}

@media only screen and (min-width: 600px) {
  .bpa-signpost__item--17 .bpa-sign__title {
    margin-left: 1.1111111111vw;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--17 .bpa-sign__title {
    margin-left: 0.8547008547vw;
  }
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__item--17 .bpa-sign__title {
    margin-left: 0.3125rem;
  }
}

@media print {
  .bpa-signpost__item {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
  .bpa-signpost__item:before {
    padding-top: 0;
  }
}

@media print {
  .bpa-signpost__item .bpa-signpost__btn {
    padding-top: 4.0625rem;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

@media print {
  .bpa-signpost__item .bpa-sign__character {
    width: 9.375rem;
    right: 0;
    bottom: -1.25rem;
    left: auto;
  }
}

@media print {
  .bpa-signpost__item .bpa-sign__text {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media print {
  .bpa-signpost__item .bpa-sign__title {
    margin: 0;
  }
}

.bpa-signpost__btn {
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.32, 0.08, 0.24, 1) 0s;
  transition: 0.3s cubic-bezier(0.32, 0.08, 0.24, 1) 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}

@media print {
  .bpa-signpost__btn {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.bpa-signpost__btn .bpa-sign__character {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-iteration-count: initial;
          animation-iteration-count: initial;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.bpa-signpost__item--left .bpa-signpost__btn {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.bpa-signpost__item--right .bpa-signpost__btn {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.bpa-signpost__btn:hover, .bpa-signpost__btn:focus, .bpa-signpost__btn[aria-expanded='true'] {
  -webkit-transform: translateZ(0) scale(1.044);
          transform: translateZ(0) scale(1.044);
}

.bpa-signpost__btn:hover .bpa-sign__character, .bpa-signpost__btn:focus .bpa-sign__character, .bpa-signpost__btn[aria-expanded='true'] .bpa-sign__character {
  -webkit-animation-name: Bounce;
          animation-name: Bounce;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}

.bpa-signpost__clouds {
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: FadeIn 3s ease-out;
          animation: FadeIn 3s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__clouds {
    right: calc((100vw - 73.125rem - 1.875rem) / 2 * -1);
    left: calc((100vw - 73.125rem - 1.875rem) / 2 * -1);
  }
}

@media print {
  .bpa-signpost__clouds {
    display: none;
  }
}

.bpa-signpost__cloud {
  width: 100%;
  position: absolute;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg id='Ebene_23' data-name='Ebene 23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 243.08 133.45'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EWolke%3C/title%3E%3Cpath class='cls-1' d='M918.1,605.77a16,16,0,0,0-2.31.19,39.1,39.1,0,0,0-48.28-32.36,51.48,51.48,0,0,0-99.22-6.23,39.62,39.62,0,0,0-14.15-2.58,40,40,0,0,0-39.38,32.75c-13.84,4.24-23.54,14-23.54,25.39,0,15.27,17.45,27.65,39,27.65a51.19,51.19,0,0,0,20-3.94,20.79,20.79,0,0,0,21.76,2c9.32,10.3,25.58,17.15,44.13,17.15,19.37,0,36.28-7.46,45.36-18.53a39.07,39.07,0,0,0,46.94-12.37,16.2,16.2,0,1,0,9.71-29.16Z' transform='translate(-691.22 -532.38)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: Float, FadeFloat;
          animation-name: Float, FadeFloat;
}

.bpa-signpost__cloud:nth-child(1) {
  top: 7%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud:nth-child(1) {
    top: 6%;
  }
}

.bpa-signpost__cloud.bpa-cloud--big:nth-child(1) {
  -webkit-animation-delay: -60s;
          animation-delay: -60s;
  -webkit-animation-duration: 28s;
          animation-duration: 28s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--big:nth-child(1) {
    -webkit-animation-duration: 56s;
            animation-duration: 56s;
  }
}

.bpa-signpost__cloud.bpa-cloud--small:nth-child(1) {
  top: 9%;
  -webkit-animation-delay: -150s;
          animation-delay: -150s;
  -webkit-animation-duration: 42s;
          animation-duration: 42s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--small:nth-child(1) {
    top: 7%;
    -webkit-animation-duration: 86s;
            animation-duration: 86s;
  }
}

.bpa-signpost__cloud:nth-child(2) {
  top: 14%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud:nth-child(2) {
    top: 12%;
  }
}

.bpa-signpost__cloud.bpa-cloud--big:nth-child(2) {
  -webkit-animation-delay: -120s;
          animation-delay: -120s;
  -webkit-animation-duration: 26s;
          animation-duration: 26s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--big:nth-child(2) {
    -webkit-animation-duration: 52s;
            animation-duration: 52s;
  }
}

.bpa-signpost__cloud.bpa-cloud--small:nth-child(2) {
  top: 18%;
  -webkit-animation-delay: -300s;
          animation-delay: -300s;
  -webkit-animation-duration: 39s;
          animation-duration: 39s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--small:nth-child(2) {
    top: 14%;
    -webkit-animation-duration: 82s;
            animation-duration: 82s;
  }
}

.bpa-signpost__cloud:nth-child(3) {
  top: 21%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud:nth-child(3) {
    top: 18%;
  }
}

.bpa-signpost__cloud.bpa-cloud--big:nth-child(3) {
  -webkit-animation-delay: -180s;
          animation-delay: -180s;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--big:nth-child(3) {
    -webkit-animation-duration: 48s;
            animation-duration: 48s;
  }
}

.bpa-signpost__cloud.bpa-cloud--small:nth-child(3) {
  top: 27%;
  -webkit-animation-delay: -450s;
          animation-delay: -450s;
  -webkit-animation-duration: 36s;
          animation-duration: 36s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--small:nth-child(3) {
    top: 21%;
    -webkit-animation-duration: 78s;
            animation-duration: 78s;
  }
}

.bpa-signpost__cloud:nth-child(4) {
  top: 28%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud:nth-child(4) {
    top: 24%;
  }
}

.bpa-signpost__cloud.bpa-cloud--big:nth-child(4) {
  -webkit-animation-delay: -240s;
          animation-delay: -240s;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--big:nth-child(4) {
    -webkit-animation-duration: 44s;
            animation-duration: 44s;
  }
}

.bpa-signpost__cloud.bpa-cloud--small:nth-child(4) {
  top: 36%;
  -webkit-animation-delay: -600s;
          animation-delay: -600s;
  -webkit-animation-duration: 33s;
          animation-duration: 33s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--small:nth-child(4) {
    top: 28%;
    -webkit-animation-duration: 74s;
            animation-duration: 74s;
  }
}

.bpa-signpost__cloud:nth-child(5) {
  top: 35%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud:nth-child(5) {
    top: 30%;
  }
}

.bpa-signpost__cloud.bpa-cloud--big:nth-child(5) {
  -webkit-animation-delay: -300s;
          animation-delay: -300s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--big:nth-child(5) {
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
  }
}

.bpa-signpost__cloud.bpa-cloud--small:nth-child(5) {
  top: 45%;
  -webkit-animation-delay: -750s;
          animation-delay: -750s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--small:nth-child(5) {
    top: 35%;
    -webkit-animation-duration: 70s;
            animation-duration: 70s;
  }
}

.bpa-signpost__cloud:nth-child(6) {
  top: 42%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud:nth-child(6) {
    top: 36%;
  }
}

.bpa-signpost__cloud.bpa-cloud--big:nth-child(6) {
  -webkit-animation-delay: -360s;
          animation-delay: -360s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--big:nth-child(6) {
    -webkit-animation-duration: 36s;
            animation-duration: 36s;
  }
}

.bpa-signpost__cloud.bpa-cloud--small:nth-child(6) {
  top: 54%;
  -webkit-animation-delay: -900s;
          animation-delay: -900s;
  -webkit-animation-duration: 27s;
          animation-duration: 27s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--small:nth-child(6) {
    top: 42%;
    -webkit-animation-duration: 66s;
            animation-duration: 66s;
  }
}

.bpa-signpost__cloud:nth-child(7) {
  top: 49%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud:nth-child(7) {
    top: 42%;
  }
}

.bpa-signpost__cloud.bpa-cloud--big:nth-child(7) {
  -webkit-animation-delay: -420s;
          animation-delay: -420s;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--big:nth-child(7) {
    -webkit-animation-duration: 32s;
            animation-duration: 32s;
  }
}

.bpa-signpost__cloud.bpa-cloud--small:nth-child(7) {
  top: 63%;
  -webkit-animation-delay: -1050s;
          animation-delay: -1050s;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--small:nth-child(7) {
    top: 49%;
    -webkit-animation-duration: 62s;
            animation-duration: 62s;
  }
}

.bpa-signpost__cloud:nth-child(8) {
  top: 56%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud:nth-child(8) {
    top: 48%;
  }
}

.bpa-signpost__cloud.bpa-cloud--big:nth-child(8) {
  -webkit-animation-delay: -480s;
          animation-delay: -480s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--big:nth-child(8) {
    -webkit-animation-duration: 28s;
            animation-duration: 28s;
  }
}

.bpa-signpost__cloud.bpa-cloud--small:nth-child(8) {
  top: 72%;
  -webkit-animation-delay: -1200s;
          animation-delay: -1200s;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--small:nth-child(8) {
    top: 56%;
    -webkit-animation-duration: 58s;
            animation-duration: 58s;
  }
}

.bpa-signpost__cloud.bpa-cloud--big {
  height: 2.5%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--big {
    height: 4.5%;
  }
}

.bpa-signpost__cloud.bpa-cloud--small {
  height: 1.5%;
}

@media only screen and (min-width: 1170px) {
  .bpa-signpost__cloud.bpa-cloud--small {
    height: 2.5%;
  }
}

.bpa-signpost__popover {
  position: absolute;
  top: 50%;
  left: 50%;
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__popover {
    top: -0.3125rem;
  }
}

.bpa-signpost__item--left .bpa-signpost__popover {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--left .bpa-signpost__popover {
    right: calc(100% - 0.625rem);
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media print {
  .bpa-signpost__item--left .bpa-signpost__popover {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.bpa-signpost__item--right .bpa-signpost__popover {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1024px) {
  .bpa-signpost__item--right .bpa-signpost__popover {
    right: auto;
    left: calc(100% - 0.625rem);
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media print {
  .bpa-signpost__item--right .bpa-signpost__popover {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media print {
  .bpa-signpost__popover {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

@-webkit-keyframes Float {
  0% {
    left: 0;
  }
  100% {
    left: 90%;
  }
}

@keyframes Float {
  0% {
    left: 0;
  }
  100% {
    left: 90%;
  }
}

@-webkit-keyframes FadeFloat {
  0%, 100% {
    opacity: 0;
  }
  10%, 90% {
    opacity: .9;
  }
}

@keyframes FadeFloat {
  0%, 100% {
    opacity: 0;
  }
  10%, 90% {
    opacity: .9;
  }
}

@-webkit-keyframes Bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  20% {
    -webkit-transform: scale(0.99, 1.02) translateY(-8%);
            transform: scale(0.99, 1.02) translateY(-8%);
  }
  40% {
    -webkit-transform: scale(1.02, 0.99) translateY(0);
            transform: scale(1.02, 0.99) translateY(0);
  }
  47% {
    -webkit-transform: scale(1, 1) translateY(-0.5%);
            transform: scale(1, 1) translateY(-0.5%);
  }
  54% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

@keyframes Bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  20% {
    -webkit-transform: scale(0.99, 1.02) translateY(-8%);
            transform: scale(0.99, 1.02) translateY(-8%);
  }
  40% {
    -webkit-transform: scale(1.02, 0.99) translateY(0);
            transform: scale(1.02, 0.99) translateY(0);
  }
  47% {
    -webkit-transform: scale(1, 1) translateY(-0.5%);
            transform: scale(1, 1) translateY(-0.5%);
  }
  54% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

.bpa-social-media__toggle-text {
  padding-left: 2.0625rem;
}

.bpa-social-media__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  clear: both;
}

.bpa-social-media__item {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .bpa-social-media__item:nth-child(1), .bpa-social-media__item:nth-child(2) {
    width: 47.9166666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .bpa-social-media__item {
    width: 31.6666666667%;
  }
  .bpa-social-media__item:nth-child(1), .bpa-social-media__item:nth-child(2) {
    width: 31.6666666667%;
  }
}

.bpa-social-media__timeline {
  width: 100%;
  height: 32.125rem;
  position: relative;
  overflow: hidden;
  border: 0.4375rem solid #eeeff1;
}

.bpa-social-media__placeholder {
  padding: 0.9375rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.bpa-social-media__placeholder[data-active="true"] {
  visibility: hidden;
  opacity: 0;
}

.bpa-social-media__placeholder[data-active="false"] {
  visibility: visible;
  opacity: 1;
}

.bpa-social-media__placeholder-blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.bpa-social-media__placeholder-text {
  margin: 0 0 0.9375rem;
  text-align: center;
}

.bpa-social-media__placeholder-box {
  background-color: #eeeff1;
}

.bpa-social-media__placeholder-box:before {
  content: '';
  padding-top: 55%;
  width: 100%;
  display: block;
}

.bpa-social-media__feedholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.bpa-social-media__feedholder .bpa-instagram-feed {
  height: 100%;
  overflow-y: scroll;
}

.bpa-social-media__feedholder .instagram-media,
.bpa-social-media__feedholder .instagram-media-registered {
  min-width: auto !important;
  max-width: none !important;
}

.bpa-social-media__feedholder .twitter-timeline,
.bpa-social-media__feedholder .fb-page blockquote {
  margin: 0.9375rem 0;
  width: 100%;
  display: block;
  text-align: center;
}

.bpa-sammlung-item {
  border-top: 1px solid #9aa0a2;
  padding: 2.5rem 0;
}

.bpa-porcelain .bpa-sammlung-item,
.bpa-shark .bpa-sammlung-item {
  border-top: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-sammlung-item,
.bpa-deep-cerulean .bpa-sammlung-item,
.bpa-twitter .bpa-sammlung-item,
.bpa-monza .bpa-sammlung-item,
.bpa-mojo .bpa-sammlung-item,
.bpa-blue-lagoon .bpa-sammlung-item,
.bpa-tropical-rain-forest .bpa-sammlung-item,
.bpa-bossanova .bpa-sammlung-item,
.bpa-aqua-deep .bpa-sammlung-item,
.bpa-claret .bpa-sammlung-item {
  border-top: 1px solid #fff;
}

.bpa-saffron .bpa-sammlung-item {
  border-top: 1px solid #111314;
}

.bpa-white .bpa-sammlung-item {
  border-top: 1px solid #9aa0a2;
}

.bpa-sammlung-item .bpa-module-supplement {
  margin-right: -5%;
  margin-left: -5%;
  width: calc(5% * 22);
}

.bpa-sammlung-item .bpa-module-supplement .bpa-module-full-hero.bpa-padded {
  padding: 4.5454545455%;
}

.bpa-sammlung-item:first-child {
  padding-top: 0;
  border-top-color: transparent;
}

.bpa-sammlung-item .bpa-module-full {
  margin: 0;
  width: 100%;
}

.bpa-sammlung-item .bpa-module-full.bpa-padded {
  padding-right: 0;
  padding-left: 0;
}

.bpa-sammlung-item .bpa-module-full-hero.bpa-padded {
  padding: 5%;
}

@media only screen and (min-width: 1024px) {
  .bpa-sammlung-item .bpa-module-full {
    width: calc(5% * 20);
  }
}

.bpa-sammlung-item > .bpa-teaser-tile-module,
.bpa-sammlung-item > .bpa-teaser-list-module,
.bpa-sammlung-item > .bpa-vita {
  padding: 0;
}

.bpa-sitemap-list {
  /* stylelint-disable */
  /* stylelint-enable */
}

.bpa-sitemap-list ul.rte--list {
  list-style: none;
  margin-bottom: 1.25rem;
}

.bpa-sitemap-list ul.rte--list li > ul.rte--list,
.bpa-sitemap-list ul.rte--list li > li > ul.rte--list {
  list-style: none;
  margin-bottom: 0;
}

.bpa-sitemap-list.bpa-richtext .bpa-link {
  border-bottom: 1px solid #0071ad;
  border-bottom: 1px solid transparent;
}

.bpa-porcelain .bpa-sitemap-list.bpa-richtext .bpa-link {
  border-bottom: 1px solid #0071ad;
}

.bpa-shark .bpa-sitemap-list.bpa-richtext .bpa-link {
  border-bottom: 1px solid #9aa0a2;
}

.bpa-regal-blue .bpa-sitemap-list.bpa-richtext .bpa-link,
.bpa-deep-cerulean .bpa-sitemap-list.bpa-richtext .bpa-link,
.bpa-twitter .bpa-sitemap-list.bpa-richtext .bpa-link,
.bpa-monza .bpa-sitemap-list.bpa-richtext .bpa-link,
.bpa-mojo .bpa-sitemap-list.bpa-richtext .bpa-link,
.bpa-blue-lagoon .bpa-sitemap-list.bpa-richtext .bpa-link,
.bpa-tropical-rain-forest .bpa-sitemap-list.bpa-richtext .bpa-link,
.bpa-bossanova .bpa-sitemap-list.bpa-richtext .bpa-link,
.bpa-aqua-deep .bpa-sitemap-list.bpa-richtext .bpa-link,
.bpa-claret .bpa-sitemap-list.bpa-richtext .bpa-link {
  border-bottom: 1px solid #fff;
}

.bpa-saffron .bpa-sitemap-list.bpa-richtext .bpa-link {
  border-bottom: 1px solid #111314;
}

.bpa-white .bpa-sitemap-list.bpa-richtext .bpa-link {
  border-bottom: 1px solid #0071ad;
}

.bpa-sitemap-list.bpa-richtext .bpa-link:hover, .bpa-sitemap-list.bpa-richtext .bpa-link:focus {
  border-bottom: 1px solid #0071ad;
}

.bpa-topic-overview {
  background-color: #eeeff1;
}

.bpa-accessibility,
.bpa-sr-only {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.bpa-aural-hide {
  speak: none;
}

.bpa-skiplinks {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bpa-skiplinks:focus {
  outline: 0;
}

.bpa-skiplinks a {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.bpa-skiplinks a:hover,
.bpa-skiplinks a:focus,
.bpa-skiplinks a:active {
  position: absolute;
  top: 0;
  left: 0;
}

.bpa-skiplinks-wrapper {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 0;
}

@media only screen and (min-width: 0) and (max-width: 374px) {
  body:before {
    content: 'extra-small';
    display: none;
  }
}

@media only screen and (min-width: 0) and (max-width: 374px) and (orientation: landscape) {
  body:before {
    content: 'extra-small-landscape';
    display: none;
  }
}

@media only screen and (min-width: 375px) and (max-width: 599px) {
  body:before {
    content: 'small';
    display: none;
  }
}

@media only screen and (min-width: 375px) and (max-width: 599px) and (orientation: landscape) {
  body:before {
    content: 'small-landscape';
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  body:before {
    content: 'medium';
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1359px) {
  body:before {
    content: 'large';
    display: none;
  }
}

@media only screen and (min-width: 1360px) {
  body:before {
    content: 'extra-large';
    display: none;
  }
}

@media only screen and (min-width: 1360px) {
  body:before {
    content: 'extra-large';
    display: none;
  }
}

.bpa-hide {
  display: none;
}

.bpa-hide-small-only {
  display: none;
}

@media only screen and (min-width: 600px) {
  .bpa-hide-small-only {
    display: block;
  }
}

.bpa-small-only {
  display: block;
}

@media only screen and (min-width: 600px) {
  .bpa-small-only {
    display: none;
  }
}

.bpa-medium-only {
  display: block;
}

@media only screen and (min-width: 375px) and (max-width: 599px) {
  .bpa-medium-only {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .bpa-medium-only {
    display: none;
  }
}

.bpa-large-only {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .bpa-large-only {
    display: none;
  }
}

.bpa-no-scroll {
  overflow: hidden;
}

.bpa-no-scroll .bpa-is-sticky[style*='position: fixed;'] {
  padding-right: inherit;
}

.bpa-print-only {
  display: none;
}

@media print {
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
  :hover *,
  :focus * {
    color: #111314 !important;
  }
  .bpa-monza, .bpa-monza *,
  .bpa-saffron,
  .bpa-saffron *,
  .bpa-mojo,
  .bpa-mojo *,
  .bpa-blue-lagoon,
  .bpa-blue-lagoon *,
  .bpa-tropical-rain-forest,
  .bpa-tropical-rain-forest *,
  .bpa-bossanova,
  .bpa-bossanova *,
  .bpa-aqua-deep,
  .bpa-aqua-deep *,
  .bpa-claret,
  .bpa-claret *,
  .bpa-deep-cerulean,
  .bpa-deep-cerulean *,
  .bpa-twitter,
  .bpa-twitter *,
  .bpa-regal-blue,
  .bpa-regal-blue *,
  .bpa-porcelain,
  .bpa-porcelain *,
  .bpa-shark,
  .bpa-shark *,
  .bpa-art-1,
  .bpa-art-1 *,
  .bpa-art-2,
  .bpa-art-2 *,
  .bpa-art-3,
  .bpa-art-3 *,
  .bpa-art-4,
  .bpa-art-4 *,
  .bpa-art-5,
  .bpa-art-5 *,
  .bpa-art-6,
  .bpa-art-6 *,
  .bpa-art-7,
  .bpa-art-7 *,
  .bpa-art-8,
  .bpa-art-8 *,
  .bpa-art-9,
  .bpa-art-9 *,
  .bpa-art-10,
  .bpa-art-10 *,
  .bpa-art-11,
  .bpa-art-11 *,
  .bpa-art-12,
  .bpa-art-12 *,
  .bpa-art-12a,
  .bpa-art-12a *,
  .bpa-art-13,
  .bpa-art-13 *,
  .bpa-art-14,
  .bpa-art-14 *,
  .bpa-art-15,
  .bpa-art-15 *,
  .bpa-art-16,
  .bpa-art-16 *,
  .bpa-art-16a,
  .bpa-art-16a *,
  .bpa-art-17,
  .bpa-art-17 *,
  .bpa-art-17a,
  .bpa-art-17a *,
  .bpa-art-18,
  .bpa-art-18 *,
  .bpa-art-19,
  .bpa-art-19 *,
  .bpa-sinbad,
  .bpa-sinbad *,
  .bpa-sweet-corn,
  .bpa-sweet-corn *,
  .bpa-we-peep,
  .bpa-we-peep *,
  .bpa-seagull,
  .bpa-seagull *,
  .bpa-woodsmoke,
  .bpa-woodsmoke *,
  .bpa-porcelaine-light,
  .bpa-porcelaine-light *,
  .bpa-picton-blue,
  .bpa-picton-blue * {
    background-color: transparent !important;
    color: #111314 !important;
    fill: #111314 !important;
    border-color: #111314 !important;
  }
  .bpa-logo-wrapper {
    fill: #111314 !important;
  }
  .bpa-az-list,
  .bpa-sticky-footer,
  .bpa-player,
  .bpa-player + .bpa-figcaption,
  .bpa-keywords,
  .bpa-breaking-news,
  .bpa-tools,
  .bpa-footer,
  .bpa-btn-alike,
  .bpa-footer-navigation,
  .bpa-share,
  .bpa-flyout-container,
  .bpa-header-share,
  .bpa-infomaterial-buttons {
    display: none;
  }
  .bpa-stickyteaser.bpa-fixed {
    position: static;
  }
  .grid-debug,
  .preview-addon {
    display: none !important;
  }
  .bpa-toggledown-indicator,
  .bpa-link-large {
    display: none !important;
  }
  .bpa-header {
    border: none;
  }
  .bpa-first-section > .bpa-module-supplement:first-child {
    border: none;
    border-top-color: transparent;
  }
  .bpa-print-only,
  .bpa-toggledown-item {
    display: block !important;
  }
  .bpa-teaser-banner-infomaterial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bpa-teaser-banner-infomaterial .bpa-teaser-image-column {
    -webkit-box-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
    margin-right: 12px;
  }
  .bpa-parallax-teaser {
    height: auto !important;
    background-image: none !important;
  }
  .bpa-article-feature-closed {
    display: block !important;
  }
  .bpa-glossar-row {
    display: block !important;
  }
  .bpa-cookie-banner {
    display: none;
  }
  .bpa-shrinked .bpa-header:not(.js-no-shadow) {
    border-bottom: 6px solid transparent;
  }
  .bpa-header {
    height: 3.5cm;
    position: relative;
  }
  .bpa-header .bpa-icon-bpa-type {
    opacity: 1 !important;
  }
  .bpa-header .bpa-icon-bpa-flag {
    height: 5.75rem !important;
  }
  .bpa-header .bpa-menu-search,
  .bpa-header .bpa-nav-meta,
  .bpa-header .bpa-menu-search {
    display: none;
  }
  .bpa-toggledown-title,
  .bpa-richtext {
    padding: 0 !important;
  }
  .bpa-glossar-entries {
    padding-left: 0 !important;
  }
  .bpa-toggledown-content {
    margin-left: 0 !important;
  }
  .bpa-toggledown-content-wrapper {
    height: auto !important;
  }
  .bpa-module-full-hero {
    padding: 0 0 12pt !important;
  }
  .bpa-header .bpa-module-full-hero {
    margin-bottom: 36pt !important;
    padding-bottom: 0 !important;
  }
  .bpa-hero-teaser-overlay-wrapper {
    position: static;
    background: none;
  }
  .slick-slide {
    display: none !important;
  }
  .slick-slide.slick-active {
    display: block !important;
  }
  .slick-list {
    height: auto !important;
  }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .slick-track .slick-slide {
    width: auto !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .bpa-teaser-banner-infomaterial,
  .bpa-teaser-banner-module,
  .bpa-quiz-answers,
  .bpa-figure,
  .bpa-teaser-tile-module,
  .bpa-teaser-list-module,
  .bpa-richtext,
  .bpa-event-info,
  .bpa-teaser-inner {
    page-break-inside: avoid;
  }
  .bpa-mediacenter {
    background-color: #fff;
  }
  .bpa-mediacenter img {
    margin-bottom: 12pt;
  }
  .bpa-mediacenter .bpa-gallery-thumbnail-selected {
    outline: none;
    outline-offset: 0;
  }
  .bpa-mediacenter .bpa-gallery-thumbnail {
    margin-bottom: 0.75rem;
    width: 48%;
  }
  .bpa-mediacenter .bpa-gallery-thumbnail:nth-child(2n + 2) {
    margin-right: auto;
    margin-left: 3%;
  }
  @page {
    size: portrait;
    margin: 2cm;
  }
  dfn[title]:after {
    content: " (" attr(data-title) ")";
  }
  abbr[title]:after {
    content: " (" attr(data-title) ")";
  }
  .bpa-search-results canvas {
    height: auto !important;
  }
  .bpa-search-results .bpa-pager {
    display: none;
  }
  #bpa-search-results-form,
  .bpa-search-results-filter {
    display: none;
  }
  .bpa-search-result-list,
  .bpa-teaser-list-inner {
    display: block !important;
  }
  .bpa-search-result-list {
    padding-bottom: 0;
  }
  .bpa-sra-map-switcher .bpa-btn {
    display: none;
  }
  .bpa-sra-map-switcher .bpa-btn.bpa-btn-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #bpa-search-results-map {
    height: 100%;
  }
  .bpa-search-result-half,
  .bpa-search-result-full {
    page-break-inside: avoid;
  }
  .bpa-search-input-label {
    display: none;
  }
  .bpa-map-popup {
    width: auto;
    min-width: 0;
    max-width: 100%;
    position: static;
    -webkit-filter: none;
            filter: none;
    border: none;
    page-break-inside: avoid;
  }
  .bpa-map-popup:before {
    display: none;
  }
  .bpa-search-icon-button,
  .bpa-map-popup-closer {
    display: none;
  }
  .ol-overlay-container {
    position: static !important;
  }
  .bpa-map-toolbar.bpa-padded,
  #bpa-searchresultsapp-react-root.bpa-search-input .bpa-search-input-wrapper {
    padding-top: 0;
  }
  .bpa-tile-module.bpa-row-tile-module .bpa-teaser-title,
  .bpa-tile-module.bpa-row-tile-module .bpa-teaser-title-icon, .bpa-tile-module.bpa-area-tile-module .bpa-teaser-title,
  .bpa-tile-module.bpa-area-tile-module .bpa-teaser-title-icon {
    color: #111314;
  }
  .bpa-tile-module.bpa-row-tile-module .bpa-teaser-title .bpa-icon,
  .bpa-tile-module.bpa-row-tile-module .bpa-teaser-title-icon .bpa-icon, .bpa-tile-module.bpa-area-tile-module .bpa-teaser-title .bpa-icon,
  .bpa-tile-module.bpa-area-tile-module .bpa-teaser-title-icon .bpa-icon {
    display: none;
  }
  .bpa-tile-module.bpa-row-tile-module .bpa-teaser-title-text, .bpa-tile-module.bpa-area-tile-module .bpa-teaser-title-text {
    display: block;
    border: 0;
  }
  .bpa-tile-module.bpa-row-tile-module .bpa-teaser-inner *, .bpa-tile-module.bpa-area-tile-module .bpa-teaser-inner * {
    color: #111314 !important;
  }
  /* Row Tile Module */
  .bpa-row-tile-module {
    margin-bottom: 0;
  }
  .bpa-row-tile-module .bpa-row-tile-teaser .bpa-teaser-text-wrapper:before {
    display: none;
  }
  .bpa-row-tile-module .bpa-row-tile {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    page-break-inside: avoid;
  }
  .bpa-row-tile-module .bpa-tile-spaned {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .bpa-teaser-tile-module {
    padding: 0;
  }
  .bpa-teaser-tile-module .bpa-teaser-wrapper {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    width: 47%;
  }
  .bpa-teaser-tile-module .bpa-teaser-wrapper:first-child {
    margin-right: 5%;
  }
  /* Area Tile module */
  .bpa-area-tile-module {
    display: block;
    position: static;
    /* area-tiles with toggledowns behind it */
    /* area-tiles with direct links */
  }
  .bpa-area-tile-module * {
    margin: 0 !important;
    display: block;
    position: static;
  }
  .bpa-area-tile-module .bpa-toggledown-text {
    padding: 0 !important;
  }
  .bpa-area-tile-module .bpa-area-tile.bpa-toggledown {
    margin-bottom: 100px !important;
    page-break-inside: avoid;
  }
  .bpa-area-tile-module .bpa-area-tile.bpa-toggledown .bpa-teaser-text-wrapper {
    height: 219px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    display: block;
    position: static;
  }
  .bpa-area-tile-module .bpa-area-tile.bpa-toggledown .bpa-teaser-text-wrapper .bpa-teaser-info .bpa-teaser-title-text-inner {
    display: none;
  }
  .bpa-area-tile-module .bpa-area-tile.bpa-toggledown .bpa-teaser-image-wrapper {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    width: 60%;
    display: block;
    float: right;
    z-index: 2;
  }
  .bpa-area-tile-module .bpa-area-tile.bpa-toggledown .bpa-teaser-image-wrapper .bpa-teaser-info {
    padding-left: 0;
    position: static;
  }
  .bpa-area-tile-module .bpa-area-tile.bpa-toggledown .bpa-teaser-image-wrapper .bpa-teaser-info .bpa-teaser-title-text-inner {
    color: #111314;
  }
  .bpa-area-tile-module .bpa-area-tile.bpa-toggledown .bpa-teaser-title {
    width: auto;
  }
  .bpa-area-tile-module .bpa-area-tile.bpa-toggledown .bpa-teaser-inner {
    clear: both;
    page-break-inside: avoid;
  }
  .bpa-area-tile-module .bpa-area-tile.bpa-toggledown .jwplayer {
    display: none;
  }
  .bpa-area-tile-module .bpa-area-tile .bpa-teaser-image-wrapper {
    display: none;
  }
  .bpa-area-tile-module .bpa-area-tile .bpa-teaser-text-wrapper {
    display: block;
    position: static;
  }
  .bpa-area-tile-module .bpa-area-tile .bpa-teaser-title {
    width: 40px;
  }
  .bpa-area-tile-module .bpa-area-tile .bpa-teaser-info {
    display: inline-block;
  }
  .bpa-hero-teaser-overlay-content-wrapper,
  .bpa-module-header {
    padding: .5cm 0;
    page-break-after: avoid;
    -webkit-column-break-after: avoid;
            break-after: avoid;
    page-break-after: avoid;
  }
  .bpa-teaser-tile-module .bpa-module-title,
  .bpa-teaser-tile-module .bpa-module-footer,
  .bpa-module {
    margin: 0;
  }
  .bpa-teaser-tile-module .bpa-module-title.bpa-porcelain > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-saffron > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-mojo > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-monza > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-claret > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-bossanova > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-regal-blue > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-deep-cerulean > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-twitter > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-blue-lagoon > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-tropical-rain-forest > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-aqua-deep > .bpa-container, .bpa-teaser-tile-module .bpa-module-title.bpa-shark > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-porcelain > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-saffron > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-mojo > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-monza > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-claret > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-bossanova > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-regal-blue > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-deep-cerulean > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-twitter > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-blue-lagoon > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-tropical-rain-forest > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-aqua-deep > .bpa-container,
  .bpa-teaser-tile-module .bpa-module-footer.bpa-shark > .bpa-container,
  .bpa-module.bpa-porcelain > .bpa-container,
  .bpa-module.bpa-saffron > .bpa-container,
  .bpa-module.bpa-mojo > .bpa-container,
  .bpa-module.bpa-monza > .bpa-container,
  .bpa-module.bpa-claret > .bpa-container,
  .bpa-module.bpa-bossanova > .bpa-container,
  .bpa-module.bpa-regal-blue > .bpa-container,
  .bpa-module.bpa-deep-cerulean > .bpa-container,
  .bpa-module.bpa-twitter > .bpa-container,
  .bpa-module.bpa-blue-lagoon > .bpa-container,
  .bpa-module.bpa-tropical-rain-forest > .bpa-container,
  .bpa-module.bpa-aqua-deep > .bpa-container,
  .bpa-module.bpa-shark > .bpa-container {
    margin: 0;
  }
  .bpa-teaser-list-collection-item:first-child {
    padding: 0;
  }
  .bpa-module-full .bpa-footer,
  .bpa-module-full .bpa-teaser-tile-module,
  .bpa-module-full .bpa-teaser-module,
  .bpa-module-full .bpa-teaser-list-module,
  .bpa-module-full .bpa-banner-logo-teaser,
  .bpa-module-full .bpa-teaser-banner-module {
    padding: 0;
  }
}
/*# sourceMappingURL=relaunch.css.map */