/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*******************************************************************************
 * FRAMEWORK OPTIONS
 *
 * include/exclude features from the build
 ******************************************************************************/
/*******************************************************************************
 * COLOURS
 ******************************************************************************/
/*******************************************************************************
 * Z-INDEXES
 ******************************************************************************/
/*******************************************************************************
 * SPACING
 ******************************************************************************/
/*******************************************************************************
 * GRID
 ******************************************************************************/
/*******************************************************************************
 * SHARED VALUES
 ******************************************************************************/
/*******************************************************************************
 * TYPOGRAPHY
 ******************************************************************************/
/*******************************************************************************
 * BUTTONS
 ******************************************************************************/
/*******************************************************************************
 * FORMS
 ******************************************************************************/
/* WIGGLES BREAKPOINTS */
/* STANDARD BREAKPOINTS
************************************************************/
/* smartphone only */
/* smartphone - tablet  */
/* tablet only  */
/* tablet - desktop  */
/* tablet-landscape - desktop  */
/* desktop only  */
/* BROWSER/DEVICE SPECIFIC
************************************************************/
/* iOS retina */
/* chrome and safari 8 */
/* ie9-11 */
/* DEVICE ORIENTATION
************************************************************/
/* GLOBAL RESPONSIVE BREAK POINTS
************************************************************/
/**
 * for fill specific overrides e.g. on a blue fill you might want always white
 * text, but on a pink fill you might want always black - suggest adding conditions
 * into the mixin, or manually writing overrides below here...
 */
/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
 * 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;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #696b69;
  text-align: left;
  background-color: #fff;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
