/*
* Vendors (dev)
*/
/*
* Vendors (build)
*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*
* Core
*/
/*
* Clearfix
*/
/*
* Hides an element visually, but makes it still available for screenreaders
*/
/*
* Visually hidden Focusable (Accessibility)
*/
/*
* Private Form Mixins - Not availble in themes
*/
/*
* Public Form Mixins availble to use.
*/
/*
* Basic utility classes
*/
.u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.u-visually-hidden-focusable:active, .u-visually-hidden-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.u-hidden {
  display: none; }

.u-invisible {
  visibility: hidden; }

.u-clear {
  clear: both; }

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

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

/*
* Lazyload
*/
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: all 0.3s ease 0s; }

/*
* Config
*/
/*
* Accoutrement Type:
* https://github.com/oddbird/accoutrement-type/
*/
/*
* Typi Font Sizes
* https://www.npmjs.com/package/typi
* @include typi('h1');
*
*/
/*
* Color additions and overrides
* Override any color values - find them in vendor/numiko/color.scss
*/
/*
* Breakpoints
*/
/*
* Unison: http://bjork24.github.io/Unison/
*/
@media screen and (min-width: 320px) {
  head {
    font-family: "tiny 320px"; }
  body:after {
    content: "tiny - min-width: 320px"; } }

@media screen and (min-width: 580px) {
  head {
    font-family: "small 580px"; }
  body:after {
    content: "small - min-width: 580px"; } }

@media screen and (min-width: 800px) {
  head {
    font-family: "medium 800px"; }
  body:after {
    content: "medium - min-width: 800px"; } }

@media screen and (min-width: 1024px) {
  head {
    font-family: "large 1024px"; }
  body:after {
    content: "large - min-width: 1024px"; } }

@media screen and (min-width: 1200px) {
  head {
    font-family: "huge 1200px"; }
  body:after {
    content: "huge - min-width: 1200px"; } }

head {
  clear: both; }
  head title {
    font-family: "tiny 320px, small 580px, medium 800px, large 1024px, huge 1200px"; }

body:after {
  display: none; }

*[data-usn-if] {
  display: none; }

/*
* New spacings
*/
/*
* Container
*/
/* Added in the pet advice phase of build */
/*
* Z-index levels
* @include z-index('alpha');
*/
/*
* Borders
*/
/*
* Transtions
*/
/**
 * 1. Design changes to the header will affect this.
 */
/* [1] */
/* [1] */
/* [1] */
/*
* Site styles below
*/
/*
* Import @font-face declarions https://github.com/oddbird/accoutrement-type/
* Option 1 - Import font stack locally
* Option 2 - Import front stack from google fonts
* @import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i';
*/
@font-face {
  font-family: "vagRoundedLight";
  font-style: normal;
  font-weight: normal;
  src: url(/themes/custom/bluecross/dist/font/v003002d-webfont.woff2) format("woff2"), url(/themes/custom/bluecross/dist/font/v003002d-webfont.woff) format("woff"); }

@font-face {
  font-family: "vagRoundedLight";
  font-style: normal;
  font-weight: bold;
  src: url(/themes/custom/bluecross/dist/font/v003000d-webfont.woff2) format("woff2"), url(/themes/custom/bluecross/dist/font/v003000d-webfont.woff) format("woff"); }

@font-face {
  font-family: "vagRoundedBold";
  font-style: normal;
  font-weight: normal;
  src: url(/themes/custom/bluecross/dist/font/v003000d-webfont.woff2) format("woff2"), url(/themes/custom/bluecross/dist/font/v003000d-webfont.woff) format("woff"); }

@font-face {
  font-family: "vagRoundedBold";
  font-style: normal;
  font-weight: bold;
  src: url(/themes/custom/bluecross/dist/font/v003000d-webfont.woff2) format("woff2"), url(/themes/custom/bluecross/dist/font/v003000d-webfont.woff) format("woff"); }

html {
  font-size: 100%;
  line-height: 1.444; }

/*
* Global box-sizing method
*/
*,
*:after,
*:before {
  box-sizing: border-box;
  word-wrap: break-word; }

html {
  min-height: 100%; }

