﻿/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */

[canvas],[off-canvas*=push]{z-index:1}[off-canvas*=reveal],[off-canvas*=shift]{z-index:0}[canvas=container],[off-canvas],body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden}[canvas=container]{width:100%;height:100%;overflow-y:auto;position:relative;background-color:#fff;-webkit-overflow-scrolling:touch}[canvas=container]:after,[canvas=container]:before{clear:both;content:'';display:table}[off-canvas]{display:none;position:fixed;overflow:hidden;overflow-y:auto;background-color:#000;color:#fff;-webkit-overflow-scrolling:touch}[off-canvas*=top]{width:100%;height:255px;top:0}[off-canvas*=right]{width:255px;height:100%;top:0;right:0}[off-canvas*=bottom]{width:100%;height:255px;bottom:0}[off-canvas*=left]{width:255px;height:100%;top:0;left:0}[off-canvas*=overlay]{z-index:9999}[canvas],[off-canvas]{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:-webkit-transform .3s;transition:transform .3s;-webkit-backface-visibility:hidden}[off-canvas*=shift][off-canvas*=top]{-webkit-transform:translate(0,50%);transform:translate(0,50%)}[off-canvas*=shift][off-canvas*=right]{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}[off-canvas*=shift][off-canvas*=bottom]{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}[off-canvas*=shift][off-canvas*=left]{-webkit-transform:translate(50%,0);transform:translate(50%,0)}@media print{[canvas]{-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important}[off-canvas]{display:none!important}}
/* 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;
  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;
  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;
  box-shadow: none;
  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%;
    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;
  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;
    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;
    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);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (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; }
  .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 {
    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%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: 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 {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    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 {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  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;
  background: url("../libs/owl.carousel/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Colors */
h1, h2, h3, h4, h5, h6, .latest-scoop h2, .half-product-box .half-content h2, .js-gallery.simple-gallery figcaption p, .gallery figcaption p, .off-canvas-nav > ul, .off-canvas-nav > ol > li a, .callout-link, .homepage-hero .homepage-hero-callout h1, .hero .hero-callout h2, .nav-breadcrumbs li, .pagination li, .footer-nav-aux, .footer-nav-primary, .header-nav-aux, .header-nav-primary, .btn, .homepage-brands .brands-header {
  font-family: "futura-pt", "futura pt", sans-serif;
}

.font-secondary, html, .footer-nav-bottom, .footer-nav-middle {
  font-family: "roboto", sans-serif;
}

.font-tertiary {
  font-family: "roboto-slab", serif;
}

.sg-element, .styleguide hr, .sg-colors, .pagination ul, .news-list-article, .header-nav-compact, .header-nav-primary div > ol, .clear {
  zoom: 1;
}
.sg-element:before, .styleguide hr:before, .sg-colors:before, .pagination ul:before, .news-list-article:before, .header-nav-compact:before, .header-nav-primary div > ol:before, .clear:before, .sg-element:after, .styleguide hr:after, .sg-colors:after, .pagination ul:after, .news-list-article:after, .header-nav-compact:after, .header-nav-primary div > ol:after, .clear:after {
  content: "";
  display: table;
}
.sg-element:after, .styleguide hr:after, .sg-colors:after, .pagination ul:after, .news-list-article:after, .header-nav-compact:after, .header-nav-primary div > ol:after, .clear:after {
  clear: both;
}

ul, ol, .styleguide hr, .gallery, .block-download-callouts, .block-accordions, .block-blockquote, .block-image.position-full, .video-container {
  margin: 38px 0;
}
@media (max-width: 40.615em) {
  ul, ol, .styleguide hr, .gallery, .block-download-callouts, .block-accordions, .block-blockquote, .block-image.position-full, .video-container {
    margin: 30px 0;
  }
}

.career-buttons-container {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-columns: auto;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 425px) {
  .career-buttons-container {
    grid-template-columns: auto auto;
  }
}
.career-buttons-container .btn + .btn {
  margin-left: 0px;
}

.block-text-callout .career-buttons-container .btn {
  margin-top: 0px;
}

.search-careers-button-container {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  margin-bottom: 40px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-container {
  display: table;
  width: 100%;
}

@media (min-width: 50em) {
  .position-left {
    float: left;
    margin-right: 30px;
    margin-left: 0px;
  }
}

@media (min-width: 50em) {
  .position-right {
    float: right;
    margin-left: 30px;
    margin-right: 0px;
  }
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 50px);
}
@media (min-width: 64em) {
  .container {
    width: 90%;
  }
}
@media (min-width: 87.5em) {
  .container {
    width: 80%;
  }
}
.container.container-sidebar {
  max-width: 500px;
}

.error {
  color: #ec1c2d;
}

.uc {
  text-transform: uppercase;
}

.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.text-center {
  text-align: center;
}

.fa {
  display: inline-block;
  width: 1em;
  height: 1em;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  vertical-align: -0.125em;
}
.fa.fa-bars {
  mask-image: url("/wei/1/images/icons/menu.svg");
}
.fa.fa-close {
  mask-image: url("/wei/1/images/icons/close.svg");
}
.fa.fa-home {
  mask-image: url("/wei/1/images/icons/home.svg");
}
.fa.fa-angle-right {
  mask-image: url("/wei/1/images/icons/chevron-right.svg");
}
.fa.fa-chevron-circle-right {
  mask-image: url("/wei/1/images/icons/chevron-right-circle.svg");
}
.fa.fa-facebook {
  mask-image: url("/wei/1/images/icons/facebook-f-brands-solid-full.svg");
}
.fa.fa-facebook-square {
  mask-image: url("/wei/1/images/icons/square-facebook-brands-solid-full.svg");
}
.fa.fa-instagram {
  mask-image: url("/wei/1/images/icons/instagram-brands-solid-full.svg");
}
.fa.fa-linkedin-square {
  mask-image: url("/wei/1/images/icons/square-linkedin-brands-solid-full.svg");
}
.fa.fa-twitter {
  mask-image: url("/wei/1/images/icons/x-twitter-brands-solid-full.svg");
}
.fa.fa-youtube {
  mask-image: url("/wei/1/images/icons/youtube-brands-solid-full.svg");
}

.freeform-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.freeform-pages li {
  margin: 0 10px 0 0;
}

.freeform-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 40.615em) {
  .freeform-row {
    display: block !important;
  }
}
.freeform-row .freeform-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px 0;
  margin: 0 15px;
  box-sizing: border-box;
}
.freeform-row .freeform-column label {
  display: block;
}
.freeform-row .freeform-column .freeform-label {
  font-weight: bold;
}
.freeform-row .freeform-column .freeform-label.freeform-required:after {
  content: "*";
  margin-left: 5px;
  color: red;
}
.freeform-row .freeform-column .freeform-input {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.freeform-row .freeform-column .custom-checkbox .freeform-input[type=checkbox],
.freeform-row .freeform-column .custom-radio .freeform-input[type=radio] {
  position: absolute;
  width: auto;
}
.freeform-row .freeform-column .freeform-input-only-label {
  font-weight: normal;
}
.freeform-row .freeform-column .freeform-input-only-label > .freeform-input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.freeform-row .freeform-column .freeform-errors {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
.freeform-row .freeform-column .freeform-errors > li {
  color: red;
}
.freeform-row .freeform-column .freeform-instructions {
  margin: 0 0 5px;
  font-size: 13px;
  color: #ABA7A7;
}
.freeform-row .freeform-column.freeform-column-content-align-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.freeform-row .freeform-column.freeform-column-content-align-left > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-row .freeform-column.freeform-column-content-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.freeform-row .freeform-column.freeform-column-content-align-center > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-row .freeform-column.freeform-column-content-align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.freeform-row .freeform-column.freeform-column-content-align-right > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-row .freeform-column.freeform-column-content-align-spread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.freeform-row .freeform-column.freeform-column-content-align-spread > button:not(:first-of-type) {
  margin-left: 5px;
}

.freeform-form-has-errors {
  color: red;
}

/* Custom form styles */
input[type=text],
input[type=email],
select,
textarea {
  border: 1px solid #9c9c9c;
  font-size: 22px;
  line-height: 22px;
  padding: 13px 20px;
  background: #fff;
  outline: none;
  appearance: none;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-color: blue;
}

input[type=text],
input[type=email],
input[type=file],
select {
  height: 48px;
}

.invalid input[type=text],
.invalid input[type=email],
.invalid textarea {
  background: #ffe0d3;
  color: #ec1c2d;
  border-color: #ec1c2d;
}
.invalid input[type=text]:focus,
.invalid input[type=email]:focus,
.invalid textarea:focus {
  border-color: #ec1c2d;
}
.invalid .custom-select select {
  color: #ec1c2d;
  border-color: #ec1c2d;
}
.invalid .custom-select select:focus {
  border-color: #ec1c2d;
}
.invalid .custom-checkbox span {
  color: #ec1c2d;
}
.invalid .custom-checkbox input[type=checkbox] + span:before {
  border-color: #ec1c2d;
}
.invalid .custom-radio span {
  color: #ec1c2d;
}
.invalid .custom-radio input[type=radio] + span:before {
  border-color: #ec1c2d;
}

.freeform-label {
  margin-bottom: 10px;
}

.freeform-row .freeform-column .freeform-label {
  font-weight: 300;
}
.freeform-row .error {
  font-size: 16px;
  line-height: 18px;
  color: #ec1c2d;
}

.sg-colors.no-bullets li {
  padding-left: 5px;
}

.bg.black {
  background: #000000;
}
.bg.white {
  background: #ffffff;
}
.bg.error {
  background: #ec1c2d;
}
.bg.md-red {
  background: #ec1c2d;
}
.bg.lt-gray {
  background: #e6e6e6;
}
.bg.lt-md-gray {
  background: #d0d0d0;
}
.bg.md-gray {
  background: #b3b3b3;
}
.bg.dk-gray {
  background: #5e5e5e;
}
.bg.dk-dk-gray {
  background: #2c2c2c;
}

.homepage-brands {
  padding: 20px 0 5px;
  text-align: center;
  text-align: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+27,ffffff+100 */
}
@media (min-width: 64em) {
  .homepage-brands {
    padding: 105px 0 25px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 17%, #ffffff 25%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 17%, #ffffff 25%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 17%, #ffffff 25%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-top: -120px;
  }
}
@media (min-width: 64em) and (min-width: 96.875em) {
  .homepage-brands {
    margin-top: -100px;
  }
}
.homepage-brands .wells-logo {
  width: 180px;
  display: inline-block;
  grid-column: 1/span 2;
  justify-self: center;
  align-self: end;
}
.homepage-brands .wells-logo + picture {
  display: none;
}
@media (min-width: 800px) {
  .homepage-brands .wells-logo {
    display: inline-block;
    grid-column: 1/span 1;
  }
  .homepage-brands .wells-logo + picture {
    display: inline-block;
  }
}
.homepage-brands .brand-container {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: auto auto;
  grid-template-rows: 110px;
  justify-content: center;
  align-content: center;
  margin-bottom: 40px;
}
@media (min-width: 800px) {
  .homepage-brands .brand-container {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto auto auto auto auto;
    grid-template-rows: 110px;
    justify-content: center;
    align-content: center;
    margin-bottom: 15px;
  }
}
.homepage-brands .brand-container a {
  text-decoration: none;
  display: inline-block;
  margin-top: 18px;
  min-width: 120px;
  text-align: center;
}
.homepage-brands .brand-container a:hover {
  text-decoration: none;
}
.homepage-brands .brand-container a svg {
  max-height: 80px;
}
.homepage-brands .brand-container a svg:hover path, .homepage-brands .brand-container a svg:hover polygon, .homepage-brands .brand-container a svg:hover rect {
  fill: #0082CA;
}
.homepage-brands .brand-container a svg.halo-top:hover path {
  fill: #af8a17;
}
.homepage-brands .brand-container a svg.halo-top:hover polygon {
  fill: #af8a17;
}
.homepage-brands .brand-container a svg.bombpop:hover #dark-blue path, .homepage-brands .brand-container a svg.bombpop:hover #dark-blue polygon, .homepage-brands .brand-container a svg.bombpop:hover #dark-blue rect {
  fill: #004785;
}
.homepage-brands .brand-container a svg.bombpop:hover #shadow path, .homepage-brands .brand-container a svg.bombpop:hover #shadow polygon, .homepage-brands .brand-container a svg.bombpop:hover #shadow rect {
  fill: rgba(0, 71, 133, 0.4);
}
.homepage-brands .brand-container a svg.bombpop:hover #light-blue path, .homepage-brands .brand-container a svg.bombpop:hover #light-blue polygon, .homepage-brands .brand-container a svg.bombpop:hover #light-blue rect {
  fill: rgba(0, 194, 243, 0.43);
}
.homepage-brands .brand-container a svg.bombpop:hover #white path, .homepage-brands .brand-container a svg.bombpop:hover #white polygon, .homepage-brands .brand-container a svg.bombpop:hover #white rect {
  fill: #fff;
}
.homepage-brands .brand-container a svg.bombpop:hover #red path, .homepage-brands .brand-container a svg.bombpop:hover #red polygon, .homepage-brands .brand-container a svg.bombpop:hover #red rect {
  fill: #c5161d;
}
.homepage-brands .brand-container a svg.bombpop:hover #dark-red path, .homepage-brands .brand-container a svg.bombpop:hover #dark-red polygon, .homepage-brands .brand-container a svg.bombpop:hover #dark-red rect {
  fill: #A70E13;
}
.homepage-brands .brand-container a svg.blue-ribbon:hover path {
  fill: #002D73;
}
.homepage-brands .brand-container a svg.blue-ribbon:hover path.st0 {
  fill: #FFFFFF;
}
.homepage-brands .brands-header {
  font-size: 31px;
  font-size: 2.5493421053vw;
  font-weight: bold;
  color: #ec1c2d;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1019.8709677419px) {
  .homepage-brands .brands-header {
    font-size: 26px;
  }
}
@media (min-width: 1216px) {
  .homepage-brands .brands-header {
    font-size: 31px;
  }
}
@media (min-width: 37.5em) {
  .homepage-brands .brands-header {
    text-align: left;
    display: flex;
    margin-bottom: 20px;
  }
  .homepage-brands .brands-header::after {
    display: block;
    content: " ";
    border-top: 2px solid #b3b3b3;
    flex: 1 1 auto;
    margin-top: 20px;
    margin-left: 30px;
  }
  .homepage-brands .brands-header::before {
    display: block;
    content: " ";
    border-top: 2px solid #b3b3b3;
    flex: 1 1 auto;
    margin-top: 20px;
    margin-right: 30px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 10px 10px;
  font-size: 20px;
  font-size: 1.6447368421vw;
  border-radius: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 972.8px) {
  .btn {
    font-size: 16px;
  }
}
@media (min-width: 1216px) {
  .btn {
    font-size: 20px;
  }
}
@media (min-width: 43.75em) {
  .btn {
    padding: 10px 40px;
  }
}
.btn:hover, .btn:focus, .btn.focus {
  color: #000;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: disabled;
  opacity: 0.65;
  box-shadow: non;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn,
.btn-default {
  color: #000;
  background-color: #EEE;
  border-color: #000;
}
.btn:focus, .btn.focus,
.btn-default:focus,
.btn-default.focus {
  color: #000;
  background-color: rgb(212.5, 212.5, 212.5);
  border-color: black;
}
.btn:hover,
.btn-default:hover {
  color: #000;
  background-color: rgb(212.5, 212.5, 212.5);
  border-color: black;
}
.btn:active, .btn.active,
.btn-default:active,
.btn-default.active {
  color: #000;
  background-color: rgb(212.5, 212.5, 212.5);
  border-color: black;
}
.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
  color: #000;
  background-color: rgb(194.65, 194.65, 194.65);
  border-color: black;
}
.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #EEE;
  border-color: #000;
}
.btn i,
.btn-default i {
  margin-left: 0px;
}

