﻿/*! 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;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/content/libs/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/content/libs/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/content/libs/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/content/libs/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/content/libs/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/content/libs/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.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.sorbabes:hover #cone polygon {
  fill: #FDCC9B;
}
.homepage-brands .brand-container a svg.sorbabes:hover #text path, .homepage-brands .brand-container a svg.sorbabes:hover #text polygon {
  fill: #6C6E6F;
}
.homepage-brands .brand-container a svg.sorbabes:hover #horse path {
  fill: #CA1833;
}
.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 .brand-container a svg.weight-watchers:hover path {
  fill: #018DDE;
}
.homepage-brands .brands-header {
  font-size: 31px;
  font-size: 2.5493421053vw;
  font-weight: bold;
  color: #b3b3b3;
  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: #d5d5d5;
  border-color: black;
}
.btn:hover,
.btn-default:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: black;
}
.btn:active, .btn.active,
.btn-default:active,
.btn-default.active {
  color: #000;
  background-color: #d5d5d5;
  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: #c3c3c3;
  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: #e6e6e6;
  border-color: #7e0b14;
}
.btn-primary:hover {
  color: #ec1c2d;
  background-color: #e6e6e6;
  border-color: #bb101e;
}
.btn-primary:active, .btn-primary.active {
  color: #ec1c2d;
  background-color: #e6e6e6;
  border-color: #bb101e;
}
.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: #d4d4d4;
  border-color: #7e0b14;
}
.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 {
  font-family: "FontAwesome";
  content: "\f078";
  text-align: center;
  right: 4px;
  top: 50%;
  margin-top: -0.8em;
}
.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: "\f0d7";
  font-family: fontawesome;
  font-size: 20px;
  font-weight: 100;
  color: #5e5e5e;
  background: #ffffff;
  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;
}
@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 {
  content: "\f0d8";
  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;
  font-family: fontawesome;
  content: "\f00c";
  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("/content/images/wells-employees.png");
}

.webp .hero .container {
  background-image: url("/content/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("/content/images/home/boy-eating-icecream.png");
  }
}

@media (min-width: 64em) {
  .webp .homepage-hero {
    background-image: url("/content/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: "\f078";
  font-family: fontAwesome;
  position: absolute;
  right: 16px;
  color: #ec1c2d;
  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 {
  content: "\f077";
}
.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("/content/images/bomb-pop-girl.jpg");
}
.no-webp .half-product-box .half-image.right {
  background-image: url("/content/images/community.jpg");
}

.webp .half-product-box .half-image {
  background-image: url("/content/images/bomb-pop-girl.webp");
}
.webp .half-product-box .half-image.right {
  background-image: url("/content/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;
  }
}
.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;
  }
}

.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("/content/images/flight-of-flavors-reversed.png");
}
@media (min-width: 64em) {
  .no-webp .latest-scoop {
    background-image: url("/content/images/flight-of-flavors.png");
  }
}

.webp .latest-scoop {
  background-image: url("/content/images/flight-of-flavors-reversed.webp");
}
@media (min-width: 64em) {
  .webp .latest-scoop {
    background-image: url("/content/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;
}
