/* ******************************************************
   Main Import File
        - Variables / Utilities / Globals
        - Components (Navigation/Tools/Modules)
        - Vendor Imports (Third party plugins)
        - Overwrite Imports (Print/admin)
   ****************************************************** */
/* ================================================================
   Variables / Utilities / Globals
   ================================================================ */
/* ================================================================
   Variables
   ================================================================ */
/* ================================================================
   MIXINS
   ================================================================ */
/* ================================================================
   REM Mixin
   ================================================================ */
/* ================================================================
   CLEARFIX MIXIN

   - EXAMPLE:

   div {
     @include clearfix;
   }
   ================================================================ */
/* ================================================================
RESET STYLES BUTTON MIXIN

- EXAMPLE:

button {
  @include resetBtn;
}
================================================================ */
/* ================================================================
RESET STYLES LIST MIXIN

- EXAMPLE:

ul {
  @include resetList;
}
================================================================ */
/* ================================================================
INPUT PLACEHOLDER MIXIN

- EXAMPLE:

input {
  @include placeholder {
    color: red;
    opacity: 1;
  }
}
================================================================ */
/* ================================================================
   PSUEDO MIXIN

   - EXAMPLE:

   div::after {
     @include pseudo;
     top: -1rem; left: -1rem;
   }
   ================================================================ */
/* ================================================================
   Breakpoint mixin
   ================================================================ */
/* ================================================================
   CUSTOM
   ================================================================ */
.about::after, .news::after, .services__locations::after, .page-banner::after, .card::after {
  content: '';
  display: block;
  position: absolute;
  width: 8rem;
  height: 3rem;
  top: 0;
  right: 0;
  background-color: #C01823;
  clip-path: polygon(0 0, 100% 0, 100% 100%); }

.about::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.button--link::after,
.btn--link::after, .custom-hawk .hawk-sorting::after, .custom-hawk .hawk-items-per-page::after, .breadcrumbs__item::after, .pagination__link--prev::before, .pagination__link--next::after, .services__list-item a:hover::after, .sortby__box::after, .solutions-tabs-toggle::after {
  content: '';
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: relative; }
  .button--link::after,
  .btn--link::after, .breadcrumbs__item::after, .pagination__link--next::after, .services__list-item a:hover::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .pagination__link--prev::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .custom-hawk .hawk-sorting::after, .custom-hawk .hawk-items-per-page::after, .sortby__box::after, .solutions-tabs-toggle::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.m40 {
  margin: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================================================
   Boilerplate - Base Styles
   ================================================================ */
html, button, input, select, textarea {
  color: #000; }

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff; }

::-moz-selection {
  background: #42444C;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #42444C;
  color: #fff;
  text-shadow: none; }

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

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%; }

iframe, embed {
  max-width: 100%; }

.image-fluid, .image-fluid img {
  max-width: none;
  width: 100%;
  height: auto; }

.image-fixed, .image-fixed img {
  max-width: none; }

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

textarea {
  resize: vertical; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden,
.visually-hidden,
.visuallyHidden,
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  transition: none; }
  .visuallyhidden.focusable:focus,
  .visually-hidden.focusable:focus,
  .visuallyHidden.focusable:focus,
  .sr-only.focusable:focus {
    position: fixed;
    top: 0;
    left: 0;
    background: #42444C;
    color: #fff;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: 100%;
    height: auto;
    border: 1px dashed #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    z-index: 9001; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.dsk-only,
.dsk-only-inline {
  display: none !important; }

.dsk-only-flex {
  display: none !important; }

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

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

@media (min-width: 60em) {
  .dsk-only {
    display: block !important; }
  .dsk-only-inline {
    display: inline !important; }
  .dsk-only-flex {
    display: flex !important; }
  .mb-only {
    display: none !important; }
  .align-center-dsk {
    text-align: center; }
  .align-right-dsk {
    text-align: right; }
  .align-left-dsk {
    text-align: left; } }

.breakforprint {
  page-break-after: always; }

.float-right {
  float: right; }

.float-left {
  float: left; }

figure {
  margin: 1em 0; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/* ================================================================
   Talon Util Boilerplate Additions
   ================================================================ */
.js-click-user *:focus, .js-click-user *:active {
  outline: 0; }

.scroll-cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: auto !important;
  z-index: 10000; }

.svg-legend {
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  overflow: hidden; }

svg.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out; }

.video {
  position: relative;
  display: block; }
  .video::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .video iframe,
  .video embed,
  .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img.b-lazy {
  opacity: 0;
  transition: all 0.18s ease-in-out; }
  img.b-lazy.b-loaded {
    opacity: 1; }