[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 Chrome and Safari.
 */
summary {
  display: list-item;
}

/*
 * responsive images by default
 */
img {
  max-width: 100%;
  height: auto;
}

/*******************************************************************************
 * Base
 ******************************************************************************/
body.u-nav--open {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  body .site-main {
    padding-top: 83px;
  }
  body .site-main section:first-child:not(.o-section--contact-us) {
    padding-top: 0;
  }
  body .site-main section:first-child:not(.o-section--contact-us) .m-hero__image {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/*******************************************************************************
 * Headings
 ******************************************************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2rem;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.8125rem;
  font-weight: 400;
}

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

h2, .h2 {
  font-size: 1.6625rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: 1.6625rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 400;
}

h5, .h5 {
  font-size: 1.15rem;
  font-weight: 400;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 700;
}

/*******************************************************************************
 * Paragraphs
 ******************************************************************************/
p {
  margin: 2rem 0;
}

/*******************************************************************************
 * Lists
 ******************************************************************************/
.m-general-content h1, .m-general-content h2, .m-general-content h3, .m-general-content h4, .m-general-content h5, .m-general-content h6 {
  color: inherit;
}

.m-general-content a, .m-general-content a:hover {
  color: inherit;
}

.m-general-content a:hover {
  text-decoration: none;
}

.m-general-content ul, .m-general-content ol {
  list-style-type: none;
  padding-left: 0;
  line-height: 2rem;
}

.m-general-content ul li, .m-general-content ol li {
  position: relative;
  padding-left: 2rem;
}

.m-general-content ul li::before, .m-general-content ol li::before {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  font-size: 1.25rem;
  line-height: 2rem;
}

.u-unstyled {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

/*******************************************************************************
 * Other
 ******************************************************************************/
hr {
  border: none;
  height: 2px;
  background-color: transparent;
}

/*******************************************************************************
 * SVG
 ******************************************************************************/
svg {
  fill: currentColor;
}

/* response classes */
.respond {
  display: none !important;
}

@media (max-width: 767px) {
  .respond {
    display: block !important;
  }
}

.default {
  display: none !important;
}

@media (min-width: 768px) {
  .default {
    display: block !important;
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile {
    display: block !important;
  }
}

.device {
  display: none !important;
}

@media (max-width: 1023px) {
  .device {
    display: block !important;
  }
}

.tablet {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet {
    display: block !important;
  }
}

.tabtop {
  display: none !important;
}

@media (min-width: 768px) {
  .tabtop {
    display: block !important;
  }
}

.desktop {
  display: none !important;
}

@media (min-width: 1024px) {
  .desktop {
    display: block !important;
  }
}

.o-container {
  width: 100%;
  max-width: 1600px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .o-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.o-container-fluid {
  width: 100%;
  max-width: 1600px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .o-container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.o-row, .o-section--full .m-hero__row, .m-carousel--posts .m-carousel--posts_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .o-col,
.no-gutters > [class*="o-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.o-col-1, .o-col-2, .o-col-3, .o-col-4, .c-campaign-images ul li, .o-col-5, .o-col-6, .c-brand-identity .c-brand-identity__inner.u-withimage, .o-col-7, .o-col-8, .o-col-9, .o-col-10, .o-col-11, .o-col-12, .o-col,
.o-col-auto, .o-col-sm-1, .o-col-sm-2, .o-col-sm-3, .o-col-sm-4, .o-col-sm-5, .o-col-sm-6, .o-col-sm-7, .o-col-sm-8, .o-col-sm-9, .o-col-sm-10, .o-col-sm-11, .o-col-sm-12, .o-col-sm,
.o-col-sm-auto, .o-col-md-1, .o-col-md-2, .o-col-md-3, .o-col-md-4, .o-col-md-5, .o-col-md-6, .o-section-panel--contact .c-panel-contact--text, .o-col-md-7, .o-col-md-8, .o-col-md-9, .o-col-md-10, .m-hero__withimage .m-hero__title, .o-col-md-11, .o-section--medium .m-hero__withimage .m-hero__title, .o-col-md-12, .c-careers-search .advanced-search, .o-section-panel--splash .c-panel--title, .o-section-panel--splash .c-panel--image, .o-section-panel--careers .c-panel--title, .o-section-panel--careers .c-panel--image, .o-section-panel--news .c-panel--title, .o-section--full .m-hero__col, .o-col-md,
.o-col-md-auto, .o-col-lg-1, .o-col-lg-2, .o-section--archive-hero .c-archive-search .c-button, .o-section--archive-hero .c-archive-search .m-download__button, .c-careers-search .c-button, .c-careers-search .m-download__button, .o-col-lg-3, .news-search .form-submit-wrapper, .o-col-lg-4, .c-careers-hero--header, .o-section--archive-hero .c-archive-hero--header, .c-careers-perk .c-careers-perk--copy, .c-careers-perk .c-careers-perk--image, .o-col-lg-5, .o-section--archive-hero .c-archive-search .c-field, .c-careers-search .c-field, .c-careers-search .c-field_select-wrapper, .c-careers-perks--intro, .o-col-lg-6, .o-section--brand__others .c-brand-identity, .m-bucket, .o-section--medium .m-bucket, .o-col-lg-7, .o-section-careers-perks .u-item--0, .o-col-lg-8, .o-section-careers-perks .u-item--1, .o-section-careers-perks .u-item--2, .o-section-careers-perks .u-item--3, .o-col-lg-9, .news-search .c-field, .c-careers-hero--image, .o-section--archive-hero .c-archive-hero--image, .o-col-lg-10, .o-col-lg-11, .o-col-lg-12, .m-carousel--jobs, .o-col-lg,
.o-col-lg-auto, .o-col-xl-1, .o-col-xl-2, .o-col-xl-3, .o-col-xl-4, .o-col-xl-5, .o-col-xl-6, .o-col-xl-7, .o-col-xl-8, .o-col-xl-9, .o-col-xl-10, .o-col-xl-11, .o-col-xl-12, .o-col-xl,
.o-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}

.o-col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.o-col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.o-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.o-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.o-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.o-col-4, .c-campaign-images ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.o-col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.o-col-6, .c-brand-identity .c-brand-identity__inner.u-withimage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.o-col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.o-col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.o-col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.o-col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.o-col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.o-col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.o-order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.o-order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.o-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.o-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.o-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.o-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.o-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.o-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.o-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.o-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.o-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.o-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.o-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.o-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.o-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.o-offset-1 {
  margin-left: 8.33333%;
}

.o-offset-2 {
  margin-left: 16.66667%;
}

.o-offset-3 {
  margin-left: 25%;
}

.o-offset-4 {
  margin-left: 33.33333%;
}

.o-offset-5 {
  margin-left: 41.66667%;
}

.o-offset-6 {
  margin-left: 50%;
}

.o-offset-7 {
  margin-left: 58.33333%;
}

.o-offset-8 {
  margin-left: 66.66667%;
}

.o-offset-9 {
  margin-left: 75%;
}

.o-offset-10 {
  margin-left: 83.33333%;
}

.o-offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .o-col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .o-col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .o-col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .o-col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .o-col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .o-col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .o-col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .o-col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .o-col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .o-col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .o-col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .o-col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .o-col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .o-col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .o-order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .o-order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .o-order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .o-order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .o-order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .o-order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .o-order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .o-order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .o-order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .o-order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .o-order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .o-order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .o-order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .o-order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .o-order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .o-offset-sm-0 {
    margin-left: 0;
  }
  .o-offset-sm-1 {
    margin-left: 8.33333%;
  }
  .o-offset-sm-2 {
    margin-left: 16.66667%;
  }
  .o-offset-sm-3 {
    margin-left: 25%;
  }
  .o-offset-sm-4 {
    margin-left: 33.33333%;
  }
  .o-offset-sm-5 {
    margin-left: 41.66667%;
  }
  .o-offset-sm-6 {
    margin-left: 50%;
  }
  .o-offset-sm-7 {
    margin-left: 58.33333%;
  }
  .o-offset-sm-8 {
    margin-left: 66.66667%;
  }
  .o-offset-sm-9 {
    margin-left: 75%;
  }
  .o-offset-sm-10 {
    margin-left: 83.33333%;
  }
  .o-offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .o-col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .o-col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .o-col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .o-col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .o-col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .o-col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .o-col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .o-col-md-6, .o-section-panel--contact .c-panel-contact--text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .o-col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .o-col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .o-col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .o-col-md-10, .m-hero__withimage .m-hero__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .o-col-md-11, .o-section--medium .m-hero__withimage .m-hero__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .o-col-md-12, .c-careers-search .advanced-search, .o-section-panel--splash .c-panel--title, .o-section-panel--splash .c-panel--image, .o-section-panel--careers .c-panel--title, .o-section-panel--careers .c-panel--image, .o-section-panel--news .c-panel--title, .o-section--full .m-hero__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .o-order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .o-order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .o-order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .o-order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .o-order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .o-order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .o-order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .o-order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .o-order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .o-order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .o-order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .o-order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .o-order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .o-order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .o-order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .o-offset-md-0 {
    margin-left: 0;
  }
  .o-offset-md-1 {
    margin-left: 8.33333%;
  }
  .o-offset-md-2 {
    margin-left: 16.66667%;
  }
  .o-offset-md-3 {
    margin-left: 25%;
  }
  .o-offset-md-4 {
    margin-left: 33.33333%;
  }
  .o-offset-md-5 {
    margin-left: 41.66667%;
  }
  .o-offset-md-6 {
    margin-left: 50%;
  }
  .o-offset-md-7 {
    margin-left: 58.33333%;
  }
  .o-offset-md-8 {
    margin-left: 66.66667%;
  }
  .o-offset-md-9 {
    margin-left: 75%;
  }
  .o-offset-md-10 {
    margin-left: 83.33333%;
  }
  .o-offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .o-col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .o-col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .o-col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .o-col-lg-2, .o-section--archive-hero .c-archive-search .c-button, .o-section--archive-hero .c-archive-search .m-download__button, .c-careers-search .c-button, .c-careers-search .m-download__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .o-col-lg-3, .news-search .form-submit-wrapper, .o-section-panel--contact .c-panel-contact--text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .o-col-lg-4, .c-careers-hero--header, .o-section--archive-hero .c-archive-hero--header, .c-careers-search .advanced-search, .c-careers-perk .c-careers-perk--copy, .c-careers-perk .c-careers-perk--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .o-col-lg-5, .o-section--archive-hero .c-archive-search .c-field, .c-careers-search .c-field, .c-careers-search .c-field_select-wrapper, .c-careers-perks--intro, .o-section-panel--splash .c-panel--title, .o-section-panel--careers .c-panel--title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .o-col-lg-6, .o-section-panel--careers .c-panel--image, .o-section--brand__others .c-brand-identity, .m-bucket, .o-section--medium .m-bucket {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .o-col-lg-7, .o-section-careers-perks .u-item--0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .o-col-lg-8, .o-section-careers-perks .u-item--1, .o-section-careers-perks .u-item--2, .o-section-careers-perks .u-item--3, .o-section-panel--splash .c-panel--image, .m-hero__withimage .m-hero__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .o-col-lg-9, .news-search .c-field, .c-careers-hero--image, .o-section--archive-hero .c-archive-hero--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .o-col-lg-10, .o-section-panel--news .c-panel--title, .o-section--medium .m-hero__withimage .m-hero__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .o-col-lg-11, .o-section--full .m-hero__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .o-col-lg-12, .m-carousel--jobs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .o-order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .o-order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .o-order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .o-order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .o-order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .o-order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .o-order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .o-order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .o-order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .o-order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .o-order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .o-order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .o-order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .o-order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .o-order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .o-offset-lg-0 {
    margin-left: 0;
  }
  .o-offset-lg-1, .c-careers-perks--intro, .o-section-careers-perks .u-item--0 .c-careers-perk--copy, .o-section-panel--news .c-panel--title, .o-section--full .m-hero__col {
    margin-left: 8.33333%;
  }
  .o-offset-lg-2, .o-section-careers-perks .u-item--0, .o-section-careers-perks .u-item--1, .o-section-careers-perks .u-item--2 .c-careers-perk--copy, .o-section-careers-perks .u-item--3 .c-careers-perk--copy, .o-section-panel--splash .c-panel--title, .o-section-panel--contact .c-panel-contact--text:first-of-type {
    margin-left: 16.66667%;
  }
  .o-offset-lg-3, .c-careers-hero--image, .o-section--archive-hero .c-archive-hero--image, .o-section-careers-perks .u-item--1 .c-careers-perk--image, .c-our-principles .u-item--2 {
    margin-left: 25%;
  }
  .o-offset-lg-4, .o-section-careers-perks .u-item--3, .o-section-panel--splash .c-panel--image {
    margin-left: 33.33333%;
  }
  .o-offset-lg-5, .o-section-panel--careers .c-panel--title {
    margin-left: 41.66667%;
  }
  .o-offset-lg-6 {
    margin-left: 50%;
  }
  .o-offset-lg-7 {
    margin-left: 58.33333%;
  }
  .o-offset-lg-8 {
    margin-left: 66.66667%;
  }
  .o-offset-lg-9 {
    margin-left: 75%;
  }
  .o-offset-lg-10 {
    margin-left: 83.33333%;
  }
  .o-offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .o-col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .o-col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .o-col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .o-col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .o-col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .o-col-xl-4, .m-bucket {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .o-col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .o-col-xl-6, .o-section--medium .m-bucket {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .o-col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .o-col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .o-col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .o-col-xl-10, .o-section--full .m-hero__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .o-col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .o-col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .o-order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .o-order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .o-order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .o-order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .o-order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .o-order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .o-order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .o-order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .o-order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .o-order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .o-order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .o-order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .o-order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .o-order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .o-order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .o-offset-xl-0 {
    margin-left: 0;
  }
  .o-offset-xl-1 {
    margin-left: 8.33333%;
  }
  .o-offset-xl-2, .o-section--full .m-hero__col {
    margin-left: 16.66667%;
  }
  .o-offset-xl-3 {
    margin-left: 25%;
  }
  .o-offset-xl-4 {
    margin-left: 33.33333%;
  }
  .o-offset-xl-5 {
    margin-left: 41.66667%;
  }
  .o-offset-xl-6 {
    margin-left: 50%;
  }
  .o-offset-xl-7 {
    margin-left: 58.33333%;
  }
  .o-offset-xl-8 {
    margin-left: 66.66667%;
  }
  .o-offset-xl-9 {
    margin-left: 75%;
  }
  .o-offset-xl-10 {
    margin-left: 83.33333%;
  }
  .o-offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/*******************************************************************************
 * HEADER
 ******************************************************************************/
.o-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem;
  background-color: #f3f2f3;
}

@media (min-width: 768px) {
  .o-header {
    bottom: 0;
    right: auto;
    width: 10.25rem;
    padding-bottom: 6.5rem;
  }
}

.o-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .o-header__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.o-header__inner *:first-child {
  margin-top: 0;
}

.o-header__logo {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.o-header__logo a, .o-header__logo a:visited {
  color: #000;
}

.o-header__logo a svg, .o-header__logo a:visited svg {
  fill: currentColor !important;
}

.u-nav--open .o-header__logo {
  color: #fff;
}

.u-nav--open .o-header__logo a {
  color: #fff;
}

.u-nav--open .o-header__logo a:visited {
  color: #fff;
}

.o-header__logo span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.o-header__title {
  position: absolute;
  left: 50%;
  bottom: 128px;
  display: none;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg) translateY(-50%);
      -ms-transform: rotate(-90deg) translateY(-50%);
          transform: rotate(-90deg) translateY(-50%);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #696b69;
}

@media (min-width: 768px) {
  .o-header__title {
    display: block;
    max-width: 60vh;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .o-header__nav {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .u-nav--open .o-header__nav {
    z-index: initial;
  }
  .u-nav--open .o-header__nav .icon--open {
    display: none;
  }
  .u-nav--open .o-header__nav .icon--close {
    display: block;
  }
}

.o-header__nav .icon--close {
  display: none;
}

.o-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-header__nav li {
  width: 50%;
}

.o-header__nav li:first-child {
  position: relative;
  z-index: 3;
}

.o-header__nav li:last-child {
  display: none;
}

@media (min-width: 768px) {
  .o-header__nav li:last-child {
    display: block;
  }
}

.o-header__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  height: 44px;
  background-color: #0000fa;
  color: #f3d3c5;
}

@media (min-width: 768px) {
  .o-header__nav a {
    height: 88px;
  }
}

.o-header__nav .icon-search--close {
  display: none;
}

.o-header__search {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 60px;
  background-color: #dfe0df;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .o-header__search {
    position: absolute;
    left: 10.25rem;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    height: 88px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (min-width: 992px) {
  .o-header__search {
    width: 724px;
  }
}

.o-header__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.o-header__search .c-button, .o-header__search .m-download__button {
  color: #f3d3c5;
}

.o-header__search .c-button span, .o-header__search .m-download__button span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.u-nav--open .o-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 768px) {
  .u-nav--open .o-header__search {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (min-width: 768px) {
  .u-search--open .o-header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.u-nav--open .o-search--handler {
  visibility: hidden;
}

.u-search--open .o-search--handler {
  background-color: #dfe0df;
  color: #0000fa;
}

.u-search--open .icon-search--close {
  display: block;
}

.u-search--open .icon-search--open {
  display: none;
}

/*******************************************************************************
 * NAV
 ******************************************************************************/
.o-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 60px;
  left: 0;
  right: 0;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;
  background-color: #0000fa;
  overflow: auto;
}

.u-nav--open .o-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .o-nav {
    bottom: 0;
    padding-left: 6rem;
  }
}

@media (min-width: 992px) {
  .o-nav {
    padding-left: 12rem;
  }
}

.o-nav__inner {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-nav--open .o-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-nav__nav {
  padding: 5.875rem 1rem 4.875rem 0;
}

.o-nav__nav ul {
  font-size: 2rem;
  line-height: 3.125rem;
}

@media (min-width: 768px) {
  .o-nav__nav ul {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

@media (min-width: 992px) {
  .o-nav__nav ul {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
}

.o-nav__nav ul li {
  width: 100%;
}

.o-nav__nav ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}

.o-nav__nav ul .u-has-sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-nav__nav ul .u-has-sub .o-nav-subnav--handler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.o-nav__nav ul .u-has-sub .o-nav-subnav--handler:after {
  content: '+';
  display: inline-block;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  margin-left: 20px;
  position: relative;
  top: -4px;
  color: #f3d3c5;
}

.o-nav__nav ul .u-has-sub span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.o-nav__subnav {
  overflow: auto;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  height: 0;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .o-nav__subnav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50% -  6rem);
    height: auto;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    padding: 5.875rem 7.875rem 4.875rem 5rem;
    background-color: #f3d3c5;
  }
}

.o-nav__subnav.u-nav-subnav--open {
  height: auto;
}

@media (min-width: 1200px) {
  .o-nav__subnav.u-nav-subnav--open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.o-nav__subnav > ul {
  padding-left: 0.2rem;
  font-size: 1.25rem;
  line-height: 2.15rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .o-nav__subnav > ul {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 992px) {
  .o-nav__subnav > ul {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 1200px) {
  .o-nav__subnav > ul {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 4.375rem;
  }
}

.o-nav__subnav > ul > li {
  margin-top: 0.8rem;
}

.o-nav__subnav > ul > li:first-child {
  margin-top: 0.8rem;
}

@media (min-width: 1200px) {
  .o-nav__subnav > ul > li {
    margin-top: 0;
  }
}

.o-nav__subnav > ul > li > a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .o-nav__subnav > ul > li > a {
    color: #0000fa;
  }
}

.o-nav__social {
  width: 100%;
}

@media (min-width: 768px) {
  .o-nav__social {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 36px;
    width: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .o-nav__social ul {
    display: block;
    width: auto;
  }
}

@media (min-width: 768px) {
  .o-nav__social ul li + li {
    margin-top: 1.5rem;
  }
}

.o-section {
  display: block;
  width: 100%;
  padding: 6rem 0 6rem;
  background-color: inherit;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .o-section {
    padding-left: 10.25rem;
  }
}

.o-section::after {
  display: block;
  clear: both;
  content: "";
}

.o-component {
  display: block;
  width: 100%;
  padding: 0.5rem 0 0.5rem;
  background-color: inherit;
}

@media (min-width: 768px) {
  .o-component {
    padding-left: 10.25rem;
  }
}

.o-component::after {
  display: block;
  clear: both;
  content: "";
}

.o-section--primary {
  background-color: #0000fa;
}

.o-section--primary + .o-section--primary {
  padding-top: 0;
}

.o-section--primary .m-hero__title {
  background-color: #0000fa;
}

.o-section--primary > * {
  color: #fff;
}

.o-section--secondary {
  background-color: #f3d3c5;
}

.o-section--secondary + .o-section--secondary {
  padding-top: 0;
}

.o-section--secondary .m-hero__title {
  background-color: #f3d3c5;
}

.o-section--secondary > * {
  color: #696b69;
}

.o-section--blue {
  background-color: #0000fa;
}

.o-section--blue + .o-section--blue {
  padding-top: 0;
}

.o-section--blue .m-hero__title {
  background-color: #0000fa;
}

.o-section--blue > * {
  color: #fff;
}

.o-section--pink {
  background-color: #f3d3c5;
}

.o-section--pink + .o-section--pink {
  padding-top: 0;
}

.o-section--pink .m-hero__title {
  background-color: #f3d3c5;
}

.o-section--pink > * {
  color: #696b69;
}

.o-section--white {
  background-color: #fff;
}

.o-section--white + .o-section--white {
  padding-top: 0;
}

.o-section--white .m-hero__title {
  background-color: #fff;
}

.o-section--white > * {
  color: #696b69;
}

.o-section--gray {
  background-color: #696b69;
}

.o-section--gray + .o-section--gray {
  padding-top: 0;
}

.o-section--gray .m-hero__title {
  background-color: #696b69;
}

.o-section--gray > * {
  color: #fff;
}

.o-section--gray-light {
  background-color: #dfe0df;
}

.o-section--gray-light + .o-section--gray-light {
  padding-top: 0;
}

.o-section--gray-light .m-hero__title {
  background-color: #dfe0df;
}

.o-section--gray-light > * {
  color: #696b69;
}

.o-section--brands, .o-component--full, .o-section--contact-us {
  padding: 0 0 0;
}

.o-section--brands .o-row, .o-section--brands .o-section--full .m-hero__row, .o-section--full .o-section--brands .m-hero__row, .o-section--brands .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section--brands .m-carousel--posts_slide, .o-component--full .o-row, .o-component--full .o-section--full .m-hero__row, .o-section--full .o-component--full .m-hero__row, .o-component--full .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-component--full .m-carousel--posts_slide, .o-section--contact-us .o-row, .o-section--contact-us .o-section--full .m-hero__row, .o-section--full .o-section--contact-us .m-hero__row, .o-section--contact-us .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section--contact-us .m-carousel--posts_slide {
  margin: 0 -2rem;
}

@media (min-width: 768px) {
  .o-section--brands, .o-component--full, .o-section--contact-us {
    padding-left: 10.25rem;
  }
}

@media (max-width: 767.98px) {
  .o-section--brand {
    padding-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .o-section--brand__others .o-row, .o-section--brand__others .o-section--full .m-hero__row, .o-section--full .o-section--brand__others .m-hero__row, .o-section--brand__others .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section--brand__others .m-carousel--posts_slide {
    margin: 0 -1em !important;
  }
}

@media (max-width: 767.98px) {
  .o-section--brand__others .c-other-brands__header {
    padding: 15px;
  }
  .o-section--brand__others .c-other-brands__header h2, .o-section--brand__others .c-other-brands__header .c-button, .o-section--brand__others .c-other-brands__header .m-download__button {
    position: relative !important;
    display: block !important;
    top: auto !important;
    right: auto !important;
    text-align: center !important;
  }
}

.o-section--half {
  padding-top: 0;
  padding-bottom: 0;
}

*[class*="o-modules--half__"] {
  width: 100%;
  min-height: 300px;
}

@media (min-width: 992px) {
  *[class*="o-modules--half__"] {
    width: 50%;
    min-height: 0;
  }
}

.o-modules--half__image {
  background: transparent none no-repeat center center;
  background-size: cover;
  background-origin: content-box;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 992px) {
  .o-modules--half__image {
    width: 50%;
    min-height: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.o-modules--half__content {
  padding: 2rem 1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .o-modules--half__content {
    padding: 4rem 3rem;
  }
}

@media (min-width: 992px) {
  .o-modules--half__content {
    width: 50%;
    min-height: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.o-modules--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 768px) {
  .o-modules--half {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (min-width: 992px) {
  .o-modules--half {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.o-modules--half.u-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.o-modules--half.u-right .o-modules--half__image {
  padding-left: 0;
  right: 1rem;
}

.o-modules--half.u-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.o-modules--half.u-left .o-modules--half__image {
  padding-right: 0;
  left: 1rem;
}

.single-brands .site-main .o-component.o-component--full:first-child {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .single-brands .site-main .o-component.o-component--full:first-child {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden;
  }
  .single-brands .site-main .o-component.o-component--full:first-child img {
    opacity: 0;
  }
}

.single-brands .site-main .o-component.o-component--full:first-child img {
  width: 100%;
}

.single-brands .m-video--cover-image {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .single-brands .m-video--cover-image {
    margin-top: 4rem;
  }
}

.o-section-padding--none {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.o-section-padding--none .o-container {
  padding: 0;
}

.o-section-padding--none .o-container .o-row, .o-section-padding--none .o-container .o-section--full .m-hero__row, .o-section--full .o-section-padding--none .o-container .m-hero__row, .o-section-padding--none .o-container .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section-padding--none .o-container .m-carousel--posts_slide {
  margin: 0;
}

.o-section-padding--none .o-container .o-row > *, .o-section-padding--none .o-container .o-section--full .m-hero__row > *, .o-section--full .o-section-padding--none .o-container .m-hero__row > *, .o-section-padding--none .o-container .m-carousel--posts .m-carousel--posts_slide > *, .m-carousel--posts .o-section-padding--none .o-container .m-carousel--posts_slide > * {
  padding: 0;
}

/*******************************************************************************
 * FOOTER
 ******************************************************************************/
.o-footer {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #696b69;
}

@media (min-width: 768px) {
  .o-footer {
    padding-left: 10.25rem;
  }
}

.o-footer * {
  color: #f3d3c5;
}

.o-footer ul,
.o-footer p {
  line-height: 1.5rem;
}

.o-footer ul {
  margin-top: 0;
  margin-bottom: 3rem;
}

.o-footer a {
  text-decoration: none;
}

.o-footer__social ul {
  max-width: 172px;
}

.o-footer__social .fa {
  font-size: 2.2em;
}

.o-footer__social .fa.fa-facebook {
  font-size: 1.9em;
}

/*******************************************************************************
 * Archive and Search
 ******************************************************************************/
.o-section--search, .o-section--archive {
  background: #f3d3c5 url("../../images/background-mid-01.png") no-repeat 100% 50%;
}

.o-section--archive {
  padding-top: 0;
}

.o-section--archive .c-archive__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3rem;
  padding: 0 1rem;
  color: #0000fa;
}

.o-section--archive .c-archive__header h1 {
  margin: 0;
  color: #0000fa;
}

.o-section--archive .c-archive__header p {
  color: #0000fa;
  clear: both;
}

.o-section--search .c-archive__header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-section--archive-hero {
  color: #0000fa;
  background: #f3d3c5;
  padding-bottom: 0;
  padding-top: 3rem;
}

.o-section--archive-hero .o-container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}

.o-section--archive-hero .c-button--blue.c-button--ghost:hover, .o-section--archive-hero .o-section--blue .m-bucket--fill .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--blue .m-bucket--fill .m-bucket__footer .o-section--archive-hero .c-button--ghost.c-button:hover, .o-section--archive-hero .o-section--blue .m-bucket--fill .m-bucket__footer .c-button--ghost.m-download__button:hover, .o-section--blue .m-bucket--fill .m-bucket__footer .o-section--archive-hero .c-button--ghost.m-download__button:hover, .o-section--archive-hero .o-section--gray .m-bucket--fill .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--gray .m-bucket--fill .m-bucket__footer .o-section--archive-hero .c-button--ghost.c-button:hover, .o-section--archive-hero .o-section--gray .m-bucket--fill .m-bucket__footer .c-button--ghost.m-download__button:hover, .o-section--gray .m-bucket--fill .m-bucket__footer .o-section--archive-hero .c-button--ghost.m-download__button:hover, .o-section--archive-hero .o-section--gray-light .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--gray-light .m-bucket__footer .o-section--archive-hero .c-button--ghost.c-button:hover, .o-section--archive-hero .o-section--gray-light .m-bucket__footer .c-button--ghost.m-download__button:hover, .o-section--gray-light .m-bucket__footer .o-section--archive-hero .c-button--ghost.m-download__button:hover, .o-section--archive-hero .o-section--pink .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--pink .m-bucket__footer .o-section--archive-hero .c-button--ghost.c-button:hover, .o-section--archive-hero .o-section--pink .m-bucket__footer .c-button--ghost.m-download__button:hover, .o-section--pink .m-bucket__footer .o-section--archive-hero .c-button--ghost.m-download__button:hover {
  color: #f3d3c5;
}

.o-section--archive-hero .c-archive-search {
  margin-left: 2rem;
  margin-right: 2rem;
  width: 100%;
  background: #0000fa;
  padding: 2rem;
  top: -4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.o-section--archive-hero .c-archive-search .c-form-row {
  margin: 0;
}

@media (max-width: 991.98px) {
  .o-section--archive-hero .c-archive-search .c-field-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.o-section--archive-hero .c-archive-search .c-field {
  border-color: #fff;
}

.o-section--archive-hero .c-archive-search .c-button, .o-section--archive-hero .c-archive-search .m-download__button {
  background: #dfe0df;
  color: #0000fa;
  border-color: #dfe0df;
}

.news-search {
  width: 100%;
  background: #0000fa;
  padding: 2rem;
  margin: 2em auto;
}

.news-search .c-form-row {
  margin: 0;
}

@media (max-width: 991.98px) {
  .news-search .c-field-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-search .c-field {
  border-color: #fff;
}

.news-search .form-submit-wrapper {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .news-search .form-submit-wrapper {
    padding-left: 2rem !important;
    padding-right: 0 !important;
  }
}

.news-search .c-button, .news-search .m-download__button {
  width: 100%;
  background: #dfe0df;
  color: #0000fa;
  border-color: #dfe0df;
}

.post-type-archive-icims_job, .tax-location, .tax-brand, .tax-position_type, .tax-category_function {
  background: #dfe0df;
}

.post-type-archive-icims_job .o-section--archive-hero, .tax-location .o-section--archive-hero, .tax-brand .o-section--archive-hero, .tax-position_type .o-section--archive-hero, .tax-category_function .o-section--archive-hero {
  background: #dfe0df;
}

.post-type-archive-icims_job .o-section--search, .post-type-archive-icims_job .o-section--archive, .tax-location .o-section--search, .tax-location .o-section--archive, .tax-brand .o-section--search, .tax-brand .o-section--archive, .tax-position_type .o-section--search, .tax-position_type .o-section--archive, .tax-category_function .o-section--search, .tax-category_function .o-section--archive {
  background: #dfe0df url("../../images/background-mid-01.png") no-repeat 100% 50%;
}

.o-section--careers {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #dfe0df;
}

.o-section--careers:first-of-type:not(.o-section--careers-archive) {
  background: #dfe0df url("../../images/background-top.png") no-repeat 0 50px;
}

.o-section--careers:last-of-type {
  background: #dfe0df url("../../images/background-foot.png") no-repeat top left;
}

.o-section--careers:nth-of-type(2) {
  background: #dfe0df url("../../images/background-mid-01.png") no-repeat top right;
}

.o-section--careers:nth-of-type(4) {
  background: #dfe0df url("../../images/background-mid-02.png") no-repeat top right;
}

.o-section--hero .o-container-fluid.c-careers-hero, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.o-section--hero .o-container-fluid.c-careers-hero .c-careers-hero_jobcount-cta, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
}

@media (max-width: 767px) {
  .o-section--hero .o-container-fluid.c-careers-hero .c-careers-hero_jobcount-cta, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.o-section--hero .o-container-fluid.c-careers-hero .c-careers-hero_jobcount-cta > *, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > * {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 1.4rem 2rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .o-section--hero .o-container-fluid.c-careers-hero .c-careers-hero_jobcount-cta > *.c-button, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *.c-button, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *.c-button, .o-section--hero .o-container-fluid.c-careers-hero .c-careers-hero_jobcount-cta > *.m-download__button, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *.m-download__button, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *.m-download__button {
    margin-left: -2px;
  }
}

.o-section--hero .o-container-fluid.c-careers-hero .c-careers-hero_jobcount-cta > *:last-child, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *:last-child, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *:last-child {
  background: #dfe0df;
  color: #0000fa;
  text-align: center;
}

.o-section--hero .o-container-fluid.c-careers-hero .c-careers-hero_jobcount-cta > *:last-child .line, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *:last-child .line, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *:last-child .line {
  width: 72px;
  height: 2px;
  background: #0000fa;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .o-section--hero .o-container-fluid.c-careers-hero .c-careers-hero_jobcount-cta > *:last-child .line, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *:last-child .line, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .c-careers-hero_jobcount-cta > *:last-child .line {
    display: none;
  }
}

.o-section--hero .o-container-fluid.c-careers-hero .o-row, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-row, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-row, .o-section--hero .o-container-fluid.c-careers-hero .o-section--full .m-hero__row, .o-section--full .o-section--hero .o-container-fluid.c-careers-hero .m-hero__row, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row, .o-section--full .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-hero__row, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row, .o-section--full .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-hero__row, .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts_slide, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide {
  margin: 0;
}

.o-section--hero .o-container-fluid.c-careers-hero .o-row > *, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-row > *, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-row > *, .o-section--hero .o-container-fluid.c-careers-hero .o-section--full .m-hero__row > *, .o-section--full .o-section--hero .o-container-fluid.c-careers-hero .m-hero__row > *, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *, .o-section--full .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-hero__row > *, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *, .o-section--full .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-hero__row > *, .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts .m-carousel--posts_slide > *, .m-carousel--posts .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts_slide > *, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *, .m-carousel--posts .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *, .m-carousel--posts .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > * {
  padding: 0;
  position: relative;
  width: 100%;
}

.o-section--hero .o-container-fluid.c-careers-hero .o-row > *:first-child, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-row > *:first-child, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-row > *:first-child, .o-section--hero .o-container-fluid.c-careers-hero .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section--hero .o-container-fluid.c-careers-hero .m-hero__row > *:first-child, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-hero__row > *:first-child, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-hero__row > *:first-child, .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts_slide > *:first-child, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:first-child, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:first-child {
  z-index: 1;
  padding: 1rem 2rem;
}

@media (min-width: 768px) {
  .o-section--hero .o-container-fluid.c-careers-hero .o-row > *:first-child, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-row > *:first-child, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-row > *:first-child, .o-section--hero .o-container-fluid.c-careers-hero .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section--hero .o-container-fluid.c-careers-hero .m-hero__row > *:first-child, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-hero__row > *:first-child, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-hero__row > *:first-child, .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts_slide > *:first-child, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:first-child, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:first-child {
    padding: 2rem 0rem 2rem 3rem;
    width: calc(33.333% - 5px) !important;
  }
}

.o-section--hero .o-container-fluid.c-careers-hero .o-row > *:first-child h1, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-row > *:first-child h1, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-row > *:first-child h1, .o-section--hero .o-container-fluid.c-careers-hero .o-section--full .m-hero__row > *:first-child h1, .o-section--full .o-section--hero .o-container-fluid.c-careers-hero .m-hero__row > *:first-child h1, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:first-child h1, .o-section--full .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-hero__row > *:first-child h1, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:first-child h1, .o-section--full .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-hero__row > *:first-child h1, .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child h1, .m-carousel--posts .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts_slide > *:first-child h1, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child h1, .m-carousel--posts .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:first-child h1, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child h1, .m-carousel--posts .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:first-child h1 {
  color: #0000fa;
}

@media (min-width: 768px) {
  .o-section--hero .o-container-fluid.c-careers-hero .o-row > *:first-child h1, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-row > *:first-child h1, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-row > *:first-child h1, .o-section--hero .o-container-fluid.c-careers-hero .o-section--full .m-hero__row > *:first-child h1, .o-section--full .o-section--hero .o-container-fluid.c-careers-hero .m-hero__row > *:first-child h1, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:first-child h1, .o-section--full .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-hero__row > *:first-child h1, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:first-child h1, .o-section--full .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-hero__row > *:first-child h1, .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child h1, .m-carousel--posts .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts_slide > *:first-child h1, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child h1, .m-carousel--posts .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:first-child h1, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child h1, .m-carousel--posts .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:first-child h1 {
    width: calc(100% + 6rem);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .o-section--hero .o-container-fluid.c-careers-hero .o-row > *:first-child h1, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-row > *:first-child h1, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-row > *:first-child h1, .o-section--hero .o-container-fluid.c-careers-hero .o-section--full .m-hero__row > *:first-child h1, .o-section--full .o-section--hero .o-container-fluid.c-careers-hero .m-hero__row > *:first-child h1, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:first-child h1, .o-section--full .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-hero__row > *:first-child h1, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:first-child h1, .o-section--full .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-hero__row > *:first-child h1, .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child h1, .m-carousel--posts .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts_slide > *:first-child h1, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child h1, .m-carousel--posts .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:first-child h1, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:first-child h1, .m-carousel--posts .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:first-child h1 {
    font-size: 2.8125rem;
  }
}

.o-section--hero .o-container-fluid.c-careers-hero .o-row > *:last-child img, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-row > *:last-child img, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-row > *:last-child img, .o-section--hero .o-container-fluid.c-careers-hero .o-section--full .m-hero__row > *:last-child img, .o-section--full .o-section--hero .o-container-fluid.c-careers-hero .m-hero__row > *:last-child img, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:last-child img, .o-section--full .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-hero__row > *:last-child img, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:last-child img, .o-section--full .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-hero__row > *:last-child img, .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts .m-carousel--posts_slide > *:last-child img, .m-carousel--posts .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts_slide > *:last-child img, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:last-child img, .m-carousel--posts .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:last-child img, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:last-child img, .m-carousel--posts .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:last-child img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .o-section--hero .o-container-fluid.c-careers-hero .o-row > *:last-child, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-row > *:last-child, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-row > *:last-child, .o-section--hero .o-container-fluid.c-careers-hero .o-section--full .m-hero__row > *:last-child, .o-section--full .o-section--hero .o-container-fluid.c-careers-hero .m-hero__row > *:last-child, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:last-child, .o-section--full .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-hero__row > *:last-child, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:last-child, .o-section--full .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-hero__row > *:last-child, .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts .m-carousel--posts_slide > *:last-child, .m-carousel--posts .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts_slide > *:last-child, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:last-child, .m-carousel--posts .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:last-child, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:last-child, .m-carousel--posts .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:last-child {
    height: 100vh;
    width: calc(66.6667% + 5px) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .o-section--hero .o-container-fluid.c-careers-hero .o-row > *:last-child img, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-row > *:last-child img, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-row > *:last-child img, .o-section--hero .o-container-fluid.c-careers-hero .o-section--full .m-hero__row > *:last-child img, .o-section--full .o-section--hero .o-container-fluid.c-careers-hero .m-hero__row > *:last-child img, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:last-child img, .o-section--full .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-hero__row > *:last-child img, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .o-section--full .m-hero__row > *:last-child img, .o-section--full .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-hero__row > *:last-child img, .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts .m-carousel--posts_slide > *:last-child img, .m-carousel--posts .o-section--hero .o-container-fluid.c-careers-hero .m-carousel--posts_slide > *:last-child img, .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:last-child img, .m-carousel--posts .o-section--hero .o-section--archive-hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:last-child img, .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts .m-carousel--posts_slide > *:last-child img, .m-carousel--posts .o-section--archive-hero .o-section--hero .o-container-fluid.c-archive-hero .m-carousel--posts_slide > *:last-child img {
    display: none;
  }
}

.c-careers-hero, .o-section--archive-hero .c-archive-hero {
  position: relative;
}

@media (min-width: 768px) {
  .c-careers-hero--header, .o-section--archive-hero .c-archive-hero--header {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .c-careers-hero--header, .o-section--archive-hero .c-archive-hero--header {
    padding-top: 2rem;
  }
}

.c-careers-hero--header h1, .o-section--archive-hero .c-archive-hero--header h1 {
  margin-top: 0;
  color: #0000fa;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .c-careers-hero--header h1, .o-section--archive-hero .c-archive-hero--header h1 {
    font-size: 4.7em;
  }
}

.c-careers-hero--image, .o-section--archive-hero .c-archive-hero--image {
  padding: 0;
  position: relative;
}

.c-careers-hero--image img, .o-section--archive-hero .c-archive-hero--image img {
  display: block;
}

.c-careers-hero--image .c-careers-hero--job-count, .o-section--archive-hero .c-archive-hero--image .c-careers-hero--job-count {
  background-color: #dfe0df;
  color: #0000fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 576px) {
  .c-careers-hero--image .c-careers-hero--job-count, .o-section--archive-hero .c-archive-hero--image .c-careers-hero--job-count {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 2rem;
  }
}

@media (max-width: 767.98px) {
  .c-careers-hero--image .c-careers-hero--job-count, .o-section--archive-hero .c-archive-hero--image .c-careers-hero--job-count {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-careers-hero--image .c-careers-hero--job-count .c-button--primary, .o-section--archive-hero .c-archive-hero--image .c-careers-hero--job-count .c-button--primary {
  line-height: 66px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-careers-hero--image .c-careers-hero--job-count .line, .o-section--archive-hero .c-archive-hero--image .c-careers-hero--job-count .line {
  line-height: 72px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 2rem;
  height: 72px;
  width: 72px;
  background: #dfe0df -webkit-gradient(linear, left bottom, left top, color-stop(48%, #dfe0df), color-stop(48%, #0000fa), color-stop(51%, #0000fa), color-stop(51%, #dfe0df));
  background: #dfe0df -o-linear-gradient(bottom, #dfe0df 48%, #0000fa 48%, #0000fa 51%, #dfe0df 51%);
  background: #dfe0df linear-gradient(0deg, #dfe0df 48%, #0000fa 48%, #0000fa 51%, #dfe0df 51%);
}

@media (max-width: 767.98px) {
  .c-careers-hero--image .c-careers-hero--job-count .line, .o-section--archive-hero .c-archive-hero--image .c-careers-hero--job-count .line {
    display: none;
  }
}

.c-careers-hero--image .c-careers-hero--job-count .count, .o-section--archive-hero .c-archive-hero--image .c-careers-hero--job-count .count {
  line-height: 72px;
}

@media (min-width: 576px) {
  .c-careers-hero--image .c-careers-hero--job-count .count, .o-section--archive-hero .c-archive-hero--image .c-careers-hero--job-count .count {
    margin: 0 0 0 2rem;
  }
}

@media (max-width: 767.98px) {
  .c-careers-hero--image .c-careers-hero--job-count .count, .o-section--archive-hero .c-archive-hero--image .c-careers-hero--job-count .count {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.c-careers-search {
  background: #0000fa;
  width: 100%;
  padding: 2rem;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .c-careers-search {
    margin-bottom: 2rem;
    padding: 0;
  }
}

.c-careers-search .c-form-row {
  margin: 0;
}

@media (max-width: 991.98px) {
  .c-careers-search .c-field-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-careers-search .c-field, .c-careers-search .c-field_select-wrapper {
  border-color: #fff;
}

.c-careers-search .c-button, .c-careers-search .m-download__button {
  background: #dfe0df;
  color: #0000fa;
  border-color: #dfe0df;
}

@media (max-width: 767px) {
  .c-careers-search .c-button, .c-careers-search .m-download__button {
    border-color: #0000fa;
  }
}

.c-careers-search .advanced-search {
  color: #dfe0df;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
}

.m-carousel--jobs .owl-stage {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .m-carousel--jobs .owl-pagination {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}

.m-carousel--jobs .owl-nav .owl-next, .m-carousel--jobs .owl-nav .owl-prev {
  color: #dfe0df;
  background-color: #0000fa;
}

.m-carousel--jobs .owl-dots, .m-carousel--jobs .owl-dot {
  background: none !important;
}

.m-carousel--jobs .c-careers-job {
  margin: 0 1rem;
  padding: 1rem;
  background-color: #0000fa;
  color: #f3d3c5;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-carousel--jobs .c-careers-job small {
  font-size: 1rem;
}

.m-carousel--jobs .c-careers-job h3 {
  color: #fff;
  margin-top: 1em;
  font-size: 2em;
  margin-bottom: auto;
}

.m-carousel--jobs .c-careers-job h3 a {
  text-decoration: none;
  color: #fff;
}

.m-carousel--jobs .c-careers-job h3 a:hover {
  text-decoration: underline;
}

.m-carousel--jobs .c-careers-job .c-button, .m-carousel--jobs .c-careers-job .m-download__button {
  margin-top: 1rem;
  color: #0000fa;
  font-size: 1rem;
}

.o-section-brands {
  background: #0000fa !important;
  color: white;
}

.c-careers-perks--intro h2 {
  font-size: 3.75rem;
  color: #0000fa;
}

.c-careers-perk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .c-careers-perk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 991.98px) {
  .c-careers-perk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-careers-perk .m-video {
  width: 100%;
}

@media (max-width: 991.98px) {
  .c-careers-perk .c-careers-perk--copy {
    padding: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.c-careers-perk .c-careers-perk--copy h3 {
  color: #0000fa;
}

.c-careers-perk .c-careers-perk--image {
  padding: 0;
}

.o-section-careers-perks .c-bullet {
  color: #0000fa;
}

@media (min-width: 768px) {
  .o-section-careers-perks .c-bullet {
    margin-left: -36px;
  }
}

.o-section-careers-perks .u-item--0 .c-careers-perk--copy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.o-section-careers-perks .u-item--0 .c-careers-perk--image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.o-section-careers-perks .u-item--1 .c-careers-perk--copy {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .o-section-careers-perks .u-item--1 .c-careers-perk--copy {
    margin-top: -8rem;
  }
}

.o-section-careers-perks .u-item--1 .c-careers-perk--image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.o-section-careers-perks .u-item--2 .c-careers-perk--copy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.o-section-careers-perks .u-item--2 .c-careers-perk--image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.o-section-careers-perks .u-item--3 .c-careers-perk--copy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.o-section-careers-perks .u-item--3 .c-careers-perk--image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-promo-block h2 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-promo-block .u-svg-graphic {
  width: 100%;
}

.c-promo-block .u-svg-graphic img {
  width: 100%;
  height: 549px;
}

@media (max-width: 991.98px) {
  .c-promo-block .u-svg-graphic img {
    height: 270px;
  }
}

.o-section-early-careers {
  background-color: #0000fa;
  color: #fff;
}

.o-section-early-careers h2, .o-section-early-careers h2 a {
  color: #f3d3c5;
  font-size: 2.8125rem;
}

@media (min-width: 768px) {
  .o-section-early-careers h2, .o-section-early-careers h2 a {
    font-size: 3.75rem;
  }
}

.o-section-early-careers .o-col-lg-6, .o-section-early-careers .o-section-panel--careers .c-panel--image, .o-section-panel--careers .o-section-early-careers .c-panel--image, .o-section-early-careers .o-section--brand__others .c-brand-identity, .o-section--brand__others .o-section-early-careers .c-brand-identity, .o-section-early-careers .m-bucket {
  -ms-flex-item-align: center;
      align-self: center;
}

.o-section--careers-social {
  background-color: #fff;
  color: #f3d3c5;
  padding-top: 0;
  padding-bottom: 3em;
}

.o-section--careers-social .o-container {
  padding-left: 3rem;
  padding-right: 3rem;
}

.o-section--careers-social h2, .o-section--careers-social h2 a {
  font-size: 1.5rem;
  color: #f3d3c5;
  text-decoration: none;
}

.o-section-careers_jumpto-nav {
  position: fixed;
  padding: 25px 15px;
  text-align: center;
  top: 0;
  left: 10.25rem;
  right: 0;
  background: #dfe0df;
  z-index: 5;
}

.o-section-careers_jumpto-nav a {
  color: #696b69;
  margin: 0 1em;
  text-decoration: none;
}

.o-section-careers_jumpto-nav + div {
  padding-top: 4em;
}

@media (max-width: 767.98px) {
  .o-section-careers_jumpto-nav {
    display: none;
  }
  .o-section-careers_jumpto-nav + div {
    padding-top: 0;
  }
}

.o-section--ourprinciples .m-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 1rem 0 !important;
}

.o-section--ourprinciples .m-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.o-section--careerdevelopment .o-row, .o-section--careerdevelopment .o-section--full .m-hero__row, .o-section--full .o-section--careerdevelopment .m-hero__row, .o-section--careerdevelopment .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section--careerdevelopment .m-carousel--posts_slide {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.o-section--careerdevelopment .o-row .m-general-content, .o-section--careerdevelopment .o-section--full .m-hero__row .m-general-content, .o-section--full .o-section--careerdevelopment .m-hero__row .m-general-content, .o-section--careerdevelopment .m-carousel--posts .m-carousel--posts_slide .m-general-content, .m-carousel--posts .o-section--careerdevelopment .m-carousel--posts_slide .m-general-content {
  position: relative;
}

@media (min-width: 1024px) {
  .o-section--careerdevelopment .o-row .m-general-content, .o-section--careerdevelopment .o-section--full .m-hero__row .m-general-content, .o-section--full .o-section--careerdevelopment .m-hero__row .m-general-content, .o-section--careerdevelopment .m-carousel--posts .m-carousel--posts_slide .m-general-content, .m-carousel--posts .o-section--careerdevelopment .m-carousel--posts_slide .m-general-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.o-section--careerdevelopment .o-row .m-general-content .careerdevcopy, .o-section--careerdevelopment .o-section--full .m-hero__row .m-general-content .careerdevcopy, .o-section--full .o-section--careerdevelopment .m-hero__row .m-general-content .careerdevcopy, .o-section--careerdevelopment .m-carousel--posts .m-carousel--posts_slide .m-general-content .careerdevcopy, .m-carousel--posts .o-section--careerdevelopment .m-carousel--posts_slide .m-general-content .careerdevcopy {
  background-color: #0000fa;
  padding: 2rem;
  color: #fff;
}

.o-section--careerdevelopment .o-row .m-general-content .careerdevcopy > *:last-child, .o-section--careerdevelopment .o-section--full .m-hero__row .m-general-content .careerdevcopy > *:last-child, .o-section--full .o-section--careerdevelopment .m-hero__row .m-general-content .careerdevcopy > *:last-child, .o-section--careerdevelopment .m-carousel--posts .m-carousel--posts_slide .m-general-content .careerdevcopy > *:last-child, .m-carousel--posts .o-section--careerdevelopment .m-carousel--posts_slide .m-general-content .careerdevcopy > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .o-section--careerdevelopment .o-row .m-general-content .careerdevcopy, .o-section--careerdevelopment .o-section--full .m-hero__row .m-general-content .careerdevcopy, .o-section--full .o-section--careerdevelopment .m-hero__row .m-general-content .careerdevcopy, .o-section--careerdevelopment .m-carousel--posts .m-carousel--posts_slide .m-general-content .careerdevcopy, .m-carousel--posts .o-section--careerdevelopment .m-carousel--posts_slide .m-general-content .careerdevcopy {
    position: absolute;
    bottom: 2rem;
    right: 15px;
    width: calc(100% + 9rem);
    z-index: 1;
  }
}

.o-section--careerdevelopment .o-row .c-careers-development--image img, .o-section--careerdevelopment .o-section--full .m-hero__row .c-careers-development--image img, .o-section--full .o-section--careerdevelopment .m-hero__row .c-careers-development--image img, .o-section--careerdevelopment .m-carousel--posts .m-carousel--posts_slide .c-careers-development--image img, .m-carousel--posts .o-section--careerdevelopment .m-carousel--posts_slide .c-careers-development--image img {
  display: block;
}

@media (min-width: 1024px) {
  .o-section--careerdevelopment .o-row .c-careers-development--image, .o-section--careerdevelopment .o-section--full .m-hero__row .c-careers-development--image, .o-section--full .o-section--careerdevelopment .m-hero__row .c-careers-development--image, .o-section--careerdevelopment .m-carousel--posts .m-carousel--posts_slide .c-careers-development--image, .m-carousel--posts .o-section--careerdevelopment .m-carousel--posts_slide .c-careers-development--image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.o-section-careers-stories, .o-section-careers-video-quote {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: white url("../../images/background-top.png") no-repeat 0 0;
}

@media (min-width: 1024px) {
  .o-section-careers-stories .owl-pagination, .o-section-careers-video-quote .owl-pagination {
    max-width: 66.667%;
    margin-left: auto;
  }
}

.o-section-careers-stories .o-section-careers-stories__intro h2, .o-section-careers-stories .o-section-careers-video-quote h2, .o-section-careers-video-quote .o-section-careers-stories__intro h2, .o-section-careers-video-quote .o-section-careers-video-quote h2 {
  color: #0000fa;
}

.o-section-careers-stories .o-container-fluid, .o-section-careers-video-quote .o-container-fluid {
  position: relative;
  padding: 2rem;
  padding-bottom: calc(2rem + 72px);
}

@media (min-width: 1024px) {
  .o-section-careers-stories .o-container-fluid, .o-section-careers-video-quote .o-container-fluid {
    padding: 3rem;
    padding-bottom: calc(3rem + 72px);
  }
}

.o-section-careers-stories .o-container-fluid .o-row, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide, .o-section-careers-video-quote .o-container-fluid .o-row, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide {
  margin: 0;
  position: relative;
}

.o-section-careers-stories .o-container-fluid .o-row > *, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *, .o-section-careers-video-quote .o-container-fluid .o-row > *, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > * {
  padding: 0;
}

.o-section-careers-stories .o-container-fluid .o-row > *:first-child, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *:first-child, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *:first-child, .o-section-careers-video-quote .o-container-fluid .o-row > *:first-child, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *:first-child, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > *:first-child {
  width: 100%;
}

@media (min-width: 1024px) {
  .o-section-careers-stories .o-container-fluid .o-row > *:first-child, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *:first-child, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *:first-child, .o-section-careers-video-quote .o-container-fluid .o-row > *:first-child, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *:first-child, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > *:first-child {
    width: 33.333%;
    padding-right: 3rem;
  }
}

@media (max-width: 1023px) {
  .o-section-careers-stories .o-container-fluid .o-row > *:first-child, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *:first-child, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *:first-child, .o-section-careers-video-quote .o-container-fluid .o-row > *:first-child, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *:first-child, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *:first-child, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:first-child, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > *:first-child {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

.o-section-careers-stories .o-container-fluid .o-row > *:last-child, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *:last-child, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *:last-child, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *:last-child, .o-section-careers-video-quote .o-container-fluid .o-row > *:last-child, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *:last-child, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *:last-child, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > *:last-child {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 1024px) {
  .o-section-careers-stories .o-container-fluid .o-row > *:last-child, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *:last-child, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *:last-child, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *:last-child, .o-section-careers-video-quote .o-container-fluid .o-row > *:last-child, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *:last-child, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *:last-child, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > *:last-child {
    width: 66.667%;
  }
}

.o-section-careers-stories .o-container-fluid .o-row > *:last-child:before, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *:last-child:before, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *:last-child:before, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child:before, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *:last-child:before, .o-section-careers-video-quote .o-container-fluid .o-row > *:last-child:before, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *:last-child:before, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *:last-child:before, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child:before, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > *:last-child:before {
  content: "";
  display: block;
  padding-bottom: 75vh;
}

.o-section-careers-stories .o-container-fluid .o-row > *:last-child > a, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *:last-child > a, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *:last-child > a, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child > a, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *:last-child > a, .o-section-careers-video-quote .o-container-fluid .o-row > *:last-child > a, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *:last-child > a, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *:last-child > a, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child > a, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > *:last-child > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.o-section-careers-stories .o-container-fluid .o-row > *:last-child > a:before, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *:last-child > a:before, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *:last-child > a:before, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child > a:before, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *:last-child > a:before, .o-section-careers-video-quote .o-container-fluid .o-row > *:last-child > a:before, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *:last-child > a:before, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *:last-child > a:before, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child > a:before, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > *:last-child > a:before {
  background: #0000fa;
  color: white;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.o-section-careers-stories .o-container-fluid .o-row > *:last-child > a:hover:before, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *:last-child > a:hover:before, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *:last-child > a:hover:before, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child > a:hover:before, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *:last-child > a:hover:before, .o-section-careers-video-quote .o-container-fluid .o-row > *:last-child > a:hover:before, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *:last-child > a:hover:before, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *:last-child > a:hover:before, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child > a:hover:before, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > *:last-child > a:hover:before {
  width: 75px;
  height: 75px;
  line-height: 75px;
  opacity: 1;
  font-size: 1.5em;
  background: #0000fa;
}

.o-section-careers-stories .o-container-fluid .o-row > *:last-child > a:active:before, .o-section-careers-stories .o-container-fluid .o-section--full .m-hero__row > *:last-child > a:active:before, .o-section--full .o-section-careers-stories .o-container-fluid .m-hero__row > *:last-child > a:active:before, .o-section-careers-stories .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child > a:active:before, .m-carousel--posts .o-section-careers-stories .o-container-fluid .m-carousel--posts_slide > *:last-child > a:active:before, .o-section-careers-video-quote .o-container-fluid .o-row > *:last-child > a:active:before, .o-section-careers-video-quote .o-container-fluid .o-section--full .m-hero__row > *:last-child > a:active:before, .o-section--full .o-section-careers-video-quote .o-container-fluid .m-hero__row > *:last-child > a:active:before, .o-section-careers-video-quote .o-container-fluid .m-carousel--posts .m-carousel--posts_slide > *:last-child > a:active:before, .m-carousel--posts .o-section-careers-video-quote .o-container-fluid .m-carousel--posts_slide > *:last-child > a:active:before {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.o-section-careers-stories .c-careers-story--text, .o-section-careers-stories .c-careers-video-quote--text, .o-section-careers-video-quote .c-careers-story--text, .o-section-careers-video-quote .c-careers-video-quote--text {
  background-color: #0000fa;
  color: white;
  padding: 1.625rem;
  position: relative;
  font-size: 0.875rem;
  /* wiggles */
}

@media (max-width: 1023px) {
  .o-section-careers-stories .c-careers-story--text, .o-section-careers-stories .c-careers-video-quote--text, .o-section-careers-video-quote .c-careers-story--text, .o-section-careers-video-quote .c-careers-video-quote--text {
    font-size: 80%;
    padding: 1rem;
  }
}

.o-section-careers-stories .c-careers-story--text:after, .o-section-careers-stories .c-careers-video-quote--text:after, .o-section-careers-video-quote .c-careers-story--text:after, .o-section-careers-video-quote .c-careers-video-quote--text:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #0000fa transparent transparent;
}

.o-section-careers-stories .c-careers-story--text p, .o-section-careers-stories .c-careers-video-quote--text p, .o-section-careers-video-quote .c-careers-story--text p, .o-section-careers-video-quote .c-careers-video-quote--text p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  /* commenting out for now. Don't need quoations as its a block quation*/
  /*      &:first-child {
        &::before {
          content:"\201C";
        }
      }
      &:last-of-type {
        &::after {
          content:"\201D";
        }
      }*/
}

.o-section-careers-stories .c-careers-story--text p + p, .o-section-careers-stories .c-careers-video-quote--text p + p, .o-section-careers-video-quote .c-careers-story--text p + p, .o-section-careers-video-quote .c-careers-video-quote--text p + p {
  margin-top: 0.5em;
}

.o-section-careers-stories .c-careers-story--text cite, .o-section-careers-stories .c-careers-video-quote--text cite, .o-section-careers-video-quote .c-careers-story--text cite, .o-section-careers-video-quote .c-careers-video-quote--text cite {
  display: block;
  margin-top: 1em;
}

.o-section-careers-perks {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #0000fa url("../../images/background-perks.png") no-repeat bottom right;
  background-size: 25% auto;
}

.o-section-careers-perks h2 {
  font-size: 1.875rem;
  color: #f3d3c5;
  margin: 0;
}

.o-section-careers-perks h2 + p {
  margin-top: 1em;
}

.o-section-careers-perks .o-container {
  padding-left: 3rem;
  padding-right: 3rem;
}

.o-section-careers-perks .m-accordions {
  margin-top: 0 !important;
}

.o-section-careers-perks .m-accordion__inner {
  margin-top: 1rem;
}

@media (max-width: 1023px) {
  .o-section-careers-perks .m-accordion__inner > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .o-section-careers-perks .m-accordion__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .o-section-careers-perks .m-accordion__inner > *:first-child {
    width: 66.667%;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  .o-section-careers-perks .m-accordion__inner > *:last-child {
    width: 33.333%;
    margin-left: 2rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .o-section-careers-perks .m-accordion__inner > * > * {
    margin: 0;
  }
  .o-section-careers-perks .m-accordion__inner > * > * + * {
    margin-top: 1rem;
  }
  .o-section-careers-perks .m-accordion__inner > * img {
    display: block;
  }
}

.o-section-careers-perks .m-accordion__inner .p-video {
  position: relative;
}

.o-section-careers-perks .m-accordion__inner .p-video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: #0000fa;
  color: white;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-indent: 2px;
}

.o-section-careers-perks .m-accordion__inner .p-video:hover:before {
  background-color: white;
  color: #0000fa;
}

/*******************************************************************************
* HOME PAGE PANELS
******************************************************************************/
.o-section-panels {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.o-section-panels .o-container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

.o-section-panel {
  position: relative;
}

@media (min-width: 768px) {
  .o-section-panel {
    height: 100vh;
  }
}

.o-section-panel .c-button--slide {
  padding: 1rem;
  color: #f3d3c5;
  position: absolute;
  top: 50%;
  margin-top: -37px;
  z-index: 1;
  height: 74px;
}

.o-section-panel .c-button--slide.c-button--next {
  padding: 1rem 1rem 1rem 0;
  right: 0;
}

.o-section-panel .c-button--slide.c-button--prev {
  padding: 1rem;
  left: 0;
}

.o-section-panel .c-button--slide span {
  color: inherit;
  margin: 0.5rem;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.o-section-panel .c-button--slide svg {
  position: relative;
  top: 6px;
}

@media (max-width: 991.98px) {
  .o-section-panel .c-button--slide {
    display: none;
  }
}

.o-section-panel--splash {
  background-color: #f3d3c5;
}

.o-section-panel--splash small {
  font-size: 1rem;
  color: #0000fa;
}

@media (max-width: 991.98px) {
  .o-section-panel--splash small {
    display: block;
    margin-top: 1.5rem;
  }
}

.o-section-panel--splash small abbr {
  text-decoration: none;
}

.o-section-panel--splash h1 {
  color: #0000fa;
}

@media (min-width: 768px) {
  .o-section-panel--splash h1 {
    color: #fff;
    font-size: 5rem;
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .o-section-panel--splash h1 {
    margin-top: 0.5rem;
  }
}

.o-section-panel--splash .c-button--white.c-button--ghost {
  margin-top: 2rem;
}

@media (max-width: 991.98px) {
  .o-section-panel--splash .c-button--white.c-button--ghost {
    border-color: #0000fa;
    color: #0000fa;
  }
}

.o-section-panel--splash .c-button--white.c-button--ghost:hover {
  color: #f3d3c5;
}

@media (max-width: 991.98px) {
  .o-section-panel--splash .c-button--white.c-button--ghost:hover {
    border-color: #0000fa;
    background-color: #0000fa;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .o-section-panel--splash .c-panel--title {
    position: absolute;
    z-index: 1;
    top: 18%;
  }
}

@media (max-width: 991.98px) {
  .o-section-panel--splash .c-panel--title {
    padding-bottom: 4rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.o-section-panel--splash .c-panel--image {
  padding: 0;
}

@media (max-width: 991.98px) {
  .o-section-panel--splash .c-panel--image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow: hidden;
    max-height: 50vh;
  }
}

.o-section-panel--splash .c-panel--image img {
  display: block;
}

@media (max-width: 991.98px) {
  .o-section-panel--splash .c-panel--image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.o-section-panel--careers .o-row, .o-section-panel--careers .o-section--full .m-hero__row, .o-section--full .o-section-panel--careers .m-hero__row, .o-section-panel--careers .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section-panel--careers .m-carousel--posts_slide {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.o-section-panel--careers .c-button--next {
  color: #0000fa;
  background: #f3d3c5;
}

@media (min-width: 768px) {
  .o-section-panel--careers .c-panel--title {
    position: absolute;
    z-index: 1;
    top: 20%;
  }
}

@media (max-width: 991.98px) {
  .o-section-panel--careers .c-panel--title {
    padding-bottom: 4rem;
  }
}

.o-section-panel--careers .c-panel--title h1 {
  color: #fff;
}

@media (max-width: 991.98px) {
  .o-section-panel--careers .c-panel--title h1 {
    margin-top: 4rem;
  }
}

.o-section-panel--careers .c-panel--image {
  padding: 0;
}

@media (min-width: 768px) {
  .o-section-panel--careers .c-panel--image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.o-section-panel--careers .c-panel--image img {
  display: block;
  width: 100%;
}

.o-section-panel--careers .c-button--white.c-button--ghost:hover {
  color: #0000fa;
}

.o-section-panel--news {
  background: #f3d3c5;
}

@media (max-width: 991.98px) {
  .o-section-panel--news {
    padding-bottom: 3rem;
  }
}

.o-section-panel--news .c-panel--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 4rem;
}

@media (max-width: 991.98px) {
  .o-section-panel--news .c-panel--title {
    padding-top: 3.5rem;
    margin-bottom: 3rem;
  }
}

.o-section-panel--news .c-panel--title h1 {
  margin: 0;
  color: #0000fa;
}

.o-section-panel--news .m-carousel--posts .m-carousel--posts_slide {
  margin: 0;
}

.o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-col-lg-8, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--1, .o-section-careers-perks .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .u-item--1, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--2, .o-section-careers-perks .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .u-item--2, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--3, .o-section-careers-perks .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .u-item--3, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-panel--splash .c-panel--image, .o-section-panel--splash .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-panel--image, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .m-hero__withimage .m-hero__title, .m-hero__withimage .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .m-hero__title {
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-col-lg-4, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-hero--header, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section--archive-hero .c-archive-hero--header, .o-section--archive-hero .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-archive-hero--header, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-search .advanced-search, .c-careers-search .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .advanced-search, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-perk .c-careers-perk--copy, .c-careers-perk .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-perk--copy, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-perk .c-careers-perk--image, .c-careers-perk .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-perk--image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-col-lg-8, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--1, .o-section-careers-perks .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .u-item--1, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--2, .o-section-careers-perks .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .u-item--2, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--3, .o-section-careers-perks .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .u-item--3, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-panel--splash .c-panel--image, .o-section-panel--splash .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-panel--image, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .m-hero__withimage .m-hero__title, .m-hero__withimage .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .m-hero__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-col-lg-4, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-hero--header, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section--archive-hero .c-archive-hero--header, .o-section--archive-hero .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-archive-hero--header, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-search .advanced-search, .c-careers-search .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .advanced-search, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-perk .c-careers-perk--copy, .c-careers-perk .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-perk--copy, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-perk .c-careers-perk--image, .c-careers-perk .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-careers-perk--image {
    padding-left: 2px;
  }
  .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-col-lg-8, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--1, .o-section-careers-perks .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .u-item--1, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--2, .o-section-careers-perks .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .u-item--2, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--3, .o-section-careers-perks .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .u-item--3, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .o-section-panel--splash .c-panel--image, .o-section-panel--splash .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .c-panel--image, .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .m-hero__withimage .m-hero__title, .m-hero__withimage .o-section-panel--news .m-carousel--posts .m-carousel--posts_slide .m-hero__title {
    padding-right: 2px;
  }
}

@media (min-width: 1024px) {
  .o-section-panel--news .owl-pagination {
    max-width: calc(66.667% - 2px);
    margin-left: auto;
  }
}

.o-section-panel--news .owl-nav .owl-next, .o-section-panel--news .owl-nav .owl-prev {
  color: #696b69;
  background-color: #fff;
}

.o-section-panel--news .owl-dots, .o-section-panel--news .owl-dot {
  color: #696b69 !important;
  background: none !important;
}

@media (max-width: 991.98px) {
  .o-section-panel--news .m-carousel__image-container {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .o-section-panel--news .m-carousel__date {
    margin-top: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .o-section-panel--news .m-carousel__excerpt > p:first-child {
    margin-top: 1rem;
  }
}

@media (max-width: 991.98px) {
  .o-section-panel--news .m-carousel__excerpt > p:last-child {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .o-section-panel--news .m-carousel--posts {
    margin-top: 6rem;
  }
}

.o-section-panel--news .owl-dots {
  margin-left: -2px;
}

.o-section-panel--news .owl-nav {
  margin-left: -3px;
}

.o-section-panel--brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em;
}

.o-section-panel--brands .c-button--prev, .o-section-panel--brands .c-button--next {
  color: #696b69;
  background: #f3d3c5;
}

.o-section-panel--brands .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .o-section-panel--brands .content {
    margin-left: calc(74px + 3em);
    margin-right: calc(127px + 3em);
  }
}

.o-section-panel--brands .content small {
  font-size: 1rem;
  color: #fff;
}

.o-section-panel--brands .content img {
  margin-top: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  .o-section-panel--brands .content img {
    margin-top: 2em;
  }
}

.o-section-panel--brands .content .c-button, .o-section-panel--brands .content .m-download__button {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .o-section-panel--brands .content .c-button, .o-section-panel--brands .content .m-download__button {
    margin-top: 4em;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.o-section-panel--brands .content .c-button:hover, .o-section-panel--brands .content .m-download__button:hover {
  color: #0000fa;
}

.o-section-panel--contact .c-button--prev {
  color: #696b69;
  background: #f3d3c5;
}

.o-section-panel--contact .c-social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.o-section-panel--contact .c-panels-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 768px) {
  .o-section-panel--contact .c-panels-contact {
    padding-top: 20%;
  }
}

@media (max-width: 991.98px) {
  .o-section-panel--contact .c-panels-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4rem;
  }
}

@media (max-width: 991.98px) {
  .o-section-panel--contact .c-panel-contact--text {
    padding-bottom: 5rem;
  }
}

.o-section-panel--contact .c-panel-contact--text .m-border--top {
  border-top: 9px solid #f3d3c5;
}

.o-section-panel--contact .c-panel-contact--text h3 {
  font-size: 1.75rem;
  color: #f3d3c5;
}

.o-section-panel--contact .c-panel-contact--text p {
  color: #fff;
}

.o-section-panel--contact .c-panel-contact--text a:not(.c-button):not(.m-download__button) {
  color: #f3d3c5;
  text-decoration: none;
  font-size: 1.25rem;
}

.o-section-panel--contact .c-panel-contact--text .c-button:hover, .o-section-panel--contact .c-panel-contact--text .m-download__button:hover {
  color: #f3d3c5;
}

.home .owl-item .o-section-panel--splash .c-panel--title, .home .owl-item .o-section-panel--splash .c-panel--image {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.home .owl-item.active .o-section-panel--splash .c-panel--title {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.home .owl-item.active .o-section-panel--splash .c-panel--image {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.home .owl-item .o-section-panel--careers .c-panel--title, .home .owl-item .o-section-panel--careers .c-panel--image {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.home .owl-item.active .o-section-panel--careers .c-panel--title {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.home .owl-item.active .o-section-panel--careers .c-panel--image {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.home .owl-item .o-section-panel--contact .c-panel-contact--text {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.home .owl-item.active .o-section-panel--contact .c-panel-contact--text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.home .owl-item.active .o-section-panel--contact .c-panel-contact--text:nth-child(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.home .owl-item.active .o-section-panel--contact .c-panel-contact--text:nth-child(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.home .owl-item.active .o-section-panel--contact .c-panel-contact--text:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.home .owl-item .o-section-panel--brands * {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.home .owl-item.active .content {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.o-section--our-story {
  padding-top: 0;
  padding-bottom: 0;
  background: #0000fa;
  height: 100vh;
}

@media (max-width: 767.98px) {
  .o-section--our-story {
    height: calc(100vh - 83px);
  }
}

.o-section--our-story .timeline {
  width: 100%;
  overflow: scroll;
  opacity: 0;
  position: relative;
  z-index: 0;
}

.o-section--our-story .timeline img {
  display: block;
  height: 100vh;
  max-width: none;
}

@media (max-width: 767.98px) {
  .o-section--our-story .timeline img {
    height: calc(100vh - 83px);
  }
}

.o-section--our-story .scroll {
  height: 88px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 10.25rem;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .o-section--our-story .scroll {
    display: none;
  }
}

.o-section--our-story .scroll a {
  width: 82px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  color: #0000fa;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.o-section--our-story .scroll a:hover {
  background: rgba(255, 255, 255, 0.95);
}

.o-section--our-story .scroll a:active {
  background: white;
}

.page-template-page-news .o-section--archive {
  padding-bottom: 0;
  background-image: none;
}

.page-template-page-news .o-section--archive .o-col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .page-template-page-news .owl-pagination {
    max-width: 66.667%;
    margin-left: auto;
  }
}

.page-template-page-news .owl-nav .owl-next, .page-template-page-news .owl-nav .owl-prev {
  color: #696b69;
  background-color: #fff;
}

.page-template-page-news .owl-dots, .page-template-page-news .owl-dot {
  color: #696b69 !important;
  background: none !important;
}

.page-template-page-news .m-carousel {
  margin-top: 2rem;
}

.page-template-page-news .m-carousel .m-carousel--posts_slide .o-col-lg-4, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-hero--header, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section--archive-hero .c-archive-hero--header, .o-section--archive-hero .page-template-page-news .m-carousel .m-carousel--posts_slide .c-archive-hero--header, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-search .advanced-search, .c-careers-search .page-template-page-news .m-carousel .m-carousel--posts_slide .advanced-search, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--copy, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--copy, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--image, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--image {
  padding-left: 0;
}

.page-template-page-news .m-carousel .m-carousel--posts_slide .o-col-lg-4 *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-hero--header *, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section--archive-hero .c-archive-hero--header *, .o-section--archive-hero .page-template-page-news .m-carousel .m-carousel--posts_slide .c-archive-hero--header *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-search .advanced-search *, .c-careers-search .page-template-page-news .m-carousel .m-carousel--posts_slide .advanced-search *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--copy *, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--copy *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--image *, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--image * {
  margin: 0;
}

.page-template-page-news .m-carousel .m-carousel--posts_slide .o-col-lg-4 * + *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-hero--header * + *, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section--archive-hero .c-archive-hero--header * + *, .o-section--archive-hero .page-template-page-news .m-carousel .m-carousel--posts_slide .c-archive-hero--header * + *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-search .advanced-search * + *, .c-careers-search .page-template-page-news .m-carousel .m-carousel--posts_slide .advanced-search * + *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--copy * + *, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--copy * + *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--image * + *, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--image * + * {
  margin-top: 1rem;
}

.page-template-page-news .m-carousel .m-carousel--posts_slide .o-col-lg-4 > *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-hero--header > *, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section--archive-hero .c-archive-hero--header > *, .o-section--archive-hero .page-template-page-news .m-carousel .m-carousel--posts_slide .c-archive-hero--header > *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-search .advanced-search > *, .c-careers-search .page-template-page-news .m-carousel .m-carousel--posts_slide .advanced-search > *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--copy > *, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--copy > *, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--image > *, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--image > * {
  display: block;
}

.page-template-page-news .m-carousel .m-carousel--posts_slide .o-col-lg-4 .c-post__terms, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-hero--header .c-post__terms, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section--archive-hero .c-archive-hero--header .c-post__terms, .o-section--archive-hero .page-template-page-news .m-carousel .m-carousel--posts_slide .c-archive-hero--header .c-post__terms, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-search .advanced-search .c-post__terms, .c-careers-search .page-template-page-news .m-carousel .m-carousel--posts_slide .advanced-search .c-post__terms, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--copy .c-post__terms, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--copy .c-post__terms, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--image .c-post__terms, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--image .c-post__terms {
  padding-top: 0;
}

.page-template-page-news .m-carousel .m-carousel--posts_slide .o-col-lg-4 .c-post__terms li, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-hero--header .c-post__terms li, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section--archive-hero .c-archive-hero--header .c-post__terms li, .o-section--archive-hero .page-template-page-news .m-carousel .m-carousel--posts_slide .c-archive-hero--header .c-post__terms li, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-search .advanced-search .c-post__terms li, .c-careers-search .page-template-page-news .m-carousel .m-carousel--posts_slide .advanced-search .c-post__terms li, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--copy .c-post__terms li, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--copy .c-post__terms li, .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk .c-careers-perk--image .c-post__terms li, .c-careers-perk .page-template-page-news .m-carousel .m-carousel--posts_slide .c-careers-perk--image .c-post__terms li {
  margin: 0 0px 8px 0;
}

.page-template-page-news .m-carousel .m-carousel--posts_slide .o-col-lg-8, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--1, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--1, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--2, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--2, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--3, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--3, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-panel--splash .c-panel--image, .o-section-panel--splash .page-template-page-news .m-carousel .m-carousel--posts_slide .c-panel--image, .page-template-page-news .m-carousel .m-carousel--posts_slide .m-hero__withimage .m-hero__title, .m-hero__withimage .page-template-page-news .m-carousel .m-carousel--posts_slide .m-hero__title {
  padding-left: 0;
}

.page-template-page-news .m-carousel .m-carousel--posts_slide .o-col-lg-8 .m-carousel__image-container, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--1 .m-carousel__image-container, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--1 .m-carousel__image-container, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--2 .m-carousel__image-container, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--2 .m-carousel__image-container, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--3 .m-carousel__image-container, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--3 .m-carousel__image-container, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-panel--splash .c-panel--image .m-carousel__image-container, .o-section-panel--splash .page-template-page-news .m-carousel .m-carousel--posts_slide .c-panel--image .m-carousel__image-container, .page-template-page-news .m-carousel .m-carousel--posts_slide .m-hero__withimage .m-hero__title .m-carousel__image-container, .m-hero__withimage .page-template-page-news .m-carousel .m-carousel--posts_slide .m-hero__title .m-carousel__image-container {
  display: block;
}

@media (min-width: 768px) {
  .page-template-page-news .m-carousel .m-carousel--posts_slide .o-col-lg-8 .m-carousel__image-container, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--1 .m-carousel__image-container, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--1 .m-carousel__image-container, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--2 .m-carousel__image-container, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--2 .m-carousel__image-container, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--3 .m-carousel__image-container, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--3 .m-carousel__image-container, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-panel--splash .c-panel--image .m-carousel__image-container, .o-section-panel--splash .page-template-page-news .m-carousel .m-carousel--posts_slide .c-panel--image .m-carousel__image-container, .page-template-page-news .m-carousel .m-carousel--posts_slide .m-hero__withimage .m-hero__title .m-carousel__image-container, .m-hero__withimage .page-template-page-news .m-carousel .m-carousel--posts_slide .m-hero__title .m-carousel__image-container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
  }
  .page-template-page-news .m-carousel .m-carousel--posts_slide .o-col-lg-8 .m-carousel__image-container img, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--1 .m-carousel__image-container img, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--1 .m-carousel__image-container img, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--2 .m-carousel__image-container img, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--2 .m-carousel__image-container img, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-careers-perks .u-item--3 .m-carousel__image-container img, .o-section-careers-perks .page-template-page-news .m-carousel .m-carousel--posts_slide .u-item--3 .m-carousel__image-container img, .page-template-page-news .m-carousel .m-carousel--posts_slide .o-section-panel--splash .c-panel--image .m-carousel__image-container img, .o-section-panel--splash .page-template-page-news .m-carousel .m-carousel--posts_slide .c-panel--image .m-carousel__image-container img, .page-template-page-news .m-carousel .m-carousel--posts_slide .m-hero__withimage .m-hero__title .m-carousel__image-container img, .m-hero__withimage .page-template-page-news .m-carousel .m-carousel--posts_slide .m-hero__title .m-carousel__image-container img {
    display: none;
  }
}

.page-template-page-contact-us .o-section--contact-us + .o-section--full {
  padding-top: 2em;
  padding-bottom: 3em;
}

@media (min-width: 768px) {
  .page-template-page-contact-us .o-section--contact-us + .o-section--full .o-col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-template-page-contact-us .o-section--contact-us + .o-section--full .o-col-12 > div {
    width: 50%;
    margin: 0;
  }
  .page-template-page-contact-us .o-section--contact-us + .o-section--full .o-col-12 > div:nth-child(1) {
    padding-left: 1rem;
    padding-right: 3em;
  }
  .page-template-page-contact-us .o-section--contact-us + .o-section--full .o-col-12 > div:nth-child(2) {
    padding-left: 3em;
    padding-right: 1rem;
  }
}

.page-template-page-contact-us .o-section--pink .m-accordion__summary {
  background: #696b69;
}

.page-template-page-contact-us .o-section--pink .m-accordion__inner {
  padding: 2em 0;
}

.page-template-page-contact-us .o-section--pink .m-accordion__inner h2 + .m-buckets {
  margin-top: 0;
}

.page-template-page-contact-us .o-section--pink .m-bucket--fill .m-bucket__inner, .page-template-page-contact-us .o-section--pink .m-bucket--fill .m-bucket__footer {
  background: #696b69;
  color: white;
}

.page-template-page-contact-us .o-section--pink .m-bucket--fill .m-bucket__inner .c-button, .page-template-page-contact-us .o-section--pink .m-bucket--fill .m-bucket__inner .m-download__button, .page-template-page-contact-us .o-section--pink .m-bucket--fill .m-bucket__footer .c-button, .page-template-page-contact-us .o-section--pink .m-bucket--fill .m-bucket__footer .m-download__button {
  background: white;
  border-color: white;
}

.page-template-page-contact-us .o-section--pink .m-bucket--fill .m-bucket__inner .c-button br, .page-template-page-contact-us .o-section--pink .m-bucket--fill .m-bucket__inner .m-download__button br, .page-template-page-contact-us .o-section--pink .m-bucket--fill .m-bucket__footer .c-button br, .page-template-page-contact-us .o-section--pink .m-bucket--fill .m-bucket__footer .m-download__button br {
  display: none;
}

.page-template-page-contact-us .o-section--pink .m-accordion--open .m-accordion__content {
  max-height: none;
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
/*
*  Owl Carousel - Core
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/***************************************************************************
* WIGGLESWORTH REMIX
**************************************************************************/
.owl-pagination {
  position: relative;
}

.owl-pagination .owl-nav {
  position: relative;
  z-index: 1;
}

.owl-pagination .owl-dots {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.owl-nav {
  height: 72px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  background-color: #f3d3c5;
  color: #0000fa;
  width: 72px;
  padding: 0;
  margin: 0;
}

.owl-nav .owl-prev:focus, .owl-nav .owl-next:focus {
  outline: 0;
}

.owl-nav .owl-prev:active, .owl-nav .owl-next:active {
  background-color: #e6e6e6;
}

.owl-dots {
  height: 72px;
  background: #f3f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.owl-dots .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  display: none;
  background: #f3f2f3;
  padding: 0 1em;
  margin: 0;
}

.owl-dots .owl-dot:focus {
  outline: 0;
}

.owl-dots .owl-dot.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0000fa;
  font-weight: 300;
}

.owl-dots .owl-dot.active::before {
  width: 72px;
  height: 2px;
  background: currentColor;
  display: block;
  content: '';
  margin: 0 2rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767px) {
  .owl-dots .owl-dot.active::before {
    width: 1rem;
    margin: 0 1rem;
  }
}

.owl-dots .owl-dot.active::after {
  content: attr(data-total);
  background: none;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  display: inline;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-button, .m-download__button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  background-color: #0000fa;
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .c-button, .m-download__button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.c-button:hover, .m-download__button:hover {
  text-decoration: none;
}

.c-button:focus, .m-download__button:focus, .c-button.focus, .focus.m-download__button {
  outline: 0;
  text-decoration: none;
}

.c-button.disabled, .disabled.m-download__button, .c-button:disabled, .m-download__button:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-button:not(:disabled):not(.disabled), .m-download__button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media (min-width: 768px) {
  .c-button + .c-button, .m-download__button + .c-button, .c-button + .m-download__button, .m-download__button + .m-download__button {
    margin-left: 1rem;
  }
}

a.c-button.disabled, a.disabled.m-download__button,
fieldset:disabled a.c-button,
fieldset:disabled a.m-download__button {
  pointer-events: none;
}

.c-button--primary {
  color: #fff;
  border-color: #0000fa;
  background-color: #0000fa;
}

.c-button--primary:hover {
  color: #fff;
  border-color: #0000fa;
  background-color: #0000d4;
}

.c-button--primary.disabled, .c-button--primary:disabled {
  color: #fff;
  background-color: #0000fa;
  border-color: #0000fa;
}

.c-button--primary:not(:disabled):not(.disabled):active, .c-button--primary:not(:disabled):not(.disabled).active,
.show > .c-button--primary.dropdown-toggle {
  color: #fff;
  background-color: #0000c7;
  background-image: none;
  border-color: #0000fa;
}

.c-button--primary.c-button--ghost {
  background-color: transparent;
  color: #0000fa;
}

.c-button--primary.c-button--ghost:hover {
  background-color: #0000fa;
  color: #fff;
}

.c-button--secondary {
  color: #696b69;
  border-color: #f3d3c5;
  background-color: #f3d3c5;
}

.c-button--secondary:hover {
  color: #696b69;
  border-color: #f3d3c5;
  background-color: #ecbba5;
}

.c-button--secondary.disabled, .c-button--secondary:disabled {
  color: #696b69;
  background-color: #f3d3c5;
  border-color: #f3d3c5;
}

.c-button--secondary:not(:disabled):not(.disabled):active, .c-button--secondary:not(:disabled):not(.disabled).active,
.show > .c-button--secondary.dropdown-toggle {
  color: #696b69;
  background-color: #eab39b;
  background-image: none;
  border-color: #f3d3c5;
}

.c-button--secondary.c-button--ghost {
  background-color: transparent;
  color: #f3d3c5;
}

.c-button--secondary.c-button--ghost:hover {
  background-color: #f3d3c5;
  color: #fff;
}

.c-button--blue, .o-section--blue .m-bucket--fill .m-bucket__footer .c-button, .o-section--blue .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--gray .m-bucket--fill .m-bucket__footer .c-button, .o-section--gray .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--gray-light .m-bucket__footer .c-button, .o-section--gray-light .m-bucket__footer .m-download__button, .o-section--pink .m-bucket__footer .c-button, .o-section--pink .m-bucket__footer .m-download__button {
  color: #fff;
  border-color: #0000fa;
  background-color: #0000fa;
}

.c-button--blue:hover, .o-section--blue .m-bucket--fill .m-bucket__footer .c-button:hover, .o-section--blue .m-bucket--fill .m-bucket__footer .m-download__button:hover, .o-section--gray .m-bucket--fill .m-bucket__footer .c-button:hover, .o-section--gray .m-bucket--fill .m-bucket__footer .m-download__button:hover, .o-section--gray-light .m-bucket__footer .c-button:hover, .o-section--gray-light .m-bucket__footer .m-download__button:hover, .o-section--pink .m-bucket__footer .c-button:hover, .o-section--pink .m-bucket__footer .m-download__button:hover {
  color: #fff;
  border-color: #0000fa;
  background-color: #0000d4;
}

.c-button--blue.disabled, .o-section--blue .m-bucket--fill .m-bucket__footer .disabled.c-button, .o-section--blue .m-bucket--fill .m-bucket__footer .disabled.m-download__button, .o-section--gray .m-bucket--fill .m-bucket__footer .disabled.c-button, .o-section--gray .m-bucket--fill .m-bucket__footer .disabled.m-download__button, .o-section--gray-light .m-bucket__footer .disabled.c-button, .o-section--gray-light .m-bucket__footer .disabled.m-download__button, .o-section--pink .m-bucket__footer .disabled.c-button, .o-section--pink .m-bucket__footer .disabled.m-download__button, .c-button--blue:disabled, .o-section--blue .m-bucket--fill .m-bucket__footer .c-button:disabled, .o-section--blue .m-bucket--fill .m-bucket__footer .m-download__button:disabled, .o-section--gray .m-bucket--fill .m-bucket__footer .c-button:disabled, .o-section--gray .m-bucket--fill .m-bucket__footer .m-download__button:disabled, .o-section--gray-light .m-bucket__footer .c-button:disabled, .o-section--gray-light .m-bucket__footer .m-download__button:disabled, .o-section--pink .m-bucket__footer .c-button:disabled, .o-section--pink .m-bucket__footer .m-download__button:disabled {
  color: #fff;
  background-color: #0000fa;
  border-color: #0000fa;
}

.c-button--blue:not(:disabled):not(.disabled):active, .o-section--blue .m-bucket--fill .m-bucket__footer .c-button:not(:disabled):not(.disabled):active, .o-section--blue .m-bucket--fill .m-bucket__footer .m-download__button:not(:disabled):not(.disabled):active, .o-section--gray .m-bucket--fill .m-bucket__footer .c-button:not(:disabled):not(.disabled):active, .o-section--gray .m-bucket--fill .m-bucket__footer .m-download__button:not(:disabled):not(.disabled):active, .o-section--gray-light .m-bucket__footer .c-button:not(:disabled):not(.disabled):active, .o-section--gray-light .m-bucket__footer .m-download__button:not(:disabled):not(.disabled):active, .o-section--pink .m-bucket__footer .c-button:not(:disabled):not(.disabled):active, .o-section--pink .m-bucket__footer .m-download__button:not(:disabled):not(.disabled):active, .c-button--blue:not(:disabled):not(.disabled).active, .o-section--blue .m-bucket--fill .m-bucket__footer .c-button:not(:disabled):not(.disabled).active, .o-section--blue .m-bucket--fill .m-bucket__footer .m-download__button:not(:disabled):not(.disabled).active, .o-section--gray .m-bucket--fill .m-bucket__footer .c-button:not(:disabled):not(.disabled).active, .o-section--gray .m-bucket--fill .m-bucket__footer .m-download__button:not(:disabled):not(.disabled).active, .o-section--gray-light .m-bucket__footer .c-button:not(:disabled):not(.disabled).active, .o-section--gray-light .m-bucket__footer .m-download__button:not(:disabled):not(.disabled).active, .o-section--pink .m-bucket__footer .c-button:not(:disabled):not(.disabled).active, .o-section--pink .m-bucket__footer .m-download__button:not(:disabled):not(.disabled).active,
.show > .c-button--blue.dropdown-toggle,
.o-section--blue .m-bucket--fill .m-bucket__footer .show > .dropdown-toggle.c-button,
.o-section--blue .m-bucket--fill .m-bucket__footer .show > .dropdown-toggle.m-download__button,
.o-section--gray .m-bucket--fill .m-bucket__footer .show > .dropdown-toggle.c-button,
.o-section--gray .m-bucket--fill .m-bucket__footer .show > .dropdown-toggle.m-download__button,
.o-section--gray-light .m-bucket__footer .show > .dropdown-toggle.c-button,
.o-section--gray-light .m-bucket__footer .show > .dropdown-toggle.m-download__button,
.o-section--pink .m-bucket__footer .show > .dropdown-toggle.c-button,
.o-section--pink .m-bucket__footer .show > .dropdown-toggle.m-download__button {
  color: #fff;
  background-color: #0000c7;
  background-image: none;
  border-color: #0000fa;
}

.c-button--blue.c-button--ghost, .o-section--blue .m-bucket--fill .m-bucket__footer .c-button--ghost.c-button, .o-section--blue .m-bucket--fill .m-bucket__footer .c-button--ghost.m-download__button, .o-section--gray .m-bucket--fill .m-bucket__footer .c-button--ghost.c-button, .o-section--gray .m-bucket--fill .m-bucket__footer .c-button--ghost.m-download__button, .o-section--gray-light .m-bucket__footer .c-button--ghost.c-button, .o-section--gray-light .m-bucket__footer .c-button--ghost.m-download__button, .o-section--pink .m-bucket__footer .c-button--ghost.c-button, .o-section--pink .m-bucket__footer .c-button--ghost.m-download__button {
  background-color: transparent;
  color: #0000fa;
}

.c-button--blue.c-button--ghost:hover, .o-section--blue .m-bucket--fill .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--blue .m-bucket--fill .m-bucket__footer .c-button--ghost.m-download__button:hover, .o-section--gray .m-bucket--fill .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--gray .m-bucket--fill .m-bucket__footer .c-button--ghost.m-download__button:hover, .o-section--gray-light .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--gray-light .m-bucket__footer .c-button--ghost.m-download__button:hover, .o-section--pink .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--pink .m-bucket__footer .c-button--ghost.m-download__button:hover {
  background-color: #0000fa;
  color: #fff;
}

.c-button--pink, .o-section--blue .m-bucket__footer .c-button, .o-section--blue .m-bucket__footer .m-download__button, .o-section--gray .m-bucket__footer .c-button, .o-section--gray .m-bucket__footer .m-download__button, .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button, .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--pink .m-bucket--fill .m-bucket__footer .c-button, .o-section--pink .m-bucket--fill .m-bucket__footer .m-download__button {
  color: #696b69;
  border-color: #f3d3c5;
  background-color: #f3d3c5;
}

.c-button--pink:hover, .o-section--blue .m-bucket__footer .c-button:hover, .o-section--blue .m-bucket__footer .m-download__button:hover, .o-section--gray .m-bucket__footer .c-button:hover, .o-section--gray .m-bucket__footer .m-download__button:hover, .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button:hover, .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-download__button:hover, .o-section--pink .m-bucket--fill .m-bucket__footer .c-button:hover, .o-section--pink .m-bucket--fill .m-bucket__footer .m-download__button:hover {
  color: #696b69;
  border-color: #f3d3c5;
  background-color: #ecbba5;
}

.c-button--pink.disabled, .o-section--blue .m-bucket__footer .disabled.c-button, .o-section--blue .m-bucket__footer .disabled.m-download__button, .o-section--gray .m-bucket__footer .disabled.c-button, .o-section--gray .m-bucket__footer .disabled.m-download__button, .o-section--gray-light .m-bucket--fill .m-bucket__footer .disabled.c-button, .o-section--gray-light .m-bucket--fill .m-bucket__footer .disabled.m-download__button, .o-section--pink .m-bucket--fill .m-bucket__footer .disabled.c-button, .o-section--pink .m-bucket--fill .m-bucket__footer .disabled.m-download__button, .c-button--pink:disabled, .o-section--blue .m-bucket__footer .c-button:disabled, .o-section--blue .m-bucket__footer .m-download__button:disabled, .o-section--gray .m-bucket__footer .c-button:disabled, .o-section--gray .m-bucket__footer .m-download__button:disabled, .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button:disabled, .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-download__button:disabled, .o-section--pink .m-bucket--fill .m-bucket__footer .c-button:disabled, .o-section--pink .m-bucket--fill .m-bucket__footer .m-download__button:disabled {
  color: #696b69;
  background-color: #f3d3c5;
  border-color: #f3d3c5;
}

.c-button--pink:not(:disabled):not(.disabled):active, .o-section--blue .m-bucket__footer .c-button:not(:disabled):not(.disabled):active, .o-section--blue .m-bucket__footer .m-download__button:not(:disabled):not(.disabled):active, .o-section--gray .m-bucket__footer .c-button:not(:disabled):not(.disabled):active, .o-section--gray .m-bucket__footer .m-download__button:not(:disabled):not(.disabled):active, .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button:not(:disabled):not(.disabled):active, .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-download__button:not(:disabled):not(.disabled):active, .o-section--pink .m-bucket--fill .m-bucket__footer .c-button:not(:disabled):not(.disabled):active, .o-section--pink .m-bucket--fill .m-bucket__footer .m-download__button:not(:disabled):not(.disabled):active, .c-button--pink:not(:disabled):not(.disabled).active, .o-section--blue .m-bucket__footer .c-button:not(:disabled):not(.disabled).active, .o-section--blue .m-bucket__footer .m-download__button:not(:disabled):not(.disabled).active, .o-section--gray .m-bucket__footer .c-button:not(:disabled):not(.disabled).active, .o-section--gray .m-bucket__footer .m-download__button:not(:disabled):not(.disabled).active, .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button:not(:disabled):not(.disabled).active, .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-download__button:not(:disabled):not(.disabled).active, .o-section--pink .m-bucket--fill .m-bucket__footer .c-button:not(:disabled):not(.disabled).active, .o-section--pink .m-bucket--fill .m-bucket__footer .m-download__button:not(:disabled):not(.disabled).active,
.show > .c-button--pink.dropdown-toggle,
.o-section--blue .m-bucket__footer .show > .dropdown-toggle.c-button,
.o-section--blue .m-bucket__footer .show > .dropdown-toggle.m-download__button,
.o-section--gray .m-bucket__footer .show > .dropdown-toggle.c-button,
.o-section--gray .m-bucket__footer .show > .dropdown-toggle.m-download__button,
.o-section--gray-light .m-bucket--fill .m-bucket__footer .show > .dropdown-toggle.c-button,
.o-section--gray-light .m-bucket--fill .m-bucket__footer .show > .dropdown-toggle.m-download__button,
.o-section--pink .m-bucket--fill .m-bucket__footer .show > .dropdown-toggle.c-button,
.o-section--pink .m-bucket--fill .m-bucket__footer .show > .dropdown-toggle.m-download__button {
  color: #696b69;
  background-color: #eab39b;
  background-image: none;
  border-color: #f3d3c5;
}

.c-button--pink.c-button--ghost, .o-section--blue .m-bucket__footer .c-button--ghost.c-button, .o-section--blue .m-bucket__footer .c-button--ghost.m-download__button, .o-section--gray .m-bucket__footer .c-button--ghost.c-button, .o-section--gray .m-bucket__footer .c-button--ghost.m-download__button, .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button--ghost.c-button, .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button--ghost.m-download__button, .o-section--pink .m-bucket--fill .m-bucket__footer .c-button--ghost.c-button, .o-section--pink .m-bucket--fill .m-bucket__footer .c-button--ghost.m-download__button {
  background-color: transparent;
  color: #f3d3c5;
}

.c-button--pink.c-button--ghost:hover, .o-section--blue .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--blue .m-bucket__footer .c-button--ghost.m-download__button:hover, .o-section--gray .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--gray .m-bucket__footer .c-button--ghost.m-download__button:hover, .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button--ghost.m-download__button:hover, .o-section--pink .m-bucket--fill .m-bucket__footer .c-button--ghost.c-button:hover, .o-section--pink .m-bucket--fill .m-bucket__footer .c-button--ghost.m-download__button:hover {
  background-color: #f3d3c5;
  color: #fff;
}

.c-button--white {
  color: #696b69;
  border-color: #fff;
  background-color: #fff;
}

.c-button--white:hover {
  color: #696b69;
  border-color: white;
  background-color: #ececec;
}

.c-button--white.disabled, .c-button--white:disabled {
  color: #696b69;
  background-color: #fff;
  border-color: #fff;
}

.c-button--white:not(:disabled):not(.disabled):active, .c-button--white:not(:disabled):not(.disabled).active,
.show > .c-button--white.dropdown-toggle {
  color: #696b69;
  background-color: #e6e6e6;
  background-image: none;
  border-color: white;
}

.c-button--white.c-button--ghost {
  background-color: transparent;
  color: #fff;
}

.c-button--white.c-button--ghost:hover {
  background-color: #fff;
  color: #fff;
}

.c-button--gray {
  color: #fff;
  border-color: #696b69;
  background-color: #696b69;
}

.c-button--gray:hover {
  color: #fff;
  border-color: #696b69;
  background-color: #565856;
}

.c-button--gray.disabled, .c-button--gray:disabled {
  color: #fff;
  background-color: #696b69;
  border-color: #696b69;
}

.c-button--gray:not(:disabled):not(.disabled):active, .c-button--gray:not(:disabled):not(.disabled).active,
.show > .c-button--gray.dropdown-toggle {
  color: #fff;
  background-color: #505150;
  background-image: none;
  border-color: #696b69;
}

.c-button--gray.c-button--ghost {
  background-color: transparent;
  color: #696b69;
}

.c-button--gray.c-button--ghost:hover {
  background-color: #696b69;
  color: #fff;
}

.c-button--gray-light {
  color: #696b69;
  border-color: #dfe0df;
  background-color: #dfe0df;
}

.c-button--gray-light:hover {
  color: #696b69;
  border-color: #dfe0df;
  background-color: #cccdcc;
}

.c-button--gray-light.disabled, .c-button--gray-light:disabled {
  color: #696b69;
  background-color: #dfe0df;
  border-color: #dfe0df;
}

.c-button--gray-light:not(:disabled):not(.disabled):active, .c-button--gray-light:not(:disabled):not(.disabled).active,
.show > .c-button--gray-light.dropdown-toggle {
  color: #696b69;
  background-color: #c5c7c5;
  background-image: none;
  border-color: #dfe0df;
}

.c-button--gray-light.c-button--ghost {
  background-color: transparent;
  color: #dfe0df;
}

.c-button--gray-light.c-button--ghost:hover {
  background-color: #dfe0df;
  color: #fff;
}

.c-button--link {
  font-weight: 400;
  color: #0000fa;
  background-color: transparent;
}

.c-button--link:hover {
  color: #0000ae;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.c-button--link:focus, .c-button--link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-button--link:disabled, .c-button--link.disabled {
  color: #696b69;
  pointer-events: none;
}

.c-button--lg {
  padding: 1.3rem 2.6rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 0;
}

.c-button--sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 0;
}

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

.c-button--block + .button--block {
  margin-top: 0.5rem;
}

input[type="submit"].c-button--block,
input[type="reset"].c-button--block,
input[type="button"].c-button--block {
  width: 100%;
}

fieldset {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.c-form-row {
  margin-bottom: 2rem;
}

.o-header__search .c-form-row {
  height: 100%;
  margin-bottom: 0;
}

.c-field {
  display: block;
  width: 100%;
  height: calc(3.2rem + 4px);
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #696b69;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #696b69;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .c-field {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.c-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.c-field:focus {
  color: #696b69;
  background-color: #fff;
  border-color: #7b7bff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 0, 250, 0.25);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 0, 250, 0.25);
}

.c-field::-webkit-input-placeholder {
  color: #343a40;
  opacity: 1;
}

.c-field::-ms-input-placeholder {
  color: #343a40;
  opacity: 1;
}

.c-field::placeholder {
  color: #343a40;
  opacity: 1;
}

.c-field:disabled, .c-field[readonly] {
  background-color: #f3f2f3;
  opacity: 1;
}

.o-header__search .c-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  outline: none;
  background-color: transparent;
  color: #0000fa;
  border-color: #dadbda;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  .o-header__search .c-field {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
}

.o-header__search .c-field:focus {
  border-color: #0000fa;
}

select.c-field:focus::-ms-value {
  color: #696b69;
  background-color: #fff;
}

select.c-field[size], select.c-field[multiple] {
  height: auto;
}

.c-field_select-wrapper {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 2rem !important;
  font-family: inherit;
}

@media (min-width: 992px) {
  .c-field_select-wrapper {
    padding-right: 2rem !important;
  }
}

@media (max-width: 991.98px) {
  .c-field_select-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.c-field_select-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  width: auto;
  line-height: 25.6px;
  padding: 15px;
  margin: 0;
  background: white;
  font-family: "FontAwesome";
  z-index: 1;
}

.c-field_select-wrapper select {
  border: none;
  width: 100% !important;
  max-width: none !important;
  position: relative;
  z-index: 0;
  border-radius: 0;
  background: white;
  resize: none;
  font-size: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  line-height: 25.6px;
}

.c-field_select-wrapper select:focus {
  outline: 0;
}

.c-field_select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

textarea.c-field {
  height: auto;
}

.c-checkbox__marker {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(1.59rem + 4px);
  width: calc(1.59rem + 4px);
  border-radius: 0;
  background-color: #dfe0df;
  line-height: calc(1.59rem + 4px);
}

.c-checkbox__marker::after {
  content: "";
  position: absolute;
  display: block;
  height: calc(1.59rem + 4px);
  width: calc(1.59rem + 4px);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: calc(1.59rem + 4px);
  font-family: "FontAwesome";
}

.c-checkbox {
  display: block;
  position: relative;
  padding-left: 3rem;
  line-height: calc(1.59rem + 4px);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-checkbox [type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.c-checkbox [type=checkbox]:checked ~ .c-checkbox__marker {
  background-color: #0000fa;
}

.c-checkbox [type=checkbox]:checked ~ .c-checkbox__marker::after {
  content: "\f00c";
}

.c-field-label {
  display: inline-block;
  margin-bottom: 1rem;
}

.c-field-label.u-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-field-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.c-field-group .c-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.o-header__search .c-field-group {
  height: 100%;
}

.c-field-group__addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-field-group__addon .c-button, .c-field-group__addon .m-download__button {
  border-radius: 0;
}

.c-field-group__addon span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-cookie {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem;
  background-color: #0000fa;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(500px);
      -ms-transform: translateY(500px);
          transform: translateY(500px);
  -webkit-animation: slide-up 1s ease forwards;
          animation: slide-up 1s ease forwards;
}

@media (min-width: 768px) {
  .c-cookie {
    bottom: 1rem;
    left: 1rem;
    right: auto;
    width: 300px;
  }
}

.c-cookie__text {
  font-size: 0.9rem;
  line-height: 1.4em;
}

.c-cookie__text a {
  color: inherit;
}

@-webkit-keyframes slide-up {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-up {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.c-social li a {
  line-height: 1rem;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding: 0 1rem 0 0;
}

.u-nav--open .c-social li a {
  color: #fff;
}

@media (min-width: 1200px) {
  .u-nav-subnav--open .c-social li a {
    color: #0000fa;
  }
}

.c-social li a span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-social li a.fa {
  font-size: 2.2em;
  text-decoration: none;
}

.c-social li a.fa.fa-facebook {
  font-size: 1.9em;
}

.o-header__social .c-social {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-header__social .c-social a {
  color: #0000fa;
}

.c-brand__social .c-social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-brand__social .c-social li {
  display: inline-block;
  margin-top: 8px;
}

.c-brand__social .c-social a {
  padding: 0 1rem;
  color: #0000fa;
}

.c-video {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 56.25%;
}

.c-video__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-quote {
  margin: 3rem 0 120px;
  background-color: #f3d3c5;
}

@media (min-width: 992px) {
  .c-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .c-quote__image, .c-quote__text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

.c-quote__image {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-quote__image img {
  display: none;
}

.c-quote__text {
  position: relative;
  padding: 2rem;
  color: #696b69;
}

.c-quote__text:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #f3d3c5 transparent transparent;
}

.c-quote__text footer {
  color: #0000fa;
}

@media (min-width: 992px) {
  .c-feature-image {
    -webkit-transform: translateY(-6rem);
        -ms-transform: translateY(-6rem);
            transform: translateY(-6rem);
    margin: 0 -2rem -6rem -12.25rem;
  }
}

.c-archive__posts, .c-campaign-images ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (min-width: 768px) {
  .c-post__item {
    width: calc(50% - 1rem);
  }
  .c-post__item:nth-child(odd) {
    margin-right: 2rem;
  }
}

.c-post__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 1rem 0 3rem;
}

.c-post__inner h2 {
  margin: 0.5rem 0 0.5rem;
}

.c-post__inner h2 a {
  color: #0000fa;
  text-decoration: none;
}

.c-post__inner h2 a:hover {
  color: #0000ae;
  text-decoration: underline;
}

.c-post__inner time {
  color: #000;
  font-size: 1rem;
}

.c-post__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  overflow: hidden;
  background: transparent none no-repeat center center;
  background-size: cover;
  background-color: #0000fa;
  padding-left: 8px;
}

.c-post__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-post__terms {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}

.c-post__terms li {
  display: inline-block;
  margin-bottom: 8px;
}

.c-post__terms li a {
  padding: 5px 8px;
  background: #696b69;
  color: #dfe0df;
  text-decoration: none;
}

.c-post__terms li a:hover {
  color: #dfe0df;
  background: #000;
}

.single-post .c-post__terms {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.o-section--brands {
  background: #696b69;
  color: #fff;
}

.o-section--brands h1 {
  font-size: 2.75rem;
  color: #f3d3c5;
}

.o-section--brands .o-col-3 .c-button, .o-section--brands .o-col-3 .m-download__button {
  width: 100%;
}

.o-section--brands .o-col-7 {
  padding-right: 0;
}

.c-pagination {
  padding: 3rem 0;
}

.c-pagination .c-pagination-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.c-pagination .c-pagination-nav ul li {
  list-style: none;
}

.c-pagination .page-link {
  background: transparent;
  height: 72px;
  width: 72px;
  line-height: 72px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #f3d3c5;
  position: relative;
}

.c-pagination .page-link span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-pagination .u-item-3 .current {
  position: relative;
  margin-left: 72px;
}

.c-pagination .u-item-3 .current:before {
  content: "";
  background: #f3d3c5 -webkit-gradient(linear, left bottom, left top, color-stop(48%, #f3d3c5), color-stop(48%, #fff), color-stop(51%, #fff), color-stop(51%, #f3d3c5));
  background: #f3d3c5 -o-linear-gradient(bottom, #f3d3c5 48%, #fff 48%, #fff 51%, #f3d3c5 51%);
  background: #f3d3c5 linear-gradient(0deg, #f3d3c5 48%, #fff 48%, #fff 51%, #f3d3c5 51%);
  position: absolute;
  top: 0;
  left: -72px;
  height: 72px;
  width: 72px;
  display: block;
  z-index: 1;
}

.c-pagination .page-link.dots {
  position: relative;
}

.c-pagination .page-link.dots:after {
  content: "";
  background: #f3d3c5 -webkit-gradient(linear, left bottom, left top, color-stop(48%, #f3d3c5), color-stop(48%, #fff), color-stop(51%, #fff), color-stop(51%, #f3d3c5));
  background: #f3d3c5 -o-linear-gradient(bottom, #f3d3c5 48%, #fff 48%, #fff 51%, #f3d3c5 51%);
  background: #f3d3c5 linear-gradient(0deg, #f3d3c5 48%, #fff 48%, #fff 51%, #f3d3c5 51%);
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  width: 72px;
  display: block;
  z-index: 1;
}

.c-pagination .next.page-link, .c-pagination .prev.page-link {
  background: #fff;
}

.c-pagination .u-icon--next {
  height: 20px;
  width: 27px;
  top: 50%;
  margin-top: -10px;
  left: 22px;
  position: absolute;
  background: url("../../images/icon-button-next.svg") no-repeat;
}

.c-pagination .u-icon--prev {
  height: 20px;
  width: 27px;
  top: 50%;
  margin-top: -10px;
  left: 22px;
  position: absolute;
  background: url("../../images/icon-button-prev.svg") no-repeat;
}

.post-type-archive-icims_job .page-link, .tax-location .page-link, .tax-brand .page-link, .tax-position_type .page-link, .tax-category_function .page-link {
  background-color: #dfe0df;
  color: #696b69;
}

.post-type-archive-icims_job .u-item-3 .current:before, .tax-location .u-item-3 .current:before, .tax-brand .u-item-3 .current:before, .tax-position_type .u-item-3 .current:before, .tax-category_function .u-item-3 .current:before {
  background: #dfe0df -webkit-gradient(linear, left bottom, left top, color-stop(48%, #dfe0df), color-stop(48%, #696b69), color-stop(51%, #696b69), color-stop(51%, #dfe0df));
  background: #dfe0df -o-linear-gradient(bottom, #dfe0df 48%, #696b69 48%, #696b69 51%, #dfe0df 51%);
  background: #dfe0df linear-gradient(0deg, #dfe0df 48%, #696b69 48%, #696b69 51%, #dfe0df 51%);
}

.post-type-archive-icims_job .page-link.dots:after, .tax-location .page-link.dots:after, .tax-brand .page-link.dots:after, .tax-position_type .page-link.dots:after, .tax-category_function .page-link.dots:after {
  background: #dfe0df -webkit-gradient(linear, left bottom, left top, color-stop(48%, #dfe0df), color-stop(48%, #696b69), color-stop(51%, #696b69), color-stop(51%, #dfe0df));
  background: #dfe0df -o-linear-gradient(bottom, #dfe0df 48%, #696b69 48%, #696b69 51%, #dfe0df 51%);
  background: #dfe0df linear-gradient(0deg, #dfe0df 48%, #696b69 48%, #696b69 51%, #dfe0df 51%);
}

/* THE WIGGLESWORTH REMIX
********************************************************************************/
.page-numbers.prev, .c-pagination-new .page-numbers.current:first-child, .c-pagination-new .page-numbers.current:nth-last-child(2):first-child, .c-pagination-new .page-numbers.prev.current:first-child, .c-pagination-new .page-numbers.prev:nth-last-child(2):first-child, .c-pagination-new .page-numbers.next.current:first-child, .c-pagination-new .current.page-numbers:first-child:last-child, .c-pagination-new .page-numbers.next:nth-last-child(2):first-child, .c-pagination-new .page-numbers:nth-last-child(2):first-child:last-child, .c-pagination-new .page-numbers:nth-last-child(2):first-child, .page-numbers.next, .c-pagination-new .page-numbers.current:last-child, .c-pagination-new .page-numbers.current:nth-last-child(2):last-child, .c-pagination-new .page-numbers.prev.current:last-child, .c-pagination-new .current.page-numbers:last-child:first-child, .c-pagination-new .page-numbers.prev:nth-last-child(2):last-child, .c-pagination-new .page-numbers:nth-last-child(2):last-child:first-child, .c-pagination-new .page-numbers.next.current:last-child, .c-pagination-new .page-numbers.next:nth-last-child(2):last-child, .c-pagination-new .page-numbers:nth-last-child(2):last-child {
  font-size: 0;
}

.page-numbers.prev *, .c-pagination-new .page-numbers.current:first-child *, .c-pagination-new .page-numbers.current:nth-last-child(2):first-child *, .c-pagination-new .page-numbers.prev.current:first-child *, .c-pagination-new .page-numbers.prev:nth-last-child(2):first-child *, .c-pagination-new .page-numbers.next.current:first-child *, .c-pagination-new .current.page-numbers:first-child:last-child *, .c-pagination-new .page-numbers.next:nth-last-child(2):first-child *, .c-pagination-new .page-numbers:nth-last-child(2):first-child:last-child *, .c-pagination-new .page-numbers:nth-last-child(2):first-child *, .page-numbers.next *, .c-pagination-new .page-numbers.current:last-child *, .c-pagination-new .page-numbers.current:nth-last-child(2):last-child *, .c-pagination-new .page-numbers.prev.current:last-child *, .c-pagination-new .current.page-numbers:last-child:first-child *, .c-pagination-new .page-numbers.prev:nth-last-child(2):last-child *, .c-pagination-new .page-numbers:nth-last-child(2):last-child:first-child *, .c-pagination-new .page-numbers.next.current:last-child *, .c-pagination-new .page-numbers.next:nth-last-child(2):last-child *, .c-pagination-new .page-numbers:nth-last-child(2):last-child * {
  display: none;
}

.page-numbers.prev.prev:before, .c-pagination-new .page-numbers.current:first-child:before, .c-pagination-new .page-numbers.prev.current:first-child:before, .c-pagination-new .page-numbers.prev:first-child:nth-last-child(2):before, .c-pagination-new .page-numbers.next.current:first-child:before, .c-pagination-new .current.page-numbers:last-child:first-child:before, .c-pagination-new .page-numbers.next:first-child:nth-last-child(2):before, .c-pagination-new .page-numbers:last-child:first-child:nth-last-child(2):before, .c-pagination-new .page-numbers:first-child:nth-last-child(2):before, .page-numbers.next.prev:before, .c-pagination-new .next.page-numbers.current:first-child:before, .c-pagination-new .current.page-numbers:last-child:first-child:before, .c-pagination-new .next.page-numbers:first-child:nth-last-child(2):before, .c-pagination-new .page-numbers:last-child:first-child:nth-last-child(2):before, .c-pagination-new .prev.page-numbers.current:last-child:before, .c-pagination-new .prev.page-numbers:last-child:nth-last-child(2):before {
  content: "";
  display: inline-block;
  height: 72px;
  width: 72px;
  background: white url("../../images/icon-button-prev.svg") no-repeat center center;
  background-size: 27px 20px;
}

.page-numbers.prev.next:after, .c-pagination-new .next.page-numbers.current:first-child:after, .c-pagination-new .current.page-numbers:last-child:first-child:after, .c-pagination-new .next.page-numbers:first-child:nth-last-child(2):after, .c-pagination-new .page-numbers:last-child:first-child:nth-last-child(2):after, .c-pagination-new .prev.page-numbers.current:last-child:after, .c-pagination-new .prev.page-numbers:last-child:nth-last-child(2):after, .page-numbers.next.next:after, .c-pagination-new .page-numbers.current:last-child:after, .c-pagination-new .page-numbers.prev.current:last-child:after, .c-pagination-new .current.page-numbers:first-child:last-child:after, .c-pagination-new .page-numbers.prev:last-child:nth-last-child(2):after, .c-pagination-new .page-numbers:first-child:last-child:nth-last-child(2):after, .c-pagination-new .page-numbers.next.current:last-child:after, .c-pagination-new .page-numbers.next:last-child:nth-last-child(2):after, .c-pagination-new .page-numbers:last-child:nth-last-child(2):after {
  content: "";
  display: inline-block;
  height: 72px;
  width: 72px;
  background: white url("../../images/icon-button-next.svg") no-repeat center center;
  background-size: 27px 20px;
}

.c-pagination-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pagination-new .page-numbers {
  display: none;
}

.c-pagination-new .page-numbers.current, .c-pagination-new .page-numbers.prev, .c-pagination-new .page-numbers.current:first-child, .c-pagination-new .page-numbers.current:nth-last-child(2):first-child, .c-pagination-new .page-numbers.prev.current:first-child, .c-pagination-new .page-numbers.prev:nth-last-child(2):first-child, .c-pagination-new .page-numbers.next.current:first-child, .c-pagination-new .current.page-numbers:first-child:last-child, .c-pagination-new .page-numbers.next:nth-last-child(2):first-child, .c-pagination-new .page-numbers:nth-last-child(2):first-child:last-child, .c-pagination-new .page-numbers:nth-last-child(2):first-child, .c-pagination-new .page-numbers.next, .c-pagination-new .page-numbers.current:last-child, .c-pagination-new .page-numbers.current:nth-last-child(2):last-child, .c-pagination-new .page-numbers.prev.current:last-child, .c-pagination-new .current.page-numbers:last-child:first-child, .c-pagination-new .page-numbers.prev:nth-last-child(2):last-child, .c-pagination-new .page-numbers:nth-last-child(2):last-child:first-child, .c-pagination-new .page-numbers.next.current:last-child, .c-pagination-new .page-numbers.next:nth-last-child(2):last-child, .c-pagination-new .page-numbers:nth-last-child(2):last-child, .c-pagination-new .page-numbers:nth-last-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pagination-new .page-numbers.current.current, .c-pagination-new .page-numbers.current:nth-last-child(2), .c-pagination-new .page-numbers.prev.current, .c-pagination-new .current.page-numbers:first-child, .c-pagination-new .current.page-numbers:nth-last-child(2):first-child, .c-pagination-new .current.page-numbers.prev:first-child, .c-pagination-new .current.page-numbers.next:first-child, .c-pagination-new .current.page-numbers:first-child:last-child, .c-pagination-new .page-numbers.prev:nth-last-child(2), .c-pagination-new .page-numbers.current:nth-last-child(2):first-child, .c-pagination-new .page-numbers.prev.current:nth-last-child(2):first-child, .c-pagination-new .page-numbers.prev:nth-last-child(2):first-child, .c-pagination-new .page-numbers.next.current:nth-last-child(2):first-child, .c-pagination-new .current.page-numbers:nth-last-child(2):first-child:last-child, .c-pagination-new .page-numbers.next:nth-last-child(2):first-child, .c-pagination-new .page-numbers:nth-last-child(2):first-child:last-child, .c-pagination-new .page-numbers:nth-last-child(2):first-child, .c-pagination-new .page-numbers.next.current, .c-pagination-new .current.page-numbers:last-child, .c-pagination-new .current.page-numbers:nth-last-child(2):last-child, .c-pagination-new .current.page-numbers.prev:last-child, .c-pagination-new .current.page-numbers:last-child:first-child, .c-pagination-new .current.page-numbers.next:last-child, .c-pagination-new .page-numbers.next:nth-last-child(2), .c-pagination-new .page-numbers.current:nth-last-child(2):last-child, .c-pagination-new .page-numbers.prev.current:nth-last-child(2):last-child, .c-pagination-new .current.page-numbers:nth-last-child(2):last-child:first-child, .c-pagination-new .page-numbers.prev:nth-last-child(2):last-child, .c-pagination-new .page-numbers:nth-last-child(2):last-child:first-child, .c-pagination-new .page-numbers.next.current:nth-last-child(2):last-child, .c-pagination-new .page-numbers.next:nth-last-child(2):last-child, .c-pagination-new .page-numbers:nth-last-child(2):last-child, .c-pagination-new .page-numbers:nth-last-child(2).current, .c-pagination-new .page-numbers:nth-last-child(2):nth-last-child(2) {
  text-decoration: none;
}

.c-pagination-new .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
}

.c-pagination-new .pages .page-number {
  margin: 0 1.8em;
  display: block;
  color: white;
  text-decoration: none;
}

.c-pagination-new .pages .line {
  height: 2px;
  width: 100%;
  border-top: white solid 2px;
}

.post-type-archive-icims_job .c-pagination-new .pages .page-number {
  color: #696b69;
}

.post-type-archive-icims_job .c-pagination-new .pages .line {
  border-top: #696b69 solid 2px;
}

/*******************************************************************************
 * SINGLE ARTICLE
 ******************************************************************************/
@media (max-width: 767.98px) {
  .o-section--single {
    padding-top: 1rem;
  }
}

.o-section--single h1 {
  background: #dfe0df;
  margin: 0;
  padding: 0 0 1rem 0;
  color: #0000fa;
}

.o-section--single time {
  color: #000;
  font-size: 1rem;
}

.o-section--single .wp-caption {
  max-width: 100% !important;
}

.o-section--single .c-post__terms {
  padding: 2rem 0;
}

.o-section--single img[class*='wp-image-'] {
  margin: 2rem 0 1rem;
  max-width: 100%;
  height: auto !important;
}

@media (max-width: 767.98px) {
  .o-section--single img[class*='wp-image-'] {
    width: 100%;
  }
}

.o-section--single p img {
  width: 100% !important;
  height: auto !important;
}

.o-section--single .gallery {
  margin: 2rem 0 1rem;
}

.o-section--single .gallery .gallery-item {
  width: 200px !important;
  background: none !important;
  margin: 5px;
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-section--single .gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.o-section--single .m-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 2rem 0 1rem;
}

.o-section--single .m-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.o-section--single__withimage {
  padding-top: 0;
}

@media (min-width: 768px) {
  .o-section--single__withimage .c-single__image {
    padding-right: 0;
    padding-left: 0;
  }
  .o-section--single__withimage .o-row, .o-section--single__withimage .o-section--full .m-hero__row, .o-section--full .o-section--single__withimage .m-hero__row, .o-section--single__withimage .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section--single__withimage .m-carousel--posts_slide {
    margin: 0 -2rem;
  }
  .o-section--single__withimage .c-single__header {
    margin-top: 1rem;
  }
}

.c-single__header small {
  float: right;
  font-size: 1rem;
}

.single-icims_job {
  background-color: #dfe0df;
}

@media (max-width: 767.98px) {
  .single-icims_job .back-button, .single-icims_job .c-button--apply {
    display: block;
  }
  .single-icims_job .back-button + *, .single-icims_job .c-button--apply + * {
    margin-top: 1em;
  }
}

.single-icims_job .c-button--apply {
  color: #dfe0df;
}

@media (max-width: 767.98px) {
  .single-icims_job .site-main .o-component:first-child {
    padding-top: 1em;
  }
}

.single-icims_job .m-general-content * {
  background: transparent !important;
  color: inherit !important;
}

.o-section--back {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 1023px) {
  .o-section--back {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

/*******************************************************************************
 * SINGLE ARTICLE
 ******************************************************************************/
.o-section--brand {
  overflow: hidden;
  padding-top: 0;
}

@media (min-width: 768px) {
  .o-section--brand {
    position: relative;
    margin-top: -5.5rem;
    padding-bottom: 0;
  }
}

.o-section--brand .o-section--brand--logo {
  height: 5.5rem;
  padding: 1.5rem 0;
}

.o-section--brand .o-section--brand--logo img {
  height: 2.5rem;
  width: auto;
}

.o-section--brand .o-row, .o-section--brand .o-section--full .m-hero__row, .o-section--full .o-section--brand .m-hero__row, .o-section--brand .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section--brand .m-carousel--posts_slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .o-section--brand .o-col-lg-3, .o-section--brand .news-search .form-submit-wrapper, .news-search .o-section--brand .form-submit-wrapper, .o-section--brand .o-section-panel--contact .c-panel-contact--text, .o-section-panel--contact .o-section--brand .c-panel-contact--text {
    margin-top: 8.5rem;
  }
}

.o-section--brand .o-col-lg-3 .c-button, .o-section--brand .news-search .form-submit-wrapper .c-button, .news-search .o-section--brand .form-submit-wrapper .c-button, .o-section--brand .o-section-panel--contact .c-panel-contact--text .c-button, .o-section-panel--contact .o-section--brand .c-panel-contact--text .c-button, .o-section--brand .o-col-lg-3 .m-download__button, .o-section--brand .news-search .form-submit-wrapper .m-download__button, .news-search .o-section--brand .form-submit-wrapper .m-download__button, .o-section--brand .o-section-panel--contact .c-panel-contact--text .m-download__button, .o-section-panel--contact .o-section--brand .c-panel-contact--text .m-download__button {
  width: 100%;
}

.o-section--brand .c-brands__logo {
  background: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 2.625rem;
          mask-size: auto 2.625rem;
  height: 2.625rem;
  margin: 1.25rem 0;
}

.o-section--brand .c-brands__logo.u-withimage {
  background: #000;
}

.o-section--brand .c-brands__logo.u-withimage h2 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  color: #000;
}

.o-section--brand .c-brands__logo h2 {
  color: #000;
}

.o-section--brand .c-brand__social {
  color: #0000fa;
  padding: 0 1rem;
}

.c-campaign-images ul h2 {
  color: #f3d3c5;
}

.c-campaign-images ul li {
  padding: 0;
}

.o-section--brand__social, .o-section--brand__news {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.o-section--brand__others {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.o-section--brand__others .o-row, .o-section--brand__others .o-section--full .m-hero__row, .o-section--full .o-section--brand__others .m-hero__row, .o-section--brand__others .m-carousel--posts .m-carousel--posts_slide, .m-carousel--posts .o-section--brand__others .m-carousel--posts_slide {
  margin: 0 -2rem;
}

.o-section--brand__others .c-other-brands__header {
  position: relative;
  color: #f3d3c5;
  background: #696b69;
}

.o-section--brand__others .c-other-brands__header h2 {
  color: currentColor;
}

.o-section--brand__others .c-other-brands__header .c-button, .o-section--brand__others .c-other-brands__header .m-download__button {
  position: absolute;
  right: 2rem;
  top: 1rem;
}

.o-section--brand__others .c-other-brands__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.o-section--brand__others .c-brand-identity {
  padding: 0;
}

.o-section--brand__others .m-general-content h1 {
  font-size: 1.75rem;
}

.c-brand-identity {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 35vw;
  background-size: cover;
  background-origin: content-box;
  color: #fff;
}

.c-brand-identity_dark {
  background-color: rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
}

.c-brand-identity_dark:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-brand-identity:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .c-brand-identity:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.c-brand-identity:hover .c-button--view {
  background: #0000fa;
}

.c-brand-identity a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.c-brand-identity a h3 {
  color: #dfe0df;
}

.c-brand-identity .c-brand-identity__inner.u-withimage h3 {
  color: #dfe0df;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-brand-identity .c-button--view {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem 2rem;
  color: #dfe0df;
  text-decoration: none;
}

.c-brand-identity .c-button--view svg {
  position: relative;
  height: 16px;
  width: auto;
  right: -1rem;
  top: 1px;
}

@media (min-width: 992px) {
  body.page-template-page-brands-php .o-section--brands .o-container-fluid {
    padding-right: 1rem;
  }
}

body.page-template-page-brands-php .o-section--brands .o-container-fluid .m-general-content {
  padding: 1.5rem;
}

@media (min-width: 768px) {
  body.page-template-page-brands-php .o-section--brands .o-container-fluid .m-general-content {
    padding: 0;
  }
}

.c-our-principles {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 991.98px) {
  .c-our-principles header {
    margin-bottom: 2rem;
  }
}

.c-our-principles header h2 {
  font-size: 3.75rem;
  color: #0000fa;
  margin-top: 0;
}

.c-our-principles header .m-general-content {
  color: #696b69;
}

.c-our-principles .c-principle {
  background: #696b69;
  padding: 1rem;
  color: #f3d3c5;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .c-our-principles .c-principle {
    min-height: 420px;
  }
}

.c-our-principles .c-principle h3 {
  font-size: 1.75rem;
  line-height: 1.5;
  color: #fff;
}

.c-our-principles .c-principle .m-general-content {
  color: #f3d3c5;
}

#map {
  width: 100%;
  height: 350px;
  text-align: left;
}

@media (max-width: 767.98px) {
  #map {
    height: 300px;
  }
}

#map .info_content {
  font-size: 0.8333em;
}

#map .info_content * {
  margin: 0;
}

#map .info_content p + p {
  margin: 0.75em 0 0;
}

#map .info_content p strong {
  font-weight: bold;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.u-fill--primary {
  background-color: #0000fa;
}

.u-fill--primary.o-section + .o-section.u-fill--primary {
  padding-top: 0;
}

.u-fill--primary [class*="o-col"] > * {
  color: #fff;
}

.u-fill--secondary {
  background-color: #f3d3c5;
}

.u-fill--secondary.o-section + .o-section.u-fill--secondary {
  padding-top: 0;
}

.u-fill--secondary [class*="o-col"] > * {
  color: #696b69;
}

.u-fill--blue {
  background-color: #0000fa;
}

.u-fill--blue.o-section + .o-section.u-fill--blue {
  padding-top: 0;
}

.u-fill--blue [class*="o-col"] > * {
  color: #fff;
}

.u-fill--pink {
  background-color: #f3d3c5;
}

.u-fill--pink.o-section + .o-section.u-fill--pink {
  padding-top: 0;
}

.u-fill--pink [class*="o-col"] > * {
  color: #696b69;
}

.u-fill--white {
  background-color: #fff;
}

.u-fill--white.o-section + .o-section.u-fill--white {
  padding-top: 0;
}

.u-fill--white [class*="o-col"] > * {
  color: #696b69;
}

.u-fill--gray {
  background-color: #696b69;
}

.u-fill--gray.o-section + .o-section.u-fill--gray {
  padding-top: 0;
}

.u-fill--gray [class*="o-col"] > * {
  color: #fff;
}

.u-fill--gray-light {
  background-color: #dfe0df;
}

.u-fill--gray-light.o-section + .o-section.u-fill--gray-light {
  padding-top: 0;
}

.u-fill--gray-light [class*="o-col"] > * {
  color: #696b69;
}

[data-animation^='fade'].animate, [data-animation^='slide'].animate {
  opacity: 0;
}

[data-animation^='fade'].animate.animated, [data-animation^='slide'].animate.animated {
  opacity: 1;
}

.animated:not(.owl-carousel) {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated:not(.owl-carousel).delay1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.animated:not(.owl-carousel).delay2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated:not(.owl-carousel).delay3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.animated:not(.owl-carousel).delay4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/*******************************************************************************
 * BUCKETS
 ******************************************************************************/
.m-buckets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}

.m-buckets:not(:first-child) {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .m-buckets:not(:first-child) {
    margin-top: 6rem;
  }
}

.m-bucket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
  padding: 0 2rem;
}

.m-bucket__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 2rem 0;
  background-color: transparent;
}

.m-bucket__inner > *:first-child {
  margin-top: 0;
}

.m-bucket__inner > *:last-child {
  margin-bottom: 0;
}

.m-bucket__inner h4 {
  font-size: 1.75rem;
}

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

.m-bucket__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-bucket__inner ul li:before {
  content: "+";
  margin-right: 1rem;
  font-weight: 700;
}

.m-bucket--fill .m-bucket__inner {
  padding: 2rem;
}

.m-bucket__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  height: 15rem;
  overflow: hidden;
  background: transparent none no-repeat center center;
  background-size: cover;
}

.m-bucket__image img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-bucket__footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  padding: 2rem 0;
}

.m-bucket__footer .c-button, .m-bucket__footer .m-download__button {
  width: 100%;
}

.m-bucket--fill .m-bucket__footer {
  padding: 2rem;
}

/*******************************************************************************
 * Section fill modifiers
 ******************************************************************************/
.o-section--blue .m-bucket__inner h4 {
  color: #f3d3c5;
}

.o-section--blue .m-bucket__inner p {
  color: #fff;
}

.o-section--blue .m-bucket--fill .m-bucket__inner {
  background-color: #f3d3c5;
}

.o-section--blue .m-bucket--fill .m-bucket__inner h4 {
  color: #0000fa;
}

.o-section--blue .m-bucket--fill .m-bucket__inner p {
  color: #696b69;
}

.o-section--blue .m-bucket--fill .m-bucket__footer {
  background-color: #f3d3c5;
}

.o-section--gray .m-bucket__inner h4 {
  color: #f3d3c5;
}

.o-section--gray .m-bucket__inner p {
  color: #fff;
}

.o-section--gray .m-bucket--fill .m-bucket__inner {
  background-color: #f3d3c5;
}

.o-section--gray .m-bucket--fill .m-bucket__inner h4 {
  color: #0000fa;
}

.o-section--gray .m-bucket--fill .m-bucket__inner p {
  color: #696b69;
}

.o-section--gray .m-bucket--fill .m-bucket__footer {
  background-color: #f3d3c5;
}

.o-section--gray-light .m-bucket__inner h4 {
  color: #0000fa;
}

.o-section--gray-light .m-bucket__inner p {
  color: #696b69;
}

.o-section--gray-light .m-bucket--fill .m-bucket__inner {
  background-color: #0000fa;
}

.o-section--gray-light .m-bucket--fill .m-bucket__inner h4 {
  color: #f3d3c5;
}

.o-section--gray-light .m-bucket--fill .m-bucket__inner p {
  color: #fff;
}

.o-section--gray-light .m-bucket--fill .m-bucket__footer {
  background-color: #0000fa;
}

.o-section--pink .m-bucket__inner h4 {
  color: #0000fa;
}

.o-section--pink .m-bucket__inner p {
  color: #696b69;
}

.o-section--pink .m-bucket--fill .m-bucket__inner {
  background-color: #0000fa;
}

.o-section--pink .m-bucket--fill .m-bucket__inner h4 {
  color: #f3d3c5;
}

.o-section--pink .m-bucket--fill .m-bucket__inner p {
  color: #fff;
}

.o-section--pink .m-bucket--fill .m-bucket__footer {
  background-color: #0000fa;
}

/*******************************************************************************
 * HERO
 ******************************************************************************/
.m-hero {
  display: block;
}

.m-hero__row {
  margin-bottom: -6rem;
}

.m-hero__row + .m-general-content {
  margin-top: 6rem;
}

.m-hero__image, .m-hero__title {
  position: relative;
}

.m-hero__image {
  display: block;
  overflow: hidden;
}

@media (min-width: 576px) {
  .m-hero__image {
    max-height: 75vh;
  }
}

.m-hero__image img {
  display: block;
  width: 100%;
  max-width: initial;
  margin-bottom: -2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.m-hero__title {
  padding: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .m-hero__title {
    padding-bottom: 1rem;
  }
}

.m-hero__title h1 {
  color: currentColor;
  margin: 0;
}

.m-hero__withimage {
  margin-right: 0;
}

@media (min-width: 768px) {
  .m-hero__withimage {
    margin-right: -2rem;
  }
}

.m-hero__withimage .m-hero__title {
  padding: 1rem 0 1rem 0;
}

@media (min-width: 768px) {
  .m-hero__withimage .m-hero__title {
    padding: 1rem 2rem 1rem 0;
    margin-top: -6rem;
    margin-bottom: 3rem;
  }
}

.o-section--medium .m-hero__withimage .m-hero__title {
  padding: 1rem 2rem 1rem 0;
}

@media (min-width: 768px) {
  .o-section--medium .m-hero__withimage .m-hero__title {
    padding: 1rem 2rem 1rem 0;
    margin-top: -6rem;
  }
}

.o-section--full .m-hero__title {
  width: 100%;
}

@media (min-width: 768px) {
  .o-section--full .m-hero__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}

.o-section--white .m-hero__title {
  background-color: #fff;
  color: #0000fa;
}

.o-section--gray-light .m-hero__title {
  background-color: #dfe0df;
  color: #0000fa;
}

.o-section--pink .m-hero__title {
  background-color: #f3d3c5;
  color: #0000fa;
}

.o-section--blue .m-hero__title {
  background-color: #0000fa;
  color: #f3d3c5;
}

.o-section--gray .m-hero__title {
  background-color: #696b69;
  color: #f3d3c5;
}

/*******************************************************************************
* VIDEO
******************************************************************************/
.m-video {
  padding: 2rem 0;
}

.m-video:not(:first-child) {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .m-video:not(:first-child) {
    margin-top: 3rem;
  }
}

.m-video--inner {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.m-video--inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-video--cover-image {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  background-color: #696b69;
}

.m-video--cover-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.m-video--cover-image a .c-button--video-play {
  position: absolute;
  top: 40%;
  z-index: 1;
  color: #f3d3c5;
  line-height: 22px;
}

.m-video--cover-image a .c-button--video-play svg {
  top: 5px;
  position: relative;
  right: -10px;
}

/*******************************************************************************
 * QUOTE
 *
 * Essentially overrides for section colour changes and some minor
 * formatting fixes.
 ******************************************************************************/
.c-quote footer {
  color: #696b69;
}

.c-quote a {
  text-decoration: none;
}

.c-quote__with_image {
  padding-left: 0;
}

@media (min-width: 992px) {
  .c-quote__with_text .c-quote__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.o-section--pink .c-quote {
  background: #696b69;
}

.o-section--pink .c-quote__text {
  color: #fff;
}

.o-section--pink .c-quote__text footer {
  color: #f3d3c5;
}

.o-section--pink .c-quote__text footer a {
  color: #f3d3c5;
}

.o-section--pink .c-quote__text:after {
  border-color: transparent #696b69 transparent transparent;
}

.o-section--blue .c-quote {
  background: #f3d3c5;
}

.o-section--blue .c-quote__text {
  color: #696b69;
}

.o-section--blue .c-quote__text footer {
  color: #0000fa;
}

.o-section--blue .c-quote__text footer a {
  color: #0000fa;
}

.o-section--blue .c-quote__text:after {
  border-color: transparent #f3d3c5 transparent transparent;
}

.o-section--gray-light .c-quote,
.o-section--white .c-quote {
  background: #0000fa;
}

.o-section--gray-light .c-quote__text,
.o-section--white .c-quote__text {
  color: #fff;
}

.o-section--gray-light .c-quote__text footer,
.o-section--white .c-quote__text footer {
  color: #f3d3c5;
}

.o-section--gray-light .c-quote__text footer a,
.o-section--white .c-quote__text footer a {
  color: #f3d3c5;
}

.o-section--gray-light .c-quote__text:after,
.o-section--white .c-quote__text:after {
  border-color: transparent #0000fa transparent transparent;
}

.o-section--gray .c-quote {
  background: #f3d3c5;
}

.o-section--gray .c-quote__text {
  color: #696b69;
}

.o-section--gray .c-quote__text footer {
  color: #0000fa;
}

.o-section--gray .c-quote__text footer a {
  color: #0000fa;
}

.o-section--gray .c-quote__text:after {
  border-color: transparent #f3d3c5 transparent transparent;
}

.m-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.m-download .u-fill--primary {
  background-color: #0000fa;
}

.m-download .u-fill--primary.o-section + .o-section.u-fill--primary {
  padding-top: 0;
}

.m-download .u-fill--primary [class*="o-col"] > * {
  color: #fff;
}

.m-download .u-fill--secondary {
  background-color: #f3d3c5;
}

.m-download .u-fill--secondary.o-section + .o-section.u-fill--secondary {
  padding-top: 0;
}

.m-download .u-fill--secondary [class*="o-col"] > * {
  color: #696b69;
}

.m-download .u-fill--blue {
  background-color: #0000fa;
}

.m-download .u-fill--blue.o-section + .o-section.u-fill--blue {
  padding-top: 0;
}

.m-download .u-fill--blue [class*="o-col"] > * {
  color: #fff;
}

.m-download .u-fill--pink {
  background-color: #f3d3c5;
}

.m-download .u-fill--pink.o-section + .o-section.u-fill--pink {
  padding-top: 0;
}

.m-download .u-fill--pink [class*="o-col"] > * {
  color: #696b69;
}

.m-download .u-fill--white {
  background-color: #fff;
}

.m-download .u-fill--white.o-section + .o-section.u-fill--white {
  padding-top: 0;
}

.m-download .u-fill--white [class*="o-col"] > * {
  color: #696b69;
}

.m-download .u-fill--gray {
  background-color: #696b69;
}

.m-download .u-fill--gray.o-section + .o-section.u-fill--gray {
  padding-top: 0;
}

.m-download .u-fill--gray [class*="o-col"] > * {
  color: #fff;
}

.m-download .u-fill--gray-light {
  background-color: #dfe0df;
}

.m-download .u-fill--gray-light.o-section + .o-section.u-fill--gray-light {
  padding-top: 0;
}

.m-download .u-fill--gray-light [class*="o-col"] > * {
  color: #696b69;
}

.m-download + .c-download {
  margin-top: 1rem;
}

.m-download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #0000fa;
  border: 2px solid #0000fa;
}

.m-download a:hover {
  border-color: #0000c7;
  color: #0000c7;
  cursor: pointer;
}

.m-download__title {
  padding: 1.5rem 2rem;
  font-size: 1.375rem;
  line-height: 1.375rem;
}

.m-download__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  margin-left: auto;
}

/**
 * fill modifiers
 */
.o-section--pink .m-download a {
  color: #0000fa;
  border-color: #0000fa;
}

.o-section--pink .m-download a .m-download__button {
  border-color: #0000fa;
  background-color: #0000fa;
  color: #f3d3c5;
}

.o-section--pink .m-download a:hover {
  color: #0000c7;
  border-color: #0000c7;
}

.o-section--pink .m-download a:hover .m-download__button {
  border-color: #0000c7;
  background-color: #0000c7;
}

.o-section--gray-light .m-download a,
.o-section--white .m-download a {
  color: #0000fa;
  border-color: #0000fa;
}

.o-section--gray-light .m-download a .m-download__button,
.o-section--white .m-download a .m-download__button {
  border-color: #0000fa;
  background-color: #0000fa;
  color: #fff;
}

.o-section--gray-light .m-download a:hover,
.o-section--white .m-download a:hover {
  color: #0000c7;
  border-color: #0000c7;
}

.o-section--gray-light .m-download a:hover .m-download__button,
.o-section--white .m-download a:hover .m-download__button {
  border-color: #0000c7;
  background-color: #0000c7;
}

.o-section--blue .m-download a,
.o-section--gray .m-download a {
  color: #f3d3c5;
  border-color: #f3d3c5;
}

.o-section--blue .m-download a .m-download__button,
.o-section--gray .m-download a .m-download__button {
  border-color: #f3d3c5;
  background-color: #f3d3c5;
  color: #0000fa;
}

.o-section--blue .m-download a:hover,
.o-section--gray .m-download a:hover {
  color: #eab39b;
  border-color: #eab39b;
}

.o-section--blue .m-download a:hover .m-download__button,
.o-section--gray .m-download a:hover .m-download__button {
  border-color: #eab39b;
  background-color: #eab39b;
}

/*******************************************************************************
 * TEXT/IMAGE
 ******************************************************************************/
.m-text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .m-text-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-text-image:not(:first-child) {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .m-text-image:not(:first-child) {
    margin-top: 6rem;
  }
}

.m-text-image > div {
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media (max-width: 767px) {
  .m-text-image > div + div {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .m-text-image > div {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.m-text-image .m-text-image--image {
  padding: 0;
}

@media (min-width: 768px) {
  .m-text-image.u-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-text-image.u-right .m-text-image--content {
    padding-right: 0;
  }
  .m-text-image.u-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .m-text-image.u-left .m-text-image--content {
    padding-left: 0;
  }
}

.m-text-image .m-text-image--header {
  margin-top: 0;
}

.m-general-content > p:last-child {
  margin-bottom: 0;
}

.m-general-content .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-general-content .gallery .gallery-item {
  width: 200px;
  background: #0000fa;
  margin: 5px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-general-content .gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.o-section--gray .m-general-content > h1,
.o-section--gray .m-general-content > h2,
.o-section--gray .m-general-content > h3,
.o-section--gray .m-general-content > h4,
.o-section--gray .m-general-content > h5,
.o-section--gray .m-general-content > h6,
.o-section--blue .m-general-content > h1,
.o-section--blue .m-general-content > h2,
.o-section--blue .m-general-content > h3,
.o-section--blue .m-general-content > h4,
.o-section--blue .m-general-content > h5,
.o-section--blue .m-general-content > h6 {
  color: #f3d3c5;
}

.o-section--pink .m-general-content > h1,
.o-section--pink .m-general-content > h2,
.o-section--pink .m-general-content > h3,
.o-section--pink .m-general-content > h4,
.o-section--pink .m-general-content > h5,
.o-section--pink .m-general-content > h6,
.o-section--gray-light .m-general-content > h1,
.o-section--gray-light .m-general-content > h2,
.o-section--gray-light .m-general-content > h3,
.o-section--gray-light .m-general-content > h4,
.o-section--gray-light .m-general-content > h5,
.o-section--gray-light .m-general-content > h6,
.o-section--white .m-general-content > h1,
.o-section--white .m-general-content > h2,
.o-section--white .m-general-content > h3,
.o-section--white .m-general-content > h4,
.o-section--white .m-general-content > h5,
.o-section--white .m-general-content > h6 {
  color: #0000fa;
}

/*******************************************************************************
 * Accordion
 *
 ******************************************************************************/
.m-accordions:not(:first-child) {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .m-accordions:not(:first-child) {
    margin-top: 6rem;
  }
}

.m-accordion {
  margin: 1rem 0 1rem;
}

.m-accordion .u-fill--primary {
  background-color: #0000fa;
}

.m-accordion .u-fill--primary.o-section + .o-section.u-fill--primary {
  padding-top: 0;
}

.m-accordion .u-fill--primary [class*="o-col"] > * {
  color: #fff;
}

.m-accordion .u-fill--secondary {
  background-color: #f3d3c5;
}

.m-accordion .u-fill--secondary.o-section + .o-section.u-fill--secondary {
  padding-top: 0;
}

.m-accordion .u-fill--secondary [class*="o-col"] > * {
  color: #696b69;
}

.m-accordion .u-fill--blue {
  background-color: #0000fa;
}

.m-accordion .u-fill--blue.o-section + .o-section.u-fill--blue {
  padding-top: 0;
}

.m-accordion .u-fill--blue [class*="o-col"] > * {
  color: #fff;
}

.m-accordion .u-fill--pink {
  background-color: #f3d3c5;
}

.m-accordion .u-fill--pink.o-section + .o-section.u-fill--pink {
  padding-top: 0;
}

.m-accordion .u-fill--pink [class*="o-col"] > * {
  color: #696b69;
}

.m-accordion .u-fill--white {
  background-color: #fff;
}

.m-accordion .u-fill--white.o-section + .o-section.u-fill--white {
  padding-top: 0;
}

.m-accordion .u-fill--white [class*="o-col"] > * {
  color: #696b69;
}

.m-accordion .u-fill--gray {
  background-color: #696b69;
}

.m-accordion .u-fill--gray.o-section + .o-section.u-fill--gray {
  padding-top: 0;
}

.m-accordion .u-fill--gray [class*="o-col"] > * {
  color: #fff;
}

.m-accordion .u-fill--gray-light {
  background-color: #dfe0df;
}

.m-accordion .u-fill--gray-light.o-section + .o-section.u-fill--gray-light {
  padding-top: 0;
}

.m-accordion .u-fill--gray-light [class*="o-col"] > * {
  color: #696b69;
}

.m-accordion .u-icon__close {
  display: none;
}

.m-accordion__content {
  display: block;
  height: auto;
  max-height: 1px;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease-out, opacity 300ms ease-in;
  -o-transition: max-height 300ms ease-out, opacity 300ms ease-in;
  transition: max-height 300ms ease-out, opacity 300ms ease-in;
}

.m-accordion--open .u-icon__open {
  display: none;
}

.m-accordion--open .u-icon__close {
  display: block;
}

.m-accordion--open .m-accordion__content {
  display: block;
  max-height: 100vh;
  overflow-y: auto;
  opacity: 1;
}

.m-accordion__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 6rem;
  padding: 0 2rem;
  border: none;
  outline: none;
  font-size: 1.25rem;
  text-align: left;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.m-accordion__summary:hover {
  cursor: pointer;
}

.m-accordion__summary .u-toggles {
  float: right;
}

.o-section--pink .m-accordion__summary {
  background-color: #0000fa;
  color: #f3d3c5;
}

.o-section--blue .m-accordion__summary {
  background-color: #f3d3c5;
  color: #0000fa;
}

.o-section--gray .m-accordion__summary {
  background-color: #f3d3c5;
  color: #0000fa;
}

.o-section--gray-light .m-accordion__summary {
  background-color: #0000fa;
  color: #fff;
}

.o-section--white .m-accordion__summary {
  background-color: #f3d3c5;
  color: #0000fa;
}

/*******************************************************************************
* Image Carousel
*
******************************************************************************/
.m-carousel {
  position: relative;
  margin-top: 3rem;
}

@media (max-width: 991.98px) {
  .m-carousel {
    padding-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  .m-carousel {
    margin-top: 0;
  }
}

.m-carousel .m-carousel__slides {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}

.m-carousel .m-carousel__image-container {
  position: relative;
  width: 100%;
}

.m-carousel .m-carousel__image-container img {
  width: 100%;
  height: auto;
}

.m-carousel--module .m-carousel__slides {
  padding-bottom: 72px;
}

.m-carousel--module .m-carousel__caption {
  position: absolute;
  bottom: 0;
  left: 35.1927586207%;
}

.m-carousel--module .m-carousel__caption p {
  margin: 1rem 0;
}

.m-carousel--module .owl-dots {
  color: #fff;
  background-color: #f3d3c5;
  bottom: 72px;
}

.m-carousel--module .owl-nav {
  color: #696b69;
  background-color: #fff;
  bottom: 72px;
}

.m-carousel--module .owl-nav .owl-next, .m-carousel--module .owl-nav .owl-prev {
  background-color: #fff;
}

.m-carousel--posts .m-carousel--posts_slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}

.m-carousel--posts .m-carousel--posts_slide .o-col-lg-8, .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--1, .o-section-careers-perks .m-carousel--posts .m-carousel--posts_slide .u-item--1, .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--2, .o-section-careers-perks .m-carousel--posts .m-carousel--posts_slide .u-item--2, .m-carousel--posts .m-carousel--posts_slide .o-section-careers-perks .u-item--3, .o-section-careers-perks .m-carousel--posts .m-carousel--posts_slide .u-item--3, .m-carousel--posts .m-carousel--posts_slide .o-section-panel--splash .c-panel--image, .o-section-panel--splash .m-carousel--posts .m-carousel--posts_slide .c-panel--image, .m-carousel--posts .m-carousel--posts_slide .m-hero__withimage .m-hero__title, .m-hero__withimage .m-carousel--posts .m-carousel--posts_slide .m-hero__title {
  padding-right: 0;
}

.m-carousel--posts time {
  display: block;
  margin-top: 1.5rem;
  color: #000;
}

.m-carousel--posts .m-carousel__title {
  padding: 0;
  margin: 0;
  color: #0000fa !important;
  font-size: 1.5rem;
}

.m-carousel--posts .m-carousel__title a, .m-carousel--posts .m-carousel__title a:hover, .m-carousel--posts .m-carousel__title a:visited, .m-carousel--posts .m-carousel__title a:focus, .m-carousel--posts .m-carousel__title a:active {
  color: inherit;
  text-decoration: none;
}

.m-carousel--posts .m-carousel__image-container {
  position: relative;
  width: 100%;
}

.m-carousel--posts .m-carousel__image-container img {
  width: 100%;
  height: auto;
}

.m-carousel--careers .owl-dots {
  left: 34.7472924188%;
  bottom: 0;
  color: #0000fa;
  background-color: #dfe0df;
}

.m-carousel--careers .owl-dot:first-of-type:after {
  background: #dfe0df -webkit-gradient(linear, left bottom, left top, color-stop(48%, #dfe0df), color-stop(48%, #0000fa), color-stop(51%, #0000fa), color-stop(51%, #dfe0df));
  background: #dfe0df -o-linear-gradient(bottom, #dfe0df 48%, #0000fa 48%, #0000fa 51%, #dfe0df 51%);
  background: #dfe0df linear-gradient(0deg, #dfe0df 48%, #0000fa 48%, #0000fa 51%, #dfe0df 51%);
}

.m-carousel--careers .owl-nav {
  left: calc(34.7472924188% + 216px);
  bottom: 0;
  color: #0000fa;
  background-color: #dfe0df;
}

.m-carousel--careers .owl-nav .owl-next, .m-carousel--careers .owl-nav .owl-prev {
  background-color: #dfe0df;
}

.m-carousel--careers .fa {
  position: relative;
}

.m-carousel--careers .fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #0000fa;
  color: white;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  opacity: 0.5;
  text-indent: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.m-carousel--careers .fa:hover:before {
  width: 75px;
  height: 75px;
  line-height: 75px;
  opacity: 1;
  font-size: 1.5em;
  background: #0000fa;
}

.m-carousel--careers .fa:active:before {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

/*******************************************************************************
 * BUTTONS
 ******************************************************************************/
.m-buttons .c-button--solid .c-button--blue, .m-buttons .c-button--solid .o-section--blue .m-bucket--fill .m-bucket__footer .c-button, .o-section--blue .m-bucket--fill .m-bucket__footer .m-buttons .c-button--solid .c-button, .m-buttons .c-button--solid .o-section--blue .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--blue .m-bucket--fill .m-bucket__footer .m-buttons .c-button--solid .m-download__button, .m-buttons .c-button--solid .o-section--gray .m-bucket--fill .m-bucket__footer .c-button, .o-section--gray .m-bucket--fill .m-bucket__footer .m-buttons .c-button--solid .c-button, .m-buttons .c-button--solid .o-section--gray .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--gray .m-bucket--fill .m-bucket__footer .m-buttons .c-button--solid .m-download__button, .m-buttons .c-button--solid .o-section--gray-light .m-bucket__footer .c-button, .o-section--gray-light .m-bucket__footer .m-buttons .c-button--solid .c-button, .m-buttons .c-button--solid .o-section--gray-light .m-bucket__footer .m-download__button, .o-section--gray-light .m-bucket__footer .m-buttons .c-button--solid .m-download__button, .m-buttons .c-button--solid .o-section--pink .m-bucket__footer .c-button, .o-section--pink .m-bucket__footer .m-buttons .c-button--solid .c-button, .m-buttons .c-button--solid .o-section--pink .m-bucket__footer .m-download__button, .o-section--pink .m-bucket__footer .m-buttons .c-button--solid .m-download__button {
  background: #0000fa;
  color: #fff;
  border-color: #0000fa;
}

.m-buttons .c-button--solid .c-button--gray-light {
  background: #dfe0df;
  color: #000;
  border-color: #dfe0df;
}

.m-buttons .c-button--solid .c-button--pink, .m-buttons .c-button--solid .o-section--blue .m-bucket__footer .c-button, .o-section--blue .m-bucket__footer .m-buttons .c-button--solid .c-button, .m-buttons .c-button--solid .o-section--blue .m-bucket__footer .m-download__button, .o-section--blue .m-bucket__footer .m-buttons .c-button--solid .m-download__button, .m-buttons .c-button--solid .o-section--gray .m-bucket__footer .c-button, .o-section--gray .m-bucket__footer .m-buttons .c-button--solid .c-button, .m-buttons .c-button--solid .o-section--gray .m-bucket__footer .m-download__button, .o-section--gray .m-bucket__footer .m-buttons .c-button--solid .m-download__button, .m-buttons .c-button--solid .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button, .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-buttons .c-button--solid .c-button, .m-buttons .c-button--solid .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-buttons .c-button--solid .m-download__button, .m-buttons .c-button--solid .o-section--pink .m-bucket--fill .m-bucket__footer .c-button, .o-section--pink .m-bucket--fill .m-bucket__footer .m-buttons .c-button--solid .c-button, .m-buttons .c-button--solid .o-section--pink .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--pink .m-bucket--fill .m-bucket__footer .m-buttons .c-button--solid .m-download__button {
  background: #f3d3c5;
  color: #0000fa;
  border-color: #f3d3c5;
}

.m-buttons .c-button--solid .c-button--white {
  background: #fff;
  color: #0000fa;
  border-color: #fff;
}

.m-buttons .c-button--solid .c-button--gray {
  background: #696b69;
  color: #fff;
  border-color: #696b69;
}

.m-buttons .c-button--ghost .c-button--blue, .m-buttons .c-button--ghost .o-section--blue .m-bucket--fill .m-bucket__footer .c-button, .o-section--blue .m-bucket--fill .m-bucket__footer .m-buttons .c-button--ghost .c-button, .m-buttons .c-button--ghost .o-section--blue .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--blue .m-bucket--fill .m-bucket__footer .m-buttons .c-button--ghost .m-download__button, .m-buttons .c-button--ghost .o-section--gray .m-bucket--fill .m-bucket__footer .c-button, .o-section--gray .m-bucket--fill .m-bucket__footer .m-buttons .c-button--ghost .c-button, .m-buttons .c-button--ghost .o-section--gray .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--gray .m-bucket--fill .m-bucket__footer .m-buttons .c-button--ghost .m-download__button, .m-buttons .c-button--ghost .o-section--gray-light .m-bucket__footer .c-button, .o-section--gray-light .m-bucket__footer .m-buttons .c-button--ghost .c-button, .m-buttons .c-button--ghost .o-section--gray-light .m-bucket__footer .m-download__button, .o-section--gray-light .m-bucket__footer .m-buttons .c-button--ghost .m-download__button, .m-buttons .c-button--ghost .o-section--pink .m-bucket__footer .c-button, .o-section--pink .m-bucket__footer .m-buttons .c-button--ghost .c-button, .m-buttons .c-button--ghost .o-section--pink .m-bucket__footer .m-download__button, .o-section--pink .m-bucket__footer .m-buttons .c-button--ghost .m-download__button {
  background: transparent;
  color: #fff;
  border-color: #0000fa;
}

.m-buttons .c-button--ghost .c-button--gray-light {
  background: transparent;
  color: #000;
  border-color: #dfe0df;
}

.m-buttons .c-button--ghost .c-button--pink, .m-buttons .c-button--ghost .o-section--blue .m-bucket__footer .c-button, .o-section--blue .m-bucket__footer .m-buttons .c-button--ghost .c-button, .m-buttons .c-button--ghost .o-section--blue .m-bucket__footer .m-download__button, .o-section--blue .m-bucket__footer .m-buttons .c-button--ghost .m-download__button, .m-buttons .c-button--ghost .o-section--gray .m-bucket__footer .c-button, .o-section--gray .m-bucket__footer .m-buttons .c-button--ghost .c-button, .m-buttons .c-button--ghost .o-section--gray .m-bucket__footer .m-download__button, .o-section--gray .m-bucket__footer .m-buttons .c-button--ghost .m-download__button, .m-buttons .c-button--ghost .o-section--gray-light .m-bucket--fill .m-bucket__footer .c-button, .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-buttons .c-button--ghost .c-button, .m-buttons .c-button--ghost .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--gray-light .m-bucket--fill .m-bucket__footer .m-buttons .c-button--ghost .m-download__button, .m-buttons .c-button--ghost .o-section--pink .m-bucket--fill .m-bucket__footer .c-button, .o-section--pink .m-bucket--fill .m-bucket__footer .m-buttons .c-button--ghost .c-button, .m-buttons .c-button--ghost .o-section--pink .m-bucket--fill .m-bucket__footer .m-download__button, .o-section--pink .m-bucket--fill .m-bucket__footer .m-buttons .c-button--ghost .m-download__button {
  background: transparent;
  color: #0000fa;
  border-color: #f3d3c5;
}

.m-buttons .c-button--ghost .c-button--white {
  background: transparent;
  color: #0000fa;
  border-color: #fff;
}

.m-buttons .c-button--ghost .c-button--gray {
  background: transparent;
  color: #fff;
  border-color: #696b69;
}

.m-buttons--,
.m-buttons--left {
  text-align: left;
}

.m-buttons--center {
  text-align: center;
}

.m-buttons--right {
  text-align: center;
}

.spacer {
  display: block;
  width: 100%;
  height: 3rem;
}

.spacer::before, .spacer::after {
  content: "";
  display: table;
  clear: both;
}

.spacer--small {
  height: 1.5rem;
}

.spacer--medium {
  height: 3rem;
}

.spacer--large {
  height: 6rem;
}

@media (min-width: 768px) {
  .m-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .m-tabs_switch {
    display: none;
  }
  .m-tabs_switch:checked + .m-tabs_label {
    background: #fff;
  }
  .m-tabs_switch:checked + .m-tabs_label + .m-tabs_content {
    display: block;
  }
  .m-tabs_label {
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.75);
    color: black;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
  }
  .m-tabs .m-tabs_content {
    width: 100%;
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    padding: 30px;
    background: white;
    display: none;
    color: black;
  }
  .m-tabs .m-tabs_content *:empty {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .m-tabs_switch {
    display: none;
  }
  .m-tabs_switch:checked + .m-tabs_label:after {
    content: "\f077";
  }
  .m-tabs_switch:checked + .m-tabs_label + .m-tabs_content {
    display: block;
  }
  .m-tabs_label {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dotted #ccc;
    background: white;
    color: black;
  }
  .m-tabs_label:hover {
    background: #eee;
  }
  .m-tabs_label:after {
    font-family: 'fontAwesome';
    content: '\f078';
    display: block;
  }
  .m-tabs .m-tabs_content {
    display: none;
    padding: 15px;
    border-bottom: 1px dotted #ccc;
    background: white;
    color: black;
  }
  .m-tabs .m-tabs_content *:empty {
    display: none;
  }
}

.m-header {
  background: white;
}

@media (min-width: 1024px) {
  .m-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
  }
}

.m-header > * {
  padding: 0;
  position: relative;
  width: 100%;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.m-header_left-panel {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  color: #818183;
  z-index: 1;
  padding: 1rem 2rem;
}

@media (min-width: 1024px) {
  .m-header_left-panel {
    padding: 2rem 3rem 2rem 3rem;
    width: 33.333%;
  }
}

.m-header_left-panel h1, .m-header_left-panel h2, .m-header_left-panel h3 {
  color: #0000fa;
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .m-header_left-panel h1, .m-header_left-panel h2, .m-header_left-panel h3 {
    width: 150%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .m-header_left-panel h1, .m-header_left-panel h2, .m-header_left-panel h3 {
    width: 225%;
  }
}

.m-header_left-panel h1 {
  font-size: 3.5rem;
}

@media (max-width: 1023px) {
  .m-header_left-panel h1 {
    font-size: 2.4rem;
  }
}

.m-header_right-panel {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .m-header_right-panel {
    width: 66.667%;
  }
}

@media (max-width: 1023px) {
  .m-header_right-panel {
    height: 200px;
  }
}

#tinymce {
  padding: 1em;
}

/* CSS FOR NEW SUBSCRIBE SECTIONS ADDED TO THE SITE */

.c-button--blue {background-color: #0000fa; color: #fff; border-color: #0000fa; margin-top: 2rem; }
#hashSubscribe{display: none}

.o-section-panel--subscribe {background: #DEE0E0; margin: 0;}
.o-section-panel--subscribe-footer {display: block; width: 100%; padding: 0; overflow-x: hidden;}
.o-section-panel--subscribe img {width: 100%;}
.o-section-panel--subscribe .o-container-fluid{padding: 0 16px;}
.o-section-panel--subscribe .o-row{margin: 0px;}
.o-container-fluid-box {margin: 0; padding: 64px 0 0;}
.o-section-panel--subscribe-footer .o-container-fluid-box {padding: 37px 0 50px;}
.o-section-panel--subscribe .c-panel--title{width: 100%; display:block;}
.o-section-panel--subscribe .c-panel--title h1 {color: #0000fa; margin: 0 0 20px 0;}
.o-section-panel--subscribe-footer .c-panel--title h1 {color: #0000fa; margin: 0 0 20px 0;}
.o-container-fluid-box-inner {display: flex; flex-direction: column; width: 100%;}
.o-container-fluid-box-left {width: 100%; margin-right: 0;}
.o-container-fluid-box-right {width: 100%;}

@media (min-width: 769px){
#hashSubscribe{display: inline-block}

.o-section-panel--subscribe-footer {padding-left: 10.25rem;}
.o-section-panel .c-button--slide {display: block;}
.o-section-panel--subscribe .o-container-fluid{padding: 0;}
.o-section-panel--subscribe .o-container-fluid-box {margin: 0 126px; padding: 64px 0 0;}
.o-section-panel--subscribe-footer .o-container-fluid-box {margin: 37px 129px; padding: 0;}
.o-section-panel--subscribe-home .o-container-fluid-box-inner {height: 76vh;}
}

@media (min-width: 992px) and (max-width: 1300px){
.o-section-panel--splash .c-panel--title{max-width: 58%;}
}

@media (min-width: 1024px){
.o-container-fluid-box-inner {flex-direction: row; align-items: center;height: 76vh; /*margin: 91px 0 0 0;*/ }
.o-section-panel--subscribe-footer .o-container-fluid-box-inner {height: auto;}
.o-container-fluid-box-left {width: 55%; margin-right: 68px;}
.o-section-panel--subscribe-footer .o-container-fluid-box-left {width: 100%; margin-right: 0;}
.o-container-fluid-box-right {display: block; width: 45%;}
}

@media (min-width: 1200px){
.o-container-fluid-box-inner, .o-section-panel--subscribe-home .o-container-fluid-box-inner {flex-direction: row; align-items: center; /*margin: 91px 0 0 0;*/ height: 70vh;}
}

/* CSS FOR NEW MAILCHIMP HOMEPAGE SECTION*/

.mchimp-home-wrapper{width: 100%; color: #000000;}
.mchimp-home-wrapper a{text-decoration: underline; font-weight: bold; color: #000}
.mchimp-home-astersik{color: #EE3224; font-size: 15px; font-weight: 400; position: relative; top: -1px;}
.mchimp-home-text{font-size: 24px; line-height: 28px; margin:0 0 20px 0;}
.mchimp-home-flex{display:flex; flex-direction:column}
.mchimp-home-flex-1column{width:100%; margin:0 0 20px 0;}
.mchimp-home-flex-2column{width:100%;  margin:0 0 20px 0;}

.mchimp-home-label{width: 100%; display: block;font-size: 16px; line-height: 20px; margin: 0 0 8px;}
.mchimp-home-input{float: left;width: 100%; display: block;box-sizing: border-box; background: #fff; border-radius: 0px; padding: 0 0.75rem; border: 1px solid #AFAFAF; color: #000; font-size: 14px; height: 55px; line-height: 44px;}
.mchimp-home-terms-text{font-size: 16px; line-height: 19px;margin: 0 0 24px;}
.mchimp-home-button{/*text-shadow: none; color: #fff; border: #0000FA; background-color: #0000FA; font-size: 16px; line-height:26px; cursor: pointer; font-weight: normal; text-decoration: none; text-align: center;padding: 14px 27px;*/  margin: 0 0 20px;}

.mchimp-home-response{margin: 0 0 20px;font-size: 16px; line-height: 19px;}

@media (min-width: 1200px) {
.mchimp-home-flex{flex-direction:row}
.mchimp-home-flex-2column{width:50%;  margin:0 0 20px 0;}
.mchimp-home-flex-2column:first-child{margin-right:14px}
}

/* CSS FOR NEW MAILCHIMP FOOTER SECTION*/

.mobile-no-display{display:none}
.desktop-no-display{display:block}
.mchimp-footer-wrapper{width: 100%; color: #000000;}
.mchimp-footer-wrapper a{text-decoration: underline; font-weight: bold; color: #000}
.mchimp-footer-astersik{color: #EE3224; font-size: 15px; font-weight: 400; position: relative; top: -1px;}
.mchimp-footer-text{font-size: 24px; line-height: 28px;margin:0 0 20px 0;}
.mchimp-footer-flex{display:flex; flex-direction:column}
.mchimp-footer-flex-2column{width:100%;}

.mchimp-footer-label{width: 100%; display: block;font-size: 16px; line-height: 20px; margin: 0 0 8px;}
.mchimp-footer-input{float: left;width: 100%; display: block;box-sizing: border-box; background: #fff; border-radius: 0px; padding: 0 0.75rem; border: 1px solid #AFAFAF; color: #000; font-size: 14px; height: 55px; line-height: 44px;margin:0 0 20px 0;}
.mchimp-footer-terms-text{font-size: 16px; line-height: 19px;}
.mchimp-footer-button{/*text-shadow: none; color: #fff; border: #0000FA; background-color: #0000FA; font-size: 16px; line-height:26px; cursor: pointer; font-weight: normal; text-decoration: none; text-align: center;padding: 14px 27px;  margin: 0 0 20px;*/}

.mchimp-footer-response{margin: 0 0 20px;font-size: 16px; line-height: 19px;}

@media (min-width: 1024px) {
.mchimp-footer-button{margin: 0;}
}

@media (min-width: 1200px) {
.mobile-no-display{display:block}
.desktop-no-display{display:none}
.mchimp-footer-flex{flex-direction:row}
.mchimp-footer-flex-2column{width:50%;  margin:0 0 20px 0;}
.mchimp-footer-flex-2column:first-child{margin-right: 48px}
.mchimp-footer-terms-text{margin: 0;}
}


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