.btn-primary {
  color: #ec1c2d;
  background-color: #ffffff;
  border-color: #ec1c2d;
  transition: background 0.225s linear, color 0.225s linear, transform 0.225s cubic-bezier(0.25, 1, 0.5, 2);
}
.btn-primary:focus, .btn-primary.focus {
  color: #ec1c2d;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(125.9573170732, 10.5426829268, 19.9756097561);
}
.btn-primary:hover {
  color: #ec1c2d;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(187.1365853659, 15.6634146341, 29.6780487805);
}
.btn-primary:active, .btn-primary.active {
  color: #ec1c2d;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(187.1365853659, 15.6634146341, 29.6780487805);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus {
  color: #ec1c2d;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(125.9573170732, 10.5426829268, 19.9756097561);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #ffffff;
  border-color: #ec1c2d;
}
.btn-primary:hover {
  background: #ec1c2d;
  color: #ffffff;
  border-color: #ec1c2d;
  transform: scale(1.125);
}

.btn + .btn {
  margin-left: 50px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

/* custom select variables */
/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
  font-size: 18px;
  font-size: 2.4671052632vw;
  color: #000;
  background-color: #FFF;
  border-radius: 0;
  position: relative;
  /* This is the native select */
  /* Custom arrow sits on top of the select - could be an image, SVG, icon font,
  * etc. or the arrow could just baked into the bg image on the select. */
  /* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
  /* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
  * @supports ( mask-type: alpha ) is Firefox 35+
  */
  /* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance. Targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
  /* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
}
@media (max-width: 648.5333333333px) {
  .custom-select {
    font-size: 16px;
  }
}
@media (min-width: 1216px) {
  .custom-select {
    font-size: 30px;
  }
}
.custom-select select {
  box-shadow: none;
  border-radius: 0;
  border-width: 1px;
  border-color: #9c9c9c;
  border-style: solid;
  width: 100%;
  margin: 0;
  outline: none;
  padding-top: 0.25em;
  padding-right: 2em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  background: transparent;
  /* Prefixed box-sizing rules necessary for older browsers */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-select select:focus {
  border-color: blue;
  box-shadow: none;
}
.custom-select:before, .custom-select:after {
  color: #FFF;
  position: absolute;
  display: block;
  z-index: 2;
  /* Arrow positioning */
  font-size: 0.7em;
  width: 2.2em;
  border: 0;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}
.custom-select:before {
  background-color: #444;
  border-radius: 0;
  content: "";
  top: 4px;
  right: 4px;
  bottom: 4px;
}
.custom-select:after {
  content: "";
  background-image: url("/wei/1/images/icons/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  right: -0.2em;
  top: 0.4em;
  width: 3em;
  height: 3em;
  margin-top: -0.8em;
  filter: brightness(0) invert(1);
}
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
  .custom-select {
    /* Show custom arrow */
    /* Remove select styling */
  }
  .custom-select:before, .custom-select:after {
    display: block;
  }
  .custom-select select {
    padding-right: 2em;
    /* inside @supports so that iOS <= 8 display the native arrow */
    background: none;
    /* inside @supports so that Android <= 4.3 display the native arrow */
    border-width: 1px;
    border-color: #9c9c9c;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-select select:focus {
    border-color: blue;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus {
    border-width: 1px;
    border-color: blue;
    border-style: solid;
  }
  .custom-select select:focus::-ms-value {
    color: #000;
    background: transparent;
  }
  .custom-select select {
    padding-right: 0.5em;
    background: none;
  }
  .custom-select:before, .custom-select:after {
    display: block;
  }
}

.ie9 .custom-select select {
  padding-right: 0.5em;
}

.block-text-callout {
  text-align: center;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 40px;
  display: inline-block;
  width: 100%;
}
.block-text-callout h3 {
  color: #5e5e5e;
}
.block-text-callout p {
  width: 80%;
  margin: 30px auto 0px auto;
  font-weight: 400;
}
.block-text-callout .btn, .block-text-callout .callout-link {
  margin-top: 50px;
}

.block-disclaimer {
  font-size: 16px;
  font-style: italic;
}

.icecream-divider {
  clear: both;
  position: relative;
  display: block;
  z-index: 40;
  margin-bottom: 40px;
}
.icecream-divider::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
  width: calc(50% - 30px);
  margin-left: 0%;
  border-top: 2px solid #b3b3b3;
  float: left;
  margin-top: 24px;
  position: relative;
}
.icecream-divider::after {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
  width: calc(50% - 30px);
  margin-right: 0;
  border-top: 2px solid #b3b3b3;
  float: right;
  margin-top: 24px;
  position: relative;
}
.icecream-divider img {
  font-size: 25px;
  color: #d8d8d8;
  width: 33px;
  height: 55px;
  display: inline-block;
  margin-left: 13px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  background: #fff;
  z-index: 15;
}
.icecream-divider + h2 {
  text-transform: uppercase;
  text-align: center;
}

.block-image-callouts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-image-callouts + .half-text-callouts {
  margin-top: 25px;
}

.block-image-callout {
  width: 100%;
  flex-flow: column;
  background: #e6e6e6;
  text-align: center;
  padding: 0 35px 25px;
  border-top: 2px solid #5e5e5e;
  border-bottom: 2px solid #5e5e5e;
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 37.5em) and (max-width: 56.25em) {
  .block-image-callout {
    margin-right: 30px;
    width: calc(50% - 16px);
  }
  .block-image-callout:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 56.25em) {
  .block-image-callout {
    width: calc(33% - 38px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
.block-image-callout .callout-link:hover {
  color: #5e5e5e;
}
.block-image-callout figure {
  margin: 0;
  border-bottom: 2px solid #5e5e5e;
  width: calc(100% + 70px);
  margin-left: -35px;
  display: flex;
  line-height: 0.7;
}
.block-image-callout figure picture, .block-image-callout figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 1;
}
.block-image-callout h3 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 25px;
}
.block-image-callout .callout-excerpt {
  margin: 25px 0 15px;
  font-size: 14px;
}
.block-image-callout .callout-link {
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
}
.block-image-callout .btn {
  padding: 8px 25px;
  width: min-content;
  margin: 0 auto;
}

.block-image-callouts.callout-items .block-image-callout {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 43.75em) {
  .block-image-callouts.callout-items .block-image-callout {
    margin-right: 30px;
    width: calc(50% - 25px);
  }
  .block-image-callouts.callout-items .block-image-callout:nth-of-type(2n) {
    margin-right: 0;
  }
}
.block-image-callouts.callout-items .block-image-callout h3 {
  font-size: 36px;
  font-size: 2.9605263158vw;
  text-transform: uppercase;
}
@media (max-width: 844.4444444444px) {
  .block-image-callouts.callout-items .block-image-callout h3 {
    font-size: 25px;
  }
}
@media (min-width: 1216px) {
  .block-image-callouts.callout-items .block-image-callout h3 {
    font-size: 36px;
  }
}

.half-text-callouts {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.half-text-callouts .half-text-callout {
  padding: 45px 35px;
  text-align: center;
  display: flex;
  width: 100%;
  border-top: 2px solid #5e5e5e;
  border-bottom: 2px solid #5e5e5e;
  flex-flow: column;
  margin-bottom: 40px;
}
@media (min-width: 46.875em) {
  .half-text-callouts .half-text-callout {
    width: calc(50% - 30px);
    margin-right: 60px;
  }
  .half-text-callouts .half-text-callout:nth-of-type(2n) {
    margin-right: 0;
  }
}
.half-text-callouts .half-text-callout p {
  margin: 0;
}
.half-text-callouts .half-text-callout h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.half-text-callouts .half-text-callout .btn {
  margin: 0 auto;
  width: min-content;
  margin-top: 25px;
}

.paragraph-centered {
  text-align: center;
}

.block-image {
  display: block;
  position: relative;
}
.block-image.position-full.block-image-partial img {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 43.75em) {
  .block-image.position-full.block-image-partial img {
    width: 80%;
  }
}
.block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.block-image.position-left, .block-image.position-right {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 49.99em) {
  .block-image.position-left, .block-image.position-right {
    margin: 0 auto 30px;
  }
}

.featured-image {
  display: block;
  width: 100%;
  height: auto;
}

figcaption {
  font-size: 14px;
  padding: 15px 25px;
}

/*
 *------------------------------------------------------------------------------
 * Header Primary
 *------------------------------------------------------------------------------
 */
.header-nav-primary {
  position: relative;
  background: #ffffff;
  height: 70px;
  z-index: 500;
}
.header-nav-primary .container {
  padding: 0;
}
.header-nav-primary .logo {
  display: inline-block;
  margin-top: -25px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}
.header-nav-primary .logo img {
  width: 220px;
}
.header-nav-primary div > ol {
  font-size: 20px;
  font-size: 1.6447368421vw;
  position: absolute;
  right: 0;
  top: 0px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1216px) {
  .header-nav-primary div > ol {
    font-size: 20px;
  }
}
@media (min-width: 1216px) {
  .header-nav-primary div > ol {
    font-size: 20px;
  }
}
.header-nav-primary div > ol > li {
  line-height: 68px;
  display: block;
  float: left;
  position: relative;
  margin: 0 10px 0 0;
  height: 70px;
}
.header-nav-primary div > ol > li > a {
  text-decoration: none;
  display: block;
  padding: 0 15px;
  height: 70px;
  color: #2c2c2c;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 75em) {
  .header-nav-primary div > ol > li > a {
    padding: 0 30px;
  }
}
.header-nav-primary div > ol > li.nav-item--is-current > a {
  color: #ec1c2d;
}
.header-nav-primary div > ol > li:last-child {
  margin-right: 0;
}
.header-nav-primary div > ol > li:last-child ol {
  right: 0;
}
.header-nav-primary div > ol > li:hover > a {
  color: #ec1c2d;
  text-decoration: none;
  background: #e6e6e6;
}
.header-nav-primary div > ol > li:hover > ol {
  display: block;
}
.header-nav-primary div > ol > li ol {
  display: none;
  width: 250px;
  position: absolute;
  top: 70px;
  margin: 0;
  padding: 10px 0 15px 0;
  padding-top: 7px;
  z-index: 1000;
  background: #e6e6e6;
  border-radius: 0 0 10px 10px;
  z-index: 500;
  opacity: 1;
}
@media (min-width: 64em) and (max-width: 75em) {
  .header-nav-primary div > ol > li ol {
    right: 0;
  }
}
.header-nav-primary div > ol > li ol li {
  display: block;
  float: none;
  padding: 13px 28px;
  line-height: 1;
  margin: 0;
}
.header-nav-primary div > ol > li ol li a {
  border-right: 0;
  font-weight: 400;
  color: #2c2c2c;
  font-weight: normal;
  font-size: 16px;
}
.header-nav-primary div > ol > li ol li:hover {
  background: #ec1c2d;
}
.header-nav-primary div > ol > li ol li:hover a {
  color: #ffffff;
  text-decoration: none;
}

/*
 *------------------------------------------------------------------------------
 * Header Aux
 *------------------------------------------------------------------------------
 */
.header-nav-aux {
  position: relative;
  background: #e6e6e6;
  height: 40px;
}
.header-nav-aux ul {
  font-size: 14px;
  font-size: 1.1513157895vw;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  height: 40px;
  text-align: right;
  margin-right: 15px;
}
@media (max-width: 1216px) {
  .header-nav-aux ul {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  .header-nav-aux ul {
    font-size: 14px;
  }
}
@media (min-width: 75em) {
  .header-nav-aux ul {
    margin-right: 30px;
  }
}
.header-nav-aux ul li {
  margin: 0 35px 0 0;
  padding: 0 35px 0 0;
  border-right: 1px solid #ec1c2d;
  display: inline-block;
}
.header-nav-aux ul li::before {
  display: none;
}
.header-nav-aux ul li a {
  font-weight: 500;
  color: #5e5e5e;
  text-transform: uppercase;
}
.header-nav-aux ul li a:hover, .header-nav-aux ul li a.active {
  color: #ec1c2d;
  text-decoration: none;
}
.header-nav-aux ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/*
 *------------------------------------------------------------------------------
 * Compact Header
 *------------------------------------------------------------------------------
 */
.header-nav-compact {
  position: relative;
  box-shadow: 3px 3px 3px #b3b3b3;
  height: 60px;
  z-index: 500;
}
.header-nav-compact .logo {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  z-index: 500;
}
.header-nav-compact .logo img {
  width: 125px;
}
.header-nav-compact .off-canvas-trigger {
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  background: #ec1c2d;
  color: #fff;
  padding: 0px 20px;
  font-size: 27px;
  border: none;
  height: 60px;
}
.header-nav-compact .off-canvas-trigger .fa-close {
  display: none;
}
.header-nav-compact .off-canvas-trigger.active .fa-close {
  display: block;
}
.header-nav-compact .off-canvas-trigger.active .fa-bars {
  display: none;
}

/*
 *------------------------------------------------------------------------------
 * Footer Primary
 *------------------------------------------------------------------------------
 */
.footer-nav-primary {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.footer-nav-primary ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0;
}
@media (max-width: 64em) {
  .footer-nav-primary ol {
    text-align: center;
  }
}
.footer-nav-primary ol li {
  margin: 0 15px 10px;
  padding: 0 0px 0 0;
  display: inline-block;
}
@media (min-width: 64em) {
  .footer-nav-primary ol li {
    margin: 0 40px;
  }
}
.footer-nav-primary ol li a {
  font-size: 20px;
  font-size: 1.6447368421vw;
  font-weight: normal;
  color: #2c2c2c;
}
@media (max-width: 972.8px) {
  .footer-nav-primary ol li a {
    font-size: 16px;
  }
}
@media (min-width: 1216px) {
  .footer-nav-primary ol li a {
    font-size: 20px;
  }
}
.footer-nav-primary ol li a:hover {
  text-decoration: none;
  color: #ec1c2d;
}
@media (min-width: 64em) {
  .footer-nav-primary ol li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .footer-nav-primary ol li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
}

.footer-nav-aux {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.footer-nav-aux ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
  width: 100%;
  text-align: center;
}
.footer-nav-aux ul li {
  margin: 0 15px 0px 0;
  padding: 0 15px 0 0;
  display: inline-block;
  text-align: center;
  border-right: 2px solid #ec1c2d;
}
.footer-nav-aux ul li::before {
  display: none;
}
@media (max-width: 25em) {
  .footer-nav-aux ul li:nth-of-type(2) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .footer-nav-aux ul li:nth-of-type(3) {
    margin-top: 10px;
  }
}
@media (min-width: 64em) {
  .footer-nav-aux ul li {
    margin: 0 25px 0px 0;
    padding: 0 25px 0 0;
  }
}
.footer-nav-aux ul li a,
.footer-nav-aux ul li span {
  font-size: 16px;
  font-size: 1.3157894737vw;
  font-weight: normal;
  color: #5e5e5e;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1064px) {
  .footer-nav-aux ul li a,
  .footer-nav-aux ul li span {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  .footer-nav-aux ul li a,
  .footer-nav-aux ul li span {
    font-size: 16px;
  }
}
.footer-nav-aux ul li a:hover,
.footer-nav-aux ul li span:hover {
  color: #ec1c2d;
  text-decoration: none;
}
.footer-nav-aux ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer-nav-middle {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.footer-nav-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
  width: 100%;
  text-align: center;
}
.footer-nav-middle ul li {
  margin: 0 0px 10px 0;
  padding: 0 12px 0 12px;
  display: inline-block;
  text-align: center;
}
.footer-nav-middle ul li::before {
  display: none;
}
@media (min-width: 64em) {
  .footer-nav-middle ul li {
    margin: 0 25px 0px 0;
    padding: 0 25px 0 0;
    border-right: 1px solid #5e5e5e;
  }
}
.footer-nav-middle ul li a,
.footer-nav-middle ul li span {
  font-size: 14px;
  font-size: 1.1513157895vw;
  font-weight: normal;
  color: #5e5e5e;
}
@media (max-width: 1216px) {
  .footer-nav-middle ul li a,
  .footer-nav-middle ul li span {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  .footer-nav-middle ul li a,
  .footer-nav-middle ul li span {
    font-size: 14px;
  }
}
.footer-nav-middle ul li a:hover,
.footer-nav-middle ul li span:hover {
  color: #ec1c2d;
}
.footer-nav-middle ul li img {
  width: auto;
  height: 18px;
  display: inline-block;
}
.footer-nav-middle ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/*
 *------------------------------------------------------------------------------
 * Footer Bottom
 *------------------------------------------------------------------------------
 */
.footer-nav-bottom {
  position: relative;
  display: inline-block;
}
.footer-nav-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0;
}
.footer-nav-bottom ul li {
  margin: 0 0px 3px 0;
  padding: 0 0px 0 0;
  display: block;
  text-align: center;
}
.footer-nav-bottom ul li::before {
  display: none;
}
.footer-nav-bottom ul li a,
.footer-nav-bottom ul li span {
  font-size: 14px;
  font-size: 1.1513157895vw;
  font-weight: normal;
  color: #5e5e5e;
}
@media (max-width: 1216px) {
  .footer-nav-bottom ul li a,
  .footer-nav-bottom ul li span {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  .footer-nav-bottom ul li a,
  .footer-nav-bottom ul li span {
    font-size: 14px;
  }
}
.footer-nav-bottom ul li img {
  width: auto;
  height: 18px;
  display: inline-block;
}
.footer-nav-bottom ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.news-list-article {
  border-bottom: 2px solid #000000;
  padding: 50px 0 40px 0;
  display: flex;
}
.news-list-article:first-of-type {
  border-top: 2px solid #000000;
}
.news-list-article *:last-child {
  margin-bottom: 0;
}
.news-list-article p:last-of-type() {
  margin-bottom: 10px;
  line-height: 1;
}
.news-list-article h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  font-size: 32px;
  font-size: 2.6315789474vw;
}
@media (max-width: 760px) {
  .news-list-article h3 {
    font-size: 20px;
  }
}
@media (min-width: 1216px) {
  .news-list-article h3 {
    font-size: 32px;
  }
}
.news-list-article figure {
  float: left;
  margin: 0 38px 10px 0;
  display: block;
}
.news-list-article figure img {
  width: 255px;
  display: block;
  height: auto;
}
.news-list-article .callout-link {
  margin-left: 0;
  margin-top: 30px;
  display: block;
}
.news-list-article .news-content {
  display: inline-block;
  float: left;
}

.news-author {
  display: inline-block;
  margin-left: 22px;
  padding-left: 25px;
  border-left: 1px solid #000000;
}
@media (min-width: 43.75em) {
  .news-author {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    border-left: 0;
  }
}

.post-date {
  font-weight: 300;
  color: #000000;
  margin-top: 0;
  font-size: 18px;
  margin-top: 10px;
}

time {
  margin-right: 15px;
}

.posted-category {
  margin-left: 15px;
}
.posted-category a {
  font-weight: 300;
}

.homepage-news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homepage-news article {
  display: flex;
  flex-flow: column;
  background: #e6e6e6;
  border-top: 2px solid #5e5e5e;
  border-bottom: 2px solid #5e5e5e;
  width: 100%;
  margin-top: 40px;
  vertical-align: top;
  margin-bottom: 30px;
}
@media (min-width: 37.5em) {
  .homepage-news article {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .homepage-news article:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media (min-width: 75em) {
  .homepage-news article {
    width: calc(33.3333333333% - 27px);
    margin-right: 40px;
  }
  .homepage-news article:nth-of-type(2n) {
    margin-right: 40px;
  }
  .homepage-news article:nth-of-type(3n) {
    margin-right: 0;
  }
}
.homepage-news article h3 {
  font-size: 20px;
  font-size: 1.6447368421vw;
  color: #2c2c2c;
}
@media (max-width: 1094.4px) {
  .homepage-news article h3 {
    font-size: 18px;
  }
}
@media (min-width: 1216px) {
  .homepage-news article h3 {
    font-size: 20px;
  }
}
.homepage-news article a {
  text-decoration: none;
  padding: 0px 40px 45px;
  display: block;
}
.homepage-news article a p {
  color: #2c2c2c;
  font-size: 14px;
}
.homepage-news article a .callout-link {
  color: #ec1c2d;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.homepage-news article a .callout-link:hover {
  color: #5e5e5e;
}
.homepage-news article .icecream-cone {
  height: 80px;
  background: #ffffff;
  width: 80px;
  padding: 14px 23px;
  border: 2px solid #5e5e5e;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-top: -40px;
  margin-bottom: 30px;
}
.homepage-news article .icecream-cone path {
  fill: #5e5e5e;
}
.homepage-news article:hover {
  background: #fafafa;
  border-color: #ec1c2d;
}
.homepage-news article:hover svg {
  border-color: #ec1c2d;
}
.homepage-news article:hover svg path {
  fill: #ec1c2d;
}
.homepage-news:nth-of-type(3n) article {
  margin-right: 0;
}
@media (min-width: 64em) {
  .homepage-news + .buttons .btn-primary {
    width: 33%;
  }
}
.homepage-news.interior-news article {
  width: 100%;
  margin-top: 40px;
  vertical-align: top;
  margin-bottom: 30px;
}
@media (min-width: 37.5em) {
  .homepage-news.interior-news article {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .homepage-news.interior-news article:nth-of-type(2n) {
    margin-right: 0px;
  }
}

.social-icons li {
  display: inline-block;
  margin-right: 15px;
  border: 2px solid #ec1c2d;
  font-size: 33px;
  color: #ec1c2d;
  background: #ffffff;
  border-radius: 10px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 50px;
  transition: background 0.225s linear, color 0.225s linear, transform 0.225s cubic-bezier(0.25, 1, 0.5, 2);
}
@media (min-width: 37.5em) {
  .social-icons li {
    margin-right: 20px;
  }
}
.social-icons li a {
  vertical-align: top;
}
.social-icons li:hover {
  background: #ec1c2d;
  transform: scale(1.125);
}
.social-icons li:hover a {
  color: #ffffff;
}

.block-blockquote {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 20px;
  margin: 20px;
  display: block;
  font-style: italic;
  text-align: center;
  position: relative;
  font-size: 22px;
  font-size: 1.8092105263vw;
}
@media (max-width: 994.9090909091px) {
  .block-blockquote {
    font-size: 18px;
  }
}
@media (min-width: 1216px) {
  .block-blockquote {
    font-size: 22px;
  }
}
.block-blockquote p {
  margin-bottom: 0;
}

.block-pullquote cite {
  font-weight: 700;
  color: #000000;
  font-size: 22px;
  font-size: 1.8092105263vw;
}
@media (max-width: 994.9090909091px) {
  .block-pullquote cite {
    font-size: 18px;
  }
}
@media (min-width: 1216px) {
  .block-pullquote cite {
    font-size: 22px;
  }
}

@media (min-width: 50em) {
  .block-pullquote.position-left,
  .block-blockquote.position-left {
    float: left;
    margin-right: 50px;
    margin-left: 50px;
    max-width: calc(50% - 100px);
  }
  .block-pullquote.position-right,
  .block-blockquote.position-right {
    float: right;
    margin-left: 50px;
    margin-right: 50px;
    max-width: calc(50% - 100px);
  }
}
.block-accordions {
  display: block;
  clear: both;
  margin-top: 0;
}

.block-accordion {
  margin-bottom: 15px;
  padding: 0 0;
}
.block-accordion:last-child {
  margin-bottom: 0;
}
.block-accordion h4 {
  display: block;
  cursor: pointer;
  position: relative;
  margin-bottom: 0px;
  position: relative;
  font-weight: 300;
  padding: 17px 60px 17px 20px;
  color: #ffffff;
  background: #5e5e5e;
  font-size: 20px;
  font-size: 1.6447368421vw;
}
@media (max-width: 972.8px) {
  .block-accordion h4 {
    font-size: 16px;
  }
}
@media (min-width: 1216px) {
  .block-accordion h4 {
    font-size: 20px;
  }
}
@media (min-width: 64em) {
  .block-accordion h4 {
    padding: 17px 100px 17px 50px;
  }
}
.block-accordion h4:before {
  content: "";
  background-image: url("/wei/1/images/icons/chevron-down-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 20px;
  font-weight: 100;
  color: #5e5e5e;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 33px;
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  transition: all 0.3s;
  font-weight: 100;
  filter: brightness(0) invert(1);
}
@media (min-width: 64em) {
  .block-accordion h4:before {
    right: 50px;
  }
}
.block-accordion h4:hover {
  background-color: #ec1c2d;
  color: #ffffff;
}
.block-accordion h4:hover:before {
  color: #ec1c2d;
}
.block-accordion.open h4 {
  color: #ffffff;
  background: #000000;
  border-bottom: 0;
}
.block-accordion.open h4:before {
  background-image: url("/wei/1/images/icons/chevron-up-circle.svg");
  line-height: 29px;
  color: #000000;
}
.block-accordion .accordion-content {
  display: none;
  border-top: 0;
  font-weight: 500;
  background-color: #e6e6e6;
  padding: 30px 50px;
  font-size: 16px;
  font-size: 1.3157894737vw;
}
@media (max-width: 1064px) {
  .block-accordion .accordion-content {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  .block-accordion .accordion-content {
    font-size: 16px;
  }
}
.block-accordion .accordion-content *:first-child {
  margin-top: 0;
}
.block-accordion .accordion-content *:last-child {
  margin-bottom: 0;
}

.block-download-callouts {
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.block-download-callout {
  margin: 5px 0px 0px 5px;
  display: block;
  width: 100%;
  max-width: 415px;
  line-height: 1;
  position: relative;
  background: #000000;
}
.block-download-callout:last-child {
  margin-bottom: 0;
}
.block-download-callout .table-container {
  padding-left: 25px;
  background-color: #000000;
  height: 100%;
  font-size: 24px;
}
@media (min-width: 28.125em) {
  .block-download-callout .table-container {
    padding-left: 10px;
  }
}
.block-download-callout .download-icon-container {
  padding: 15px 20px 15px 20px;
  width: 90px;
  display: table-cell;
  vertical-align: middle;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
}
@media (min-width: 25em) {
  .block-download-callout .download-icon-container {
    width: 83px;
  }
}
.block-download-callout .download-icon-container .download-icon {
  display: block;
  text-align: center;
}
.block-download-callout .download-icon-container i {
  font-size: 42px;
  line-height: 42px;
}
@media (min-width: 25em) {
  .block-download-callout .download-icon-container i {
    font-size: 38px;
    line-height: 58px;
  }
}
.block-download-callout .download-copy {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 25px;
  padding: 10px;
  font-size: 24px;
  font-size: 1.9736842105vw;
}
@media (max-width: 810.6666666667px) {
  .block-download-callout .download-copy {
    font-size: 16px;
  }
}
@media (min-width: 1216px) {
  .block-download-callout .download-copy {
    font-size: 24px;
  }
}
.block-download-callout .download-filetype {
  font-weight: 300;
}
.block-download-callout:hover {
  text-decoration: none;
}
.block-download-callout:hover .table-container {
  background: #000000;
}
.block-download-callout:hover .download-icon-container {
  background: #ffffff;
}

.pagination ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  margin: 15px 0 25px;
  display: block;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin-right: 8px;
  padding-left: 0;
}
.pagination li:before {
  display: none;
}
.pagination li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 29.6875em) {
  .pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
.pagination li a:hover {
  color: #5e5e5e;
}
.pagination li a i {
  color: #ec1c2d;
  font-size: 20px;
}
.pagination li.current {
  border: 2px solid #ec1c2d;
  z-index: 5;
}
.pagination li.current:hover {
  outline: none;
}
.pagination li.current a {
  color: #ec1c2d;
}
.pagination li.current a:hover {
  text-decoration: none;
}
.pagination li.previous {
  margin-right: 6px;
}
.nav-breadcrumbs {
  display: inline-block;
  padding: 4px 0px;
  position: relative;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.9);
  height: 35px;
}
.nav-breadcrumbs li {
  display: inline-block;
  color: #000000;
  font-weight: 300;
}
.nav-breadcrumbs li a {
  color: #ec1c2d;
  padding-right: 2px;
  padding-left: 2px;
}
.nav-breadcrumbs li.current-page {
  color: #5e5e5e;
}

.custom-checkbox input[type=checkbox],
.custom-radio input[type=radio] {
  display: block;
  position: absolute;
  opacity: 0;
}
.custom-checkbox input[type=checkbox] + span,
.custom-radio input[type=radio] + span {
  padding-left: 2em;
  position: relative;
  display: inline-block;
}

.custom-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.8em;
  height: 1.8em;
  border: 1px solid #9c9c9c;
  background: #ffffff;
  content: "";
  background-image: url("/wei/1/images/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  font-size: 0.7em;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
.custom-checkbox input[type=checkbox]:focus + span:before {
  background: #DDD;
}
.custom-checkbox input[type=checkbox]:checked + span:before {
  color: #ffffff;
  background: #333;
  border: 1px solid #333;
}
.custom-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.65em;
  height: 1.65em;
  border: 1px solid #9c9c9c;
  background: #ffffff;
  color: #ffffff;
  content: "";
  font-size: 0.7em;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
}
.custom-radio input[type=radio]:focus + span:before {
  border-color: blue;
}
.custom-radio input[type=radio]:checked + span:before {
  border: 5px solid #000000;
}

.no-webp .hero .container {
  background-image: url("/wei/1/images/wells-employees.png");
}

.webp .hero .container {
  background-image: url("/wei/1/images/wells-employees.webp");
}

.hero {
  background: #e6e6e6;
  overflow: hidden;
}
@media (max-width: 64em) {
  .hero {
    border-bottom: 3px solid #5e5e5e;
  }
}
.hero .container {
  position: relative;
  padding: 45px 0 210px;
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: bottom center;
}
@media (min-width: 37.5em) {
  .hero .container {
    padding: 65px 0 210px;
  }
}
@media (min-width: 64em) {
  .hero .container {
    background-position: bottom right;
    padding: 115px 0;
    background-size: 500px;
  }
}
@media (min-width: 68.75em) {
  .hero .container {
    background-size: 550px;
  }
}
@media (min-width: 81.25em) {
  .hero .container {
    background-size: 650px;
  }
}
@media (min-width: 93.75em) {
  .hero .container {
    background-size: 750px;
  }
}
.hero .hero-callout {
  text-align: left;
  color: #2c2c2c;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 28.125em) {
  .hero .hero-callout {
    max-width: 400px;
  }
}
@media (min-width: 40.625em) {
  .hero .hero-callout {
    max-width: 600px;
  }
}
@media (min-width: 64em) {
  .hero .hero-callout {
    width: 400px;
    text-align: left;
    margin: 0;
  }
}
.hero .hero-callout h2 {
  font-size: 48px;
  font-size: 3.9473684211vw;
  color: #ec1c2d;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .hero .hero-callout h2 {
    font-size: 30px;
  }
}
@media (min-width: 1216px) {
  .hero .hero-callout h2 {
    font-size: 48px;
  }
}
.hero .hero-callout p {
  font-weight: normal;
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .hero .hero-callout p {
    margin-bottom: 40px;
  }
}
@media (min-width: 64em) {
  .no-webp .homepage-hero {
    background-image: url("/wei/1/images/home/boy-eating-icecream.png");
  }
}

@media (min-width: 64em) {
  .webp .homepage-hero {
    background-image: url("/wei/1/images/home/boy-eating-icecream.webp");
  }
}

.homepage-hero {
  background: #e6e6e6;
  overflow: hidden;
}
@media (max-width: 63.9375em) {
  .homepage-hero {
    background-image: none !important;
  }
}
@media (min-width: 64em) {
  .homepage-hero {
    margin-top: -40px;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    min-height: 100vh;
  }
}
.homepage-hero .hero-mobile-image {
  display: block;
  max-width: calc(100% + 50px);
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .homepage-hero .hero-mobile-image {
    display: none;
  }
}
.homepage-hero .container {
  position: relative;
  padding: 260px 0 220px;
}
@media (max-width: 63.9375em) {
  .homepage-hero .container {
    position: relative;
    padding: 0px 0px 15px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.homepage-hero .homepage-hero-callout {
  color: #2c2c2c;
  text-align: center;
}
@media (min-width: 64em) {
  .homepage-hero .homepage-hero-callout {
    width: 40%;
    text-align: left;
  }
}
@media (min-width: 64em) and (min-width: 87.5em) {
  .homepage-hero .homepage-hero-callout {
    width: 600px;
  }
}
.homepage-hero .homepage-hero-callout h1 {
  font-size: 58px;
  font-size: 4.7697368421vw;
  color: #ec1c2d;
  text-transform: uppercase;
}
@media (max-width: 524.1379310345px) {
  .homepage-hero .homepage-hero-callout h1 {
    font-size: 25px;
  }
}
@media (min-width: 1216px) {
  .homepage-hero .homepage-hero-callout h1 {
    font-size: 58px;
  }
}
.homepage-hero .homepage-hero-callout p {
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media (min-width: 64em) {
  .homepage-hero .homepage-hero-callout p {
    margin-bottom: 40px;
    line-height: 2;
  }
}
.callouts {
  margin-top: 60px;
  margin-top: 4.9342105263vw;
  margin-bottom: 60px;
  margin-bottom: 4.9342105263vw;
  margin-left: -30px;
  margin-right: 0;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 810.6666666667px) {
  .callouts {
    margin-top: 40px;
  }
}
@media (min-width: 1216px) {
  .callouts {
    margin-top: 60px;
  }
}
@media (max-width: 810.6666666667px) {
  .callouts {
    margin-bottom: 40px;
  }
}
@media (min-width: 1216px) {
  .callouts {
    margin-bottom: 60px;
  }
}

.callout-column {
  padding: 0 0 0 30px;
  flex: 0 0 100%;
}
.callout-column + .callout-column {
  margin-top: 20px;
}
@media (min-width: 50em) {
  .callout-column {
    flex: 0 0 33.3333%;
  }
  .callout-column + .callout-column {
    margin-top: 0;
  }
}

.callout {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 30px;
  height: 100%;
  text-align: center;
}
.callout h2 {
  font-size: 30px;
  font-size: 2.4671052632vw;
}
@media (max-width: 810.6666666667px) {
  .callout h2 {
    font-size: 20px;
  }
}
@media (min-width: 1216px) {
  .callout h2 {
    font-size: 30px;
  }
}

.callout-link {
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.callout-link i {
  margin-left: 4px;
  transition-duration: 0.2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.callout-link:hover {
  text-decoration: none;
}
.callout-link:hover i {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25%, 75% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25%, 75% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
.hvr-icon-up:hover i, .hvr-icon-up:focus i, .hvr-icon-up:active i {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

.off-canvas-slidebar {
  z-index: 100;
  background: #fff;
}

.off-canvas-nav > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.off-canvas-nav > ol > li {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
}
.off-canvas-nav > ol > li.nav-item--has-children span::after {
  content: "";
  background-image: url("/wei/1/images/icons/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 2em;
  width: 2em;
  position: absolute;
  right: 16px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
  font-size: 20px;
  top: 10px;
}
.off-canvas-nav > ol > li.nav-item--has-children span:hover::after {
  color: #5e5e5e;
}
.off-canvas-nav > ol > li.nav-item--has-children span.minus::after {
  background-image: url("/wei/1/images/icons/chevron-up.svg");
}
.off-canvas-nav > ol > li a {
  padding: 16px 40px 16px 16px;
  display: block;
  color: #ec1c2d;
  text-transform: uppercase;
  font-weight: 600;
}
.off-canvas-nav > ol > li a:hover {
  color: #5e5e5e;
  text-decoration: none;
}
.off-canvas-nav > ol > li ol {
  display: none;
  padding-left: 0;
}
.off-canvas-nav > ol > li ol li {
  font-size: 14px;
  padding-left: 10px;
}
.off-canvas-nav > ol > li ol li a {
  padding: 3px 7px 3px 18px;
  color: #5e5e5e;
  text-transform: none;
}
.off-canvas-nav > ol > li ol li a:hover {
  text-decoration: none;
  color: #ec1c2d;
}
.off-canvas-nav > ul {
  margin: 15px 15px 0;
  padding: 0;
}
.off-canvas-nav > ul li {
  margin: 0 0 10px 0;
  padding: 0;
}
.off-canvas-nav > ul li::before {
  display: none;
}
.off-canvas-nav > ul li a {
  color: #5e5e5e;
}
.off-canvas-nav > ul + ul {
  margin-top: 0;
}

.gallery {
  position: relative;
  width: calc(100% + 50px);
  margin-left: -25px;
}
@media (min-width: 64em) {
  .gallery {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media (min-width: 84.375em) {
  .gallery {
    width: calc(100% + 260px);
    margin-left: -130px;
  }
}
.gallery .owl-stage-outer {
  background: #e6e6e6;
}
@media (min-width: 64em) {
  .gallery .owl-stage-outer {
    border-radius: 15px;
  }
}
@media (min-width: 40.625em) {
  .gallery {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.gallery .gallery__preview {
  margin: 0;
}
.gallery figcaption {
  bottom: 0;
  background: #e6e6e6;
  padding: 30px 45px 40px;
}
@media (min-width: 64em) {
  .gallery figcaption {
    padding: 50px 150px 60px;
  }
}
.gallery figcaption h3 {
  font-size: 36px;
  font-size: 2.9605263158vw;
}
@media (max-width: 844.4444444444px) {
  .gallery figcaption h3 {
    font-size: 25px;
  }
}
@media (min-width: 1216px) {
  .gallery figcaption h3 {
    font-size: 36px;
  }
}
.gallery figcaption p {
  font-size: 20px;
  font-size: 1.6447368421vw;
  line-height: 1.4;
}
@media (max-width: 851.2px) {
  .gallery figcaption p {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  .gallery figcaption p {
    font-size: 20px;
  }
}
.gallery figcaption .social-icons {
  display: inline-block;
}
@media (max-width: 43.75em) {
  .gallery figcaption .social-icons li {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 36px;
  }
}
.gallery figcaption .btn {
  padding: 7px 10px;
  vertical-align: top;
  margin-bottom: 15px;
  font-size: 14px;
  white-space: unset;
  vertical-align: top;
  margin-right: 20px;
}
@media (min-width: 43.75em) {
  .gallery figcaption .btn {
    font-size: 20px;
    height: 55px;
    padding: 8px 25px;
    margin-bottom: 25px;
  }
}
.gallery figcaption .btn + .btn {
  margin-left: 0;
}
@media (max-width: 64em) {
  .gallery .owl-nav img {
    height: 80px;
  }
}
.gallery .owl-nav .owl-prev:hover, .gallery .owl-nav .owl-prev:focus, .gallery .owl-nav .owl-prev:active, .gallery .owl-nav .owl-next:hover, .gallery .owl-nav .owl-next:focus, .gallery .owl-nav .owl-next:active {
  -webkit-animation-name: hvr-icon-move-right;
  animation-name: hvr-icon-move-right;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.gallery .owl-nav .owl-prev:hover, .gallery .owl-nav .owl-prev:focus, .gallery .owl-nav .owl-prev:active {
  -webkit-animation-name: hvr-icon-move-left;
  animation-name: hvr-icon-move-left;
}
.gallery .owl-nav .owl-prev {
  left: 15px;
  position: absolute;
  top: 180px;
}
@media (min-width: 25em) {
  .gallery .owl-nav .owl-prev {
    top: 30%;
  }
}
@media (min-width: 29.6875em) {
  .gallery .owl-nav .owl-prev {
    top: 35%;
  }
}
@media (min-width: 34.375em) {
  .gallery .owl-nav .owl-prev {
    top: 43%;
  }
}
@media (min-width: 43.75em) {
  .gallery .owl-nav .owl-prev {
    top: 50%;
  }
}
@media (min-width: 56.25em) {
  .gallery .owl-nav .owl-prev {
    top: 55%;
  }
}
@media (min-width: 64em) {
  .gallery .owl-nav .owl-prev {
    left: 55px;
    bottom: 150px;
    top: auto;
  }
}
.gallery .owl-nav .owl-next {
  right: 15px;
  position: absolute;
  top: 180px;
}
@media (min-width: 25em) {
  .gallery .owl-nav .owl-next {
    top: 30%;
  }
}
@media (min-width: 29.6875em) {
  .gallery .owl-nav .owl-next {
    top: 35%;
  }
}
@media (min-width: 34.375em) {
  .gallery .owl-nav .owl-next {
    top: 43%;
  }
}
@media (min-width: 43.75em) {
  .gallery .owl-nav .owl-next {
    top: 50%;
  }
}
@media (min-width: 56.25em) {
  .gallery .owl-nav .owl-next {
    top: 55%;
  }
}
@media (min-width: 64em) {
  .gallery .owl-nav .owl-next {
    right: 55px;
    bottom: 150px;
    top: auto;
  }
}
.gallery #carousel-custom-dots {
  display: grid;
  grid-row-gap: 25px;
  grid-template-columns: auto auto;
  grid-template-rows: 110px;
  justify-content: center;
  align-content: center;
  margin-bottom: 45px;
  column-gap: 10%;
}
@media (min-width: 950px) {
  .gallery #carousel-custom-dots {
    grid-template-columns: auto auto auto auto;
  }
}
.gallery #carousel-custom-dots span {
  text-align: center;
}
.gallery #carousel-custom-dots span.active svg path, .gallery #carousel-custom-dots span.active svg polygon, .gallery #carousel-custom-dots span.active svg rect, .gallery #carousel-custom-dots span:hover svg path, .gallery #carousel-custom-dots span:hover svg polygon, .gallery #carousel-custom-dots span:hover svg rect {
  fill: #0082CA;
}
.gallery #carousel-custom-dots span.active svg.sorbabes #cone polygon, .gallery #carousel-custom-dots span:hover svg.sorbabes #cone polygon {
  fill: #FDCC9B;
}
.gallery #carousel-custom-dots span.active svg.sorbabes #text path, .gallery #carousel-custom-dots span.active svg.sorbabes #text polygon, .gallery #carousel-custom-dots span:hover svg.sorbabes #text path, .gallery #carousel-custom-dots span:hover svg.sorbabes #text polygon {
  fill: #6C6E6F;
}
.gallery #carousel-custom-dots span.active svg.sorbabes #horse path, .gallery #carousel-custom-dots span:hover svg.sorbabes #horse path {
  fill: #CA1833;
}
.gallery #carousel-custom-dots span.active svg.bombpop #dark-blue path, .gallery #carousel-custom-dots span.active svg.bombpop #dark-blue polygon, .gallery #carousel-custom-dots span.active svg.bombpop #dark-blue rect, .gallery #carousel-custom-dots span:hover svg.bombpop #dark-blue path, .gallery #carousel-custom-dots span:hover svg.bombpop #dark-blue polygon, .gallery #carousel-custom-dots span:hover svg.bombpop #dark-blue rect {
  fill: #004785;
}
.gallery #carousel-custom-dots span.active svg.bombpop #shadow path, .gallery #carousel-custom-dots span.active svg.bombpop #shadow polygon, .gallery #carousel-custom-dots span.active svg.bombpop #shadow rect, .gallery #carousel-custom-dots span:hover svg.bombpop #shadow path, .gallery #carousel-custom-dots span:hover svg.bombpop #shadow polygon, .gallery #carousel-custom-dots span:hover svg.bombpop #shadow rect {
  fill: rgba(0, 71, 133, 0.4);
}
.gallery #carousel-custom-dots span.active svg.bombpop #light-blue path, .gallery #carousel-custom-dots span.active svg.bombpop #light-blue polygon, .gallery #carousel-custom-dots span.active svg.bombpop #light-blue rect, .gallery #carousel-custom-dots span:hover svg.bombpop #light-blue path, .gallery #carousel-custom-dots span:hover svg.bombpop #light-blue polygon, .gallery #carousel-custom-dots span:hover svg.bombpop #light-blue rect {
  fill: rgba(0, 194, 243, 0.43);
}
.gallery #carousel-custom-dots span.active svg.bombpop #white path, .gallery #carousel-custom-dots span.active svg.bombpop #white polygon, .gallery #carousel-custom-dots span.active svg.bombpop #white rect, .gallery #carousel-custom-dots span:hover svg.bombpop #white path, .gallery #carousel-custom-dots span:hover svg.bombpop #white polygon, .gallery #carousel-custom-dots span:hover svg.bombpop #white rect {
  fill: #fff;
}
.gallery #carousel-custom-dots span.active svg.bombpop #red path, .gallery #carousel-custom-dots span.active svg.bombpop #red polygon, .gallery #carousel-custom-dots span.active svg.bombpop #red rect, .gallery #carousel-custom-dots span:hover svg.bombpop #red path, .gallery #carousel-custom-dots span:hover svg.bombpop #red polygon, .gallery #carousel-custom-dots span:hover svg.bombpop #red rect {
  fill: #c5161d;
}
.gallery #carousel-custom-dots span.active svg.bombpop #dark-red path, .gallery #carousel-custom-dots span.active svg.bombpop #dark-red polygon, .gallery #carousel-custom-dots span.active svg.bombpop #dark-red rect, .gallery #carousel-custom-dots span:hover svg.bombpop #dark-red path, .gallery #carousel-custom-dots span:hover svg.bombpop #dark-red polygon, .gallery #carousel-custom-dots span:hover svg.bombpop #dark-red rect {
  fill: #A70E13;
}
.gallery #carousel-custom-dots span.active svg.blue-ribbon path, .gallery #carousel-custom-dots span:hover svg.blue-ribbon path {
  fill: #002D73;
}
.gallery #carousel-custom-dots span.active svg.blue-ribbon path .st0, .gallery #carousel-custom-dots span:hover svg.blue-ribbon path .st0 {
  fill: #FFFFFF;
}
.gallery #carousel-custom-dots span.active svg.weight-watchers path, .gallery #carousel-custom-dots span:hover svg.weight-watchers path {
  fill: #018DDE;
}
.gallery #carousel-custom-dots span.active svg.halo-top path, .gallery #carousel-custom-dots span:hover svg.halo-top path {
  fill: #af8a17;
}
.gallery #carousel-custom-dots span.active svg.halo-top polygon, .gallery #carousel-custom-dots span:hover svg.halo-top polygon {
  fill: #af8a17;
}
@media (min-width: 64em) {
  .gallery + .icecream-divider {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media (min-width: 90.625em) {
  .gallery + .icecream-divider {
    width: calc(100% + 260px);
    margin-left: -130px;
  }
}

@keyframes hvr-icon-move-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@keyframes hvr-icon-move-left {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
}
.js-gallery.simple-gallery {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
}
.js-gallery.simple-gallery figcaption {
  bottom: 0;
  background: #e6e6e6;
  padding: 15px 20px 15px;
}
.js-gallery.simple-gallery figcaption p {
  font-size: 20px;
  font-size: 1.6447368421vw;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 851.2px) {
  .js-gallery.simple-gallery figcaption p {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  .js-gallery.simple-gallery figcaption p {
    font-size: 20px;
  }
}
.js-gallery.simple-gallery .owl-nav .owl-prev, .js-gallery.simple-gallery .owl-nav .owl-next {
  top: calc(50% - 90px);
}

.half-product-box {
  clear: both;
  display: flex;
}
.half-product-box .half-content {
  float: left;
  width: 100%;
  background-color: #ffffff;
  color: #5e5e5e;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (min-width: 64em) {
  .half-product-box .half-content {
    padding: 20px 100px;
  }
}
.half-product-box .half-content .content {
  width: calc(100% - 30px);
  text-align: center;
  margin: 0 auto;
  line-height: 2;
}
@media (min-width: 64em) {
  .half-product-box .half-content .content {
    width: 90%;
  }
}
@media (min-width: 81.25em) {
  .half-product-box .half-content .content {
    width: 70%;
  }
}
@media (min-width: 64em) {
  .half-product-box .half-content {
    width: 50%;
    padding: 100px 40px;
  }
}
.half-product-box .half-content .half-box-image {
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .half-product-box .half-content .half-box-image {
    display: none;
  }
}
.half-product-box .half-content p:last-of-type() {
  margin-top: 30px;
  margin-bottom: 40px;
}
.half-product-box .half-content .btn {
  font-size: 20px;
  margin-top: 0px;
  padding: 7px 55px;
}
@media (max-width: 64em) {
  .half-product-box .half-content .btn {
    margin-bottom: 50px;
  }
}
.half-product-box .half-content h2 {
  color: #ec1c2d;
  font-size: 48px;
  font-size: 3.9473684211vw;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .half-product-box .half-content h2 {
    font-size: 30px;
  }
}
@media (min-width: 1216px) {
  .half-product-box .half-content h2 {
    font-size: 48px;
  }
}
@media (min-width: 64em) {
  .half-product-box .half-content h2 {
    margin-top: 45px;
  }
}
.half-product-box .half-content p {
  font-size: 17px;
  font-size: 1.3980263158vw;
  margin: 25px 0 15px;
}
@media (max-width: 1001.4117647059px) {
  .half-product-box .half-content p {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  .half-product-box .half-content p {
    font-size: 17px;
  }
}
@media (min-width: 37.5em) {
  .half-product-box .half-content p {
    margin: 50px 0;
  }
}
@media (min-width: 64em) {
  .half-product-box .half-content p {
    margin: 50px 0;
  }
}
.half-product-box .half-image {
  background-position: center;
  display: none;
  background-repeat: none;
  background-size: cover;
}
.half-product-box .half-image a {
  width: 100%;
}
@media (min-width: 64em) {
  .half-product-box .half-image {
    float: left;
    width: 50%;
    display: flex;
  }
}
.half-product-box .half-image img {
  display: none;
}

.no-webp .half-product-box .half-image {
  background-image: url("/wei/1/images/bomb-pop-girl.jpg");
}
.no-webp .half-product-box .half-image.right {
  background-image: url("/wei/1/images/community.jpg");
}

.webp .half-product-box .half-image {
  background-image: url("/wei/1/images/bomb-pop-girl.webp");
}
.webp .half-product-box .half-image.right {
  background-image: url("/wei/1/images/community.webp");
}

/* 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;
  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;
  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;
  box-shadow: none;
  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%;
  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;
  box-sizing: border-box;
  padding: 40px 0 10px;
  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;
  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;
    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);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.policy-content {
  line-height: normal;
}
.policy-content h2 {
  font-size: 24px;
  margin: 0 0 0.5rem;
}
.policy-content ul {
  list-style: disc;
  margin: 1em 0;
  padding-inline-start: 40px;
}
.policy-content ul li {
  padding-left: 0;
}
.policy-content ul li::before {
  content: none;
}
.policy-content ol ul, .policy-content ul ul {
  list-style: circle;
  margin: 0;
}
.policy-content ol ul ul, .policy-content ul ul ul {
  list-style: square;
}
.policy-content ol li {
  margin-bottom: 0;
}

.popup-gallery {
  margin-bottom: 15px;
}
.popup-gallery a {
  width: calc(33% - 12px);
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.popup-gallery a:nth-of-type(3n) {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .popup-gallery a {
    width: calc(20% - 16px);
  }
  .popup-gallery a:nth-of-type(5n) {
    margin-right: 0;
  }
  .popup-gallery a:nth-of-type(3n) {
    margin-right: 15px;
  }
}
.popup-gallery a img {
  width: 100%;
  height: 100%;
}

html {
  color: #5e5e5e;
  font-weight: 300;
  line-height: 1.7;
  height: 100%;
  font-size: 17px;
  font-size: 1.3980263158vw;
}
@media (max-width: 1001.4117647059px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  html {
    font-size: 17px;
  }
}

body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  position: relative;
  color: #535353;
  min-height: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a img {
  border: none;
}

body.styleguide {
  padding-bottom: 60px;
}

.sg-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
}
@media (max-width: 40.615em) {
  .sg-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sg-colors li {
  display: block;
  float: left;
  margin: 10px;
}

.sg-swatch {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #000;
}

.styleguide {
  padding-top: 50px;
  /*
  aside {
    width: 250px;
    float: left;
    padding-right: 20px;
  }

  main {
    width: calc(100% - 250px);
    float: left;
  }
  */
}
.styleguide main {
  padding-bottom: 50px;
}
.styleguide hr {
  display: block;
}
.styleguide .nav-primary > ul {
  font-size: 20px;
}

.sg-subheading {
  border-bottom: 2px solid #666;
  margin-top: 60px;
  margin-bottom: 30px;
}

.sg-dark-bg {
  background-color: #898989;
}

.page-header {
  /*
   * In general, avoid styling this element. It serves as a wrapper for
   * .page-header-* components to show/hide them based on the browser width.
   *
   * This allows us to render the .page-header-* components directly regardless
   * of the width of the viewport simply by taking them out of the .page-header
   * element. Useful for the styleguide. Don't hate me. Blame the red-head.
   */
  /* Default, mobile-first page header setup */
  /* Hide .page-header-* components according to the width of viewport */
  /* Print header */
}
.page-header .page-header-full {
  display: none;
}
.page-header .page-header-compact {
  display: block;
}
.page-header .page-header-print {
  display: none;
}
@media (min-width: 64em) {
  .page-header .page-header-full {
    display: block;
  }
  .page-header .page-header-compact {
    display: none;
  }
}
.page-header html.print .page-header-full {
  display: none;
}
.page-header html.print .page-header-compact {
  display: none;
}
.page-header html.print .page-header-print {
  display: block;
}
@media print {
  .page-header .page-header-full {
    display: none;
  }
  .page-header .page-header-compact {
    display: none;
  }
  .page-header .page-header-print {
    display: block;
  }
}

/*
 * Social media icons.
 */
.header-nav-aux ul li.social-media-icon {
  border-right: none;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  font-size: 1.3em;
}

.off-canvas-nav ul li.social-media-icon {
  display: inline;
  font-size: 2em;
  margin-right: 1em;
}

/*
 * Full desktop version of the header. All the bells and whistles.
 */
.page-header-full .page-header-full-container {
  margin: 0 auto;
  position: relative;
  /* Position the aux nav */
}
.page-header-full .page-header-full-container .header-nav-aux {
  margin-top: -70px;
  z-index: 500;
}

/*
 * Compact version of the header. Usually for mobile screens. Use this if adapting
 * the full desktop version to a mobile-friendly version is unreasonable.
 */
.page-header-compact {
  background: #fff;
  height: 60px;
}
.page-header-compact .page-header-compact-container {
  margin: 0 auto;
  position: relative;
}

/*
 * Header for printing
 */
.page-footer {
  clear: both;
  /*
   * Avoid styling this element.
   */
}
.page-footer .footer-img {
  margin: 0 auto 20px;
  display: block;
}
.page-footer .footer-img img {
  width: 150px;
  height: 80px;
  display: block;
  padding: 0 15px;
}
.page-footer .footer-img::before {
  content: "";
  display: inline-block;
  height: 0.7em;
  vertical-align: bottom;
  width: calc(50% - 75px);
  margin-right: 0;
  margin-left: 0%;
  border-top: 2px solid #ec1c2d;
  float: left;
  margin-top: 40px;
  position: relative;
}
.page-footer .footer-img::after {
  content: "";
  display: inline-block;
  height: 0.7em;
  vertical-align: bottom;
  width: calc(50% - 75px);
  margin-right: 0%;
  margin-left: 0;
  border-top: 2px solid #ec1c2d;
  float: right;
  margin-top: -40px;
  position: relative;
}

/*
 * Full desktop version of the footer. All the bells and whistles.
 */
.page-footer-main {
  background: #e6e6e6;
}
@media (max-width: 64em) {
  .page-footer-main {
    display: none;
  }
}
.page-footer-main .page-footer-main-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

/*
 * Bottom of footer
 */
.page-footer-bottom {
  background: #d0d0d0;
}
@media (min-width: 64em) {
  .page-footer-bottom .footer-img {
    display: none;
  }
}
.page-footer-bottom .page-footer-bottom-container {
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
@media (min-width: 64em) {
  .page-footer-bottom .page-footer-bottom-container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.interior-header {
  position: relative;
}
.interior-header figure {
  margin: 0;
  width: 100%;
  position: relative;
  line-height: 0.8;
}
.interior-header figure img {
  width: 100%;
  max-width: 100%;
}
.interior-header figure img.desktop-version {
  display: none;
}
@media (min-width: 64em) {
  .interior-header figure img.desktop-version {
    display: block;
  }
}
.interior-header figure img.mobile-version {
  display: block;
}
@media (min-width: 64em) {
  .interior-header figure img.mobile-version {
    display: none;
  }
}
.interior-header figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.interior-header h1 {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  padding: 20px 40px 15px;
  border-radius: 50px 50px 0 0;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 64em) {
  .interior-header h1 {
    padding: 35px 70px 15px;
    border-radius: 80px 80px 0 0;
  }
}
.interior-header .nav-breadcrumbs {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  vertical-align: top;
}

.interior-content {
  padding: 20px 0;
}
@media (min-width: 64em) {
  .interior-content {
    padding: 50px 40px;
  }
}
@media (min-width: 84.375em) {
  .interior-content {
    padding: 50px 130px;
  }
}

.career-details {
  padding: 90px 0;
}
@media (min-width: 64em) {
  .career-details {
    padding: 100px 40px;
  }
}
@media (min-width: 84.375em) {
  .career-details {
    padding: 100px 130px;
  }
}

.homepage .header-nav-primary {
  background: #daf1f9; /* Old browsers */
  background: -moz-linear-gradient(left, rgba(218, 241, 249, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(218, 241, 249, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(218, 241, 249, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#daf1f9", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
.homepage .header-nav-aux {
  background: none;
}

.header-nav-primary {
  background: #ffffff;
  top: 40px;
  z-index: 550;
}

.no-webp .latest-scoop {
  background-image: url("/wei/1/images/flight-of-flavors-reversed.png");
}
@media (min-width: 64em) {
  .no-webp .latest-scoop {
    background-image: url("/wei/1/images/flight-of-flavors.png");
  }
}

.webp .latest-scoop {
  background-image: url("/wei/1/images/flight-of-flavors-reversed.webp");
}
@media (min-width: 64em) {
  .webp .latest-scoop {
    background-image: url("/wei/1/images/flight-of-flavors.webp");
  }
}

.latest-scoop {
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  padding-top: 60px;
  text-align: center;
}
@media (min-width: 43.75em) {
  .latest-scoop {
    padding-bottom: 10px;
  }
}
@media (min-width: 64em) {
  .latest-scoop {
    padding-bottom: 310px;
    padding-top: 120px;
    background-position: center bottom;
  }
}
@media (min-width: 90.625em) {
  .latest-scoop {
    padding-bottom: 400px;
  }
}
.latest-scoop h2 {
  color: #ec1c2d;
  font-size: 48px;
  font-size: 3.9473684211vw;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 240px;
  margin-top: 19.7368421053vw;
}
@media (max-width: 886.6666666667px) {
  .latest-scoop h2 {
    font-size: 35px;
  }
}
@media (min-width: 1216px) {
  .latest-scoop h2 {
    font-size: 48px;
  }
}
@media (max-width: -50.6666666667px) {
  .latest-scoop h2 {
    margin-top: -10px;
  }
}
@media (min-width: 1216px) {
  .latest-scoop h2 {
    margin-top: 240px;
  }
}
@media (min-width: 53.125em) {
  .latest-scoop h2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 64em) {
  .latest-scoop h2 {
    margin-top: 0;
  }
}
.latest-scoop .homepage-news {
  margin-bottom: 15px;
  text-align: left;
}
@media (min-width: 64em) {
  .latest-scoop .homepage-news {
    margin-bottom: 65px;
  }
}
.latest-scoop .buttons {
  margin-bottom: 65px;
}
@media (max-width: 53.125em) {
  .latest-scoop .buttons .btn {
    display: block;
  }
  .latest-scoop .buttons .btn + .btn {
    margin-left: 0;
    margin-top: 30px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  line-height: 1.2;
  color: #5e5e5e;
  font-weight: 700;
}

h1 {
  font-size: 50px;
  font-size: 4.1118421053vw;
  color: #ec1c2d;
}
@media (max-width: 729.6px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 1216px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 36px;
  font-size: 2.9605263158vw;
}
@media (max-width: 844.4444444444px) {
  h2 {
    font-size: 25px;
  }
}
@media (min-width: 1216px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 26px;
  font-size: 2.1381578947vw;
}
@media (max-width: 1028.9230769231px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 1216px) {
  h3 {
    font-size: 26px;
  }
}

h4, h5, h6 {
  font-size: 20px;
  font-size: 1.6447368421vw;
}
@media (max-width: 1094.4px) {
  h4, h5, h6 {
    font-size: 18px;
  }
}
@media (min-width: 1216px) {
  h4, h5, h6 {
    font-size: 20px;
  }
}

p + h2, p + h3 {
  margin-top: 30px;
}

/* Links */
a {
  color: #ec1c2d;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

/* Blockquotes */
blockquote {
  display: block;
  margin-bottom: 30px;
}
blockquote p:first-child {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}

/* Lists */
ul, ol {
  text-align: left;
  margin-left: 20px;
  margin-top: 20px;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
}
ul ul li, ul ol li, ol ul li, ol ol li {
  padding-left: 30px;
}

ul {
  list-style: none;
  padding: 0;
}
ul.inline {
  display: inline-block;
}
ul.inline li {
  display: block;
  float: left;
  margin-right: 5px;
}
ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 5px;
}
ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ec1c2d;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0px;
}
ul.no-bullets {
  margin: 0;
}
ul.no-bullets li {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0;
}
ul.no-bullets li:before {
  display: none;
}

ol li {
  margin-bottom: 10px;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.gallery #carousel-custom-dots span.active svg.chilly-cow path, .gallery #carousel-custom-dots span:hover svg.chilly-cow path {
  fill: #ca4c3b;
}

.gallery #carousel-custom-dots span.active svg.blue-ribbon path, .gallery #carousel-custom-dots span:hover svg.blue-ribbon path {
  fill: #255488;
}

.gallery #carousel-custom-dots span.active svg.blue-ribbon path.st0, .gallery #carousel-custom-dots span:hover svg.blue-ribbon path.st0 {
  fill: #FFFFFF;
}

.gallery #carousel-custom-dots span.active svg.halo-top path, .gallery #carousel-custom-dots span:hover svg.halo-top path, .gallery #carousel-custom-dots span.active svg.halo-top polygon, .gallery #carousel-custom-dots span:hover svg.halo-top polygon {
  fill: #af8a17;
}

.gallery #carousel-custom-dots span svg.blue-ribbon {
  height: 115px;
}

.gallery #carousel-custom-dots span svg.chilly-cow {
  height: 115px;
}

.gallery #carousel-custom-dots span svg.blue-bunny {
  height: 115px;
}

.gallery #carousel-custom-dots span svg.bombpop {
  height: 115px;
}

.gallery #carousel-custom-dots span svg.halo-top {
  height: 115px;
}

@media (min-width: 64em) {
  .gallery #carousel-custom-dots {
    padding: 0 40px 60px;
  }
}
@media (min-width: 75em) {
  .gallery #carousel-custom-dots {
    padding: 0 150px 60px;
  }
}
.homepage-brands .logos svg.blue-ribbon:hover path {
  fill: #255488;
}

.homepage-brands .logos svg.blue-ribbon:hover path.st0 {
  fill: #FFFFFF;
}

.homepage-brands .logos svg.chilly-cow:hover path {
  fill: #ca4c3b;
}

.homepage-brands .logos svg.halo-top:hover path, .homepage-brands .logos svg.halo-top:hover polygon {
  fill: #af8a17;
}

.homepage-brands .logos svg.blue-ribbon {
  width: 130px;
}

.homepage-brands .logos svg.chilly-cow {
  width: 130px;
  height: 80px;
}

@media (min-width: 48em) {
  .homepage-brands .logos svg.chilly-cow {
    width: 160px;
  }
}
.donation-scaled-checkbox {
  transform: scale(2);
  width: 50%;
}

.freeform-row.donation-form-event-type {
  display: none;
}

.gallery ul#carousel-custom-dots {
  text-align: center;
}

.special-notice-message a:hover {
  text-decoration: underline !important;
}

@media (min-width: 320px) and (max-width: 400px) {
  .special-notice {
    top: 11ex !important;
  }
}
@media (min-width: 401px) and (max-width: 744px) {
  .special-notice {
    top: 9ex !important;
  }
}
@media (min-width: 745px) {
  .special-notice {
    top: 6ex !important;
  }
}
.sustainability-centering-div {
  display: flex;
  justify-content: center;
}

#recruit-policy-content ol {
  padding-inline-start: 1em;
  margin-left: 0;
}