body {
  font-size: 1rem;
  font-family: "vagRoundedLight", "arial", "helvetica", sans-serif;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
  color: #666; }
  @media all and (min-width: 1024px) {
    body {
      font-size: 1.125rem; } }

h1, h2, h3, h4, h5, h6,
.o-type-h1,
.o-type-h2,
.o-type-h3,
.o-type-h4,
.o-type-h5,
.o-type-h6 {
  margin: 1em 0;
  font-family: "vagRoundedBold", "arial", "helvetica", sans-serif;
  font-weight: bold; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
  .o-type-h1:first-child,
  .o-type-h2:first-child,
  .o-type-h3:first-child,
  .o-type-h4:first-child,
  .o-type-h5:first-child,
  .o-type-h6:first-child {
    margin-top: 0; }

h1,
.o-type-h1 {
  font-size: 2.5rem;
  line-height: 1.25; }
  @media all and (min-width: 1024px) {
    h1,
    .o-type-h1 {
      font-size: 2.625rem; } }

h2,
.o-type-h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #069fdd; }
  @media all and (min-width: 1024px) {
    h2,
    .o-type-h2 {
      font-size: 1.5rem; } }

h3,
.o-type-h3 {
  font-size: 1.125rem;
  line-height: 1.2; }
  @media all and (min-width: 1024px) {
    h3,
    .o-type-h3 {
      font-size: 1.25rem; } }

h4,
.o-type-h4 {
  font-size: 1.125rem;
  line-height: 1.2; }
  @media all and (min-width: 1024px) {
    h4,
    .o-type-h4 {
      font-size: 1.125rem; } }

h5,
.o-type-h5 {
  font-size: 1rem;
  line-height: 1.2; }
  @media all and (min-width: 1024px) {
    h5,
    .o-type-h5 {
      font-size: 1.125rem; } }

h6,
.o-type-h6 {
  font-size: 1rem;
  line-height: 1.2; }
  @media all and (min-width: 1024px) {
    h6,
    .o-type-h6 {
      font-size: 1.125rem; } }

p {
  margin: 0 0 1em; }

ul,
ol,
dl {
  margin: 0 0 1em; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

a {
  color: currentColor;
  transition: color 0.3s ease 0s;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }
  a:hover, a:focus {
    color: "hover";
    outline: 0; }

hr {
  border-bottom: 1px solid "grey";
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1em; }

img,
picture,
svg {
  margin: 0;
  max-width: 100%; }

figure {
  margin: 0;
  padding: 0; }

b,
strong {
  font-family: "vagRoundedBold", "arial", "helvetica", sans-serif; }

blockquote {
  color: #666;
  margin: 1em 0;
  padding-left: 2em;
  border-left: 2px solid "keyline"; }
  blockquote p {
    position: relative; }
    blockquote p:first-child:before {
      content: open-quote;
      position: absolute;
      left: -0.5em; }
    blockquote p:last-child {
      margin-bottom: 0; }
      blockquote p:last-child:after {
        content: close-quote; }

cite {
  color: #666;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

code {
  padding: 4px 6px; }

/*
* Form defaults
*/
form {
  font-family: "vagRoundedLight", "arial", "helvetica", sans-serif; }

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

legend {
  margin-bottom: 1em; }

label {
  font-weight: bold;
  display: flex;
  align-items: center; }
  label a {
    font-weight: bold;
    text-decoration: none;
    color: #005aab; }
    label a:hover, label a:focus {
      text-decoration: underline; }

input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.5em;
  border-radius: 0px;
  border: 0px solid #E7E7E7;
  background-color: #FFFFFF; }

textarea {
  min-height: 100px;
  resize: vertical;
  -webkit-overflow-scrolling: touch; }

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
input[type=time],
select,
textarea {
  -webkit-appearance: textfield;
  background-color: #e1f4fb;
  border: 0;
  padding: 1.02em;
  width: 100%;
  color: #666;
  line-height: normal;
  outline: 0;
  transition: background-color .3s ease 0s;
  border-radius: 8px;
  box-shadow: inset 0 0 1px 0 rgba(6, 159, 221, 0.3);
  font-family: inherit;
  font-size: 1rem; }

select {
  -moz-appearance: window;
  -webkit-appearance: none; }
  select:not([disabled]) {
    cursor: pointer; }
  select::-ms-expand {
    display: none; }

textarea {
  padding: 1em; }

input[type=button],
input[type=submit],
button {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em;
  font-family: inherit; }

input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid "keyline";
  position: static;
  background-color: #FFFFFF;
  margin-right: 0.5em; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px white inset; }

::-webkit-input-placeholder {
  font-size: 1rem; }

:-moz-placeholder {
  font-size: 1rem; }

::-moz-placeholder {
  font-size: 1rem; }

:-ms-input-placeholder {
  font-size: 1rem; }

::-ms-input-placeholder {
  /* Edge */
  font-size: 1rem; }

/*
* Objects
*/
/*
 * The global container
 * Will restrict width - resuse everytime you want to lock content into the grid.
 */
.o-container, .c-accordion__item .c-accordion__content ul {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  width: 100%;
  max-width: calc( 1200px + 4rem * 2); }
  @media (min-width: 580px) {
    .o-container, .c-accordion__item .c-accordion__content ul {
      padding: 0 1rem; } }
  @media (min-width: 800px) {
    .o-container, .c-accordion__item .c-accordion__content ul {
      padding: 0 2rem; } }
  @media (min-width: 1024px) {
    .o-container, .c-accordion__item .c-accordion__content ul {
      padding: 0 3rem; } }
  @media (min-width: 1800px) {
    .path-frontpage .o-container, .path-frontpage .c-accordion__item .c-accordion__content ul, .c-accordion__item .c-accordion__content .path-frontpage ul {
      max-width: calc(1680px + 4rem * 2); } }
  @media (min-width: 1800px) {
    .o-container.c-header__container, .c-accordion__item .c-accordion__content ul.c-header__container {
      max-width: 1300px; } }

.o-container--padded {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 580px) {
    .o-container--padded {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media (min-width: 800px) {
    .o-container--padded {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (min-width: 1024px) {
    .o-container--padded {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.o-container--fluid {
  max-width: none; }

.o-container--flush {
  max-width: none;
  padding: 0;
  overflow: hidden; }

/*
* Used inside a container
*/
@media (min-width: 1024px) {
  .o-container__indent, .c-accordion__item .c-accordion__content ul {
    width: 82.75%;
    margin: 0 auto; } }

/*
* Default Grid
*/
.grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 calc(-1rem) calc(-1rem * 2);
  padding: 0; }
  .grid-repeater .grid + .grid {
    margin-top: calc(1rem * 2); }

/*
* Default grid item
*/
.grid__item {
  width: 100%;
  padding: 0 calc(1rem) calc(1rem * 2);
  display: flex;
  flex-flow: column nowrap; }

/*
* Variant: Grid Basic 2 col
*/
@media (min-width: 1024px) {
  .grid--2-col .grid__item {
    width: 50%; } }

body.-is-IE11 .grid--2-col.grid--promos .grid__item {
  height: 150px; }
  @media (min-width: 1024px) {
    body.-is-IE11 .grid--2-col.grid--promos .grid__item {
      height: 320px; } }

body.-is-IE11 .grid--2-col.grid--promos-large {
  margin-top: 12rem; }
  body.-is-IE11 .grid--2-col.grid--promos-large .grid__item {
    height: 150px; }
    @media (min-width: 1024px) {
      body.-is-IE11 .grid--2-col.grid--promos-large .grid__item {
        height: 25vw; } }

/*
* Variant: Grid Basic 3 col
*/
@media (min-width: 1024px) {
  .grid--3-col .grid__item {
    width: 33.333%; } }

body.-is-IE11 .grid--3-col.grid--promos .grid__item {
  height: 150px; }
  @media (min-width: 1024px) {
    body.-is-IE11 .grid--3-col.grid--promos .grid__item {
      height: 230px; } }

/*
* Variant: Grid Basic 4 col
*/
@media (min-width: 580px) {
  .grid--4-col .grid__item {
    width: 50%; } }

@media (min-width: 1200px) {
  .grid--4-col .grid__item {
    width: 25%; } }

/*
* Variant: Grid Basic 6 col
*/
.grid--6-col .grid__item {
  width: 50%; }
  @media (min-width: 580px) {
    .grid--6-col .grid__item {
      width: 33.33%; } }
  @media (min-width: 800px) {
    .grid--6-col .grid__item {
      width: 25%; } }
  @media (min-width: 1024px) {
    .grid--6-col .grid__item {
      width: 16.66%; } }

/*
* Variant: Grid Promos
*/
@media (max-width: 1023px) {
  .grid--promos {
    margin-bottom: 0; } }

@media (max-width: 1023px) {
  .grid--promos .grid__item {
    padding-bottom: 0; } }

/*
* variant; Grid promos (large bersion on homepage)
*/
@media (max-width: 1023px) {
  .grid--promos-large {
    margin-bottom: 0; } }

@media (min-width: 1024px) {
  .grid--promos-large {
    margin-bottom: -0.5rem; } }

@media (max-width: 1023px) {
  .grid--promos-large .grid__item {
    padding-bottom: 0; } }

@media (min-width: 1024px) {
  .grid--promos-large .grid__item {
    padding: 0 calc(1rem / 4) calc(1rem / 2); } }

/*
* Variant: Grid Promos
*/
.grid--pet-listing .grid__item {
  width: 50%; }
  @media (min-width: 1024px) {
    .grid--pet-listing .grid__item {
      width: 33.333%; } }

.grid--pet-listing .grid__item--full {
  width: 100%; }

.grid--staggered .grid__item {
  width: 100%; }
  @media (min-width: 580px) {
    .grid--staggered .grid__item:nth-child(1), .grid--staggered .grid__item:nth-child(2) {
      width: 50%; } }
  @media (min-width: 800px) {
    .grid--staggered .grid__item {
      width: 33.333%; }
      .grid--staggered .grid__item:nth-child(3), .grid--staggered .grid__item:nth-child(4) {
        width: 50%; } }
  @media (min-width: 1024px) {
    .grid--staggered .grid__item {
      width: 25%; }
      .grid--staggered .grid__item:nth-child(3), .grid--staggered .grid__item:nth-child(4), .grid--staggered .grid__item:nth-child(5), .grid--staggered .grid__item:nth-child(6), .grid--staggered .grid__item:nth-child(7), .grid--staggered .grid__item:nth-child(8) {
        width: 33.333%; } }

.grid--staggered .grid__item {
  width: 100%; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid--staggered .grid__item {
      height: 7rem; } }
  @media (min-width: 580px) {
    .grid--staggered .grid__item:nth-child(1), .grid--staggered .grid__item:nth-child(2) {
      width: 50%; } }
  @media (min-width: 800px) {
    .grid--staggered .grid__item {
      width: 33.333%; } }
  @media screen and (min-width: 800px) and (-ms-high-contrast: active), (min-width: 800px) and (-ms-high-contrast: none) {
    .grid--staggered .grid__item {
      height: 19rem; } }
  @media (min-width: 800px) {
      .grid--staggered .grid__item:nth-child(1), .grid--staggered .grid__item:nth-child(2), .grid--staggered .grid__item:nth-child(3), .grid--staggered .grid__item:nth-child(4) {
        width: 50%; } }
    @media screen and (min-width: 800px) and (-ms-high-contrast: active), (min-width: 800px) and (-ms-high-contrast: none) {
      .grid--staggered .grid__item:nth-child(1), .grid--staggered .grid__item:nth-child(2), .grid--staggered .grid__item:nth-child(3), .grid--staggered .grid__item:nth-child(4) {
        height: 23.5rem; } }
  @media (min-width: 1024px) {
    .grid--staggered .grid__item {
      width: 25%; } }
  @media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
    .grid--staggered .grid__item {
      height: 19rem; } }
  @media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
    .grid--staggered .grid__item:nth-child(1), .grid--staggered .grid__item:nth-child(2) {
      height: 27rem; } }
  @media (min-width: 1024px) {
      .grid--staggered .grid__item:nth-child(3), .grid--staggered .grid__item:nth-child(4), .grid--staggered .grid__item:nth-child(5), .grid--staggered .grid__item:nth-child(6), .grid--staggered .grid__item:nth-child(7), .grid--staggered .grid__item:nth-child(8) {
        width: 33.333%; } }
    @media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
      .grid--staggered .grid__item:nth-child(3), .grid--staggered .grid__item:nth-child(4), .grid--staggered .grid__item:nth-child(5), .grid--staggered .grid__item:nth-child(6), .grid--staggered .grid__item:nth-child(7), .grid--staggered .grid__item:nth-child(8) {
        height: 20.5rem; } }

body.-is-IE11 .grid--staggered .grid__item {
  height: 7rem; }
  @media (min-width: 800px) {
    body.-is-IE11 .grid--staggered .grid__item {
      height: 19rem; }
      body.-is-IE11 .grid--staggered .grid__item:nth-child(1), body.-is-IE11 .grid--staggered .grid__item:nth-child(2), body.-is-IE11 .grid--staggered .grid__item:nth-child(3), body.-is-IE11 .grid--staggered .grid__item:nth-child(4) {
        height: 23.5rem; } }
  @media (min-width: 1024px) {
    body.-is-IE11 .grid--staggered .grid__item {
      height: 19rem; }
      body.-is-IE11 .grid--staggered .grid__item:nth-child(1), body.-is-IE11 .grid--staggered .grid__item:nth-child(2) {
        height: 27rem; }
      body.-is-IE11 .grid--staggered .grid__item:nth-child(3), body.-is-IE11 .grid--staggered .grid__item:nth-child(4), body.-is-IE11 .grid--staggered .grid__item:nth-child(5), body.-is-IE11 .grid--staggered .grid__item:nth-child(6), body.-is-IE11 .grid--staggered .grid__item:nth-child(7), body.-is-IE11 .grid--staggered .grid__item:nth-child(8) {
        height: 20.5rem; } }

.layout {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: relative; }
  @media (min-width: 1024px) {
    .layout {
      flex-direction: row; } }

.layout__main {
  position: relative; }
  @media (min-width: 1024px) {
    .layout__main {
      width: 75%; }
      .layout__main:first-child {
        padding-right: 2rem; } }
  .layout__main.layout__main--thin:first-child {
    padding-right: calc(2rem * 4); }

@media (min-width: 1024px) {
  .layout__aside {
    width: 25%; } }

@media (max-width: 1023px) {
  .layout__aside + .layout__main {
    margin-top: 2rem; } }

@media (min-width: 1024px) {
  .layout__aside + .layout__main {
    padding-left: 2rem; } }

@media (min-width: 1024px) {
  .layout__aside + .layout__main--thin {
    padding-left: calc(2rem * 4); } }

.layout__aside-section:not(:last-child) {
  margin-bottom: 3rem; }

/**
 * Slice
 */
.o-slice-container {
  overflow: hidden; }

.o-slice {
  margin: 3.5rem 0;
  /*
  * Tuck the top of the slice behind adjacent Hero component curve
  */ }
  @media (min-width: 1024px) {
    .o-slice {
      margin: 4.5rem 0; } }
  @media (max-width: 1023px) {
    .c-hero-skip + .o-slice {
      margin-top: -2.75%; } }

.o-slice-top {
  margin-top: 3rem; }
  @media (min-width: 1200px) {
    .path-frontpage .o-slice-top {
      margin-top: 4rem; } }

/*
  * Slices with background-colors
  */
.o-slice--has-background-blue,
.o-slice--has-background-grad {
  margin: 0;
  padding: 3.5rem 0; }

.o-slice--has-background-blue {
  background: #e1f4fb; }

.o-slice--has-background-grad {
  background-image: linear-gradient(to bottom, #FFFFFF, #f5f5f5); }

.o-slice--has-background-donation {
  margin-bottom: 0; }

.o-slice-bottom {
  margin-bottom: 3rem; }
  @media (min-width: 1200px) {
    .path-frontpage .o-slice-bottom {
      margin-bottom: 4rem; } }

/*
* Decorative elements attached to a whole slice
*/
.o-slice--confetti {
  position: relative; }
  .o-slice--confetti:before, .o-slice--confetti:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    pointer-events: none; }
  .o-slice--confetti:before {
    background: url(/themes/custom/bluecross/dist/img/sprite-icon-confetti-cross.svg) no-repeat, url(/themes/custom/bluecross/dist/img/sprite-icon-confetti-heart.svg) no-repeat;
    background-position: left 12% top 2%, right 14% top 5%;
    background-size: 30px 30px, 20px 20px; }
  .o-slice--confetti:after {
    background: url(/themes/custom/bluecross/dist/img/sprite-icon-confetti-heart.svg) no-repeat, url(/themes/custom/bluecross/dist/img/sprite-icon-confetti-cross.svg) no-repeat;
    background-position: left 6% top 15%, left 93% top 18%;
    background-size: 20px 20px, 25px 25px; }

.o-slice--slider {
  overflow: hidden; }

/*
* Default slice title
*/
.o-slice-title {
  max-width: 75%;
  margin: 0 auto 1.25em;
  font-size: 1.5rem;
  color: #069fdd;
  text-align: center; }
  @media all and (min-width: 800px) {
    .o-slice-title {
      font-size: 1.75rem; } }
  @media all and (min-width: 1024px) {
    .o-slice-title {
      font-size: 2.625rem; } }
  @media (min-width: 1800px) {
    .o-slice-title {
      max-width: 55%; } }

/*
* Slice CTA wrapper
*/
.o-slice-actions {
  margin-top: 2rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }
  @media (min-width: 580px) {
    .o-slice-actions {
      flex-flow: row; } }
  .o-slice-actions.o-slice-actions--align-left {
    justify-content: flex-start; }
  @media (max-width: 579px) {
    .o-slice-actions .c-button, .o-slice-actions .c-login-form .form-submit, .c-login-form .o-slice-actions .form-submit {
      width: 100%; } }
  @media (max-width: 579px) {
    .o-slice-actions .c-button + .c-button, .o-slice-actions .c-login-form .form-submit + .c-button, .c-login-form .o-slice-actions .form-submit + .c-button, .o-slice-actions .c-login-form .c-button + .form-submit, .c-login-form .o-slice-actions .c-button + .form-submit, .o-slice-actions .c-login-form .form-submit + .form-submit, .c-login-form .o-slice-actions .form-submit + .form-submit {
      margin-top: 0.5em; } }
  @media (min-width: 580px) {
    .o-slice-actions .c-button + .c-button, .o-slice-actions .c-login-form .form-submit + .c-button, .c-login-form .o-slice-actions .form-submit + .c-button, .o-slice-actions .c-login-form .c-button + .form-submit, .c-login-form .o-slice-actions .c-button + .form-submit, .o-slice-actions .c-login-form .form-submit + .form-submit, .c-login-form .o-slice-actions .form-submit + .form-submit {
      margin-left: 1em; } }

.o-padded-box {
  padding: 1.5em;
  border-radius: 8px;
  transition: background-color 0.5s ease, color 0.3s ease; }
  .o-padded-box > *:last-child {
    margin-bottom: 0; }
  .o-padded-box > *:first-child {
    margin-top: 0; }
  .o-padded-box:not(.align-left):not(.align-right) {
    overflow: hidden; }
  @media (min-width: 580px) {
    .o-padded-box.align-left, .o-padded-box.align-right {
      width: 45%; } }
  @media (min-width: 800px) {
    .o-padded-box.align-left, .o-padded-box.align-right {
      width: 35%; } }
  @media (min-width: 1200px) {
    .o-padded-box.align-left, .o-padded-box.align-right {
      width: 27.2%; } }
  @media (min-width: 580px) {
    .o-padded-box.align-left {
      float: left;
      margin-right: 40px; } }
  @media (min-width: 580px) {
    .o-padded-box.align-right {
      float: right;
      margin-left: 40px; } }
  .o-padded-box > *:first-child {
    margin-top: 0; }

.o-padded-box--white {
  background-color: #FFFFFF;
  color: #666; }

.o-padded-box--blue {
  background-color: #069fdd;
  color: #FFFFFF; }

.o-padded-box--blue-dark {
  background-color: #005aab;
  color: #FFFFFF; }

.o-padded-box--footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  position: relative; }

.o-padded-box--blue-light,
.embedded-entity .o-padded-box {
  background-color: #e1f4fb;
  color: #666;
  margin: 1.25rem 0; }

.o-padded-box--grey-light {
  background-color: #f6f6f6;
  color: #666; }

/*
* Reset defaylt styles 
*/
.ajax-progress-fullscreen {
  display: flex;
  padding: unset;
  width: auto;
  height: auto;
  background: none;
  background-color: unset; }

.loader::after,
.ajax-progress-fullscreen::after {
  content: '';
  display: block;
  background-image: url(/themes/custom/bluecross/dist/img/loader-cross.svg);
  background-color: transparent;
  width: 22px;
  height: 22px;
  background-size: 100%;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.loader {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  z-index: 1; }

.loader__text {
  position: relative;
  text-align: center; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.c-button.loading, .c-login-form .loading.form-submit {
  position: relative; }
  .c-button.loading::after, .c-login-form .loading.form-submit::after {
    content: "";
    background-image: url(/themes/custom/bluecross/dist/img/loader-on-blue-dark.gif);
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px; }

@media (max-width: 1199px) {
  .sticky-sidebar-container.layout__aside {
    display: none; } }

@media (min-width: 1200px) {
  .sticky-sidebar-container-init.sticky-sidebar-container {
    position: relative; }
  .sticky-sidebar-container-init .sticky-sidebar-column {
    position: absolute;
    height: 100%; }
  .sticky-sidebar-container-init .sticky-sidebar-fixed {
    position: fixed;
    top: 0; }
  .sticky-sidebar-container-init .sticky-sidebar-bottom {
    position: absolute;
    bottom: 0; } }

/*
* Components
*/
/*
* Button
*/
/*
* Button variants
*/
.c-button, .c-login-form .form-submit {
  font-family: "vagRoundedBold", "arial", "helvetica", sans-serif;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  vertical-align: middle;
  overflow: hidden;
  padding: 17px 20px;
  border: 0;
  border-radius: 8px;
  background-color: #069fdd;
  color: #FFFFFF;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  transition: background-color 0.3s ease 0s; }
  .c-button:hover, .c-login-form .form-submit:hover, .c-button:focus, .c-login-form .form-submit:focus {
    background-color: #005aab;
    text-decoration: inherit; }
  @media (min-width: 1024px) {
    .c-button, .c-login-form .form-submit {
      padding: 16px 30px; } }
  @media (min-width: 1024px) {
    .c-header.is-fixed .c-button, .c-header.is-fixed .c-login-form .form-submit, .c-login-form .c-header.is-fixed .form-submit {
      padding: 14px 20px;
      z-index: 1; } }

.c-button--dark {
  background-color: #005aab; }
  .c-button--dark:hover, .c-button--dark:focus {
    background-color: #e1f4fb;
    color: #666; }

.c-button--white {
  background-color: #FFFFFF;
  color: #069fdd; }
  .c-button--white:hover, .c-button--white:focus {
    background-color: #069fdd;
    color: #FFFFFF; }

/*
* Orange highlight button
* Note that this class is used in the CMS
* via GTM on the 'Did you find this helpful?' block
* https://www.bluecross.org.uk/pet-advice/indoor-games-and-enrichment
*/
.c-button--orange {
  background-color: #ff8103;
  color: #FFFFFF; }
  .c-button--orange:hover, .c-button--orange:focus {
    background-color: #ff9a35; }

.c-button--full {
  width: 100%; }

.c-button--video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  overflow: hidden;
  background-color: #069fdd;
  color: #FFFFFF;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease 0s;
  cursor: pointer; }
  .c-button--video:hover {
    opacity: 0.8; }

.c-button--toggle.-disabled {
  color: #069fdd;
  background-color: transparent; }
  .c-button--toggle.-disabled:focus {
    background-color: #005aab;
    color: #FFFFFF; }

.c-button--minimal {
  font-family: "vagRoundedLight", "arial", "helvetica", sans-serif;
  padding: 0;
  border: 0;
  color: inherit;
  background-color: transparent; }
  .c-button--minimal:hover, .c-button--minimal:focus {
    background-color: inherit; }

/*
* Button children elements
*/
.c-button__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-height: 1.444em; }
  .c-button__icon:first-child {
    margin-right: 0.5em; }
  .c-button__icon:last-child {
    margin-left: 0.5em; }

.c-button__label {
  z-index: 1;
  position: relative;
  background-color: inherit; }

.button-wrapper {
  margin-top: 2em;
  display: flex; }
  .button-wrapper--centered {
    justify-content: center; }
  .button-wrapper--right {
    justify-content: flex-end; }

.c-button--hidden {
  display: none; }

/**
 * Alert
 */
.c-alert {
  background-color: #005aab;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: none;
  box-shadow: 0px -5px 30px 1px rgba(255, 255, 255, 0.2); }
  @media (min-width: 800px) {
    .c-alert {
      padding: 15px; } }
  @media (min-width: 1024px) {
    .c-alert:before, .c-alert:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      opacity: .8;
      pointer-events: none;
      background: url(/themes/custom/bluecross/dist/img/sprite-icon-confetti-cross.svg) no-repeat, url(/themes/custom/bluecross/dist/img/sprite-icon-confetti-heart.svg) no-repeat; }
    .c-alert:before {
      background-size: 20px 20px, 15px 15px;
      background-position: right 17% top 5px, left 20px bottom 10px; }
    .c-alert:after {
      background-size: 25px 25px, 20px 20px;
      background-position: right 26% top 20px, left 26% bottom 20px; } }

.c-alert__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px 40px; }
  .c-alert__wrapper,
  .c-alert__wrapper a {
    text-decoration: none; }
  .c-alert__wrapper:hover, .c-alert__wrapper :focus {
    text-decoration: none; }
  @media (min-width: 800px) {
    .c-alert__wrapper {
      flex-direction: row;
      justify-content: center;
      text-align: left;
      margin: 0 30px; } }
  @media (min-width: 1024px) {
    .c-alert__wrapper {
      margin: 0; } }
  @media (min-width: 800px) {
    .c-alert__wrapper.-mob {
      display: none; } }
  .c-alert__wrapper.-desk {
    display: none; }
    @media (min-width: 800px) {
      .c-alert__wrapper.-desk {
        display: flex; } }

.c-alert__title {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0;
  font-family: "vagRoundedBold", "arial", "helvetica", sans-serif;
  font-weight: bold; }
  .c-alert__title:hover, .c-alert__title:focus {
    text-decoration: none;
    color: #FFFFFF; }
  @media (min-width: 800px) {
    .c-alert__title {
      font-size: 22px;
      margin-right: 30px; } }

.c-alert__link {
  margin-right: 10px; }
  .c-alert__link:last-child {
    margin-right: 0; }
  .c-alert__link:hover, .c-alert__link:focus {
    /* stylelint-disable */
    text-decoration: none !important;
    /* stylelint-enable */ }
  @media (min-width: 800px) {
    .c-alert__link {
      margin-right: 20px; } }

.c-alert__btns {
  display: flex;
  flex-shrink: 0;
  z-index: 10; }

.c-alert__close {
  position: absolute;
  right: 10px;
  background-image: url(/themes/custom/bluecross/dist/img/sprite-icon-cross.svg);
  background-color: transparent;
  border: 0;
  top: 10px;
  height: 15px;
  width: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s ease-in-out;
  padding: 0;
  cursor: pointer; }
  @media (min-width: 800px) {
    .c-alert__close {
      top: 50%;
      right: 30px;
      margin-top: -7px; } }
  .c-alert__close:hover, .c-alert__close:focus {
    opacity: 0.5; }

/**
 * Donate
 */
.c-donate__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #005aab;
  color: #FFFFFF;
  position: relative; }

.c-donate__bg--small:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 800px) {
  .c-donate__bg--small {
    background: none; }
    .c-donate__bg--small:before {
      content: normal; } }

@media (min-width: 800px) {
  .c-donate__bg--large {
    padding: 4.5rem 0; }
    .c-donate__bg--large:after {
      content: '';
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .c-donate__bg--large:before {
      content: "";
      width: 0;
      height: 0;
      border: 25px solid transparent;
      border-bottom: 0;
      border-top-color: #FFFFFF;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1; } }

@media (max-width: 799px) {
  .c-donate__title {
    position: relative;
    padding: 30px 0 180px;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center; } }

.c-donate__wrapper {
  overflow: hidden; }
  @media (max-width: 579px) {
    .c-donate__wrapper {
      margin-right: -1rem;
      margin-left: -1rem; } }

@media (min-width: 580px) and (max-width: 799px) {
  .c-donate__wrapper {
    margin-right: -1rem;
    margin-left: -1rem; } }
  @media (min-width: 800px) {
    .c-donate__wrapper {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; } }
  @media (min-width: 1024px) {
    .c-donate__wrapper {
      min-height: 50vh; } }
  @media (min-width: 1200px) {
    .c-donate__wrapper {
      min-height: 60vh; } }

.c-donate__tabs-container {
  display: flex;
  overflow: hidden;
  width: 200%; }

.c-donate__items {
  z-index: 1;
  color: #FFFFFF; }

.c-tabs-bar {
  width: 100%; }
  @media (min-width: 800px) {
    .c-tabs-bar {
      border-bottom: 2px solid rgba(255, 255, 255, 0.3);
      background-color: rgba(0, 0, 0, 0.5);
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; } }

.c-tabs-nav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
  @media (min-width: 800px) {
    .c-tabs-nav {
      width: auto; } }

.c-tabs-nav__item {
  font-family: "vagRoundedBold", "arial", "helvetica", sans-serif;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  vertical-align: middle;
  overflow: hidden;
  padding: 17px 20px;
  border: 0;
  border-radius: 8px;
  background-color: #069fdd;
  color: #FFFFFF;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  position: relative;
  opacity: 0.9;
  background-color: #1666ae;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  border-radius: 0;
  width: 100%; }
  .c-tabs-nav__item:hover, .c-tabs-nav__item:focus {
    background-color: #005aab;
    text-decoration: inherit; }
  @media (min-width: 1024px) {
    .c-tabs-nav__item {
      padding: 16px 30px; } }
  @media (min-width: 800px) {
    .c-tabs-nav__item {
      box-shadow: none;
      width: auto;
      padding: 1.3rem 2.4rem; } }
  .c-tabs-nav__item:hover {
    background-color: #005aab; }
  .c-tabs-nav__item.is-active {
    opacity: 1;
    background-color: #069fdd;
    box-shadow: none; }

.c-tabs-nav__li {
  display: inline-block;
  width: 50%; }
  @media (min-width: 800px) {
    .c-tabs-nav__li {
      width: auto; } }

.c-tabs-nav__li:last-child {
  overflow: hidden;
  border-top-right-radius: 8px; }

.c-donate__tab {
  display: flex;
  background-color: #069fdd;
  width: 100%; }
  @media (min-width: 800px) {
    .c-donate__tab {
      flex-flow: row wrap;
      justify-content: space-between;
      padding: 20px;
      border-radius: 0 0 8px 8px;
      background-color: rgba(0, 0, 0, 0.5); } }
  @media (min-width: 1024px) {
    .c-donate__tab {
      flex-flow: row; } }

.c-donate__item {
  flex-flow: column;
  display: none;
  width: 100%; }
  @media (min-width: 800px) {
    .c-donate__item {
      flex-basis: 50%;
      justify-content: space-between;
      display: flex;
      padding: 20px; } }
  @media (min-width: 1024px) {
    .c-donate__item {
      flex-basis: 25%;
      flex: 1; } }

.c-donate__item--main {
  display: flex;
  padding: 30px; }
  .c-donate__item--main input {
    margin-bottom: 20px;
    background-color: #FFFFFF;
    background-image: url(/themes/custom/bluecross/dist/img/sprite-icon-pound.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 15px 18px;
    font-size: 1.25rem; }
  @media (min-width: 800px) {
    .c-donate__item--main {
      padding: 20px; } }

.c-donate__value {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "vagRoundedBold", "arial", "helvetica", sans-serif;
  font-weight: bold; }
  @media all and (min-width: 800px) {
    .c-donate__value {
      font-size: 4.375rem; } }
  .c-donate__value.-small {
    font-size: 22px;
    height: 22px; }

.c-button--donate {
  margin-top: auto; }
  @media (max-width: 799px) {
    .c-button--donate {
      background-color: #FFFFFF;
      color: #069fdd; }
      .c-button--donate:hover {
        color: #FFFFFF; } }

.c-accordion__item {
  margin-bottom: 20px; }
  .c-accordion__item:last-child {
    margin-bottom: 0; }

.c-accordion__chevron {
  fill: currentColor;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.c-accordion__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  margin: 0;
  border: 0;
  background: #069fdd;
  color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 0;
  cursor: pointer; }
  .c-accordion__button.-is-active, .c-accordion__button:hover {
    background-color: #005aab; }
  .c-accordion__button.-is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .c-accordion__button.-is-active .c-accordion__chevron {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .c-accordion__button + .dropdown-content.o-padded-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.c-accordion__title {
  width: calc(100% - 20px);
  font-size: 1.25rem;
  text-align: left;
  margin: 0;
  color: inherit; }

.c-accordion__content {
  display: none;
  background-color: #e1f4fb; }
  .no-js .c-accordion__content,
  .-is-active + .c-accordion__content {
    display: block; }

/**
 * Footer
 */
.c-footer {
  background-color: #069fdd;
  color: #FFFFFF; }

.c-footer__group--engagement {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 800px) {
    .c-footer__group--engagement {
      padding-top: 55px;
      padding-bottom: 55px; } }

.c-footer__group--menu {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #0697d2; }
  @media (min-width: 1024px) {
    .c-footer__group--menu {
      padding-top: 55px;
      padding-bottom: 55px; } }

@media (max-width: 799px) {
  .c-footer__grid--engagement .c-block--subscribe {
    margin-bottom: 50px; } }

@media (min-width: 800px) {
  .c-footer__grid--engagement {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 4.50958%; } }

@media (min-width: 1024px) {
  .c-footer__grid--engagement {
    grid-column-gap: 3.34448%; } }

.c-footer__grid--menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10.75269%; }
  @media (min-width: 580px) {
    .c-footer__grid--menu {
      grid-column-gap: 6.92042%; } }
  @media (min-width: 800px) {
    .c-footer__grid--menu {
      display: block; } }

@media (min-width: 800px) {
  .c-footer__nav {
    margin-bottom: 10px; } }

@media (min-width: 800px) {
  .path-frontpage .c-footer__nav {
    width: 76.77565%;
    margin-right: 4.50958%; } }

@media (min-width: 1024px) {
  .path-frontpage .c-footer__nav {
    width: 82.77592%;
    margin-right: 3.34448%; } }

@media (min-width: 1200px) {
  .path-frontpage .c-footer__nav {
    width: 66.66667%;
    margin-right: 3.34448%; } }

@media (min-width: 800px) {
  .c-footer__copyright {
    display: flex; } }

.c-footer__copyright p {
  opacity: .8;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .c-footer__copyright p {
      padding-right: 2em; } }
  @media (min-width: 1200px) {
    .path-frontpage .c-footer__copyright p {
      width: 66.66667%;
      margin-right: auto; } }

.c-footer__fundraising-standards-board {
  display: block;
  width: 84px;
  height: 87px;
  margin-top: 20px; }
  @media (min-width: 800px) {
    .c-footer__fundraising-standards-board {
      flex: 0 0 auto;
      width: 155px;
      margin: 0; } }

.pre-footer {
  background-color: #069fdd;
  color: #FFFFFF;
  padding: 4rem 0; }

.grid-pre-footer {
  display: flex;
  flex-flow: column nowrap; }
  @media (min-width: 800px) {
    .grid-pre-footer {
      flex-flow: row nowrap;
      margin-left: -1rem;
      margin-right: -1rem; } }
  .grid-pre-footer > [class^="block"] {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 2rem; }
    @media (min-width: 800px) {
      .grid-pre-footer > [class^="block"] {
        width: 50%;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .grid-pre-footer > [class^="block"] {
        width: 33.33%; } }
    .grid-pre-footer > [class^="block"]:last-child {
      margin-bottom: 0; }

.block-sociallinks h2,
.block-tweets h2,
.block-newsletter h2 {
  color: inherit;
  margin-top: 0; }

@media (min-width: 800px) and (max-width: 1023px) {
  .block-tweets {
    display: none; } }

/**
 * The site header
 */
@-webkit-keyframes slideDownNav {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: transformY(0);
            transform: transformY(0); } }
@keyframes slideDownNav {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: transformY(0);
            transform: transformY(0); } }

@-webkit-keyframes slideUpNav {
  from {
    -webkit-transform: transformY(0);
            transform: transformY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes slideUpNav {
  from {
    -webkit-transform: transformY(0);
            transform: transformY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

.c-header {
  padding: 0.5em 0;
  background-color: #FFFFFF;
  position: relative; }
  @media (min-width: 1024px) {
    .c-header {
      padding: 1em 0; }
      .c-header.is-fixed {
        position: fixed;
        z-index: 10;
        background-color: #FFFFFF;
        top: 0;
        left: 0;
        width: 100%;
        padding: 1em 0;
        box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.2); }
        .c-header.is-fixed + main {
          padding-top: 168px; }
      .c-header.animate-in {
        -webkit-animation: slideDownNav .3s forwards;
                animation: slideDownNav .3s forwards; }
      .c-header.animate-out {
        -webkit-animation: slideUpNav .3s forwards;
                animation: slideUpNav .3s forwards; } }

.c-header__container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end; }
  .is-fixed .c-header__container {
    display: flex;
    align-items: center; }

body.-is-IE11 .c-header__container {
  justify-content: flex-start;
  box-sizing: border-box; }

.c-header__brand {
  z-index: 1;
  box-sizing: content-box;
  width: 81px;
  height: 81px;
  background-color: #FFFFFF;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .c-header__brand {
      width: 140px;
      height: 140px;
      margin-left: -33px;
      border-right: 13px solid #FFFFFF; }
      .c-header.is-fixed .c-header__brand {
        width: 65px;
        height: 65px; } }

/*
* CTA Nav
*/
.c-header__cta-nav {
  display: flex;
  align-items: center; }
  @media (min-width: 1024px) {
    .c-header__cta-nav {
      align-items: flex-start; } }
  .c-header__cta-nav .menu {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;
    margin-left: 1em; }
    .c-header__cta-nav .menu li:not(:last-child) {
      margin-right: 0.5em; }
  .c-header__cta-nav .c-button[style], .c-header__cta-nav .c-login-form .form-submit[style], .c-login-form .c-header__cta-nav .form-submit[style] {
    position: relative; }
    .c-header__cta-nav .c-button[style]:before, .c-header__cta-nav .c-login-form .form-submit[style]:before, .c-login-form .c-header__cta-nav .form-submit[style]:before {
      display: block;
      content: '';
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.3s ease 0s; }
    .c-header__cta-nav .c-button[style]:hover:before, .c-header__cta-nav .c-login-form .form-submit[style]:hover:before, .c-login-form .c-header__cta-nav .form-submit[style]:hover:before, .c-header__cta-nav .c-button[style]:focus:before, .c-header__cta-nav .c-login-form .form-submit[style]:focus:before, .c-login-form .c-header__cta-nav .form-submit[style]:focus:before {
      opacity: 1; }
    .c-header__cta-nav .c-button[style] > span, .c-header__cta-nav .c-login-form .form-submit[style] > span, .c-login-form .c-header__cta-nav .form-submit[style] > span {
      position: relative; }

body.-is-IE11 .c-header__cta-nav {
  justify-content: flex-start;
  box-sizing: border-box; }
  @media (min-width: 1024px) {
    body.-is-IE11 .c-header__cta-nav {
      display: inline; } }
  body.-is-IE11 .c-header__cta-nav .menu {
    margin-right: 4rem; }
    @media (min-width: 800px) {
      body.-is-IE11 .c-header__cta-nav .menu {
        margin-right: 5rem; } }
    @media (min-width: 1024px) {
      body.-is-IE11 .c-header__cta-nav .menu {
        margin-right: 0; } }

/*
* Main Nav
*/
@media (min-width: 1024px) {
  .is-fixed .c-header__group--menu {
    flex: 1; } }

.c-header__nav {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 1023px) {
    .c-header__nav {
      background-color: #005aab;
      color: #FFFFFF;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 5; } }
  @media (min-width: 1024px) {
    .c-header__nav {
      border-top: 1px solid #e6e6e6;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0 3rem; } }
  @media (min-width: 1024px) {
    .is-fixed .c-header__nav {
      flex: 1;
      border-top: 0;
      position: static;
      margin-top: 0;
      width: auto; } }

@media (max-width: 1023px) {
  .c-header__main-menu.is-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px; } }

@media (min-width: 1024px) {
  .c-header__main-menu {
    max-width: calc( 1200px + 4rem * 2);
    margin: 0 auto;
    padding-left: calc(140px); }
    .is-fixed .c-header__main-menu {
      padding-left: 0; } }

/*
* Search - appears in two places
* Inside the menu for mobile and at the top on desktop
*/
.c-header__search {
  display: none; }
  @media (min-width: 1024px) {
    .c-header__search {
      display: flex;
      align-items: center;
      align-items: flex-start; } }
  .c-header__main-menu .c-header__search {
    display: block;
    padding: 20px 15px; }
    @media (min-width: 580px) {
      .c-header__main-menu .c-header__search {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 800px) {
      .c-header__main-menu .c-header__search {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1024px) {
      .c-header__main-menu .c-header__search {
        display: none; } }
  .is-fixed .c-header__search {
    display: none; }

.c-header__form {
  position: relative; }
  .c-header__form input {
    padding-right: 50px;
    transition: width .3s ease 0s;
    margin: 0; }
    @media (min-width: 1024px) {
      .c-header__form input {
        width: 180px; } }
    @media (min-width: 1024px) {
      .c-header__form input:focus {
        width: 300px; } }
  .c-header__form button {
    background-color: transparent;
    width: 44px;
    height: 44px;
    display: block;
    padding: 0;
    top: 0;
    left: 0;
    text-indent: -9999px;
    border: 0;
    background: url(/themes/custom/bluecross/dist/img/sprite-icon-search.svg) no-repeat center; }

/*
* Submenu
*/
.c-header__submenu {
  overflow: hidden;
  width: 100%;
  color: #FFFFFF; }
  @media (min-width: 1024px) {
    .c-header__submenu {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 4;
      -webkit-transform: translateX(-9999px);
              transform: translateX(-9999px);
      transition: -webkit-transform 0s linear 0s;
      transition: transform 0s linear 0s;
      transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
      padding: 60px 0 30px;
      background-color: #005aab; } }
  .c-header__submenu:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media (max-width: 1023px) {
    .c-header__submenu.is-hidden {
      display: none; } }

.c-header__submenu-title {
  display: none;
  margin-top: 0;
  color: inherit;
  font-size: 1rem;
  font-family: "vagRoundedBold", "arial", "helvetica", sans-serif; }
  @media all and (min-width: 1024px) {
    .c-header__submenu-title {
      font-size: 1.25rem; } }
  @media (min-width: 1024px) {
    .c-header__submenu-title {
      display: block;
      margin-bottom: 20px; } }

/**
 * Hero Component
 */
.c-hero {
  color: #FFFFFF;
  background-color: transparent;
  position: relative; }

.c-hero__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #FFFFFF;
  background: #f6f6f6;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -65px; }
  .c-hero__logo figure {
    width: 100%; }
  .c-hero__logo img {
    width: 100%;
    height: auto; }
  @media (min-width: 800px) {
    .c-hero__logo {
      height: 150px;
      width: 150px;
      bottom: -75px; } }
  @media (min-width: 1200px) {
    .c-hero__logo {
      height: 180px;
      width: 180px;
      left: 65px;
      right: auto;
      bottom: -70px; }
      .c-hero__logo--with-video {
        bottom: -70px; } }

.c-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  background-color: #069fdd;
  color: #FFFFFF;
  /*
  * Little star & heart details in the bg
  */ }
  @media (min-width: 800px) {
    .c-hero__container {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .c-hero__container {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .c-hero__container--has-image {
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    height: 400px; }
    @media (min-width: 800px) {
      .c-hero__container--has-image {
        height: 500px; } }
  .c-hero__container--has-video {
    justify-content: center;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    min-height: calc(100vh - 101px); }
    @media (min-width: 1024px) {
      .c-hero__container--has-video {
        min-height: calc(100vh - 168px); }
        .toolbar-horizontal .c-hero__container--has-video {
          min-height: calc(100vh - 281px); } }
    @media (min-width: 800px) {
      .c-hero__container--has-video {
        height: 600px; } }
  @media (min-width: 1024px) {
    .c-hero__container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: repeat;
      z-index: -1;
      background-image: url(/themes/custom/bluecross/dist/img/pattern-bg.svg);
      background-size: 800px 350px;
      -webkit-filter: invert(1);
              filter: invert(1);
      opacity: 0.2; } }

body.-is-IE11 .c-hero__container .o-container, body.-is-IE11 .c-hero__container .c-accordion__item .c-accordion__content ul, .c-accordion__item .c-accordion__content body.-is-IE11 .c-hero__container ul {
  width: 100%; }

.c-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 2; }

/*
* Hero image media
*/
.c-hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center"; }

.c-hero__image::after {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/*
* Hero video media
*/
.c-hero__video {
  position: absolute;
  z-index: 1;
  top: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%; }

/*
* Hero controls
*/
.c-hero__video-controls {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.4); }
  @media (min-width: 800px) {
    .c-hero__video-controls {
      width: 60px;
      height: 60px;
      bottom: 60px;
      right: 60px; } }
  @media (min-width: 1024px) {
    .c-hero__video-controls {
      width: 80px;
      height: 80px;
      bottom: 90px;
      right: 90px; } }
  .c-hero__video-controls .c-button, .c-hero__video-controls .c-login-form .form-submit, .c-login-form .c-hero__video-controls .form-submit {
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: inherit;
    border: 5px solid currentColor;
    border-radius: 50%;
    padding: 0; }
    .c-hero__video-controls .c-button.is-visible, .c-hero__video-controls .c-login-form .is-visible.form-submit, .c-login-form .c-hero__video-controls .is-visible.form-submit {
      position: absolute;
      opacity: 1;
      pointer-events: all; }
    .c-hero__video-controls .c-button:hover, .c-hero__video-controls .c-login-form .form-submit:hover, .c-login-form .c-hero__video-controls .form-submit:hover, .c-hero__video-controls .c-button:focus, .c-hero__video-controls .c-login-form .form-submit:focus, .c-login-form .c-hero__video-controls .form-submit:focus {
      color: #FFFFFF; }
    .c-hero__video-controls .c-button:focus, .c-hero__video-controls .c-login-form .form-submit:focus, .c-login-form .c-hero__video-controls .form-submit:focus {
      box-shadow: 0 0 6px 3px #1666ae; }

.c-hero__title {
  font-size: 1.5rem;
  line-height: 1.33;
  margin: 0;
  font-weight: bold;
  color: inherit;
  text-align: center; }
  @media all and (min-width: 800px) {
    .c-hero__title {
      font-size: 2.1875rem;
      line-height: 1.33; } }
  @media all and (min-width: 1024px) {
    .c-hero__title {
      font-size: 2.75rem;
      line-height: 1.2; } }
  @media all and (min-width: 1200px) {
    .c-hero__title {
      font-size: 3.3125rem;
      line-height: 1.2; } }
  .c-hero__title--large {
    font-size: 1.875rem;
    line-height: 1.33;
    max-width: calc( 1200px + 4rem * 2)/2;
    font-weight: normal; }
    @media all and (min-width: 1024px) {
      .c-hero__title--large {
        font-size: 3.875rem;
        line-height: 1.1; } }
  .c-hero__title--small {
    font-size: 1.5rem;
    line-height: 1.2; }
    @media all and (min-width: 800px) {
      .c-hero__title--small {
        font-size: 2.1875rem;
        line-height: 1.25; } }
    @media all and (min-width: 1024px) {
      .c-hero__title--small {
        font-size: 2.1875rem;
        line-height: 1.25; } }

.c-hero__body {
  font-size: 1.125rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center; }
  @media all and (min-width: 800px) {
    .c-hero__body {
      font-size: 1.3125rem; } }
  @media all and (min-width: 1024px) {
    .c-hero__body {
      font-size: 1.5rem; } }
  .c-hero__body:last-child {
    margin-bottom: 0; }

/*
* CTA Action group
*/
.c-hero__actions {
  margin-top: 2em; }

/*
* Bottom curve
* White (bottom) for image heros
* Blue (top) for small heros
*/
.c-hero__bottom-curve {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0; }
  .c-hero__bottom-curve svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .c-hero__bottom-curve::after {
    content: "";
    display: block;
    padding-bottom: 2.75%; }

body.-is-IE11 .c-hero__bottom-curve {
  width: 100%; }

.c-accordion__content .c-hero {
  display: none; }

.c-hero--small {
  padding-bottom: 2.75%; }
  @media (min-width: 800px) {
    .c-hero--small .c-hero__container {
      padding-bottom: calc(60px - 2.75%); } }
  @media (min-width: 1024px) {
    .c-hero--small .c-hero__container {
      padding-bottom: calc(90px - 2.75%); } }
  .c-hero--small .c-hero__container .c-hero__content {
    color: #FFFFFF;
    text-shadow: none; }
  .c-hero--small .c-hero__container .c-hero__title {
    font-size: 1.5rem;
    line-height: 1.2; }
    @media all and (min-width: 800px) {
      .c-hero--small .c-hero__container .c-hero__title {
        font-size: 2.1875rem;
        line-height: 1.25; } }
    @media all and (min-width: 1024px) {
      .c-hero--small .c-hero__container .c-hero__title {
        font-size: 2.1875rem;
        line-height: 1.25; } }

/*
* Push an image slice underneath the hero curve
*/
.c-hero--small + .c-image {
  margin-top: -2.75%; }

.c-hero__container--pet {
  background-color: #e1f4fb;
  color: #005aab;
  text-shadow: none; }
  @media (max-width: 1023px) {
    .c-hero__container--pet {
      height: auto; } }
  @media (min-width: 1024px) {
    .c-hero__container--pet {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; } }
  .c-hero__container--pet:before {
    -webkit-filter: invert(1) sepia(100%) saturate(500%) brightness(80%) hue-rotate(137deg);
            filter: invert(1) sepia(100%) saturate(500%) brightness(80%) hue-rotate(137deg);
    opacity: 0.5;
    background-position: top center; }

.c-hero-flex-children {
  display: flex;
  flex-flow: column nowrap; }
  @media (min-width: 1024px) {
    .c-hero-flex-children {
      flex-flow: row nowrap;
      height: 100%; } }

@media (max-width: 1023px) {
  .c-hero__content--pet {
    text-align: center; } }

@media (min-width: 1024px) {
  .c-hero__content--pet {
    align-items: flex-start;
    justify-content: center;
    padding-right: 2rem; } }

.c-hero__body--pet {
  text-align: left; }

.c-hero-gallery {
  position: relative; }
  @media (max-width: 1023px) {
    .c-hero-gallery {
      height: 300px; } }
  @media (min-width: 1024px) {
    .c-hero-gallery {
      overflow: hidden;
      order: 2;
      margin-top: -90px;
      margin-bottom: -90px;
      flex: 1; } }

.c-hero-gallery__slider {
  overflow: hidden;
  height: 100%; }
  .c-hero-gallery__slider > div {
    height: 100%; }
    .c-hero-gallery__slider > div > div {
      height: 100%; }

.c-hero-gallery__item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2px; }
  .c-hero-gallery__item img {
    display: block;
    max-height: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain; }
  @media (max-width: 1023px) {
    .c-hero-gallery__item .video-embed-field-lazy {
      display: flex;
      flex-flow: column nowrap;
      flex: 1;
      width: 100%;
      justify-content: center;
      align-items: center;
      max-height: 100%; } }
  @media (min-width: 1024px) {
    .c-hero-gallery__item .video-embed-field-lazy {
      width: 100%; } }
  @media (max-width: 1023px) {
    .c-hero-gallery__item .video-embed-field-lazy .c-video {
      height: 100%;
      width: 56.25vw; } }

.c-hero-gallery__btn {
  cursor: pointer;
  background-color: #069fdd;
  color: #FFFFFF;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  transition: background-color 0.3s 0s ease; }
  .c-hero-gallery__btn:hover, .c-hero-gallery__btn:focus {
    background-color: #005aab; }
  .c-hero-gallery__btn--next {
    right: 0.5em; }
  .c-hero-gallery__btn--prev {
    left: 0.5em; }

/*
* Facets for inside pet advice
*/
.c-hero__filters {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em; }
  @media (min-width: 800px) {
    .c-hero__filters {
      margin-bottom: 0.25em; } }
  .c-hero__filters > .block--facet {
    width: 100%;
    margin-bottom: 1em; }
    @media (min-width: 800px) {
      .c-hero__filters > .block--facet {
        margin-bottom: 0;
        width: calc(50% - (40px / 2)); } }
  .c-hero__filters select {
    height: 4rem;
    line-height: 1;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-position: right 1em center;
    padding-right: 45px;
    background-color: #005aab;
    color: #FFFFFF;
    background-image: url(/themes/custom/bluecross/dist/img/sprite-icon-dropdown-light.svg);
    font-size: 20px;
    font-weight: bold; }
    .c-hero__filters select[disabled] {
      opacity: 0.5;
      pointer-events: none; }
  .c-hero__filters ul.item-list__dropdown {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.c-hero__filters-reset {
  margin-top: 1em; }
  .c-hero__filters-reset:hover {
    text-decoration: none; }
  @media (min-width: 800px) {
    .c-hero__filters-reset {
      margin-left: auto; } }

.c-facet.c-facet--advice_type {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none; }

.c-hero--logo {
  margin-bottom: 6.4rem; }
  @media (min-width: 800px) {
    .c-hero--logo {
      margin-bottom: 7rem; } }
  @media (min-width: 1200px) {
    .c-hero--logo {
      margin-bottom: 5rem; }
      .c-hero--logo .c-hero-logo-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%; }
        .c-hero--logo .c-hero-logo-wrapper .o-container, .c-hero--logo .c-hero-logo-wrapper .c-accordion__item .c-accordion__content ul, .c-accordion__item .c-accordion__content .c-hero--logo .c-hero-logo-wrapper ul {
          position: relative; } }
  .c-hero--logo .c-hero__content {
    margin-bottom: 60px; }
    @media (min-width: 580px) {
      .c-hero--logo .c-hero__content {
        margin-bottom: 70px; } }
    @media (min-width: 1200px) {
      .c-hero--logo .c-hero__content {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .c-hero--logo.c-hero--small .c-hero__content {
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .c-hero--logo.c-hero--small .c-hero__content {
        margin-bottom: 20px;
        margin-top: 20px; } }

.c-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor; }

.c-icon--small {
  width: 0.8em;
  height: 0.8em; }

.c-icon--medium {
  width: 1.25em;
  height: 1.25em; }

.c-icon--large {
  width: 1.5em;
  height: 1.5em; }

.c-wysiwyg {
  zoom: 1; }
  .c-wysiwyg:before, .c-wysiwyg:after {
    content: "";
    display: table;
    flex-basis: 0;
    order: 1; }
  .c-wysiwyg:after {
    clear: both; }
  .c-wysiwyg h2 {
    color: #069fdd; }
  .c-wysiwyg .o-padded-box {
    font-size: 1rem;
    margin-bottom: 1em; }
  .c-wysiwyg > *:first-child {
    margin-top: 0; }
  .c-wysiwyg > *:last-child {
    margin-bottom: 0; }

.paragraph--type--slice-heading {
  text-align: center; }

.o-slice__title--heading {
  margin-bottom: 1rem; }

@media (min-width: 1024px) {
  .paragraph--type--slice-heading .c-wysiwyg,
  .paragraph--type--slice-content .c-wysiwyg {
    width: 82.75%;
    margin: 0 auto; } }

.embedded-entity {
  float: none;
  position: relative;
  /*
    * Captions
    */ }
  .embedded-entity.align-center {
    display: flex;
    justify-content: center; }
  .embedded-entity .media {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.25em;
    position: relative; }
  .embedded-entity img {
    display: block;
    height: auto; }
  .embedded-entity figcaption {
    font-size: 1rem;
    display: block;
    width: 100%;
    background-color: #f6f6f6;
    padding: 10px 20px; }
    @media all and (min-width: 1024px) {
      .embedded-entity figcaption {
        font-size: 1.125rem; } }
  @media (min-width: 800px) {
    .embedded-entity:not(.align-left):not(.align-right) figcaption {
      border-top-right-radius: 8px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.9);
      max-width: 90%; } }

@media (min-width: 580px) {
  .media-small,
  .media--view-mode-small {
    width: 50%; } }

@media (min-width: 1024px) {
  .media-small,
  .media--view-mode-small {
    width: 32%; } }

@media (min-width: 580px) {
  .align-left .media-small, .align-left
  .media--view-mode-small {
    float: left;
    margin-right: 2em;
    margin-top: 0.25em; } }

@media (min-width: 580px) {
  .align-right .media-small, .align-right
  .media--view-mode-small {
    float: right;
    margin-left: 2em;
    margin-top: 0.25em; } }

@media (min-width: 800px) {
  .media-medium,
  .media--view-mode-medium {
    width: 50%; } }

@media (min-width: 800px) {
  .align-left .media-medium, .align-left
  .media--view-mode-medium {
    float: left;
    margin-right: 2em;
    margin-top: 0.25em; } }

@media (min-width: 800px) {
  .align-right .media-medium, .align-right
  .media--view-mode-medium {
    float: right;
    margin-left: 2em;
    margin-top: 0.25em; } }

.media-large,
.media--view-mode-large {
  max-width: 100%; }

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

.entity.entity-asset.asset-image {
  float: none;
  position: relative;
  text-align: center; }
  .entity.entity-asset.asset-image.align-center {
    display: flex;
    justify-content: center; }
  @media (min-width: 800px) {
    .entity.entity-asset.asset-image.view-mode-right {
      float: right;
      margin-left: 2em;
      margin-top: 0.25em; } }
  @media (min-width: 800px) {
    .entity.entity-asset.asset-image.view-mode-left {
      float: left;
      margin-right: 2em;
      margin-top: 0.25em; } }
  .entity.entity-asset.asset-image figure {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.25em;
    position: relative;
    display: inline-block; }
    .entity.entity-asset.asset-image figure img {
      display: block;
      height: auto; }
    .entity.entity-asset.asset-image figure figcaption {
      font-size: 1rem;
      display: block;
      width: 100%;
      background-color: #f6f6f6;
      padding: 10px 20px;
      text-align: left; }
      @media all and (min-width: 1024px) {
        .entity.entity-asset.asset-image figure figcaption {
          font-size: 1.125rem; } }
    @media (min-width: 800px) {
      .entity.entity-asset.asset-image figure:not(.align-left):not(.align-right) figcaption {
        border-top-right-radius: 8px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        max-width: 90%; } }

/*
* Statistic asset
*/
.c-statistic {
  position: relative;
  background-color: #e1f4fb; }
  .c-statistic:before, .c-statistic:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10; }
  .c-statistic:before {
    background-image: url(/themes/custom/bluecross/dist/img/decoration-cross.svg);
    width: 18px;
    height: 18px;
    top: 120px;
    left: 50px;
    opacity: 0.4; }
  .c-statistic:after {
    background-image: url(/themes/custom/bluecross/dist/img/decoration-heart.svg);
    width: 18px;
    height: 18px;
    top: 120px;
    right: 50px;
    opacity: 0.2; }

.c-statistic__title {
  color: #005aab;
  text-align: center;
  margin: 0;
  position: relative; }
  .c-statistic__title:before, .c-statistic__title:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10; }
  .c-statistic__title:before {
    background-image: url(/themes/custom/bluecross/dist/img/decoration-heart.svg);
    width: 18px;
    height: 18px;
    top: 30px;
    left: 10px;
    opacity: 0.2; }
  .c-statistic__title:after {
    background-image: url(/themes/custom/bluecross/dist/img/decoration-cross.svg);
    width: 18px;
    height: 18px;
    top: 20px;
    right: 0;
    opacity: 0.4; }

.c-statistic__title-large {
  font-size: 1.5rem;
  background-color: #069fdd;
  margin-bottom: 0.5em;
  display: block;
  color: #FFFFFF;
  padding: 1em;
  position: relative; }
  @media all and (min-width: 1024px) {
    .c-statistic__title-large {
      font-size: 1.625rem; } }
  .c-statistic__title-large em {
    display: block;
    font-style: normal;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    opacity: 0; }
    .no-cssanimations .c-statistic__title-large em,
    .cke_editable .c-statistic__title-large em {
      opacity: 1; }
    .triggered .c-statistic__title-large em {
      -webkit-animation-name: bounceIn;
              animation-name: bounceIn; }
  .c-statistic__title-large:after {
    content: "";
    display: block;
    width: 100%;
    background-image: url(/themes/custom/bluecross/dist/img/hero-curve-top.svg);
    background-size: 100% 100%;
    background-position: top center;
    padding-bottom: 15px;
    position: absolute;
    bottom: -15px;
    left: 0; }
    .no-background-size .c-statistic__title-large:after {
      display: none; }

.c-statistic__title-small {
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 1.5em 1em;
  display: block; }
  @media all and (min-width: 1024px) {
    .c-statistic__title-small {
      font-size: 1.25rem; } }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.homefinder-preview {
  padding: 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #f6f6f6; }
  @media (min-width: 580px) {
    .homefinder-preview {
      padding: 30px; } }
  @media (max-width: 1199px) {
    .layout__aside .homefinder-preview {
      display: none; } }

.homefinder-preview-image {
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .homefinder-preview-image {
      margin-bottom: 30px; } }
  .homefinder-preview-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 4px solid #069fdd;
    border-radius: 8px;
    background-color: #069fdd;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); }

.homefinder-preview__detail {
  margin: 0;
  font-size: 1rem; }

.homefinder-preview__label {
  margin-right: 5px;
  float: left;
  font-weight: bold; }

.homefinder-preview__value {
  display: block;
  margin: 0;
  overflow: hidden; }

.c-block-divider {
  background-image: url(/themes/custom/bluecross/dist/img/divider-pattern.svg);
  height: 10px;
  background-repeat: repeat-x;
  background-position: center;
  width: 100%; }
  .c-block-divider::after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    width: 50px;
    height: 10px;
    background-image: url(/themes/custom/bluecross/dist/img/decoration-heart-blue.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: center; }
  .c-block-divider hr {
    display: none; }

.profile-teaser__hyperlink {
  display: flex;
  align-items: center;
  text-decoration: none; }
  .profile-teaser__hyperlink:hover .profile-teaser__icon::after, .profile-teaser__hyperlink:focus .profile-teaser__icon::after {
    opacity: 1; }

.profile-teaser__icon {
  position: relative;
  margin-right: 20px;
  max-width: 80px;
  border-radius: 8px;
  background-color: #f6f6f6;
  overflow: hidden; }
  .profile-teaser__icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 90, 171, 0.5);
    transition: opacity .4s ease 0s;
    opacity: 0; }
  .profile-teaser__icon img {
    display: block;
    width: 100%; }

.profile-teaser__heading {
  font-family: "vagRoundedLight", "arial", "helvetica", sans-serif;
  font-size: 1.2em;
  font-weight: normal; }

.c-species-selector-item {
  text-align: center; }
  .c-species-selector-item h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0; }
  .c-species-selector-item a {
    text-decoration: none; }
    .c-species-selector-item a:hover .image-container--species::after {
      opacity: 1; }

.image-container--species {
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px; }
  .image-container--species::after {
    content: "";
    background-color: rgba(0, 90, 171, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease; }
  .image-container--species > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    vertical-align: middle; }

/**
 * Pet alert
 */
.c-pet-alert {
  margin-bottom: 25px;
  padding: 30px 50px;
  background-color: #e1f4fb;
  border-radius: 8px; }
  @media (min-width: 800px) {
    .c-pet-alert {
      margin-bottom: 55px; } }
  @media (min-width: 1200px) {
    .c-pet-alert {
      display: flex;
      justify-content: center;
      align-items: center; } }

.c-pet-alert__content {
  text-align: center; }
  @media (min-width: 1200px) {
    .c-pet-alert__content {
      text-align: right; } }
  .c-pet-alert__content h3 {
    color: #069fdd; }
    @media (min-width: 1200px) {
      .c-pet-alert__content h3 {
        margin-bottom: 10px; } }
  @media (max-width: 1199px) {
    .c-pet-alert__content span {
      display: none; } }

.c-pet-alert__cta {
  text-align: center; }
  @media (min-width: 1200px) {
    .c-pet-alert__cta {
      margin-left: 40px; } }

.o-slice.book-slice {
  margin-top: 4rem; }
  .o-slice.book-slice h3 {
    color: #069fdd; }
  .o-slice.book-slice .o-padded-box.u-overflow {
    overflow: visible; }
  .o-slice.book-slice .grid__item img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1024px) {
    .o-slice.book-slice .grid__item img {
      width: 90%;
      -webkit-transform: translate(0rem, -1.5rem) rotate(-3deg);
              transform: translate(0rem, -1.5rem) rotate(-3deg); } }
  @media (min-width: 1024px) {
    .o-slice.book-slice .grid-img {
      padding-bottom: 0; } }

.donate-slice {
  margin-bottom: 0; }
  .donate-slice .o-padded-box--blue-light {
    padding: 4rem 0;
    margin-bottom: 0; }
  .donate-slice .grid {
    display: flex;
    align-items: center; }
  .donate-slice img {
    border-radius: 0.5rem; }

.fieldset-legend {
  font-weight: bold; }

/*
 * BX Styled radio/checkboxes
 */
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
input[type=time],
textarea {
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 1px rgba(6, 159, 221, 0.6);
  color: #666; }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=url]:focus,
  input[type=date]:focus,
  input[type=time]:focus,
  textarea:focus {
    box-shadow: inset 0 0 0 3px rgba(6, 159, 221, 0.6); }

/*
* Webform  > select
*/
select {
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 45px;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 1px rgba(6, 159, 221, 0.6);
  color: #666;
  background-image: url(/themes/custom/bluecross/dist/img/sprite-icon-dropdown-dark.svg); }
  select:focus {
    box-shadow: inset 0 0 0 3px rgba(6, 159, 221, 0.6); }

/*
* Webform > Checkboxes & radio
*/
input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 1.5em;
    font-weight: normal; }
  input[type=checkbox] + label:before,
  input[type=radio] + label:before {
    position: absolute;
    left: 0;
    top: 0.2em;
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 1em;
    height: 1em;
    background-color: #FFFFFF;
    box-shadow: inset 0 0 0 1px rgba(6, 159, 221, 0.6);
    color: #666; }
  input[type=checkbox] + label:hover:before,
  input[type=checkbox]:focus + label:before,
  input[type=radio] + label:hover:before,
  input[type=radio]:focus + label:before {
    box-shadow: inset 0 0 0 3px rgba(6, 159, 221, 0.6); }
  input[type=checkbox]:checked + label:before,
  input[type=radio]:checked + label:before {
    background-color: #069fdd; }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  input[type=checkbox]:disabled + label:before,
  input[type=radio]:disabled + label:before {
    box-shadow: none;
    background: #ddd; }

/*
* Webform > Radio
*/
input[type=radio] + label:before {
  border-radius: 50%; }

input[type=radio]:checked + label:before {
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 0.3em #069fdd; }

/*
* Webform > Checkbox
*/
input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  top: 0.05em;
  left: 0;
  background: #FFFFFF;
  width: 0.15em;
  height: 0.15em;
  box-shadow: 2px 0 0 #FFFFFF, 4px 0 0 #FFFFFF, 4px -2px 0 #FFFFFF, 4px -4px 0 #FFFFFF, 4px -6px 0 #FFFFFF, 4px -8px 0 #FFFFFF;
  -webkit-transform: translate(0.2em, 0.55em) rotate(45deg);
          transform: translate(0.2em, 0.55em) rotate(45deg); }

/*
* Webform
*/
.c-webform {
  /*
  * Webform > form item
  */
  /*
  * Fieldset form item
  */
  /*
  * Webform > date
  */
  /*
  * Webform > form actions
  */ }
  .c-webform .form-item {
    margin-bottom: 1.25em; }
    .c-webform .form-item:last-child {
      margin-bottom: 0; }
    .c-webform .form-item .form-required:not(.option)::after {
      margin-left: 5px; }
    .c-webform .form-item .form-item {
      margin-bottom: 0; }
    .c-webform .form-item .container-inline {
      margin: 0;
      display: flex; }
      .c-webform .form-item .container-inline > .form-item:not(:first-child) {
        margin-left: 0.5em; }
    @media (max-width: 768px) {
      .c-webform .form-item .webform-likert-table {
        display: block; }
        .c-webform .form-item .webform-likert-table thead, .c-webform .form-item .webform-likert-table tbody, .c-webform .form-item .webform-likert-table th, .c-webform .form-item .webform-likert-table td, .c-webform .form-item .webform-likert-table tr {
          display: block; }
        .c-webform .form-item .webform-likert-table thead tr {
          position: absolute;
          top: -9999px;
          left: -9999px; }
        .c-webform .form-item .webform-likert-table tbody tr:not(:last-child) {
          margin-bottom: 0.5em; }
        .c-webform .form-item .webform-likert-table td {
          text-align: unset; } }
    @media (min-width: 768px) {
      .c-webform .form-item .webform-likert-table {
        width: 100%; } }
    @media (min-width: 768px) {
      .c-webform .form-item .webform-likert-table label span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }
    .c-webform .form-item .webform-likert-table thead {
      vertical-align: bottom; }
    .c-webform .form-item .webform-likert-table .option {
      vertical-align: top; }
      @media (max-width: 768px) {
        .c-webform .form-item .webform-likert-table .option {
          display: block; } }
    .c-webform .form-item legend {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .c-webform .form-item .webform-options-display-two-columns,
      .c-webform .form-item .webform-options-display-three-columns {
        margin-top: 0;
        display: flex; }
        .c-webform .form-item .webform-options-display-two-columns .form-item:not(:last-child),
        .c-webform .form-item .webform-options-display-three-columns .form-item:not(:last-child) {
          margin-right: 20px; } }
    @media (max-width: 767px) {
      .c-webform .form-item .webform-options-display-side-by-side > div {
        display: block; }
        .c-webform .form-item .webform-options-display-side-by-side > div:not(:last-child) {
          margin-bottom: 1.25em; } }
    @media (min-width: 768px) {
      .c-webform .form-item .webform-options-display-side-by-side.form-checkboxes .form-item {
        margin-bottom: 0; } }
  .c-webform fieldset.form-item:not(.form-item--hide-fieldset) {
    font-size: 1em;
    padding: 1.5em;
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.2); }
    .c-webform fieldset.form-item:not(.form-item--hide-fieldset) legend {
      padding: 0 1em;
      margin: 0;
      font-size: 1em; }
    .c-webform fieldset.form-item:not(.form-item--hide-fieldset) .fieldset-legend {
      display: flex;
      align-items: center; }
  .c-webform .form-item--hide-fieldset {
    margin-left: 0;
    margin-right: 0; }
  .c-webform .form-item-date {
    display: flex;
    flex-flow: row wrap; }
    .c-webform .form-item-date > label {
      width: 100%; }
    .c-webform .form-item-date input {
      flex: 1; }
    .c-webform .form-item-date img {
      width: 1em;
      height: 1em;
      align-self: center; }
  .c-webform .form-actions {
    margin-top: 1.5em;
    display: flex;
    flex-flow: row wrap; }
    .c-webform .form-actions .c-button:not(:last-child), .c-webform .form-actions .c-login-form .form-submit:not(:last-child), .c-login-form .c-webform .form-actions .form-submit:not(:last-child) {
      margin-right: 1em; }
  .c-webform .form-required::after {
    content: '*';
    align-self: flex-start;
    font-weight: bold;
    color: #069fdd; }
  .user-logged-in .c-webform fieldset:not(.fieldgroup) {
    padding-top: 0; }
    .user-logged-in .c-webform fieldset:not(.fieldgroup) legend {
      padding-top: 0;
      font-size: unset;
      font-weight: bold; }
  .user-logged-in .c-webform .form-wrapper .form-item > div {
    padding-bottom: 0; }
  .c-webform .webform-flexbox:not(:last-of-type) {
    margin-bottom: 1.25em; }
  @media (max-width: 767px) {
    .c-webform .webform-flexbox .webform-flex:not(:last-of-type) .form-item {
      margin-bottom: 1.25em; } }

.c-webform--padded {
  padding: 1.5em;
  border-radius: 8px; }

.c-webform--blue-light {
  background-color: #e1f4fb; }

/*
* Webform submit
*/
.webform-button--submit {
  margin-left: auto; }

/*
* Webform progress tracker (overwriting module)
*/
.webform-progress {
  position: relative;
  z-index: 0;
  margin-bottom: 2em; }
  .layout__aside .webform-progress {
    margin-bottom: 0; }

.progress-marker {
  align-items: baseline; }

/*
* Webform help tooltip
*/
.webform-element-help--tooltip {
  box-shadow: none;
  padding: 1em;
  min-width: 200px; }

.webform-element-help--title {
  font-size: 0.9em;
  margin-bottom: 0.25em; }

.webform-element-help--content {
  font-size: 0.9em; }

.webform-element-help {
  margin-left: 0.5em; }

/*
* Webform required element
*/
.webform-required {
  margin-bottom: 0.5em;
  font-size: 1rem; }

/*
* Webform flexbox elements
*/
.webform-flexbox:first-child {
  margin-top: 0; }

.webform-flexbox:last-child {
  margin-bottom: 0; }

/*
* Webform wrapper for 'select' with 'other' option
*/
.webform-select-other {
  margin-bottom: 0; }
  .webform-select-other .webform-select-other-input {
    margin-top: 1.25em; }

/*
* Descriptions
*/
.description {
  margin-top: 0.25em;
  opacity: 0.75; }
  legend + .description {
    margin-top: 0;
    margin-bottom: 1em; }

/*
* Submission confirmation pages 
*/
@media (min-width: 800px) {
  .c-webform-confirmation-banner {
    display: flex; } }

@media (min-width: 800px) {
  .c-webform-confirmation-banner__image {
    margin-right: 60px;
    flex-basis: calc(58.33333% - 60px); } }

@media (min-width: 1024px) {
  .c-webform-confirmation-banner__image {
    margin-right: 80px;
    flex-basis: calc(41.66667% - 80px); } }

.c-webform-confirmation-banner__image img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  border: 4px solid #069fdd;
  border-radius: 8px; }
  @media (max-width: 799px) {
    .c-webform-confirmation-banner__image img {
      max-height: 300px; } }
  @media (min-width: 800px) {
    .c-webform-confirmation-banner__image img {
      width: 100%;
      height: auto;
      -webkit-transform: translateY(-1.5em) rotate(-3deg);
              transform: translateY(-1.5em) rotate(-3deg); } }

@media (max-width: 799px) {
  .c-webform-confirmation-banner__body {
    margin-top: 2rem; } }

@media (min-width: 800px) {
  .c-webform-confirmation-banner__body {
    flex-basis: 41.66667%; } }

@media (min-width: 800px) {
  .c-webform-confirmation-banner__body {
    flex-basis: 58.33333%; } }

.c-webform-confirmation-banner__cta .c-button:not(:last-child), .c-webform-confirmation-banner__cta .c-login-form .form-submit:not(:last-child), .c-login-form .c-webform-confirmation-banner__cta .form-submit:not(:last-child) {
  margin-right: 1rem; }

@media (min-width: 800px) {
  .c-webform-confirmation-additional {
    display: flex; } }

@media (min-width: 800px) {
  .c-webform-confirmation-additional__text {
    flex-basis: 58.33333%; } }

.c-webform-confirmation-share {
  margin-top: 2rem; }

/*
* Header search form
*/
.c-header__form .c-form__action {
  position: absolute;
  top: 3px;
  right: 0;
  width: 44px;
  height: 44px;
  text-align: left; }

.c-header__form input {
  background-color: #e1f4fb; }

.c-form--entity-moderation-wrapper {
  padding: 50px 0; }

.c-form--entity-moderation__item label {
  margin-bottom: 0.5em; }

.c-form--entity-moderation__item .form-item {
  margin-bottom: 1em; }

.c-form--entity-moderation__item .button {
  border: 0;
  border-radius: 8px;
  background-color: #069fdd;
  color: #fff;
  cursor: pointer;
  font-family: "vagRoundedBold", "arial", "helvetica", sans-serif;
  padding: 17px 20px;
  font-weight: bold;
  transition: background-color 0.3s ease 0s; }
  .c-form--entity-moderation__item .button:hover, .c-form--entity-moderation__item .button:focus {
    background-color: #005aab; }

.c-form--entity-moderation__item-status {
  font-size: 1.2em; }
  .c-form--entity-moderation__item-status label:after {
    content: "\003A \00A0"; }
  .c-form--entity-moderation__item-status .form-item {
    display: flex; }

/*
 * The global container
 * Will restrict width - resuse everytime you want to lock content into the grid.
 */
.o-container, .c-accordion__item .c-accordion__content ul {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  width: 100%;
  max-width: calc( 1200px + 4rem * 2); }
  @media (min-width: 580px) {
    .o-container, .c-accordion__item .c-accordion__content ul {
      padding: 0 1rem; } }
  @media (min-width: 800px) {
    .o-container, .c-accordion__item .c-accordion__content ul {
      padding: 0 2rem; } }
  @media (min-width: 1024px) {
    .o-container, .c-accordion__item .c-accordion__content ul {
      padding: 0 3rem; } }
  @media (min-width: 1800px) {
    .path-frontpage .o-container, .path-frontpage .c-accordion__item .c-accordion__content ul, .c-accordion__item .c-accordion__content .path-frontpage ul {
      max-width: calc(1680px + 4rem * 2); } }
  @media (min-width: 1800px) {
    .o-container.c-header__container, .c-accordion__item .c-accordion__content ul.c-header__container {
      max-width: 1300px; } }

.o-container--padded {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 580px) {
    .o-container--padded {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media (min-width: 800px) {
    .o-container--padded {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (min-width: 1024px) {
    .o-container--padded {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.o-container--fluid {
  max-width: none; }

.o-container--flush {
  max-width: none;
  padding: 0;
  overflow: hidden; }

/*
* Used inside a container
*/
@media (min-width: 1024px) {
  .o-container__indent, .c-accordion__item .c-accordion__content ul {
    width: 82.75%;
    margin: 0 auto; } }

/**
 * Login Form, e.g Content > Slices > Embed:Block
 */
.c-login-form {
  padding: 1.5em;
  border-radius: 8px;
  background-color: #e1f4fb; }
  .c-accordion__item .c-login-form {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .c-login-form form {
    margin-bottom: 1em; }
  .c-login-form .form-item {
    margin-bottom: 1rem; }
  .c-login-form .form-actions {
    margin-top: 1rem; }
  .c-login-form ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.c-accordion__item .c-accordion__content ul li {
  padding: 0 1rem 2em; }

input[type=text].parsley-error, input[type=text].parsley-error-custom,
input[type=tel].parsley-error,
input[type=tel].parsley-error-custom,
input[type=number].parsley-error,
input[type=number].parsley-error-custom,
input[type=password].parsley-error,
input[type=password].parsley-error-custom,
input[type=email].parsley-error,
input[type=email].parsley-error-custom,
textarea.parsley-error,
textarea.parsley-error-custom,
select.parsley-error,
select.parsley-error-custom {
  box-shadow: inset 0 0 0 1px #fc0d1b; }

.js-form-type-checkbox.parsley-error label:before,
.js-form-type-radio.parsley-error label:before {
  box-shadow: inset 0 0 0 1px #fc0d1b !important; }

.parsley-errors-list {
  list-style: none;
  clear: both;
  margin: 0.5em 0 0 0;
  padding: 0;
  color: #fc0d1b;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  display: none; }
  .parsley-errors-list.filled {
    display: block; }
  .js-form-type-checkbox + .parsley-errors-list,
  .js-form-type-radio + .parsley-errors-list {
    border-radius: 0; }

.error-container .parsley-errors-list {
  margin-top: -20px;
  margin-bottom: 20px; }

.form-type-radios + .error-container .parsley-errors-list {
  border-radius: 8px; }

.g-recaptcha {
  margin-top: 20px; }

/*
* Webform
*/
.c-form-progression {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  background-color: #f6f6f6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .layout__aside .c-form-progression {
      display: none; } }

.c-form-progression-step {
  padding: 20px 30px;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: inset 8px 0 0 0 #e1f4fb; }
  .c-form-progression-step.is-active, .c-form-progression-step.is-complete {
    color: #069fdd;
    box-shadow: inset 8px 0 0 0 #069fdd; }

.c-form-progression-step__text {
  display: inline-block;
  margin: 0;
  font-family: "vagRoundedLight", "arial", "helvetica", sans-serif;
  font-size: 1rem;
  font-weight: normal; }
  .c-form-progression-step.is-active .c-form-progression-step__text {
    font-weight: bold; }

/**
 * Toggle inputs
 */
.c-field-toggle {
  margin-bottom: 1.25em; }
  @media (min-width: 800px) {
    .c-field-toggle {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; } }

.c-field-toggle__fields {
  margin: 0; }
  @media (max-width: 799px) {
    .c-field-toggle__fields {
      margin-bottom: 20px; } }
  @media (min-width: 800px) {
    .c-field-toggle__fields {
      max-width: 50%; } }
  .c-field-toggle__fields legend {
    margin-bottom: 0; }

.c-field-toggle__item {
  display: flex;
  margin-right: 20px; }
  .c-field-toggle__item label {
    margin-left: 10px;
    order: 1; }

.c-field-toggle__toggle {
  display: flex;
  border: 1px solid #069fdd;
  border-radius: 10px; }
  .c-field-toggle__toggle .c-button--toggle {
    width: 50%; }

.c-field-toggle__imperial,
.c-field-toggle__metric {
  display: none; }
  .c-field-toggle__imperial.-active,
  .c-field-toggle__metric.-active {
    display: flex; }

/*
* Filter form
*/
.c-flat-filter {
  position: relative;
  margin-bottom: 1rem; }
  @media (max-width: 1023px) {
    .c-flat-filter {
      padding: 1rem 0 1rem;
      background-color: #005aab; } }
  @media (min-width: 1024px) {
    .c-flat-filter {
      margin-bottom: 3rem; } }
  .c-flat-filter .ajax-progress-fullscreen {
    position: absolute;
    top: 50%;
    left: auto;
    right: 1rem;
    z-index: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 1024px) {
      .c-flat-filter .ajax-progress-fullscreen {
        top: 55px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .c-flat-filter .fieldgroup {
    margin: 0; }
    @media (max-width: 1023px) {
      .c-flat-filter .fieldgroup {
        border-radius: 8px;
        overflow: hidden; } }
    @media (min-width: 1024px) {
      .c-flat-filter .fieldgroup {
        display: flex; } }
    @media (min-width: 1024px) {
      .c-flat-filter .fieldgroup .fieldgroup {
        border-bottom: 1px solid #e1f4fb; } }
  .c-flat-filter .fieldset-wrapper {
    width: 100%; }
  @media (max-width: 1023px) {
    .c-flat-filter .form-item .form-item {
      position: relative; }
      .c-flat-filter .form-item .form-item:not(:last-of-type) {
        border-bottom: 1px solid #E7E7E7; } }
  @media (min-width: 1024px) {
    .c-flat-filter .form-item .form-item {
      margin-bottom: -1px; }
      .c-flat-filter .form-item .form-item:first-of-type .option::before {
        display: none; } }
  .c-flat-filter legend {
    font-size: 1.25em;
    color: #FFFFFF; }
    @media (min-width: 1024px) {
      .c-flat-filter legend {
        display: none; } }
  .c-flat-filter .option {
    display: block;
    padding: 1rem; }
    @media (max-width: 1023px) {
      .c-flat-filter .option {
        color: #069fdd;
        background-color: #f6f6f6; } }
    @media (min-width: 1024px) {
      .c-flat-filter .option {
        padding: 0.5rem 1rem; }
        .c-flat-filter .option:hover {
          color: #069fdd; } }
    .c-flat-filter .option::before {
      display: none; }
  .c-flat-filter .form-radio:focus + .option {
    color: #069fdd; }
  .c-flat-filter .form-radio:checked + .option {
    font-weight: bold; }
    @media (min-width: 1024px) {
      .c-flat-filter .form-radio:checked + .option {
        position: relative;
        color: #069fdd;
        background-color: #FFFFFF;
        border-top: 1px solid #e1f4fb;
        border-left: 1px solid #e1f4fb;
        border-right: 1px solid #e1f4fb;
        border-radius: 8px 8px 0 0; }
        .c-flat-filter .form-radio:checked + .option::before, .c-flat-filter .form-radio:checked + .option::after {
          content: '';
          position: absolute;
          bottom: 0;
          z-index: 1;
          width: 1rem;
          height: 1rem;
          border-bottom: 1px solid #e1f4fb;
          background-color: #FFFFFF; }
        .c-flat-filter .form-radio:checked + .option::before {
          display: block;
          top: auto;
          border-radius: 0;
          left: -1rem;
          border-right: 1px solid #e1f4fb;
          border-bottom-right-radius: 50%;
          box-shadow: 2px 2px 0 0 #FFFFFF; }
        .c-flat-filter .form-radio:checked + .option::after {
          right: -1rem;
          border-left: 1px solid #e1f4fb;
          border-bottom-left-radius: 50%;
          box-shadow: -2px 2px 0 0 #FFFFFF; } }

.user-pass-reset--container {
  max-width: 600px;
  margin: 4rem auto; }

.user-pass-reset {
  text-align: center; }
  .user-pass-reset .form-actions {
    justify-content: center; }

.user-pass {
  margin: 2rem auto;
  max-width: 600px;
  background-color: #e1f4fb;
  border-radius: 8px; }

/*
* Text filter form
*/
@media (max-width: 1023px) {
  .c-text-filter {
    padding: 2rem 0;
    background-color: #005aab; } }

.c-text-filter__header {
  display: none; }
  @media (max-width: 1023px) {
    .c-text-filter__header {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .c-text-filter__header h2 {
    margin: 0 1rem 0 0;
    color: #FFFFFF; }

.c-text-filter__control .c-icon {
  margin: 0; }

.c-text-filter__control.-is-active .c-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.c-text-filter__main {
  display: none;
  margin-top: 2rem;
  padding: 1.5em;
  border-radius: 8px;
  background-color: #e1f4fb; }
  @media (min-width: 1024px) {
    .c-text-filter__main {
      display: flex;
      align-items: flex-end;
      margin: 0 0 2rem; } }
  .c-text-filter__main.-is-active {
    display: block; }
  .c-text-filter__main label {
    margin-bottom: 0.5rem;
    font-weight: normal; }

@media (max-width: 1023px) {
  .c-text-filter__sort {
    display: none; } }

@media (min-width: 1024px) {
  .c-text-filter__sort {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #e1f4fb;
    text-align: right; }
    .c-text-filter__sort fieldset {
      display: inline-block;
      margin: 0; }
      .c-text-filter__sort fieldset legend {
        margin: 0 2rem 0 0;
        float: left; }
      .c-text-filter__sort fieldset .fieldset-wrapper {
        float: right; }
      .c-text-filter__sort fieldset .fieldgroup {
        display: flex; }
        .c-text-filter__sort fieldset .fieldgroup .form-item:not(:last-child) {
          margin-right: 2rem; } }

.c-text-filter__text-input {
  width: 100%; }
  @media (max-width: 1023px) {
    .c-text-filter__text-input {
      margin-bottom: 1rem; } }
  @media (min-width: 1024px) {
    .c-text-filter__text-input {
      padding-right: 1rem; } }

/** 
* Hamburger
*/
.c-hamburger {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url(/themes/custom/bluecross/dist/img/sprite-icon-hamburger.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 0 0 2em;
  border-radius: 8px; }
  .c-hamburger.is-expanded {
    background-color: #005aab;
    background-image: url(/themes/custom/bluecross/dist/img/sprite-icon-cross.svg); }
  @media (min-width: 1024px) {
    .c-hamburger {
      display: none; } }

/**
 * Menu
 */
.c-menu {
  display: flex; }

.c-menu--main {
  display: block; }
  @media (max-width: 1023px) {
    .c-menu--main {
      border-bottom: 1px solid #00488c; } }
  @media (min-width: 1024px) {
    .c-menu--main {
      display: flex; }
      .c-header.is-fixed .c-menu--main {
        font-size: 1rem; } }

body.-is-IE11 .c-menu--main {
  padding-left: 2rem; }

.c-menu--level-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .c-menu--level-1 {
      flex-direction: row; } }

.c-menu--social {
  flex-wrap: wrap; }

.c-menu--footer {
  flex-wrap: wrap;
  font-size: 1rem;
  font-family: "vagRoundedBold", "arial", "helvetica", sans-serif;
  font-weight: bold; }

.c-menu__item--main {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 1023px) {
    .c-menu__item--main {
      position: relative;
      border-top: 1px solid #00488c;
      background-color: #005aab; }
      .c-menu__item--main.is-expanded {
        background-color: #00488c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1024px) {
    .c-menu__item--main {
      flex: 1 1 auto; } }

.c-menu__item--level-1 {
  margin-bottom: 1.125em; }
  @media (min-width: 1024px) {
    .c-menu__item--level-1 {
      width: 25%;
      padding-right: 3.34448%;
      margin-bottom: 1em; } }

.c-menu__item--footer {
  width: 100%; }
  @media (min-width: 800px) {
    .c-menu__item--footer {
      width: auto;
      margin-right: 1rem; } }

.c-menu__item--social {
  width: 100%;
  margin-bottom: 2rem; }
  .c-menu__item--social:last-child {
    margin-bottom: 0; }
  @media (min-width: 580px) {
    .c-menu__item--social {
      width: 50%; } }
  @media (min-width: 800px) {
    .c-menu__item--social {
      width: 100%; } }

.c-menu__link {
  display: block;
  text-decoration: none; }
  .c-menu__link:hover, .c-menu__link:focus {
    text-decoration: underline; }

.c-menu__link--main {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  white-space: nowrap; }
  @media (max-width: 1023px) {
    .c-menu__link--main {
      justify-content: space-between;
      height: 59px; }
      .c-menu__link--main.is-expanded {
        font-weight: bold; }
        .c-menu__link--main.is-expanded .c-menu__icon--main {
          background-color: #069fdd;
          -webkit-transform: scaleY(-1);
                  transform: scaleY(-1); } }
  @media (min-width: 580px) {
    .c-menu__link--main {
      padding: 0 1rem; } }
  @media (min-width: 800px) {
    .c-menu__link--main {
      padding: 0 2rem; } }
  @media (min-width: 1024px) {
    .c-menu__link--main {
      height: 100%;
      padding: 1.5em 0.75em;
      justify-content: center; }
      .c-menu__link--main:hover, .c-menu__link--main:focus {
        color: #005aab; }
        .c-header:not(.is-fixed) .c-menu__link--main:hover + .c-header__submenu, .c-header:not(.is-fixed) .c-menu__link--main:focus + .c-header__submenu {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          transition: -webkit-transform 0s linear 0.2s;
          transition: transform 0s linear 0.2s;
          transition: transform 0s linear 0.2s, -webkit-transform 0s linear 0.2s; }
        .c-menu__link--main:hover .c-menu__icon--main, .c-menu__link--main:focus .c-menu__icon--main {
          -webkit-transform: translateY(1px);
                  transform: translateY(1px); } }

.c-menu__link--level-1 {
  display: flex;
  align-items: center;
  color: #ccdeee; }
  .c-menu__link--level-1:hover, .c-menu__link--level-1:focus {
    color: #FFFFFF; }

.c-menu__link--social {
  display: flex;
  align-items: center;
  color: #666; }
  .c-menu__link--social:hover, .c-menu__link--social:focus {
    color: #005aab; }

.c-menu__icon--main {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #00488c;
  border-radius: 8px;
  -webkit-transform: none;
          transform: none; }
  @media (min-width: 1024px) {
    .c-menu__icon--main {
      width: 10px;
      height: 6px;
      margin-top: 5px;
      margin-left: 5px;
      background-color: transparent; }
      .c-header.is-fixed .c-menu__icon--main {
        display: none; } }
  .c-menu__icon--main .o-icon {
    width: 10px;
    height: 6px; }

.c-menu__icon--level-1 {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  order: -1;
  width: 13px;
  height: 13px;
  margin-right: 10px; }
  .c-menu__icon--level-1 .o-icon {
    width: 13px;
    height: 13px; }

.c-menu__icon--social {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 20px; }
  .c-menu__icon--social .o-icon {
    width: 24px;
    height: 24px; }

/**
 * Signup
 */
.c-signup__form {
  margin-bottom: 10px; }
  .c-signup__form .c-form__input {
    background-color: #FFFFFF; }

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

/**
 * Slider
 */
.c-slider--tweets .c-slider__pagination--tweets {
  top: 0;
  right: 0;
  bottom: auto;
  width: auto;
  left: auto;
  display: flex;
  align-items: center;
  height: 25px;
  background-color: #0697d2; }

.c-slider--tweets .c-slider__bullet {
  width: 6px;
  height: 6px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: .5; }

.c-slider--tweets .c-slider__bullet--active {
  opacity: 1; }

/*
* Document download slice
*/
.c-document-download__wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -25px;
  margin-top: -25px; }
  @media (min-width: 1024px) {
    .c-document-download__wrapper {
      margin-left: -40px;
      margin-top: -40px; } }
  .c-document-download__wrapper .c-document-download__item {
    padding-left: 25px;
    padding-top: 25px;
    width: 100%; }
    @media (min-width: 1024px) {
      .c-document-download__wrapper .c-document-download__item {
        padding-left: 40px;
        padding-top: 40px; } }
    @media (min-width: 800px) {
      .c-document-download__wrapper .c-document-download__item {
        width: 50%; } }

.c-document-download__link {
  display: flex;
  text-decoration: none;
  background-color: #e1f4fb; }
  @media (min-width: 800px) {
    .c-document-download__link {
      background-color: #f6f6f6; }
      .c-document-download__link:hover, .c-document-download__link:focus {
        background-color: #005aab;
        color: #FFFFFF; }
        .c-document-download__link:hover .c-document-download__icon, .c-document-download__link:focus .c-document-download__icon {
          fill: #FFFFFF; } }
  .c-document-download__link .c-document-download__title {
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0; }
    @media all and (min-width: 1024px) {
      .c-document-download__link .c-document-download__title {
        font-size: 1.125rem; } }
  .c-document-download__link .c-document-download__description {
    padding-top: 10px; }

.c-document-download__icon {
  fill: #666;
  transition: fill 0.3s ease;
  margin-right: 22px;
  flex: none; }

.c-image {
  position: relative; }

.c-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: white; }

.c-image__content {
  text-align: center; }

.c-image__media-wrapper img {
  display: block;
  width: 100%; }
  @media (min-width: 800px) {
    .c-image__media-wrapper img {
      height: 480px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center"; } }
  @media (min-width: 1024px) {
    .c-image__media-wrapper img {
      height: 580px; } }
  @media (min-width: 1024px) {
    .c-image__media-wrapper img {
      height: 700px; } }

.c-image__title {
  font-size: 1.5rem;
  line-height: 1.33;
  margin: 0 0 0.25em;
  color: inherit;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5); }
  @media all and (min-width: 800px) {
    .c-image__title {
      font-size: 2.1875rem;
      line-height: 1.33; } }
  @media all and (min-width: 1024px) {
    .c-image__title {
      font-size: 2.75rem;
      line-height: 1.2; } }
  @media all and (min-width: 1200px) {
    .c-image__title {
      font-size: 3.3125rem;
      line-height: 1.2; } }

.c-image__desc {
  font-size: 1.125rem;
  margin-top: 0;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5); }
  @media all and (min-width: 800px) {
    .c-image__desc {
      font-size: 1.3125rem; } }
  @media all and (min-width: 1024px) {
    .c-image__desc {
      font-size: 1.5rem; } }

/**
* Teaser base styles
*/
.c-teaser {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  flex: 1; }

.c-teaser__container {
  position: relative;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  flex: 1; }
  @media (min-width: 800px) {
    .c-teaser__container {
      background-color: #f6f6f6;
      border-radius: 8px;
      overflow: hidden;
      flex-flow: column nowrap; } }
  .c-teaser__container:hover .c-teaser__image::before, .c-teaser__container:focus .c-teaser__image::before {
    opacity: 0.5; }
  .c-teaser__container:hover .c-teaser__title, .c-teaser__container:focus .c-teaser__title {
    color: #005aab; }

.c-teaser__image {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex: none;
  margin-right: 1em;
  /*
  * Portrait variant e.g Pet teaser
  */ }
  @media (min-width: 800px) {
    .c-teaser__image {
      width: 100%;
      padding-top: 56.25%;
      height: auto;
      border-radius: 0; } }
  .c-teaser__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .c-teaser__image::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #069fdd;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease 0s; }
  .c-teaser__image.c-teaser__image--portrait {
    padding-top: 70%;
    background-color: #e1f4fb;
    border-radius: 8px; }
    .c-teaser__image.c-teaser__image--portrait img {
      width: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.c-teaser__content {
  flex: 1;
  /*
  * Portrait variant e.g.  pet teasers
  */ }
  @media (min-width: 800px) {
    .c-teaser__content {
      width: 100%;
      padding: 1.5em; } }
  .c-teaser__content:last-child {
    margin-bottom: 0; }
  .c-teaser__content.c-teaser__content--portrait {
    padding-left: 0;
    padding-right: 0;
    background-color: #FFFFFF; }

.c-teaser__title {
  font-size: 1.125rem;
  color: #069fdd;
  margin: 0 0 0.5em; }
  .c-teaser__title:last-child {
    margin-bottom: 0; }

.c-teaser__desc {
  display: none; }

.c-teaser__meta {
  font-size: 1rem;
  margin-bottom: 0.5em; }

.c-teaser__content-list dd {
  margin-left: 0;
  display: flex;
  align-items: center; }
  .c-teaser__content-list dd:before {
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background-color: #069fdd;
    display: block;
    content: '';
    margin-right: 0.5em; }

/*
* Reserved Badge
*/
.c-teaser__banner {
  position: absolute;
  z-index: 2; }
  .c-teaser__banner.c-teaser__banner--reserved {
    top: 0;
    right: 0;
    background: url(/themes/custom/bluecross/dist/img/sprite-badge-reserved.svg);
    background-size: cover;
    width: 6em;
    height: 6em; }
  .c-teaser__banner.c-teaser__banner--video {
    bottom: 0;
    right: 0;
    background: #069fdd;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-top-left-radius: 8px; }

/*
* Teaser List
*/
.c-teaser__list {
  padding: 0;
  margin: 0;
  list-style-position: inside; }

.c-teaser__list-item {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 0.25em;
  font-size: 1rem; }
  .c-teaser__list-item::before {
    content: '\2022';
    margin-right: 10px; }

/*
* Conditional Outputting of Teaser Description
*/
.grid__item:nth-child(-n+2) .c-teaser__desc {
  display: block; }

/**
* Teaser base styles
*/
.c-teaser-pet {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  flex: 1; }

.c-teaser-pet__container {
  position: relative;
  display: flex;
  flex-flow: column;
  text-decoration: none;
  flex: 1; }
  .c-teaser-pet__container:hover .c-teaser-pet__image::before, .c-teaser-pet__container:focus .c-teaser-pet__image::before {
    opacity: 0.5; }
  .c-teaser-pet__container:hover .c-teaser-pet__title, .c-teaser-pet__container:focus .c-teaser-pet__title {
    color: #005aab; }

.c-teaser-pet__image {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  background-color: #e1f4fb;
  border-radius: 8px; }
  .c-teaser-pet__image img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .c-teaser-pet__image::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #069fdd;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease 0s; }

.c-teaser-pet__content {
  padding-top: 1.5em;
  background-color: #FFFFFF; }

.c-teaser-pet__title {
  font-size: 1.125rem;
  color: #069fdd;
  margin: 0 0 0.5em; }
  .c-teaser-pet__title:last-child {
    margin-bottom: 0; }

.c-teaser-pet__meta {
  font-size: 1rem;
  margin-bottom: 0.5em; }

.c-teaser-pet__content-list {
  margin: 0; }
  .c-teaser-pet__content-list dd {
    margin-left: 0;
    display: flex;
    align-items: center; }
    .c-teaser-pet__content-list dd:before {
      width: 0.3em;
      height: 0.3em;
      border-radius: 50%;
      background-color: #069fdd;
      display: block;
      content: '';
      margin-right: 0.5em; }

/*
* Reserved Badge
*/
.c-teaser-pet__banner {
  position: absolute;
  z-index: 2; }
  .c-teaser-pet__banner.c-teaser-pet__banner--reserved {
    top: 0;
    right: 0;
    background: url(/themes/custom/bluecross/dist/img/sprite-badge-reserved.svg);
    background-size: cover;
    width: 6em;
    height: 6em; }
  .c-teaser-pet__banner.c-teaser-pet__banner--video {
    bottom: 0;
    right: 0;
    background: #069fdd;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-top-left-radius: 8px; }

/**
* Teaser styles for expanded pet listing, e.g Similar pets
*/
@media (min-width: 800px) {
  .c-teaser-pet-expanded-top {
    display: flex; } }

.c-teaser-pet-expanded-bottom {
  margin-top: 1em; }
  .c-teaser-pet-expanded-bottom p:last-child {
    margin-bottom: 0; }

.c-teaser-pet-expanded__image-container {
  margin-bottom: 1em;
  max-width: 400px; }
  @media (min-width: 800px) {
    .c-teaser-pet-expanded__image-container {
      margin-bottom: 0;
      padding-right: 2rem;
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .c-teaser-pet-expanded__image-container {
      width: 25%; } }

@media (min-width: 800px) {
  .c-teaser-pet-expanded__detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .c-teaser-pet-expanded__detail {
    width: 75%; } }

.c-teaser-pet-expanded__image {
  position: relative;
  padding-top: 70%;
  background-color: #e1f4fb;
  border-radius: 8px;
  overflow: hidden; }
  @media (min-width: 800px) {
    .c-teaser-pet-expanded__image {
      padding-top: 0;
      height: 100%; } }
  .c-teaser-pet-expanded__image img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .c-teaser-pet-expanded__image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #069fdd;
    opacity: 0;
    transition: opacity 0.3s ease 0s; }

.c-teaser-pet-expanded__list {
  margin-bottom: 1em; }
  @media (min-width: 1024px) {
    .c-teaser-pet-expanded__list .c-icon-list {
      display: inline-block;
      flex-flow: unset;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }

.c-signpost {
  width: 100%; }

.c-signpost__container {
  text-decoration: none;
  display: block; }
  .c-signpost__container:hover .c-signpost__image::after, .c-signpost__container:focus .c-signpost__image::after {
    opacity: 1; }
  .c-signpost__container:hover .c-signpost__title, .c-signpost__container:focus .c-signpost__title {
    color: #005aab; }
  .c-signpost__container:hover .c-signpost__button, .c-signpost__container:focus .c-signpost__button {
    background-color: #005aab; }

.c-signpost__title {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
  color: #069fdd;
  transition: color 0.3s ease; }
  @media all and (min-width: 1024px) {
    .c-signpost__title {
      font-size: 1.25rem; } }

.c-signpost__image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em; }
  .c-signpost__image:before {
    content: "";
    display: block;
    padding-top: 52.25%; }
  .c-signpost__image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 90, 171, 0.5);
    transition: opacity 0.4s ease;
    opacity: 0; }
  .c-signpost__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }

.c-signpost__content > p {
  margin-bottom: 0; }

.c-signpost__button {
  display: none; }

.c-promos--items-1 .c-signpost__container {
  text-align: center; }

.c-promos--items-1 .c-signpost__content p {
  padding: 2rem 0; }

.c-promos--items-1 .c-signpost__button {
  display: inline-block;
  margin-top: 20px; }

@media (min-width: 800px) {
  .c-promos--items-1 .grid__item {
    width: 100%; }
    .c-promos--items-1 .grid__item .c-signpost {
      width: 100%; }
  .c-promos--items-1 .c-signpost__container {
    display: flex;
    align-items: center;
    margin-left: -1rem;
    margin-right: -1rem; }
  .c-promos--items-1 .c-signpost__content {
    flex: 1; }
    .c-promos--items-1 .c-signpost__content p {
      padding: 2rem; }
  .c-promos--items-1 .c-signpost__image {
    flex: 1;
    margin-bottom: 0; }
    .c-promos--items-1 .c-signpost__image:before {
      display: none; }
    .c-promos--items-1 .c-signpost__image img {
      width: 100%;
      position: relative; }
  .c-promos--items-1 .c-signpost__content-container {
    flex: 1;
    padding-left: 1rem;
    padding-right: 1rem; }
  .c-promos--items-1 .grid__item {
    width: 100%; } }

.c-promo {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  border-bottom: 1px solid white; }
  @media (min-width: 1024px) {
    .c-promo {
      border-bottom-width: 0; } }

.c-promo__container {
  text-decoration: none;
  position: relative;
  background-color: #069fdd;
  display: flex;
  flex: 1; }
  @media (min-width: 1024px) {
    .c-promo__container {
      background: transparent;
      flex-flow: column; } }
  .c-promo__container:hover .c-promo__image::after, .c-promo__container:focus .c-promo__image::after {
    opacity: 1; }
  .c-promo__container:hover .c-promo__content, .c-promo__container:focus .c-promo__content {
    background-color: #005aab; }

.c-promo__image {
  width: 150px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .c-promo__image {
      width: 100%;
      border-radius: 8px; } }
  .c-promo__image:before {
    content: "";
    padding-top: 100%;
    display: block; }
    @media (min-width: 1024px) {
      .c-promo__image:before {
        padding-top: 52.25%; } }
  .c-promo__image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 90, 171, 0.5);
    transition: opacity 0.4s ease;
    opacity: 0; }
  .c-promo__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }

.c-promo__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  flex: 1;
  padding: 2em;
  transition: background-color 0.3s ease 0s; }
  @media (min-width: 1024px) {
    .c-promo__content {
      display: block;
      border-radius: 8px;
      background-color: #069fdd;
      position: absolute;
      z-index: 1;
      bottom: -1.5em;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 1rem 1.5rem;
      justify-content: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      max-width: 90%; } }

body.-is-IE11 .c-promo__content {
  width: 90%; }

.c-promo__title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #FFFFFF; }
  @media all and (min-width: 1024px) {
    .c-promo__title {
      font-size: 1.25rem; } }
  @media (min-width: 1024px) {
    .c-promo__title {
      text-align: center; } }

.c-promo__summary {
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0.5rem 0 0; }
  @media (min-width: 1024px) {
    .c-promo__summary {
      text-align: center; } }

/*
* Promo when appearing in a 3 col
*/
.grid--3-col .c-promo__summary {
  display: none; }

/*
* Promo when appearing in a grid - push next row down a little because of the text overhang
*/
.grid--promos .c-promo {
  flex: 1; }
  @media (min-width: 1024px) {
    .grid--promos .c-promo {
      margin-bottom: 1.5em; } }

/*
* Promo inside large promo grid
*/
@media (min-width: 1024px) {
  .grid--promos-large .c-promo {
    margin-bottom: 0; } }

.grid--promos-large .c-promo__image {
  border-radius: 0; }

.grid--promos-large .c-promo__content {
  bottom: 1rem; }

.grid--promos-large .c-promo__title {
  font-size: 1.125rem; }
  @media all and (min-width: 800px) {
    .grid--promos-large .c-promo__title {
      font-size: 1.3125rem; } }
  @media all and (min-width: 1024px) {
    .grid--promos-large .c-promo__title {
      font-size: 1.5rem; } }

.c-stats-counter {
  text-align: center; }
  @media (max-width: 1023px) {
    .c-stats-counter {
      margin-bottom: 3rem; } }
  @media (min-width: 1024px) {
    .c-stats-counter {
      flex-basis: 30%; } }
  .c-stats-counter:last-child {
    margin-bottom: 0; }

.c-stats-counter__count {
  display: inline-block;
  color: #005aab;
  font-size: 3.125rem;
  line-height: 0.8;
  font-weight: bold;
  margin-bottom: 25px; }
  @media all and (min-width: 1024px) {
    .c-stats-counter__count {
      font-size: 4.375rem;
      line-height: 0.8; } }

.c-stats-counter__description {
  max-width: 400px;
  margin: 0 auto 20px;
  font-size: 1.125rem; }
  @media all and (min-width: 800px) {
    .c-stats-counter__description {
      font-size: 1.3125rem; } }
  @media all and (min-width: 1024px) {
    .c-stats-counter__description {
      font-size: 1.5rem; } }

.c-story {
  background-color: #e1f4fb;
  border-radius: 8px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 580px) {
    .c-story {
      display: flex; } }

.c-story__media {
  position: relative;
  background-color: #069fdd; }
  @media (min-width: 580px) {
    .c-story__media {
      width: 50%; } }
  @media (min-width: 580px) {
    .c-story__media:before {
      content: '';
      display: block;
      padding-top: 56.25%;
      width: 100%; } }
  .c-story__media img {
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 580px) {
      .c-story__media img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.c-story__content {
  flex: 1;
  padding: 1.5em; }

.c-story__close {
  background-color: #069fdd;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease 0s; }
  .c-story__close:hover, .c-story__close:focus {
    background-color: #005aab; }
  .c-story__close .c-icon {
    width: 100%;
    height: 100%; }

/*
* Tweet embeds
*/
.user {
  margin-bottom: 1em; }
  .user a {
    text-decoration: none;
    cursor: default;
    font-family: "vagRoundedLight", "arial", "helvetica", sans-serif; }
  .user img {
    display: none; }

.user,
.timePosted {
  font-size: 1rem; }

.timePosted a {
  font-weight: bold;
  text-decoration: none; }

.tweet {
  padding-right: 1em; }
  .tweet img {
    max-width: 22px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle; }
  .tweet a {
    font-weight: bold;
    text-decoration: none; }
  .tweet a span + span + span {
    display: none; }
  .tweet a span:last-child {
    display: inline-block; }
    .tweet a span:last-child span {
      display: none; }

/*
* Favs, retweet, reply
*/
.interact {
  display: flex;
  padding-top: 15px;
  border-top: 1px solid #069fdd;
  margin-top: 20px;
  margin-bottom: 0; }
  .interact a {
    margin-right: 30px;
    background-size: cover;
    opacity: 0.5;
    transition: opacity 0.3s ease 0s; }
    .interact a:hover {
      opacity: 1; }
    .interact a.twitter_reply_icon {
      width: 19.2px;
      height: 13.6px;
      background: url(/themes/custom/bluecross/dist/img/sprite-icon-twitter-reply.svg) no-repeat;
      font-size: 0; }
    .interact a.twitter_retweet_icon {
      width: 24px;
      height: 12.8px;
      background: url(/themes/custom/bluecross/dist/img/sprite-icon-twitter-retweet.svg) no-repeat;
      font-size: 0; }
    .interact a.twitter_fav_icon {
      width: 16px;
      height: 15.2px;
      background: url(/themes/custom/bluecross/dist/img/sprite-icon-twitter-fav.svg) no-repeat;
      font-size: 0; }

/**
 * Video
 */
.c-video {
  position: relative;
  width: 100%; }
  .c-video:before {
    padding-top: 56.25%;
    display: block;
    content: ''; }
  .c-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/**
 * 1. Aspect ratio of uploaded video will affect this
 */
/* [1] */
.c-hero__video .c-video {
  min-width: 100%;
  width: calc((100vh - 85px) * 1.77778);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 1024px) {
    .c-hero__video .c-video {
      width: calc((100vh - 168px) * 1.77778); } }
  .c-hero__video .c-video:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .c-hero__video .c-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
* Keeps iframes at a specified aspect ratio e.g. videos
* Usage: <div class="aspect-ratio aspect-ratio--wide"> <iframe>... </div>
*/
.c-video-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0; }
  .c-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
* Video embed play button
*/
.video-embed-field-lazy-play {
  background: url(/themes/custom/bluecross/dist/img/sprite-icon-play.svg) no-repeat;
  background-color: #069fdd;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-position: 53%;
  background-size: 12px;
  transition: opacity ease-in-out 200ms; }
  .video-embed-field-lazy-play:hover {
    opacity: 0.9; }

.c-promo-banner {
  background-color: #fafafa;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-top: 1px solid #ff8103;
  display: flex;
  margin-left: -20px; }
  @media (min-width: 1024px) {
    .c-promo-banner {
      width: 82.75%;
      margin: 0 auto; } }

.c-promo-banner__text-highlight {
  background-color: #ff8103;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 5px; }

.c-promo-banner__primary {
  width: 66.66667%;
  padding-left: 20px; }
  .c-promo-banner__primary p:last-child {
    margin-bottom: 0; }

.c-promo-banner__secondary {
  width: 33.33333%;
  align-self: flex-end;
  justify-self: flex-end;
  padding-left: 20px; }

/*
* Blockqote embed inside content slice
*/
.c-blockquote {
  font-size: 1.25rem;
  position: relative;
  padding: 0; }
  @media all and (min-width: 1024px) {
    .c-blockquote {
      font-size: 1.375rem; } }
  .c-blockquote:before, .c-blockquote:after {
    content: '';
    width: 100%;
    height: 10px;
    margin: 0;
    margin: 55px 0;
    background-image: url(/themes/custom/bluecross/dist/img/decoration-heart-blue.svg), url(/themes/custom/bluecross/dist/img/divider-pattern.svg);
    background-repeat: no-repeat, repeat-x;
    background-position: center, center;
    display: block; }

.c-blockquote__quote {
  display: block;
  position: relative;
  overflow: hidden; }
  .c-blockquote__quote p::before, .c-blockquote__quote p::after {
    display: none; }
  .c-blockquote__quote:before {
    content: open-quote;
    display: block;
    color: #069fdd;
    font-size: 3.75rem;
    line-height: 0;
    margin-bottom: 10px;
    margin-top: 30px;
    font-family: georgia, serif;
    font-weight: bold; }

.c-blockquote__cite {
  display: block;
  font-size: 1rem;
  margin-top: 1em;
  color: #a6a6a6; }
  @media all and (min-width: 1024px) {
    .c-blockquote__cite {
      font-size: 1.125rem; } }

/*
* Right and left view mode tweaks
*/
.embedded-entity.align-right.asset-quote, .embedded-entity.align-left.asset-quote {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 799px) {
    .embedded-entity.align-right.asset-quote, .embedded-entity.align-left.asset-quote {
      width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 800px) {
    .embedded-entity.align-right.asset-quote, .embedded-entity.align-left.asset-quote {
      margin-top: 1em;
      margin-bottom: 1em; } }
  .embedded-entity.align-right.asset-quote .c-block--divider, .embedded-entity.align-left.asset-quote .c-block--divider {
    display: flex; }
    @media (min-width: 800px) {
      .embedded-entity.align-right.asset-quote .c-block--divider, .embedded-entity.align-left.asset-quote .c-block--divider {
        display: none; } }

.c-facets-header {
  background-color: #069fdd;
  color: #FFFFFF;
  padding: 1.5em;
  border-radius: 8px 8px 0 0; }
  .c-facets-header h2,
  .c-facets-header h3,
  .c-facets-header p {
    color: inherit; }
  @media (max-width: 1023px) {
    .c-facets-header.-is-collapsed {
      border-radius: 8px; } }
  @media (max-width: 1023px) {
    .c-facets-header.-is-collapsed .c-icon {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }

@media (max-width: 1023px) {
  .c-facets-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.c-facets-header__title {
  margin: 0; }

@media (max-width: 1023px) {
  .c-facets-header__btn {
    flex-shrink: 0;
    margin-left: 20px; } }

@media (min-width: 1024px) {
  .c-facets-header__btn {
    display: none; } }

@media (max-width: 1023px) {
  .c-facets-header__btn .c-button__icon {
    margin: 0; } }

@media (max-width: 1023px) {
  .c-facets-header__btn .c-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

.c-facets-header__selected {
  list-style: none;
  margin: 1em 0 0;
  padding: 0; }
  .c-facets-header__selected li:not(:last-child) {
    margin-bottom: 0.5em; }

.c-facets-header__reset {
  margin-top: 1em; }

@media (max-width: 1023px) {
  .c-facets-list {
    display: none; }
    .c-facets-list.-is-active {
      display: block; } }

.c-facet {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e6e6e6; }

.c-facet__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 1.5em;
  cursor: pointer;
  background-color: transparent;
  color: #666;
  border: 0;
  outline-width: 0; }
  .c-facet__btn.-is-active {
    font-weight: bold; }
    .c-facet__btn.-is-active .c-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .tabbing .c-facet__btn {
    outline-width: medium; }

.c-facet__list {
  clear: both;
  list-style: none;
  padding: 1.5em;
  padding-top: 0;
  margin: 0; }

.block-slice-totaliser {
  background-color: #069fdd;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 800px) {
    .block-slice-totaliser {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .block-slice-totaliser .block-content {
    position: relative; }
  .block-slice-totaliser .totaliser {
    height: 40px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden; }
    @media (min-width: 800px) {
      .block-slice-totaliser .totaliser {
        height: 50px;
        border-radius: 25px; } }
    @media (min-width: 1024px) {
      .block-slice-totaliser .totaliser {
        height: 60px;
        border-radius: 30px; } }
    .block-slice-totaliser .totaliser:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: none, url(/themes/custom/bluecross/dist/img/totaliser-pattern.svg);
      background-repeat: repeat-x;
      background-position: bottom left; }
  .block-slice-totaliser .totaliser__bar {
    overflow: hidden;
    height: 100%;
    background-color: #fff; }
  .block-slice-totaliser .totaliser__progress {
    background-color: #005aab;
    display: block;
    height: 100%;
    max-width: 100%;
    transition: width 1.5s ease 0s;
    position: relative; }
    .block-slice-totaliser .totaliser__progress.halt-animation {
      width: 0% !important; }
  .block-slice-totaliser .totaliser__bubble {
    position: absolute;
    bottom: 100%;
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
    left: 0;
    opacity: 0;
    background-color: #e1f4fb;
    padding: 10px 20px;
    text-align: center;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s; }
    .no-opacity .block-slice-totaliser .totaliser__bubble {
      display: none; }
    @media (min-width: 800px) {
      .block-slice-totaliser .totaliser__bubble {
        padding: 20px 40px;
        bottom: 93%; } }
    .no-csstransforms .block-slice-totaliser .totaliser__bubble {
      width: 220px;
      -webkit-transform: none;
              transform: none;
      margin-left: -110px; }
    .block-slice-totaliser .totaliser__bubble.show {
      opacity: 1;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      .no-opacity .block-slice-totaliser .totaliser__bubble.show {
        display: block; }
    .block-slice-totaliser .totaliser__bubble .totaliser__bubble-pointer {
      content: '';
      width: 0;
      height: 0;
      border-top: 16px solid #e1f4fb;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      position: absolute;
      bottom: 1px;
      margin-bottom: -16px;
      left: 50%;
      margin-left: -16px; }
      .block-slice-totaliser .totaliser__bubble .totaliser__bubble-pointer.side-pointer {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        bottom: 8px;
        margin-left: -8px; }
    .block-slice-totaliser .totaliser__bubble p {
      margin: 0;
      font-size: 1rem; }
    .block-slice-totaliser .totaliser__bubble strong {
      display: block;
      font-size: 1rem; }
      @media all and (min-width: 800px) {
        .block-slice-totaliser .totaliser__bubble strong {
          font-size: 1.375rem; } }
  .block-slice-totaliser .totaliser__target {
    float: right;
    position: relative;
    z-index: 10;
    background-color: #e1f4fb;
    height: 100%;
    padding: 0 20px;
    border-radius: 0 20px 20px 0; }
    @media (min-width: 800px) {
      .block-slice-totaliser .totaliser__target {
        padding: 0 25px;
        border-radius: 0 25px 25px 0; } }
    @media (min-width: 1024px) {
      .block-slice-totaliser .totaliser__target {
        padding: 0 30px;
        border-radius: 0 30px 30px 0; } }
    .block-slice-totaliser .totaliser__target:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      border-right: 14px solid #e1f4fb;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      left: -12px; }
    .block-slice-totaliser .totaliser__target h2 {
      margin: 0;
      height: 100%;
      color: #005aab;
      font-size: 1.25rem;
      font-family: "vagRoundedBold", "arial", "helvetica", sans-serif; }
      @media all and (min-width: 800px) {
        .block-slice-totaliser .totaliser__target h2 {
          font-size: 1.625rem; } }
      @media all and (min-width: 1024px) {
        .block-slice-totaliser .totaliser__target h2 {
          font-size: 2rem; } }
      .block-slice-totaliser .totaliser__target h2 .totaliser__amount {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .no-csstransforms .block-slice-totaliser .totaliser__target h2 .totaliser__amount {
          top: 10px;
          -webkit-transform: none;
                  transform: none; }
  .block-slice-totaliser .totaliser__meta {
    margin-top: 20px;
    align-items: center; }
    @media (min-width: 800px) {
      .block-slice-totaliser .totaliser__meta {
        margin-top: 30px; } }
  .block-slice-totaliser .totaliser__title {
    color: #fff;
    text-align: center;
    margin-bottom: 1em; }
  .block-slice-totaliser .totaliser__text {
    margin-bottom: 0;
    color: #fff;
    font-family: "vagRoundedBold", "arial", "helvetica", sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
    position: relative;
    text-align: center; }
    @media all and (min-width: 1024px) {
      .block-slice-totaliser .totaliser__text {
        font-size: 1.25rem; } }
  .block-slice-totaliser .totaliser__cta {
    margin-top: 20px;
    text-align: center; }

.status-message {
  padding: 2em;
  background-color: #447744;
  color: #FFFFFF; }
  .status-message[role=alert] {
    background-color: #fc0d1b; }

.status-message__heading {
  margin-top: 0;
  color: inherit; }

.status-message__list {
  margin-bottom: 0; }

.social-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .social-links li {
    width: 100%;
    margin-bottom: 30px; }
    .social-links li:last-child {
      margin-bottom: 0; }
    .social-links li a {
      text-decoration: none;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      color: #069fdd; }
      .social-links li a span {
        color: #666; }
      .social-links li a:hover, .social-links li a:focus {
        text-decoration: none;
        color: #005aab; }
      .social-links li a .c-icon {
        flex: 0 0 auto;
        margin-right: 1em; }

.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap; }
  .social-share li {
    margin-right: 0.5rem; }
    .social-share li:last-child {
      margin-right: 0; }
  .social-share a {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #069fdd;
    background-color: currentColor;
    border-width: 2px;
    border-style: solid;
    border-color: currentColor;
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, color 0.2s ease 0s; }
    .social-share a:hover, .social-share a:focus {
      background-color: transparent; }
      .social-share a:hover svg, .social-share a:focus svg {
        color: currentColor; }
    .social-share a.social-share-facebook {
      color: #365397; }
    .social-share a.social-share-twitter {
      color: #00A9F1; }
    .social-share a.social-share-pinterest {
      color: #CE1A19; }
    .social-share a.social-share-email {
      color: "grey-dark"; }
    .social-share a svg {
      color: #FFFFFF; }

.static-item {
  text-align: center; }

.static-item__figure svg {
  max-width: 300px;
  margin: 0 auto;
  display: block; }

.static-item__title {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #069fdd; }
  @media all and (min-width: 1024px) {
    .static-item__title {
      font-size: 1.5rem; } }

.static-item__title,
.static-item__body {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.static-item__body *:last-child {
  margin-bottom: 0; }

.static-item__hyperlink {
  text-decoration: none; }

/*
* Location - media and map
*/
.c-location {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem; }
  @media (min-width: 800px) {
    .c-location {
      flex-direction: row; } }

.c-location__image,
.c-location__map {
  flex: 1;
  position: relative; }
  .c-location__image:before,
  .c-location__map:before {
    content: '';
    display: block;
    padding-top: 60%; }
  .c-location__image img,
  .c-location__map img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }

.c-location__image img {
  width: 100%;
  display: block; }

.c-location__map {
  position: relative; }
  .c-location__map .c-button, .c-location__map .c-login-form .form-submit, .c-login-form .c-location__map .form-submit {
    position: absolute;
    bottom: 1em;
    right: 1em; }

/*
* Location details
*/
.c-location-details {
  margin: 0 -2em -0.5em;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap; }
  @media (min-width: 580px) {
    .c-location-details {
      flex-flow: row wrap;
      margin-bottom: -1em; } }

.c-location-details__item {
  padding: 0 2em;
  margin-bottom: 0.5em; }
  @media (min-width: 580px) {
    .c-location-details__item {
      width: 50%;
      margin-bottom: 1em; } }
  @media (min-width: 800px) {
    .c-location-details__item {
      width: 33.333%; } }
  .c-location-details__item :last-child {
    margin-bottom: 0; }
  .c-location-details__item strong {
    display: block; }

.c-tabs {
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .c-tabs li {
    background-color: #FFFFFF;
    border: 1px solid transparent; }
    .c-tabs li a {
      cursor: pointer;
      background-color: #FFFFFF;
      display: block;
      padding: 10px 18px;
      font-weight: normal;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 8px; }
    .c-tabs li.active {
      top: 2px;
      border-bottom: 0;
      border-radius: 8px 8px 0 0;
      border-top: 1px solid #e1f4fb;
      border-left: 1px solid #e1f4fb;
      border-right: 1px solid #e1f4fb;
      position: relative; }
      .c-tabs li.active a {
        font-weight: bold;
        color: #069fdd; }
  .c-tabs + .c-tabs-panel {
    display: block; }

.c-tabs-panel {
  border: 1px solid #e1f4fb;
  padding: 18px;
  border-radius: 0 8px 8px;
  overflow: hidden;
  display: none; }
  .no-js .c-tabs-panel {
    display: block; }
  .c-tabs-panel .c-tabs-panel-title {
    display: none;
    margin-top: 0; }
    .no-js .c-tabs-panel .c-tabs-panel-title {
      display: block; }

/*
* Form for the map location filters
*/
.c-map .c-map__filters {
  margin-bottom: 2rem; }

.c-map .views-exposed-form {
  display: flex;
  flex-flow: column nowrap; }
  @media (min-width: 800px) {
    .c-map .views-exposed-form {
      flex-direction: row; } }
  .c-map .views-exposed-form > .form-item {
    flex: 1; }
    @media (max-width: 799px) {
      .c-map .views-exposed-form > .form-item {
        margin-bottom: 1rem; } }
    @media (min-width: 800px) {
      .c-map .views-exposed-form > .form-item {
        margin-left: 1rem; } }
    .c-map .views-exposed-form > .form-item:first-child {
      margin-left: 0; }

.c-map .form-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  @media (min-width: 800px) {
    .c-map .form-actions {
      margin-left: 2rem; } }

.c-map .form-checkboxes {
  display: flex;
  flex-flow: row nowrap; }
  .c-map .form-checkboxes .form-item:not(:last-child) {
    margin-right: 2.5em; }
  .c-map .form-checkboxes .form-item label {
    padding-right: 1.5em;
    background-repeat: no-repeat;
    background-size: 1.125em;
    background-position: right center; }
  .c-map .form-checkboxes .form-item.form-item-rehoming label {
    background-image: url(/themes/custom/bluecross/dist/img/map-rehome.png); }
  .c-map .form-checkboxes .form-item.form-item-hospital label {
    background-image: url(/themes/custom/bluecross/dist/img/map-vetinary.png); }
  .c-map .form-checkboxes .form-item.form-item-hospital-rehoming label {
    background-image: url(/themes/custom/bluecross/dist/img/map-rehome-vetinary.png); }
  .c-map .form-checkboxes .form-item.form-item-charity-shop label {
    background-image: url(/themes/custom/bluecross/dist/img/map-shop.png); }

.c-map__view-container {
  height: 30vw;
  min-height: 500px;
  display: flex;
  flex-flow: column nowrap;
  background-color: #e1f4fb;
  border-radius: 8px;
  overflow: hidden; }
  @media (min-width: 800px) {
    .c-map__view-container {
      flex-direction: row; } }

/*
* Map list view
*/
.c-map__list-view {
  flex: 1; }
  @media (max-width: 799px) {
    .c-map__list-view {
      overflow: auto;
      flex: 4;
      order: 2; } }

.c-map__list {
  height: 100%;
  overflow: auto;
  background-color: #f6f6f6; }

.c-map__list-item {
  border-bottom: 1px solid #e6e6e6; }
  .c-map__list-item[data-map-type=rehoming] a {
    background-image: url(/themes/custom/bluecross/dist/img/map-rehome.png); }
  .c-map__list-item[data-map-type=hospital-rehoming] a {
    background-image: url(/themes/custom/bluecross/dist/img/map-rehome-vetinary.png); }
  .c-map__list-item[data-map-type=hospital] a {
    background-image: url(/themes/custom/bluecross/dist/img/map-vetinary.png); }
  .c-map__list-item[data-map-type="charity shop"] a {
    background-image: url(/themes/custom/bluecross/dist/img/map-shop.png); }
  .c-map__list-item a {
    padding: 1em 1em 1em 3em;
    display: block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
    background-size: 25px 25px;
    background-position: center left 0.85em;
    background-repeat: no-repeat; }
    .c-map__list-item a:hover, .c-map__list-item a:focus {
      background-color: #e1f4fb; }

.c-map__list-item-title,
.c-map__list-item-desc {
  margin: 0; }

.c-map__list-item-title {
  font-size: 1rem; }
  @media all and (min-width: 1024px) {
    .c-map__list-item-title {
      font-size: 1.125rem; } }

.c-map__map-view {
  flex: 3; }

/*
* Map
*/
#geofield-map-view-location-block-1 {
  height: 100% !important; }

/*
* Empty Results Container (Map)
*/
.c-map__empty {
  padding: 2rem;
  text-align: center; }

/*
* Boxes/bordered slice e.g. Thanks block on pet profile page
*/
.c-boxed {
  background-color: transparent;
  border: 8px solid #f6f6f6;
  border-radius: 8px;
  padding: 3em;
  display: flex;
  flex-flow: column nowrap;
  flex: 1; }
  @media (min-width: 1024px) {
    .c-boxed {
      flex-direction: row; } }

.c-boxed__copy {
  flex: 1; }
  .c-boxed__copy.c-boxed__copy--center {
    text-align: center; }

.c-boxed__media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 calc(1rem * 2) 0; }
  @media (min-width: 1024px) {
    .c-boxed__media {
      margin: 0 0 0 calc(1rem * 4);
      order: 2;
      flex-basis: 30%; } }
  .c-boxed__media img,
  .c-boxed__media svg {
    display: block;
    width: 100%;
    max-width: 450px;
    max-height: 200px; }
  .c-boxed__media img {
    border: 8px solid white;
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    -o-object-fit: cover;
       object-fit: cover; }

.c-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap; }

.c-icon-list__item {
  width: 100%;
  padding-left: 2em;
  padding-right: 1rem;
  position: relative;
  margin-bottom: 0.5rem; }
  .c-icon-list__item .c-icon {
    position: absolute;
    left: 0;
    top: 0.1em;
    fill: #069fdd; }

@media (min-width: 580px) {
  .c-icon-list--looked-after {
    flex-flow: row wrap;
    justify-content: space-between; } }

@media (min-width: 580px) {
  .c-icon-list--looked-after .c-icon-list__item {
    width: 50%; } }

.challenge-details {
  display: flex;
  flex-flow: column wrap; }
  @media (min-width: 800px) {
    .challenge-details {
      flex-direction: row;
      align-items: center; } }

.challenge-details__list {
  display: flex;
  flex-flow: column nowrap;
  margin: 0; }
  @media (min-width: 1200px) {
    .challenge-details__list {
      flex-direction: row; } }

.challenge-details__row {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline; }
  @media (max-width: 1199px) {
    .challenge-details__row:not(:last-child) {
      margin-bottom: 1rem; } }
  @media (min-width: 1200px) {
    .challenge-details__row:not(:last-child) {
      margin-right: 2rem; } }

.challenge-details__title {
  font-weight: bold;
  margin-right: 0.25em;
  min-width: 6em; }
  @media (min-width: 1200px) {
    .challenge-details__title {
      min-width: auto; } }
  .challenge-details__title .c-icon {
    color: #069fdd;
    margin-right: 0.5em;
    position: relative;
    top: 0.25em; }

.challenge-details__description {
  margin: 0;
  padding: 0; }

@media (max-width: 799px) {
  .challenge-details__cta {
    margin-top: 1rem; } }

@media (min-width: 800px) {
  .challenge-details__cta {
    margin-left: auto;
    padding-left: 2rem; } }

.c-sponsor {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 1.5em;
  align-items: center; }
  @media (min-width: 800px) {
    .c-sponsor {
      align-items: flex-start;
      flex-flow: row nowrap;
      padding: 0 3em; } }

.c-sponsor__image {
  margin-bottom: 1em; }
  @media (min-width: 800px) {
    .c-sponsor__image {
      margin: 0 calc(1rem * 2) 0 0; } }

.c-sponsor__message {
  font-weight: bold; }

.cke_editable {
  padding: 2%; }

.cke_widget_element .media--type-embedded-content {
  padding: 20px;
  border-radius: 8px;
  transition: background-color 0.5s ease, color 0.3s ease;
  margin-bottom: 20px;
  background-color: #e1f4fb;
  zoom: 1; }
  .cke_widget_element .media--type-embedded-content:before, .cke_widget_element .media--type-embedded-content:after {
    content: "";
    display: table;
    flex-basis: 0;
    order: 1; }
  .cke_widget_element .media--type-embedded-content:after {
    clear: both; }


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