.color-primary {
  color: #42444C; }

.color-secondary {
  color: #C01823; }

@media (min-width: 60em) {
  .m-only {
    display: none !important; } }

/* ================================================================
   BOOTSTRAP GRID
   ================================================================ */
.container {
  width: 100%;
  max-width: 72.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.938em;
  padding-right: 0.938em; }
  .container.container--fluid {
    max-width: none;
    padding: 0; }

/*** In case you want this instead of the width/max-width above.
@media (min-width: $bp-m) {
  .container { width: $bp-m - $grid-gutter-em; }
}

@media (min-width: $bp-mw) {
  .container { width: $bp-mw - $grid-gutter-em; }
}

@media (min-width: $bp-l) {
  .container { width: $bp-l - $grid-gutter-em; }
}
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.938em;
  padding-right: 0.938em; }

.row {
  margin-left: -0.938em;
  margin-right: -0.938em; }
  @media (min-width: 60em) {
    .row {
      display: flex;
      flex-wrap: wrap; } }

.container:before, .container:after, .container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container:after, .container-fluid:after, .row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-md-20, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.938em;
  padding-right: 0.938em; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 60em) {
  .col-md-1, .col-md-2, .col-md-20, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-20 {
    width: 20%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 71.25em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

/* ================================================================
   Typography Styles
   ================================================================ */
h1, .h1, h2, .h2, h3, .h3 {
  margin: 0 0 1em;
  font-family: "Montserrat", sans-serif;
  color: #42444C; }

h1, .h1 {
  font-size: 28px;
  font-size: 1.75rem; }
  @media (min-width: 60em) {
    h1, .h1 {
      font-size: 37px;
      font-size: 2.3125rem; } }

h2, .h2 {
  font-size: 23px;
  font-size: 1.4375rem; }
  @media (min-width: 60em) {
    h2, .h2 {
      font-size: 30px;
      font-size: 1.875rem; } }

h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 60em) {
    h3, .h3 {
      font-size: 23px;
      font-size: 1.4375rem; } }

h4, .h4 {
  font-family: "Montserrat", sans-serif; }

.heading-line {
  text-transform: uppercase;
  color: #42444C;
  position: relative;
  padding-bottom: 1rem; }
  .heading-line:after {
    content: '';
    width: 100%;
    max-width: 180px;
    height: 5px;
    background-color: #C01823;
    position: absolute;
    left: 0;
    bottom: 0; }

a {
  color: #42444C;
  text-decoration: none;
  transition: all 0.18s ease-in-out; }
  a:hover, a:focus {
    text-decoration: underline; }

p {
  margin: 0 0 1em; }

blockquote {
  margin: 1em 1.5em;
  padding-left: 1.5em;
  border-left: 5px solid #d9d9d9; }

.smallest {
  font-size: 0.8em; }

.smaller {
  font-size: 0.9em; }

.larger {
  font-size: 1.1em; }

.largest {
  font-size: 1.2em; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.strike {
  text-decoration: line-through; }

.nowrap {
  white-space: nowrap; }

.important {
  color: red;
  font-weight: bold;
  text-transform: uppercase; }

.title {
  font-weight: 600;
  margin: 0 0 5px; }
  .title {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .title {
        font-size: calc(20px + 10 * ((100vw - 320px) / 640)); } }
    @media screen and (min-width: 960px) {
      .title {
        font-size: 30px; } }

.fr-view p a {
  color: #C01823; }

/* ================================================================
   Button Styles
   ================================================================ */
.button, div[id*='form-'] input[type="submit"],
.form-field input[type="submit"], .culture-selector__button,
.btn,
.FormPanel table.EditingFormTable .date-picker-field .form-control-text {
  display: inline-block;
  padding: 0.6em 1.2em;
  border: 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #707070;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  line-height: 1.4; }
  .button svg, div[id*='form-'] input[type="submit"] svg, .form-field input[type="submit"] svg, .culture-selector__button svg,
  .btn svg,
  .FormPanel table.EditingFormTable .date-picker-field .form-control-text svg {
    fill: currentColor;
    width: 1rem;
    height: 1rem;
    display: block; }
  .button:hover, div[id*='form-'] input:hover[type="submit"],
  .form-field input:hover[type="submit"], .culture-selector__button:hover, .button:focus, div[id*='form-'] input:focus[type="submit"],
  .form-field input:focus[type="submit"], .culture-selector__button:focus,
  .btn:hover,
  .FormPanel table.EditingFormTable .date-picker-field .form-control-text:hover,
  .btn:focus,
  .FormPanel table.EditingFormTable .date-picker-field .form-control-text:focus {
    text-decoration: none;
    background: #C01823; }
  .button--active,
  .btn--active {
    background-color: #C01823;
    color: #fff;
    border: none;
    margin: auto; }
    .button--active:hover, .button--active:focus,
    .btn--active:hover,
    .btn--active:focus {
      opacity: .7; }
  .button--plain,
  .btn--plain {
    background-color: transparent;
    color: #42444C;
    border: 2px solid currentColor; }
    .button--plain:hover, .button--plain:focus,
    .btn--plain:hover,
    .btn--plain:focus {
      background: #C01823;
      color: #fff; }
  .button--link,
  .btn--link {
    background-color: transparent;
    color: #C01823;
    border: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0;
    width: auto;
    text-align: left; }
    .button--link::after,
    .btn--link::after {
      margin-left: 10px;
      transition: all 0.18s ease-in-out; }
    .button--link:hover, .button--link:focus,
    .btn--link:hover,
    .btn--link:focus {
      background-color: transparent;
      opacity: .7; }
      .button--link:hover::after, .button--link:focus::after,
      .btn--link:hover::after,
      .btn--link:focus::after {
        transform: translateX(5px) rotate(-45deg); }
  .button--icon,
  .btn--icon {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center; }
    .button--icon svg,
    .btn--icon svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
      flex-shrink: 0; }

.button-2, .cookie-consent__submit {
  display: inline-block;
  padding: 0.47em 1.2em;
  border: 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #C01823;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  line-height: 1.4; }
  .button-2:hover, .cookie-consent__submit:hover, .button-2:focus, .cookie-consent__submit:focus {
    text-decoration: none;
    background: #fff;
    color: #42444C; }

.back {
  text-transform: capitalize; }

.more {
  text-transform: capitalize; }

.slider-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 0;
  color: #42444C;
  transition: all 0.18s ease-in-out;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }
  .slider-btn svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    fill: currentColor;
    transition: all 0.18s ease-in-out; }
  .slider-btn:hover, .slider-btn:focus {
    color: #C01823; }
  @media (min-width: 60em) {
    .slider-btn {
      width: 60px;
      height: 60px; } }

.toggle-plus, .footer__nav-heading button, .main-navigation a,
.main-navigation button, .faqs-tabs-accordion-toggle, .prod-toolbox__toggle, .search-catalog__categories-toggle {
  display: block;
  border: 0;
  background: none;
  position: relative;
  cursor: pointer;
  width: auto; }
  .toggle-plus[data-expander-toggle], .footer__nav-heading button[data-expander-toggle], .main-navigation a[data-expander-toggle],
  .main-navigation button[data-expander-toggle], .faqs-tabs-accordion-toggle[data-expander-toggle], .prod-toolbox__toggle[data-expander-toggle], .search-catalog__categories-toggle[data-expander-toggle] {
    padding-right: 2rem; }
    .toggle-plus[data-expander-toggle]:before, .footer__nav-heading button[data-expander-toggle]:before, .main-navigation a[data-expander-toggle]:before,
    .main-navigation button[data-expander-toggle]:before, .faqs-tabs-accordion-toggle[data-expander-toggle]:before, .prod-toolbox__toggle[data-expander-toggle]:before, .search-catalog__categories-toggle[data-expander-toggle]:before, .toggle-plus[data-expander-toggle]:after, .footer__nav-heading button[data-expander-toggle]:after, .main-navigation a[data-expander-toggle]:after,
    .main-navigation button[data-expander-toggle]:after, .faqs-tabs-accordion-toggle[data-expander-toggle]:after, .prod-toolbox__toggle[data-expander-toggle]:after, .search-catalog__categories-toggle[data-expander-toggle]:after {
      content: '';
      display: block;
      width: 14px;
      height: 4px;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 1rem;
      background-color: #C01823;
      position: absolute;
      transition: all .2s;
      transform: translateY(-55%) translateX(10px) rotate(0deg); }
      @media (min-width: 60em) {
        .toggle-plus[data-expander-toggle]:before, .footer__nav-heading button[data-expander-toggle]:before, .main-navigation a[data-expander-toggle]:before,
        .main-navigation button[data-expander-toggle]:before, .faqs-tabs-accordion-toggle[data-expander-toggle]:before, .prod-toolbox__toggle[data-expander-toggle]:before, .search-catalog__categories-toggle[data-expander-toggle]:before, .toggle-plus[data-expander-toggle]:after, .footer__nav-heading button[data-expander-toggle]:after, .main-navigation a[data-expander-toggle]:after,
        .main-navigation button[data-expander-toggle]:after, .faqs-tabs-accordion-toggle[data-expander-toggle]:after, .prod-toolbox__toggle[data-expander-toggle]:after, .search-catalog__categories-toggle[data-expander-toggle]:after {
          right: 1rem; } }
    .toggle-plus[data-expander-toggle]:after, .footer__nav-heading button[data-expander-toggle]:after, .main-navigation a[data-expander-toggle]:after,
    .main-navigation button[data-expander-toggle]:after, .faqs-tabs-accordion-toggle[data-expander-toggle]:after, .prod-toolbox__toggle[data-expander-toggle]:after, .search-catalog__categories-toggle[data-expander-toggle]:after {
      transform: translateY(-55%) translateX(10px) rotate(90deg);
      transition: all .2s; }
    .toggle-plus[data-expander-toggle].active:after, .footer__nav-heading button[data-expander-toggle].active:after, .main-navigation a[data-expander-toggle].active:after,
    .main-navigation button[data-expander-toggle].active:after, .faqs-tabs-accordion-toggle[data-expander-toggle].active:after, .prod-toolbox__toggle[data-expander-toggle].active:after, .search-catalog__categories-toggle[data-expander-toggle].active:after {
      transform: translateY(-55%) translateX(10px) rotate(0deg);
      transition: all .2s; }

.toggle-chevron, .main-navigation > ul > li > ul > li > a,
.main-navigation > ul > li > ul > li > button,
.main-navigation .main-navigation-mega > ul > li > ul > li > a,
.main-navigation .main-navigation-mega > ul > li > ul > li > button {
  display: block;
  border: 0;
  background: none;
  cursor: pointer; }
  .toggle-chevron:hover, .main-navigation > ul > li > ul > li > a:hover,
  .main-navigation > ul > li > ul > li > button:hover,
  .main-navigation .main-navigation-mega > ul > li > ul > li > a:hover,
  .main-navigation .main-navigation-mega > ul > li > ul > li > button:hover, .toggle-chevron:focus, .main-navigation > ul > li > ul > li > a:focus,
  .main-navigation > ul > li > ul > li > button:focus,
  .main-navigation .main-navigation-mega > ul > li > ul > li > a:focus,
  .main-navigation .main-navigation-mega > ul > li > ul > li > button:focus {
    text-decoration: none;
    color: #C01823; }
  .toggle-chevron.active, .main-navigation > ul > li > ul > li > a.active,
  .main-navigation > ul > li > ul > li > button.active,
  .main-navigation .main-navigation-mega > ul > li > ul > li > a.active,
  .main-navigation .main-navigation-mega > ul > li > ul > li > button.active {
    color: #C01823; }
  .toggle-chevron[data-expander-toggle]:after, .main-navigation > ul > li > ul > li > a[data-expander-toggle]:after,
  .main-navigation > ul > li > ul > li > button[data-expander-toggle]:after,
  .main-navigation .main-navigation-mega > ul > li > ul > li > a[data-expander-toggle]:after,
  .main-navigation .main-navigation-mega > ul > li > ul > li > button[data-expander-toggle]:after {
    display: inline-block;
    border-right: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
    width: 10px;
    height: 10px;
    transform: translateY(-55%) translateX(8px) rotate(45deg);
    background-color: transparent;
    cursor: pointer; }
  .toggle-chevron[data-expander-toggle]:before, .main-navigation > ul > li > ul > li > a[data-expander-toggle]:before,
  .main-navigation > ul > li > ul > li > button[data-expander-toggle]:before,
  .main-navigation .main-navigation-mega > ul > li > ul > li > a[data-expander-toggle]:before,
  .main-navigation .main-navigation-mega > ul > li > ul > li > button[data-expander-toggle]:before {
    display: none; }
  .toggle-chevron[data-expander-toggle].active:after, .main-navigation > ul > li > ul > li > a[data-expander-toggle].active:after,
  .main-navigation > ul > li > ul > li > button[data-expander-toggle].active:after,
  .main-navigation .main-navigation-mega > ul > li > ul > li > a[data-expander-toggle].active:after,
  .main-navigation .main-navigation-mega > ul > li > ul > li > button[data-expander-toggle].active:after {
    transform: translateY(0) translateX(8px) rotate(225deg);
    transition: all .2s; }

.btn--play, .slider-product-single__thumb--video {
  position: relative;
  display: flex;
  color: #C01823;
  padding-left: 3rem; }
  .btn--play::before, .slider-product-single__thumb--video::before {
    content: '';
    width: 2rem;
    height: 2rem;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 20rem;
    border: 2px solid currentColor; }
  .btn--play:after, .slider-product-single__thumb--video:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 13px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor; }

.btn--search-landing {
  background-color: #C01823;
  border: none;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px; }
  .btn--search-landing svg {
    width: 100%;
    height: 100%; }

.equipment-new__slider-btn, .logos-carousel-btn, .hero-slider-btn, .promo__slider-btn, .carousel__slider-btn {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  color: #42444C;
  justify-content: center;
  padding: 0;
  margin: auto 0;
  transition: all .2s; }
  .equipment-new__slider-btn svg, .logos-carousel-btn svg, .hero-slider-btn svg, .promo__slider-btn svg, .carousel__slider-btn svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor; }
    .equipment-new__slider-btn svg:hover, .logos-carousel-btn svg:hover, .hero-slider-btn svg:hover, .promo__slider-btn svg:hover, .carousel__slider-btn svg:hover, .equipment-new__slider-btn svg:focus, .logos-carousel-btn svg:focus, .hero-slider-btn svg:focus, .promo__slider-btn svg:focus, .carousel__slider-btn svg:focus {
      opacity: .7; }
  .equipment-new__slider-btn--pause, .hero-slider-btn--pause, .promo__slider-btn--pause {
    box-sizing: border-box;
    height: 16px;
    border-color: transparent transparent transparent currentColor;
    transition: .2s all ease;
    will-change: border-width;
    cursor: pointer;
    align-self: center;
    padding: 0;
    border-style: double;
    border-width: 0px 0 0px 15px; }
    .pause.equipment-new__slider-btn--pause, .pause.hero-slider-btn--pause, .pause.promo__slider-btn--pause {
      border-style: solid;
      border-width: 8px 0 8px 15px; }
    .equipment-new__slider-btn--pause:hover, .hero-slider-btn--pause:hover, .promo__slider-btn--pause:hover, .equipment-new__slider-btn--pause:focus, .hero-slider-btn--pause:focus, .promo__slider-btn--pause:focus {
      opacity: .7; }
  .logos-carousel-btn--mobile, .hero-slider-btn--mobile, .carousel__slider-btn--mobile {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 35px;
    height: 35px; }
    .logos-carousel-btn--mobile svg, .hero-slider-btn--mobile svg, .carousel__slider-btn--mobile svg {
      height: 18px;
      fill: currentColor; }
    .logos-carousel-btn--mobile:hover, .hero-slider-btn--mobile:hover, .carousel__slider-btn--mobile:hover, .logos-carousel-btn--mobile:focus, .hero-slider-btn--mobile:focus, .carousel__slider-btn--mobile:focus {
      opacity: .7; }
    @media (min-width: 60em) {
      .logos-carousel-btn--mobile, .hero-slider-btn--mobile, .carousel__slider-btn--mobile {
        background-color: transparent;
        color: #707070; } }
  .equipment-new__slider-btn--prev, .logos-carousel-btn--prev, .hero-slider-btn--prev, .hero-slider-btn--next, .promo__slider-btn--prev {
    padding: 0; }
  .equipment-new__slider-btn--next, .logos-carousel-btn--next, .promo__slider-btn--next {
    padding: 0; }
  .equipment-new__slider-btn--dots, .promo__slider-btn--dots {
    margin: 0;
    padding: 0;
    list-style: none; }
    .equipment-new__slider-btn--dots li, .promo__slider-btn--dots li {
      border: solid 2px currentColor;
      border-radius: 50%;
      width: .8rem;
      height: .8rem;
      cursor: pointer;
      margin: 0 .5rem;
      transition: all .2s; }
      .equipment-new__slider-btn--dots li:hover, .promo__slider-btn--dots li:hover, .equipment-new__slider-btn--dots li:focus, .promo__slider-btn--dots li:focus {
        border-color: currentColor;
        box-shadow: inset 0 0 2px #444; }
      .equipment-new__slider-btn--dots li.slick-active, .promo__slider-btn--dots li.slick-active {
        background-color: currentColor;
        border: solid 2px currentColor; }
      .equipment-new__slider-btn--dots li button, .promo__slider-btn--dots li button {
        line-height: 0;
        font-size: 0;
        height: 0.8rem;
        width: 0.8rem;
        position: absolute;
        border: none;
        background: transparent;
        cursor: pointer; }

.target-show {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: toggleTargetShow; }

.target-hide {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: toggleTargetHide; }

[data-expander-target] {
  display: none; }

[data-expander-target].active {
  display: block; }

[data-expander-target].target-show {
  animation-name: toggleTargetShow; }

[data-expander-target].target-hide {
  animation-name: toggleTargetHide; }

@keyframes toggleTargetShow {
  from {
    opacity: 0;
    transform: translateY(-10%); }
  to {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes toggleTargetHide {
  from {
    opacity: 1;
    transform: translateY(0%); }
  to {
    opacity: 0;
    transform: translateY(-10%); } }

/* ================================================================
   Table Theme Styles
   ================================================================ */
table {
  margin: 1em 0; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 0;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive, .calendar-main {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered, .calendar-main > .table-bordered {
  border: 0; }

.table-content {
  width: calc(100% + 15px*2);
  margin: 0 -15px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px; }
  @media (min-width: 60em) {
    .table-content {
      width: 100%;
      margin: 0; } }
  .table-content thead {
    display: none; }
    @media (min-width: 60em) {
      .table-content thead {
        display: table-header-group; } }
    .table-content thead tr {
      background-color: #EBECED;
      border-bottom: 1px solid #D6D6D6;
      font-size: 16px; }
    .table-content thead td {
      color: #42444C;
      font-weight: 700; }
  .table-content tr:nth-child(even) {
    background-color: #EBECED; }
  .table-content tr {
    display: flex;
    flex-direction: column;
    padding: 8px 0; }
    @media (min-width: 60em) {
      .table-content tr {
        flex-direction: row;
        justify-content: space-around; } }
  .table-content td {
    flex: 1;
    padding: 5px 15px; }
    .table-content td:not(:last-child) {
      margin-right: 15px; }
    .table-content td::before {
      content: attr(data-label);
      margin-right: 5px;
      font-weight: bold;
      color: #42444C;
      text-transform: uppercase; }
      @media (min-width: 60em) {
        .table-content td::before {
          content: none; } }
  .table-content a {
    color: #C01823;
    text-decoration: underline; }

@media (min-width: 60em) {
  .table-content td:nth-child(2) {
    min-width: 240px; } }

@media (min-width: 60em) {
  .class-filters {
    display: flex;
    align-items: center;
    margin-bottom: 15px; } }

.filter-wrap {
  position: relative;
  margin-bottom: 8px; }
  @media (min-width: 60em) {
    .filter-wrap {
      margin-right: 8px; } }
  .filter-wrap::after {
    content: '';
    border: solid #C01823;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    bottom: 20px;
    right: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.filter-wrap label {
  position: absolute;
  top: 10px;
  left: 16px;
  pointer-events: none; }

.filter-wrap select {
  appearance: none;
  padding: 23px 25px 0 15px;
  height: 70px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #33353C;
  width: 100%; }

@media (min-width: 60em) {
  .filter-wrap--mobile {
    display: none; } }

.is-full {
  position: relative; }
  .is-full::after {
    content: '';
    position: absolute;
    top: 22px;
    width: 100%;
    border: 1px solid #C01823;
    opacity: .8; }

.is-full__td {
  color: #C01823; }

/* ================================================================
   Variables
   ================================================================ */
/* ================================================================
   Required
   ================================================================ */
.required-indicator {
  position: relative;
  padding-left: 10px; }
  .required-indicator:before {
    display: block;
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
    color: red; }

/* ================================================================
   Controls/Inputs
   ================================================================ */
label {
  vertical-align: middle; }

input {
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #D9D9DB;
  border-radius: 0;
  vertical-align: middle;
  height: 50px;
  max-width: 100%;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  input:hover, input:focus {
    border-color: #42444C; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  border-radius: 0;
  vertical-align: middle;
  height: auto; }

input[type="file"] {
  height: auto;
  padding-top: 0.345rem;
  padding-bottom: 0.345rem; }

select {
  border: 2px solid #D9D9DB;
  vertical-align: middle;
  height: 50px;
  padding: 5px 10px;
  max-width: 100%; }
  select[multiple] {
    height: auto; }
  select:hover, select:focus {
    border-color: #42444C; }

textarea {
  padding: 5px 10px;
  min-height: 100px;
  border: 2px solid #D9D9DB;
  border-radius: 0;
  background: #ffffff;
  max-width: 100%;
  transition: all 0.2s ease-in-out; }
  textarea:hover, textarea:focus {
    border-color: #42444C; }

button {
  vertical-align: middle; }

/* ================================================================
   Kentico CMS
   ================================================================ */
.InfoLabel {
  color: #225894; }

.ErrorLabel {
  color: #C01823; }

.EditingFormErrorLabel {
  display: block;
  color: #C01823;
  margin: 20px 0 0 0; }

.FormPanel {
  display: block;
  max-width: 30em; }
  .FormPanel table.EditingFormTable {
    width: 100%; }
    .FormPanel table.EditingFormTable thead,
    .FormPanel table.EditingFormTable tbody,
    .FormPanel table.EditingFormTable tr,
    .FormPanel table.EditingFormTable td {
      display: block; }
    .FormPanel table.EditingFormTable tr {
      padding: 20px 0;
      border-top: 1px solid #b8b8b8; }
      .FormPanel table.EditingFormTable tr:first-child {
        border-top: none; }
    .FormPanel table.EditingFormTable label,
    .FormPanel table.EditingFormTable .EditingFormLabel {
      display: block;
      margin: 0 0 20px;
      font-weight: bold; }
    .FormPanel table.EditingFormTable input,
    .FormPanel table.EditingFormTable select,
    .FormPanel table.EditingFormTable textarea {
      width: 100%; }
      .FormPanel table.EditingFormTable input[type="checkbox"], .FormPanel table.EditingFormTable input[type="radio"],
      .FormPanel table.EditingFormTable select[type="checkbox"],
      .FormPanel table.EditingFormTable select[type="radio"],
      .FormPanel table.EditingFormTable textarea[type="checkbox"],
      .FormPanel table.EditingFormTable textarea[type="radio"] {
        width: auto; }
    .FormPanel table.EditingFormTable .ExplanationText {
      margin: 20px 0 0 0;
      font-size: 14px;
      font-size: 0.875rem; }
    .FormPanel table.EditingFormTable .checkbox {
      display: inline-block; }
    .FormPanel table.EditingFormTable .single-checkbox-field {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      .FormPanel table.EditingFormTable .single-checkbox-field label {
        margin: 0 20px 0 0; }
      .FormPanel table.EditingFormTable .single-checkbox-field .EditingFormValueCell {
        font-size: 0; }
      .FormPanel table.EditingFormTable .single-checkbox-field .ExplanationText {
        font-size: 14px;
        font-size: 0.875rem; }
    .FormPanel table.EditingFormTable .multi-checkbox-field label {
      display: inline-block;
      margin: 0;
      font-weight: normal; }
    .FormPanel table.EditingFormTable .multi-checkbox-field input {
      display: inline-block;
      width: auto; }
    .FormPanel table.EditingFormTable .radio-list-field label {
      display: inline-block;
      margin: 0;
      font-weight: normal; }
    .FormPanel table.EditingFormTable .radio-list-field input {
      display: inline-block;
      width: auto; }
    .FormPanel table.EditingFormTable .date-picker-field input {
      margin: 0 0 20px 0; }
    .FormPanel table.EditingFormTable .date-picker-field button {
      width: 100%;
      margin: 0 0 20px 0; }
    .FormPanel table.EditingFormTable .date-picker-field .calendar-action {
      display: none; }
    .FormPanel table.EditingFormTable .date-picker-field .form-control-text {
      width: 100%; }
    .FormPanel table.EditingFormTable .captcha-field .CaptchaTable {
      width: 100%;
      margin: 0;
      font-size: 0;
      border-collapse: collapse; }
      .FormPanel table.EditingFormTable .captcha-field .CaptchaTable tr {
        border: none;
        padding: 0; }
      .FormPanel table.EditingFormTable .captcha-field .CaptchaTable input {
        font-size: 16px;
        font-size: 1rem;
        margin: 20px 0; }
    .FormPanel table.EditingFormTable .phone-field .editing-form-control-nested-control {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 20em; }
      .FormPanel table.EditingFormTable .phone-field .editing-form-control-nested-control span {
        flex: 0 0 auto;
        margin: 0 5px; }
      .FormPanel table.EditingFormTable .phone-field .editing-form-control-nested-control input {
        min-width: 0;
        flex: 1 1 100%; }
    .FormPanel table.EditingFormTable .MediaSelectorHeader input:not(:last-child) {
      margin-bottom: 20px; }
    .FormPanel table.EditingFormTable .icon-calendar + .sr-only {
      display: inline-block;
      overflow: visible;
      position: static;
      clip: auto;
      width: auto;
      height: auto; }

#ui-datepicker-div {
  z-index: 8999 !important; }
  #ui-datepicker-div .datetime-ui-datepicker-prev,
  #ui-datepicker-div .datetime-ui-datepicker-next {
    display: none; }
  html[class^="js-"] #ui-datepicker-div .action-buttons {
    display: none; }

@media (min-width: 60em) {
  .FormPanel {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.form {
  display: flex;
  flex-direction: column; }
  .form__group {
    position: relative;
    display: flex;
    align-content: center; }
  .form__input {
    font-size: 1rem;
    font-family: inherit;
    padding: 32px 0 12px;
    width: 100%;
    display: block;
    appearance: none;
    transition: all .2s;
    background-color: transparent;
    border: transparent;
    border-bottom: 3px solid currentColor; }
    .form__input:hover, .form__input:focus {
      outline: none; }
  .form__input:placeholder-shown + .form__label {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem); }
  .form__input:placeholder-shown {
    padding: 22px 0; }
  .form__label {
    font-size: .8rem;
    font-weight: 700;
    margin-top: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 2%;
    transition: all .3s;
    color: currentColor; }
  .form__radio-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 2rem;
    height: 2rem; }
  .form__radio-label {
    cursor: pointer;
    position: relative;
    padding: 2px 16px 0 24px;
    color: #42444C;
    font-size: 14px; }
  .form__radio-button {
    height: 18px;
    width: 18px;
    border: 1px solid #42444C;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: .1rem; }
    .form__radio-button::after {
      content: "";
      display: block;
      height: 14px;
      width: 14px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #42444C;
      border-radius: 50%;
      opacity: 0;
      transition: opacity .2s; }
  .form__radio-input:checked ~ .form__radio-label .form__radio-button:after {
    opacity: 1; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form input {
      padding: 20px 0 0; }
    .form label {
      display: none; } }

div[id*='form-'],
.form-field {
  margin: 0 0 20px; }
  @media (min-width: 60em) {
    div[id*='form-'] p,
    .form-field p {
      font-size: 20px;
      font-size: 1.25rem; } }
  div[id*='form-'].inline-form--slim,
  .form-field.inline-form--slim {
    max-width: 660px;
    margin: 0 0 20px; }
  div[id*='form-'] form,
  .form-field form {
    width: 100%;
    margin: 0 auto; }
  div[id*='form-'] label,
  .form-field label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px;
    color: #42444C;
    text-align: left; }
    div[id*='form-'] label.required-form-field:after,
    .form-field label.required-form-field:after {
      content: '*';
      color: #C01823; }
  div[id*='form-'] input[type="text"],
  div[id*='form-'] input[type="tel"],
  div[id*='form-'] input[type="number"],
  div[id*='form-'] input[type="email"],
  div[id*='form-'] input[type="file"],
  div[id*='form-'] input[type="password"],
  div[id*='form-'] select,
  div[id*='form-'] textarea,
  .form-field input[type="text"],
  .form-field input[type="tel"],
  .form-field input[type="number"],
  .form-field input[type="email"],
  .form-field input[type="file"],
  .form-field input[type="password"],
  .form-field select,
  .form-field textarea {
    width: 100%;
    background: #fff;
    font-family: "Montserrat", sans-serif; }
    div[id*='form-'] input[type="text"][type="checkbox"], div[id*='form-'] input[type="text"][type="radio"],
    div[id*='form-'] input[type="tel"][type="checkbox"],
    div[id*='form-'] input[type="tel"][type="radio"],
    div[id*='form-'] input[type="number"][type="checkbox"],
    div[id*='form-'] input[type="number"][type="radio"],
    div[id*='form-'] input[type="email"][type="checkbox"],
    div[id*='form-'] input[type="email"][type="radio"],
    div[id*='form-'] input[type="file"][type="checkbox"],
    div[id*='form-'] input[type="file"][type="radio"],
    div[id*='form-'] input[type="password"][type="checkbox"],
    div[id*='form-'] input[type="password"][type="radio"],
    div[id*='form-'] select[type="checkbox"],
    div[id*='form-'] select[type="radio"],
    div[id*='form-'] textarea[type="checkbox"],
    div[id*='form-'] textarea[type="radio"],
    .form-field input[type="text"][type="checkbox"],
    .form-field input[type="text"][type="radio"],
    .form-field input[type="tel"][type="checkbox"],
    .form-field input[type="tel"][type="radio"],
    .form-field input[type="number"][type="checkbox"],
    .form-field input[type="number"][type="radio"],
    .form-field input[type="email"][type="checkbox"],
    .form-field input[type="email"][type="radio"],
    .form-field input[type="file"][type="checkbox"],
    .form-field input[type="file"][type="radio"],
    .form-field input[type="password"][type="checkbox"],
    .form-field input[type="password"][type="radio"],
    .form-field select[type="checkbox"],
    .form-field select[type="radio"],
    .form-field textarea[type="checkbox"],
    .form-field textarea[type="radio"] {
      width: auto; }
    div[id*='form-'] input[type="text"].input-validation-error,
    div[id*='form-'] input[type="tel"].input-validation-error,
    div[id*='form-'] input[type="number"].input-validation-error,
    div[id*='form-'] input[type="email"].input-validation-error,
    div[id*='form-'] input[type="file"].input-validation-error,
    div[id*='form-'] input[type="password"].input-validation-error,
    div[id*='form-'] select.input-validation-error,
    div[id*='form-'] textarea.input-validation-error,
    .form-field input[type="text"].input-validation-error,
    .form-field input[type="tel"].input-validation-error,
    .form-field input[type="number"].input-validation-error,
    .form-field input[type="email"].input-validation-error,
    .form-field input[type="file"].input-validation-error,
    .form-field input[type="password"].input-validation-error,
    .form-field select.input-validation-error,
    .form-field textarea.input-validation-error {
      border: 2px solid #C01823; }
  div[id*='form-'] input[type=checkbox], div[id*='form-'] input[type=radio],
  .form-field input[type=checkbox],
  .form-field input[type=radio] {
    float: left;
    margin: 4px 5px 5px 0; }
  div[id*='form-'] .ktc-checkbox, div[id*='form-'] .ktc-radio,
  .form-field .ktc-checkbox,
  .form-field .ktc-radio {
    display: flex;
    align-items: flex-start;
    position: relative; }
    div[id*='form-'] .ktc-checkbox label, div[id*='form-'] .ktc-radio label,
    .form-field .ktc-checkbox label,
    .form-field .ktc-radio label {
      width: 100%;
      font-weight: normal;
      cursor: pointer; }
    div[id*='form-'] .ktc-checkbox input[type=checkbox], div[id*='form-'] .ktc-radio input[type=checkbox],
    .form-field .ktc-checkbox input[type=checkbox],
    .form-field .ktc-radio input[type=checkbox] {
      margin: 0 5px;
      flex: 1;
      width: 20px;
      height: 20px;
      opacity: 0;
      /* Custom checkbox */
      /* Checkmark/indicator (hidden when not checked) */ }
      div[id*='form-'] .ktc-checkbox input[type=checkbox] ~ label::before, div[id*='form-'] .ktc-checkbox input[type=checkbox] ~ label::after, div[id*='form-'] .ktc-radio input[type=checkbox] ~ label::before, div[id*='form-'] .ktc-radio input[type=checkbox] ~ label::after,
      .form-field .ktc-checkbox input[type=checkbox] ~ label::before,
      .form-field .ktc-checkbox input[type=checkbox] ~ label::after,
      .form-field .ktc-radio input[type=checkbox] ~ label::before,
      .form-field .ktc-radio input[type=checkbox] ~ label::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 1px solid #707070;
        cursor: pointer; }
      div[id*='form-'] .ktc-checkbox input[type=checkbox]:checked ~ label::after, div[id*='form-'] .ktc-radio input[type=checkbox]:checked ~ label::after,
      .form-field .ktc-checkbox input[type=checkbox]:checked ~ label::after,
      .form-field .ktc-radio input[type=checkbox]:checked ~ label::after {
        display: none; }
      div[id*='form-'] .ktc-checkbox input[type=checkbox]:checked ~ label::after, div[id*='form-'] .ktc-radio input[type=checkbox]:checked ~ label::after,
      .form-field .ktc-checkbox input[type=checkbox]:checked ~ label::after,
      .form-field .ktc-radio input[type=checkbox]:checked ~ label::after {
        content: "";
        position: absolute;
        display: block;
        background-color: #707070;
        border: none;
        width: 14px;
        height: 14px;
        top: 2px;
        left: 2px; }
    div[id*='form-'] .ktc-checkbox input[type=radio], div[id*='form-'] .ktc-radio input[type=radio],
    .form-field .ktc-checkbox input[type=radio],
    .form-field .ktc-radio input[type=radio] {
      margin: 5px 10px 0 0;
      flex: 1;
      width: 20px;
      opacity: 0;
      /* Custom checkbox */
      /* Checkmark/indicator (hidden when not checked) */ }
      div[id*='form-'] .ktc-checkbox input[type=radio] ~ label::before, div[id*='form-'] .ktc-checkbox input[type=radio] ~ label::after, div[id*='form-'] .ktc-radio input[type=radio] ~ label::before, div[id*='form-'] .ktc-radio input[type=radio] ~ label::after,
      .form-field .ktc-checkbox input[type=radio] ~ label::before,
      .form-field .ktc-checkbox input[type=radio] ~ label::after,
      .form-field .ktc-radio input[type=radio] ~ label::before,
      .form-field .ktc-radio input[type=radio] ~ label::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: 100%;
        cursor: pointer; }
      div[id*='form-'] .ktc-checkbox input[type=radio]:checked ~ label::after, div[id*='form-'] .ktc-radio input[type=radio]:checked ~ label::after,
      .form-field .ktc-checkbox input[type=radio]:checked ~ label::after,
      .form-field .ktc-radio input[type=radio]:checked ~ label::after {
        display: none; }
      div[id*='form-'] .ktc-checkbox input[type=radio]:checked ~ label::after, div[id*='form-'] .ktc-radio input[type=radio]:checked ~ label::after,
      .form-field .ktc-checkbox input[type=radio]:checked ~ label::after,
      .form-field .ktc-radio input[type=radio]:checked ~ label::after {
        content: "";
        position: absolute;
        display: block;
        background-color: #707070;
        border: none;
        width: 14px;
        height: 14px;
        top: 2px;
        left: 2px; }
  div[id*='form-'] .ktc-radio-list,
  .form-field .ktc-radio-list {
    display: block; }
  div[id*='form-'] .field-validation-error,
  .form-field .field-validation-error {
    color: #C01823;
    font-size: 14px;
    margin: 3px 0 0 0; }
  div[id*='form-'] input[type="submit"],
  .form-field input[type="submit"] {
    background-color: #C01823;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase; }
    @media (min-width: 60em) {
      div[id*='form-'] input[type="submit"],
      .form-field input[type="submit"] {
        width: auto;
        margin-left: auto;
        display: block;
        padding: 0 80px; } }
  div[id*='form-'] strong,
  .form-field strong {
    color: #42444C; }
  div[id*='form-'] .form-image-list,
  .form-field .form-image-list {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  div[id*='form-'] .form-image-list__item,
  .form-field .form-image-list__item {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px; }
  div[id*='form-'] .form-image-list__image,
  .form-field .form-image-list__image {
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 0 5px; }
    div[id*='form-'] .form-image-list__image:before,
    .form-field .form-image-list__image:before {
      content: '';
      padding-bottom: 100%;
      display: block; }
  div[id*='form-'] .form-image-list__name,
  .form-field .form-image-list__name {
    font-weight: 600; }
  @media (min-width: 30em) {
    div[id*='form-'] .form-image-list__item,
    .form-field .form-image-list__item {
      width: 33.33%; } }
  @media (min-width: 48em) {
    div[id*='form-'] .form-image-list__item,
    .form-field .form-image-list__item {
      width: 25%; } }
  @media (min-width: 60em) {
    div[id*='form-'] .form-image-list__item,
    .form-field .form-image-list__item {
      width: 20%; } }
  @media (min-width: 71.25em) {
    div[id*='form-'] .form-image-list__item,
    .form-field .form-image-list__item {
      width: 16.66%; } }

.form-content, .ktc-default-section {
  text-align: left; }

.col-form-make-offer .editing-form-control-nested-control input {
  position: relative; }
  .col-form-make-offer .editing-form-control-nested-control input + div::before {
    content: '$';
    display: block;
    position: absolute;
    top: 38px;
    left: 28px;
    font-weight: 600;
    color: #42444C;
    font-size: 18px; }

.col-form-make-offer input {
  padding-left: 30px; }
  @media (min-width: 60em) {
    .col-form-make-offer input {
      max-width: 300px; } }

.form-thumbnails__grid {
  display: flex;
  flex-wrap: wrap; }

.form-thumbnails__item {
  width: 50%;
  margin-bottom: 10px; }
  @media (min-width: 60em) {
    .form-thumbnails__item {
      width: 33.33%; } }
  @media (min-width: 71.25em) {
    .form-thumbnails__item {
      width: 16.66%; } }
  .form-thumbnails__item .ktc-checkbox .form-control {
    position: absolute;
    bottom: 5px;
    left: 0; }
  .form-thumbnails__item .ktc-checkbox label .form-thumbnails__name {
    padding: 0 0 0 25px;
    margin: 10px 0 0;
    display: block;
    position: relative; }
    .form-thumbnails__item .ktc-checkbox label .form-thumbnails__name:before, .form-thumbnails__item .ktc-checkbox label .form-thumbnails__name:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 18px;
      width: 18px;
      background-color: #fff;
      border: 1px solid #707070;
      cursor: pointer; }
  .form-thumbnails__item .ktc-checkbox label img {
    border: 1px solid #707070; }
  .form-thumbnails__item .ktc-checkbox input[type=checkbox] {
    /* Custom checkbox */
    /* Checkmark/indicator (hidden when not checked) */ }
    .form-thumbnails__item .ktc-checkbox input[type=checkbox] ~ label::before, .form-thumbnails__item .ktc-checkbox input[type=checkbox] ~ label::after {
      display: none !important; }
    .form-thumbnails__item .ktc-checkbox input[type=checkbox]:checked ~ label .form-thumbnails__name:after {
      display: none; }
    .form-thumbnails__item .ktc-checkbox input[type=checkbox]:checked ~ label .form-thumbnails__name:after {
      content: "";
      position: absolute;
      display: block;
      background-color: #707070;
      border: none;
      width: 14px;
      height: 14px;
      top: 2px;
      left: 2px; }

.form-thumbnails__item-inner {
  padding: 0 10px; }

.form-thumbnails__disclaimer {
  font-size: 1rem; }

.trainingClassForm p {
  font-size: 1rem;
  margin-bottom: 5px; }

.trainingClassForm strong {
  color: #42444C; }

.trainingClassForm .text-right {
  text-align: left; }
  @media (min-width: 60em) {
    .trainingClassForm .text-right {
      text-align: right; } }

.trainingClassForm h3 {
  margin-bottom: 10px; }

.trainingClassForm .form-section {
  margin-bottom: 30px; }

.trainingClassForm .btn, .trainingClassForm .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .trainingClassForm .form-control-text {
  text-transform: uppercase;
  font-weight: 700; }

.trainingClassForm__submit {
  text-align: right; }

.trainingClassForm__pagination {
  display: flex;
  justify-content: center; }
  .trainingClassForm__pagination button {
    margin-right: 10px;
    border: none;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    color: #42444C;
    cursor: pointer; }
    .trainingClassForm__pagination button.active {
      color: #C01823;
      font-weight: 700; }
    .trainingClassForm__pagination button[disabled] {
      cursor: default; }

html {
  scroll-behavior: smooth; }

.custom-hawk {
  font-family: "Montserrat", sans-serif !important; }
  .custom-hawk .hawk-results__listing {
    display: block; }
  .custom-hawk .hawk-results__top-tool-row .hawk-tool-row, .custom-hawk .hawk-results__bottom-tool-row .hawk-tool-row {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end; }
  .custom-hawk .hawk-results__top-tool-row .hawk-tool-row__item, .custom-hawk .hawk-results__bottom-tool-row .hawk-tool-row__item {
    padding: 0 0 15px 0;
    margin: 0;
    width: 100%; }
  @media (min-width: 36em) {
    .custom-hawk .hawk-results__top-tool-row .hawk-pagination__controls, .custom-hawk .hawk-results__bottom-tool-row .hawk-pagination__controls {
      width: 70%;
      margin-right: 0;
      padding-right: 20px; } }
  .custom-hawk .hawk-results__top-tool-row .hawk-pagination__controls .pagination__link, .custom-hawk .hawk-results__bottom-tool-row .hawk-pagination__controls .pagination__link {
    flex: 1; }
  @media (min-width: 36em) {
    .custom-hawk .hawk-results__top-tool-row .hawk-items-per-page, .custom-hawk .hawk-results__bottom-tool-row .hawk-items-per-page {
      width: 30%; } }
  .custom-hawk .hawk-results__bottom-tool-row .hawk-sorting {
    display: none; }
  .custom-hawk .blog-listing__title {
    word-break: normal; }
  .custom-hawk input.hawk-pagination__input {
    border: 2px solid #D6D6D6 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 100% !important;
    appearance: none;
    background-color: transparent;
    height: 50px !important;
    color: #000 !important;
    border-radius: 0 !important;
    vertical-align: middle;
    box-shadow: none !important; }
  .custom-hawk .hawk-sorting {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    margin-left: auto; }
    .custom-hawk .hawk-sorting::after {
      position: absolute;
      right: 1rem;
      color: #C01823;
      pointer-events: none; }
  .custom-hawk .hawk-sorting > .hawk-sorting__label {
    padding-left: 1rem;
    position: absolute;
    pointer-events: none;
    font-family: "Montserrat", sans-serif; }
  .custom-hawk .hawk-sorting > select {
    border: 2px solid #D6D6D6;
    padding: 0 35px 0 90px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 100%;
    appearance: none;
    background-color: transparent;
    height: 50px;
    color: #000;
    border-radius: 0;
    vertical-align: middle;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
    .custom-hawk .hawk-sorting > select:active, .custom-hawk .hawk-sorting > select:focus {
      border-color: #C01823; }
  .custom-hawk .hawk-items-per-page {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    margin-left: auto; }
    @media (min-width: 60em) {
      .custom-hawk .hawk-items-per-page {
        margin-left: auto; } }
    .custom-hawk .hawk-items-per-page::after {
      position: absolute;
      right: 1rem;
      color: #C01823;
      pointer-events: none; }
    .custom-hawk .hawk-items-per-page > select {
      border: 2px solid #D6D6D6;
      padding: 0 35px 0 10px;
      cursor: pointer;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 100%;
      appearance: none;
      background-color: transparent;
      height: 50px;
      color: #000;
      border-radius: 0;
      vertical-align: middle;
      box-shadow: none;
      -webkit-appearance: none;
      appearance: none; }
      .custom-hawk .hawk-items-per-page > select:active, .custom-hawk .hawk-items-per-page > select:focus {
        border-color: #C01823; }
  .custom-hawk.facet .hawk-facet-rail__selections, .custom-hawk.facet .hawk-results__bottom-tool-row, .custom-hawk.facet ul.hawk-facet-rail__facet-list {
    border: 0; }
  .custom-hawk.facet .hawk__body {
    display: block; }
    @media (min-width: 60em) {
      .custom-hawk.facet .hawk__body {
        display: flex;
        align-items: flex-start; } }
  .custom-hawk.facet .hawk-facet-rail {
    background-color: #fff;
    border: none; }
    @media (min-width: 60em) {
      .custom-hawk.facet .hawk-facet-rail {
        width: 300px; } }
  .custom-hawk.facet .hawk-facet-rail__facet {
    border: 0; }
  .custom-hawk.facet .hawk-facet-rail__facet-list {
    border: 2px solid #D9D9DB; }
  .custom-hawk.facet .hawk-facet-rail__heading {
    background-color: #C01823;
    border: none;
    margin-bottom: -2px;
    position: relative;
    z-index: 1; }
    .custom-hawk.facet .hawk-facet-rail__heading:after {
      border-bottom: 15px solid #fff; }
  .custom-hawk.facet .hawk-facet-rail__facet-values {
    padding: 0; }
  .custom-hawk.facet .hawk-facet-rail__facet-btn-exclude h4, .custom-hawk.facet .hawk-facet-rail__facet-btn-exclude .hawk-facet-rail h4, .custom-hawk.facet .hawk-facet-rail__facet-heading h4 {
    color: #42444C;
    font-size: 20px; }
  .custom-hawk.facet .hawk-facet-rail__facet-btn-exclude .icon path:first-child, .custom-hawk.facet .hawk-facet-rail__facet-btn-exclude .hawk-facet-rail .icon path:first-child, .custom-hawk.facet .hawk-facet-rail__facet-heading .icon path:first-child {
    fill: #C01823; }
  .custom-hawk.facet .hawk-facet-rail__facet-btn-exclude .hawk-facet-rail__facet-btn-include path, .custom-hawk.facet .hawk-facet-rail__facet-btn-exclude .hawk-facet-rail .hawk-facet-rail__facet-btn-include path, .custom-hawk.facet .hawk-facet-rail__facet-heading .hawk-facet-rail__facet-btn-include path {
    fill: #fff !important; }
  .custom-hawk.facet .hawk-facet-rail__facet-btn-exclude {
    display: none;
    position: relative;
    z-index: 1;
    margin-left: 4px; }
    .custom-hawk.facet .hawk-facet-rail__facet-btn-exclude:hover, .custom-hawk.facet .hawk-facet-rail__facet-btn-exclude:focus, .custom-hawk.facet .hawk-facet-rail__facet-btn-exclude:active {
      box-shadow: none; }
  .custom-hawk.facet .hawk-facet-rail__facet-values {
    border: none; }
  .custom-hawk.facet .hawk-selections__category-wrapper {
    background-color: #F8F8F8; }
  .custom-hawk.facet .hawk-selections__category-remove {
    background-color: #C01823; }
  .custom-hawk.facet .hawk-selections__category-remove .icon path:first-child, .custom-hawk.facet .hawk-selections__item-remove .icon path:first-child {
    fill: #C01823 !important; }
  .custom-hawk.facet .hawk-btn-primary-outline:hover, .custom-hawk.facet .hawk-btn-primary-outline:active, .custom-hawk.facet .hawk-btn-primary-outline:focus {
    background-color: #C01823;
    border-color: #C01823; }
  .custom-hawk.facet ul.hawk-facet-rail__facet-list {
    display: flex;
    flex-wrap: wrap; }
    .custom-hawk.facet ul.hawk-facet-rail__facet-list li.hawk-facet-rail__facet-list-item {
      position: relative;
      padding: 6px 8px;
      margin-right: 8px;
      align-items: center; }
      .custom-hawk.facet ul.hawk-facet-rail__facet-list li.hawk-facet-rail__facet-list-item:hover {
        opacity: .8; }
  .custom-hawk.facet .hawk-facet-rail__facet-btn {
    margin: 0; }
    .custom-hawk.facet .hawk-facet-rail__facet-btn:hover, .custom-hawk.facet .hawk-facet-rail__facet-btn:focus, .custom-hawk.facet .hawk-facet-rail__facet-btn:active {
      color: inherit;
      border: none;
      box-shadow: none; }
      .custom-hawk.facet .hawk-facet-rail__facet-btn:hover .hawk-facet-rail__facet-name, .custom-hawk.facet .hawk-facet-rail__facet-btn:focus .hawk-facet-rail__facet-name, .custom-hawk.facet .hawk-facet-rail__facet-btn:active .hawk-facet-rail__facet-name {
        box-shadow: none; }
  .custom-hawk.facet span.hawk-facet-rail__facet-checkbox {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 2px solid #D9D9DB;
    pointer-events: none;
    z-index: 0;
    border-radius: 0; }
    .custom-hawk.facet span.hawk-facet-rail__facet-checkbox svg {
      display: none; }
    .custom-hawk.facet span.hawk-facet-rail__facet-checkbox.hawk-facet-rail__facet-checkbox--checked {
      background-color: #C01823;
      border-color: #C01823; }
      .custom-hawk.facet span.hawk-facet-rail__facet-checkbox.hawk-facet-rail__facet-checkbox--checked + .hawk-facet-rail__facet-name {
        color: #fff; }
  .custom-hawk.facet .hawk-facet-rail__facet-name {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    word-break: break-word;
    color: #42444C; }
  .custom-hawk.facet .hawk-facet-rail__facet__quick-lookup {
    display: none; }
  .custom-hawk.facet input {
    border-radius: 0 !important;
    font-family: "Montserrat", sans-serif; }
  .custom-hawk.facet .slider-progressbar {
    background-color: #C01823; }
  .custom-hawk.facet .slider {
    margin: 0; }
  .custom-hawk .hawk-results__listing h1,
  .custom-hawk .hawk-results__listing h2,
  .custom-hawk .hawk-results__listing h3,
  .custom-hawk .hawk-results__listing h4,
  .custom-hawk .hawk-results__listing h5,
  .custom-hawk .hawk-results__listing h6,
  .custom-hawk .hawk-results__listing p,
  .custom-hawk .hawk-results__listing a,
  .custom-hawk .hawk-results__listing ul,
  .custom-hawk .hawk-results__listing ol {
    word-break: normal; }
  .custom-hawk .hawk-results__top-tool-row .hawk-tool-row__item {
    width: auto;
    margin-left: 20px; }
  .custom-hawk .hawk-results__top-tool-row .hawk-tool-row {
    flex-direction: row;
    justify-content: flex-end; }
  .custom-hawk .hawk-results__top-tool-row .hawk-pagination__controls {
    display: none; }
  .custom-hawk .hawk-results__top-tool-row .hawk-items-per-page {
    width: 100%;
    max-width: 210px; }

.blog-listing__content.fullwidth {
  width: 100%; }

.no-sort .hawk-results__top-tool-row {
  display: none; }

/* ================================================================
Base styles
================================================================ */
.section-container--large {
  padding: 100px 0; }

.section-container--medium {
  padding: 50px 0; }

.section-container--small {
  padding: 20px 0; }

.section-container--no-padding {
  padding: 0; }

.site-header {
  position: relative;
  padding: 0;
  background: #fff; }

.header-utility-container {
  background-color: #42444C; }

.header-col {
  position: static; }

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0; }
  @media (min-width: 60em) {
    .header-top {
      position: relative;
      padding: 25px 0; } }

.header-logo {
  margin: 0 20px;
  font-size: 0;
  width: 144px; }
  @media (min-width: 60em) {
    .header-logo {
      width: 232px; } }
  .header-logo.alt-logo {
    width: 220px; }
    @media (min-width: 60em) {
      .header-logo.alt-logo {
        width: 250px; } }
  .header-logo a {
    display: block; }

.culture-selector {
  position: relative;
  margin: 0 20px 0 0; }

.culture-selector__button {
  display: flex;
  align-items: center; }
  .culture-selector__button:after {
    content: '';
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin: 0 0 0 7px; }

.culture-selector__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #42444C;
  background: #fff;
  z-index: 1001;
  display: none; }

.culture-selector__link {
  text-decoration: none;
  display: block;
  padding: 7px 15px; }
  .culture-selector__link:hover, .culture-selector__link:focus {
    background: #42444C;
    color: #fff;
    text-decoration: none; }

.header-search-trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  color: #42444C;
  flex: 0 0 auto; }
  @media (min-width: 60em) {
    .header-search-trigger {
      width: 30px;
      height: 30px; } }
  .header-search-trigger:hover, .header-search-trigger:focus {
    color: #C01823; }
  .header-search-trigger svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

.header-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 101;
  background: #42444C; }
  @media (min-width: 60em) {
    .header-search {
      top: 0;
      right: -15px;
      left: inherit; } }

.header-search-input {
  display: block;
  width: 100%;
  height: 40px;
  background: none;
  padding: 10px 0.938em;
  color: #fff; }
  .header-search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }
  .header-search-input:-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .header-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .header-search-input:-ms-input-placeholder {
    color: #fff;
    opacity: 1; }

.header-search-submit {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0.938em;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #fff; }
  .header-search-submit:hover, .header-search-submit:focus {
    opacity: 0.75; }
  .header-search-submit svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

.header-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 5px solid #C01823;
  border-bottom: 5px solid #C01823; }
  @media (min-width: 60em) {
    .header-bottom {
      border: none;
      margin-left: 3rem; } }

@media (min-width: 60em) {
  .header-logo {
    margin: 0 20px 0 0;
    flex: 1 0 auto; }
  .header-search-trigger {
    display: none; }
    .header-search-trigger--desktop {
      display: block;
      color: #fff;
      padding: 5px;
      margin-left: 1rem;
      z-index: 1; }
  .header-search,
  .header-search[data-expander-target] {
    position: absolute;
    max-width: 450px; }
  .header-bottom,
  .header-bottom[data-expander-target] {
    position: static;
    display: block; } }

@media (min-width: 60em) {
  .header-utility {
    display: none; } }

.header-utility--desktop {
  display: none; }
  @media (min-width: 60em) {
    .header-utility--desktop {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      position: relative; } }

.header-utility ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 1rem 0;
  border-top: 3px solid #707070; }
  @media (min-width: 60em) {
    .header-utility ul {
      border: none;
      flex-direction: row;
      align-items: center;
      position: relative;
      height: 35px;
      padding: 0;
      right: 0;
      background-color: #42444C; } }
  .header-utility ul li a {
    display: block;
    padding: .3rem 1rem; }
    .header-utility ul li a:hover, .header-utility ul li a:focus {
      color: #C01823;
      text-decoration: none; }
    @media (min-width: 60em) {
      .header-utility ul li a {
        padding: .3rem 2rem;
        color: #fff; } }

.sticky-header {
  transition: transform .4s; }

@media (max-width: 59.938em) {
  .sticky-header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999; }
    .sticky-header-mobile + * {
      padding-top: 76px; }
  .sticky-header-down .sticky-header-mobile {
    transform: translate3d(0, -2000%, 0); } }

@media (min-width: 60em) {
  .sticky-header-desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999; }
    .sticky-header-desktop + * {
      padding-top: 192px; } }

/******************************** 
** Scroll to Elements with offset of 192px because of sticky header
********************************/
@media (min-width: 60em) {
  * {
    scroll-margin-top: 192px; } }

.page-extra-container {
  display: none; }

.page-extra-col {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem; }

.interior-main p a {
  color: #C01823;
  text-decoration: underline; }
  .interior-main p a:hover, .interior-main p a:active, .interior-main p a:focus {
    text-decoration: none; }

@media (min-width: 60em) {
  .page-extra-container {
    display: block; }
  .page-extra-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-size: 1rem; } }

.interior-content-grid {
  display: flex;
  flex-direction: column; }
  @media (min-width: 60em) {
    .interior-content-grid {
      flex-direction: row;
      flex-wrap: wrap; } }
  .interior-content-grid h1, .interior-content-grid h3 {
    margin-bottom: 15px; }

@media (min-width: 60em) {
  .interior-rail-left {
    width: calc(75% - 40px);
    margin-right: 40px; } }

@media (min-width: 60em) {
  .interior-rail-center {
    width: 40%; } }

@media (min-width: 60em) {
  .interior-rail-right {
    width: 25%; } }

.interior-left {
  margin-bottom: 15px; }
  @media (min-width: 60em) {
    .interior-left {
      width: calc(50% - 80px);
      margin: 0 40px 40px; } }

@media (min-width: 60em) {
  .interior-right {
    width: 50%; } }

@media (min-width: 60em) {
  .interior-rail-full {
    width: 100%; } }

.interior-content-narrow {
  margin-top: 3rem; }
  @media (min-width: 60em) {
    .interior-content-narrow {
      max-width: 60em;
      margin-left: auto;
      margin-right: auto; } }

.interior-content-inner {
  margin: 3rem 0; }

footer {
  margin-top: 3rem; }

.footer__top {
  background: #EBECED;
  border-top: 5px solid #C01823; }
  .footer__top-inner {
    display: flex;
    flex-direction: column;
    padding: 60px 15px;
    padding: 3.75rem 0.9375rem; }
    @media (min-width: 60em) {
      .footer__top-inner {
        flex-direction: row;
        margin: auto;
        padding: 60px 0;
        padding: 3.75rem 0; } }

.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-top: 3.75rem; }
  @media (min-width: 60em) {
    .footer__nav {
      margin-top: 0;
      flex-direction: row;
      width: 55%;
      padding: 0 40px; } }

.footer__nav-box {
  display: flex;
  flex-direction: column;
  padding: 0; }
  @media (min-width: 60em) {
    .footer__nav-box {
      width: 33.33%; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .footer__nav-box {
      display: inline-block; } }
  .footer__nav-box ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 60em) {
      .footer__nav-box ul[data-expander-target] {
        display: block; } }
  @media (min-width: 60em) {
    .footer__nav-box:last-of-type {
      width: 66.66%; } }
  .footer__nav-box:last-of-type ul {
    column-count: 2; }
  @media (min-width: 60em) {
    .footer__nav-box:not(:last-of-type) {
      margin-right: 1rem; } }

.footer__nav-heading {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #C01823;
  text-transform: uppercase;
  font-weight: 700;
  transition: all .2s;
  position: relative;
  min-width: max-content; }
  .footer__nav-heading:hover, .footer__nav-heading:focus {
    text-decoration: none; }
  .footer__nav-heading button {
    height: 20px;
    top: 0;
    right: 0;
    position: absolute;
    padding: 0; }
    @media (min-width: 60em) {
      .footer__nav-heading button {
        display: none; } }

.footer__nav-item {
  margin-bottom: .5rem;
  transition: all .2s;
  display: block;
  text-decoration: underline; }
  .footer__nav-item:hover, .footer__nav-item:focus {
    color: #C01823; }

.footer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600; }
  @media (min-width: 60em) {
    .footer__cta {
      width: 45%; } }
  .footer__cta .btn.btn--plain, .footer__cta .FormPanel table.EditingFormTable .date-picker-field .btn--plain.form-control-text, .FormPanel table.EditingFormTable .date-picker-field .footer__cta .btn--plain.form-control-text {
    margin: 15px 0; }

.footer__social {
  display: flex;
  justify-content: center;
  margin-top: 1rem; }

.footer__bbb {
  margin: 1rem 0; }

.footer__btns {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column; }
  @media (min-width: 60em) {
    .footer__btns {
      flex-direction: row;
      width: 100%;
      margin-top: 15px; } }

.footer__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1rem;
  transition: all .2s;
  fill: #42444C; }
  .footer__icon:hover {
    fill: #C01823; }

.footer__bottom {
  background-color: #42444C;
  color: #fff;
  text-align: center;
  padding: 1rem 0; }
  .footer__bottom a {
    text-decoration: underline;
    color: #fff; }

.footer-copyright {
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 60em) {
    .footer-copyright {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end; } }
  .footer-copyright-text--desktop {
    display: none; }
    @media (min-width: 60em) {
      .footer-copyright-text--desktop {
        display: inline; } }
  .footer-copyright-links {
    display: flex;
    justify-content: space-evenly; }
    .footer-copyright-links > * {
      margin: 0 2rem; }

.back-to-top {
  margin: 3rem auto 0;
  color: #42444C;
  text-transform: uppercase; }
  .back-to-top::after {
    display: none; }
  @media (min-width: 60em) {
    .back-to-top {
      display: none; } }

.logo-footer {
  max-width: 400px; }

/* ================================================================
   Global Site CSS Animations
   ================================================================ */
/* Fade In */
@keyframes fadeIn {
  100% {
    opacity: 0; }
  0% {
    opacity: 1; } }

/* Fade Out */
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ================================================================
   Site Specific Below
   ================================================================ */
/* ================================================================
   Component Imports - Comment/uncomment what you don't need/need.
   ================================================================ */
/* ==========================================================================
   Global Modules
   - We define modules as larger content that usually have a listing and detailed view.
   ========================================================================== */
/* Module
   - Used to define large, page wide tools (e.g. News listing, Events Calendar)
   ========================================================================== */
.module {
  margin-bottom: 1em; }
  .module .header .title {
    margin-bottom: 0; }
  .module .content {
    margin-bottom: 1em; }
  .module .summary {
    margin-bottom: 1em;
    font-weight: bold;
    font-style: italic; }

/* Widget
   - Used to define individual parts that make up a page (e.g. News rail listing)
   ========================================================================== */
.widget {
  margin-bottom: 1em; }
  .widget .header {
    padding: 10px;
    background: #42444C; }
    .widget .header .title {
      margin: 0; }
  .widget .content {
    padding: 10px; }

/* Item
   - Used to define single piece within a component (e.g. News article within a news listing)
   ========================================================================== */
.item {
  position: relative;
  display: block;
  padding: 0; }
  .item .aside {
    margin: 1em auto;
    max-width: 200px; }

@media (min-width: 60em) {
  .item .aside {
    display: table-cell;
    width: 80px;
    vertical-align: top; }
  .item .item-content {
    display: table-cell;
    vertical-align: top;
    padding: 0; }
  .item .aside + .item-content {
    padding-left: 15px; } }

/* Meta Content
   - This is content that extends or defines the content that it is pared with.
   - Examples: date, author, tag
   ========================================================================== */
.meta {
  display: block;
  margin: 0 0 1em;
  padding: 0; }

.meta-item {
  display: block; }
  .meta-item.author {
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem; }
  .meta-item.date {
    margin-top: 10px;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem; }

/* Core List Styles
   - Provides core styling for item list
   ========================================================================== */
.item-list {
  display: block;
  list-style: none;
  margin: 0 0 15px;
  padding: 0; }
  .item-list .item + .item {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(66, 68, 76, 0.2); }

/*================================================================
            MAIN NAVIGATION STYLES
================================================================*/
.main-navigation {
  position: static; }
  .main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .main-navigation a:hover, .main-navigation a:focus,
  .main-navigation button:hover,
  .main-navigation button:focus {
    text-decoration: none;
    color: #C01823; }
  .main-navigation a.active,
  .main-navigation button.active {
    color: #C01823; }
  .main-navigation a[data-expander-toggle],
  .main-navigation button[data-expander-toggle] {
    position: relative; }
  .main-navigation .main-navigation__heading {
    font-weight: bold; }
  .main-navigation .mega-content {
    display: none; }
  .main-navigation > ul,
  .main-navigation .main-navigation-mega > ul {
    background: #fff; }
    .main-navigation > ul > li > a,
    .main-navigation > ul > li > button,
    .main-navigation .main-navigation-mega > ul > li > a,
    .main-navigation .main-navigation-mega > ul > li > button {
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      padding: 10px 0;
      margin: 0 10px; }
      @media (min-width: 60em) {
        .main-navigation > ul > li > a,
        .main-navigation > ul > li > button,
        .main-navigation .main-navigation-mega > ul > li > a,
        .main-navigation .main-navigation-mega > ul > li > button {
          margin: 0;
          padding: 0; } }
    .main-navigation > ul > li .main-navigation-mega > ul,
    .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul {
      margin: 0 10px; }
      .main-navigation > ul > li .main-navigation-mega > ul li > ul > li a, .main-navigation > ul > li .main-navigation-mega > ul li > ul > li button,
      .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul li > ul > li a,
      .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul li > ul > li button {
        display: block;
        padding: 8px 10px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        margin: 0;
        text-align: left;
        width: 100%;
        color: #42444C;
        line-height: 1.2; }
      .main-navigation > ul > li .main-navigation-mega > ul li > ul li > ul > li a, .main-navigation > ul > li .main-navigation-mega > ul li > ul li > ul > li button,
      .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul li > ul li > ul > li a,
      .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul li > ul li > ul > li button {
        text-transform: capitalize;
        font-weight: normal;
        padding: 8px 10px;
        background-color: #fff;
        color: #42444C;
        margin: 0; }
        .main-navigation > ul > li .main-navigation-mega > ul li > ul li > ul > li a:hover, .main-navigation > ul > li .main-navigation-mega > ul li > ul li > ul > li a:focus, .main-navigation > ul > li .main-navigation-mega > ul li > ul li > ul > li a.active, .main-navigation > ul > li .main-navigation-mega > ul li > ul li > ul > li button:hover, .main-navigation > ul > li .main-navigation-mega > ul li > ul li > ul > li button:focus, .main-navigation > ul > li .main-navigation-mega > ul li > ul li > ul > li button.active,
        .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul li > ul li > ul > li a:hover,
        .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul li > ul li > ul > li a:focus,
        .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul li > ul li > ul > li a.active,
        .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul li > ul li > ul > li button:hover,
        .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul li > ul li > ul > li button:focus,
        .main-navigation .main-navigation-mega > ul > li .main-navigation-mega > ul li > ul li > ul > li button.active {
          background-color: #fff; }
    .main-navigation > ul > li > ul,
    .main-navigation .main-navigation-mega > ul > li > ul {
      background: #fff; }
      .main-navigation > ul > li > ul > li > a,
      .main-navigation > ul > li > ul > li > button,
      .main-navigation .main-navigation-mega > ul > li > ul > li > a,
      .main-navigation .main-navigation-mega > ul > li > ul > li > button {
        text-transform: uppercase;
        font-weight: bold;
        font-size: .9rem;
        padding: 10px 15px;
        margin: 0 10px;
        width: auto; }
        @media (min-width: 60em) {
          .main-navigation > ul > li > ul > li > a,
          .main-navigation > ul > li > ul > li > button,
          .main-navigation .main-navigation-mega > ul > li > ul > li > a,
          .main-navigation .main-navigation-mega > ul > li > ul > li > button {
            margin: 0; } }
        .main-navigation > ul > li > ul > li > a[data-expander-toggle],
        .main-navigation > ul > li > ul > li > button[data-expander-toggle],
        .main-navigation .main-navigation-mega > ul > li > ul > li > a[data-expander-toggle],
        .main-navigation .main-navigation-mega > ul > li > ul > li > button[data-expander-toggle] {
          position: relative; }
        .main-navigation > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > a:focus,
        .main-navigation > ul > li > ul > li > button:hover,
        .main-navigation > ul > li > ul > li > button:focus,
        .main-navigation .main-navigation-mega > ul > li > ul > li > a:hover,
        .main-navigation .main-navigation-mega > ul > li > ul > li > a:focus,
        .main-navigation .main-navigation-mega > ul > li > ul > li > button:hover,
        .main-navigation .main-navigation-mega > ul > li > ul > li > button:focus {
          color: #42444C; }
        .main-navigation > ul > li > ul > li > a.active,
        .main-navigation > ul > li > ul > li > button.active,
        .main-navigation .main-navigation-mega > ul > li > ul > li > a.active,
        .main-navigation .main-navigation-mega > ul > li > ul > li > button.active {
          background-color: #C01823;
          color: #fff; }
      .main-navigation > ul > li > ul > li > ul,
      .main-navigation .main-navigation-mega > ul > li > ul > li > ul {
        background: #fff; }
        .main-navigation > ul > li > ul > li > ul > li > a,
        .main-navigation > ul > li > ul > li > ul > li > button,
        .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > a,
        .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > button {
          text-transform: none;
          font-weight: 500;
          font-size: .9rem;
          padding: 10px 20px;
          margin: 0 10px;
          width: auto; }
          @media (min-width: 60em) {
            .main-navigation > ul > li > ul > li > ul > li > a,
            .main-navigation > ul > li > ul > li > ul > li > button,
            .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > a,
            .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > button {
              margin: 0; } }
          .main-navigation > ul > li > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > ul > li > a:focus,
          .main-navigation > ul > li > ul > li > ul > li > button:hover,
          .main-navigation > ul > li > ul > li > ul > li > button:focus,
          .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > a:hover,
          .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > a:focus,
          .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > button:hover,
          .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > button:focus {
            text-decoration: none;
            color: #42444C; }
        .main-navigation > ul > li > ul > li > ul > li > ul,
        .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul {
          background: #fff; }
          .main-navigation > ul > li > ul > li > ul > li > ul > li > a,
          .main-navigation > ul > li > ul > li > ul > li > ul > li > button,
          .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > a,
          .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > button {
            font-size: .9rem;
            padding: 10px 25px;
            margin: 0 10px;
            width: auto; }
            @media (min-width: 60em) {
              .main-navigation > ul > li > ul > li > ul > li > ul > li > a,
              .main-navigation > ul > li > ul > li > ul > li > ul > li > button,
              .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > a,
              .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > button {
                margin: 0; } }
            .main-navigation > ul > li > ul > li > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > ul > li > ul > li > a:focus,
            .main-navigation > ul > li > ul > li > ul > li > ul > li > button:hover,
            .main-navigation > ul > li > ul > li > ul > li > ul > li > button:focus,
            .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > a:hover,
            .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > a:focus,
            .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > button:hover,
            .main-navigation .main-navigation-mega > ul > li > ul > li > ul > li > ul > li > button:focus {
              text-decoration: none;
              color: #C01823; }
  @media (min-width: 60em) {
    .main-navigation > ul {
      display: flex;
      justify-content: space-between;
      position: static;
      background: none; }
      .main-navigation > ul > li {
        position: static; }
        .main-navigation > ul > li[data-type="mega"] {
          position: static; }
        .main-navigation > ul > li > a,
        .main-navigation > ul > li > button {
          text-align: center;
          background: none;
          color: #333333; }
          .main-navigation > ul > li > a[data-expander-toggle],
          .main-navigation > ul > li > button[data-expander-toggle] {
            position: relative; }
            .main-navigation > ul > li > a[data-expander-toggle]:after,
            .main-navigation > ul > li > button[data-expander-toggle]:after {
              border-color: #333 transparent transparent transparent; }
        .main-navigation > ul > li > ul {
          position: absolute;
          width: auto;
          top: 100%;
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
          border-bottom: 5px solid #C01823;
          z-index: 1; }
          .main-navigation > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > a:focus,
          .main-navigation > ul > li > ul > li > button:hover,
          .main-navigation > ul > li > ul > li > button:focus {
            color: #C01823; }
          .main-navigation > ul > li > ul > li > a.active,
          .main-navigation > ul > li > ul > li > button.active {
            color: #fff; }
          .main-navigation > ul > li > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > ul > li > a:focus,
          .main-navigation > ul > li > ul > li > ul > li > button:hover,
          .main-navigation > ul > li > ul > li > ul > li > button:focus {
            text-decoration: none; }
          .main-navigation > ul > li > ul > li > ul > li > ul > li > a:hover, .main-navigation > ul > li > ul > li > ul > li > ul > li > a:focus,
          .main-navigation > ul > li > ul > li > ul > li > ul > li > button:hover,
          .main-navigation > ul > li > ul > li > ul > li > ul > li > button:focus {
            text-decoration: none; }
      .main-navigation > ul [data-nav-type="mega"] {
        position: static; }
        .main-navigation > ul [data-nav-type="mega"] .mega-content {
          display: block;
          margin: 0;
          padding-right: 30px; }
          .main-navigation > ul [data-nav-type="mega"] .mega-content .btn--link {
            margin-top: 1rem;
            text-align: left; }
        .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega {
          padding: 20px 0;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          background-color: #fff;
          z-index: 1; }
          .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega::before {
            content: '';
            height: 100%;
            width: 100vw;
            left: calc((-100vw + 100%)/2);
            top: 0;
            position: absolute;
            background-color: #fff;
            border-bottom: 5px solid #C01823;
            z-index: -1; }
          .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega ul {
            display: block;
            animation: none;
            background: none;
            margin: 0; }
          .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul {
            display: flex; }
            .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li {
              flex: 1; }
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > a,
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > button {
                background: red; }
                .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > a:hover, .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > a:focus,
                .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > button:hover,
                .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > button:focus {
                  opacity: .7; }
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > a:hover, .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > a:focus,
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > button:hover,
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > button:focus {
                background: #C01823;
                color: #fff; }
                .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > a:hover[data-expander]:after, .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > a:focus[data-expander]:after,
                .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > button:hover[data-expander]:after,
                .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > button:focus[data-expander]:after {
                  border-color: #fff; }
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > a[data-expander]:after,
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > button[data-expander]:after {
                content: '';
                display: inline-block;
                border-right: 4px solid #C01823;
                border-bottom: 4px solid #C01823;
                width: 10px;
                height: 10px;
                transform: translateY(0px) translateX(8px) rotate(-45deg);
                background-color: transparent;
                cursor: pointer; }
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > a[data-expander].active:after,
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > button[data-expander].active:after {
                border-color: #fff; }
              .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > ul {
                display: none; }
                .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > ul > li > a,
                .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > ul > li > button {
                  background: #fff;
                  text-transform: capitalize; }
                  .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > ul > li > a:hover, .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > ul > li > a:focus,
                  .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > ul > li > button:hover,
                  .main-navigation > ul [data-nav-type="mega"] .main-navigation-mega > ul > li > ul > li > ul > li > button:focus {
                    color: #C01823; } }
  @media (min-width: 60em) {
    .main-navigation .third-lvl-desktop.active ul {
      display: block !important; } }

/*================================================================
        RAIL NAVIGATION STYLES
================================================================*/
.rail-navigation {
  padding: 20px;
  margin: 0 0 20px;
  background: #eee; }
  .rail-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .rail-navigation a {
    display: block;
    padding: 10px;
    color: #000;
    border-bottom: 1px solid #aaa; }
    .rail-navigation a:hover, .rail-navigation a:focus {
      background: none;
      text-decoration: underline;
      color: currentColor; }
    .rail-navigation a[data-expander-toggle] {
      position: relative; }
      .rail-navigation a[data-expander-toggle]:after {
        content: '';
        position: absolute;
        border-width: 7px 6px 0px 6px;
        border-style: solid;
        border-color: #42444C transparent transparent transparent;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
      .rail-navigation a[data-expander-toggle].active:after {
        border-width: 0 6px 7px 6px;
        border-color: transparent transparent #42444C transparent; }
  .rail-navigation > ul a {
    color: #42444C; }
  .rail-navigation > ul ul {
    background: #ddd; }
    .rail-navigation > ul ul a {
      color: #C01823; }
    .rail-navigation > ul ul ul {
      background: #ccc; }
      .rail-navigation > ul ul ul a {
        color: #000; }

.hamburger {
  display: inline-block;
  width: 20px;
  height: 15px;
  font-size: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  flex: 0 0 auto; }
  .hamburger:hover .hamburger__inner,
  .hamburger:hover .hamburger__inner:after,
  .hamburger:hover .hamburger__inner:before, .hamburger:focus .hamburger__inner,
  .hamburger:focus .hamburger__inner:after,
  .hamburger:focus .hamburger__inner:before, .hamburger.active .hamburger__inner,
  .hamburger.active .hamburger__inner:after,
  .hamburger.active .hamburger__inner:before {
    background: #C01823; }

.hamburger__box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
  transition: all 0.2s ease-in-out; }

.hamburger__inner,
.hamburger__inner:after,
.hamburger__inner:before {
  position: absolute;
  width: 20px;
  height: 4px;
  border-radius: 0px;
  background: #42444C;
  transition-property: transform, background; }

.hamburger__inner {
  top: 50%;
  left: 0;
  display: block;
  margin-top: -1px;
  transition-duration: 75ms, 0.18s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19), ease-in-out; }

.hamburger__inner:after,
.hamburger__inner:before {
  display: block;
  content: ""; }

.hamburger__inner:before {
  top: -7px;
  transition: top 75ms ease 0.12s, opacity 75ms ease, background 0.18s ease-in-out; }

.hamburger__inner:after {
  bottom: -7px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.18s ease-in-out; }

.hamburger.active .hamburger__inner,
.hamburger.active .hamburger__inner:after,
.hamburger.active .hamburger__inner:before {
  width: 26.66px; }

.hamburger.active .hamburger__inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
  margin-left: -3px; }
  .hamburger.active .hamburger__inner::before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0; }
  .hamburger.active .hamburger__inner::after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg); }

@media (min-width: 60em) {
  .hamburger {
    display: none; } }

/* ******************************************************
   NAVIGATION
        - Footer Navigation
   ****************************************************** */
@media (min-width: 60em) {
  .footer-nav .menu {
    display: table;
    list-style: none;
    width: 100%; }
    .footer-nav .menu > li {
      display: table-cell; }
      .footer-nav .menu > li ul {
        list-style: none;
        margin: 0;
        padding: 0; } }

/* ******************************************************
   NAVIGATION
        - Section (Rail) Navigation
   ****************************************************** */
.section-nav .cm-menu > li {
  background: #42444C; }

.section-nav .cm-menu > li > a {
  background: none;
  color: #fff; }
  .section-nav .cm-menu > li > a:hover, .section-nav .cm-menu > li > a:focus {
    text-decoration: underline; }

.section-nav .cm-menu > li > ul > li a {
  background: #fff;
  color: #42444C;
  padding: 10px 10px 10px 20px; }
  .section-nav .cm-menu > li > ul > li a:hover, .section-nav .cm-menu > li > ul > li a:focus {
    color: #fff;
    background: #42444C; }

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px; }

.breadcrumbs__item {
  position: relative;
  display: inline;
  padding-right: 30px; }
  .breadcrumbs__item::after {
    color: #707070;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 16px;
    top: 6px; }
  .breadcrumbs__item:last-child {
    padding: 0; }
    .breadcrumbs__item:last-child::after {
      content: none; }

.breadcrumbs__link {
  display: inline-block;
  font-weight: 600;
  color: #C01823; }

.breadcrumbs__active {
  color: #707070; }

@media (min-width: 60em) {
  .breadcrumbs {
    display: block; } }

/* ================================================================
   Tab Styles
   ================================================================ */
.talon-tabs {
  margin-bottom: 20px; }
  .talon-tabs .talon-tab-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0; }
    .talon-tabs .talon-tab-nav ul li a {
      display: block;
      padding: 10px;
      border-bottom: 4px solid transparent;
      transition: all .3s; }
      .talon-tabs .talon-tab-nav ul li a.active {
        background: #eee;
        border-bottom: 4px solid #42444C; }
  .talon-tabs .talon-tab-content {
    padding: 20px;
    background: #eee; }

/* ================================================================

Pagination

   ================================================================ */
.pagination.pagination-top {
  border-top: 0;
  border-bottom: 1px solid #999999;
  padding: 0 0 10px;
  margin: 0 0 20px; }

.pagination__results {
  font-size: 14px;
  font-size: 0.875rem; }

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between; }

.pagination__link {
  padding: 0;
  display: block;
  position: relative;
  color: #42444C;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  background-color: transparent;
  border: none; }
  @media (min-width: 60em) {
    .pagination__link {
      font-size: 20px; } }
  .pagination__link--prev::before {
    margin-right: .5rem; }
    @media (min-width: 60em) {
      .pagination__link--prev::before {
        padding: 5px; } }
  .pagination__link--next::after {
    margin-left: .5rem; }
    @media (min-width: 60em) {
      .pagination__link--next::after {
        padding: 5px; } }
  .pagination__link--disabled {
    opacity: .4 !important;
    cursor: auto; }
  .pagination__link:hover, .pagination__link:focus {
    opacity: .7;
    text-decoration: none; }

.pagination__link--active {
  color: #C01823; }
  .pagination__link--active svg {
    fill: #42444C; }

.pagination__pages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  grid-gap: 15px;
  align-items: center;
  font-weight: bold; }
  @media (min-width: 60em) {
    .pagination__pages {
      font-size: 20px; } }
  .pagination__pages form {
    width: 100px;
    color: #707070; }
    .pagination__pages form input {
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: bold; }

.pagination__page-link.current {
  font-weight: 700;
  color: #C01823; }

a.pagination__page-link {
  color: #42444C; }

.js-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 0 0;
  border-top: 1px solid #999999; }
  .js-pagination a {
    padding: 3px 5px;
    display: block;
    height: 30px;
    width: 22px;
    text-align: Center;
    position: relative;
    color: #000; }

.js-pagination-inner {
  display: flex;
  align-items: center; }

.js-pagination__previous,
.js-pagination__next {
  padding: 3px 6px;
  display: block;
  height: 30px;
  width: 24px;
  text-align: Center;
  position: relative;
  color: #000;
  border: 0;
  background: none;
  cursor: pointer; }
  .js-pagination__previous svg,
  .js-pagination__next svg {
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    fill: #C01823; }
  .js-pagination__previous.jp-disabled,
  .js-pagination__next.jp-disabled {
    display: none; }

.hawk-pagination__controls .pagination__link--next {
  margin-left: auto; }

.page-tools {
  display: flex;
  justify-content: center;
  align-items: center; }

.page-tools-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease-in-out;
  color: #000;
  cursor: pointer;
  margin: 0 10px 0 0; }
  .page-tools-item#js-print {
    display: none; }
  .page-tools-item svg {
    display: block;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    fill: #5f6062;
    transition: all 0.18s ease-in-out; }
  .page-tools-item:last-child {
    margin: 0; }
  .page-tools-item:hover, .page-tools-item:focus {
    color: #42444C; }
    .page-tools-item:hover span, .page-tools-item:focus span {
      text-decoration: underline; }

@media (min-width: 60em) {
  .page-tools-item#js-print {
    display: flex; }
  .page-tools-item svg {
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0; } }

.about {
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 3rem 2rem; }
  @media (min-width: 60em) {
    .about {
      width: 100%;
      height: 100%;
      padding: 4rem 2rem 3rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 400px; } }
  .about::before {
    z-index: 0; }
  .about::after {
    z-index: 1; }
  .about__heading {
    color: #fff; }
  .about__text {
    color: #fff;
    position: relative; }
  .about__more {
    color: #fff;
    position: relative;
    font-weight: 600;
    margin-left: auto; }
    @media (min-width: 60em) {
      .about__more {
        justify-content: start;
        margin-top: 3rem;
        margin-left: 0; } }

/* ================================================================
   Simple Banner
   ================================================================ */
.blog-listing {
  margin: 0;
  padding: 0;
  list-style: none; }
  .blog-listing__item {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column; }
    @media (min-width: 60em) {
      .blog-listing__item {
        flex-direction: row;
        align-items: flex-start; } }
  .blog-listing__image {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%; }
    @media (min-width: 60em) {
      .blog-listing__image {
        width: 50%; } }
    .blog-listing__image .aspect-ratio {
      padding-top: 66.66%;
      /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */ }
    .blog-listing__image video {
      position: absolute;
      width: 100%;
      height: 100%; }
    .blog-listing__image:hover > .blog-listing__thumb-icon {
      transform: scale(1.2); }
  .blog-listing__thumb-icon {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    border: 3px solid currentColor;
    border-radius: 100%;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.18s ease-in-out; }
    .blog-listing__thumb-icon .icon-play {
      left: 3px;
      position: relative; }
    .blog-listing__thumb-icon svg {
      fill: currentColor;
      width: 100%;
      height: 100%; }
  @media (min-width: 60em) {
    .blog-listing__content {
      margin-left: 15px;
      width: 50%; } }
  .blog-listing__title {
    margin: 1rem auto .5rem; }
    @media (min-width: 60em) {
      .blog-listing__title {
        margin: 0 auto .5rem; } }
  .blog-listing__meta {
    display: block;
    color: #C01823;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem; }
  .blog-listing__more {
    margin-top: 1rem;
    margin-left: auto; }
    @media (min-width: 60em) {
      .blog-listing__more {
        margin-top: 2rem; } }

.col-md-6 .blog-listing__content {
  padding: 0; }

@media (min-width: 60em) {
  .resources-list .blog-listing__image {
    width: 45%; } }

.resources-list .blog-listing__image .aspect-ratio {
  background-color: rgba(0, 0, 0, 0.3); }

.resources-list .blog-listing__image.video-modal .aspect-ratio {
  background-color: transparent; }

@media (min-width: 60em) {
  .resources-list .blog-listing__content {
    width: 55%; } }

@media (min-width: 60em) {
  .resources-list .blog-listing__content {
    padding: 0; } }

.col-md-6 .blog-listing__item {
  flex-direction: column; }

.col-md-6 .resources-list .blog-listing__image {
  width: 100%;
  margin-bottom: 1rem; }

.col-md-6 .resources-list .blog-listing__content {
  width: 100%; }

.contact-cta {
  margin: 3rem auto; }
  .contact-cta__box {
    background-color: #707070;
    text-align: center;
    padding: 15px;
    margin: 0 -15px; }
    @media (min-width: 60em) {
      .contact-cta__box {
        margin: 0; } }
  .contact-cta__heading {
    color: #fff;
    text-transform: uppercase; }
  .contact-cta__btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; }

/* ================================================================
   Events - Majority of styling is done as part of the lists.scss
   ================================================================ */
/* =========================================================
 Calendar specific - Uses Full Calendar Plugin
============================================================ */
.calendar-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #d4d4d4; }

.calendar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px; }

.calendar-nav-date {
  color: #42444C;
  margin: 0 50px 0 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal; }

.calendar-nav-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -5px; }

.calendar-nav-btns__button {
  background: #42444C;
  border: 0;
  padding: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer; }
  .calendar-nav-btns__button .calendar-nav-btns__button-svg {
    width: 18px;
    height: 18px;
    fill: #fff; }
  .calendar-nav-btns__button:hover, .calendar-nav-btns__button:focus {
    background: #C01823; }

.filter-view-btn {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .filter-view-btn .filter-view-btn__svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    margin: 0 20px 0 0; }

.calendar-main .fc {
  min-width: calc($container-size - $grid-gutter-em); }

.calendar {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3; }
  .calendar table {
    margin: 0; }
  .calendar .event-meta {
    margin: 0 0 2px;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic; }
  .calendar .event-title {
    margin: 0 0 3px;
    color: #42444C; }
  .calendar .event-extra {
    margin: 0 0 4px;
    font-weight: normal; }
  .calendar .event-location {
    display: flex;
    justify-content: flex-start; }
    .calendar .event-location svg {
      position: relative;
      width: 15px;
      height: 15px;
      margin: 0 3px 0 0;
      fill: #42444C;
      top: 2px;
      flex: 0 0 auto; }
  .calendar .fc-day-grid-event {
    display: flex;
    flex-direction: column;
    margin: 0 10px 7px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    background: #f4f3f1;
    border: none;
    padding: 8px 5px 8px 15px;
    color: #000; }
    .calendar .fc-day-grid-event * {
      transition: all 0.18s ease-in-out; }
    .calendar .fc-day-grid-event::after {
      content: 'View Event';
      display: block;
      color: #42444C;
      padding: 15px 5px 0 0;
      text-align: right;
      margin-top: auto; }
    .calendar .fc-day-grid-event:hover, .calendar .fc-day-grid-event:focus {
      background: #42444C;
      color: #fff; }
      .calendar .fc-day-grid-event:hover .event-title, .calendar .fc-day-grid-event:focus .event-title {
        color: currentColor; }
      .calendar .fc-day-grid-event:hover .event-location svg, .calendar .fc-day-grid-event:focus .event-location svg {
        fill: #fff; }
      .calendar .fc-day-grid-event:hover::after, .calendar .fc-day-grid-event:focus::after {
        color: currentColor; }
  .calendar .fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: visible; }
  .calendar td.fc-day-top {
    padding: 10px 10px 17px 0;
    font-weight: bold; }
    .calendar td.fc-day-top .fc-day-number {
      padding: 0; }
    .calendar td.fc-day-top.fc-other-month {
      opacity: 0.55; }
  .calendar .fc-day.fc-today {
    background: rgba(66, 68, 76, 0.15) !important; }
  .calendar .fc th {
    background: #42444C;
    color: #fff;
    height: 55px;
    vertical-align: middle;
    text-transform: uppercase; }
  .calendar .fc .fc-widget-content {
    border-left: none; }
    .calendar .fc .fc-widget-content:last-child {
      border-right: none; }

@media (min-width: 60em) {
  .calendar-top {
    padding: 35px 0; }
  .calendar-nav {
    margin: 0; }
  .calendar-nav-date {
    margin: 0 50px 0 75px; } }

.equipment-new {
  margin: 3rem auto; }
  @media (min-width: 60em) {
    .equipment-new__container {
      display: flex;
      align-items: center;
      position: relative; } }
  @media (min-width: 60em) {
    .equipment-new__content {
      width: 40%;
      max-width: 375px;
      padding-right: 16px; } }
  .equipment-new__content a.btn--link {
    margin-bottom: 2rem; }
    @media (min-width: 60em) {
      .equipment-new__content a.btn--link {
        margin-left: 0; } }
  @media (min-width: 60em) {
    .equipment-new__slider-box {
      width: 100%;
      max-width: 755px; } }
  .equipment-new .btn--link {
    margin-left: auto; }

.equipment-new-item {
  color: #fff; }
  .equipment-new-item:not(:last-child) {
    margin-right: 15px; }
  @media (min-width: 60em) {
    .equipment-new-item {
      display: flex !important; }
      .equipment-new-item:not(:last-child) {
        margin-right: 0; } }
  .equipment-new-item:hover {
    color: #fff; }
  .equipment-new-item__image {
    margin: 0;
    position: relative;
    background-size: cover;
    padding-top: 75%; }
    @media (min-width: 60em) {
      .equipment-new-item__image {
        flex: 2 1 55%;
        height: 376px;
        padding-top: 0; } }
    .equipment-new-item__image::before, .equipment-new-item__image::after {
      content: '';
      display: block;
      width: 30%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      mix-blend-mode: multiply;
      background-color: #C01823;
      clip-path: polygon(100% 0, 100% 100%, 0 100%);
      z-index: 1; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .equipment-new-item__image::before, .equipment-new-item__image::after {
          display: none; } }
    .equipment-new-item__image::after {
      display: none; }
      @media (min-width: 60em) {
        .equipment-new-item__image::after {
          display: block;
          mix-blend-mode: normal;
          background-color: #707070;
          clip-path: polygon(0 0, 100% 0, 100% 100%);
          z-index: 2;
          right: -1px; } }
  @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
    .equipment-new-item__image::after {
      display: none; } }
  .equipment-new-item__content {
    background-color: #707070;
    color: #fff;
    padding: 1rem 1rem 2rem;
    z-index: 3; }
    @media (min-width: 60em) {
      .equipment-new-item__content {
        flex: 2 1 45%;
        position: relative; } }
  .equipment-new-item__cat {
    margin-bottom: 10px; }
    @media (min-width: 60em) {
      .equipment-new-item__cat {
        position: relative;
        margin-left: -2rem;
        padding-right: 3rem;
        z-index: 1; } }
  @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
    .equipment-new-item__cat {
      margin-left: 0; } }
  .equipment-new-item__name {
    font-weight: 700; }
    @media (min-width: 60em) {
      .equipment-new-item__name {
        position: relative;
        margin-left: -2rem;
        padding-right: 3rem;
        z-index: 1;
        font-size: 23px; } }
  @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
    .equipment-new-item__name {
      margin-left: 0; } }

@media (min-width: 60em) {
  .equipment-new__slider--typeA .equipment-new-item__image {
    flex-basis: 60%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .equipment-new__slider--typeA .equipment-new-item__content {
    flex-basis: 40%; }
  .equipment-new__slider--typeA .equipment-new-item__image::before,
  .equipment-new__slider--typeA .equipment-new-item__image::after {
    width: 70px; } }

.equipment-new__slider-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0; }
  @media (min-width: 60em) {
    .equipment-new__slider-controls {
      position: absolute;
      right: 3rem;
      bottom: 0.5rem; } }

.equipment-new__slider-btn {
  color: #707070; }
  @media (min-width: 60em) {
    .equipment-new__slider-btn {
      color: #fff; } }
  .equipment-new__slider-btn--prev {
    display: none; }
    @media (min-width: 60em) {
      .equipment-new__slider-btn--prev {
        display: inherit;
        order: -2; } }
  .equipment-new__slider-btn--next {
    display: none; }
    @media (min-width: 60em) {
      .equipment-new__slider-btn--next {
        display: inherit; } }
  .equipment-new__slider-btn--pause {
    margin-left: 1rem; }
  .equipment-new__slider-btn--dots {
    order: -1; }

.equipment-used {
  margin: 3rem auto; }
  .equipment-used .btn--link {
    margin-top: 2rem; }
    @media (min-width: 60em) {
      .equipment-used .btn--link {
        justify-content: flex-end; } }

.faqs {
  margin-top: 3rem; }
  @media (min-width: 60em) {
    .faqs {
      display: flex;
      grid-gap: 15px; } }

.faqs-tabs {
  color: #42444C; }
  @media (min-width: 60em) {
    .faqs-tabs {
      flex: 1; } }
  @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
    .faqs-tabs {
      margin-right: 15px; } }

.faqs-tabs-accordion {
  margin-bottom: 15px; }
  @media (min-width: 60em) {
    .faqs-tabs-accordion:last-child {
      margin-bottom: 0; } }

.faqs-tabs-accordion-toggle {
  background-color: #EBECED;
  color: #42444C;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  text-align: left; }

.faqs-tabs-accordion-target {
  padding: 20px 15px;
  border: 2px solid #EBECED; }

.faqs-image {
  background-size: cover;
  background-position: center center;
  width: 100%; }
  @media (min-width: 60em) {
    .faqs-image {
      flex: 1; } }
  .faqs-image .aspect-ratio {
    padding-top: 66.66%; }
    @media (min-width: 60em) {
      .faqs-image .aspect-ratio {
        padding-top: 0; } }

.featured-blogs {
  margin: 3rem auto; }
  .featured-blogs .btn--link {
    margin-left: auto; }

/* ================================================================
   News - Majority of styling is done as part of the lists.scss
   ================================================================ */
.news {
  background-color: #EBECED;
  position: relative;
  padding: 3rem 2rem; }
  @media (min-width: 60em) {
    .news {
      width: 100%;
      height: 100%;
      padding: 4rem 2rem 3rem; } }
  .news::after {
    z-index: 1; }
  .news__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .news__item:not(:last-child) {
    margin-bottom: 2rem; }
  .news__link {
    font-weight: 600;
    text-decoration: underline;
    display: block; }
    .news__link:visited, .news__link:hover, .news__link:focus {
      opacity: .7; }
  .news .btn--link {
    margin-top: 2rem;
    margin-left: auto; }
    @media (min-width: 60em) {
      .news .btn--link {
        justify-content: start;
        align-self: flex-end;
        margin-left: 0; } }

.newsletter {
  background-color: #707070;
  color: #fff;
  padding: 2rem; }
  @media (min-width: 60em) {
    .newsletter {
      width: 100%;
      padding: 1rem 2rem; } }
  .newsletter__heading {
    color: #fff;
    padding: 0; }
    .newsletter__heading::after {
      display: none; }

.newsletter .form {
  flex: 1 1 100%; }
  @media (min-width: 60em) {
    .newsletter .form {
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .newsletter .form input {
    background-color: transparent;
    border: transparent;
    border-bottom: 3px solid #fff;
    color: currentColor;
    padding-left: 0; }
    .newsletter .form input:focus {
      outline: none;
      border-bottom-color: #42444C; }
    .newsletter .form input::placeholder {
      color: currentColor; }
    .newsletter .form input:placeholder-shown {
      padding-left: 0; }
  .newsletter .form label {
    margin-left: 0; }
  .newsletter .form button {
    width: 100%;
    color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    font-weight: 600; }
  .newsletter .form__group {
    flex-wrap: wrap; }
    @media (min-width: 60em) {
      .newsletter .form__group--input {
        width: 75%; } }
    .newsletter .form__group--button {
      width: 50%;
      align-self: flex-end;
      margin-top: 15px; }
      @media (min-width: 60em) {
        .newsletter .form__group--button {
          margin: 0;
          padding-left: 15px;
          width: 25%; } }

.validation-summary-valid ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #831219;
  font-weight: bold; }

/**********************
** Constant Contact Inline Form Styles
**********************/
.ctct-form-button {
  background-color: #C01823 !important;
  border-color: #C01823 !important; }
  .ctct-form-button:hover, .ctct-form-button:active, .ctct-form-button:focus {
    filter: brightness(1.2); }

/* ================================================================
   Videos
   ================================================================ */
.video-stage__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  border: 4px solid #42444C; }

.video-stage__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-stage__info {
  background: #42444C;
  padding: 15px 20px;
  color: #fff;
  margin: 0 0 20px; }

.video-stage__description {
  margin: 0; }

.video-listing {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin: 0 -10px; }

.video-listing__item {
  width: 100%;
  padding: 0 10px;
  margin: 0 0 20px; }

.video-link {
  display: block;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  text-decoration: none;
  text-align: center; }
  .video-link.active .video-link__title {
    background: #C01823; }
  .video-link:hover, .video-link:focus {
    transform: scale(1.05); }
    .video-link:hover .video-link__title, .video-link:focus .video-link__title {
      background: #C01823; }

.video-link__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #42444C;
  padding: 10px; }

@media (min-width: 30em) {
  .video-listing__item {
    width: 50%; } }

@media (min-width: 48em) {
  .video-listing__item {
    width: 33%; } }

@media (min-width: 60em) {
  .video-listing__item {
    width: 25%; } }

/* ================================================================
   Alerts
   ================================================================ */
.site-alert-container {
  background: #C01823; }
  .site-alert-container h1, .site-alert-container h2, .site-alert-container h3, .site-alert-container h4, .site-alert-container h5, .site-alert-container h6, .site-alert-container p {
    margin: 0;
    padding: 0; }

.site-alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 3rem;
  padding: 3rem; }
  @media (min-width: 60em) {
    .site-alert {
      padding: 0;
      flex-direction: row; } }
  .site-alert .btn-more {
    background-color: transparent;
    border: 2px solid currentColor;
    font-weight: 600;
    text-transform: uppercase;
    padding: .5rem 3rem;
    line-height: 1; }
    @media (min-width: 60em) {
      .site-alert .btn-more {
        padding: .5rem;
        margin-left: auto; } }
    .site-alert .btn-more:hover {
      opacity: .7; }

.site-alert__image {
  max-width: 84px;
  padding: 0 20px 0 0; }

.site-alert__description {
  color: #fff;
  font-size: 14px; }
  .site-alert__description a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold; }
    .site-alert__description a:hover, .site-alert__description a:focus {
      text-decoration: none; }

.site-alert__close {
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  top: 0;
  left: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer; }
  .site-alert__close:hover {
    opacity: .8; }
  .site-alert__close:before, .site-alert__close:after {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: '';
    height: 26px;
    width: 4px;
    background-color: #fff; }
  .site-alert__close:before {
    transform: rotate(45deg); }
  .site-alert__close:after {
    transform: rotate(-45deg); }
  @media (min-width: 60em) {
    .site-alert__close {
      left: 0;
      position: relative; } }

/* ================================================================
   Cookie Consent
   ================================================================ */
.cookie-consent {
  background: #42444C;
  padding: 20px 0; }

.cookie-consent__desc {
  color: #fff;
  margin: 0 0 1rem; }

/* ================================================================
   Lists
   ================================================================ */
.listing-section {
  margin: 0 0 30px;
  border-radius: 10px; }

.listing-header {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #e1e1e1; }

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

.listing-item {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #e1e1e1; }

.li-meta {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 5px; }

.li-img {
  margin: 0 0 20px;
  flex: 0 0 160px; }

.li-date {
  margin: 0 0 10px;
  color: #333;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  line-height: 1; }

.li-date-head {
  display: none;
  font-size: 31px;
  font-size: 1.9375rem;
  margin: 0 0 10px; }

.li-date-bot {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase; }

.li-date-mb {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }

.li-content {
  flex: 1 1 auto; }

.li-title {
  color: #42444C;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: normal; }

.li-extra {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.li-extra__item {
  margin: 0 10px; }

.li-desc {
  margin: 0 0 10px; }
  .li-desc:last-child {
    margin: 0; }

.li-more {
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem; }
  .li-more:hover, .li-more:focus {
    text-decoration: none; }

.listing-more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  line-height: normal; }
  .listing-more svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    margin: 0 0 1px 7px; }

.listing-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0 0 0; }

.listing-tags__item {
  display: block;
  margin: 0 5px 5px 0; }

.listing-tags__text {
  font-size: 12px;
  font-size: 0.75rem;
  background: #42444C;
  color: #fff;
  padding: 3px 5px; }
  a.listing-tags__text:hover, a.listing-tags__text:focus {
    background: rgba(66, 68, 76, 0.8); }

@media (min-width: 60em) {
  .listing-intro-inner {
    flex-direction: row;
    font-weight: normal; }
    .listing-intro-inner svg {
      margin: 0 45px 0 0;
      width: 81px;
      height: 77px; }
    .listing-intro-inner span {
      max-width: 140px; }
  .listing-item {
    display: flex;
    justify-content: flex-start; }
  .li-date {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #f0eeeb;
    text-align: center;
    width: 95px;
    height: 95px;
    flex: 0 0 auto;
    margin: 0 10px 0 0; }
  .li-date-head {
    display: block; }
  .li-date-bot {
    display: block; }
  .li-date-mb {
    display: none; }
  .li-img {
    margin: 0 10px 0 0; }
  .li-title {
    margin: 0 0 13px; }
  .li-desc {
    margin: 0 0 15px; } }

@media (min-width: 71.25em) {
  .listing-section-inner {
    padding: 30px; }
  .listing-item {
    padding: 0 10px 25px; }
    .extra-pad .listing-item {
      padding: 0 20px 25px; }
  .li-date {
    margin: 0 30px 0 0; }
  .li-img {
    margin: 0 25px 0 0; } }

.logos-carousel {
  margin: 3rem 0; }
  .logos-carousel__box {
    position: relative; }
  .logos-carousel__slider {
    margin: 0 -0.938em; }
    @media (min-width: 60em) {
      .logos-carousel__slider {
        padding: 0 4rem; } }
    .logos-carousel__slider .slick-track {
      display: flex;
      align-items: center; }
  .logos-carousel__item img {
    max-height: 80px;
    margin: auto; }

.logos-carousel-btn {
  position: absolute;
  top: 0;
  bottom: 0; }
  @media (min-width: 60em) {
    .logos-carousel-btn {
      background-color: transparent;
      width: auto;
      color: #707070; } }
  @media (min-width: 60em) {
    .logos-carousel-btn svg {
      width: 20px;
      height: 30px; } }
  .logos-carousel-btn--prev {
    left: 0; }
    @media (min-width: 60em) {
      .logos-carousel-btn--prev {
        left: 2rem; } }
  .logos-carousel-btn--next {
    right: 0; }
    @media (min-width: 60em) {
      .logos-carousel-btn--next {
        right: 2rem; } }

.services {
  margin: 3rem 0; }
  @media (min-width: 60em) {
    .services__box {
      display: flex;
      flex-wrap: wrap; } }
  .services__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column; }
    @media (min-width: 60em) {
      .services__list {
        width: 35%; } }
    .services__list-item {
      font-size: 1.1rem;
      text-align: center; }
      @media (min-width: 60em) {
        .services__list-item {
          margin-right: 15px;
          flex-grow: 1;
          font-size: 1.8rem; } }
      .services__list-item:not(:last-child) {
        margin-bottom: .5rem; }
      .services__list-item a {
        background-color: #707070;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: .5rem;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center; }
        @media (min-width: 60em) {
          .services__list-item a {
            justify-content: left;
            padding-left: 2rem; } }
        .services__list-item a:hover {
          background-color: #C01823;
          position: relative;
          text-decoration: none; }
          .services__list-item a:hover::after {
            position: absolute;
            right: 2rem;
            width: 20px;
            height: 20px;
            border-width: 0 5px 5px 0; }

.services__locations {
  display: flex;
  flex-direction: column;
  background-color: #EBECED;
  margin: 2rem -15px;
  padding: 2rem 15px;
  position: relative; }
  @media (min-width: 60em) {
    .services__locations {
      margin: 0;
      flex-direction: row;
      width: 65%;
      align-items: center; } }
  .services__locations-map {
    margin: 1rem auto; }
    @media (min-width: 60em) {
      .services__locations-map {
        width: 50%;
        padding: 0 2rem;
        text-align: center; } }
  @media (min-width: 60em) {
    .services__locations-box {
      width: 50%;
      display: flex;
      flex-direction: column; } }
  .services__locations-heading {
    margin: 1rem 0; }
  .services__locations-text {
    margin: 1rem 0 2rem; }
  .services__locations .btn--link {
    margin-left: auto; }
    @media (min-width: 60em) {
      .services__locations .btn--link {
        margin-left: 0; } }

/* ================================================================
   Filters
   ================================================================ */
.filters {
  margin: 0 0 1rem;
  padding: 15px;
  background: #eee; }

.filter {
  margin: 0 0 15px; }
  .filter .button, .filter div[id*='form-'] input[type="submit"], div[id*='form-'] .filter input[type="submit"],
  .filter .form-field input[type="submit"], .form-field .filter input[type="submit"], .filter .culture-selector__button {
    width: 100%;
    white-space: nowrap; }
  .filter:last-child {
    margin: 0; }

.filter__label, .filter--nolabel::before {
  display: block;
  margin: 0 0 3px;
  white-space: nowrap; }

.filter__label--date {
  font-size: .875em;
  padding: 0 5px 0 0; }

.filter__select {
  width: 100%; }

.filter__input {
  width: 100%; }

.filter__input--date {
  width: 70px; }

.filter__fieldset {
  margin: 0 0 15px; }

.filter__legend {
  display: block;
  margin: 0 0 3px;
  width: 100%; }

.filter__fieldset-content {
  display: flex; }

.filter__inner-field {
  padding: 0 10px 0 0; }

.filter__search-content {
  position: relative; }

.filter__search-button {
  position: absolute;
  background: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #42444C; }
  .filter__search-button:hover, .filter__search-button:focus {
    color: #C01823; }
  .filter__search-button svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
    transition: all 0.18s ease-in-out; }

.filter--nolabel::before {
  content: '\a0'; }

@media (min-width: 71.25em) {
  .filters {
    display: flex;
    padding: 15px 5px;
    justify-content: space-between; }
  .filters--stacked {
    display: block; }
    .filters--stacked .filter {
      margin-bottom: 10px; }
  .filter {
    padding: 0 10px;
    width: 100%;
    margin: 0; }
  .filter--date {
    display: flex; }
  .filter__fieldset {
    margin: 0; }
  .filter__fieldset-content {
    justify-content: space-between; }
  .filter__inner-field {
    display: flex;
    align-items: center;
    padding: 0 10px 0 0; } }

.sortbyToggle {
  margin-left: 0;
  margin-right: auto;
  background: transparent;
  border: 2px solid #D6D6D6;
  font-family: "Montserrat", sans-serif;
  padding: 8px 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer; }
  @media (min-width: 60em) {
    .sortbyToggle {
      display: none; } }
  .sortbyToggle svg {
    margin-right: 5px;
    width: 25px;
    height: 25px; }

.sortby {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  grid-gap: 15px; }
  @media (min-width: 60em) {
    .sortby {
      justify-content: flex-end; } }
  @media (min-width: 60em) {
    .sortby-expander {
      display: block; } }
  .sortby__box {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content; }
    @media (min-width: 60em) {
      .sortby__box {
        margin-left: auto; } }
    .sortby__box::after {
      position: absolute;
      right: 1rem;
      color: #C01823;
      pointer-events: none; }
  .sortby__label {
    padding-left: 1rem;
    position: absolute;
    pointer-events: none; }
  .sortby__select {
    border: 2px solid #D6D6D6;
    padding: 0 78px 0 90px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    appearance: none;
    background-color: transparent;
    height: 50px;
    -webkit-appearance: none;
    appearance: none; }
    .sortby__select:active, .sortby__select:focus {
      border-color: #C01823; }

.classes-filter {
  display: flex;
  flex-direction: column; }
  @media (min-width: 60em) {
    .classes-filter {
      flex-direction: row;
      justify-content: space-around; } }
  .classes-filter-item {
    display: flex;
    align-items: center;
    border: 2px solid #D9D9DB;
    margin-bottom: 4px;
    padding: 0 15px; }
    @media (min-width: 60em) {
      .classes-filter-item {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        flex: 1;
        padding: 15px; }
        .classes-filter-item:not(:last-child) {
          margin-right: 15px; } }
    .classes-filter-item label {
      flex: 1;
      font-size: 14px; }
    .classes-filter-item select {
      width: 100%;
      flex: 1;
      background-color: transparent;
      border: 0;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      color: #42444C;
      cursor: pointer;
      padding: 0;
      margin-left: -3px; }
      @media (min-width: 60em) {
        .classes-filter-item select {
          padding: 0; } }

/* ================================================================
   Hero Slider and Static
   ================================================================ */
.hero-slider-container {
  position: relative; }

.hero-slider {
  transition: all 0.18s ease-in-out;
  max-width: 81.25em;
  margin: 0 auto; }

.hero-slide-controls {
  display: none; }
  @media (min-width: 60em) {
    .hero-slide-controls {
      position: absolute;
      bottom: 59px;
      right: 0;
      background: rgba(0, 0, 0, 0.8);
      padding: 0 4rem 0 1rem;
      width: 200px;
      height: 35px;
      display: flex; } }

.hero-slider-btn {
  color: #fff;
  position: absolute;
  top: 40%; }
  .hero-slider-btn--prev {
    left: 0; }
  .hero-slider-btn--next {
    right: 0; }
  .hero-slider-btn--pause {
    margin-left: 1rem;
    top: inherit;
    bottom: 55px;
    right: 20px;
    z-index: 3;
    display: none; }
    @media (min-width: 400px) {
      .hero-slider-btn--pause {
        display: block; } }
  @media (min-width: 60em) {
    .hero-slider-btn {
      position: static;
      top: 0; }
      .hero-slider-btn svg {
        width: 1rem;
        height: 1rem;
        fill: #fff; } }

.hero-slide {
  display: flex;
  flex-direction: column; }
  @media (min-width: 60em) {
    .hero-slide {
      flex-direction: row; } }
  .hero-slide__image-box {
    overflow: hidden;
    position: relative;
    flex: 1 1 55%; }
    @media (min-width: 60em) {
      .hero-slide__image-box {
        max-height: 60vh; }
        .hero-slide__image-box:before {
          content: '';
          display: block;
          position: absolute;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 100%);
          background: #fff;
          height: 100%;
          width: 20%;
          right: -1px;
          z-index: 3; } }
    @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
      .hero-slide__image-box:before {
        display: none; } }
    .hero-slide__image-box .carousel__slider-btn {
      z-index: 4;
      top: 20%; }
      @media (min-width: 400px) {
        .hero-slide__image-box .carousel__slider-btn {
          top: 40%; } }
  .hero-slide__image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0; }
  .hero-slide__container {
    background: #fff;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    z-index: 3;
    flex: 1 1 45%;
    position: relative; }
  .hero-slide__cta {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    background-color: #707070;
    z-index: 2; }
    .hero-slide__cta:before, .hero-slide__cta:after {
      content: '';
      position: absolute;
      display: block;
      clip-path: polygon(0 0, 100% 100%, 0 100%);
      background-color: rgba(192, 24, 35, 0.8);
      width: 100%;
      height: 70%;
      top: -50%; }
      @media (min-width: 60em) {
        .hero-slide__cta:before, .hero-slide__cta:after {
          display: none; } }
    .hero-slide__cta:before {
      clip-path: polygon(100% 0, 100% 100%, 0 100%);
      background-color: #707070;
      z-index: 2;
      top: -49%; }
    .hero-slide__cta a {
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      font-size: 1.5rem;
      text-align: center;
      flex: 1;
      margin: .8rem; }
      .hero-slide__cta a:not(:last-child) {
        border-right: 3px solid currentColor; }

.hero-slide-info-box {
  margin: 3rem auto 1rem; }
  @media (min-width: 60em) {
    .hero-slide-info-box {
      margin: 0; } }
  .hero-slide-info-box__title {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 60em) {
      .hero-slide-info-box__title {
        font-size: 40px;
        text-align: left; } }
    .hero-slide-info-box__title span {
      color: #C01823; }
  .hero-slide-info-box__subtitle {
    margin: 2rem 0; }

.hero-slide-info-box__btn {
  display: none; }
  @media (min-width: 60em) {
    .hero-slide-info-box__btn {
      display: flex;
      color: #C01823;
      font-weight: 700; } }

.hero-slide__item {
  width: 100%;
  max-height: 460px; }

.hero-slide__figure {
  background-size: cover;
  background-position: center;
  height: 400px; }

.page-banner {
  position: relative;
  background-color: #EBECED;
  padding: 40px 15px 30px;
  margin: 0 -15px;
  line-height: 1.8; }
  @media (min-width: 60em) {
    .page-banner {
      margin: 0;
      padding: 15px 50px; } }
  .page-banner-inner {
    display: flex;
    flex-direction: column; }
  .page-banner ul {
    list-style: none; }
    .page-banner ul li::before {
      content: "\2022";
      color: #C01823;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
  .page-banner p {
    margin-bottom: 20px; }
    .page-banner p a {
      color: #C01823; }
  .page-banner .btn--active {
    margin: 0;
    font-weight: 600;
    color: #fff; }
    @media (min-width: 60em) {
      .page-banner .btn--active {
        margin: auto; } }

.prod-toolbox {
  margin: 3rem auto; }
  .prod-toolbox__container {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 60em) {
      .prod-toolbox__container {
        flex-direction: row; } }
  .prod-toolbox__heading {
    display: flex;
    align-items: center;
    margin-bottom: 2rem; }
    .prod-toolbox__heading h3 {
      margin: 0; }
    @media (min-width: 60em) {
      .prod-toolbox__heading {
        margin-right: 15px; } }
  .prod-toolbox__toggle {
    position: relative;
    border: 3px solid #C01823;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    padding: 0 !important;
    margin-right: 1rem;
    flex-shrink: 0; }
    .prod-toolbox__toggle:after, .prod-toolbox__toggle:before {
      margin: auto;
      right: 1rem !important;
      top: 4px !important;
      bottom: 0; }
    @media (min-width: 60em) {
      .prod-toolbox__toggle {
        display: none; } }
  .prod-toolbox__content {
    width: 100%;
    display: none; }
    @media (min-width: 60em) {
      .prod-toolbox__content {
        display: block; } }
    .prod-toolbox__content .icon-cta__title {
      font-size: 14px; }
      @media (min-width: 60em) {
        .prod-toolbox__content .icon-cta__title {
          font-size: 10px; } }
    .prod-toolbox__content .icon-cta__image {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 50px;
      width: 100%; }
  .prod-toolbox__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }
    @media (min-width: 60em) {
      .prod-toolbox__inner {
        display: flex;
        flex: auto; } }

.promo__container {
  position: relative;
  margin: 0 -15px 0 0; }
  @media (min-width: 60em) {
    .promo__container {
      margin: 0; } }
  .promo__container .btn--link {
    margin-left: auto;
    margin-right: 1rem; }

.promo__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

.promo__item {
  color: #fff; }
  @media (min-width: 60em) {
    .promo__item {
      display: flex !important;
      flex-wrap: wrap; } }
  .promo__item:hover {
    text-decoration: none; }
  .promo__item:not(:last-child) {
    margin-right: 1rem; }
    @media (min-width: 60em) {
      .promo__item:not(:last-child) {
        margin-right: 0; } }

@media (min-width: 60em) {
  .promo__image-box {
    width: 45%; } }

.promo__image {
  margin: 0;
  position: relative;
  background-size: cover;
  width: 100%; }
  .promo__image .aspect-ratio {
    padding-top: 66.66%;
    /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */ }
  .promo__image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }
    @media (min-width: 60em) {
      .promo__image img {
        position: relative; } }

.promo__content {
  background-color: #EBECED;
  color: #42444C;
  font-weight: 700;
  padding: 1rem 1rem 2rem;
  z-index: 3; }
  @media (min-width: 60em) {
    .promo__content {
      position: relative;
      padding: 4rem 2rem;
      font-size: 23px;
      width: 55%; } }
  .promo__content .heading-line {
    display: none; }
    @media (min-width: 60em) {
      .promo__content .heading-line {
        display: block; } }

@media (min-width: 60em) {
  .promo__name:hover {
    text-decoration: underline; } }

.promo__slider-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0; }
  @media (min-width: 60em) {
    .promo__slider-controls {
      margin: 0 6rem; } }

@media (min-width: 60em) {
  .promo__bottom {
    display: flex;
    position: absolute;
    bottom: 2rem;
    right: 2rem; } }

.promo__slider-btn {
  color: #707070; }
  .promo__slider-btn--prev {
    display: none; }
    @media (min-width: 60em) {
      .promo__slider-btn--prev {
        display: inherit;
        order: -2; } }
  .promo__slider-btn--next {
    display: none; }
    @media (min-width: 60em) {
      .promo__slider-btn--next {
        display: inherit; } }
  .promo__slider-btn--pause {
    margin-left: 1rem; }
  .promo__slider-btn--dots {
    order: -1; }

.cards {
  margin: 3rem auto; }

.cards-box {
  margin: 0 -15px; }
  @media (min-width: 60em) {
    .cards-box {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 15px;
      margin: auto; } }
  @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
    .cards-box {
      display: flex;
      flex-wrap: wrap; }
      .cards-box .card {
        width: calc(33% - 7px); }
        .cards-box .card:not(:last-child) {
          margin-right: 15px; } }

.card {
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 60px 30px 30px; }
  .card::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6); }
  .card__heading {
    color: #fff;
    margin-bottom: 6rem; }
    @media (min-width: 60em) {
      .card__heading {
        width: min-content;
        margin-bottom: 8rem; } }
  .card__link {
    z-index: 2;
    color: #fff;
    margin-left: auto; }
    @media (min-width: 60em) {
      .card__link {
        margin-left: 0; } }

.side-by-side {
  margin: 0 0 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 35px 0; }
  .side-by-side + .side-by-side {
    margin-top: -31px; }
  .side-by-side .btn, .side-by-side .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .side-by-side .form-control-text {
    display: block; }

.side-by-side__img {
  position: relative;
  background: no-repeat center center / cover;
  margin: 0 0 25px; }
  .side-by-side__img.b-lazy, .side-by-side__img.b-lazy-wrapper {
    position: relative; }
    .side-by-side__img.b-lazy::before, .side-by-side__img.b-lazy-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: #fff;
      transition: all 0.18s ease-in-out; }
    .side-by-side__img.b-lazy.b-loaded::before, .side-by-side__img.b-lazy.b-lazy-wrapper-done::before, .side-by-side__img.b-lazy-wrapper.b-loaded::before, .side-by-side__img.b-lazy-wrapper.b-lazy-wrapper-done::before {
      background: rgba(255, 255, 255, 0); }
  .side-by-side__img img {
    width: 100%; }
  .side-by-side__img::after {
    content: "";
    display: block;
    padding-top: 66.66667%; }

.side-by-side__content > *:last-child {
  margin-bottom: 0; }

.side-by-side__links {
  text-align: center; }
  .side-by-side__links .btn, .side-by-side__links .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .side-by-side__links .form-control-text {
    margin-bottom: 25px; }

@media (min-width: 48em) {
  .side-by-side {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    margin: 0 0 60px;
    padding: 55px 0; }
    .side-by-side + .side-by-side {
      margin-top: -61px; }
    .side-by-side .btn, .side-by-side .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .side-by-side .form-control-text {
      display: inline-block; }
  .side-by-side--flipped .side-by-side__img {
    order: 2;
    margin: 0 0 0 55px; }
  .side-by-side__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 65%; }
  .side-by-side__content {
    width: 100%; }
  .side-by-side__img {
    flex: 1 1 auto;
    margin: 0 55px 0 0; }
  .side-by-side__links {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .side-by-side__links .btn, .side-by-side__links .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .side-by-side__links .form-control-text {
      margin: 0 10px 0 0; } }

.slider-product-list__nav-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0; }
  .slider-product-list__nav-box .slider-product-list__thumb:only-child {
    display: none; }

.slider-product-list__nav {
  width: 80%;
  position: relative; }

.slider-product-list__image {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat; }
  .slider-product-list__image .aspect-ratio {
    padding-top: 75%;
    /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */ }
  .slider-product-list__image--projects .aspect-ratio {
    padding-top: 45%;
    /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */ }

.slider-product-list__thumb {
  margin: auto 5px;
  border: 2px solid transparent;
  cursor: pointer;
  background-size: cover;
  background-position: center center; }
  .slider-product-list__thumb.slick-current {
    border: 2px solid #C01823; }
  .slider-product-list__thumb .aspect-ratio {
    padding-top: 75%;
    /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */ }

.slider-product-list__btn--prev, .slider-product-list__btn--next {
  margin: 0;
  position: relative !important;
  left: 0 !important;
  background: none; }
  .slider-product-list__btn--prev svg, .slider-product-list__btn--next svg {
    fill: #C01823;
    width: 15px !important;
    height: inherit !important; }

.gallery, .post .gallery {
  position: absolute;
  right: 0;
  top: 0; }
  .gallery .zoom-image, .post .gallery .zoom-image {
    background-color: #C01823;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .gallery .zoom-image:before, .gallery .zoom-image:after, .post .gallery .zoom-image:before, .post .gallery .zoom-image:after {
      position: absolute;
      content: '';
      height: 12px;
      width: 3px;
      background-color: #fff; }
    .gallery .zoom-image:before, .post .gallery .zoom-image:before {
      transform: rotate(0deg); }
    .gallery .zoom-image:after, .post .gallery .zoom-image:after {
      transform: rotate(90deg); }
    .gallery .zoom-image:hover, .gallery .zoom-image:focus, .post .gallery .zoom-image:hover, .post .gallery .zoom-image:focus {
      opacity: .7; }

.slider-product-single__nav-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0; }

.slider-product-single__nav {
  width: 80%;
  position: relative; }

.slider-product-single__image {
  background-size: cover;
  background-position: center center; }
  .slider-product-single__image .aspect-ratio {
    padding-top: 66.66%;
    /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */ }

.slider-product-single__thumb {
  margin: auto 5px;
  border: 2px solid transparent;
  cursor: pointer;
  background-size: cover;
  background-position: center center; }
  .slider-product-single__thumb.slick-current {
    border: 2px solid #C01823; }
  .slider-product-single__thumb .aspect-ratio {
    padding-top: 66.66%;
    /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */ }
  .slider-product-single__thumb--video {
    padding: 0; }
    .slider-product-single__thumb--video::before {
      right: 0; }
    .slider-product-single__thumb--video::after {
      left: 0;
      right: -3px; }

.slider-product-single__btn--prev, .slider-product-single__btn--next {
  margin: 0;
  position: relative !important;
  left: 0 !important; }
  .slider-product-single__btn--prev svg, .slider-product-single__btn--next svg {
    fill: #C01823;
    width: 15px !important; }

.search-landing {
  background-color: #EBECED;
  margin-bottom: 3rem; }

.search-catalog {
  padding: 15px 0; }
  @media (min-width: 60em) {
    .search-catalog {
      padding: 2rem 0; } }

@media (min-width: 60em) {
  .search-catalog__upper {
    display: flex; } }

.search-catalog__lower {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #42444C;
  font-family: "Montserrat", sans-serif; }
  @media (min-width: 60em) {
    .search-catalog__lower {
      justify-content: flex-start;
      margin: 0; } }

.search-catalog__categories {
  position: static; }
  @media (min-width: 60em) {
    .search-catalog__categories {
      margin-left: 3rem; } }
  .search-catalog__categories-toggle {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #42444C; }
    .search-catalog__categories-toggle:hover, .search-catalog__categories-toggle:active, .search-catalog__categories-toggle:focus {
      text-decoration: underline; }
  .search-catalog__categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background-color: #fff;
    border-bottom: 3px solid #C01823;
    padding-left: 1rem;
    z-index: 2;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    top: 38px;
    left: 0; }
    @media (min-width: 60em) {
      .search-catalog__categories ul {
        width: auto;
        top: 50px;
        left: inherit;
        padding-right: 6rem; } }
    .search-catalog__categories ul li a {
      display: block;
      padding: 6px 0;
      width: 100%; }
      .search-catalog__categories ul li a:hover, .search-catalog__categories ul li a:focus {
        color: #C01823;
        text-decoration: none; }

.search-catalog__form {
  flex-direction: row;
  position: relative;
  flex-wrap: wrap; }
  @media (min-width: 60em) {
    .search-catalog__form {
      flex: 1;
      margin-left: 2rem; } }
  .search-catalog__form .hawk-autosuggest-menu {
    position: absolute;
    width: 100%;
    top: 55px; }
    .search-catalog__form .hawk-autosuggest-menu h3 {
      margin-bottom: 10px; }
    .search-catalog__form .hawk-autosuggest-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding: 10px; }
      .search-catalog__form .hawk-autosuggest-menu ul li, .search-catalog__form .hawk-autosuggest-menu ul div {
        cursor: pointer; }
        .search-catalog__form .hawk-autosuggest-menu ul li:hover, .search-catalog__form .hawk-autosuggest-menu ul li:focus, .search-catalog__form .hawk-autosuggest-menu ul div:hover, .search-catalog__form .hawk-autosuggest-menu ul div:focus {
          opacity: .8; }
  .search-catalog__form .search-input-box {
    flex: 1; }
    .search-catalog__form .search-input-box input.form__input {
      color: #42444C;
      border: none;
      border-bottom: 1px solid #42444C; }
      .search-catalog__form .search-input-box input.form__input::-webkit-input-placeholder {
        color: #42444C; }
      .search-catalog__form .search-input-box input.form__input:-moz-placeholder {
        color: #42444C; }
      .search-catalog__form .search-input-box input.form__input::-moz-placeholder {
        color: #42444C; }
      .search-catalog__form .search-input-box input.form__input:-ms-input-placeholder {
        color: #42444C; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .search-catalog__form .search-input-box input {
        padding: 20px 0 0; }
      .search-catalog__form .search-input-box label {
        display: none; } }
  .search-catalog__form .search-button-box {
    flex: 0;
    margin-left: 15px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .search-catalog__form .search-button-box {
        flex: none; } }

.search-catalog__options {
  display: block;
  margin-top: 15px;
  flex-basis: 100%; }
  @media (min-width: 60em) {
    .search-catalog__options {
      display: flex;
      justify-content: space-between; } }
  .search-catalog__options .form__radio-group {
    margin-bottom: 10px; }
    @media (min-width: 60em) {
      .search-catalog__options .form__radio-group {
        margin-bottom: 0; } }

.solutions-wrapper {
  margin-top: 3rem; }

.solutions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 15px; }
  @media (min-width: 60em) {
    .solutions {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .solutions {
      display: flex;
      flex-wrap: wrap; }
      .solutions__item {
        width: calc(25% - 12px);
        margin-top: 12px;
        margin-right: 12px; } }
  .solutions__link {
    background-size: cover;
    background-position: center center;
    position: relative;
    display: block; }
    .solutions__link .aspect-ratio {
      padding-top: 66.66%;
      /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */ }
  .solutions__title {
    background-color: rgba(112, 112, 112, 0.8);
    padding: 10px 0 10px 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%; }

.solutions-tabs-toggle {
  width: 100%;
  background-color: transparent;
  border: 2px solid #33353C;
  color: #33353C;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  position: relative; }
  @media (min-width: 60em) {
    .solutions-tabs-toggle {
      display: none; } }
  .solutions-tabs-toggle.active {
    border-color: #C01823; }
  .solutions-tabs-toggle::after {
    position: absolute;
    right: 15px;
    color: #33353C; }

.solutions-tabs-box {
  position: relative;
  margin: 15px 0; }

.solutions-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  left: 0;
  border: 2px solid #C01823;
  top: 48px; }
  @media (min-width: 60em) {
    .solutions-tabs {
      position: static;
      border: none;
      display: flex !important;
      grid-gap: 15px; } }
  @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
    .solutions-tabs__item:not(:last-child) {
      margin-right: 15px; } }
  .solutions-tabs__item {
    flex: 1; }
  .solutions-tabs__button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 60em) {
      .solutions-tabs__button {
        flex: 1;
        background-color: transparent;
        color: #33353C;
        border: 2px solid #33353C;
        cursor: pointer;
        height: 70px;
        font-weight: 600;
        text-align: center;
        padding: 0 5px; } }
    .solutions-tabs__button:hover, .solutions-tabs__button:focus {
      text-decoration: none; }
    .solutions-tabs__button.active {
      font-weight: 700; }
      @media (min-width: 60em) {
        .solutions-tabs__button.active {
          background-color: #33353C;
          color: #fff; } }

@media (min-width: 60em) {
  .solutions-header {
    display: flex;
    grid-gap: 15px; }
    .solutions-header .page-banner, .solutions-header .slider-product-single {
      width: 50%; } }
    @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
      .solutions-header .page-banner:not(:last-child), .solutions-header .slider-product-single:not(:last-child) {
        margin-right: 15px; } }

.solutions-header .slider-product-single {
  margin-top: 3rem; }
  @media (min-width: 60em) {
    .solutions-header .slider-product-single {
      margin-top: 0; } }

.solutions-content-wrapper {
  margin-top: 3rem; }
  @media (min-width: 60em) {
    .solutions-content-wrapper {
      max-width: 60em;
      margin-left: auto;
      margin-right: auto; } }

.solutions-content {
  border: 2px solid #33353C;
  padding: 3rem; }
  .solutions-content a {
    color: #C01823; }

.slider-section {
  position: relative;
  text-align: center;
  padding: 70px; }

.slider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto; }

.slider__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 100%; }

.slider__part {
  max-width: 200px;
  justify-content: center;
  align-items: center; }
  a.slider__part:hover, a.slider__part:focus {
    opacity: 0.7; }

.slider__img {
  max-height: 100%; }

.slider-btn--prev {
  left: 20px; }

.slider-btn--next {
  right: 20px; }

@media (min-width: 60em) {
  .slider__item {
    width: 12.5%;
    flex: 1 0 auto;
    padding: 0 10px; } }

.carousel__slider-box {
  position: relative;
  margin: 0 -15px 15px; }
  @media (min-width: 60em) {
    .carousel__slider-box {
      margin: 0 0 15px; } }

.carousel__slider {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 60em) {
    .carousel__slider {
      padding: 0 5rem; } }

.carousel-item {
  display: flex;
  padding: 0 calc(15px/2);
  flex-direction: column;
  text-decoration: underline; }
  .carousel-item__image-box {
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px; }
  .carousel-item:hover {
    color: #707070; }
  .carousel-item__name {
    font-weight: 600; }
  .carousel-item .aspect-ratio {
    padding-top: 66.66%;
    /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */ }

.carousel__slider-btn {
  position: absolute;
  top: 40%; }
  @media (min-width: 60em) {
    .carousel__slider-btn svg {
      width: 20px;
      height: 30px; } }
  @media (min-width: 60em) {
    .carousel__slider-btn--prev {
      left: 2rem; } }
  .carousel__slider-btn--next {
    right: 0; }
    @media (min-width: 60em) {
      .carousel__slider-btn--next {
        right: 2rem; } }

.wholesale {
  margin: 0 auto 3rem; }
  @media (min-width: 60em) {
    .wholesale-box {
      display: flex;
      grid-gap: 30px; } }
  @media (min-width: 60em) {
    .wholesale__description-box {
      width: 35%; } }
  @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
    .wholesale__description-box {
      width: 40%; } }
  @media (min-width: 60em) {
      .wholesale__description-box p {
        margin-bottom: 30px; } }
  .wholesale__icons-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 3rem auto 0;
    grid-gap: 30px; }
    @media (min-width: 60em) {
      .wholesale__icons-box {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 65%;
        margin: 15px; } }
  @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
    .wholesale__icons-box {
      display: flex;
      flex-wrap: wrap; }
      .wholesale__icons-box .icon-cta {
        flex: none;
        width: 25%;
        margin-top: 12px; } }
  .wholesale .btn--link {
    margin-left: auto; }
    @media (min-width: 60em) {
      .wholesale .btn--link {
        margin-left: 0; } }
  @media (min-width: 60em) {
    .wholesale .heading-line {
      font-size: 40px;
      font-size: 2.5rem; } }

.icon-cta {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all .2s; }
  .icon-cta__image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    width: 100%; }
  .icon-cta__title {
    color: #C01823;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    font-size: 14px; }
    @media (min-width: 60em) {
      .icon-cta__title {
        width: 100%; } }
  .icon-cta:hover, .icon-cta:active {
    text-decoration: none;
    transform: scale(110%); }

/* ================================================================
   Vendor Imports
   ================================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  color: #000;
  max-width: 780px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #C01823; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

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

@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.focus-overlay {
  display: none;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 0 3px 2px #78aeda;
  transition: all 0.2s cubic-bezier(0, 1, 0, 1); }

.focus-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 0 2px 1px #008cff, 0 0 2px #008cff inset;
  transition: all 0.1s ease-out; }

.focus-overlay.focus-overlay-active {
  display: block; }

.focus-overlay.focus-overlay-animating::after {
  opacity: 1; }

.focus-overlay-target {
  outline: none; }

/*!
 * froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

img.fr-rounded, .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

img.fr-bordered, .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC; }

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fr-view {
  word-wrap: break-word; }

.fr-view span[style~="color:"] a {
  color: inherit; }

.fr-view strong {
  font-weight: 700; }

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%; }

.fr-view table td {
  min-width: 5px; }

.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
  border-style: dashed; }

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke; }

.fr-view table td, .fr-view table th {
  border: 1px solid #DDD; }

.fr-view table td:empty, .fr-view table th:empty {
  height: 20px; }

.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
  border: 1px double red; }

.fr-view table td.fr-thick, .fr-view table th.fr-thick {
  border-width: 2px; }

.fr-view table th {
  background: #ececec; }

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always; }

.fr-view .fr-file {
  position: relative; }

.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal; }

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible; }

.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0; }

.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00BCD4; }

.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43A047; }

.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1; }

.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4; }

.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047; }

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0; }

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle; }

.fr-view .fr-text-gray {
  color: #AAA !important; }

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0; }

.fr-view .fr-text-spaced {
  letter-spacing: 1px; }

.fr-view .fr-text-uppercase {
  text-transform: uppercase; }

.fr-view .fr-class-highlighted {
  background-color: #ffff00; }

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace; }

.fr-view .fr-class-transparency {
  opacity: 0.5; }

.fr-view img {
  position: relative;
  max-width: 100%; }

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px); }

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px); }

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%; }

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px); }

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px); }

.fr-view .fr-video {
  text-align: center;
  position: relative; }

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none; }

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both; }

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left; }

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right; }

.fr-view .fr-video.fr-dvi {
  display: inline-block; }

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left; }

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right; }

.fr-view a.fr-strong {
  font-weight: 700; }

.fr-view a.fr-green {
  color: green; }

.fr-view .fr-img-caption {
  text-align: center; }

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%; }

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%; }

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center; }

.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
  font-size: 24px; }

/**
 * Image style.
 */
a.fr-view.fr-strong {
  font-weight: 700; }

a.fr-view.fr-green {
  color: green; }

/**
 * Link style.
 */
img.fr-view {
  position: relative;
  max-width: 100%; }

img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px); }

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px); }

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%; }

span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px); }

span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px); }

/* ================================================================
   Pages
   ================================================================ */
.branch {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  grid-gap: 15px; }
  @media (min-width: 60em) {
    .branch {
      flex-direction: row; } }

.branch__map {
  background-color: #EBECED;
  padding-top: 66.66%; }
  @media (min-width: 60em) {
    .branch__map {
      max-width: 768px;
      width: 69%;
      padding-top: 39%; } }
  @media screen and (min-width: 60em) and (-ms-high-contrast: active), (min-width: 60em) and (-ms-high-contrast: none) {
    .branch__map {
      margin-right: 15px; } }

.branch__info {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  color: #42444C; }
  @media (min-width: 60em) {
    .branch__info {
      width: 31%; } }

.branch__meta {
  background-color: #EBECED;
  padding: 20px;
  display: flex;
  flex-grow: 1; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .branch__meta:not(:last-child) {
      margin-bottom: 15px; } }
  .branch__meta svg {
    fill: #C01823;
    width: 60px;
    height: 60px; }
  .branch__meta strong {
    text-transform: uppercase; }

.catalog-interior, .facet .hawk-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid !important;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 60em) {
    .catalog-interior, .facet .hawk-results__listing {
      grid-template-columns: repeat(3, 1fr); }
      .catalog-interior.grid-3, .facet .hawk-results__listing.grid-3 {
        grid-template-columns: repeat(3, 1fr); }
      .catalog-interior.grid-4, .facet .hawk-results__listing.grid-4 {
        grid-template-columns: repeat(4, 1fr); } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .catalog-interior, .facet .hawk-results__listing {
      display: flex;
      flex-wrap: wrap; }
      .catalog-interior__item, .facet .hawk-results__listing__item {
        width: calc(33% - 10px);
        margin-top: 12px;
        margin-right: 12px; } }
  .catalog-interior__link, .facet .hawk-results__listing__link {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: block; }
    .catalog-interior__link .aspect-ratio, .facet .hawk-results__listing__link .aspect-ratio {
      padding-top: 66.66%;
      /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */ }
  .catalog-interior__sort, .facet .hawk-results__listing__sort {
    background-color: rgba(112, 112, 112, 0.8);
    padding: 10px 0 10px 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 10px; }
    @media (min-width: 60em) {
      .catalog-interior__sort, .facet .hawk-results__listing__sort {
        font-size: 1rem; } }
  .catalog-interior__category, .facet .hawk-results__listing__category {
    font-weight: 600;
    font-size: 14px;
    color: #707070;
    margin: calc(15px/2) 0; }
    @media (min-width: 60em) {
      .catalog-interior__category, .facet .hawk-results__listing__category {
        margin: 15px 0; } }
  .catalog-interior__title, .facet .hawk-results__listing__title {
    font-size: 18px;
    color: #42444C;
    font-weight: 700;
    text-decoration: underline; }
    @media (min-width: 60em) {
      .catalog-interior__title, .facet .hawk-results__listing__title {
        font-size: 20px; } }
  .catalog-interior__price, .facet .hawk-results__listing__price {
    color: #707070;
    font-weight: 700;
    margin: calc(15px/2) 0; }
  .catalog-interior a, .facet .hawk-results__listing a {
    display: block; }
    .catalog-interior a:hover, .facet .hawk-results__listing a:hover {
      text-decoration: none;
      opacity: .8; }

.pagination--catalog {
  margin: 15px 0; }
  .pagination--catalog .pagination__list {
    justify-content: center;
    align-items: center; }
  .pagination--catalog .pagination__link {
    font-size: 0;
    color: #C01823; }
    @media (min-width: 60em) {
      .pagination--catalog .pagination__link {
        font-size: 20px; } }
    .pagination--catalog .pagination__link.disabled {
      color: #707070; }
  .pagination--catalog .pagination__pages {
    margin: 0 15px; }
    @media (min-width: 60em) {
      .pagination--catalog .pagination__pages {
        margin: 0 3rem; } }

.content-listing-section {
  margin: 3rem 0; }

.content-listing {
  margin: 0;
  padding: 0;
  list-style: none; }
  .content-listing__item {
    margin-bottom: 3rem; }
    @media (min-width: 60em) {
      .content-listing__item {
        display: flex; } }
  @media (min-width: 60em) {
    .content-listing__image {
      width: 45%; } }
  .content-listing__content {
    margin-top: 15px; }
    @media (min-width: 60em) {
      .content-listing__content {
        margin-top: 0;
        margin-left: 15px;
        width: 55%; } }
  .content-listing__more {
    margin-top: 1rem;
    margin-left: auto; }
    @media (min-width: 60em) {
      .content-listing__more {
        margin-top: 1rem;
        margin-left: 0; } }

.home-bottom {
  margin: 3rem auto; }

.home-bottom-box {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-gap: 3rem; }
  @media (min-width: 60em) {
    .home-bottom-box {
      display: -ms-grid;
      -ms-grid-columns: 1fr 1fr 1fr;
      -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 15px;
      grid-template-areas: "about about news" "about about news" "newsletter newsletter news"; }
      .home-bottom-box .about {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: about; }
      .home-bottom-box .newsletter {
        -ms-grid-row: 3;
        -ms-grid-column-span: 2;
        grid-area: newsletter; }
      .home-bottom-box .news {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-row-span: 3;
        grid-area: news; } }

.about, .newsletter, .news {
  margin: 0 -15px; }
  @media (min-width: 60em) {
    .about, .newsletter, .news {
      margin: auto; } }

.post {
  margin: 0 0; }
  .post__featured-image {
    margin: 0 -15px; }
    @media (min-width: 60em) {
      .post__featured-image {
        margin: 0; } }
  .post__share {
    margin: 15px 0; }
    .post__share ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      grid-gap: 15px; }
    .post__share a {
      display: flex; }
    .post__share svg {
      fill: #707070;
      width: 30px;
      height: 30px; }
  .post__heading {
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 5px; }
    @media (min-width: 60em) {
      .post__heading {
        font-size: 40px; } }
  .post__meta {
    color: #C01823;
    font-weight: 700;
    text-transform: uppercase; }
  .post__content {
    margin: 30px 0; }
  .post a {
    color: #C01823; }

.related-posts {
  border: 2px solid #D9D9DB;
  margin: 15px 0 0;
  padding: 15px; }
  @media (min-width: 60em) {
    .related-posts {
      margin: 0 0 15px; } }
  .related-posts ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .related-posts ul li {
      margin-bottom: 7.5px;
      position: relative;
      padding-left: 15px;
      font-size: 14px; }
      .related-posts ul li::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #C01823;
        position: absolute;
        top: 8px;
        left: 0; }

.product-single__meta-info {
  color: #42444C; }
  @media (min-width: 60em) {
    .product-single__meta-info {
      max-width: 70%; } }

.product-single__price {
  font-size: 23px;
  font-weight: 700;
  margin-top: 8px; }

.product-single__ctas {
  margin: 15px 0;
  display: flex;
  flex-direction: column; }
  .product-single__ctas .btn, .product-single__ctas .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .product-single__ctas .form-control-text {
    font-weight: 700;
    margin: 0; }
    .product-single__ctas .btn--offer {
      flex: 1 100%;
      text-transform: uppercase;
      background-color: #C01823;
      font-size: 22px;
      margin-right: 0 !important;
      margin-bottom: 8px; }
      .product-single__ctas .btn--offer:hover, .product-single__ctas .btn--offer:active {
        opacity: .8; }
  .product-single__ctas .btn-group {
    display: flex; }
    .product-single__ctas .btn-group .btn, .product-single__ctas .btn-group .FormPanel table.EditingFormTable .date-picker-field .form-control-text, .FormPanel table.EditingFormTable .date-picker-field .product-single__ctas .btn-group .form-control-text {
      width: 50%; }
      .product-single__ctas .btn-group .btn:last-child, .product-single__ctas .btn-group .FormPanel table.EditingFormTable .date-picker-field .form-control-text:last-child, .FormPanel table.EditingFormTable .date-picker-field .product-single__ctas .btn-group .form-control-text:last-child {
        margin-left: 15px; }
      .product-single__ctas .btn-group .btn:first-child, .product-single__ctas .btn-group .FormPanel table.EditingFormTable .date-picker-field .form-control-text:first-child, .FormPanel table.EditingFormTable .date-picker-field .product-single__ctas .btn-group .form-control-text:first-child {
        margin-left: 0; }
  .product-single__ctas .download-form-btn {
    margin-top: 8px; }

.product-single__share {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 60em) {
    .product-single__share {
      flex-direction: column; } }

.product-single__share-btns {
  display: flex;
  width: 50%;
  margin: 15px 0; }
  @media (min-width: 60em) {
    .product-single__share-btns {
      width: 100%; } }
  .product-single__share-btns .product-single__share-btn:first-child {
    display: none; }
    @media (min-width: 60em) {
      .product-single__share-btns .product-single__share-btn:first-child {
        display: block; } }
    .product-single__share-btns .product-single__share-btn:first-child svg {
      margin-left: 0; }

.product-single__share-social {
  width: 50%;
  display: flex;
  justify-content: space-evenly; }
  @media (min-width: 60em) {
    .product-single__share-social {
      width: 100%; } }
  .product-single__share-social a {
    display: flex; }
    .product-single__share-social a svg {
      fill: #707070;
      margin: 0;
      width: 45px;
      height: 45px; }
      .product-single__share-social a svg:hover {
        fill: #C01823; }

.product-single__share-btn {
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .product-single__share-btn svg {
    fill: #707070; }

.product-group-description {
  margin-top: 2rem; }
  @media (min-width: 60em) {
    .product-group-description {
      margin-top: 0; } }

.product-links {
  margin: 0; }
  .product-links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-links ul li {
      margin: 8px 0; }
      .product-links ul li a {
        color: #C01823;
        text-decoration: underline;
        font-weight: 700; }

.product__content {
  margin-bottom: 15px; }

.social__icon {
  fill: #707070;
  width: 40px;
  height: 40px;
  margin-left: 15px; }
  .social__icon:hover {
    fill: #C01823; }

.product-from__heading {
  text-align: left;
  margin-bottom: 10px; }

.product-from__name {
  text-align: left;
  color: #C01823;
  margin-bottom: 0; }

button.modaal-close {
  position: absolute;
  right: 0;
  top: 0; }
  button.modaal-close::before, button.modaal-close::after {
    background-color: #C01823; }
    button.modaal-close::before:hover, button.modaal-close::before:active, button.modaal-close::before:focus, button.modaal-close::after:hover, button.modaal-close::after:active, button.modaal-close::after:focus {
      opacity: .8; }

/* print styles */
.product-print-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start; }

.product-print-images__image {
  width: 30%;
  margin: 0 6px 12px;
  background-size: cover;
  background-position: 50%; }
  .product-print-images__image .aspect-ratio {
    padding-top: 100%; }

.product-print-images__image:only-child {
  width: 50%; }

.product-mid-logo {
  display: none; }

@media print {
  .site-alert-container,
  .hamburger,
  .header-bottom,
  .header-search-trigger,
  .search-landing,
  .blog-listing__thumb-icon,
  .product-links,
  .product-single__ctas,
  .product-single__share,
  .equipment-used,
  .slider-product-list__nav-box,
  .faqs-tabs-accordion-toggle:before,
  .faqs-tabs-accordion-toggle:after,
  .promo,
  .about,
  .newsletter,
  .footer__btns,
  .footer__social,
  .footer__nav,
  .back-to-top,
  .footer__bottom,
  .breadcrumbs,
  .header-search-input,
  .gallery,
  .header-utility-container {
    display: none !important; }
  .faqs-tabs-accordion-target {
    display: block; }
  .header-logo {
    width: 400px;
    margin: auto; }
  .slider-product-list__main {
    /* one item */
    /* two items */ }
    .slider-product-list__main .slick-list {
      overflow: auto; }
    .slider-product-list__main .slick-track {
      opacity: 1;
      width: 100% !important;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: start; }
    .slider-product-list__main .slick-slide {
      display: none !important; }
    .slider-product-list__main .slick-slide:nth-child(1),
    .slider-product-list__main .slick-slide:nth-child(2),
    .slider-product-list__main .slick-slide:nth-child(3),
    .slider-product-list__main .slick-slide:nth-child(4),
    .slider-product-list__main .slick-slide:nth-child(5),
    .slider-product-list__main .slick-slide:nth-child(6) {
      display: block !important;
      opacity: 1 !important;
      position: static !important;
      width: 30% !important;
      margin: 0 6px 12px; }
    .slider-product-list__main .slick-slide:only-child {
      width: 50% !important; }
    .slider-product-list__main .slick-slide:first-child:nth-last-child(2),
    .slider-product-list__main .slick-slide:first-child:nth-last-child(2) ~ .slick-slide {
      width: 48% !important; }
  .product-single__meta-info {
    display: flex;
    align-items: center; }
  .product-single__price {
    margin: 0 0 0 10px; }
  .product-mid-logo {
    display: none;
    page-break-before: always;
    break-before: always;
    width: 100%; }
    .product-mid-logo img {
      width: 100%; }
  .interior-content-grid {
    display: table;
    width: 100% !important; }
  .footer-top {
    margin-top: 0; }
  .footer__top-inner {
    padding: 0; }
  .header-top, .header-col {
    padding: 0; }
  .interior-left {
    margin-bottom: 0; }
  .interior-rail-full h1 {
    font-size: 1.125rem;
    margin-bottom: 5px; }
  .interior-rail-full h3 {
    font-size: 0.875rem;
    margin-bottom: 10px; }
  .product-single__meta-info, .product-single__price {
    font-size: 0.875rem; }
  .faqs-tabs-accordion {
    margin-bottom: 5px; }
  .faqs-tabs-accordion-toggle {
    padding: 5px 0;
    font-size: 0.9375rem; }
  .faqs-tabs-accordion-target {
    padding: 10px;
    font-size: 0.875rem; }
  .mb40 {
    margin-bottom: 0 !important; }
  footer {
    margin-top: 10px; }
  .header-logo-print {
    margin-top: -35px; }
  .logo-footer-print {
    border-top: 5px solid #C01823;
    position: fixed !important;
    bottom: 0;
    left: 0; }
  .footer__top {
    border: none; } }

/******************************** 
** Fix Image Orientation - EXIF 
********************************/
.fix-orientation--3 {
  image-orientation: none;
  transform: rotate(180deg); }

.fix-orientation--6 {
  image-orientation: none;
  transform: rotate(90deg); }

.fix-orientation--8 {
  image-orientation: none;
  transform: rotate(-90deg); }

html body {
  transition: all 0.3s ease-in-out; }

html.js-data-toggled {
  color: #fff;
  fill: #fff; }
  html.js-data-toggled body {
    background: #000; }

.expandable-examples *:focus {
  outline: 1px solid blue; }

.expandable-examples div {
  margin: 1em 0; }

.color-block {
  display: inline-block;
  margin: 5px;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 240px;
  vertical-align: middle; }
  .color-block.color-primary {
    background: #42444C; }
  .color-block.color-secondary {
    background: #C01823; }

#svg-list {
  font-size: 0; }
  #svg-list .item {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    padding: 10px;
    text-align: center; }
    #svg-list .item .title {
      font-weight: bold;
      padding: 5px;
      font-size: 16px; }
    #svg-list .item .ident {
      padding: 5px;
      font-size: 14px; }
    #svg-list .item svg {
      display: inline-block;
      width: 100%; }

.container .talon-templates-wrapper {
  position: static;
  width: auto;
  background: none;
  border: none;
  padding: 0 0 1em 1em; }
  .container .talon-templates-wrapper .talon-templates-hide {
    display: none; }
  .container .talon-templates-wrapper::before {
    content: none; }

.styleguide-tabs {
  display: flex; }

.styleguide-tab {
  display: none; }
  .styleguide-tab.active {
    border-color: red; }

@media (min-width: 768px) {
  .styleguide-tab {
    display: block; }
  .styleguide-mob-tab {
    display: none; } }

.locations {
  margin-top: 3rem;
  width: 100%; }

.locations-map__box {
  background-color: #EBECED;
  padding-top: 100%; }

.locations-rail .sortby {
  margin-top: 0; }
  .locations-rail .sortby .sortby__box {
    margin-left: 0; }

.locations-branch__box {
  overflow-y: auto;
  max-height: 678px; }
  .locations-branch__box::-webkit-scrollbar {
    width: 20px; }
  .locations-branch__box::-webkit-scrollbar-track {
    border: 2px solid #D9D9DB;
    border-radius: 30px; }
  .locations-branch__box::-webkit-scrollbar-thumb {
    background: #D9D9DB;
    border-radius: 30px; }
  .locations-branch__box::-webkit-scrollbar-thumb:hover {
    background: #707070; }

.locations-branch {
  padding: 2rem;
  background-color: #EBECED;
  margin-right: 15px;
  color: #42444C; }
  .locations-branch:not(:last-child) {
    margin-bottom: 15px; }
  .locations-branch--active {
    background-color: #C01823;
    color: #fff; }
    .locations-branch--active .btn--plain {
      color: #fff; }
    .locations-branch--active a {
      color: #fff; }
    .locations-branch--active svg {
      fill: currentColor; }
  .locations-branch__name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .locations-branch__address, .locations-branch__phone, .locations-branch__hours {
    display: flex;
    align-items: start;
    margin-bottom: 10px; }
    .locations-branch__address svg, .locations-branch__phone svg, .locations-branch__hours svg {
      width: 20px;
      height: 20px;
      margin-left: 0;
      margin-right: 10px;
      fill: currentColor; }
  .locations-branch .btn--plain {
    width: 100%;
    text-transform: uppercase;
    margin-top: 15px; }

.locations-branch__btn-review {
  padding: 0;
  justify-content: none;
  text-align: center; }
  .locations-branch__btn-review .icon {
    width: 44px;
    height: 44px;
    background-color: #42444C;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  .locations-branch__btn-review .icon-text {
    flex: 1; }
  .locations-branch__btn-review:hover svg, .locations-branch__btn-review:active svg, .locations-branch__btn-review:focus svg {
    filter: brightness(0) invert(1); }
  .locations-branch__btn-review:hover .icon, .locations-branch__btn-review:active .icon, .locations-branch__btn-review:focus .icon {
    background-color: transparent; }

/* ================================================================
   Overwrite Imports
   ================================================================ */
/* ================================================================
   Print Styles
   ================================================================ */
.header-logo-print,
.logo-footer-print {
  display: none; }

@media print {
  * {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  a, a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  /* print logo swap */
  .header-logo,
  .logo-footer {
    display: none; }
  .header-logo-print,
  .logo-footer-print {
    display: block;
    page-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    width: 100%; }
    .header-logo-print img,
    .logo-footer-print img {
      display: block;
      page-break-before: auto;
      break-inside: avoid;
      position: relative;
      width: 100%; } }

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