@charset "UTF-8";
/*
    Theme Name:     Skeletor
    Theme URI:      http://vtldesign.com
    Description:    A custom WordPress theme made by Vital.
    Version:        2.1
    Author:         Vital
    Author URI:     http://vtldesign.com
*/
/*  ==========================================================================
     UTILITIES
     Global mixins, functions, etc.
    ==========================================================================  */
/*! normalize.css v6.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
   ========================================================================== */
/**
 * 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 2.5rem; }

/**
 * 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: 0;
  /* 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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,input,optgroup,select,textarea {
  margin: 0; }

/**
 * 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.
 */
[type="reset"],[type="submit"],button,html [type="button"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

/*   Helper Functions
    --------------------------------------------------------------------------  */
/**
 * Converts PX to EM
 * @param {integer} $px   Pixel value
 * @param {integer} $base Base font size
 */
/**
 * Custom easing
 * https://css-tricks.com/snippets/sass/easing-map-get-function/
 * @author Sean Dempsey
 * @param {string} $key Name of ease
 */
/**
 * Asset URL Builder
 * @access private
 * @param {String} $type Asset type, matching folder name
 * @param {String} $file Asset file name, including extension
 * @return {URL} A `url()` function leading to the asset
 */
/**
 * Image Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the image
 * @require {function} asset
 */
/**
 * Font Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the font
 * @require {function} asset
 */
/**
 * Searches and replaces in a string
 * @param {String} $string Initial string
 * @param {String} $search Substring to replace
 * @param {String} $replace ('') New value
 * @return {String} Updated string
 */
/*   Global Mixins
    --------------------------------------------------------------------------  */
/**
 * Centers element within relative parent
 */
/**
 * Vertically centers element within relative parent
 */
/**
 * Maintains aspect ratio of element based on
 * width and height values given
 */
/**
 * Applies clearfix to element
 */
/**
 * Expands element to "cover" relative parent
 */
/**
 * Creates CSS triagle
 * @param {string} $direction Triangle direction, either `top`, `right`, `bottom` or `left`
 * @param {color} $color Triangle color
 * @param {integer} $size Triangle size
 */
/**
 * Applies font-smoothing
 */
/**
 * Customizes browser scroll bars (does not work in all browsers)
 * @author Hugo Giraudel
 * @param {size} $size Horizontal scrollbar's height and vertical scrollbar's width
 * @param {color} $foreground-color Scrollbar's color
 * @param {color} $background-color [mix($foreground-color, white, 50%)] Scrollbar's color
 */
/**
 * Positions element
 * @param {position} $position Either `relative`, `absolute` or `fixed`
 * @param {distance} $top Top offset
 * @param {distance} $right Right offset
 * @param {distance} $bottom Bottom offset
 * @param {distance} $left Left offset
 */
/**
 * Absolute positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Relative positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Fixed positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Event Wrapper
 * @author Harry Roberts
 * @param {Bool} $self (false) - Whether or not to include current selector
 * @see https://twitter.com/csswizardry/status/478938530342006784 Original tweet from Harry Roberts
 *
 * Example Usage:
 * .example {
 *     text-decoration: none;
 *
 *     @include on-event {
 *         text-decoration: underline;
 *     }
 * }
 */
/**
 * Positions element to account for WordPress admin bar "bump"
 */
/**
 * Horizontally centers block element
 */
/**
 * Hides element accessibly
 */
/**
 * Flex styles wrappers
 */
/**
 * Sets webkit tap highlight color
 * @type {[type]}
 */
/**
 * Convers Photoshop letter spacing value to EM
 */
/**
 * Sizes element to be square
 */
/**
 * Sets form element placeholder text color
 */
/*  ==========================================================================
     BASE
     Base mixins, layout, and styles
    ==========================================================================  */
/*   Fonts
    --------------------------------------------------------------------------  */
/*   Maps
    --------------------------------------------------------------------------  */
/**
 * Susy layout
 * http://susydocs.oddbird.net/en/latest/
 *
 * This map only needed if planning to change the global defaults
 */
/**
 * Breakpoints
 */
/*SCSS_BREAKPOINT_VARS*/
/*END_SCSS_BREAKPOINT_VARS*/
/**
 * Z-indices
 */
/**
 * Colors
 */
/**
 * Fonts
 */
/*   Base Functions
    --------------------------------------------------------------------------  */
/**
 * Sets z-index with map value
 */
/**
 * Sets color with map value
 */
/**
 * Sets font-family with map value
 */
/**
 * Sets font-weight with map value
 */
/*   Base Mixins
    --------------------------------------------------------------------------  */
/**
 * Builds media query with either a map or unit value
 * Example: @include respond-to(small)
 * Example: @include respond-to(599px, 'max')
 */
/**
 * Builds min/max media query for "in between" breakpoints
 */
/*   WordPress Admin
    --------------------------------------------------------------------------  */

.mce-content-body {
  margin: 1.25rem;
  max-width: 58em;
  background-color: #fff; }

/*   Core Typography

     Apply .core class on all WYSIWYG content and other elements that need it
    --------------------------------------------------------------------------  */
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child {
  margin-top: 0;
  padding-top: 0; }

b,strong {
  font-weight: bold; }

.core a {
  color: #3736FE; }

.core .wp-image-link {
  text-decoration: none; }

.core h1 {
  margin-top: 1.67em;
  margin-bottom: 0.5em;
  font-size: 1.75em;
  line-height: 1.3;
  color: #09244A;
  font-weight: 600; }
  .core h1 + h2 {
    margin-top: -0.5em; }

.core h2 {
  margin: 1.2em 0 0.4em;
  font-size: 1.375em;
  line-height: 1.3;
  color: #09244A;
  font-weight: 600; }
  .core h2 + h3 {
    margin-top: -0.4em;
    margin-bottom: 0.2em; }

.core h3 {
  margin: 1.8em 0 0.4em;
  font-size: 1.125em;
  line-height: 1.5;
  color: #09244A;
  font-weight: 400; }
  .core h3 + h4 {
    margin-top: -0.3em; }

.core h4 {
  margin: 1.8em 0 0.4em;
  font-size: 1em;
  line-height: 1.5;
  color: #09244A;
  font-weight: 600; }
  .core h4 + h5 {
    margin-top: -0.3em; }

.core h5 {
  margin: 1.8em 0 0.4em;
  font-size: 1em;
  line-height: 1.5; }
  .core h5 + h6 {
    margin-top: -0.2em; }

.core h6 {
  margin: 1.8em 0 0.4em;
  font-size: 1em;
  line-height: 1.5; }

.core h1:first-child,.core h2:first-child,.core h3:first-child,.core h4:first-child,.core h5:first-child,.core h6:first-child {
  margin-top: 0;
  padding-top: 0; }

.core address,.core p {
  margin: 1em 0 0;
  font-size: 1rem;
  font-weight: 300; }

.core p {
  line-height: 1.7; }
  .core p:first-child {
    margin-top: 0; }

.core blockquote {
  margin: 1.75em 2.5em;
  font-style: italic;
  line-height: 1.5; }

.core code,.core pre {
  font-family: "Andale Mono", "Courier New", monospace;
  font-size: 1em; }

.core pre {
  margin: 1em 0 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

.core sub {
  bottom: -0.25em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.core sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

.core abbr {
  cursor: help; }

.core address {
  line-height: 1.5; }

.core dl {
  line-height: 1.5; }

.core dd,.core dt {
  font-size: 1em; }

.core dt {
  font-weight: 700; }

.core dd {
  margin: 0 0 1em; }

.core ol,.core ul {
  margin: 1em 0;
  padding: 0 0 0 0.8em; }
  .core ol ol,.core ol ul,.core ul ol,.core ul ul {
    margin: 0; }
  .core ol.two-column-list,.core ul.two-column-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.25rem 0 0;
    padding: 0; }
    .core ol.two-column-list li,.core ul.two-column-list li {
      width: 100%;
      list-style: none;
      position: relative;
      padding-left: 1rem; }
      .core ol.two-column-list li::before,.core ul.two-column-list li::before {
        position: absolute;
        left: 0;
        top: 12px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #565a5f;
        content: ''; }
  .core ol.checklist,.core ul.checklist {
    padding-left: 0;
    margin-left: 0; }
    .core ol.checklist li,.core ul.checklist li {
      position: relative;
      padding-left: 1.625rem;
      list-style: none;
      margin-bottom: 0.9375rem; }
      .core ol.checklist li::before,.core ul.checklist li::before {
        position: absolute;
        left: 0;
        top: 6px;
        width: 15px;
        height: 13px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4yNzEyIDIuMTM2ODFMNS45MjM4MiAxMy40NTU1TDAuMzE4MzU5IDguMjMxNjJMMS42ODE4OSA2Ljc2ODQ4TDUuNzMzODggMTAuNTQ0NkwxMy43MjkxIDAuODYzMjgxTDE1LjI3MTIgMi4xMzY4MVoiIGZpbGw9IiMwRDBDRDAiLz4KPC9zdmc+Cg==");
        background-repeat: no-repeat;
        background-position: 50%;
        content: ''; }

.core li {
  line-height: 1.7;
  font-size: 1em;
  font-weight: 300; }
  .core li li {
    font-size: 1em; }

.core table {
  margin: 0;
  padding: 0; }

.core td,.core th {
  padding: 0.625em 1.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1em;
  text-align: left; }

.core th {
  border-width: 2px; }

.core tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1); }

.core img,.core img[class*="align"],.core img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
  border: 0; }

.core .wp-caption {
  max-width: 96%;
  padding: 0.3125rem 0.1875rem 0.625rem;
  text-align: center; }
  .core .wp-caption img {
    max-width: 98.5%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none; }
  .core .wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 0.25rem 0.3125rem;
    font-size: 1em;
    line-height: 1.5; }

.core .entry-caption {
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
  font-size: 1em;
  line-height: 1.5; }

.core .gallery {
  max-width: 48em;
  position: relative;
  margin: 2em auto; }
  .core .gallery + * {
    clear: left; }

.core .gallery-item {
  position: relative;
  float: left;
  margin: 0 0.25em 0.25em 0; }

.core .gallery-columns-1 .gallery-item {
  max-width: 100%;
  margin: 0 0 0.25em; }

.core .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 0.25em); }

.core .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 0.25em); }

.core .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 0.25em); }

.core .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 0.25em); }

.core .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 0.25em); }

.core .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 0.25em); }

.core .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 0.25em); }

.core .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 0.25em); }

.core .gallery-columns-2 .gallery-item:nth-child(2n),.core .gallery-columns-3 .gallery-item:nth-child(3n),.core .gallery-columns-4 .gallery-item:nth-child(4n),.core .gallery-columns-5 .gallery-item:nth-child(5n),.core .gallery-columns-6 .gallery-item:nth-child(6n),.core .gallery-columns-7 .gallery-item:nth-child(7n),.core .gallery-columns-8 .gallery-item:nth-child(8n),.core .gallery-columns-9 .gallery-item:nth-child(9n) {
  margin-right: 0; }

.core .gallery-columns-1 .gallery-item:nth-child(1n+1),.core .gallery-columns-2 .gallery-item:nth-child(2n+3),.core .gallery-columns-3 .gallery-item:nth-child(3n+4),.core .gallery-columns-4 .gallery-item:nth-child(4n+5),.core .gallery-columns-5 .gallery-item:nth-child(5n+6),.core .gallery-columns-6 .gallery-item:nth-child(6n+7),.core .gallery-columns-7 .gallery-item:nth-child(7n+8),.core .gallery-columns-8 .gallery-item:nth-child(8n+9),.core .gallery-columns-9 .gallery-item:nth-child(9n+10) {
  clear: left; }

.core .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 0.375rem 0.5rem;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  text-align: left; }
  .core .gallery-caption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 49px; }

.core .gallery-item:hover .gallery-caption {
  opacity: 1; }

.core hr {
  box-sizing: content-box;
  clear: both;
  height: 1px;
  margin-top: 1em;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc; }

.core .entry-oembed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .core .entry-oembed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.core .alignnone {
  margin: 1em 0 0 0; }

.core .aligncenter,.core .alignleft,.core .alignright {
  display: block;
  margin: 1em auto; }

.core img.aligncenter,.core img.alignleft,.core img.alignright {
  display: block;
  margin: 1em auto; }

.core .wp-caption.alignleft,.core .wp-caption.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0; }

.core .wp-caption.alignright {
  margin: 0.3125rem 0 1.25rem 1.25rem; }

/*   Base styles and layout
    --------------------------------------------------------------------------  */
::-moz-selection {
  background: #00aaec;
  color: #fff;
  text-shadow: none; }
::selection {
  background: #00aaec;
  color: #fff;
  text-shadow: none; }

html {
  box-sizing: border-box; }

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

body {
  background: #f9f9f9;
  color: #565a5f;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  margin: 0; }

a {
  color: #3736FE; }

.group:after,.group:before {
  content: ' ';
  display: table; }

.group:after {
  clear: both; }

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  white-space: nowrap; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em; }
  .icon svg {
    display: block;
    width: 1em;
    height: 1em; }

/*  ==========================================================================
     VPM
     Styles from Vital Package Manager Modules
    ==========================================================================  */
/* File generated by vital-package-manager. DO NOT EDIT! */
.filter-wrapper {
  width: 100%;
  background: #124393; }
  .filter-wrapper .container {
    max-width: 1154px; }

.filter-bar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 40;
  transition: opacity 0.5s ease;
  height: 56px; }
  .filter-bar::before {
    position: absolute;
    content: 'Filter';
    left: -20px;
    top: -26px;
    font-size: 5rem;
    color: #0147a8;
    font-weight: 700;
    display: none; }
  .filter-bar .mobile-filter-toggle {
    border: none;
    font-weight: 300;
    padding: 0.625rem 1.25rem;
    margin-top: 0.5625rem;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    transition: all 100ms ease-out;
    background: #3736FE;
    color: #fff;
    border-radius: 3px;
    cursor: pointer; }
    .filter-bar .mobile-filter-toggle:hover {
      background: #504FFF; }
    .filter-bar .mobile-filter-toggle:focus {
      outline: 0; }
  .filter-bar.loading {
    opacity: 0.5;
    pointer-events: none; }
    .filter-bar.loading .dropdown-menu:hover .options {
      display: none; }
  .filter-bar .icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    width: 1em;
    height: 1em; }
    .filter-bar .icon svg path {
      fill: #fff; }
  .filter-bar .container {
    padding: 0;
    height: 56px;
    max-width: 100%; }
  .filter-bar .title {
    color: #576069;
    background-color: transparent;
    height: 85px;
    padding: 0 2.5rem 0 2rem;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    width: auto;
    display: inline-block;
    position: relative;
    font-size: 0; }
    .filter-bar .title:before {
      display: inline-block;
      content: '';
      vertical-align: middle;
      height: 84px;
      width: 0; }
    .filter-bar .title .icon {
      font-size: 1.75rem;
      margin-right: 0.75rem; }
    .filter-bar .title label {
      letter-spacing: 0.1em;
      font-size: 1.125rem;
      display: inline-block;
      vertical-align: middle; }
  .filter-bar .dropdown-menu {
    position: relative;
    width: 100%;
    display: none;
    cursor: pointer;
    text-align: left; }
    .filter-bar .dropdown-menu .dropdown-label {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 3.5rem;
      letter-spacing: 0.1em;
      width: 100%;
      height: 56px;
      padding: 0 2.1875rem 0 0.625rem;
      font-size: 1em;
      white-space: nowrap;
      cursor: pointer;
      color: #fff; }
      .filter-bar .dropdown-menu .dropdown-label .icon {
        transition: transform 0.5s ease;
        transform-origin: center;
        position: relative;
        left: 0.75em;
        font-size: 0.625rem; }
        .filter-bar .dropdown-menu .dropdown-label .icon path {
          fill: #00b1bc; }
      .filter-bar .dropdown-menu .dropdown-label .caret {
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 0.3125rem;
        transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 18px; }
    .filter-bar .dropdown-menu.active label .icon {
      transform: rotate(-180deg); }
    .filter-bar .dropdown-menu .options {
      display: none;
      position: relative;
      background-color: #fff;
      color: #565a5f;
      z-index: 40;
      line-height: 1.3;
      padding: 0.625rem 1.875rem;
      width: 100%; }
      .filter-bar .dropdown-menu .options .instructions {
        color: #999;
        font-size: 1em;
        font-style: italic;
        width: 100%;
        display: inline-block;
        padding-bottom: 0.9375rem;
        font-weight: 100; }
      .filter-bar .dropdown-menu .options .option {
        line-height: 1;
        font-weight: 300;
        color: #09244A;
        font-size: 1em;
        padding: 0.3125rem 0 0.3125rem 1.8em;
        text-indent: -1.8em;
        margin-bottom: 0.333em;
        cursor: pointer;
        opacity: 1; }
        .filter-bar .dropdown-menu .options .option .icon {
          margin-right: 0.5em; }
        .filter-bar .dropdown-menu .options .option:hover {
          opacity: 0.7; }
        .filter-bar .dropdown-menu .options .option:before {
          content: ' ';
          display: inline-block;
          vertical-align: middle;
          width: 15px;
          height: 15px;
          margin-right: 0.75rem;
          background-color: #fff;
          border: 1px solid #565a5f;
          border-radius: 4px;
          position: relative;
          top: -2px; }
        .filter-bar .dropdown-menu .options .option.active:before {
          background-color: #565a5f; }
  .filter-bar .input-wrapper {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 0; }
    .filter-bar .input-wrapper .icon {
      position: absolute;
      top: 50%;
      right: 1em;
      transform: translateY(-50%); }
    .filter-bar .input-wrapper input {
      position: relative;
      top: 1px;
      border: 0;
      border: 2px solid #fff;
      display: block;
      color: #fff;
      width: 200px;
      height: 32px;
      line-height: 1;
      padding: 0 3.125em 0 1.25em;
      outline: none;
      font-size: 1em;
      transition: width 0.5s ease;
      border-radius: 17.5px;
      background: none;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 1; }
      .filter-bar .input-wrapper input:focus {
        width: 200px; }
      .filter-bar .input-wrapper input::-webkit-input-placeholder {
        color: #fff;
        opacity: .9; }
      .filter-bar .input-wrapper input:-ms-input-placeholder {
        color: #fff;
        opacity: .9; }
      .filter-bar .input-wrapper input::placeholder {
        color: #fff;
        opacity: .9; }
  .filter-bar .clear-filters {
    width: 75px;
    height: 85px;
    padding: 0 0.5em;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0; }
    .filter-bar .clear-filters .icon {
      position: relative;
      right: 0.5em; }

.active-filters {
  background-color: #fff;
  position: relative;
  z-index: 30; }
  .active-filters .container {
    max-width: 1154px; }
  .active-filters .active-filter {
    transition: color 0.333s ease;
    color: #09244a;
    display: inline-block;
    height: 32px;
    line-height: 2rem;
    padding: 0 2.5rem 0 0.625rem;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    margin: 0.625rem 0.625rem 0.625rem 0;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
    font-size: 1rem;
    position: relative; }
    .active-filters .active-filter:hover {
      color: #666; }
      .active-filters .active-filter:hover:after {
        background: #3736FE; }
    .active-filters .active-filter strong {
      font-weight: 300; }
    .active-filters .active-filter:after {
      content: '×';
      display: inline-block;
      font-size: 1.25rem;
      background: #09244A;
      height: 20px;
      color: #fff;
      width: 20px;
      border-radius: 50%;
      position: absolute;
      top: 6px;
      right: 8px;
      line-height: 1em;
      text-align: center; }
    .active-filters .active-filter.clear-filter .icon {
      position: relative;
      top: 0.15em; }
      .active-filters .active-filter.clear-filter .icon path {
        fill: #666; }
    .active-filters .active-filter.clear-filter:hover path {
      fill: #333; }
    .active-filters .active-filter.clear-filter:before {
      display: none; }

.loading-throbber {
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  margin: 3em auto; }
  .loading-throbber .loading {
    width: 80px;
    height: 80px;
    background-image: url("../images/loader.svg");
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat; }

.resource-card {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 1.25rem 2.5rem;
  margin-bottom: 2.5rem; }
  .resource-card .image-wrapper {
    margin-bottom: 1.25rem; }
    .resource-card .image-wrapper a {
      position: relative;
      display: inline-block; }
      .resource-card .image-wrapper a::after {
        position: absolute;
        display: none;
        content: '';
        background-image: url(../images/logo-white.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 60px 42px;
        width: 60px;
        height: 42px;
        left: 10px;
        top: 10px; }
  .resource-card .type {
    margin: 0;
    color: #0147AB;
    font-size: 1rem;
    font-weight: 600; }
    .resource-card .type a {
      text-decoration: none;
      color: #0147AB; }
      .resource-card .type a:hover {
        color: #3736FE; }
  .resource-card .title {
    margin: 0 0 0.625rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.875rem; }
    .resource-card .title:hover a {
      color: #0147AB; }
    .resource-card .title a {
      color: #09244A;
      text-decoration: none; }
  .resource-card .text {
    margin-bottom: 0.625rem;
    font-size: 1rem;
    line-height: 1.5; }
  .resource-card .content .button {
    font-size: 1rem;
    font-weight: 400;
    padding: 1em 3em; }

.resource-card-collection {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  margin-right: -1.69492%;
  margin-left: -1.69492%;
  padding-right: 1.69492%;
  padding-left: 1.69492%; }
  .resource-card-collection:after {
    content: " ";
    display: block;
    clear: both; }

.resource-grid {
  background-color: #fff; }
  .resource-grid:after {
    content: '';
    display: table; }
  .resource-grid .resource-card-collection-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 2rem 0 0; }
  .resource-grid .no-results {
    margin-bottom: 7.5rem;
    color: #565A5F;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center; }
    .resource-grid .no-results .heading {
      position: relative;
      color: #09244A;
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 2rem; }

.resource-hero {
  color: #fff;
  text-align: center;
  background-color: #0b4274;
  padding-bottom: 0.0625rem;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15) inset;
  padding-top: 5rem; }
  .resource-hero .heading {
    color: #f1f1f1;
    font-size: 1.5rem;
    font-weight: 400; }
  .resource-hero .content {
    font-size: 1rem;
    line-height: 1.625rem;
    max-width: 40em;
    padding: 1rem 1rem 4rem;
    padding: 0;
    margin: 1em 0; }
  .resource-hero .hero-footer {
    background-color: #184d73;
    position: relative;
    top: 1px; }
  .resource-hero .image-wrapper {
    margin-bottom: 2em; }
    .resource-hero .image-wrapper img {
      width: 250px;
      height: auto; }
  .resource-hero .content-wrapper {
    text-align: left; }
  .resource-hero .pretitle {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 0.66667em;
    letter-spacing: 0.1em;
    font-weight: 500; }
    .resource-hero .pretitle .icon {
      margin-right: 0.33333em; }
      .resource-hero .pretitle .icon path {
        fill: #5cc393; }
  .resource-hero .download,.resource-hero .share {
    text-align: center; }
  .resource-hero .share {
    margin: 1em; }
    .resource-hero .share label {
      display: none;
      margin-right: 0.5em; }
      .resource-hero .share label .icon {
        margin-right: 0.5em; }
        .resource-hero .share label .icon path {
          fill: #fff; }
  .resource-hero .cher-link-item {
    background-color: #fff;
    border-radius: 50%;
    line-height: 0;
    width: 26px;
    height: 26px; }
  .resource-hero .cher-link {
    margin: -0.0625rem; }
  .resource-hero .bullets {
    text-align: center;
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    font-size: 0; }
  .resource-hero .bullet {
    position: relative;
    font-size: 1rem;
    padding: 1.375rem 1em 1.375rem 3.125rem;
    text-align: left; }
    .resource-hero .bullet .icon {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      .resource-hero .bullet .icon path {
        fill: #5cc393; }

.resource-hero.resource-gate-hero {
  padding: 2em 0;
  margin-bottom: 3em; }
  .resource-hero.resource-gate-hero .content {
    padding: 1rem; }
  .resource-hero.resource-gate-hero .simple-form {
    text-align: left;
    color: #565a5f;
    border: 0;
    border-radius: 4px; }
    .resource-hero.resource-gate-hero .simple-form .gform_wrapper {
      padding: 0; }
    .resource-hero.resource-gate-hero .simple-form .gform_title {
      background-color: #0977b5;
      color: #fff;
      font-weight: 700;
      font-size: 1.5rem;
      padding: 2.375rem 1.5rem;
      text-align: center;
      border-radius: 3px 3px 0 0; }
    .resource-hero.resource-gate-hero .simple-form .gform_body {
      border: 1px solid #d0d0d0;
      border-width: 0 1px;
      padding: 1em; }
    .resource-hero.resource-gate-hero .simple-form .gform_footer {
      border: 1px solid #d0d0d0;
      border-width: 0 1px 1px;
      border-radius: 0 0 3px 3px;
      padding: 0 1em 1em; }
  .resource-hero.resource-gate-hero .content-wrapper {
    text-align: left; }
    .resource-hero.resource-gate-hero .content-wrapper .type {
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 0.5em; }
    .resource-hero.resource-gate-hero .content-wrapper .heading {
      font-size: 2rem;
      font-weight: 700; }
    .resource-hero.resource-gate-hero .content-wrapper .content {
      padding-left: 0;
      margin: 1em 0; }

.resource-header {
  width: 100%;
  text-align: center; }
  .resource-header .main-logo {
    margin: 0.625rem auto; }

.resource-footer {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 1.875rem;
  font-size: 1rem;
  color: #09244A;
  font-weight: 300; }

.resource-gate-content {
  width: 100%;
  padding: 2.5rem 0;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0147a8+0,0147a8+50,124393+50,124393+100 */
  background: #0147a8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-146deg, #0147a8 0%, #0147a8 50%, #124393 50%, #124393 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0147a8', endColorstr='#124393',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: relative; }
  .resource-gate-content .screen {
    background-image: url(../images/resource-valve.png);
    background-repeat: no-repeat;
    background-position: left -200px top;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 175px;
    width: 100%;
    height: 120px; }
  .resource-gate-content .container {
    display: inline-block;
    position: relative;
    z-index: 2; }
  .resource-gate-content .content-wrapper {
    width: 100%;
    padding: 0 0 1.875rem;
    color: #fff; }
    .resource-gate-content .content-wrapper .image-wrapper {
      width: 100%;
      margin-bottom: 1.875rem;
      display: inline-block;
      text-align: center; }
      .resource-gate-content .content-wrapper .image-wrapper .image {
        width: auto;
        margin: 0;
        position: relative; }
        .resource-gate-content .content-wrapper .image-wrapper .image img {
          box-shadow: 0 0 0 2px #fff, 3px 3px 0 3px #000, 10px 10px 10px 0 rgba(0, 0, 0, 0.3); }
      .resource-gate-content .content-wrapper .image-wrapper .type {
        font-size: 1rem;
        font-weight: 300;
        color: #7fa8e2; }
        .resource-gate-content .content-wrapper .image-wrapper .type .type-count {
          position: relative;
          top: 10px;
          line-height: 2.625rem; }
        .resource-gate-content .content-wrapper .image-wrapper .type span {
          font-size: 0;
          border-right: 1px solid #000;
          width: 1px;
          height: 30px;
          display: inline-block;
          margin: 0.4375rem 0.9375rem 0; }
    .resource-gate-content .content-wrapper .heading {
      font-size: 1.625rem;
      color: #fff;
      font-weight: 600;
      line-height: 1.2;
      margin: 0;
      margin-bottom: 2.5rem; }
    .resource-gate-content .content-wrapper .entry .title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #7fa8e2;
      border-bottom: 2px solid #7fa8e2;
      padding-bottom: 0.625rem;
      margin-bottom: 1.25rem; }
    .resource-gate-content .content-wrapper .entry p {
      line-height: 1.5;
      font-size: 1rem;
      font-weight: 300;
      color: #7fa8e2; }
    .resource-gate-content .content-wrapper .bullets {
      text-align: center;
      list-style: none;
      margin: 1.25rem 0 0;
      padding: 0; }
    .resource-gate-content .content-wrapper .bullet {
      position: relative;
      padding: 0.3125rem 0 0.3125rem 2.5rem;
      margin-bottom: 0.625rem;
      text-align: left;
      font-size: 1rem;
      font-weight: 300;
      color: #7fa8e2; }
      .resource-gate-content .content-wrapper .bullet:after {
        content: '';
        display: block;
        width: 10px;
        height: 20px;
        border: solid #7fa8e2;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        position: absolute;
        left: 5px;
        top: 5px; }
  .resource-gate-content .form-wrapper {
    width: 100%; }

.related-resources {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.875rem 0; }
  .related-resources .container {
    max-width: 1200px; }
  .related-resources .section-title {
    margin: 0 0 2.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #09244A;
    text-align: center; }
  .related-resources .resource-card-collection .resource-card {
    margin-bottom: 0; }

.resource-thank-you-content .container {
  display: block;
  max-width: 1000px; }

.resource-thank-you-content .resource-thank-you-wrapper {
  width: 100%; }
  .resource-thank-you-content .resource-thank-you-wrapper .content {
    display: inline-block;
    text-align: center; }
    .resource-thank-you-content .resource-thank-you-wrapper .content .image-wrapper {
      width: 100%;
      margin-bottom: 2.5rem;
      position: relative; }
      .resource-thank-you-content .resource-thank-you-wrapper .content .image-wrapper img {
        box-shadow: 0 0 0 2px #fff, 3px 3px 0 3px #000, 10px 10px 10px 0 rgba(0, 0, 0, 0.3); }
    .resource-thank-you-content .resource-thank-you-wrapper .content .content-wrapper {
      width: 100%;
      padding: 0; }
      .resource-thank-you-content .resource-thank-you-wrapper .content .content-wrapper .type {
        font-size: 1rem;
        font-weight: 300;
        color: #7fa8e2;
        line-height: 1.625rem; }
        .resource-thank-you-content .resource-thank-you-wrapper .content .content-wrapper .type span {
          font-size: 0;
          border-right: 1px solid #000;
          width: 1px;
          height: 20px;
          display: inline-block;
          margin: 0.4375rem 0.9375rem 0; }
      .resource-thank-you-content .resource-thank-you-wrapper .content .content-wrapper .heading {
        margin-bottom: 1.875rem; }
      .resource-thank-you-content .resource-thank-you-wrapper .content .content-wrapper .sub-heading {
        font-size: 1.5rem;
        color: #7fa8e2;
        font-weight: 600;
        margin: 0.625rem 0 1.25rem; }
      .resource-thank-you-content .resource-thank-you-wrapper .content .content-wrapper .download .button {
        min-width: 220px; }

.resource-thank-you-content .bottom-actions {
  display: inline-block;
  color: #fff;
  padding-top: 2.5rem; }
  .resource-thank-you-content .bottom-actions .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #7fa8e2;
    border-bottom: 2px solid #7fa8e2;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem; }
  .resource-thank-you-content .bottom-actions .share {
    width: 100%;
    margin-bottom: 1.875rem; }
    .resource-thank-you-content .bottom-actions .share label {
      color: #7fa8e2;
      font-weight: 600;
      font-size: 1.625rem;
      text-align: center;
      width: 100%;
      display: inline-block;
      margin-bottom: 0.625rem; }
    .resource-thank-you-content .bottom-actions .share .cher-links {
      text-align: center;
      display: -ms-flexbox;
      display: flex; }
      .resource-thank-you-content .bottom-actions .share .cher-links .cher-link-item {
        width: 32px; }
      .resource-thank-you-content .bottom-actions .share .cher-links .cher-link {
        background-size: 30px;
        width: 30px;
        height: 30px; }
      .resource-thank-you-content .bottom-actions .share .cher-links .cher-link-twitter .cher-link {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2033%2033%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EGV_twitter_icon%3C/title%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M683%2C368.21a16.5%2C16.5%2C0%2C1%2C0%2C16.5%2C16.5A16.52%2C16.52%2C0%2C0%2C0%2C683%2C368.21Zm0%2C32a15.5%2C15.5%2C0%2C1%2C1%2C15.5-15.5A15.51%2C15.51%2C0%2C0%2C1%2C683%2C400.21Z%22%20transform%3D%22translate%28-666.54%20-368.21%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M691.94%2C377.3a7.37%2C7.37%2C0%2C0%2C1-2.5.93%2C3.89%2C3.89%2C0%2C0%2C0-6.59%2C3.61%2C11.4%2C11.4%2C0%2C0%2C1-7.94-4.11%2C4%2C4%2C0%2C0%2C0%2C1.13%2C5.18%2C5%2C5%2C0%2C0%2C1-1.72-.48%2C4%2C4%2C0%2C0%2C0%2C3%2C3.83c-.24.26-1.62.15-1.62.15a3.93%2C3.93%2C0%2C0%2C0%2C3.56%2C2.64%2C8.25%2C8.25%2C0%2C0%2C1-5.66%2C1.62c2.44%2C2.07%2C9.22%2C2.9%2C13.35-1.06a11.36%2C11.36%2C0%2C0%2C0%2C3.6-8.76%2C7.78%2C7.78%2C0%2C0%2C0%2C1.93-2%2C7.59%2C7.59%2C0%2C0%2C1-2.12.58A4%2C4%2C0%2C0%2C0%2C691.94%2C377.3Z%22%20transform%3D%22translate%28-666.54%20-368.21%29%22/%3E%3C/svg%3E"); }
      .resource-thank-you-content .bottom-actions .share .cher-links .cher-link-twitter .cher-link:hover {
        background-image: url(../grunticon/source/twitter_icon.svg); }
      .resource-thank-you-content .bottom-actions .share .cher-links .cher-link-facebook .cher-link {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2033%2033%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EGV_fb_icon%3C/title%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M683%2C368.21a16.5%2C16.5%2C0%2C1%2C0%2C16.5%2C16.5A16.52%2C16.52%2C0%2C0%2C0%2C683%2C368.21Zm0%2C32a15.5%2C15.5%2C0%2C1%2C1%2C15.5-15.5A15.51%2C15.51%2C0%2C0%2C1%2C683%2C400.21Z%22%20transform%3D%22translate%28-666.52%20-368.21%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M682.25%2C376.57a4.22%2C4.22%2C0%2C0%2C0-1.19%2C3v2.63h-2.84v3.27h2.85V394h3.41v-8.45h2.82l.42-3.28H684.5v-2.11a1.71%2C1.71%2C0%2C0%2C1%2C.33-1.17%2C1.69%2C1.69%2C0%2C0%2C1%2C1.14-.41h1.86V375.6C685.32%2C375.38%2C683.56%2C375.26%2C682.25%2C376.57Z%22%20transform%3D%22translate%28-666.52%20-368.21%29%22/%3E%3C/svg%3E"); }
      .resource-thank-you-content .bottom-actions .share .cher-links .cher-link-facebook .cher-link:hover {
        background-image: url(../grunticon/source/facebook_icon.svg); }
      .resource-thank-you-content .bottom-actions .share .cher-links .cher-link-linkedin .cher-link {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2033%2033%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EGV_linkedin_icon%3C/title%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M683%2C368.21a16.5%2C16.5%2C0%2C1%2C0%2C16.5%2C16.5A16.52%2C16.52%2C0%2C0%2C0%2C683%2C368.21Zm0%2C32a15.5%2C15.5%2C0%2C1%2C1%2C15.5-15.5A15.51%2C15.51%2C0%2C0%2C1%2C683%2C400.21Z%22%20transform%3D%22translate%28-666.5%20-368.21%29%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M677.7%2C377.76a1.68%2C1.68%2C0%2C1%2C0%2C1.67%2C1.68A1.68%2C1.68%2C0%2C0%2C0%2C677.7%2C377.76Z%22%20transform%3D%22translate%28-666.5%20-368.21%29%22/%3E%3Crect%20class%3D%22cls-1%22%20x%3D%229.74%22%20y%3D%2214.17%22%20width%3D%222.89%22%20height%3D%229.28%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M688%2C382.38c-2.13-.6-3.54.09-4.29%2C1.31v-1.31H681v9.28h2.88v-4.79s-.11-2.17%2C1.63-2.17%2C1.61%2C1.64%2C1.61%2C2.18v4.78H690v-5S690.15%2C383%2C688%2C382.38Z%22%20transform%3D%22translate%28-666.5%20-368.21%29%22/%3E%3C/svg%3E"); }
      .resource-thank-you-content .bottom-actions .share .cher-links .cher-link-linkedin .cher-link:hover {
        background-image: url(../grunticon/source/linkedin_icon.svg); }
      .resource-thank-you-content .bottom-actions .share .cher-links .cher-link-email .cher-link {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2033%2033%22%3E%0A%20%20%20%20%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%0A%20%20%20%20%3Ctitle%3EGV_email2_icon%3C/title%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M683.06%2C368.21a16.5%2C16.5%2C0%2C1%2C0%2C16.5%2C16.5A16.52%2C16.52%2C0%2C0%2C0%2C683.06%2C368.21Zm0%2C32a15.5%2C15.5%2C0%2C1%2C1%2C15.5-15.5A15.51%2C15.51%2C0%2C0%2C1%2C683.06%2C400.21Z%22%20transform%3D%22translate%28-666.56%20-368.21%29%22/%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.22%2013.08%208.22%2022.03%2024.78%2022.03%2024.78%2013.08%2016.5%2019.14%208.22%2013.08%22/%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.22%2011.8%2016.5%2017.86%2024.78%2011.8%2024.78%2010.97%208.22%2010.97%208.22%2011.8%22/%3E%0A%3C/svg%3E"); }
      .resource-thank-you-content .bottom-actions .share .cher-links .cher-link-email .cher-link:hover {
        background-image: url(../grunticon/source/email_icon.svg); }
  .resource-thank-you-content .bottom-actions .content {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #7fa8e2;
    font-weight: 300;
    text-align: center; }
    .resource-thank-you-content .bottom-actions .content .bullets {
      text-align: center;
      list-style: none;
      margin: 2.5rem 0 0;
      padding: 0; }
    .resource-thank-you-content .bottom-actions .content .bullet {
      position: relative;
      padding: 0.3125rem 0 0.3125rem 2.5rem;
      margin-bottom: 0.625rem;
      text-align: left;
      font-size: 1rem;
      font-weight: 300;
      color: #7fa8e2; }
      .resource-thank-you-content .bottom-actions .content .bullet:after {
        content: '';
        display: block;
        width: 10px;
        height: 20px;
        border: solid #7fa8e2;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        position: absolute;
        left: 5px;
        top: 5px; }

section.multicolumn-content-grid {
  margin: 0 auto; }
  section.multicolumn-content-grid .container {
    margin: 0 auto; }
    section.multicolumn-content-grid .container:after {
      display: none; }
  section.multicolumn-content-grid .content-area {
    margin-bottom: 1.25rem; }

.basic-content-with-heading {
  background: #fff; }
  .basic-content-with-heading .content-block {
    text-align: center;
    width: 720px;
    max-width: 100%;
    margin: 0 auto; }
  .basic-content-with-heading .heading {
    font-size: 1.125rem;
    font-weight: 600;
    color: #09244A;
    line-height: 1.2;
    margin-bottom: 0.3125rem; }

/*  ==========================================================================
     PARTIALS
     Template partials
    ==========================================================================  */
/*   Buttons
    --------------------------------------------------------------------------  */
.button,.checkout-index-index .checkout-container .action-select-shipping-item,.checkout-index-index .checkout-container .action-show-popup,.checkout-index-index .checkout-container .actions-toolbar .primary .action.action-apply,.checkout-index-index .checkout-container .actions-toolbar .primary .action.action-update,.checkout-index-index .checkout-container .actions-toolbar .primary .action.primary,.checkout-index-index .modal-popup .modal-footer .action,.checkout-onepage-success #registration .action.primary,.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action,.core .button,.core .red-button,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.form.create.account .fieldset .field .control .reload,.form.password.forget .fieldset .field .control .reload,.form.password.reset .fieldset .field .control .reload,.form.send.confirmation .fieldset .field .control .reload,.login-container .block.block-new-customer .actions-toolbar .primary .action,.modals-wrapper .modal-popup .modal-footer button,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action,.selections-slide-cart-wrapper .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action,button.action.primary {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: all 100ms ease-out;
  background: #3736FE;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0.75em 2.25em; }
  .button:hover,.checkout-index-index .checkout-container .action-select-shipping-item:hover,.checkout-index-index .checkout-container .action-show-popup:hover,.checkout-index-index .checkout-container .actions-toolbar .primary .action.action-apply:hover,.checkout-index-index .checkout-container .actions-toolbar .primary .action.action-update:hover,.checkout-index-index .checkout-container .actions-toolbar .primary .action.primary:hover,.checkout-index-index .modal-popup .modal-footer .action:hover,.checkout-onepage-success #registration .action.primary:hover,.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action:hover,.core .red-button:hover,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.form.create.account .fieldset .field .control .reload:hover,.form.password.forget .fieldset .field .control .reload:hover,.form.password.reset .fieldset .field .control .reload:hover,.form.send.confirmation .fieldset .field .control .reload:hover,.login-container .block.block-new-customer .actions-toolbar .primary .action:hover,.modals-wrapper .modal-popup .modal-footer button:hover,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.selections-slide-cart-wrapper .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary:hover,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action:hover,button.action.primary:hover {
    background: #504FFF;
    border: none; }
  .button:focus,.checkout-index-index .checkout-container .action-select-shipping-item:focus,.checkout-index-index .checkout-container .action-show-popup:focus,.checkout-index-index .checkout-container .actions-toolbar .primary .action.action-apply:focus,.checkout-index-index .checkout-container .actions-toolbar .primary .action.action-update:focus,.checkout-index-index .checkout-container .actions-toolbar .primary .action.primary:focus,.checkout-index-index .modal-popup .modal-footer .action:focus,.checkout-onepage-success #registration .action.primary:focus,.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action:focus,.core .red-button:focus,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.form.create.account .fieldset .field .control .reload:focus,.form.password.forget .fieldset .field .control .reload:focus,.form.password.reset .fieldset .field .control .reload:focus,.form.send.confirmation .fieldset .field .control .reload:focus,.login-container .block.block-new-customer .actions-toolbar .primary .action:focus,.modals-wrapper .modal-popup .modal-footer button:focus,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.selections-slide-cart-wrapper .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary:focus,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action:focus,button.action.primary:focus {
    outline: 0; }

.checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset .actions-toolbar .primary button.action,.core .blue-button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: all 100ms ease-out;
  background: #09244A;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0.75em 2.25em; }
  .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset .actions-toolbar .primary button.action:hover,.core .blue-button:hover {
    background: #0147AB;
    border: none; }
  .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset .actions-toolbar .primary button.action:focus,.core .blue-button:focus {
    outline: 0; }

.catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .red-border-button,.catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-secondary .whishlist,.core .red-border-button,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .red-border-button,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .tocompare,.red-border-button,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .button.whishlist,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action.update {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: all 100ms ease-out;
  background: #fff;
  font-weight: 600;
  color: #3736FE;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #3736FE;
  padding: 0.75em 2.25em; }
  .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .red-border-button:hover,.catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-secondary .whishlist:hover,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .red-border-button:hover,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .tocompare:hover,.red-border-button:hover,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .button.whishlist:hover,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:hover,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:hover {
    background: #3736FE;
    border: 2px solid #3736FE;
    color: #fff; }
  .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .red-border-button:focus,.catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-secondary .whishlist:focus,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .red-border-button:focus,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .tocompare:focus,.red-border-button:focus,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .button.whishlist:focus,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action.share:focus,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action.update:focus {
    outline: 0; }

.button.cart-loader {
  background: #ccc;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed; }

button.action.primary {
  font-weight: 400; }

.more:hover {
  text-decoration: none; }

/*   Gravity Forms
    --------------------------------------------------------------------------  */
.gform_wrapper {
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  text-align: left; }
  .gform_wrapper ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .gform_wrapper li {
    margin-top: 0;
    list-style: none;
    width: 100%; }
  .gform_wrapper label {
    display: block;
    font-weight: 600;
    padding: 0 0 .75em 0;
    font-size: 1rem;
    color: #09244A;
    text-align: left; }
    .gform_wrapper label .gfield_optional {
      display: none; }
  .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.gform_wrapper select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.gform_wrapper textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    border: 1px solid #DBDBDB;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #565a5f;
    padding: 0.625rem;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
    outline: none; }
    .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,.gform_wrapper select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,.gform_wrapper textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
      border: 1px solid #1583ff;
      box-shadow: inset 0px 0px 0px 1px #1583ff, 0 2px 3px 0px rgba(0, 0, 0, 0.08);
      outline: none; }
  .gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-appearance: none;
    padding-right: 2.8125rem !important;
    background-image: url(../images/select-arrow.png);
    background-position: top 13px right 15px;
    background-repeat: no-repeat; }
  .gform_wrapper textarea.small {
    height: 120px; }
  .gform_wrapper select::-ms-expand {
    display: none; }
  .gform_wrapper#gform_wrapper_3 .gform_heading,.gform_wrapper#gform_wrapper_5 .gform_heading,.gform_wrapper#gform_wrapper_9 .gform_heading,.gform_wrapper#gform_wrapper_10 .gform_heading {
    display: none; }
  .gform_wrapper#gform_wrapper_3 .gf_page_steps,.gform_wrapper#gform_wrapper_5 .gf_page_steps,.gform_wrapper#gform_wrapper_9 .gf_page_steps,.gform_wrapper#gform_wrapper_10 .gf_page_steps {
    margin: 0;
    font-weight: 300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .gform_wrapper#gform_wrapper_3 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_9 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_10 .gf_page_steps .gf_step {
      width: 100%;
      font-size: 1.125rem;
      padding: 1em;
      background: #21395b;
      color: #fff;
      text-align: center; }
      .gform_wrapper#gform_wrapper_3 .gf_page_steps .gf_step.gf_step_active,.gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step.gf_step_active,.gform_wrapper#gform_wrapper_9 .gf_page_steps .gf_step.gf_step_active,.gform_wrapper#gform_wrapper_10 .gf_page_steps .gf_step.gf_step_active {
        background: #09244A; }
      .gform_wrapper#gform_wrapper_3 .gf_page_steps .gf_step .gf_step_number,.gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step .gf_step_number,.gform_wrapper#gform_wrapper_9 .gf_page_steps .gf_step .gf_step_number,.gform_wrapper#gform_wrapper_10 .gf_page_steps .gf_step .gf_step_number {
        display: none; }
  .gform_wrapper#gform_wrapper_3 .gform_page_footer,.gform_wrapper#gform_wrapper_5 .gform_page_footer,.gform_wrapper#gform_wrapper_9 .gform_page_footer,.gform_wrapper#gform_wrapper_10 .gform_page_footer {
    padding: 1em 0 2em 0;
    text-align: center; }
    .gform_wrapper#gform_wrapper_3 .gform_page_footer .button,.gform_wrapper#gform_wrapper_3 .gform_page_footer button,.gform_wrapper#gform_wrapper_5 .gform_page_footer .button,.gform_wrapper#gform_wrapper_5 .gform_page_footer button,.gform_wrapper#gform_wrapper_9 .gform_page_footer .button,.gform_wrapper#gform_wrapper_9 .gform_page_footer button,.gform_wrapper#gform_wrapper_10 .gform_page_footer .button,.gform_wrapper#gform_wrapper_10 .gform_page_footer button {
      width: 75%;
      max-width: 100%;
      border: none;
      font-weight: 300;
      padding: 1.2em;
      cursor: pointer;
      margin: 0 0.625rem 0.625rem; }
  .gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step {
    font-size: 1rem;
    padding: 1em 0.625rem; }

.gform_heading {
  padding: 1em;
  background: #09244A;
  color: #fff;
  text-align: center;
  margin: 0; }
  .gform_heading .gform_title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 300; }

.gform_body {
  padding: 1em 1em 0 1em; }

.gform_footer {
  padding: 0 1em 1em 1em; }
  .gform_footer button {
    width: 100%;
    border: none;
    font-weight: 300;
    padding: 1.2em;
    cursor: pointer; }

.gfield {
  margin-bottom: 1.5em; }
  .gfield.hidden_label .gfield_label {
    display: none; }
  .gfield.half-left {
    width: 100%;
    float: left;
    margin-bottom: 1.5em; }
  .gfield.half-right {
    width: 100%;
    float: right; }
  .gfield.contact-learn-more li {
    text-align: center;
    margin: 0; }
    .gfield.contact-learn-more li input[type="checkbox"] + label {
      font-size: 1.0625rem;
      font-weight: 600;
      color: #09244A;
      padding-top: 0.1875rem; }
  .gfield.gfield_error .ginput_full label,.gfield.gfield_error .ginput_left label,.gfield.gfield_error .ginput_right label,.gfield.gfield_error .name_first label,.gfield.gfield_error .name_last label {
    color: #d9534f; }
  .gfield.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.gfield.gfield_error select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.gfield.gfield_error textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    border: 1px solid #d9534f;
    box-shadow: inset 0px 0px 0px 1px #d9534f, 0 2px 3px 0px rgba(0, 0, 0, 0.08);
    outline: none; }

.ginput_complex:after,.ginput_complex:before {
  content: ' ';
  display: table; }

.ginput_complex:after {
  clear: both; }

.ginput_complex .ginput_full,.ginput_complex .ginput_left,.ginput_complex .ginput_right,.ginput_complex .name_first,.ginput_complex .name_last {
  display: block; }

.ginput_complex .ginput_full label,.ginput_complex .ginput_left label,.ginput_complex .ginput_right label,.ginput_complex .name_first label,.ginput_complex .name_last label {
  padding: 0 0 .75em 0;
  display: block;
  font-weight: 600;
  font-size: 1rem;
  color: #09244A; }

.ginput_complex .ginput_left,.ginput_complex .ginput_right,.ginput_complex .name_first,.ginput_complex .name_last {
  width: 100%; }

.ginput_complex .ginput_left,.ginput_complex .name_first {
  margin-bottom: 1.5em; }

.gfield--type-consent input[type=checkbox],.gfield--type-consent input[type=radio],.gfield_checkbox input[type=checkbox],.gfield_checkbox input[type=radio],.gfield_radio input[type=checkbox],.gfield_radio input[type=radio] {
  display: none; }

.gfield--type-consent input[type=text],.gfield_checkbox input[type=text],.gfield_radio input[type=text] {
  width: 50% !important;
  margin-left: -1.5em; }

.gfield--type-consent input,.gfield--type-consent label,.gfield_checkbox input,.gfield_checkbox label,.gfield_radio input,.gfield_radio label {
  display: inline-block;
  vertical-align: middle; }

.gfield--type-consent label,.gfield_checkbox label,.gfield_radio label {
  padding-bottom: 0; }

.gfield_checkbox .gchoice {
  margin-bottom: 0.8em; }

.gfield_checkbox input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 1.875rem;
  margin-left: 0;
  font-weight: 300;
  font-size: 1rem;
  color: #37383a;
  padding-top: 0.4375rem; }
  .gfield_checkbox input[type=checkbox] + label .gform-custom-checkbox-input {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #DBDBDB;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background: #fff; }

.gfield_checkbox input[type=checkbox]:checked + label .gform-custom-checkbox-input {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%; }

.gfield_checkbox .gfield_optional {
  display: none; }

.ginput_container_consent input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 1.875rem;
  margin-left: 0;
  font-weight: 300;
  font-size: 1rem;
  color: #37383a;
  padding-top: 0.4375rem; }
  .ginput_container_consent input[type=checkbox] + label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #DBDBDB;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background: #fff;
    content: ''; }

.ginput_container_consent input[type=checkbox]:checked + label::before {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
  content: ''; }

.ginput_container_consent .gfield_optional {
  display: none; }

.gfield_radio .gchoice {
  margin-bottom: 0.8em; }

.gfield_radio .gchoice input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 1.875rem;
  margin-left: 0;
  font-style: normal; }
  .gfield_radio .gchoice input[type=radio] + label .gform-custom-radio-input {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #DBDBDB;
    border-radius: 2em; }

.gfield_radio .gchoice input[type=radio]:checked + label {
  position: relative; }
  .gfield_radio .gchoice input[type=radio]:checked + label .gform-custom-radio-input:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 1em;
    background: #4d4d4d; }

.gform_styled_select {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 8px; }
  .gform_styled_select select {
    position: relative;
    z-index: 2;
    height: 42px;
    color: #a9a9a9;
    font-size: 1em;
    line-height: 1.125;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .gform_styled_select select:focus {
      outline: 0; }
  .gform_styled_select .icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    z-index: 1;
    display: none; }
    .gform_styled_select .icon svg {
      width: 14px;
      height: 14px;
      fill: #565a5f; }

.gfield_description {
  font-size: 1rem; }

.ginput_container_fileupload {
  position: relative;
  width: 100%;
  text-align: center; }
  .ginput_container_fileupload .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    outline: none; }
  .ginput_container_fileupload .input-file-trigger {
    display: inline-block;
    color: #09244A;
    font-size: 1.0625rem;
    transition: all .4s;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    outline: none;
    padding: 0.3125rem 0.3125rem 0.3125rem 2.5rem;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%09%3Cpath%20d%3D%22M382.56%2C233.376C379.968%2C227.648%2C374.272%2C224%2C368%2C224h-64V16c0-8.832-7.168-16-16-16h-64c-8.832%2C0-16%2C7.168-16%2C16v208h-64%20%20%20%20c-6.272%2C0-11.968%2C3.68-14.56%2C9.376c-2.624%2C5.728-1.6%2C12.416%2C2.528%2C17.152l112%2C128c3.04%2C3.488%2C7.424%2C5.472%2C12.032%2C5.472%20%20%20%20c4.608%2C0%2C8.992-2.016%2C12.032-5.472l112-128C384.192%2C245.824%2C385.152%2C239.104%2C382.56%2C233.376z%22%20fill%3D%22%2309244a%22/%3E%0A%09%3Cpath%20d%3D%22M432%2C352v96H80v-96H16v128c0%2C17.696%2C14.336%2C32%2C32%2C32h416c17.696%2C0%2C32-14.304%2C32-32V352H432z%22%20fill%3D%22%2309244a%22/%3E%0A%3C/svg%3E);
    background-size: 30px 30px;
    background-repeat: no-repeat; }

.validation_message {
  color: #d9534f;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  margin-top: 0.625rem; }

.gform_submission_error {
  color: #d9534f;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 1.5em 2em 0; }
  .gform_submission_error.hide_summary {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    white-space: nowrap; }

.gform_ajax_spinner {
  margin-left: 1em;
  width: 30px; }

.gform_validation_container {
  display: none; }

.gf_clear {
  clear: both; }

.gform_fileupload_multifile {
  border: 1px solid #DBDBDB;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #565a5f;
  padding: 0.625rem;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-out;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08); }
  .gform_fileupload_multifile .gform_drop_instructions {
    font-size: 0; }
    .gform_fileupload_multifile .gform_drop_instructions:before {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-bottom: -0.3125rem;
      margin-right: 0.75rem;
      background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20476.737%20476.737%22%20style%3D%22enable-background%3Anew%200%200%20476.737%20476.737%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cg%3E%0A%09%09%09%09%3Cpolygon%20style%3D%22fill%3A%23565a5f%3B%22%20points%3D%22174.804%2C349.607%20301.934%2C349.607%20301.266%2C158.912%20397.281%2C158.912%20238.369%2C0%0A%09%09%09%09%0979.456%2C158.912%20174.804%2C158.912%20%09%09%09%09%22/%3E%0A%09%09%09%09%3Cpolygon%20style%3D%22fill%3A%23565a5f%3B%22%20points%3D%22365.499%2C349.607%20365.499%2C413.172%20111.239%2C413.172%20111.239%2C349.607%2047.674%2C349.607%0A%09%09%09%09%0947.674%2C476.737%20429.063%2C476.737%20429.063%2C349.607%20%09%09%09%09%22/%3E%0A%09%09%09%3C/g%3E%0A%09%09%3C/g%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E);
      background-size: 20px 20px;
      background-repeat: no-repeat;
      content: ''; }
    .gform_fileupload_multifile .gform_drop_instructions:after {
      color: #565A5F;
      font-size: 1rem;
      font-weight: 600;
      content: 'Drag and drop or Browse'; }
  .gform_fileupload_multifile .button.gform_button_select_files {
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0; }

.gform_fileupload_multifile .gform_drop_area {
  border-radius: 3px;
  color: #aaa;
  background: #eeeeee;
  padding: 0.9375rem 1.0625rem;
  text-align: center; }

.ui-datepicker {
  width: auto;
  height: auto;
  margin: 0.3125rem auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 1.875rem;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-next,.ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 0.3125rem 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td a,.ui-datepicker td span {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 1.875rem;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -0.0625rem; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

/*   Cher Links
    --------------------------------------------------------------------------  */
.cher-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .cher-links .cher-link-item {
    display: inline-block;
    width: 22px; }
    .cher-links .cher-link-item + .cher-link-item {
      margin-left: 0.375rem; }
  .cher-links .cher-link-text {
    font-size: 0; }
  .cher-links .cher-link {
    display: inline-block;
    font-size: 1.75rem;
    width: 1em;
    height: 1em;
    background-size: 20px;
    background-repeat: no-repeat; }
  .cher-links .cher-link-twitter .cher-link {
    background-image: url(../grunticon/source/twitter_icon.svg); }
  .cher-links .cher-link-twitter .cher-link:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M32%200C14.33%200%200%2014.33%200%2032s14.33%2032%2032%2032%2032-14.33%2032-32S49.67%200%2032%200zm15.2%2026.5c.01.31.02.62.02.93%200%209.51-7.24%2020.48-20.47%2020.48-4.06%200-7.85-1.19-11.03-3.23.56.07%201.14.1%201.72.1%203.37%200%206.47-1.15%208.94-3.08a7.197%207.197%200%200%201-6.72-5c.44.08.89.13%201.35.13.66%200%201.29-.09%201.9-.25a7.2%207.2%200%200%201-5.77-7.06v-.09c.97.54%202.08.86%203.26.9a7.19%207.19%200%200%201-3.2-5.99c0-1.32.36-2.55.98-3.62%203.55%204.35%208.85%207.22%2014.83%207.52a7.195%207.195%200%200%201%207.01-8.84c2.07%200%203.94.87%205.25%202.27%201.64-.32%203.18-.92%204.57-1.75a7.218%207.218%200%200%201-3.17%203.98c1.46-.17%202.84-.56%204.13-1.13-.97%201.45-2.19%202.72-3.6%203.73z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat; }
  .cher-links .cher-link-facebook .cher-link {
    background-image: url(../grunticon/source/facebook_icon.svg); }
  .cher-links .cher-link-facebook .cher-link:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%233b5999%22%20d%3D%22M32%200C14.33%200%200%2014.33%200%2032s14.33%2032%2032%2032%2032-14.33%2032-32S49.67%200%2032%200zm6.7%2032h-4.79v17.54h-6.57V32h-4.38v-6.04h4.38l-.01-3.56c0-4.93%201.34-7.93%207.14-7.93h4.84v6.05h-3.02c-2.26%200-2.37.84-2.37%202.42l-.01%203.03h5.44L38.7%2032z%22%2F%3E%3C%2Fsvg%3E"); }
  .cher-links .cher-link-linkedin .cher-link {
    background-image: url(../grunticon/source/linkedin_icon.svg); }
  .cher-links .cher-link-linkedin .cher-link:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%230077b5%22%20d%3D%22M32%200C14.33%200%200%2014.33%200%2032s14.33%2032%2032%2032%2032-14.33%2032-32S49.67%200%2032%200zm-7.64%2046.18c0%20.07-.01.13-.01.19h-7.18v-.18-21.26-.19h7.18c0%20.02.01.04.01.06v.13c.01%207.09.01%2014.17%200%2021.25zm.11-26.48c-.44.91-1.16%201.5-2.1%201.84-.63.22-1.28.29-1.95.25-.61-.04-1.2-.18-1.74-.47-1.04-.56-1.66-1.42-1.88-2.58-.02-.12-.05-.23-.07-.34v-.68c.03-.13.06-.25.08-.38.14-.76.48-1.41%201.05-1.95.62-.59%201.38-.9%202.22-1.03.12-.02.23-.03.35-.05h.79c.12.02.23.04.35.05.72.11%201.38.36%201.95.82.69.57%201.1%201.3%201.26%202.17.14.81.05%201.6-.31%202.35zm25.8%2026.68h-7.18v-.05V34.7c0-.57-.05-1.14-.16-1.7a5.13%205.13%200%200%200-.55-1.52c-.43-.73-1.05-1.22-1.87-1.43-.41-.11-.83-.14-1.26-.12a3.7%203.7%200%200%200-1.88.6c-.63.42-1.1.99-1.43%201.67-.13.25-.23.52-.29.8-.08.4-.1.8-.1%201.2v12.2h-7.21c0-.99%200-1.98.01-2.97.01-1.37.01-2.73.02-4.1%200-1.3%200-2.6.01-3.9%200-2.02.01-4.03.01-6.05%200-1.26-.01-2.52-.02-3.77%200-.23-.01-.46-.02-.69v-.14h7.19v3c.07-.02.08-.07.1-.11.35-.52.73-1.01%201.18-1.45a6.6%206.6%200%200%201%203.42-1.79c.86-.17%201.73-.2%202.61-.13.95.07%201.87.29%202.74.67%201.53.68%202.66%201.78%203.45%203.25.44.82.74%201.7.94%202.62.15.68.24%201.38.28%202.07.02.3.02.61.02.92v12.41c0%20.02-.01.08-.01.14z%22%2F%3E%3C%2Fsvg%3E"); }
  .cher-links .cher-link-email .cher-link {
    background-image: url(../grunticon/source/email_icon.svg); }
  .cher-links .cher-link-email .cher-link:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20612%20612%22%20style%3D%22enable-background%3Anew%200%200%20612%20612%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M306%2C612c-28.152%2C0-55.284-3.672-81.396-11.016c-26.112-7.347-50.49-17.646-73.134-30.906%20%20%20%20s-43.248-29.172-61.812-47.736c-18.564-18.562-34.476-39.168-47.736-61.812c-13.26-22.646-23.562-47.022-30.906-73.135%20%20%20%20C3.672%2C361.284%2C0%2C334.152%2C0%2C306s3.672-55.284%2C11.016-81.396s17.646-50.49%2C30.906-73.134s29.172-43.248%2C47.736-61.812%20%20%20%20s39.168-34.476%2C61.812-47.736s47.022-23.562%2C73.134-30.906S277.848%2C0%2C306%2C0c42.024%2C0%2C81.702%2C8.058%2C119.034%2C24.174%20%20%20%20s69.768%2C37.944%2C97.308%2C65.484s49.368%2C59.976%2C65.484%2C97.308S612%2C263.976%2C612%2C306c0%2C28.152-3.672%2C55.284-11.016%2C81.396%20%20%20%20c-7.347%2C26.109-17.646%2C50.487-30.906%2C73.134c-13.26%2C22.644-29.172%2C43.248-47.736%2C61.812%20%20%20%20c-18.562%2C18.564-39.168%2C34.479-61.812%2C47.736c-22.646%2C13.26-47.022%2C23.562-73.136%2C30.906C361.284%2C608.328%2C334.152%2C612%2C306%2C612z%20%20%20%20%20M453.492%2C179.928H163.404c-2.856%2C0-5.304%2C0.918-7.344%2C2.754s-3.06%2C4.386-3.06%2C7.65v32.436c0%2C1.632%2C0.612%2C2.448%2C1.836%2C2.448%20%20%20%20l152.388%2C86.904l1.227%2C0.612c0.813%2C0%2C1.428-0.204%2C1.836-0.612l147.492-86.904c0.813-0.408%2C1.428-0.612%2C1.836-0.612%20%20%20%20c0.405%2C0%2C1.02-0.204%2C1.836-0.612c1.632%2C0%2C2.448-0.816%2C2.448-2.448v-31.212c0-3.264-1.021-5.814-3.063-7.65%20%20%20%20S456.348%2C179.928%2C453.492%2C179.928z%20M245.412%2C310.284c0.408-0.408%2C0.612-1.021%2C0.612-1.836c0-1.227-0.408-1.836-1.224-1.836%20%20%20%20l-87.516-50.185c-1.224-0.408-2.244-0.408-3.06%2C0c-0.816%2C0-1.224%2C0.612-1.224%2C1.836v131.58c0%2C1.227%2C0.612%2C2.04%2C1.836%2C2.448h1.224%20%20%20%20c0.816%2C0%2C1.224-0.204%2C1.224-0.612L245.412%2C310.284z%20M351.9%2C320.076c-0.408-1.227-1.431-1.428-3.063-0.612l-33.66%2C19.584%20%20%20%20c-4.08%2C2.448-8.361%2C2.448-12.852%2C0l-29.376-16.521c-1.224-0.816-2.244-0.816-3.06%2C0l-111.996%2C104.04%20%20%20%20c-0.408%2C0.405-0.612%2C1.224-0.612%2C2.445c0%2C0.408%2C0.408%2C1.021%2C1.224%2C1.836c2.448%2C0.816%2C4.08%2C1.227%2C4.896%2C1.227H450.43%20%20%20%20c0.816%2C0%2C1.635-0.408%2C2.448-1.227c0-1.632-0.204-2.649-0.612-3.06L351.9%2C320.076z%20M462.06%2C253.98h-2.445l-83.232%2C49.572%20%20%20%20c-0.813%2C0-1.224%2C0.612-1.224%2C1.836c-0.408%2C0.408-0.204%2C1.02%2C0.609%2C1.833L459%2C397.188c0.816%2C0.816%2C1.428%2C1.227%2C1.836%2C1.227h1.224%20%20%20%20c1.227-1.227%2C1.839-2.04%2C1.839-2.448V256.429C463.896%2C255.612%2C463.284%2C254.796%2C462.06%2C253.98z%22%20fill%3D%22%23a32136%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E"); }

/*   Header
    --------------------------------------------------------------------------  */

#transparent-header .body-header {
  background-color: #f9f9f9; }

#main,#maincontent {
  padding-top: 8.125rem; }

.body-header {
  position: absolute;
  z-index: 999;
  padding: 0;
  width: 100%;
  height: 130px;
  background-color: #f9f9f9; }
  .body-header .main-logo {
    float: left;
    margin: 0.3125rem 0 0 0; }
    .body-header .main-logo img {
      max-width: 100%; }
  .body-header .header-right-block {
    float: right;
    width: auto; }

/*   Footer
    --------------------------------------------------------------------------  */
.body-footer {
  width: 100%;
  padding-top: 1.25rem; }
  .body-footer .container {
    max-width: 1200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column; }
  .body-footer .footer-nav {
    width: 100%; }
  .body-footer .footer-right {
    width: 100%;
    border-top: 1px solid #edeced;
    padding-top: 1.25rem;
    text-align: center; }
    .body-footer .footer-right .phone-number {
      font-weight: 600;
      font-size: 1rem;
      padding-bottom: 0.9375rem;
      display: inline-block;
      text-decoration: none;
      color: #565A5F; }
      .body-footer .footer-right .phone-number:hover {
        color: #3736FE; }
    .body-footer .footer-right .address,.body-footer .footer-right .copy-right {
      font-weight: 400;
      font-size: 1rem;
      padding-bottom: 0.9375rem;
      color: #565A5F; }
    .body-footer .footer-right .footer-shares {
      width: 100%;
      margin-top: 1.25rem; }
      .body-footer .footer-right .footer-shares .social-link {
        margin-right: 0.125rem;
        text-decoration: none; }
      .body-footer .footer-right .footer-shares .icon {
        width: 2em;
        height: 2em; }
        .body-footer .footer-right .footer-shares .icon svg {
          width: 2em;
          height: 2em; }
        .body-footer .footer-right .footer-shares .icon:hover .cls-1,.body-footer .footer-right .footer-shares .icon:hover .facebbok-1 {
          fill: #3736FE; }
  .body-footer .footer-certified {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 2.5rem; }
    .body-footer .footer-certified .title {
      margin-bottom: 0.625rem; }
    .body-footer .footer-certified .certified-list {
      margin-top: 0.625rem;
      display: -ms-flexbox;
      display: flex;
      gap: 20px; }
      .body-footer .footer-certified .certified-list .logo {
        width: 60px;
        height: 60px; }
        .body-footer .footer-certified .certified-list .logo img {
          width: 60px;
          height: 60px;
          -o-object-fit: contain;
             object-fit: contain;
          vertical-align: middle; }

/*   Selection Slide in Cart
    --------------------------------------------------------------------------  */
.selections-slide-cart-wrapper {
  width: 90%;
  position: fixed;
  right: -100%;
  height: 100vh;
  z-index: 99999;
  background: #f5f5f5;
  box-shadow: 0 10px 20px 12px rgba(0, 0, 0, 0.05);
  top: 0;
  overflow-x: auto;
  transition: all .35s ease; }
  .selections-slide-cart-wrapper.slide-cart-active {
    right: 0; }
  .selections-slide-cart-wrapper .minicart-wrapper {
    background: #fff;
    margin: 0;
    padding: 0 0 1.25rem;
    float: none;
    width: 100%; }
    .selections-slide-cart-wrapper .minicart-wrapper .action.showcart {
      display: none; }
    .selections-slide-cart-wrapper .minicart-wrapper .block-minicart {
      display: block;
      position: relative;
      width: 100%;
      right: 0;
      top: 0;
      padding: 0;
      border: none;
      box-shadow: none;
      background: none;
      margin: 0; }
      .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .title-login-wrapper {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 1.25rem; }
        .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .title-login-wrapper .items-total {
          margin: 0;
          color: #09244A;
          font-size: 1.0625rem;
          font-weight: 300; }
          .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .title-login-wrapper .items-total .count {
            display: inline-block;
            border-radius: 50%;
            background: #3736FE;
            color: #fff;
            text-align: center;
            font-weight: 400;
            width: 20px;
            height: 20px;
            line-height: 1.25rem;
            font-size: 0.6875rem; }
        .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .title-login-wrapper .login-link-wrapper {
          font-size: 1rem;
          font-weight: 600;
          line-height: 1.75rem; }
          .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .title-login-wrapper .login-link-wrapper .login-link {
            color: #37383a;
            text-decoration: none;
            background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20350%20350%22%20style%3D%22enable-background%3Anew%200%200%20350%20350%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M175%2C171.173c38.914%2C0%2C70.463-38.318%2C70.463-85.586C245.463%2C38.318%2C235.105%2C0%2C175%2C0s-70.465%2C38.318-70.465%2C85.587%20%20%20C104.535%2C132.855%2C136.084%2C171.173%2C175%2C171.173z%22%20fill%3D%22%2337383a%22/%3E%0A%09%3Cpath%20d%3D%22M41.909%2C301.853C41.897%2C298.971%2C41.885%2C301.041%2C41.909%2C301.853L41.909%2C301.853z%22%20fill%3D%22%2337383a%22/%3E%0A%09%3Cpath%20d%3D%22M308.085%2C304.104C308.123%2C303.315%2C308.098%2C298.63%2C308.085%2C304.104L308.085%2C304.104z%22%20fill%3D%22%2337383a%22/%3E%0A%09%3Cpath%20d%3D%22M307.935%2C298.397c-1.305-82.342-12.059-105.805-94.352-120.657c0%2C0-11.584%2C14.761-38.584%2C14.761%20%20%20s-38.586-14.761-38.586-14.761c-81.395%2C14.69-92.803%2C37.805-94.303%2C117.982c-0.123%2C6.547-0.18%2C6.891-0.202%2C6.131%20%20%20c0.005%2C1.424%2C0.011%2C4.058%2C0.011%2C8.651c0%2C0%2C19.592%2C39.496%2C133.08%2C39.496c113.486%2C0%2C133.08-39.496%2C133.08-39.496%20%20%20c0-2.951%2C0.002-5.003%2C0.005-6.399C308.062%2C304.575%2C308.018%2C303.664%2C307.935%2C298.397z%22%20fill%3D%22%2337383a%22/%3E%0A%3C/g%3E%0A%3C/svg%3E);
            background-size: 14px;
            background-repeat: no-repeat;
            padding-left: 1.125rem;
            background-position: 2px; }
            .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .title-login-wrapper .login-link-wrapper .login-link:hover {
              color: #3736FE; }
      .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper {
        margin: 0 1.25rem;
        padding: 0;
        border: none;
        height: auto !important;
        overflow: visible; }
        .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item:hover .product-item-details .product-item-name a {
          color: #0147AB; }
        .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product {
          position: relative; }
        .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-image-photo {
          max-width: 100%; }
        .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details {
          padding-right: 2.5rem; }
          .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
            font-size: 1rem;
            color: #09244A;
            font-weight: 600; }
            .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name a {
              font-size: 1rem;
              color: #09244A;
              font-weight: 600;
              text-decoration: none;
              display: inline-block;
              width: 100%;
              padding-bottom: 0.3125rem; }
            .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name span {
              font-size: 0.75rem;
              color: #09244A;
              font-weight: 600; }
          .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            width: 100%; }
            .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .price {
              font-weight: 300;
              font-size: 1rem;
              color: #09244A; }
            .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .price-excluding-tax,.selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .price-including-tax {
              margin: 0;
              font-size: 1rem;
              line-height: 1.2; }
            .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty {
              margin: 0;
              font-weight: 300;
              font-size: 1rem;
              color: #09244A; }
        .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .actions {
          position: absolute;
          right: 0;
          top: 5px;
          margin: 0; }
          .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .actions:hover .action.delete {
            background: #0147AB; }
          .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .actions .action.delete {
            width: 16px;
            height: 16px;
            border-radius: 16px;
            background: #09244A;
            display: inline-block;
            position: relative; }
            .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .actions .action.delete::after,.selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .actions .action.delete::before {
              width: 2px;
              height: 10px;
              background: #fff;
              content: '';
              position: absolute;
              left: 7px;
              top: 3px;
              transform: rotate(45deg); }
            .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .actions .action.delete::after {
              transform: rotate(-45deg); }
      .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .block-content > .actions {
        margin: 1.25rem; }
        .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
          margin: 0;
          line-height: normal;
          font-weight: 400; }
  .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper {
    padding: 3.75rem 1.25rem 1.25rem;
    width: 100%;
    display: inline-block;
    position: relative; }
    .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block {
      width: 100%;
      margin: 0; }
      .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block:nth-child(2) .block-title {
        left: inherit;
        right: 20px; }
      .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block.active .block-title strong {
        color: #09244A; }
      .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block.active .block-content {
        display: block; }
      .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-title {
        margin: 0;
        position: absolute;
        top: 20px;
        left: 20px; }
        .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-title strong {
          margin: 0;
          font-size: 1rem;
          color: #DBDBDB;
          font-weight: 400;
          cursor: pointer; }
          .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-title strong:hover {
            color: #0147AB; }
      .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content {
        display: none; }
        .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item {
          background: #fff;
          border-radius: 10px;
          width: 100%;
          margin: 0 0 1.25rem; }
          .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-info {
            padding: 0.625rem;
            display: -ms-flexbox;
            display: flex;
            width: 100%; }
          .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-photo {
            width: 80px;
            margin-right: 0.625rem; }
          .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details {
            width: 100%; }
            .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-name {
              margin: 0; }
              .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-name .product-item-link {
                font-size: 1rem;
                color: #09244A;
                font-weight: 600;
                text-decoration: none;
                display: inline-block;
                width: 100%; }
              .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-name .model-number {
                font-size: 1rem;
                color: #09244A;
                font-weight: 600; }
            .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .price-box {
              margin: 0.625rem 0 0.9375rem; }
              .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .price-box .price {
                font-weight: 300;
                font-size: 1rem;
                color: #09244A; }
            .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-actions {
              width: 100%;
              display: -ms-flexbox;
              display: flex; }
              .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-actions .actions-primary .action.primary {
                padding: 0.625rem 1.25rem;
                font-size: 1rem; }
              .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary {
                width: auto;
                margin-left: 0.625rem; }
                .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .button.whishlist {
                  font-size: 1rem; }
  .selections-slide-cart-wrapper .no-product {
    background: #eee;
    height: 280px;
    position: relative;
    padding: 1.875rem;
    text-align: center;
    box-shadow: inset 0 0 0 10px #fff, 0 0 5px 0px rgba(0, 0, 0, 0.2);
    margin: 1.25rem 0 0; }
    .selections-slide-cart-wrapper .no-product.no-selection {
      margin: 1.25rem; }
      .selections-slide-cart-wrapper .no-product.no-selection .button {
        margin: 0.625rem 0 0; }
    .selections-slide-cart-wrapper .no-product .content-block {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 80%; }
      .selections-slide-cart-wrapper .no-product .content-block .no-product-title {
        color: #09244A;
        font-size: 1rem;
        font-weight: 600;
        padding-bottom: 0.625rem; }
      .selections-slide-cart-wrapper .no-product .content-block .no-product-content {
        color: #565A5F;
        font-size: 1rem;
        line-height: 1.5; }

.modals-wrapper .modal-popup {
  z-index: 100000; }
  .modals-wrapper .modal-popup .modal-inner-wrap {
    text-align: center;
    border-radius: 10px; }
  .modals-wrapper .modal-popup .modal-content {
    font-size: 1rem; }
    .modals-wrapper .modal-popup .modal-content .form-in-popup {
      max-width: 700px;
      margin: 0 auto; }
      .modals-wrapper .modal-popup .modal-content .form-in-popup .gform_title {
        color: #09244A;
        font-weight: 600;
        font-size: 1.625rem; }
      .modals-wrapper .modal-popup .modal-content .form-in-popup .product-name {
        color: #09244A;
        font-size: 1rem;
        padding: 0.625rem 0 0; }
      .modals-wrapper .modal-popup .modal-content .form-in-popup .product-model {
        color: #09244A;
        padding: 0.625rem 0 1.875rem;
        font-size: 1rem; }
      .modals-wrapper .modal-popup .modal-content .form-in-popup .gform_page_footer {
        position: relative; }
      .modals-wrapper .modal-popup .modal-content .form-in-popup .gform_ajax_spinner {
        position: absolute;
        bottom: 20px; }
  .modals-wrapper .modal-popup .modal-footer button {
    width: 100px; }
  .modals-wrapper .modal-popup .action-close {
    background: #09244A;
    padding: 0;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .modals-wrapper .modal-popup .action-close:hover {
      background: #0147AB; }
    .modals-wrapper .modal-popup .action-close::after,.modals-wrapper .modal-popup .action-close::before {
      width: 2px;
      height: 12px;
      background: #fff;
      content: '';
      position: absolute;
      left: 9px;
      top: 4px;
      transform: rotate(45deg); }
    .modals-wrapper .modal-popup .action-close::after {
      transform: rotate(-45deg); }

.modals-wrapper .modals-overlay {
  background: #09244A;
  z-index: 99999; }

/*   Main Navigation
    --------------------------------------------------------------------------  */
.main-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .main-nav .main-menu-toggle {
    outline: 0;
    border: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    height: 40px;
    text-align: right;
    padding: 0 0.625rem;
    background: #3736FE;
    border-radius: 10px;
    margin-top: 1.625rem; }
    .main-nav .main-menu-toggle:hover {
      background: #504FFF; }

.main-menu {
  display: none;
  margin: 0;
  padding: 0; }
  .main-menu .menu-item {
    position: relative; }
    .main-menu .menu-item .sub-menu-level-1 {
      transition: all .25s ease; }
    .main-menu .menu-item:hover .sub-menu-level-1 {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition: 0.2s ease; }
  .main-menu .menu-item-top-level > .menu-item-link {
    padding: 0.625rem 0;
    color: #09244A;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    border: 1px solid transparent; }
  .main-menu .menu-item-top-level.request-quote .menu-item-link {
    padding: 0.3125rem 0.9375rem;
    width: 100%;
    border-radius: 3px;
    background: #3736FE;
    color: #fff;
    text-align: center;
    letter-spacing: 0.03125rem;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.875rem;
    margin-top: 0.625rem; }
  .main-menu .menu-item-top-level.request-quote:hover .menu-item-link {
    border-radius: 5px;
    background: #504FFF;
    box-shadow: none; }
  .main-menu .menu-item-top-level.no-link > .menu-item-link {
    pointer-events: none; }
    .main-menu .menu-item-top-level.no-link > .menu-item-link:hover {
      cursor: default; }
  .main-menu .menu-item-link {
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s; }
  .main-menu .has-no-heading .sub-menu-toggle {
    display: none; }
  .main-menu .has-no-heading .sub-menu.sub-menu-level-2 {
    display: block; }
  .main-menu .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 60;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 100ms ease-out; }
    .main-menu .sub-menu-toggle::after {
      display: inline-block;
      content: '';
      transition: all 100ms ease-out;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #09244A; }
    .main-menu .sub-menu-toggle .icon {
      transition: all 100ms ease-out; }
    .main-menu .sub-menu-toggle.active::after {
      transform: rotate(-180deg) skew(0deg); }
  .main-menu .sub-menu .sub-menu-toggle::after {
    position: relative;
    top: -3px; }
  .main-menu .sub-menu-level-1 {
    display: none;
    list-style-type: none;
    text-align: left;
    padding: 0 0 0.625rem 0.9375rem;
    border-bottom: 1px solid #DBDBDB; }
    .main-menu .sub-menu-level-1 .menu-item {
      font-size: 1rem;
      font-weight: 500; }
      .main-menu .sub-menu-level-1 .menu-item .menu-item-link {
        color: #09244A;
        padding: 0.5rem 0; }
        .main-menu .sub-menu-level-1 .menu-item .menu-item-link:hover {
          color: #3736FE; }
  .main-menu .sub-menu-level-2 {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0; }
  .main-menu.main-menu-has-touch .menu-item-has-children > .menu-item-link {
    margin-right: 2.75rem; }

/*   Mega Navigation
	--------------------------------------------------------------------------  */
.main-nav .mega-menu-container {
  position: absolute;
  z-index: 1;
  top: calc(100% - 2px);
  left: 0;
  display: inherit;
  width: 100%;
  padding: 0;
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
  .main-nav .mega-menu-container .mega-menu {
    position: relative;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    padding: 0;
    list-style-type: none;
    text-align: left; }

.main-nav .mega-nav-menu-item {
  display: block;
  float: left;
  height: 60px;
  margin: 0; }
  .main-nav .mega-nav-menu-item .menu-link {
    display: block;
    padding: 0.625rem 0;
    border: 1px solid transparent;
    color: #09244A;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s; }

.main-nav .mega-nav-cta {
  position: relative;
  width: 100%;
  padding: 1.875rem;
  border-radius: 0 0 10px 10px;
  background: url(../images/blue-menu-cta-valve.jpg) no-repeat top center #09244A; }
  .main-nav .mega-nav-cta .cta-block {
    text-align: center; }
  .main-nav .mega-nav-cta .title {
    width: 100%;
    margin-bottom: 0.9375rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem; }
  .main-nav .mega-nav-cta .subheading {
    margin-top: 1.5625rem;
    color: #fff; }
    .main-nav .mega-nav-cta .subheading a {
      color: #fff; }

.main-nav .series-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list {
    width: 100%;
    padding: 0.625rem 0;
    text-align: center; }
    .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list li {
      position: relative;
      top: 1px;
      display: inline-block;
      width: 100%;
      margin: 0;
      list-style: none; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list li.active {
        margin-bottom: -0.0625rem; }
        .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list li.active .link {
          color: #09244A;
          text-decoration: underline; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list li .link {
        display: inline-block;
        padding: 0.625rem;
        color: #919191;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer; }
        .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list li .link:hover {
          color: #09244A; }
  .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-wrap {
    display: none;
    padding: 0; }
    .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-wrap.active {
      display: block; }
  .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    padding: 0; }
  .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
  .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    padding: 0; }
    .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link {
      width: 100%;
      padding: 1.25rem;
      text-decoration: none; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link:hover .title {
        color: #0147AB; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link:hover .more {
        text-decoration: none; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .pro-img {
        width: 100%;
        margin-bottom: 0.625rem;
        text-align: center; }
        .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .pro-img img {
          max-width: 100%; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .title {
        color: #09244A;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.25rem; }
        .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .title span {
          font-weight: 400; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .desc {
        display: none;
        color: #565A5F;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.0625rem; }
        .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .desc .desc {
          margin: 0; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .more {
        font-size: 1rem;
        text-decoration: underline; }
  .main-nav .series-menu .mega-menu-container .mega-menu .content-block {
    padding: 0.9375rem 1.25rem 0;
    border-top: 1px solid #efefef; }

.main-nav .products-menu.mega-nav-menu-item {
  float: none;
  height: auto; }
  .main-nav .products-menu.mega-nav-menu-item .mega-menu-container {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    padding: 0;
    transform: none;
    visibility: visible;
    opacity: 1;
    border-bottom: 0; }
  .main-nav .products-menu.mega-nav-menu-item .mega-menu {
    padding: 0; }
  .main-nav .products-menu.mega-nav-menu-item .view-all {
    margin: 0.375rem 0 0.5rem 0.9375rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none; }
  .main-nav .products-menu.mega-nav-menu-item .menu-item-container {
    margin-left: 0.9375rem; }
  .main-nav .products-menu.mega-nav-menu-item .menu-item-level-2 .menu-item-link.top-level {
    font-size: 1rem;
    font-weight: 700; }
  .main-nav .products-menu.mega-nav-menu-item .menu-item-level-2.has-no-heading .menu-item-link.top-level {
    font-size: 0.875rem; }
  .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link {
    font-weight: 700; }
    .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link.heading,.main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link.heading-container {
      font-size: 0.875rem; }
      .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link.heading-container:hover,.main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link.heading:hover {
        color: #09244A; }
  .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2 .tabbed-sub-menu {
    display: none; }
    .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2 .tabbed-sub-menu.active-tab {
      display: block; }
  .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2 .menu-item-link {
    font-weight: 500; }
  .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2.style-button .tabbed-sub-menu {
    display: none; }
    .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2.style-button .tabbed-sub-menu.active-tab {
      display: block; }
  .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2.style-button .menu-item {
    min-width: calc(25% - 14px);
    margin: 0.625rem 0.625rem 0 0;
    padding: 0;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    text-align: center;
    transition: 0.2s ease; }
    .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2.style-button .menu-item:hover {
      border: 1px solid #3736FE;
      background: #3736FE;
      color: #fff; }
      .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2.style-button .menu-item:hover .menu-item-link {
        color: #fff;
        text-decoration: none;
        transition: 0.2s ease; }
    .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2.style-button .menu-item .menu-item-link {
      padding: 0.375rem 0.625rem; }
  .main-nav .products-menu.mega-nav-menu-item .sub-menu-tabs {
    margin: 0.625rem 0;
    display: none; }
  .main-nav .products-menu.mega-nav-menu-item .tab {
    border: 1px solid #DBDBDB;
    background: #fff;
    padding: 0.25rem 0.625rem;
    font-size: 1rem; }
    .main-nav .products-menu.mega-nav-menu-item .tab.active-tab {
      border: 1px solid #3736FE;
      background: #3736FE;
      color: #fff;
      border-radius: 3px; }
    .main-nav .products-menu.mega-nav-menu-item .tab:hover {
      cursor: pointer; }

.main-nav .products-menu .mega-nav-cta {
  margin: 1.25rem 0;
  border-radius: 10px; }
  .main-nav .products-menu .mega-nav-cta .button {
    padding: 0.625rem 0.9375rem; }

/*   Utility Navigation
    --------------------------------------------------------------------------  */
.utility-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 0.0625rem;
  width: 100%;
  padding: 0.3125rem 0.3125rem; }
  .utility-nav a {
    position: relative;
    margin-left: 0.625rem;
    color: #565a5f;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.75rem; }
    .utility-nav a.menu-item-link {
      display: none; }
    .utility-nav a:hover {
      color: #891733; }
    .utility-nav a.cart {
      color: #3736FE;
      font-weight: 600; }
      .utility-nav a.cart span {
        display: inline-block;
        border-radius: 50%;
        background: #3736FE;
        color: #fff;
        text-align: center;
        font-weight: 400;
        width: 20px;
        height: 20px;
        line-height: 1.25rem;
        font-size: 0.6875rem; }
    .utility-nav a.account-loading {
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px;
      white-space: nowrap;
      position: relative !important;
      pointer-events: none; }
  .utility-nav .store-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex; }
    .utility-nav .store-list li {
      position: relative; }
      .utility-nav .store-list li .utility-account-details {
        position: absolute;
        padding: 1.25rem;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
        border: 1px solid #DBDBDB;
        left: 0;
        top: 100%;
        z-index: 9;
        text-align: left;
        white-space: nowrap; }
        .utility-nav .store-list li .utility-account-details .customer-name {
          color: #09244A;
          cursor: text;
          font-weight: 400; }
          .utility-nav .store-list li .utility-account-details .customer-name:hover {
            color: #09244A; }
        .utility-nav .store-list li .utility-account-details .account-link {
          margin: 0;
          display: block; }
          .utility-nav .store-list li .utility-account-details .account-link:hover {
            color: #891733; }
  .utility-nav .global-search-form {
    position: relative;
    height: 28px;
    width: 40%; }
    .utility-nav .global-search-form .search-form-field {
      width: 100%;
      padding: 0 3.125rem 0 1.25rem;
      height: 28px;
      border: 1px solid #DBDBDB;
      border-radius: 20px;
      background: #eee;
      font-size: 1rem;
      font-family: "Montserrat", sans-serif;
      transition: all 0.4s ease-in-out 0s; }
      .utility-nav .global-search-form .search-form-field:focus {
        border: 1px solid #3736FE; }
    .utility-nav .global-search-form .search-submit {
      position: absolute;
      top: 0;
      right: 0;
      height: 28px;
      border: none;
      font-size: 0;
      cursor: pointer;
      z-index: 1;
      width: 40px;
      display: block;
      background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%2080.502%2080.502%22%20style%3D%22enable-background%3Anew%200%200%2080.502%2080.502%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%20id%3D%22Zoom_1_%22%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20d%3D%22M80.502%2C74.658L58.688%2C52.742c4.193-5.524%2C6.691-12.416%2C6.691-19.885c0-18.104-14.664-32.84-32.69-32.84%20%20%20%20%20S0%2C14.753%2C0%2C32.857c0%2C18.111%2C14.664%2C32.848%2C32.689%2C32.848c7.643%2C0%2C14.674-2.655%2C20.247-7.088l21.768%2C21.867L80.502%2C74.658z%20%20%20%20%20%20M32.689%2C58.312c-13.967%2C0-25.332-11.419-25.332-25.455c0-14.027%2C11.365-25.446%2C25.332-25.446%20%20%20%20%20c13.968%2C0%2C25.333%2C11.419%2C25.333%2C25.446C58.021%2C46.894%2C46.657%2C58.312%2C32.689%2C58.312z%22%20fill%3D%22%23000%22/%3E%0A%09%09%3C/g%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 15px;
      background-color: transparent;
      background-position: 12px 6px;
      opacity: .7; }

/*   Footer Navigation
    --------------------------------------------------------------------------  */
.footer-navs {
  width: 100%;
  text-align: center; }
  .footer-navs .footer-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    column-count: 1; }
    .footer-navs .footer-menu .menu-item-top-level {
      margin-bottom: 1.25rem; }
      .footer-navs .footer-menu .menu-item-top-level > .menu-item-link {
        font-weight: 600;
        font-size: 1rem;
        padding-bottom: 0.3125rem;
        display: inline-block; }
      .footer-navs .footer-menu .menu-item-top-level.sub-menu-level .sub-menu {
        min-height: 50px; }
    .footer-navs .footer-menu .menu-item-link {
      font-weight: 300;
      font-size: 1rem;
      text-decoration: none;
      color: #565A5F; }
      .footer-navs .footer-menu .menu-item-link:hover {
        color: #504FFF; }
    .footer-navs .footer-menu .sub-menu {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .footer-navs .footer-menu .sub-menu .menu-item {
        margin: 0.4375rem 0; }

/*   Partial - Blog Header
    --------------------------------------------------------------------------  */
.blog-header {
  margin-bottom: 2rem; }
  .blog-header .blog-heading {
    text-align: center;
    color: #fff;
    background-color: #124393;
    background-repeat: no-repeat;
    background-image: url(../images/blue-print-icon-2.png);
    background-position: center -125px; }
    .blog-header .blog-heading h1 {
      margin: 0;
      padding: .75em 0;
      font-weight: 600;
      font-size: 2.5rem; }
  .blog-header .toolbar {
    background: #09244A;
    position: relative;
    padding: 0.3125rem 0; }
    .blog-header .toolbar .blog-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      width: 1060px;
      margin: 0 auto;
      max-width: 100%; }
    .no-flexbox .blog-header .toolbar .category-select-wrapper {
      float: left; }
    .no-flexbox .blog-header .toolbar .search-form-wrapper {
      float: right;
      width: 180px; }
    .no-flexbox .blog-header .toolbar:after {
      content: '';
      clear: both;
      display: block; }
  .blog-header .category-select-wrapper {
    height: 100%;
    color: #fff;
    letter-spacing: 0.0625rem;
    display: block;
    min-width: 160px;
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 0 1.25rem 0 0; }
    .blog-header .category-select-wrapper label {
      display: none; }
    .blog-header .category-select-wrapper .fancy-select {
      position: relative;
      display: inline-block; }
      .blog-header .category-select-wrapper .fancy-select:after {
        content: '';
        position: absolute;
        right: 15px;
        top: 0;
        width: 16px;
        height: 43px;
        text-align: center;
        line-height: 2.1875rem;
        pointer-events: none;
        background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1683%20808l-742%20741q-19%2019-45%2019t-45-19L109%20808q-19-19-19-45.5t19-45.5l166-165q19-19%2045-19t45%2019l531%20531%20531-531q19-19%2045-19t45%2019l166%20165q19%2019%2019%2045.5t-19%2045.5z%22%20fill%3D%22white%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: center; }
      .blog-header .category-select-wrapper .fancy-select select {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: none;
        outline: none;
        height: 43px;
        padding: 0 2em 0 0;
        width: 100%;
        background-color: transparent;
        font-size: 1rem;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        text-transform: uppercase; }
        .blog-header .category-select-wrapper .fancy-select select:focus {
          outline: none; }
        .blog-header .category-select-wrapper .fancy-select select::-ms-expand {
          display: none; }
  .blog-header button.icon-search {
    outline: none;
    border: none;
    background: transparent;
    display: block;
    width: 50px;
    height: 30px;
    cursor: pointer; }
    .blog-header button.icon-search svg {
      width: 22px;
      height: 22px;
      fill: #fff; }
  .blog-header .search-form-wrapper {
    position: absolute;
    top: 52px;
    display: none; }
    .blog-header .search-form-wrapper button {
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px;
      white-space: nowrap; }
    .blog-header .search-form-wrapper:before {
      display: none; }
    .blog-header .search-form-wrapper input[type=search] {
      height: 50px;
      width: 100vw;
      padding-right: 1rem;
      padding-left: 1rem;
      background: #0147AB;
      outline: none;
      font-size: 1rem;
      border: none;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0.0625rem;
      position: relative;
      z-index: 2;
      color: #fff; }
      .blog-header .search-form-wrapper input[type=search]::-webkit-input-placeholder {
        color: #fff;
        opacity: .9; }
      .blog-header .search-form-wrapper input[type=search]:-ms-input-placeholder {
        color: #fff;
        opacity: .9; }
      .blog-header .search-form-wrapper input[type=search]::placeholder {
        color: #fff;
        opacity: .9; }

.resource-landing-hero {
  text-align: center;
  color: #fff;
  background-color: #0147a8;
  padding: 3em 0;
  background-image: url(../images/blue-print-icon-2.png);
  background-repeat: no-repeat;
  background-position: center top -100px; }
  .resource-landing-hero .heading {
    margin: 0;
    padding: 0 0 0.625rem;
    font-weight: 300;
    font-size: 2.25rem; }
    .resource-landing-hero .heading strong {
      font-weight: 600; }
  .resource-landing-hero .content {
    width: 660px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300; }
    .resource-landing-hero .content p {
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 300; }

.gemini .mfp-bg {
  opacity: 0.8; }

/*  ==========================================================================
     LAYOUTS
     Self-contained layouts and elements
    ==========================================================================  */
/*   Block Padding
    --------------------------------------------------------------------------  */
.pad-top-xsmall {
  padding-top: 0.5em; }

.pad-top-small {
  padding-top: 1.5em; }

.pad-top-medium {
  padding-top: 2em; }

.pad-top-large {
  padding-top: 3em; }

.pad-top-xlarge {
  padding-top: 4em; }

.pad-btm-xsmall {
  padding-bottom: 0.5em; }

.pad-btm-small {
  padding-bottom: 1.5em; }

.pad-btm-medium {
  padding-bottom: 2em; }

.pad-btm-large {
  padding-bottom: 3em; }

.pad-btm-xlarge {
  padding-bottom: 4em; }

/*   Block Width
    --------------------------------------------------------------------------  */
.width-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.anchor-content-block {
  margin-top: 2.5rem; }

.anchor-cta-layout {
  width: 100%;
  background: #fff; }
  .anchor-cta-layout .content {
    position: relative;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%; }
    .anchor-cta-layout .content .heading {
      width: 100%;
      color: #09244A;
      text-align: center;
      cursor: pointer; }
      .anchor-cta-layout .content .heading h2 {
        font-size: 1.125rem;
        font-weight: 600; }
      .anchor-cta-layout .content .heading:hover .arrow {
        animation: bounce 2s infinite; }
      .anchor-cta-layout .content .heading .arrow {
        width: 40px;
        height: 40px;
        display: inline-block;
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%20129%20129%22%20enable-background%3D%22new%200%200%20129%20129%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22m121.3%2C34.6c-1.6-1.6-4.2-1.6-5.8%2C0l-51%2C51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8%2C0-1.6%2C1.6-1.6%2C4.2%200%2C5.8l53.9%2C53.9c0.8%2C0.8%201.8%2C1.2%202.9%2C1.2%201%2C0%202.1-0.4%202.9-1.2l53.9-53.9c1.7-1.6%201.7-4.2%200.1-5.8z%22%20fill%3D%22%2309244a%22/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E);
        background-size: contain; }

@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.avatars-layout {
  width: 100%;
  background: #fff; }
  .avatars-layout .avatars-list {
    width: 100%;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .avatars-layout .avatars-list.more-avatars {
      display: none; }
    .avatars-layout .avatars-list.show-avatars {
      display: -ms-flexbox;
      display: flex; }
    .avatars-layout .avatars-list.show-avatar-items {
      display: -ms-flexbox !important;
      display: flex !important; }
    .avatars-layout .avatars-list .avatar-item {
      width: 100%;
      margin: 0 0.3125rem 1.875rem;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      transition: height 500ms ease; }
      .avatars-layout .avatars-list .avatar-item.active::after {
        border-bottom-width: 30px; }
      .avatars-layout .avatars-list .avatar-item .avatar-contents {
        position: relative;
        cursor: pointer; }
        .avatars-layout .avatars-list .avatar-item .avatar-contents::after {
          display: block;
          position: absolute;
          bottom: 0px;
          left: 50%;
          margin-left: -1.875rem;
          width: 0;
          height: 0;
          content: '';
          border-left: 30px solid transparent;
          border-right: 30px solid transparent;
          border-bottom-style: solid;
          border-bottom-width: 0px;
          border-bottom-color: #F6F3ED;
          transition: border-bottom-width 500ms ease; }
      .avatars-layout .avatars-list .avatar-item .image-block {
        border-radius: 8px 8px 0 0;
        width: 100%;
        height: 200px;
        margin-bottom: 0.9375rem;
        overflow: hidden; }
        .avatars-layout .avatars-list .avatar-item .image-block img {
          border-radius: 8px 8px 0 0;
          max-width: 100%; }
      .avatars-layout .avatars-list .avatar-item .name {
        color: #09244A;
        font-size: 1rem;
        font-weight: 600;
        padding-bottom: 0.3125rem; }
      .avatars-layout .avatars-list .avatar-item .position {
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.4;
        letter-spacing: 0.03125rem; }
      .avatars-layout .avatars-list .avatar-item .avatar-expander {
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
        max-height: 0;
        transition: max-height 500ms ease;
        background: #f9f9f9; }
        .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents {
          margin: 0 auto;
          width: 1200px;
          max-width: 100%;
          padding: 3.75rem 1.25rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; }
          .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents .img-block {
            margin: 0 0 2.5rem;
            width: 100%;
            text-align: center;
            display: none; }
            .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents .img-block img {
              max-width: 100%;
              border-radius: 10px 10px 0 0;
              box-shadow: 0 20px 15px -6px #777; }
          .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents .content-block {
            width: 100%; }
            .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents .content-block .name {
              font-size: 1rem; }
            .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents .content-block .contents {
              font-size: 1rem;
              line-height: 1.7;
              margin-top: 1.25rem; }
          .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents div.close {
            position: absolute;
            top: 20px;
            right: 20px;
            color: #fff;
            background: #09244A;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 50%;
            line-height: 1.75rem;
            cursor: pointer; }
            .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents div.close:hover {
              background: #0147AB; }
  .avatars-layout .more-button {
    width: 100%;
    text-align: center; }
    .avatars-layout .more-button .no-post {
      display: none; }

.column-content-layout {
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
  .column-content-layout.gradient {
    background: white;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .column-content-layout .content {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .column-content-layout .content .icon-block {
      width: 46px;
      height: 46px;
      background: #0147A8;
      padding: 0.5rem;
      border-radius: 10px;
      margin: 0 auto; }
    .column-content-layout .content .headline {
      font-size: 1.125rem;
      font-weight: 600;
      color: #09244A;
      line-height: 1.2;
      margin-bottom: 0.3125rem; }
    .column-content-layout .content .content-block {
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.5; }
      .column-content-layout .content .content-block a:hover {
        text-decoration: none; }
  .column-content-layout .image-block {
    width: 100%;
    display: inline-block; }
    .column-content-layout .image-block .img-slider {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      padding: 1.25rem 0;
      -ms-flex-pack: center;
          justify-content: center; }
      .column-content-layout .image-block .img-slider.flickity-enabled {
        display: inline-block; }
        .column-content-layout .image-block .img-slider.flickity-enabled .flickity-viewport {
          border-radius: 16px; }
        .column-content-layout .image-block .img-slider.flickity-enabled .flickity-prev-next-button:disabled {
          display: none; }
        .column-content-layout .image-block .img-slider.flickity-enabled .img-item {
          height: 300px; }
          .column-content-layout .image-block .img-slider.flickity-enabled .img-item img {
            width: auto;
            float: left; }
      .column-content-layout .image-block .img-slider .img-item {
        overflow: hidden;
        border-radius: 16px;
        margin: 0 0.625rem;
        width: 400px; }
        .column-content-layout .image-block .img-slider .img-item:last-child {
          margin-right: 0; }
        .column-content-layout .image-block .img-slider .img-item img {
          border-radius: 16px;
          width: 100%; }
  .column-content-layout.two-column {
    width: 100%; }
    .column-content-layout.two-column .two-column-block {
      width: 100%;
      padding-top: 1.25rem;
      display: block; }
      .column-content-layout.two-column .two-column-block .content-block {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0%;
        margin-bottom: 1.875rem;
        text-align: center; }
      .column-content-layout.two-column .two-column-block .image-block {
        width: 100%;
        display: block;
        margin: 0 auto; }
        .column-content-layout.two-column .two-column-block .image-block .img-slider {
          padding: 0; }

.column-content-with-slider-layout {
  background: #fff; }
  .column-content-with-slider-layout .slider-wrapper {
    width: 100%;
    display: inline-block; }
    .column-content-with-slider-layout .slider-wrapper .left-block {
      width: 100%;
      padding: 0 5%; }
      .column-content-with-slider-layout .slider-wrapper .left-block .img-slider {
        margin: 0 auto 1.875rem;
        width: 280px; }
        .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .img-item {
          width: 280px;
          display: inline-block; }
          .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .img-item img {
            max-width: 100%; }
        .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .flickity-prev-next-button {
          width: 22px;
          height: 40px;
          border: 1px solid #ccc;
          border-radius: 20px;
          padding: 0;
          background: #fff; }
          .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .flickity-prev-next-button.previous {
            left: -10px; }
          .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .flickity-prev-next-button.next {
            right: -10px; }
          .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .flickity-prev-next-button svg {
            width: 12px;
            height: 12px;
            top: 35%;
            left: 20%; }
    .column-content-with-slider-layout .slider-wrapper .right-block {
      width: 100%;
      text-align: center; }
      .column-content-with-slider-layout .slider-wrapper .right-block .title {
        font-size: 1.125rem;
        font-weight: 600;
        color: #09244A;
        line-height: 1.2;
        margin-bottom: 0.3125rem; }
      .column-content-with-slider-layout .slider-wrapper .right-block .content {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.5;
        margin-bottom: 1.25rem; }
      .column-content-with-slider-layout .slider-wrapper .right-block .button {
        min-width: 160px; }
      .column-content-with-slider-layout .slider-wrapper .right-block .certificate-title {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.5;
        margin-top: 1.25rem; }
      .column-content-with-slider-layout .slider-wrapper .right-block .certificate-image {
        margin-top: 0.625rem;
        display: inline-block; }
        .column-content-with-slider-layout .slider-wrapper .right-block .certificate-image img {
          margin-right: 1.5rem; }
          .column-content-with-slider-layout .slider-wrapper .right-block .certificate-image img:last-child {
            margin-right: 0; }

.content-with-media-layout.has-background {
  background: white;
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 ); }

.content-with-media-layout .section-title {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #09244A; }

.content-with-media-layout .content-order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.content-with-media-layout .image-block {
  background: #fff;
  box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  height: 350px !important;
  max-width: 100%;
  position: relative;
  margin-bottom: 1.875rem;
  overflow: hidden;
  text-align: center; }
  .content-with-media-layout .image-block .image {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: 100%; }

.content-with-media-layout .image-block-solid {
  background: #fff;
  max-width: 100%;
  position: relative;
  margin-bottom: 1.875rem;
  text-align: center; }
  .content-with-media-layout .image-block-solid .image {
    max-width: 100%; }
  .content-with-media-layout .image-block-solid .button {
    display: block;
    margin-top: 1.875rem;
    color: #fff; }
    .content-with-media-layout .image-block-solid .button:hover {
      color: #fff; }

.content-with-media-layout .content-block {
  width: 100%;
  padding: 0 0.625rem; }
  .content-with-media-layout .content-block .title {
    display: block;
    margin: 0 0 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #09244A; }
  .content-with-media-layout .content-block .sub-title {
    display: block;
    margin: 0 0 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #09244A;
    line-height: 1.5; }
  .content-with-media-layout .content-block .content {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.625rem; }
    .content-with-media-layout .content-block .content ul {
      padding: 0; }
      .content-with-media-layout .content-block .content ul li {
        list-style: none;
        position: relative;
        padding-left: 1rem; }
        .content-with-media-layout .content-block .content ul li::before {
          position: absolute;
          left: 0;
          top: 12px;
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background: #565a5f;
          content: ''; }
  .content-with-media-layout .content-block .button {
    color: #fff; }
    .content-with-media-layout .content-block .button:hover {
      color: #fff; }

.cta-layout {
  background-color: #fff; }
  .cta-layout .cta-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #09244A;
    line-height: 1.2;
    margin: 0 0 0.9375rem; }
  .cta-layout .subheading {
    color: #fff;
    margin-top: 1.5625rem; }
    .cta-layout .subheading a {
      color: #fff; }
  .cta-layout .cta-desc {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
    line-height: 1.5; }
  .cta-layout .screen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .cta-layout .full-width-cta {
    width: 100%;
    position: relative; }
    .cta-layout .full-width-cta.gradient {
      border: 1px solid #DBDBDB;
      background: white;
      background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 ); }
    .cta-layout .full-width-cta .button,.cta-layout .full-width-cta .button:hover {
      color: #fff; }
  .cta-layout .full-width-large {
    height: auto;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 3%;
    width: 94%;
    box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08); }
    .cta-layout .full-width-large .content {
      background: #fff;
      padding: 1.875rem 1.25rem;
      border-radius: 10px;
      max-width: 100%;
      z-index: 2;
      position: relative;
      width: 100%; }
  .cta-layout.case-study-slider-layout {
    background-color: #fff;
    width: 100%; }
    .cta-layout.case-study-slider-layout .full-width-large {
      position: relative; }
      .cta-layout.case-study-slider-layout .full-width-large .case-study-background {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 200px; }
        .cta-layout.case-study-slider-layout .full-width-large .case-study-background .flickity-viewport {
          height: 100% !important; }
        .cta-layout.case-study-slider-layout .full-width-large .case-study-background .flickity-slider {
          transform: none !important; }
        .cta-layout.case-study-slider-layout .full-width-large .case-study-background .case-study-img-item {
          width: 100%;
          height: 100%;
          position: relative;
          background-position: center top;
          background-repeat: no-repeat;
          background-size: cover;
          left: 0 !important;
          opacity: 0;
          transition: opacity 0.3s ease-in-out;
          z-index: -1; }
          .cta-layout.case-study-slider-layout .full-width-large .case-study-background .case-study-img-item.is-selected {
            opacity: 1;
            z-index: 0; }
      .cta-layout.case-study-slider-layout .full-width-large .content {
        padding: 1.875rem 1.25rem 3.75rem; }
        .cta-layout.case-study-slider-layout .full-width-large .content .flickity-page-dots {
          bottom: -40px;
          text-align: left; }
          .cta-layout.case-study-slider-layout .full-width-large .content .flickity-page-dots .dot {
            counter-increment: carousel-cell;
            background: none; }
            .cta-layout.case-study-slider-layout .full-width-large .content .flickity-page-dots .dot::before {
              display: block;
              text-align: center;
              content: counter(carousel-cell);
              font-size: 1rem; }
        .cta-layout.case-study-slider-layout .full-width-large .content .case-study-slider {
          width: 100%; }
        .cta-layout.case-study-slider-layout .full-width-large .content .category {
          width: 100%;
          color: #565A5F;
          font-size: 1rem;
          margin-bottom: 0.625rem; }
          .cta-layout.case-study-slider-layout .full-width-large .content .category .list {
            padding-right: 0.375rem;
            margin-right: 0.375rem;
            line-height: 0.625rem;
            border-right: 2px solid #edeced; }
            .cta-layout.case-study-slider-layout .full-width-large .content .category .list:last-child {
              padding: 0;
              margin: 0;
              border: 0; }
  .cta-layout .full-width-centerd {
    padding: 4.375rem 0; }
    .cta-layout .full-width-centerd .overlay-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("../images/blue-cta-valve-3.png");
      background-repeat: no-repeat;
      background-position: center top -250px;
      z-index: 1; }
    .cta-layout .full-width-centerd .content {
      width: 460px;
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 2; }
      .cta-layout .full-width-centerd .content .cta-heading {
        color: #fff; }
  .cta-layout .full-width-two-column {
    padding: 2.5rem 0; }
    .cta-layout .full-width-two-column .overlay-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/blue-cta-valve-2.png);
      background-repeat: no-repeat;
      background-position: bottom -130px right -60px;
      z-index: 1; }
    .cta-layout .full-width-two-column .content {
      display: inline-block;
      width: 100%;
      position: relative;
      z-index: 2; }
      .cta-layout .full-width-two-column .content .left-col {
        width: 100%;
        position: relative;
        text-align: center;
        padding-bottom: 1.25rem; }
        .cta-layout .full-width-two-column .content .left-col .column-icon {
          margin-bottom: 0.625rem; }
      .cta-layout .full-width-two-column .content .right-col {
        width: 100%;
        text-align: center; }
        .cta-layout .full-width-two-column .content .right-col .button {
          margin: 0 auto;
          color: #fff; }
      .cta-layout .full-width-two-column .content .cta-heading {
        color: #fff;
        margin: 0 0 0.625rem; }
      .cta-layout .full-width-two-column .content .cta-desc {
        margin: 0;
        color: #fff; }
  .cta-layout .two-column-image-with-content {
    padding: 2.5rem 0;
    background-position: calc(50% - 68px) bottom !important;
    background-size: contain !important;
    background-repeat: no-repeat !important; }
    .cta-layout .two-column-image-with-content .overlay-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/blue-cta-valve-2.png);
      background-repeat: no-repeat;
      background-position: bottom -130px right -60px;
      z-index: 1; }
    .cta-layout .two-column-image-with-content .content {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      position: relative;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      z-index: 2; }
      .cta-layout .two-column-image-with-content .content .left-col {
        width: 100%;
        position: relative;
        text-align: center;
        padding-bottom: 1.25rem;
        height: 200px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: left bottom !important; }
        .cta-layout .two-column-image-with-content .content .left-col .column-icon {
          margin-bottom: 0.625rem; }
      .cta-layout .two-column-image-with-content .content .right-col {
        width: 100%; }
        .cta-layout .two-column-image-with-content .content .right-col .button {
          color: #fff; }
      .cta-layout .two-column-image-with-content .content .cta-heading {
        color: #081C28;
        font-size: 1.875rem;
        margin: 0 0 0.625rem;
        font-weight: 700; }
      .cta-layout .two-column-image-with-content .content .cta-desc {
        margin: 0.9375rem 0 1.875rem;
        color: #727272;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 400; }
  .cta-layout .two-column-image-with-form {
    padding: 2.5rem 0; }
    .cta-layout .two-column-image-with-form .submitting .search-submit {
      pointer-events: none; }
    .cta-layout .two-column-image-with-form .overlay-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/blue-cta-valve-2.png);
      background-repeat: no-repeat;
      background-position: bottom -130px right -60px;
      z-index: 1; }
    .cta-layout .two-column-image-with-form .content {
      display: inline-block;
      width: 100%;
      position: relative;
      -ms-flex-direction: column;
          flex-direction: column;
      z-index: 2;
      background: #fff; }
      .cta-layout .two-column-image-with-form .content .left-col {
        width: 100%;
        position: relative;
        text-align: center;
        padding-bottom: 1.25rem; }
        .cta-layout .two-column-image-with-form .content .left-col .column-image {
          max-width: 100%;
          height: auto; }
      .cta-layout .two-column-image-with-form .content .right-col {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; }
        .cta-layout .two-column-image-with-form .content .right-col .button {
          height: 40px;
          max-width: 288px;
          padding-top: 0.625rem;
          color: #fff; }
      .cta-layout .two-column-image-with-form .content .cta-heading {
        color: #081C28;
        font-size: 1.25rem;
        line-height: 2.375rem;
        margin: 0 0 0.625rem;
        font-weight: 700; }
      .cta-layout .two-column-image-with-form .content .cta-desc {
        margin: 0.9375rem 0 1.875rem;
        color: #727272;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400; }
    .cta-layout .two-column-image-with-form .cta-form {
      margin-top: 1.5625rem;
      border-top: 1px solid #CECECE;
      color: #727272;
      font-size: 1rem;
      line-height: 1.5rem; }
      .cta-layout .two-column-image-with-form .cta-form .message-error {
        color: #e02b27;
        font-size: 1rem;
        padding-top: 0.625rem;
        display: block; }
      .cta-layout .two-column-image-with-form .cta-form .sku-search-form {
        position: relative;
        margin-top: 0.9375rem;
        max-width: 288px; }
      .cta-layout .two-column-image-with-form .cta-form .group {
        display: -ms-flexbox;
        display: flex; }
      .cta-layout .two-column-image-with-form .cta-form .search-form-label {
        display: inline-block;
        margin-bottom: 0.9375rem;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400; }
      .cta-layout .two-column-image-with-form .cta-form .search-form-field {
        width: 100%;
        height: 40px;
        box-shadow: 0 0 0 1px #3736FE;
        padding: 0.625rem;
        padding-left: 2.1875rem;
        font-size: 1rem;
        border: none;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        background-image: url("../images/search-icon-gray.svg");
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: 6% center; }
        .cta-layout .two-column-image-with-form .cta-form .search-form-field.product-sku {
          padding-left: 2.1875rem !important; }
      .cta-layout .two-column-image-with-form .cta-form .button {
        padding-top: 0.625rem;
        height: 40px;
        box-shadow: 0 0 0 1px #3736FE;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; }
      .cta-layout .two-column-image-with-form .cta-form .sku-loading {
        position: absolute;
        right: -87px;
        bottom: 10px; }

.cv-calculator-layout .container {
  max-width: 500px;
  padding: 2.5rem;
  border: 2px solid #DBDBDB;
  border-radius: 20px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  background: #fff; }

.cv-calculator-layout .heading {
  margin-bottom: 1.25rem;
  color: #3736FE;
  font-size: 1.5rem;
  font-weight: bold; }

.cv-calculator-layout .cv-input-container {
  position: relative;
  margin-bottom: 1.875rem; }

.cv-calculator-layout .cv-label {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 700; }
  .cv-calculator-layout .cv-label span {
    display: inline-block;
    margin-left: 0.25rem;
    font-weight: 400;
    font-size: 1rem; }

.cv-calculator-layout .cv-input,.cv-calculator-layout .cv-result {
  width: 100%;
  padding: 0.625rem;
  border: 2px solid #DBDBDB;
  border-radius: 3px;
  font-size: 1rem; }

.cv-calculator-layout .required {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  display: block;
  color: #3736FE;
  font-size: 0.625rem;
  font-weight: bold; }

.cv-calculator-layout .result-container {
  position: relative;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #DBDBDB; }
  .cv-calculator-layout .result-container .cv-label {
    color: #3736FE; }
  .cv-calculator-layout .result-container .required {
    position: relative;
    top: -20px; }

.cv-calculator-layout .result-input-container .button {
  width: 100%; }

.cv-calculator-layout .cv-result {
  margin-bottom: 0.9375rem; }

.four-column-attribute-cards {
  width: 100%;
  padding: 1.25rem 0 3.125rem;
  overflow: hidden; }
  .four-column-attribute-cards .header-content {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 1.25rem;
    margin-bottom: 3.4375rem;
    color: #fff;
    text-align: center; }
    .four-column-attribute-cards .header-content h2 {
      font-size: 2.5rem;
      color: #fff;
      line-height: 3.375rem;
      font-weight: 700; }
    .four-column-attribute-cards .header-content p {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 500; }
  .four-column-attribute-cards .four-column-wrapper {
    display: inline-block;
    width: 100%; }
    .four-column-attribute-cards .four-column-wrapper .cards {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      gap: 30px; }
      .four-column-attribute-cards .four-column-wrapper .cards .card {
        width: 75%;
        background: #fff;
        border-radius: 10px; }
        .four-column-attribute-cards .four-column-wrapper .cards .card .img-block {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
          width: 100%;
          height: 130px; }
          .four-column-attribute-cards .four-column-wrapper .cards .card .img-block img {
            max-width: 100%; }
        .four-column-attribute-cards .four-column-wrapper .cards .card .content-block {
          padding: 0.625rem 1.25rem; }
          .four-column-attribute-cards .four-column-wrapper .cards .card .content-block .card-title {
            font-size: 1.25rem;
            color: #081C28;
            line-height: 1.8125rem;
            font-weight: 700; }
          .four-column-attribute-cards .four-column-wrapper .cards .card .content-block a {
            width: 100%;
            display: inline-block;
            font-size: 1rem;
            font-weight: 500;
            color: #3736FE;
            line-height: 1.5rem;
            padding: 0.4375rem 0;
            margin-bottom: 0.4375rem;
            text-decoration: none; }
            .four-column-attribute-cards .four-column-wrapper .cards .card .content-block a:hover {
              text-decoration: underline; }
          .four-column-attribute-cards .four-column-wrapper .cards .card .content-block p br {
            display: none; }
          .four-column-attribute-cards .four-column-wrapper .cards .card .content-block.border-style a {
            width: auto;
            min-width: 56px;
            border: 1px solid #D4D4D4;
            display: inline-block;
            border-radius: 4px;
            text-align: center;
            transition: all .35s ease; }
            .four-column-attribute-cards .four-column-wrapper .cards .card .content-block.border-style a:hover {
              background: #3736FE;
              color: #fff;
              text-decoration: none; }

.full-width-icon-with-cta-layout {
  background: #edeced; }
  .full-width-icon-with-cta-layout .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .full-width-icon-with-cta-layout .container .image {
      width: 46px;
      margin: 0 0 1rem 0; }
    .full-width-icon-with-cta-layout .container .content {
      width: 100%;
      text-align: center;
      font-size: 1.25rem;
      color: #09244A; }
      .full-width-icon-with-cta-layout .container .content span {
        font-weight: 600; }
    .full-width-icon-with-cta-layout .container .button {
      color: #fff;
      margin-top: 1.25rem; }
      .full-width-icon-with-cta-layout .container .button:hover {
        color: #fff; }

.hero-layout {
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center top !important; }
  .hero-layout.gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfdfdf+92 */
    background: white;
    background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 ); }
  .hero-layout .content {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .hero-layout .content .title {
      font-size: 2rem;
      font-weight: 300;
      color: #09244A;
      line-height: 1.2;
      margin-bottom: 1.25rem; }
      .hero-layout .content .title strong {
        font-weight: 600; }
    .hero-layout .content .sub-title {
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 1.25rem; }
    .hero-layout .content .certificate-list {
      margin: 1.25rem 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .hero-layout .content .certificate-list img {
        margin: 0 0.625rem; }

.home-hero {
  position: relative;
  width: 100%; }
  .home-hero.gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfdfdf+92 */
    background: white;
    background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 ); }
  .home-hero .cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    content: ''; }
  .home-hero.home-hero-has-image .cover-image {
    opacity: 0.4;
    background-size: var(--bg-img-size-mobile) !important; }
  .home-hero .content {
    position: relative;
    z-index: 1;
    padding: 1.25rem 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .home-hero .content .title {
      margin-bottom: 1.25rem;
      color: #081C28;
      font-size: 2rem;
      font-weight: 300;
      font-weight: 700;
      line-height: 1.2; }
    .home-hero .content .sub-title {
      max-width: 450px;
      margin-bottom: 1.875rem;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5; }
    .home-hero .content .cta-container .button:nth-child(2) {
      margin-top: 1.25rem;
      background-color: #fff;
      color: #3736FE; }
    .home-hero .content .cta-container .button[href*="vimeo.com"],.home-hero .content .cta-container .button[href*="wistia.com"],.home-hero .content .cta-container .button[href*="youtube.com"] {
      position: relative;
      padding-left: 2.5rem;
      text-align: left; }
      .home-hero .content .cta-container .button[href*="vimeo.com"]::before,.home-hero .content .cta-container .button[href*="wistia.com"]::before,.home-hero .content .cta-container .button[href*="youtube.com"]::before {
        position: absolute;
        top: 16px;
        left: 20px;
        display: block;
        width: 12px;
        height: 16px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNjQwNzQ3IDEyLjkyNzRWMC43MzA2MjFMMTAuMDIyOSA2LjgyOTAzTDAuNjQwNzQ3IDEyLjkyNzRaIiBmaWxsPSIjMEQwQ0QwIi8+Cjwvc3ZnPgo=");
        background-repeat: no-repeat;
        background-size: 12px;
        content: ''; }
  .home-hero.text-light .content .sub-title,.home-hero.text-light .content .title {
    color: #fff; }

.interior-hero-layout {
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  position: relative; }
  .interior-hero-layout .back-to-post {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
    z-index: 1; }
    .interior-hero-layout .back-to-post .back-post {
      color: #fff;
      text-decoration: none;
      font-weight: 300;
      font-size: 1rem;
      position: relative;
      padding-left: 1.875rem;
      background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2031.494%2031.494%22%20style%3D%22enable-background%3Anew%200%200%2031.494%2031.494%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cpath%20d%3D%22M10.273%2C5.009c0.444-0.444%2C1.143-0.444%2C1.587%2C0c0.429%2C0.429%2C0.429%2C1.143%2C0%2C1.571l-8.047%2C8.047h26.554%20%20c0.619%2C0%2C1.127%2C0.492%2C1.127%2C1.111c0%2C0.619-0.508%2C1.127-1.127%2C1.127H3.813l8.047%2C8.032c0.429%2C0.444%2C0.429%2C1.159%2C0%2C1.587%20%20c-0.444%2C0.444-1.143%2C0.444-1.587%2C0l-9.952-9.952c-0.429-0.429-0.429-1.143%2C0-1.571L10.273%2C5.009z%22%20fill%3D%22%23a32136%22/%3E%0A%3C/svg%3E);
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: left -2px; }
      .interior-hero-layout .back-to-post .back-post:hover {
        color: #3736FE; }
  .interior-hero-layout .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1; }
    .interior-hero-layout .content .heading {
      width: 100%;
      color: #fff;
      text-align: center;
      font-size: 2rem;
      font-weight: 600;
      margin: 0; }
    .interior-hero-layout .content .sub-heading {
      width: 100%;
      color: #fff;
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 0.625rem; }
    .interior-hero-layout .content .category {
      text-align: center;
      width: 100%;
      color: #fff;
      font-size: 1rem;
      margin-top: 0.625rem; }
      .interior-hero-layout .content .category .list {
        padding-right: 0.625rem;
        margin-right: 0.625rem;
        line-height: 0.625rem;
        border-right: 2px solid #fff; }
        .interior-hero-layout .content .category .list:last-child {
          padding: 0;
          margin: 0;
          border: 0; }
  .interior-hero-layout.large {
    height: 200px; }
  .interior-hero-layout.medium {
    height: 200px; }
  .interior-hero-layout.small {
    height: 150px; }
  .interior-hero-layout.gradient {
    border: 1px solid #DBDBDB;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfdfdf+92 */
    background: white;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .interior-hero-layout .screen {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(9, 36, 74, 0); }
    .interior-hero-layout .screen.screen-show {
      background: rgba(9, 36, 74, 0.4); }
  .interior-hero-layout.project-hero .screen {
    background: rgba(9, 36, 74, 0.6); }

.legacy-series-layout {
  width: 100%;
  padding: 1.875rem 0 2.5rem;
  background: #F2F2F2; }
  .legacy-series-layout .section-title {
    font-size: 1.125rem;
    color: #081C28;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 0.625rem 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center; }
    .legacy-series-layout .section-title strong {
      font-weight: 600; }
  .legacy-series-layout .legacy-series-wrapper {
    width: 100%; }
    .legacy-series-layout .legacy-series-wrapper .legacy-series-slider {
      width: 100%;
      display: inline-block; }
      .legacy-series-layout .legacy-series-wrapper .legacy-series-slider.flickity-enabled {
        display: inline-block;
        padding: 0 1.875rem; }
        .legacy-series-layout .legacy-series-wrapper .legacy-series-slider.flickity-enabled .legacy-series-item {
          border: none; }
    .legacy-series-layout .legacy-series-wrapper .legacy-series-item {
      position: relative;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 1.875rem 2.1875rem;
      background: #fff;
      border-radius: 10px;
      transition: all .35s ease;
      margin-bottom: 0.9375rem; }
      .legacy-series-layout .legacy-series-wrapper .legacy-series-item .img-block {
        display: none;
        width: 150px;
        margin: 0 0.625rem 0 0; }
        .legacy-series-layout .legacy-series-wrapper .legacy-series-item .img-block img {
          max-width: 100%; }
      .legacy-series-layout .legacy-series-wrapper .legacy-series-item .content-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 100%;
        height: 100%; }
        .legacy-series-layout .legacy-series-wrapper .legacy-series-item .content-block .eybrow-heading {
          margin-top: 0.1875rem;
          margin-bottom: 0.9375rem;
          font-size: 1rem;
          color: #081C28;
          font-weight: 400; }
        .legacy-series-layout .legacy-series-wrapper .legacy-series-item .content-block .title {
          font-size: 1rem;
          font-weight: 700;
          color: #081C28;
          padding-bottom: 0.9375rem; }
          .legacy-series-layout .legacy-series-wrapper .legacy-series-item .content-block .title a {
            color: #081C28;
            text-decoration: none; }
        .legacy-series-layout .legacy-series-wrapper .legacy-series-item .content-block .desc {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-positive: 1;
              flex-grow: 1;
          line-height: 1.5;
          font-size: 1rem;
          color: #727272;
          padding-bottom: 1.0625rem;
          display: none; }
      .legacy-series-layout .legacy-series-wrapper .legacy-series-item .more {
        font-size: 1rem;
        font-weight: 600;
        color: #3736FE;
        transition: all .35s ease;
        text-decoration: none; }
        .legacy-series-layout .legacy-series-wrapper .legacy-series-item .more .icon {
          position: relative;
          display: block;
          width: 100%; }
          .legacy-series-layout .legacy-series-wrapper .legacy-series-item .more .icon::after {
            position: absolute;
            top: 2px;
            width: 30px;
            height: 15px;
            background-image: url(../images/right-arrow-blue.svg);
            background-repeat: no-repeat;
            background-position: center 3px;
            content: ''; }
        .legacy-series-layout .legacy-series-wrapper .legacy-series-item .more::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: ''; }
      .legacy-series-layout .legacy-series-wrapper .legacy-series-item:hover {
        box-shadow: 0 0 0 2px #3736FE; }

.multicolumn-content-grid.column-justification-flex-end .container {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.multicolumn-content-grid.column-justification-center .container {
  -ms-flex-pack: center;
      justify-content: center; }

.multicolumn-content-grid.column-justification-space-around .container {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.multicolumn-content-grid.column-justification-space-between .container {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.multicolumn-content-grid.content-card.align-columns-middle .container {
  -ms-flex-align: initial;
      align-items: initial; }

.multicolumn-content-grid.content-card.column-justification-center .container {
  -ms-flex-align: initial;
      align-items: initial; }

.multicolumn-content-grid.content-card .content-area {
  padding: 2.0625rem 2.0625rem 3.75rem;
  border-radius: 10px; }
  .multicolumn-content-grid.content-card .content-area > * {
    display: block; }

.product-grid-layout {
  width: 100%;
  padding: 1.25rem 0 3.125rem;
  overflow: hidden;
  background: #fff; }
  .product-grid-layout .title-with-description {
    max-width: 570px;
    margin: 0 auto 2.5rem;
    text-align: center;
    padding: 0 1.25rem; }
    .product-grid-layout .title-with-description h2 {
      margin-bottom: 0.9375rem;
      font-size: 1.875rem;
      color: #081C28;
      font-weight: 700;
      line-height: 3.375rem; }
    .product-grid-layout .title-with-description p {
      margin-top: 0;
      color: #727272;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5rem; }
  .product-grid-layout .close {
    position: relative;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.375rem;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #fff; }
  .product-grid-layout .close::after,.product-grid-layout .close::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -0.0625rem;
    background: #454249;
    content: ''; }
  .product-grid-layout .close::before {
    transform: rotate(0deg); }
  .product-grid-layout .close::after {
    transform: rotate(90deg); }
  .product-grid-layout .product-grid-wrapper {
    display: inline-block;
    width: 100%; }
    .product-grid-layout .product-grid-wrapper .swipe-products {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      font-size: 1rem;
      text-align: center; }
      .product-grid-layout .product-grid-wrapper .swipe-products .arrows {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        width: 48px;
        height: 20px;
        margin-bottom: 0.5rem;
        padding: 0 1.25rem;
        -ms-flex-align: center;
            align-items: center; }
        .product-grid-layout .product-grid-wrapper .swipe-products .arrows .circle {
          width: 8px;
          height: 8px;
          border: 1px solid #616368;
          border-radius: 8px; }
        .product-grid-layout .product-grid-wrapper .swipe-products .arrows::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2031.494%2031.494%22%20style%3D%22enable-background%3Anew%200%200%2031.494%2031.494%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cpath%20d%3D%22M10.273%2C5.009c0.444-0.444%2C1.143-0.444%2C1.587%2C0c0.429%2C0.429%2C0.429%2C1.143%2C0%2C1.571l-8.047%2C8.047h26.554%20%20c0.619%2C0%2C1.127%2C0.492%2C1.127%2C1.111c0%2C0.619-0.508%2C1.127-1.127%2C1.127H3.813l8.047%2C8.032c0.429%2C0.444%2C0.429%2C1.159%2C0%2C1.587%20%20c-0.444%2C0.444-1.143%2C0.444-1.587%2C0l-9.952-9.952c-0.429-0.429-0.429-1.143%2C0-1.571L10.273%2C5.009z%22%20fill%3D%22%23616368%22/%3E%0A%3C/svg%3E%0A);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 20px;
          content: ''; }
        .product-grid-layout .product-grid-wrapper .swipe-products .arrows::after {
          position: absolute;
          top: 0;
          right: 0;
          width: 20px;
          height: 20px;
          background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2031.49%2031.49%22%20style%3D%22enable-background%3Anew%200%200%2031.49%2031.49%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cpath%20d%3D%22M21.205%2C5.007c-0.429-0.444-1.143-0.444-1.587%2C0c-0.429%2C0.429-0.429%2C1.143%2C0%2C1.571l8.047%2C8.047H1.111%20%20C0.492%2C14.626%2C0%2C15.118%2C0%2C15.737c0%2C0.619%2C0.492%2C1.127%2C1.111%2C1.127h26.554l-8.047%2C8.032c-0.429%2C0.444-0.429%2C1.159%2C0%2C1.587%20%20c0.444%2C0.444%2C1.159%2C0.444%2C1.587%2C0l9.952-9.952c0.444-0.429%2C0.444-1.143%2C0-1.571L21.205%2C5.007z%22%20fill%3D%22%23616368%22/%3E%0A%3C/svg%3E%0A);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 20px;
          content: ''; }
      .product-grid-layout .product-grid-wrapper .swipe-products p {
        display: block;
        margin: 0; }
    .product-grid-layout .product-grid-wrapper .product-grid-items {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%; }
      .product-grid-layout .product-grid-wrapper .product-grid-items .flickity-slider,.product-grid-layout .product-grid-wrapper .product-grid-items .flickity-viewport {
        width: 100%; }
      .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item {
        width: 100%;
        margin: 0 1% 1.875rem;
        padding: 0;
        border-radius: 10px;
        background: #F2F2F2;
        border: 1px solid #F2F2F2;
        transition: all .35s ease; }
        .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .img-block {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          width: 100%;
          height: 218px;
          text-align: center; }
          .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .img-block img {
            max-width: 100%; }
        .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block {
          position: relative;
          height: auto;
          padding: 0 0 3.75rem;
          border-radius: 10px; }
          .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .content {
            width: 100%;
            padding: 1.875rem; }
            .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .content .title {
              padding-bottom: 0.625rem; }
              .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .content .title a {
                color: #081C28;
                font-size: 1.25rem;
                line-height: 1.625rem;
                font-weight: 700;
                text-decoration: none; }
                .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .content .title a span {
                  font-weight: 400; }
              .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .content .title:hover a {
                color: #0147AB; }
            .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .content .desc {
              padding-bottom: 1.25rem;
              color: #727272;
              font-size: 1rem;
              font-weight: 500;
              line-height: 1.4375rem; }
              .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .content .desc p {
                margin: 0; }
          .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .product-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column; }
            .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .product-footer .more {
              border-top-right-radius: 0;
              border-top-left-radius: 0;
              border-bottom-right-radius: 10px;
              border-bottom-left-radius: 10px;
              background: #fff;
              color: #3736FE;
              text-align: left;
              padding: 1.0625rem 1.875rem;
              transition: all .35s ease; }
              .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .product-footer .more::after {
                position: absolute;
                width: 30px;
                height: 15px;
                background-image: url(../images/right-arrow-blue.svg);
                background-repeat: no-repeat;
                background-position: center 3px;
                content: ''; }
          .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .quick-look {
            width: 100%;
            height: 55px;
            padding: 0 1.875rem;
            border-radius: 0 0 10px 10px;
            color: #454249;
            font-size: 1rem;
            font-weight: 600;
            line-height: 3.125rem;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.4s ease-in-out 0s; }
            .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .quick-look.quick-look-active,.product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .quick-look:hover {
              background: #edeced;
              color: #3736FE; }
              .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .quick-look.quick-look-active .close::after,.product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .quick-look.quick-look-active .close::before,.product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .quick-look:hover .close::after,.product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .quick-look:hover .close::before {
                background: #3736FE; }
            .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .quick-look.quick-look-active .close {
              transform: rotate(45deg); }
        .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item:hover {
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15); }
          .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item:hover .quick-look {
            color: #3736FE; }
            .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item:hover .quick-look .close::after,.product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item:hover .quick-look .close::before {
              background: #3736FE; }
          .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item:hover .product-footer .more {
            background: #3736FE;
            color: #fff; }
            .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item:hover .product-footer .more::after {
              background-image: url(../images/right-arrow-white.svg); }
    .product-grid-layout .product-grid-wrapper .product-grid-details-items {
      position: relative;
      width: 100%; }
      .product-grid-layout .product-grid-wrapper .product-grid-details-items .close {
        position: absolute;
        top: -3px;
        right: -10px;
        left: auto;
        transform: rotate(45deg);
        border: 5px solid #3736FE;
        background: #3736FE;
        cursor: pointer; }
        .product-grid-layout .product-grid-wrapper .product-grid-details-items .close::after,.product-grid-layout .product-grid-wrapper .product-grid-details-items .close::before {
          background: #fff; }
      .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details {
        display: none;
        width: calc(100% - 20px);
        margin: 0 0.625rem 1.5625rem;
        padding: 1.25rem;
        border-radius: 10px;
        box-shadow: 0 8px 12px 4px rgba(0, 0, 0, 0.08);
        background: #fff; }
        .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .active-product-details {
          display: block; }
          .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .active-product-details::after {
            position: absolute;
            top: 0;
            right: 0; }
        .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: justify;
              justify-content: space-between;
          width: 100%; }
          .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-content {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -ms-flex-pack: justify;
                justify-content: space-between;
            width: 100%; }
            .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-content .content-row {
              width: 100%;
              margin-bottom: 1.875rem; }
            .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-content .ql-title {
              margin-bottom: 0.625rem;
              padding: 0.625rem 0;
              border-bottom: 1px solid #565A5F;
              font-size: 1rem;
              font-weight: 600; }
            .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-content .ql-sub-title {
              font-size: 1rem;
              font-weight: 600; }
            .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-content ul {
              margin: 0 0 1.25rem;
              padding: 0;
              list-style-type: none;
              font-size: 1rem;
              line-height: 1.7; }
              .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-content ul.tick-list li {
                position: relative;
                padding: 0.25rem 0 0.25rem 1.5625rem; }
                .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-content ul.tick-list li:before {
                  position: absolute;
                  top: 10px;
                  left: 5px;
                  display: block;
                  width: 6px;
                  height: 12px;
                  transform: rotate(45deg);
                  border: solid #565A5F;
                  border-width: 0 2px 2px 0;
                  content: ''; }
          .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta {
            width: 100%;
            padding: 0 2% 0 5%; }
            .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper {
              width: 100%;
              border: 1px solid #edeced; }
              .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .cta-box {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                    flex-direction: column;
                -ms-flex-align: center;
                    align-items: center;
                -ms-flex-pack: center;
                    justify-content: center;
                width: 100%;
                height: 210px;
                padding: 1.875rem;
                overflow: hidden;
                background-color: #09244A;
                background-image: url(../images/blue-cta-valve-2.png);
                background-repeat: no-repeat;
                background-position: bottom -120px left -130px; }
                .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .cta-box .cta-text {
                  width: 100%;
                  margin-bottom: 1.25rem;
                  color: #fff;
                  font-weight: 300;
                  line-height: 1.7;
                  text-align: center; }
                  .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .cta-box .cta-text strong {
                    font-weight: 700; }
              .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .img-box {
                width: 100%;
                padding: 0.625rem;
                background: white;
                /* Old browsers */
                /* FF3.6-15 */
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                text-align: center;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
                /* IE6-9 fallback on horizontal gradient */ }
                .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .img-box a {
                  display: inline-block;
                  width: 100%;
                  height: 100%; }
              .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-container {
                width: 100%;
                background: white;
                /* Old browsers */
                /* FF3.6-15 */
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                text-align: center;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
                /* IE6-9 fallback on horizontal gradient */ }
                .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-container .yt-video {
                  position: relative;
                  width: 100%;
                  height: 220px;
                  overflow: hidden; }
                  .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-container .yt-video.video-active .video-static {
                    display: none; }
                  .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-container .yt-video .video-static {
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    width: 100%;
                    min-height: 220px;
                    background: white;
                    /* Old browsers */
                    /* FF3.6-15 */
                    /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
                    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    text-align: center;
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
                    /* IE6-9 fallback on horizontal gradient */ }
                  .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-container .yt-video .wistia_embed {
                    height: 100%; }
              .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-block {
                width: 100%;
                background: #fff;
                color: #09244A;
                font-size: 1rem;
                text-align: center; }
                .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-block a {
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-align: center;
                      align-items: center;
                  -ms-flex-pack: center;
                      justify-content: center;
                  width: 100%;
                  padding: 0.9375rem 0.625rem;
                  outline: none;
                  color: #09244A;
                  text-decoration: none; }
                  .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-block a:hover {
                    color: #0147AB; }
                    .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-block a:hover .play-button {
                      border: solid 2px #0147AB; }
                      .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-block a:hover .play-button:before {
                        border-left: 8px solid #0147AB; }
                .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-block .play-button {
                  position: relative;
                  display: inline-block;
                  width: 30px;
                  height: 30px;
                  margin-right: 0.625rem;
                  border: solid 2px #09244A;
                  border-radius: 50%; }
                  .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper .video-block .play-button:before {
                    position: absolute;
                    top: 7px;
                    left: 10px;
                    border-top: 6px dashed transparent;
                    border-right: 6px dashed transparent;
                    border-bottom: 6px dashed transparent;
                    border-left: 8px solid #09244A;
                    content: ""; }

.product-with-features-layout .section-title {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #09244A; }

.product-with-features-layout .product-list-wrapper {
  width: 100%;
  display: inline-block; }
  .product-with-features-layout .product-list-wrapper .product-list-item {
    display: inline-block;
    margin: 2.5rem 0;
    width: 100%; }
    .product-with-features-layout .product-list-wrapper .product-list-item .product-list-cover {
      width: 100%; }
    .product-with-features-layout .product-list-wrapper .product-list-item .image-block {
      width: 100%;
      text-align: center;
      margin-bottom: 1.25rem; }
      .product-with-features-layout .product-list-wrapper .product-list-item .image-block .image {
        max-width: 100%; }
      .product-with-features-layout .product-list-wrapper .product-list-item .image-block .product-title {
        width: 100%;
        display: block;
        font-size: 1.125rem;
        font-weight: 700;
        color: #09244A;
        text-align: center; }
    .product-with-features-layout .product-list-wrapper .product-list-item .content-block {
      width: 100%;
      text-align: center;
      margin-bottom: 1.25rem; }
      .product-with-features-layout .product-list-wrapper .product-list-item .content-block .title {
        width: 100%;
        display: block;
        margin: 0 0 0.625rem;
        font-size: 1rem;
        font-weight: 700;
        color: #09244A;
        line-height: 1.5; }
      .product-with-features-layout .product-list-wrapper .product-list-item .content-block .content {
        font-size: 1rem;
        line-height: 1.4; }
    .product-with-features-layout .product-list-wrapper .product-list-item .features-block {
      width: 100%;
      text-align: center; }
      .product-with-features-layout .product-list-wrapper .product-list-item .features-block .features-item {
        margin-bottom: 1.25rem; }
        .product-with-features-layout .product-list-wrapper .product-list-item .features-block .features-item:last-child {
          margin: 0; }
      .product-with-features-layout .product-list-wrapper .product-list-item .features-block .title {
        width: 100%;
        display: block;
        margin: 0 0 0.3125rem;
        font-size: 1rem;
        font-weight: 600;
        color: #09244A; }
      .product-with-features-layout .product-list-wrapper .product-list-item .features-block .content {
        font-size: 1rem;
        line-height: 1.4; }

.slider-carousel-layout {
  width: 100%;
  background: #fff; }
  .slider-carousel-layout .slider-carousel-wrapper {
    width: 100%; }
    .slider-carousel-layout .slider-carousel-wrapper .img-slider {
      width: 100%;
      padding: 0 5%; }
    .slider-carousel-layout .slider-carousel-wrapper .img-item {
      margin-right: 1.875rem;
      overflow: hidden;
      border-radius: 16px; }
      .slider-carousel-layout .slider-carousel-wrapper .img-item img {
        border-radius: 16px;
        float: left; }

.step-carousel .content {
  max-width: 100%; }

.step-carousel .slides-container.slick-dotted {
  margin-bottom: 3.75rem; }

.step-carousel .heading {
  margin-bottom: 1.25rem;
  color: #09244A;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2; }

.step-carousel .subheading {
  margin-bottom: 2.5rem;
  line-height: 1.5; }

.step-carousel .step-item {
  height: 100%;
  min-height: 200px;
  padding: 1.875rem;
  border-radius: 10px;
  background-color: #fff; }

.step-carousel .step {
  margin-bottom: 0.3125rem;
  color: #081C28;
  font-weight: 500; }

.step-carousel .step-heading {
  color: #081C28;
  font-size: 1.5rem;
  font-weight: bold; }

.step-carousel .step-subheading {
  margin-top: 0.625rem; }

.step-carousel .slick-track {
  display: -ms-flexbox;
  display: flex; }
  .step-carousel .slick-track .slick-slide {
    height: auto; }
    .step-carousel .slick-track .slick-slide > div {
      height: 100%; }

.step-carousel .slick-arrow {
  top: -100px;
  display: none;
  width: 46px;
  height: 40px;
  border: 2px solid #3736FE;
  border-radius: 24px;
  background-color: #3736FE;
  background-image: url(../images/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-position 0.2s ease; }
  .step-carousel .slick-arrow::before {
    content: none; }
  .step-carousel .slick-arrow:hover {
    background-position: 60% center; }
  .step-carousel .slick-arrow.slick-next {
    right: 16px;
    transform: rotate(360deg);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .step-carousel .slick-arrow.slick-prev {
    right: 56px;
    left: auto;
    transform: rotate(180deg);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.step-carousel .slick-dots {
  bottom: -50px; }
  .step-carousel .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 0.5rem;
    opacity: 0.2; }
    .step-carousel .slick-dots li.slick-active {
      opacity: 1; }
    .step-carousel .slick-dots li button {
      width: 8px;
      height: 8px;
      border: 0;
      border-radius: 50%;
      background-color: #0147AB; }
      .step-carousel .slick-dots li button::before {
        content: none; }

.table-layout {
  width: 100%; }
  .table-layout .section-title {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 0 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #09244A; }
  .table-layout .table-block {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    padding-bottom: 1.875rem; }
    .table-layout .table-block table {
      width: 100%;
      border-collapse: collapse; }
      .table-layout .table-block table thead th {
        text-align: left;
        color: #0147a8;
        padding: 0.75rem;
        background: #edeced;
        font-size: 1rem; }
      .table-layout .table-block table tbody td {
        padding: 0.75rem;
        width: 20%;
        text-align: left;
        vertical-align: top;
        line-height: 1.5;
        font-size: 1rem; }
      .table-layout .table-block table tbody tr td:first-child {
        text-align: left;
        color: #0147a8;
        padding: 0.75rem;
        font-weight: 600;
        font-size: 1rem; }
      .table-layout .table-block table tbody tr:nth-child(even) {
        background: #edeced; }
      .table-layout .table-block table tbody tr a {
        font-weight: 500; }

.testimonial-slider-layout {
  position: relative;
  background: #081C28;
  padding: 3.125rem 0 0.3125rem 0; }
  .testimonial-slider-layout .container {
    max-width: 1000px; }
  .testimonial-slider-layout .testimonial-slider {
    visibility: hidden;
    opacity: 0;
    transition: 0.25s ease;
    height: 475px; }
    .testimonial-slider-layout .testimonial-slider.flickity-enabled {
      visibility: visible;
      opacity: 1;
      height: auto; }
  .testimonial-slider-layout .testimonial-slider-item {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 6.25rem 4.375rem; }
    .testimonial-slider-layout .testimonial-slider-item .content {
      position: relative;
      z-index: 1;
      min-height: 300px;
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 2.375rem;
      color: #fff; }
      .testimonial-slider-layout .testimonial-slider-item .content::after {
        position: absolute;
        top: -80px;
        left: -70px;
        font-size: 5.625rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 8rem;
        color: #FFCB00;
        content: '“'; }
    .testimonial-slider-layout .testimonial-slider-item .name {
      color: #fff;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 0.3125rem; }
    .testimonial-slider-layout .testimonial-slider-item .meta {
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      font-size: 1rem; }
    .testimonial-slider-layout .testimonial-slider-item .meta-item {
      margin-right: 0.3125rem;
      padding-right: 0.3125rem; }
      .testimonial-slider-layout .testimonial-slider-item .meta-item::after {
        content: ','; }
      .testimonial-slider-layout .testimonial-slider-item .meta-item:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
        .testimonial-slider-layout .testimonial-slider-item .meta-item:last-child::after {
          content: ''; }
  .testimonial-slider-layout .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    top: auto;
    bottom: 100px;
    background: none;
    display: none;
    border: 2px solid #3736FE;
    border-radius: 24px;
    background-color: #3736FE;
    background-image: url(../images/right-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .35s ease; }
    .testimonial-slider-layout .flickity-prev-next-button svg {
      display: none; }
    .testimonial-slider-layout .flickity-prev-next-button:hover {
      background-color: #3736FE;
      background-image: url(../images/right-arrow-white.svg);
      background-repeat: no-repeat;
      background-position: 60% center; }
    .testimonial-slider-layout .flickity-prev-next-button.next {
      right: 15px;
      transform: rotate(360deg);
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .testimonial-slider-layout .flickity-prev-next-button.previous {
      right: 50px;
      left: auto;
      transform: rotate(180deg);
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .testimonial-slider-layout .flickity-page-dots {
    bottom: 30px; }
    .testimonial-slider-layout .flickity-page-dots .dot {
      background: rgba(255, 255, 255, 0.75); }
      .testimonial-slider-layout .flickity-page-dots .dot.is-selected {
        background: white; }

.three-image-block-layout {
  width: 100%;
  background: #fff; }
  .three-image-block-layout .image-block {
    width: 100%;
    display: inline-block; }
    .three-image-block-layout .image-block .img-slider {
      width: 100%;
      display: block;
      border-radius: 16px;
      overflow: hidden; }
      .three-image-block-layout .image-block .img-slider .img-item {
        border-radius: 16px;
        overflow: hidden;
        margin: 0 0 0.9375rem;
        width: 100%;
        height: auto; }
        .three-image-block-layout .image-block .img-slider .img-item:last-child {
          margin-right: 0; }
        .three-image-block-layout .image-block .img-slider .img-item img {
          border-radius: 16px;
          float: left; }
        .three-image-block-layout .image-block .img-slider .img-item.video-item {
          height: 300px; }
          .three-image-block-layout .image-block .img-slider .img-item.video-item .popup-button {
            position: relative;
            width: 100%;
            height: 100%;
            display: inline-block;
            background-position: center top;
            background-repeat: no-repeat;
            background-size: cover; }
          .three-image-block-layout .image-block .img-slider .img-item.video-item:hover .overlay {
            visibility: visible;
            opacity: 1; }
          .three-image-block-layout .image-block .img-slider .img-item.video-item:hover .wistia_embed .wistia_click_to_play > div div:first-child,.three-image-block-layout .image-block .img-slider .img-item.video-item:hover .wistia_embed .wistia_click_to_play > div div:nth-child(2) {
            opacity: 1;
            visibility: visible; }
          .three-image-block-layout .image-block .img-slider .img-item.video-item .wistia_embed .wistia_click_to_play {
            position: relative; }
            .three-image-block-layout .image-block .img-slider .img-item.video-item .wistia_embed .wistia_click_to_play > div div:first-child {
              position: absolute;
              width: 100% !important;
              height: 100% !important;
              background: rgba(0, 0, 0, 0.5) !important;
              z-index: 1;
              opacity: 0;
              visibility: hidden;
              transition: all 0.4s ease-in-out 0s;
              left: 0 !important;
              top: 0 !important; }
            .three-image-block-layout .image-block .img-slider .img-item.video-item .wistia_embed .wistia_click_to_play > div div:nth-child(2) {
              position: absolute !important;
              z-index: 10 !important;
              top: 50% !important;
              left: 50% !important;
              transform: translateX(-50%) translateY(-50%);
              box-sizing: content-box !important;
              display: block !important;
              width: 32px !important;
              height: 44px !important;
              border-radius: 50% !important;
              padding: 0.875rem 0 0 1.125rem !important;
              opacity: 0;
              visibility: hidden; }
              .three-image-block-layout .image-block .img-slider .img-item.video-item .wistia_embed .wistia_click_to_play > div div:nth-child(2):hover::after {
                background-color: #1d1cff !important; }
              .three-image-block-layout .image-block .img-slider .img-item.video-item .wistia_embed .wistia_click_to_play > div div:nth-child(2)::before {
                content: "";
                position: absolute;
                z-index: 0;
                left: 50%;
                top: 50%;
                transform: translateX(-50%) translateY(-50%);
                display: block;
                width: 80px;
                height: 80px;
                background: #3736FE;
                border-radius: 50%;
                animation: pulse-border 1500ms ease-out infinite; }
              .three-image-block-layout .image-block .img-slider .img-item.video-item .wistia_embed .wistia_click_to_play > div div:nth-child(2)::after {
                content: "";
                position: absolute;
                z-index: 1;
                left: 50%;
                top: 50%;
                transform: translateX(-50%) translateY(-50%);
                display: block;
                width: 80px;
                height: 80px;
                background-color: #504FFF;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABRCAYAAAD7G3lVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrs22FtwkAYx+F2QcAkMAfgYBKQwBxMQh1MwiRQB+CgEoaDzkG5S1a+E5IF+n+e5D4ve3+7N0s4mgYAAAAAAAAAAAAA7jFN06cp5MavjuWsTSMzfjWWszORzPizQzmvJpMZ3xYIj28LiG8LpMeffdsCufGrn3LeTS0z/uzLFsiNbwuEx7cFxL9ugY1pZsafdSaaG78abIHc+LaA+MvbAi/+XG5Sww9L2QLtEm/+P/2oUzkfbduexc+LX51L/DdrP09fzvaZf4GVhjf7/Vv3vVFk/bfvMUhg/PoAZG+6efE9Aw+MP/oCSGZ8tz0wvtseGn9w2zPjdyaXF99n9aHx3fbA+G57aHy3PTC+N/mh8b3DD4zvtofGd9tD47vtAAAAAAAAAAAAADymiwADAOSj1JBfF8xMAAAAAElFTkSuQmCC");
                background-position: 3px 10px;
                background-size: 80px 60px;
                background-repeat: no-repeat;
                border-radius: 50%;
                transition: all 200ms; }
              .three-image-block-layout .image-block .img-slider .img-item.video-item .wistia_embed .wistia_click_to_play > div div:nth-child(2) span {
                display: block;
                position: relative;
                z-index: 3;
                width: 0;
                height: 0;
                border-left: 20px solid #fff;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
          .three-image-block-layout .image-block .img-slider .img-item.video-item .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease-in-out 0s; }
          .three-image-block-layout .image-block .img-slider .img-item.video-item .video-play-button {
            position: absolute;
            z-index: 10;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            box-sizing: content-box;
            display: block;
            width: 32px;
            height: 44px;
            border-radius: 50%;
            padding: 0.875rem 0 0 1.125rem; }
          .three-image-block-layout .image-block .img-slider .img-item.video-item .video-play-button:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 80px;
            height: 80px;
            background: #3736FE;
            border-radius: 50%;
            animation: pulse-border 1500ms ease-out infinite; }
          .three-image-block-layout .image-block .img-slider .img-item.video-item .video-play-button:after {
            content: "";
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 80px;
            height: 80px;
            background: #504FFF;
            border-radius: 50%;
            transition: all 200ms; }
          .three-image-block-layout .image-block .img-slider .img-item.video-item .video-play-button:hover:after {
            background-color: #1d1cff; }
          .three-image-block-layout .image-block .img-slider .img-item.video-item .video-play-button span {
            display: block;
            position: relative;
            z-index: 3;
            width: 0;
            height: 0;
            border-left: 20px solid #fff;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

.timeline-slider-layout {
  width: 100%;
  background: #fff; }
  .timeline-slider-layout .timeline-slider-nav-wrapper {
    width: 890px;
    padding-bottom: 1.875rem;
    max-width: 100%;
    margin: 0 auto; }
    .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item {
      padding: 1.25rem 2.3125rem 2.5rem;
      font-size: 1rem;
      font-weight: 600;
      color: #0147AB;
      position: relative; }
      .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item:hover {
        color: #3736FE; }
        .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item:hover .bullet:after {
          background-color: #3736fe; }
      .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item.is-nav-selected {
        color: #3736FE; }
        .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item.is-nav-selected .bullet {
          border-bottom: 2px solid #3736FE;
          width: 50%; }
          .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item.is-nav-selected .bullet:before {
            width: 14px;
            height: 14px;
            animation: pulse-border 1500ms ease-out infinite; }
          .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item.is-nav-selected .bullet:after {
            width: 14px;
            height: 14px;
            background-color: #3736fe; }
      .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item .nav-hr {
        position: absolute;
        z-index: 10;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 100%;
        height: 0;
        border-radius: 50%;
        border-bottom: 2px solid #edeced;
        transition: all 0.4s ease-in-out 0s; }
      .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item .bullet {
        position: relative;
        z-index: 10;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 100%;
        height: 0;
        border-bottom: 2px solid transparent; }
        .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item .bullet:before {
          content: "";
          position: absolute;
          z-index: 0;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          display: block;
          width: 10px;
          height: 10px;
          background: #3736FE;
          border-radius: 50%; }
        .timeline-slider-layout .timeline-slider-nav-wrapper .nav-item .bullet:after {
          content: "";
          position: absolute;
          z-index: 1;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          display: block;
          width: 10px;
          height: 10px;
          background: #0147AB;
          border-radius: 50%;
          transition: all 200ms; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
    opacity: 0; } }
  .timeline-slider-layout .timeline-slider {
    width: 100%;
    position: relative; }
    .timeline-slider-layout .timeline-slider .timeline-slider-item {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 5%;
      -ms-flex-direction: column;
          flex-direction: column; }
    .timeline-slider-layout .timeline-slider .left-block {
      width: 100%;
      margin-bottom: 1.875rem; }
      .timeline-slider-layout .timeline-slider .left-block .img-item {
        overflow: hidden;
        border-radius: 16px;
        height: 340px;
        width: 100%;
        position: relative; }
        .timeline-slider-layout .timeline-slider .left-block .img-item img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          border-radius: 16px;
          -o-object-fit: cover;
             object-fit: cover;
          display: block;
          margin: 0 auto; }
    .timeline-slider-layout .timeline-slider .right-block {
      width: 100%;
      text-align: center; }
      .timeline-slider-layout .timeline-slider .right-block .title {
        font-size: 1rem;
        font-weight: 600;
        color: #09244A;
        line-height: 1.5;
        margin-bottom: 0.3125rem; }
      .timeline-slider-layout .timeline-slider .right-block .content {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.5; }
    .timeline-slider-layout .timeline-slider .flickity-prev-next-button {
      width: 22px;
      height: 40px;
      border: 1px solid #ccc;
      border-radius: 20px;
      padding: 0;
      background: #fff; }
      .timeline-slider-layout .timeline-slider .flickity-prev-next-button.previous {
        left: 0px; }
      .timeline-slider-layout .timeline-slider .flickity-prev-next-button.next {
        right: 0; }
      .timeline-slider-layout .timeline-slider .flickity-prev-next-button svg {
        width: 12px;
        height: 12px;
        top: 35%;
        left: 20%; }

.two-column-content-w-media-layout {
  width: 100%;
  background: #fff; }
  .two-column-content-w-media-layout .two-column-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .two-column-content-w-media-layout .two-column-wrapper .content-block {
      width: 100%;
      margin: 0 auto;
      color: #fff;
      text-align: left; }
      .two-column-content-w-media-layout .two-column-wrapper .content-block h2 {
        margin-bottom: 1.875rem;
        font-size: 1.875rem;
        line-height: 2.375rem;
        color: #fff; }
      .two-column-content-w-media-layout .two-column-wrapper .content-block .button {
        margin-top: 2.5rem; }
      .two-column-content-w-media-layout .two-column-wrapper .content-block p {
        font-size: 1rem;
        line-height: 1.5rem; }
    .two-column-content-w-media-layout .two-column-wrapper .image-block {
      width: 100%;
      padding: 1.25rem 0;
      text-align: center; }
      .two-column-content-w-media-layout .two-column-wrapper .image-block img {
        max-width: 100%; }
  .two-column-content-w-media-layout.column-right-to-left .two-column-wrapper {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }

.two-column-content-with-benefits-grid {
  width: 100%;
  background: #fff; }
  .two-column-content-with-benefits-grid.has-benifit-description .two-column-wrapper .content-block {
    width: 100%;
    color: #727272; }
  .two-column-content-with-benefits-grid.has-benifit-description .two-column-wrapper .certified-block .certified {
    gap: 15px; }
    .two-column-content-with-benefits-grid.has-benifit-description .two-column-wrapper .certified-block .certified .title {
      margin-bottom: 0; }
    .two-column-content-with-benefits-grid.has-benifit-description .two-column-wrapper .certified-block .certified .description {
      color: #727272;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.375rem; }
  .two-column-content-with-benefits-grid .two-column-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 30px; }
    .two-column-content-with-benefits-grid .two-column-wrapper .content-block {
      width: 100%;
      color: #727272; }
      .two-column-content-with-benefits-grid .two-column-wrapper .content-block h2 {
        margin-top: 1.875rem;
        font-size: 1.875rem;
        line-height: 3.375rem;
        font-weight: 700;
        color: #081C28; }
      .two-column-content-with-benefits-grid .two-column-wrapper .content-block .button {
        margin-top: 2.5rem; }
      .two-column-content-with-benefits-grid .two-column-wrapper .content-block p {
        font-size: 1rem;
        line-height: 1.625rem;
        font-weight: 400; }
    .two-column-content-with-benefits-grid .two-column-wrapper .certified-block {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px; }
      .two-column-content-with-benefits-grid .two-column-wrapper .certified-block img {
        max-width: 100%; }
      .two-column-content-with-benefits-grid .two-column-wrapper .certified-block .certified {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        gap: 20px;
        width: calc(50% - 10px);
        background: #F2F2F2;
        padding: 1.25rem; }
        .two-column-content-with-benefits-grid .two-column-wrapper .certified-block .certified .logo {
          width: 60px;
          min-width: 60px; }
          .two-column-content-with-benefits-grid .two-column-wrapper .certified-block .certified .logo img {
            width: 60px;
            height: 60px;
            -o-object-fit: contain;
            object-fit: contain; }
        .two-column-content-with-benefits-grid .two-column-wrapper .certified-block .certified .title {
          margin-top: 0;
          color: #081C28;
          font-size: 1rem;
          line-height: 1.75rem;
          font-weight: 700; }
  .two-column-content-with-benefits-grid.column-right-to-left .two-column-wrapper {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }

.two-column-hero {
  background: #081C28;
  color: #fff; }
  .two-column-hero .grid-item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
  .two-column-hero .grid-item {
    position: relative;
    width: 100%; }
    .two-column-hero .grid-item:only-child {
      width: 100%; }
  .two-column-hero .heading {
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1; }
  .two-column-hero .subheading {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    font-weight: bold; }
  .two-column-hero .content {
    margin-bottom: 2.5rem;
    line-height: 1.5; }
    .two-column-hero .content a {
      color: #fff; }
  .two-column-hero .image {
    z-index: 2;
    border-radius: 10px;
    background-position: 50%;
    background-size: cover;
    position: relative;
    position: relative;
    overflow: hidden; }
    .two-column-hero .image:before {
      content: ' ';
      display: block;
      padding-top: 67.96117%;
      width: 100%; }
    .two-column-hero .image > .content {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .two-column-hero .shape {
    position: absolute;
    z-index: 1;
    display: none; }
  .two-column-hero .circle {
    top: 0;
    right: 0; }
  .two-column-hero .hexagon {
    bottom: 0;
    left: 0; }
  .two-column-hero .video-play-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
    .two-column-hero .video-play-wrapper::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      top: 0;
      left: 0; }
    .two-column-hero .video-play-wrapper:hover {
      cursor: pointer; }
  .two-column-hero .video-icon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px #00000059;
    background-color: #fff; }
    .two-column-hero .video-icon-container svg {
      position: relative;
      left: 4px; }
  .two-column-hero.video-style-iframe .image {
    position: relative; }
    .two-column-hero.video-style-iframe .image:before {
      content: ' ';
      display: block;
      padding-top: 56.25%;
      width: 100%; }
    .two-column-hero.video-style-iframe .image > .content {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .two-column-hero.video-style-iframe .image.active .video-icon-container {
      display: none; }
    .two-column-hero.video-style-iframe .image.active .embed-container {
      visibility: visible;
      z-index: 3; }
  .two-column-hero.video-style-iframe .embed-container {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    visibility: hidden;
    transition: 0.2s ease; }
  .two-column-hero.video-style-iframe .embed-container embed,.two-column-hero.video-style-iframe .embed-container iframe,.two-column-hero.video-style-iframe .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .two-column-hero.style-bleed {
    position: relative;
    overflow: hidden; }
    .two-column-hero.style-bleed .grid-item:has(.image) {
      position: static; }
    .two-column-hero.style-bleed .circle {
      display: none; }
    .two-column-hero.style-bleed .hexagon {
      bottom: auto;
      top: -120px;
      left: -25px;
      display: block; }
    .two-column-hero.style-bleed .content-container {
      padding: 6.25rem 2.5rem 0; }

.two-column-with-bullet-list-layout {
  width: 100%; }
  .two-column-with-bullet-list-layout.has-background {
    background: #EDECED; }
  .two-column-with-bullet-list-layout .section-title {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 0 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #09244A; }
  .two-column-with-bullet-list-layout .bullet-list-wrapper {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .two-column-with-bullet-list-layout .bullet-list-wrapper .bullet-list {
      width: 100%;
      position: relative;
      padding: 0.1875rem 0 0.1875rem 1.25rem; }
      .two-column-with-bullet-list-layout .bullet-list-wrapper .bullet-list::before {
        position: absolute;
        left: 0;
        top: 12px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #565a5f;
        content: ''; }

.two-column-form-layout {
  width: 100%;
  background: #fff; }
  .two-column-form-layout.cta-style .two-column-form-wrapper .form-block .gform_heading {
    display: none; }
  .two-column-form-layout.cta-style .two-column-form-wrapper .form-block .gform_wrapper {
    border: 2px solid #F2F2F2;
    background: #FFF; }
  .two-column-form-layout.cta-style .two-column-form-wrapper .form-block .gfield {
    margin-bottom: 2rem; }
  .two-column-form-layout.cta-style .two-column-form-wrapper .form-block .gform-footer .button {
    width: 100%; }
  .two-column-form-layout.cta-style .two-column-form-wrapper .content-block h2 {
    color: #081C28;
    font-size: 1.875rem;
    margin: 0 0 0.625rem;
    font-weight: 700; }
  .two-column-form-layout.cta-style .two-column-form-wrapper .content-block p {
    color: #727272;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem; }
  .two-column-form-layout .section-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #09244A;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    text-align: center;
    width: 100%; }
  .two-column-form-layout .two-column-form-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column; }
    .two-column-form-layout .two-column-form-wrapper.form-left-position .form-block {
      padding: 0 0 1.875rem; }
    .two-column-form-layout .two-column-form-wrapper .content-block {
      width: 100%;
      padding: 0 0 1.875rem; }
      .two-column-form-layout .two-column-form-wrapper .content-block .contact-list {
        position: relative;
        padding: 0 0 0 5.625rem; }
        .two-column-form-layout .two-column-form-wrapper .content-block .contact-list .icon-block {
          position: absolute;
          left: 20px;
          width: 60px;
          top: 0; }
          .two-column-form-layout .two-column-form-wrapper .content-block .contact-list .icon-block img {
            margin: 0;
            max-width: 100%; }
    .two-column-form-layout .two-column-form-wrapper .form-block {
      width: 100%; }
      .two-column-form-layout .two-column-form-wrapper .form-block .gform_footer {
        padding: 1em 1em 2em 1em;
        text-align: center; }
        .two-column-form-layout .two-column-form-wrapper .form-block .gform_footer button {
          width: 75%;
          max-width: 100%; }

.two-column-with-image-layout {
  background: white;
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
  width: 100%;
  display: inline-block;
  padding-bottom: 1.875rem; }
  .two-column-with-image-layout .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .two-column-with-image-layout .image-block {
    max-width: 100%;
    position: relative;
    max-width: 100%;
    margin-bottom: 1.875rem; }
    .two-column-with-image-layout .image-block .image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: auto;
      max-width: 90%;
      max-height: 90%; }
  .two-column-with-image-layout .yt-vimeo-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: 0;
    z-index: -1; }
  .two-column-with-image-layout .yt-vimeo-video::before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    cursor: pointer; }
  .two-column-with-image-layout .yt-vimeo-video::after {
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px;
    background: url("../images/play-button.png") no-repeat center;
    background-size: 100%;
    border-radius: 100%;
    opacity: 0.8;
    z-index: 5;
    cursor: pointer; }
  .two-column-with-image-layout .yt-vimeo-video:hover::after {
    opacity: 1;
    background: url("../images/play-button-hover.png") no-repeat center;
    background-size: 100%; }
  .two-column-with-image-layout .yt-vimeo-video.playing::after {
    display: none; }
  .two-column-with-image-layout .yt-vimeo-video.playing .image {
    opacity: 0; }
  .two-column-with-image-layout .yt-vimeo-video.playing iframe {
    z-index: 7; }
  .two-column-with-image-layout .content-block {
    width: 100%;
    padding: 0 0.625rem; }
    .two-column-with-image-layout .content-block .title {
      display: block;
      margin: 0 0 0.9375rem;
      font-size: 1.625rem;
      font-weight: 700;
      color: #09244A;
      line-height: 1.2; }
    .two-column-with-image-layout .content-block .sub-title {
      display: block;
      margin: 0 0 0.9375rem;
      font-size: 1rem;
      font-weight: 500;
      color: #09244A; }
    .two-column-with-image-layout .content-block .content {
      width: 100%;
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 0.625rem; }
      .two-column-with-image-layout .content-block .content a {
        color: #565A5F;
        font-weight: 500; }
    .two-column-with-image-layout .content-block .button {
      color: #fff; }
      .two-column-with-image-layout .content-block .button:hover {
        color: #fff; }
    .two-column-with-image-layout .content-block .actions {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 10px; }
      .two-column-with-image-layout .content-block .actions .sales-number {
        padding: 0.625rem 0;
        font-size: 1rem; }
        .two-column-with-image-layout .content-block .actions .sales-number label {
          font-weight: 600; }
  .two-column-with-image-layout .image-block-inner {
    position: relative;
    background: #fff;
    box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    height: 320px !important; }
  .two-column-with-image-layout .catalog-banner-internal-links {
    margin-top: 3.125rem;
    width: 100%;
    padding: 2.5rem 2.1875rem;
    background: #fff;
    border: 1px solid rgba(223, 223, 223, 0.5);
    border-radius: 20px;
    box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08); }
    .two-column-with-image-layout .catalog-banner-internal-links h3 {
      margin-bottom: 0.625rem;
      font-size: 1.375rem;
      font-weight: 500;
      color: #565A5F; }
    .two-column-with-image-layout .catalog-banner-internal-links ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      margin: 0;
      padding-left: 1.25rem; }
      .two-column-with-image-layout .catalog-banner-internal-links ul li {
        width: 100%;
        font-size: 0.9375rem;
        font-weight: 700;
        color: #3736FE;
        padding: 0.4375rem 0;
        cursor: pointer; }
        .two-column-with-image-layout .catalog-banner-internal-links ul li a {
          text-decoration: none; }
  .two-column-with-image-layout .content-block .content {
    max-height: 320px;
    /* collapsed height */
    overflow: hidden;
    transition: max-height 0.4s ease; }
  .two-column-with-image-layout .content-block .content.expanded {
    max-height: 1000px;
    transition: max-height 0.4s ease;
    margin-bottom: 0.625rem; }
  .two-column-with-image-layout .content-block .read-more-btn {
    margin: 1.25rem 0 1.5625rem 0;
    padding-left: 0;
    color: #000;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6875rem;
    background: no-repeat;
    border: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    opacity: 1;
    visibility: visible; }
    .two-column-with-image-layout .content-block .read-more-btn::before {
      content: '';
      position: absolute;
      left: 100px;
      width: calc(100% - 100px);
      height: 1px;
      background: #565A5F; }
    .two-column-with-image-layout .content-block .read-more-btn span {
      margin-top: -0.25rem;
      padding-left: 0.3125rem; }
  .two-column-with-image-layout .content-block .button-link {
    display: block;
    margin-top: 1.4375rem;
    text-decoration: none;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6875rem;
    color: #565A5F; }
    .two-column-with-image-layout .content-block .button-link span {
      font-weight: 800; }

.two-column-with-list-layout {
  width: 100%; }
  .two-column-with-list-layout .content-block {
    width: 100%;
    padding: 1.25rem 1.875rem;
    background: #fff;
    border: 1px solid rgba(223, 223, 223, 0.5);
    border-radius: 20px;
    box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08); }
    .two-column-with-list-layout .content-block .section-title {
      margin-bottom: 1.25rem;
      padding: 0.625rem 0 1.25rem;
      border-bottom: 1px solid rgba(223, 223, 223, 0.5);
      text-align: center;
      font-size: 1.25rem;
      font-weight: 500;
      color: #09244A; }
    .two-column-with-list-layout .content-block .list-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      list-style-type: none;
      margin: 0;
      padding: 0 0 0.625rem; }
      .two-column-with-list-layout .content-block .list-block .list {
        width: 100%;
        font-size: 1rem;
        font-weight: 600;
        color: #504FFF;
        padding: 0.4375rem 0;
        cursor: pointer; }

.layout-related-posts .heading {
  margin-bottom: 2.5rem;
  color: #09244A;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center; }

.layout-related-posts .posts-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .layout-related-posts .posts-container .blog-list-item {
    width: 100%;
    margin-bottom: 2.5rem;
    padding-bottom: 0; }
    .layout-related-posts .posts-container .blog-list-item .entry-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: calc(100% - 280px); }
    .layout-related-posts .posts-container .blog-list-item .emtry-meta {
      display: none; }
    .layout-related-posts .posts-container .blog-list-item .entry-excerpt {
      height: 100%; }
    .layout-related-posts .posts-container .blog-list-item .entry-buttons {
      position: relative;
      bottom: auto;
      left: 0;
      margin-top: 0.9375rem;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .layout-related-posts .posts-container .blog-list-item .entry-buttons .button {
        padding: 0.9375rem;
        min-width: 120px; }
    .layout-related-posts .posts-container .blog-list-item .cher-links {
      margin: 0.3125rem 0 0; }
    .layout-related-posts .posts-container .blog-list-item .cher-link-item {
      margin: 0 0.3125rem 0 0;
      line-height: 0; }
    .layout-related-posts .posts-container .blog-list-item .cher-link {
      width: 20px;
      height: 20px; }

.logo-grid .logos-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.logo-grid .logo-item {
  margin: 1.25rem; }

.two-column-cta {
  text-align: center; }
  .two-column-cta .heading {
    max-width: 800px;
    margin: 0 auto 1.25rem;
    color: #09244A;
    font-size: 2.5rem;
    font-weight: bold; }
  .two-column-cta .content {
    max-width: 800px;
    margin: 0 auto 1.25rem;
    line-height: 1.6; }
  .two-column-cta .cta-container {
    margin: 2.5rem auto 0;
    max-width: 1000px; }
  .two-column-cta .cta-item {
    padding: 1.875rem;
    border-radius: 10px;
    background-color: #DBDBDB; }
    .two-column-cta .cta-item:first-child {
      background-color: #09244A;
      color: #fff;
      margin-bottom: 1.25rem; }
    .two-column-cta .cta-item:only-child {
      width: 100%;
      margin-bottom: 0; }
    .two-column-cta .cta-item .cta-content {
      margin-bottom: 1.25rem;
      font-size: 1.125rem;
      line-height: 1.6; }

.two-column-content-with-heading-layout {
  background: white;
  width: 100%; }
  .two-column-content-with-heading-layout .container {
    max-width: 1024px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .two-column-content-with-heading-layout .title-description {
    width: 100%; }
  .two-column-content-with-heading-layout .section-title {
    width: 100%;
    text-align: center;
    padding: 0.9375rem 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #09244A; }
  .two-column-content-with-heading-layout .column {
    width: 100%; }
    .two-column-content-with-heading-layout .column h3 {
      color: #3736FE;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.6875rem; }
    .two-column-content-with-heading-layout .column p {
      margin-top: 0;
      margin-bottom: 1rem; }
    .two-column-content-with-heading-layout .column a {
      color: inherit; }
  .two-column-content-with-heading-layout.faq .column p {
    max-height: 500px;
    opacity: 1; }
    .two-column-content-with-heading-layout.faq .column p.hide {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
      margin: 0; }
  .two-column-content-with-heading-layout.faq .column a {
    font-weight: 500; }
  .two-column-content-with-heading-layout.key-considerations .container {
    max-width: 900px; }
  .two-column-content-with-heading-layout.key-considerations .column li {
    margin-bottom: 0.625rem; }
    .two-column-content-with-heading-layout.key-considerations .column li strong {
      font-weight: 600; }
  .two-column-content-with-heading-layout.key-considerations .section-title {
    max-width: 650px;
    margin: 0 auto;
    text-align: center; }
  .two-column-content-with-heading-layout.key-considerations .section-description {
    max-width: 680px;
    margin: 0 auto;
    text-align: center; }

.two-column-image-banner {
  background: #081C28;
  color: #fff; }
  .two-column-image-banner .grid-item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .two-column-image-banner .grid-item {
    position: relative;
    width: 100%; }
    .two-column-image-banner .grid-item:only-child {
      width: 100%; }
  .two-column-image-banner .heading {
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1; }
  .two-column-image-banner .subheading {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    font-weight: bold; }
  .two-column-image-banner .content {
    margin-bottom: 2.5rem;
    line-height: 1.5; }
    .two-column-image-banner .content a {
      color: #fff; }
  .two-column-image-banner .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
    margin-top: 0.875rem; }
    .two-column-image-banner .buttons .button:last-child {
      background: #FFF;
      color: #3736FE;
      padding: 1.25rem 2.5rem; }
  .two-column-image-banner .graphic-image {
    position: relative;
    padding: 0; }
  .two-column-image-banner .image {
    z-index: 2;
    border-radius: 10px;
    background-position: 50%;
    background-size: cover;
    position: relative;
    position: relative;
    overflow: hidden; }
    .two-column-image-banner .image:before {
      content: ' ';
      display: block;
      padding-top: 67.96117%;
      width: 100%; }
    .two-column-image-banner .image > .content {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .two-column-image-banner .shape {
    position: absolute;
    z-index: 1;
    display: none; }
  .two-column-image-banner .circle {
    top: 0;
    right: 0; }
  .two-column-image-banner .hexagon {
    bottom: 0;
    left: 0; }
  .two-column-image-banner .certified-block {
    margin-top: 3.75rem; }
    .two-column-image-banner .certified-block .certified-title {
      color: #FFF;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.625rem; }
    .two-column-image-banner .certified-block .certified-logos {
      margin-top: 1.25rem;
      display: -ms-flexbox;
      display: flex;
      gap: 30px; }
      .two-column-image-banner .certified-block .certified-logos .certified-logo img {
        height: 60px;
        width: 60px; }
  .two-column-image-banner .form-block {
    width: 100%;
    padding: 0; }
    .two-column-image-banner .form-block .gform_wrapper {
      background: #ECECEC;
      border-radius: 10px; }
      .two-column-image-banner .form-block .gform_wrapper .gform_heading {
        display: block;
        background: #ECECEC;
        padding: 1.875rem 1.875rem 0 1.875rem;
        border-radius: 10px; }
        .two-column-image-banner .form-block .gform_wrapper .gform_heading .gform_title {
          color: #081C28;
          text-align: center;
          font-size: 1.875rem;
          font-weight: 700;
          line-height: 2.25rem; }
        .two-column-image-banner .form-block .gform_wrapper .gform_heading .gform_description {
          color: #727272;
          text-align: center;
          font-size: 1rem;
          font-weight: 500;
          line-height: 1.625rem;
          margin: 1.875rem 0; }
      .two-column-image-banner .form-block .gform_wrapper form .gf_page_steps {
        -ms-flex-direction: row;
            flex-direction: row;
        gap: 20px;
        padding: 0 1.875rem; }
        .two-column-image-banner .form-block .gform_wrapper form .gf_page_steps .gf_step {
          padding: 0.1875rem 0;
          opacity: 0.2;
          background: #3736FE; }
          .two-column-image-banner .form-block .gform_wrapper form .gf_page_steps .gf_step.gf_step_active {
            opacity: 1; }
          .two-column-image-banner .form-block .gform_wrapper form .gf_page_steps .gf_step .gf_step_label {
            display: none; }
      .two-column-image-banner .form-block .gform_wrapper form .gform_body {
        padding: 1.875rem; }
        .two-column-image-banner .form-block .gform_wrapper form .gform_body .gform_page .gform_page_fields .gform_fields .gfield {
          margin-bottom: 1rem; }
          .two-column-image-banner .form-block .gform_wrapper form .gform_body .gform_page .gform_page_fields .gform_fields .gfield .gfield_label {
            padding-bottom: 0.375rem; }
          .two-column-image-banner .form-block .gform_wrapper form .gform_body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container_checkbox {
            margin-top: 0.875rem; }
        .two-column-image-banner .form-block .gform_wrapper form .gform_body .gform_page .gform-page-footer {
          padding: 0;
          gap: 20px; }
          .two-column-image-banner .form-block .gform_wrapper form .gform_body .gform_page .gform-page-footer .button {
            width: 100%;
            margin: 0;
            padding: 1.125rem; }

.container {
  width: 100%;
  max-width: 1340px;
  margin-top: 0;
  margin-right: auto !important;
  margin-bottom: 0;
  margin-left: auto !important;
  padding: 0 0.625rem; }

.flexible-layout-block {
  width: 100%; }

.divider-line-block {
  width: 100%;
  border-top: 1px solid #ccc; }

body.error404 article {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 3.75rem 0 6.25rem;
  text-align: center; }
  body.error404 article a {
    text-decoration: none; }
    body.error404 article a:hover {
      text-decoration: underline; }

body.error404 a {
  color: #3736FE;
  text-decoration: none; }
  body.error404 a:hover {
    color: #504FFF; }

.atlwdg-trigger {
  z-index: 9999; }

/*  ==========================================================================
     TEMPLATES
     Full custom templates
    ==========================================================================  */
/*   Template - Blog
	--------------------------------------------------------------------------  */
.blog-posts .container {
  max-width: 1060px;
  padding: 0 0.625rem; }

.blog-list-item {
  position: relative;
  margin: 0 0 0.625rem;
  padding-bottom: 7.5rem;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background: white;
  /* Old browsers */
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%); }
  .blog-list-item.cta {
    width: 100%;
    margin-bottom: 0.625rem;
    padding: 1.875rem 1.25rem;
    background: white;
    /* Old browsers */
    background: linear-gradient(135deg, white 0%, #dfdfdf 92%); }
    .blog-list-item.cta .featured-resource-card {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .blog-list-item.cta .featured-resource-card .image-wrapper {
        display: inline-block;
        width: auto;
        margin-bottom: 1.875rem; }
        .blog-list-item.cta .featured-resource-card .image-wrapper a {
          display: inline-block;
          box-shadow: 5px 5px 13px 5px rgba(0, 0, 0, 0.3); }
        .blog-list-item.cta .featured-resource-card .image-wrapper img {
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff;
          box-shadow: 3px 4px 0px 0px #000; }
      .blog-list-item.cta .featured-resource-card .content {
        width: 100%; }
      .blog-list-item.cta .featured-resource-card .text {
        margin-bottom: 1.25rem; }

.post-thumbnail {
  position: relative;
  display: block;
  height: 240px;
  overflow: hidden; }
  .post-thumbnail::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(9, 36, 74, 0.4) 0%, rgba(9, 36, 74, 0.4) 1%, rgba(9, 36, 74, 0) 100%);
    content: ''; }
  .post-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover; }

.blog-title {
  margin: 0 0 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem; }
  .blog-title a {
    color: #09244A;
    text-decoration: none; }

.entry-info {
  padding: 1em;
  background: white;
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%); }
  .entry-info .entry-excerpt.core {
    margin-bottom: 0.9375rem; }

.entry-meta {
  margin: 0.5em 0; }
  .entry-meta .categories {
    margin: 0;
    color: #0147AB;
    font-size: 1rem;
    font-weight: 600; }
    .entry-meta .categories a {
      color: #0147AB;
      text-decoration: none; }
    .entry-meta .categories span {
      margin: 0 0.5rem; }
  .entry-meta .author img {
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    border-radius: 50%; }

.entry-buttons {
  position: absolute;
  bottom: 30px;
  left: 1em;
  width: calc(100% - 2em); }
  .entry-buttons .cher-links {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.5em;
    margin-left: 0.5em;
    transition: opacity 0.3s ease-out; }
  .entry-buttons .share-buttons {
    margin-top: 0.625rem; }
  .no-flexbox .entry-buttons .button {
    float: left; }
  .no-flexbox .entry-buttons .share-buttons {
    float: right; }
  .no-flexbox .entry-buttons:after {
    display: block;
    clear: both;
    content: ''; }
  .entry-buttons .button {
    padding: 1em 3em;
    font-size: 1rem;
    font-weight: 400; }

.pagination {
  width: 100%;
  margin-bottom: 2.875rem;
  text-align: center; }
  .pagination .page-numbers {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    color: #565A5F;
    font-size: 1.125rem;
    line-height: 2.125rem;
    text-align: center;
    text-decoration: none; }
    .pagination .page-numbers.current {
      border: 1px solid #565A5F;
      background: #0147AB;
      color: #fff;
      cursor: pointer; }

ul.pagination {
  margin-top: 0;
  margin-bottom: 4.375rem;
  padding: 0;
  list-style-type: none; }
  ul.pagination li {
    display: inline-block;
    border: 1px solid transparent;
    color: #565A5F;
    font-size: 1.125rem;
    text-align: center;
    text-decoration: none; }
    ul.pagination li.active {
      border: 1px solid #565A5F;
      background: #0147AB;
      color: #fff; }
      ul.pagination li.active a {
        color: #fff; }
        ul.pagination li.active a:hover {
          color: #fff; }
    ul.pagination li a {
      display: inline-block;
      width: 34px;
      height: 34px;
      color: #565A5F;
      line-height: 2.25rem;
      cursor: pointer;
      text-decoration: none; }
      ul.pagination li a:hover {
        color: #3736FE;
        text-decoration: underline; }
    ul.pagination li.previous {
      margin-right: 0.625rem; }
      ul.pagination li.previous.disabled {
        display: none; }
    ul.pagination li.next {
      margin-left: 0.625rem; }
      ul.pagination li.next.disabled {
        display: none; }

.single-post .back-to-blog {
  padding: 0.75em 0;
  background: #DBDBDB; }
  .single-post .back-to-blog a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #09244A;
    text-decoration: none; }
    .single-post .back-to-blog a .icon,.single-post .back-to-blog a svg {
      width: 14px;
      height: 14px;
      fill: #09244A; }
    .single-post .back-to-blog a .icon {
      margin-right: 0.625rem;
      background-size: 14px; }

.single-post .blog-post {
  margin: 1em auto;
  padding: 0 1.25rem; }
  .single-post .blog-post .entry-meta {
    margin: 0.5em 0 2em; }

.single-post .blog-post-container {
  position: relative; }

.single-post .blog-body {
  width: 100%;
  max-width: 800px; }

.single-post .sidebar-nav-container {
  min-height: 66px; }

.single-post .sticky-sidebar-nav {
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  background: #edeced;
  z-index: 3; }
  .single-post .sticky-sidebar-nav .share-this {
    display: none;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 2.5rem; }
    .single-post .sticky-sidebar-nav .share-this .cher-links {
      display: -ms-flexbox;
      display: flex;
      margin-left: 0.625rem; }
    .single-post .sticky-sidebar-nav .share-this .cher-link {
      width: 24px;
      height: 24px;
      background-size: 24px; }
    .single-post .sticky-sidebar-nav .share-this .cher-link-item {
      width: 24px;
      height: 24px;
      margin: 0 0 0 0.5rem; }

.single-post .sidebar-anchor-menu {
  display: none; }

.single-post .anchor-nav-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 0 1.875rem 0 0;
  border: 0;
  background: none;
  color: #09244A;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase; }
  .single-post .anchor-nav-heading::after {
    position: absolute;
    top: 20px;
    right: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid #09244A;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
    transition: all 100ms ease-out; }

.single-post .sidebar-menu-item {
  position: relative;
  margin: 0; }
  .single-post .sidebar-menu-item:first-child {
    margin-top: 0.625rem; }
  .single-post .sidebar-menu-item:last-child {
    margin-bottom: 0; }

.single-post .anchor-menu-link {
  display: block;
  padding: 0.625rem 0;
  color: #09244A;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none; }

.single-post .entry-header .title {
  margin: 0; }

.single-post .entry-header .wp-post-image {
  max-width: 100%;
  height: auto; }

.single-post .entry-excerpt img {
  margin-bottom: 1.25rem; }

.single-post .author-bio-block-top {
  margin: 1.25rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .single-post .author-bio-block-top img {
    width: 54px;
    max-width: inherit;
    border-radius: 50%;
    margin-right: 0.625rem; }
  .single-post .author-bio-block-top h4 {
    margin: 0;
    font-size: 1rem; }
  .single-post .author-bio-block-top p {
    margin: 0 0 0 0.625rem;
    padding-left: 0.625rem;
    border-left: 1px solid #777;
    font-size: 1rem;
    line-height: 1rem; }
  .single-post .author-bio-block-top .image-column {
    -ms-flex-preferred-size: 65px;
        flex-basis: 65px; }
  .single-post .author-bio-block-top .content-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    .single-post .author-bio-block-top .content-column .anchor-tag {
      width: 100%;
      color: #3736FE;
      font-size: 1rem;
      cursor: pointer; }
      .single-post .author-bio-block-top .content-column .anchor-tag:hover {
        color: #504FFF; }

.single-post .author-bio-block {
  margin-top: 2.5rem; }
  .single-post .author-bio-block img {
    width: 64px;
    max-width: inherit;
    border-radius: 50%; }
  .single-post .author-bio-block h4 {
    width: 100%;
    margin: 0; }
  .single-post .author-bio-block p {
    width: 100%;
    margin: 0 0 0.9375rem; }
  .single-post .author-bio-block .image-column {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px; }
  .single-post .author-bio-block .content-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }

.single-post .blog-detail-feature-resource {
  width: 100%;
  padding: 4.6875rem 0 1.875rem; }
  .single-post .blog-detail-feature-resource .featured-resource-card {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .single-post .blog-detail-feature-resource .featured-resource-card .image-wrapper {
      display: inline-block;
      width: auto;
      margin-bottom: 1.875rem; }
      .single-post .blog-detail-feature-resource .featured-resource-card .image-wrapper a {
        display: inline-block;
        box-shadow: 5px 5px 13px 5px rgba(0, 0, 0, 0.3); }
      .single-post .blog-detail-feature-resource .featured-resource-card .image-wrapper img {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        box-shadow: 3px 4px 0px 0px #000; }
    .single-post .blog-detail-feature-resource .featured-resource-card .content {
      width: 100%; }
    .single-post .blog-detail-feature-resource .featured-resource-card .text {
      margin-bottom: 1.25rem; }

.single-post .share-this {
  display: none; }
  .single-post .share-this .cher-link-item {
    display: block;
    width: 36px;
    margin: 0.625rem 0 0; }
  .single-post .share-this .cher-link {
    width: 34px;
    height: 34px;
    background-size: 34px; }
  .single-post .share-this label {
    color: #09244A;
    font-size: 1rem;
    font-weight: 600; }

.blog-bottom-cta {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4em; }
  .blog-bottom-cta:after {
    content: " ";
    display: block;
    clear: both; }

.related-posts {
  width: 100%;
  margin-bottom: 1em; }
  .related-posts .related-title {
    width: 100%;
    margin-bottom: 1.875rem;
    padding-top: 1.875rem;
    border-top: 1px solid #DBDBDB;
    color: #09244A;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center; }

.error404 .error-container {
  max-width: 66%;
  margin: auto;
  padding: 3.75rem 0 5rem;
  text-align: center; }
  .error404 .error-container .title {
    font-size: 1.25rem;
    text-align: center; }

.error404 a {
  color: darkblue;
  transition: ease all 0.7s 0s; }
  .error404 a:hover {
    color: blue; }

.error404 p {
  font-style: normal; }

.cs-content-grid {
  width: 100%;
  background: #fff; }

.cs-gallery-slider {
  width: 100%;
  background: #fff;
  padding-bottom: 5.625rem; }
  .cs-gallery-slider .cs-slider-wrapper {
    width: 100%; }
    .cs-gallery-slider .cs-slider-wrapper .img-slider {
      width: 100%;
      margin: 0 auto;
      max-width: 100%; }
    .cs-gallery-slider .cs-slider-wrapper .img-item {
      overflow: hidden;
      border-radius: 16px;
      margin-right: 1.875rem;
      width: 100%; }
      .cs-gallery-slider .cs-slider-wrapper .img-item img {
        border-radius: 16px;
        float: left;
        max-width: 100%; }
    .cs-gallery-slider .cs-slider-wrapper .flickity-prev-next-button {
      width: 22px;
      height: 40px;
      border: 1px solid #ccc;
      border-radius: 20px;
      padding: 0;
      background: #fff;
      display: none; }
      .cs-gallery-slider .cs-slider-wrapper .flickity-prev-next-button.previous {
        left: 0; }
      .cs-gallery-slider .cs-slider-wrapper .flickity-prev-next-button.next {
        right: 0px; }
      .cs-gallery-slider .cs-slider-wrapper .flickity-prev-next-button svg {
        width: 12px;
        height: 12px;
        top: 35%;
        left: 20%; }
    .cs-gallery-slider .cs-slider-wrapper .flickity-page-dots {
      left: 0;
      bottom: -35px; }

.product-two-column-content-layout {
  width: 100%;
  background-color: #fff;
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
  padding: 1.25rem 0; }
  .product-two-column-content-layout.special-certificate-content-block .two-column-block .image-block img {
    height: 280px; }
  .product-two-column-content-layout .section-title {
    text-align: center;
    color: #09244A;
    font-weight: 600;
    margin-bottom: 0.625rem;
    font-size: 1.25rem; }
  .product-two-column-content-layout .two-column-block {
    display: block;
    width: 100%;
    padding: 1.875rem 0; }
    .product-two-column-content-layout .two-column-block .content-block {
      text-align: center;
      width: 100%;
      margin-bottom: 1.875rem; }
      .product-two-column-content-layout .two-column-block .content-block .desc {
        line-height: 1.7;
        font-size: 1rem; }
        .product-two-column-content-layout .two-column-block .content-block .desc p {
          display: none; }
          .product-two-column-content-layout .two-column-block .content-block .desc p:first-child {
            display: block; }
      .product-two-column-content-layout .two-column-block .content-block h4 a {
        color: #09244A;
        text-decoration: none; }
        .product-two-column-content-layout .two-column-block .content-block h4 a:hover {
          color: #0147AB; }
      .product-two-column-content-layout .two-column-block .content-block .button {
        margin-top: 1.875rem; }
    .product-two-column-content-layout .two-column-block .image-block {
      width: 90%;
      display: block;
      text-align: center;
      height: 280px;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
      position: relative;
      margin: 0 auto 2.5rem; }
      .product-two-column-content-layout .two-column-block .image-block img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 100%;
        height: 250px; }

.case-study-posts {
  background: #fff;
  padding: 1.875rem 0;
  width: 100%; }
  .case-study-posts .section-title {
    text-align: center;
    color: #09244A;
    font-weight: 600;
    margin-bottom: 1.25rem;
    font-size: 1.25rem; }
  .case-study-posts .post-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 300px;
    margin: 0 auto; }
    .case-study-posts .post-container .flickity-slider,.case-study-posts .post-container .flickity-viewport {
      width: 100%; }
    .case-study-posts .post-container .list-item {
      width: 300px;
      background: #fff;
      padding: 0 0.625rem; }
      .case-study-posts .post-container .list-item .post-cover {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
        margin-bottom: 1.25rem; }
      .case-study-posts .post-container .list-item .thumbnail {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        display: inline-block;
        width: 100%; }
        .case-study-posts .post-container .list-item .thumbnail img {
          max-width: 100%; }
      .case-study-posts .post-container .list-item .content-block {
        width: 100%; }
      .case-study-posts .post-container .list-item .content-info {
        padding: 1.25rem;
        width: 100%; }
      .case-study-posts .post-container .list-item .category {
        width: 100%;
        color: #0147AB;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 1.25rem; }
        .case-study-posts .post-container .list-item .category .list {
          padding-right: 0.625rem;
          margin-right: 0.625rem;
          line-height: 0.625rem;
          border-right: 2px solid #0147AB; }
          .case-study-posts .post-container .list-item .category .list:last-child {
            padding: 0;
            margin: 0;
            border: 0; }
      .case-study-posts .post-container .list-item .post-title {
        font-size: 1.125rem;
        color: #09244A;
        font-weight: 600;
        margin-bottom: 0.625rem; }
        .case-study-posts .post-container .list-item .post-title:hover a {
          color: #0147AB; }
        .case-study-posts .post-container .list-item .post-title a {
          color: #09244A;
          text-decoration: none; }
      .case-study-posts .post-container .list-item .entry-excerpt {
        font-size: 1rem;
        line-height: 1.7; }
      .case-study-posts .post-container .list-item .entry-actions {
        width: 100%;
        border-top: 1px solid #edeced;
        text-align: center;
        padding: 1.25rem; }
        .case-study-posts .post-container .list-item .entry-actions a {
          text-decoration: none;
          font-weight: 600;
          font-size: 1rem; }
  .case-study-posts .swipe-products {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    position: relative;
    top: 10px;
    margin-bottom: 1.25rem; }
    .case-study-posts .swipe-products .arrows {
      position: relative;
      padding: 0 1.25rem;
      display: inline-block;
      width: 48px;
      height: 20px;
      margin-bottom: 0.5rem; }
      .case-study-posts .swipe-products .arrows .circle {
        border: 1px solid #616368;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        display: inline-block;
        position: relative;
        top: 1px; }
      .case-study-posts .swipe-products .arrows::before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2031.494%2031.494%22%20style%3D%22enable-background%3Anew%200%200%2031.494%2031.494%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cpath%20d%3D%22M10.273%2C5.009c0.444-0.444%2C1.143-0.444%2C1.587%2C0c0.429%2C0.429%2C0.429%2C1.143%2C0%2C1.571l-8.047%2C8.047h26.554%20%20c0.619%2C0%2C1.127%2C0.492%2C1.127%2C1.111c0%2C0.619-0.508%2C1.127-1.127%2C1.127H3.813l8.047%2C8.032c0.429%2C0.444%2C0.429%2C1.159%2C0%2C1.587%20%20c-0.444%2C0.444-1.143%2C0.444-1.587%2C0l-9.952-9.952c-0.429-0.429-0.429-1.143%2C0-1.571L10.273%2C5.009z%22%20fill%3D%22%23616368%22/%3E%0A%3C/svg%3E%0A);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px; }
      .case-study-posts .swipe-products .arrows::after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2031.49%2031.49%22%20style%3D%22enable-background%3Anew%200%200%2031.49%2031.49%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cpath%20d%3D%22M21.205%2C5.007c-0.429-0.444-1.143-0.444-1.587%2C0c-0.429%2C0.429-0.429%2C1.143%2C0%2C1.571l8.047%2C8.047H1.111%20%20C0.492%2C14.626%2C0%2C15.118%2C0%2C15.737c0%2C0.619%2C0.492%2C1.127%2C1.111%2C1.127h26.554l-8.047%2C8.032c-0.429%2C0.444-0.429%2C1.159%2C0%2C1.587%20%20c0.444%2C0.444%2C1.159%2C0.444%2C1.587%2C0l9.952-9.952c0.444-0.429%2C0.444-1.143%2C0-1.571L21.205%2C5.007z%22%20fill%3D%22%23616368%22/%3E%0A%3C/svg%3E%0A);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px; }
    .case-study-posts .swipe-products p {
      margin: 0;
      display: block; }

.catalogsearch-result-index #maincontent {
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

.catalogsearch-result-index .columns .column.main {
  padding: 0; }

.catalogsearch-result-index .search-tab-section .tabbed-content .content-box-item .operator-type {
  color: #09244A;
  font-size: 0.875rem;
  font-weight: 600; }

.catalogsearch-result-index .search-tab-section .tabbed-content .content-box-item .entry-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0; }
  .catalogsearch-result-index .search-tab-section .tabbed-content .content-box-item .entry-actions .link {
    width: 50%;
    padding: 0.9375rem; }
    .catalogsearch-result-index .search-tab-section .tabbed-content .content-box-item .entry-actions .link:last-child {
      border: none; }

.catalogsearch-result-index .search-tab-section .tabbed-content .content-box-item .product-sku {
  padding-top: 1.25rem; }

.catalogsearch-result-index .search-tab-section .tabbed-content .content-box-item .attribute-item {
  margin-bottom: 0.625rem;
  font-size: 0.875rem; }

.catalogsearch-result-index .search-tab-section .tabbed-content .content-box-item .item-label {
  font-weight: bold; }

.catalogsearch-result-index .search-tab-section .tabbed-content .content-box-item .sku-label {
  font-weight: bold; }

.search-hero-layout {
  width: 100%;
  padding: 2.5rem 0 1.875rem;
  text-align: center; }
  .search-hero-layout .content .heading {
    margin: 1.875rem 0 0;
    color: #09244A;
    font-size: 1.375rem;
    font-weight: 300; }
    .search-hero-layout .content .heading .search-text {
      font-weight: 600; }
  .search-hero-layout .content .search-form {
    position: relative;
    width: 520px;
    max-width: 100%;
    height: 50px;
    margin: 0 auto; }
    .search-hero-layout .content .search-form .search-form-field .page-main select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.search-hero-layout .content .search-form .search-form-field .page-main textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.search-hero-layout .content .search-form .search-form-field:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
      width: 520px;
      max-width: 100%;
      height: 50px;
      padding: 0 1.25rem 0 3.125rem;
      border: 1px solid #DBDBDB;
      border-radius: 8px;
      box-shadow: none;
      background: #eee;
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      transition: all 0.4s ease-in-out 0s; }
    .search-hero-layout .content .search-form .search-form-field:focus {
      border: 1px solid #3736FE; }
    .search-hero-layout .content .search-form .search-submit {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 56px;
      height: 50px;
      opacity: .7;
      border: none;
      background-color: transparent;
      background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%2080.502%2080.502%22%20style%3D%22enable-background%3Anew%200%200%2080.502%2080.502%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%20id%3D%22Zoom_1_%22%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20d%3D%22M80.502%2C74.658L58.688%2C52.742c4.193-5.524%2C6.691-12.416%2C6.691-19.885c0-18.104-14.664-32.84-32.69-32.84%20%20%20%20%20S0%2C14.753%2C0%2C32.857c0%2C18.111%2C14.664%2C32.848%2C32.689%2C32.848c7.643%2C0%2C14.674-2.655%2C20.247-7.088l21.768%2C21.867L80.502%2C74.658z%20%20%20%20%20%20M32.689%2C58.312c-13.967%2C0-25.332-11.419-25.332-25.455c0-14.027%2C11.365-25.446%2C25.332-25.446%20%20%20%20%20c13.968%2C0%2C25.333%2C11.419%2C25.333%2C25.446C58.021%2C46.894%2C46.657%2C58.312%2C32.689%2C58.312z%22%20fill%3D%22%23000%22/%3E%0A%09%09%3C/g%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 12px 18px;
      background-size: 20px;
      font-size: 0;
      cursor: pointer; }

.search-results {
  background: #fff; }
  .search-results .body-header,.search-results .body-header.scrolled {
    background: #fff; }

.search-tab-section {
  width: 100%; }
  .search-tab-section .tabbed-content-tabs {
    display: none;
    border-bottom: 1px solid #09244A;
    background: #fff; }
    .search-tab-section .tabbed-content-tabs .tabbed-items {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      margin: 0;
      padding: 0; }
    .search-tab-section .tabbed-content-tabs .tabs {
      top: 0;
      width: 294px;
      height: 60px;
      margin: 0 0.125rem;
      background: #eee;
      list-style: none;
      line-height: 3.75rem;
      text-align: center;
      cursor: pointer;
      transition: ease all 0.7s 0s;
      font-size: 1rem; }
      .search-tab-section .tabbed-content-tabs .tabs.current-tab,.search-tab-section .tabbed-content-tabs .tabs:hover {
        background: #09244A;
        color: #fff; }
      .search-tab-section .tabbed-content-tabs .tabs a {
        color: #fff; }
  .search-tab-section .tabbed-content {
    width: 100%;
    margin-bottom: 2.5rem;
    background: #eee; }
    .search-tab-section .tabbed-content .content-list {
      width: 900px;
      max-width: 100%;
      margin: 0 auto;
      padding: 0; }
      .search-tab-section .tabbed-content .content-list.active-tab .tab-cover {
        display: block; }
      .search-tab-section .tabbed-content .content-list.content-full-width {
        width: 100%; }
        .search-tab-section .tabbed-content .content-list.content-full-width.active-tab .tab-box-cover {
          display: -ms-flexbox;
          display: flex; }
      .search-tab-section .tabbed-content .content-list:last-child .tab-title {
        border-bottom: none; }
      .search-tab-section .tabbed-content .content-list .toolbar-products {
        margin: 0;
        background: #fff;
        padding: 3.125rem 0 3.125rem;
        text-align: center; }
        .search-tab-section .tabbed-content .content-list .toolbar-products .pages {
          float: none; }
        .search-tab-section .tabbed-content .content-list .toolbar-products .limiter {
          display: none; }
      .search-tab-section .tabbed-content .content-list .pagination,.search-tab-section .tabbed-content .content-list ul.pages-items {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .search-tab-section .tabbed-content .content-list .pagination li,.search-tab-section .tabbed-content .content-list ul.pages-items li {
          display: inline-block;
          border: 1px solid transparent;
          color: #565A5F;
          font-size: 1.125rem;
          text-align: center;
          text-decoration: none; }
          .search-tab-section .tabbed-content .content-list .pagination li.active,.search-tab-section .tabbed-content .content-list .pagination li.current,.search-tab-section .tabbed-content .content-list ul.pages-items li.active,.search-tab-section .tabbed-content .content-list ul.pages-items li.current {
            display: inline-block;
            width: 34px;
            height: 34px;
            border: 1px solid #565A5F;
            background: #0147AB;
            color: #fff;
            font-size: 1.125rem;
            font-weight: 400;
            line-height: 2.25rem; }
            .search-tab-section .tabbed-content .content-list .pagination li.active a,.search-tab-section .tabbed-content .content-list .pagination li.current a,.search-tab-section .tabbed-content .content-list ul.pages-items li.active a,.search-tab-section .tabbed-content .content-list ul.pages-items li.current a {
              color: #fff; }
            .search-tab-section .tabbed-content .content-list .pagination li.active strong.page,.search-tab-section .tabbed-content .content-list .pagination li.current strong.page,.search-tab-section .tabbed-content .content-list ul.pages-items li.active strong.page,.search-tab-section .tabbed-content .content-list ul.pages-items li.current strong.page {
              padding: 0;
              color: #fff;
              font-size: 1.125rem;
              font-weight: 400;
              line-height: 2.25rem; }
          .search-tab-section .tabbed-content .content-list .pagination li a,.search-tab-section .tabbed-content .content-list ul.pages-items li a {
            display: inline-block;
            width: 34px;
            height: 34px;
            color: #565A5F;
            font-size: 1.125rem;
            font-weight: 400;
            line-height: 2.25rem;
            cursor: pointer; }
          .search-tab-section .tabbed-content .content-list .pagination li.previous,.search-tab-section .tabbed-content .content-list ul.pages-items li.previous {
            margin-right: 0.625rem; }
          .search-tab-section .tabbed-content .content-list .pagination li.next,.search-tab-section .tabbed-content .content-list ul.pages-items li.next {
            margin-left: 0.625rem; }
          .search-tab-section .tabbed-content .content-list .pagination li.pages-item-previous .previous,.search-tab-section .tabbed-content .content-list ul.pages-items li.pages-item-previous .previous {
            margin: 0;
            border: none; }
            .search-tab-section .tabbed-content .content-list .pagination li.pages-item-previous .previous:before,.search-tab-section .tabbed-content .content-list ul.pages-items li.pages-item-previous .previous:before {
              color: #565A5F;
              font-family: "Montserrat", sans-serif;
              font-size: 1.25rem;
              content: '«'; }
          .search-tab-section .tabbed-content .content-list .pagination li.pages-item-next .next,.search-tab-section .tabbed-content .content-list ul.pages-items li.pages-item-next .next {
            margin: 0;
            border: none; }
            .search-tab-section .tabbed-content .content-list .pagination li.pages-item-next .next:before,.search-tab-section .tabbed-content .content-list ul.pages-items li.pages-item-next .next:before {
              color: #565A5F;
              font-family: "Montserrat", sans-serif;
              font-size: 1.25rem;
              content: '»'; }
      .search-tab-section .tabbed-content .content-list .products {
        margin: 0; }
      .search-tab-section .tabbed-content .content-list .tab-title {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 1.25rem;
        font-size: 1em;
        color: #09244A;
        border-bottom: 1px solid #ccc;
        background: #eee;
        font-weight: 600;
        cursor: pointer; }
        .search-tab-section .tabbed-content .content-list .tab-title:before {
          position: absolute;
          top: 50%;
          right: 20px;
          width: 1px;
          height: 10px;
          margin-top: -0.3125rem;
          margin-right: 0.28125rem;
          background: #09244A;
          content: "";
          transition: ease all 0.7s 0s; }
        .search-tab-section .tabbed-content .content-list .tab-title:after {
          position: absolute;
          top: 50%;
          right: 20px;
          width: 10px;
          height: 1px;
          margin-top: -0.03125rem;
          background: #09244A;
          content: "";
          transition: ease all 0.7s 0s; }
        .search-tab-section .tabbed-content .content-list .tab-title.current-tab:before {
          transform: rotate(90deg); }
    .search-tab-section .tabbed-content .tab-cover {
      display: none;
      margin: 0;
      padding: 0 1.25rem 2.5rem;
      list-style-type: none; }
    .search-tab-section .tabbed-content .tab-box-cover {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; }
    .search-tab-section .tabbed-content .results {
      display: inline-block;
      width: 100%;
      margin: 1.25rem 0 1.875rem;
      list-style: none;
      color: #09244A;
      font-size: 1em;
      font-weight: 400;
      text-align: left; }
      .search-tab-section .tabbed-content .results .result-found {
        font-weight: 700; }
    .search-tab-section .tabbed-content .content-box-item {
      width: 300px;
      margin: 0 auto 1.875rem;
      background: #fff;
      border-radius: 10px;
      position: relative;
      padding-bottom: 4rem;
      transition: ease all 0.7s 0s; }
      .search-tab-section .tabbed-content .content-box-item:hover {
        box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08); }
        .search-tab-section .tabbed-content .content-box-item:hover .quick-view {
          transform: translateY(-20px) translateX(-50%);
          visibility: visible;
          opacity: 1;
          transition: opacity .3s 0s,visibility .3s 0s,transform .3s 0s; }
      .search-tab-section .tabbed-content .content-box-item .quick-view {
        position: absolute;
        left: 50%;
        font-size: 1rem;
        color: #3736FE;
        background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%2080.502%2080.502%22%20style%3D%22enable-background%3Anew%200%200%2080.502%2080.502%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20d%3D%22M80.502%2C74.658L58.688%2C52.742c4.193-5.524%2C6.691-12.416%2C6.691-19.885c0-18.104-14.664-32.84-32.69-32.84%20%20%20%20%20S0%2C14.753%2C0%2C32.857c0%2C18.111%2C14.664%2C32.848%2C32.689%2C32.848c7.643%2C0%2C14.674-2.655%2C20.247-7.088l21.768%2C21.867L80.502%2C74.658z%20%20%20%20%20%20M32.689%2C58.312c-13.967%2C0-25.332-11.419-25.332-25.455c0-14.027%2C11.365-25.446%2C25.332-25.446%20%20%20%20%20c13.968%2C0%2C25.333%2C11.419%2C25.333%2C25.446C58.021%2C46.894%2C46.657%2C58.312%2C32.689%2C58.312z%22%20fill%3D%22%23A32136%22/%3E%0A%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: left center;
        padding-left: 1rem;
        transform: translateY(30px) translateX(-50%);
        visibility: hidden;
        opacity: 0;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s; }
        .search-tab-section .tabbed-content .content-box-item .quick-view:hover {
          color: #504FFF; }
      .search-tab-section .tabbed-content .content-box-item .thumbnail {
        position: relative;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        border-radius: 10px 10px 0 0; }
        .search-tab-section .tabbed-content .content-box-item .thumbnail img {
          max-width: 100%; }
        .search-tab-section .tabbed-content .content-box-item .thumbnail .no-image {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
      .search-tab-section .tabbed-content .content-box-item .product-information .attribute-item {
        margin-bottom: 0.625rem; }
      .search-tab-section .tabbed-content .content-box-item .product-information .item-label {
        color: #09244A;
        font-size: 1.0625rem;
        font-weight: 600;
        line-height: 1.1875rem; }
      .search-tab-section .tabbed-content .content-box-item .product-information .item-value {
        color: #09244A;
        font-size: 1.0625rem;
        line-height: 1.1875rem; }
      .search-tab-section .tabbed-content .content-box-item .product-sku {
        margin-top: 1.75rem;
        font-size: 1.0625rem;
        font-weight: 700;
        line-height: 1.375rem;
        color: #09244A; }
      .search-tab-section .tabbed-content .content-box-item .content-info {
        padding: 2.0625rem 1.25rem 0.3125rem;
        width: 100%;
        position: relative; }
      .search-tab-section .tabbed-content .content-box-item .post-title {
        font-size: 1.125rem;
        color: #09244A;
        font-weight: 600;
        margin-bottom: 0.625rem; }
        .search-tab-section .tabbed-content .content-box-item .post-title a {
          color: #09244A;
          text-decoration: none; }
      .search-tab-section .tabbed-content .content-box-item .entry-excerpt {
        font-size: 1rem;
        line-height: 1.7; }
      .search-tab-section .tabbed-content .content-box-item .entry-actions {
        position: absolute;
        bottom: 14px;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 100%;
        padding: 0;
        text-align: center; }
        .search-tab-section .tabbed-content .content-box-item .entry-actions a {
          text-decoration: none;
          font-weight: 300;
          font-size: 1rem;
          color: #565A5F; }
        .search-tab-section .tabbed-content .content-box-item .entry-actions .request-a-quote {
          padding: 0.9375rem 0.9375rem 0.9375rem 1.875rem;
          width: 50%;
          color: #3736FE;
          font-size: 1rem;
          font-weight: 600;
          line-height: 1.1875rem;
          transition: ease all 0.4s 0s; }
        .search-tab-section .tabbed-content .content-box-item .entry-actions .link {
          position: relative;
          padding: 0.9375rem 0.9375rem 0.9375rem 1.25rem;
          width: 50%;
          color: #3736FE;
          font-size: 1rem;
          font-weight: 600;
          line-height: 1.1875rem;
          transition: ease all 0.4s 0s; }
          .search-tab-section .tabbed-content .content-box-item .entry-actions .link::after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            width: 1px;
            height: 22.2px;
            background: #09244A;
            content: ''; }
          .search-tab-section .tabbed-content .content-box-item .entry-actions .link:hover {
            color: #891733; }
          .search-tab-section .tabbed-content .content-box-item .entry-actions .link:last-child {
            border: none; }
        .search-tab-section .tabbed-content .content-box-item .entry-actions form {
          width: 50%; }
          .search-tab-section .tabbed-content .content-box-item .entry-actions form .tocart {
            width: 100%;
            padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
            background: #fff;
            color: #3736FE;
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 1.1875rem;
            transition: ease all 0.4s 0s; }
            .search-tab-section .tabbed-content .content-box-item .entry-actions form .tocart:hover {
              color: #891733; }
    .search-tab-section .tabbed-content .content-list-item {
      display: inline-block;
      width: 100%;
      list-style: none;
      transition: ease all 0.7s 0s; }
      .search-tab-section .tabbed-content .content-list-item:last-child .post-link {
        border: none; }
      .search-tab-section .tabbed-content .content-list-item .post-link {
        display: inline-block;
        width: 100%;
        padding: 1.25rem 0;
        border-bottom: 1px solid #ccc;
        color: #09244A;
        text-decoration: none; }
        .search-tab-section .tabbed-content .content-list-item .post-link:hover .title {
          color: #3736FE; }
        .search-tab-section .tabbed-content .content-list-item .post-link .title {
          display: block;
          margin-bottom: 0.625rem;
          font-size: 1.125em;
          font-weight: 700;
          transition: ease all 0.7s 0s; }
        .search-tab-section .tabbed-content .content-list-item .post-link .more {
          color: #3736FE;
          font-size: 1rem; }

.no-results-section {
  width: 100%;
  width: 100%;
  padding: 3.75rem 0 12.5rem;
  background: #eee;
  list-style: none;
  color: #09244A;
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
  text-align: center; }
  .no-results-section .result-found {
    font-weight: 700; }

.special-certificate-content-block {
  background: #fff; }

.special-certificate-hero {
  position: relative; }
  .special-certificate-hero .back-to-post {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px; }
    .special-certificate-hero .back-to-post .back-post {
      color: #3736FE;
      text-decoration: none;
      font-weight: 300;
      font-size: 1rem;
      position: relative;
      padding-left: 1.875rem;
      background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2031.494%2031.494%22%20style%3D%22enable-background%3Anew%200%200%2031.494%2031.494%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cpath%20d%3D%22M10.273%2C5.009c0.444-0.444%2C1.143-0.444%2C1.587%2C0c0.429%2C0.429%2C0.429%2C1.143%2C0%2C1.571l-8.047%2C8.047h26.554%20%20c0.619%2C0%2C1.127%2C0.492%2C1.127%2C1.111c0%2C0.619-0.508%2C1.127-1.127%2C1.127H3.813l8.047%2C8.032c0.429%2C0.444%2C0.429%2C1.159%2C0%2C1.587%20%20c-0.444%2C0.444-1.143%2C0.444-1.587%2C0l-9.952-9.952c-0.429-0.429-0.429-1.143%2C0-1.571L10.273%2C5.009z%22%20fill%3D%22%23a32136%22/%3E%0A%3C/svg%3E);
      background-size: 18px;
      background-repeat: no-repeat;
      background-position: left 1px; }
      .special-certificate-hero .back-to-post .back-post:hover {
        color: #504FFF; }
  .special-certificate-hero .content .title {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .special-certificate-hero .content .title p {
      padding: 0;
      margin: 0; }
    .special-certificate-hero .content .title img {
      margin-right: 1.25rem; }

/*  ==========================================================================
     EXTERNAL
     Full external Style
    ==========================================================================  */
.r-tabs {
  position: relative; }
  .r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    display: block; }
    .r-tabs .r-tabs-nav .r-tabs-tab {
      position: relative;
      top: 1px;
      display: inline-block;
      margin: 0;
      list-style: none; }
    .r-tabs .r-tabs-nav .r-tabs-anchor {
      padding: 0.9375rem 2.5rem;
      display: inline-block;
      text-decoration: none;
      color: #919191;
      font-size: 1rem;
      font-weight: 600; }
      .r-tabs .r-tabs-nav .r-tabs-anchor:hover {
        color: #09244A; }
    .r-tabs .r-tabs-nav .r-tabs-state-active {
      margin-bottom: -0.0625rem; }
    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
      color: #09244A;
      text-decoration: underline; }
  .r-tabs .r-tabs-panel {
    padding: 0;
    display: none; }
    .r-tabs .r-tabs-panel.r-tabs-state-active {
      display: block; }
  .r-tabs .r-tabs-accordion-title {
    display: none; }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
      display: block;
      padding: 0.625rem;
      color: red;
      font-weight: bold;
      text-decoration: none;
      margin-bottom: 0.1875rem; }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
      color: #00aadd;
      margin-bottom: 0; }

.flickity-enabled {
  position: relative; }
  .flickity-enabled:focus {
    outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
    .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
      cursor: -webkit-grabbing;
      cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  background: transparent; }
  .flickity-prev-next-button:active {
    opacity: 0.6; }
  .flickity-prev-next-button.previous {
    left: 10px; }
  .flickity-prev-next-button.next {
    right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button {
  width: 22px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0;
  background: #fff; }
  .flickity-prev-next-button:hover {
    background: #f9f9f9; }
  .flickity-prev-next-button:disabled {
    cursor: auto;
    opacity: 0; }
  .flickity-prev-next-button.previous {
    left: 0; }
  .flickity-prev-next-button.next {
    right: 0; }
  .flickity-prev-next-button svg {
    width: 12px;
    height: 12px;
    top: 35%;
    left: 20%;
    position: absolute; }
  .flickity-prev-next-button .arrow {
    fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0.5rem;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }
  .flickity-page-dots .dot.is-selected {
    opacity: 1; }

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

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

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

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

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

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 10px 10px rgba(0, 0, 0, 0.5); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 20px;
  height: 20px;
  line-height: 1.25rem;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 1.125rem 0.625rem;
  color: #FFF;
  font-style: normal;
  font-size: 1.125rem;
  border-radius: 50%;
  font-family: Arial, Baskerville, monospace; }

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

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

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 0.75rem;
  line-height: 1.125rem;
  white-space: nowrap; }

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

.mfp-arrow:active {
  margin-top: -3.375rem; }

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

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

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

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

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

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

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

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

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

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

.mfp-iframe-holder {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

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

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

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

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

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

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

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem; }

.mfp-figure figure {
  margin: 0; }

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

.mfp-title {
  text-align: left;
  line-height: 1.125rem;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 2.25rem; }

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

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after,.slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/* Arrows */
.slick-next,.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before,.slick-prev:before {
  font-family: 'slick';
  font-size: 1.25rem;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1.875rem; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0.3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:focus,.slick-dots li button:hover {
  outline: none; }

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 0.375rem;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*  ==========================================================================
     MAGENTO
     Full Magento Style
    ==========================================================================  */
.checkout-cart-index .page-title-wrapper button.action.primary {
  padding: 0.75em 2.25em; }

.checkout-cart-index .cart-empty {
  width: 100%;
  padding: 3.75rem 0;
  text-align: center;
  font-size: 1rem; }
  .checkout-cart-index .cart-empty .icon {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M14%2C6V4c0-2.206-1.794-4-4-4S6%2C1.794%2C6%2C4v2H2v2h16V6H14z%20M8%2C4c0-1.103%2C0.897-2%2C2-2s2%2C0.897%2C2%2C2v2H8V4z%22%20fill%3D%22%2309244a%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22m2%2C10v9c0%2C0.552%200.448%2C1%201%2C1h14c0.552%2C0%201-0.448%201-1v-9h-16zm12%2C4c0%2C2.206-1.794%2C4-4%2C4s-4-1.794-4-4v-2h2v2c0%2C1.103%200.897%2C2%202%2C2s2-0.897%202-2v-2h2v2z%22%20fill%3D%22%2309244a%22/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E%0A);
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px;
    border: 2px solid #09244A;
    border-radius: 50%;
    margin-bottom: 1.25rem; }
  .checkout-cart-index .cart-empty .title {
    color: #09244A;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0.3125rem 0;
    width: 100%;
    display: block; }

.checkout-cart-index .cart-container .form-cart {
  width: 100%; }

.checkout-cart-index .cart-container .cart.table-wrapper .items {
  width: 100%; }

.checkout-cart-index .cart-container .cart.table-wrapper th.col {
  padding: 1.25rem;
  border-top: 2px solid #edeced;
  border-bottom: 2px solid #edeced;
  color: #09244A;
  font-weight: 400;
  font-size: 1rem;
  text-align: left; }

.checkout-cart-index .cart-container .cart.table-wrapper .col.price,.checkout-cart-index .cart-container .cart.table-wrapper .col.qty,.checkout-cart-index .cart-container .cart.table-wrapper .col.remove,.checkout-cart-index .cart-container .cart.table-wrapper .col.subtotal {
  text-align: left;
  border-bottom: 2px solid #edeced;
  padding-bottom: 1rem;
  height: 100px;
  width: 50%; }
  .checkout-cart-index .cart-container .cart.table-wrapper .col.price::before,.checkout-cart-index .cart-container .cart.table-wrapper .col.qty::before,.checkout-cart-index .cart-container .cart.table-wrapper .col.remove::before,.checkout-cart-index .cart-container .cart.table-wrapper .col.subtotal::before {
    font-weight: 600;
    color: #09244A;
    font-size: 1rem; }

.checkout-cart-index .cart-container .cart.table-wrapper .product-item-details {
  vertical-align: middle; }
  .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name {
    font-weight: 600;
    font-size: 1rem;
    color: #09244A; }
    .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name a {
      color: #09244A;
      text-decoration: none; }
    .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name:hover a {
      color: #0147AB; }
  .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .model-title {
    color: #0147AB;
    font-size: 1rem;
    font-weight: 600;
    margin: 0.3125rem 0;
    width: 100%;
    display: block; }
  .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .model-number {
    color: #09244A;
    font-size: 1rem;
    font-weight: 600; }

.checkout-cart-index .cart-container .cart.table-wrapper .price-excluding-tax {
  font-size: 1.125rem; }
  .checkout-cart-index .cart-container .cart.table-wrapper .price-excluding-tax .cart-price {
    font-weight: 600;
    font-size: 1rem;
    color: #09244A; }
    .checkout-cart-index .cart-container .cart.table-wrapper .price-excluding-tax .cart-price .price {
      font-weight: 600; }

.checkout-cart-index .cart-container .cart.table-wrapper .col.qty .input-text:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  width: 65px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-towishlist {
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20510%20510%22%20style%3D%22enable-background%3Anew%200%200%20510%20510%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%20id%3D%22favorite%22%3E%0A%09%09%3Cpath%20d%3D%22M255%2C489.6l-35.7-35.7C86.7%2C336.6%2C0%2C257.55%2C0%2C160.65C0%2C81.6%2C61.2%2C20.4%2C140.25%2C20.4c43.35%2C0%2C86.7%2C20.4%2C114.75%2C53.55%20%20%20%20C283.05%2C40.8%2C326.4%2C20.4%2C369.75%2C20.4C448.8%2C20.4%2C510%2C81.6%2C510%2C160.65c0%2C96.9-86.7%2C175.95-219.3%2C293.25L255%2C489.6z%22%20fill%3D%22%2309244a%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  margin: 0 0.625rem 0 0; }
  .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-towishlist:hover {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20510%20510%22%20style%3D%22enable-background%3Anew%200%200%20510%20510%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%20id%3D%22favorite%22%3E%0A%09%09%3Cpath%20d%3D%22M255%2C489.6l-35.7-35.7C86.7%2C336.6%2C0%2C257.55%2C0%2C160.65C0%2C81.6%2C61.2%2C20.4%2C140.25%2C20.4c43.35%2C0%2C86.7%2C20.4%2C114.75%2C53.55%20%20%20%20C283.05%2C40.8%2C326.4%2C20.4%2C369.75%2C20.4C448.8%2C20.4%2C510%2C81.6%2C510%2C160.65c0%2C96.9-86.7%2C175.95-219.3%2C293.25L255%2C489.6z%22%20fill%3D%22%230147AB%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E); }
  .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-towishlist span {
    display: none; }

.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #09244A;
  display: inline-block;
  margin: 0;
  position: relative; }
  .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover {
    background: #0147AB; }
  .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete::after,.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete::before {
    width: 2px;
    height: 14px;
    background: #fff;
    content: '';
    position: absolute;
    left: 9px;
    top: 3px;
    transform: rotate(45deg); }
  .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete::after {
    transform: rotate(-45deg); }
  .checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar .action-delete span {
    display: none; }

.checkout-cart-index .cart-container .actions {
  padding: 1.25rem 0;
  border-top: 2px solid #edeced;
  border-bottom: 2px solid #edeced;
  margin-bottom: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .checkout-cart-index .cart-container .actions .action.clear,.checkout-cart-index .cart-container .actions .action.continue,.checkout-cart-index .cart-container .actions .action.update {
    margin: 0;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    color: #09244A;
    cursor: pointer;
    padding: 0; }
    .checkout-cart-index .cart-container .actions .action.clear:hover,.checkout-cart-index .cart-container .actions .action.continue:hover,.checkout-cart-index .cart-container .actions .action.update:hover {
      color: #0147AB; }
      .checkout-cart-index .cart-container .actions .action.clear:hover span.icon-clear,.checkout-cart-index .cart-container .actions .action.continue:hover span.icon-clear,.checkout-cart-index .cart-container .actions .action.update:hover span.icon-clear {
        background: #0147AB; }
  .checkout-cart-index .cart-container .actions .action.clear {
    float: left;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.25rem;
    width: 100%;
    margin-bottom: 0.75rem; }
    .checkout-cart-index .cart-container .actions .action.clear span.icon-clear {
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background: #09244A;
      display: inline-block;
      margin: 0 0.375rem 0 0;
      position: relative; }
      .checkout-cart-index .cart-container .actions .action.clear span.icon-clear::after,.checkout-cart-index .cart-container .actions .action.clear span.icon-clear::before {
        width: 2px;
        height: 14px;
        background: #fff;
        content: '';
        position: absolute;
        left: 9px;
        top: 3px;
        transform: rotate(45deg); }
      .checkout-cart-index .cart-container .actions .action.clear span.icon-clear::after {
        transform: rotate(-45deg); }
  .checkout-cart-index .cart-container .actions .action.update {
    margin-right: 1rem; }
    .checkout-cart-index .cart-container .actions .action.update::before {
      display: none; }
    .checkout-cart-index .cart-container .actions .action.update:hover span.icon-update {
      background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.652%2034.652%22%20style%3D%22enable-background%3Anew%200%200%2034.652%2034.652%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M15.529%2C32.855C6.966%2C32.855%2C0%2C25.889%2C0%2C17.326C0%2C8.763%2C6.966%2C1.797%2C15.529%2C1.797%20%20%20%20c8.563%2C0%2C15.529%2C6.967%2C15.529%2C15.529c0%2C0.49-0.397%2C0.888-0.888%2C0.888c-0.49%2C0-0.888-0.397-0.888-0.888%20%20%20%20c0-7.584-6.17-13.755-13.754-13.755c-7.585%2C0-13.755%2C6.171-13.755%2C13.755c0%2C7.584%2C6.17%2C13.754%2C13.755%2C13.754%20%20%20%20c4.852%2C0%2C9.397-2.601%2C11.862-6.787c0.249-0.423%2C0.793-0.562%2C1.215-0.314c0.422%2C0.248%2C0.562%2C0.792%2C0.315%2C1.215%20%20%20%20C26.139%2C29.919%2C21.007%2C32.855%2C15.529%2C32.855z%22%20fill%3D%22%230147AB%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M30.17%2C18.214c-0.153%2C0-0.309-0.04-0.45-0.123l-5.561-3.284c-0.422-0.249-0.562-0.793-0.313-1.215%20%20%20%20c0.25-0.422%2C0.794-0.562%2C1.216-0.312l4.852%2C2.865l3.123-4.473c0.281-0.402%2C0.834-0.5%2C1.235-0.22c0.402%2C0.28%2C0.5%2C0.833%2C0.22%2C1.235%20%20%20%20l-3.594%2C5.146C30.726%2C18.08%2C30.451%2C18.214%2C30.17%2C18.214z%22%20fill%3D%22%230147AB%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A); }
    .checkout-cart-index .cart-container .actions .action.update span.icon-update {
      background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034.652%2034.652%22%20style%3D%22enable-background%3Anew%200%200%2034.652%2034.652%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M15.529%2C32.855C6.966%2C32.855%2C0%2C25.889%2C0%2C17.326C0%2C8.763%2C6.966%2C1.797%2C15.529%2C1.797%20%20%20%20c8.563%2C0%2C15.529%2C6.967%2C15.529%2C15.529c0%2C0.49-0.397%2C0.888-0.888%2C0.888c-0.49%2C0-0.888-0.397-0.888-0.888%20%20%20%20c0-7.584-6.17-13.755-13.754-13.755c-7.585%2C0-13.755%2C6.171-13.755%2C13.755c0%2C7.584%2C6.17%2C13.754%2C13.755%2C13.754%20%20%20%20c4.852%2C0%2C9.397-2.601%2C11.862-6.787c0.249-0.423%2C0.793-0.562%2C1.215-0.314c0.422%2C0.248%2C0.562%2C0.792%2C0.315%2C1.215%20%20%20%20C26.139%2C29.919%2C21.007%2C32.855%2C15.529%2C32.855z%22%20fill%3D%22%2307254b%22/%3E%0A%09%3C/g%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M30.17%2C18.214c-0.153%2C0-0.309-0.04-0.45-0.123l-5.561-3.284c-0.422-0.249-0.562-0.793-0.313-1.215%20%20%20%20c0.25-0.422%2C0.794-0.562%2C1.216-0.312l4.852%2C2.865l3.123-4.473c0.281-0.402%2C0.834-0.5%2C1.235-0.22c0.402%2C0.28%2C0.5%2C0.833%2C0.22%2C1.235%20%20%20%20l-3.594%2C5.146C30.726%2C18.08%2C30.451%2C18.214%2C30.17%2C18.214z%22%20fill%3D%22%2307254b%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A);
      width: 20px;
      height: 20px;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: 20px;
      margin-right: 0.375rem;
      position: relative;
      top: 3px; }
  .checkout-cart-index .cart-container .actions .action.continue {
    float: none;
    margin-top: 0.75rem; }
    .checkout-cart-index .cart-container .actions .action.continue::before {
      display: none; }
    .checkout-cart-index .cart-container .actions .action.continue:hover span.icon-continue {
      background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20459.529%20459.529%22%20style%3D%22enable-background%3Anew%200%200%20459.529%20459.529%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M17%2C55.231h48.733l69.417%2C251.033c1.983%2C7.367%2C8.783%2C12.467%2C16.433%2C12.467h213.35c6.8%2C0%2C12.75-3.967%2C15.583-10.2%20%20%20%20l77.633-178.5c2.267-5.383%2C1.7-11.333-1.417-16.15c-3.117-4.817-8.5-7.65-14.167-7.65H206.833c-9.35%2C0-17%2C7.65-17%2C17%20%20%20%20s7.65%2C17%2C17%2C17H416.5l-62.9%2C144.5H164.333L94.917%2C33.698c-1.983-7.367-8.783-12.467-16.433-12.467H17c-9.35%2C0-17%2C7.65-17%2C17%20%20%20%20S7.65%2C55.231%2C17%2C55.231z%22%20fill%3D%22%230147AB%22/%3E%0A%09%09%3Cpath%20d%3D%22M135.433%2C438.298c21.25%2C0%2C38.533-17.283%2C38.533-38.533s-17.283-38.533-38.533-38.533S96.9%2C378.514%2C96.9%2C399.764%20%20%20%20S114.183%2C438.298%2C135.433%2C438.298z%22%20fill%3D%22%230147AB%22/%3E%0A%09%09%3Cpath%20d%3D%22M376.267%2C438.298c0.85%2C0%2C1.983%2C0%2C2.833%2C0c10.2-0.85%2C19.55-5.383%2C26.35-13.317c6.8-7.65%2C9.917-17.567%2C9.35-28.05%20%20%20%20c-1.417-20.967-19.833-37.117-41.083-35.7c-21.25%2C1.417-37.117%2C20.117-35.7%2C41.083%20%20%20%20C339.433%2C422.431%2C356.15%2C438.298%2C376.267%2C438.298z%22%20fill%3D%22%230147AB%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E); }
    .checkout-cart-index .cart-container .actions .action.continue span.icon-continue {
      background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20459.529%20459.529%22%20style%3D%22enable-background%3Anew%200%200%20459.529%20459.529%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M17%2C55.231h48.733l69.417%2C251.033c1.983%2C7.367%2C8.783%2C12.467%2C16.433%2C12.467h213.35c6.8%2C0%2C12.75-3.967%2C15.583-10.2%20%20%20%20l77.633-178.5c2.267-5.383%2C1.7-11.333-1.417-16.15c-3.117-4.817-8.5-7.65-14.167-7.65H206.833c-9.35%2C0-17%2C7.65-17%2C17%20%20%20%20s7.65%2C17%2C17%2C17H416.5l-62.9%2C144.5H164.333L94.917%2C33.698c-1.983-7.367-8.783-12.467-16.433-12.467H17c-9.35%2C0-17%2C7.65-17%2C17%20%20%20%20S7.65%2C55.231%2C17%2C55.231z%22%20fill%3D%22%2308244b%22/%3E%0A%09%09%3Cpath%20d%3D%22M135.433%2C438.298c21.25%2C0%2C38.533-17.283%2C38.533-38.533s-17.283-38.533-38.533-38.533S96.9%2C378.514%2C96.9%2C399.764%20%20%20%20S114.183%2C438.298%2C135.433%2C438.298z%22%20fill%3D%22%2308244b%22/%3E%0A%09%09%3Cpath%20d%3D%22M376.267%2C438.298c0.85%2C0%2C1.983%2C0%2C2.833%2C0c10.2-0.85%2C19.55-5.383%2C26.35-13.317c6.8-7.65%2C9.917-17.567%2C9.35-28.05%20%20%20%20c-1.417-20.967-19.833-37.117-41.083-35.7c-21.25%2C1.417-37.117%2C20.117-35.7%2C41.083%20%20%20%20C339.433%2C422.431%2C356.15%2C438.298%2C376.267%2C438.298z%22%20fill%3D%22%2308244b%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E%0A);
      width: 20px;
      height: 20px;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: 20px;
      margin-right: 0.375rem;
      position: relative;
      top: 3px; }

.checkout-cart-index .cart-container .cart-summary {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column; }
  .checkout-cart-index .cart-container .cart-summary .cart-totals {
    width: 100%;
    padding: 0;
    border: none; }
    .checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals {
      width: 100%; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .mark {
        text-align: left;
        color: #0147AB;
        font-size: 1rem;
        font-weight: 600;
        width: 100%;
        padding: 0 0.625rem 1.875rem 1.25rem; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .amount {
        text-align: right;
        color: #09244A;
        font-size: 1rem;
        font-weight: 600;
        padding: 0 1.25rem 1.875rem 0.625rem; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .grand .amount,.checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .grand .mark {
        border-top: 2px solid #edeced;
        border-bottom: 2px solid #edeced;
        padding: 1.875rem 1.25rem; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals .table.totals .grand .mark {
        font-size: 1.5rem;
        color: #09244A; }
  .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper {
    width: 100%;
    margin-bottom: 1.875rem; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount,.checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping {
      display: block;
      background: white;
      background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
      padding: 1.25rem;
      margin-bottom: 1rem;
      outline: none; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset,.checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset {
        margin: 0; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .shipping-title {
      font-weight: 600;
      font-size: 1.125rem;
      color: #09244A;
      margin-bottom: 0.625rem; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .note {
      font-size: 1rem;
      margin: 1.25rem 0 0; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field {
      margin-bottom: 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-direction: column;
          flex-direction: column; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field::after,.checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field::before {
        display: none; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field.note {
        font-size: 1rem;
        margin: 0 0 1.25rem; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field .label {
        color: #0147AB;
        font-weight: 600;
        font-size: 1rem;
        width: 100%;
        margin: 0;
        line-height: 2.8125rem; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field .control {
        width: 100%; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field .control .message.warning {
          font-size: 1rem; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .item-title {
      font-weight: 600;
      font-size: 1rem;
      color: #09244A;
      margin: 1.25rem 0 0.625rem; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .field {
      margin-bottom: 0.375rem;
      display: inline-block;
      width: 100%; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .field .label {
        line-height: 2rem; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .myshipping-save label:first-child {
      display: none; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .myshipping-save .control {
      width: 100%; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .myshipping-save .control .choice {
        position: relative; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .myshipping-save .control .choice input[type=checkbox] {
          display: none; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .myshipping-save .control .choice input[type=checkbox] + label:before {
          content: '';
          position: absolute;
          top: 5px;
          left: 5px;
          width: 20px;
          height: 20px;
          border: 1px solid #DBDBDB;
          box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
          background: #fff;
          border-radius: 20%; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .myshipping-save .control .choice input[type=checkbox]:checked + label:after {
          position: absolute;
          top: 5px;
          left: 5px;
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 70% 70%; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset.rate .myshipping-save .control .choice label span {
          padding-left: 2.1875rem; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping input[type=radio] {
      visibility: hidden;
      margin-right: -1rem; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping input[type=radio] + label {
      position: relative;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 1.875rem;
      font-style: normal;
      cursor: pointer; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping input[type=radio] + label:before {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #DBDBDB;
        box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
        border-radius: 50%;
        background: #fff; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping input[type=radio]:checked + label {
      position: relative; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping input[type=radio]:checked + label:after {
        position: absolute;
        top: 3px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 1em;
        background: #09244A;
        content: ''; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset.applied #coupon_code {
        max-width: 200px !important; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset .field {
        margin: 0 0 1.25rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset .field .label {
          color: #0147AB;
          font-weight: 600;
          font-size: 1rem;
          margin: 0 0.625rem 0 0;
          line-height: 1.875rem; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset .actions-toolbar .primary button.action {
        font-size: 1rem;
        margin: 0; }

.checkout-index-index .opc-progress-bar {
  padding: 1.875rem 0;
  width: 100%;
  margin: 0; }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item {
    width: auto;
    margin-right: 1.875rem;
    padding-right: 1.875rem;
    border-right: 1px solid #edeced; }
    .checkout-index-index .opc-progress-bar .opc-progress-bar-item:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
    .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span {
      color: #09244A; }
      .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span::before {
        border: 2px solid #3736FE; }
      .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span::after {
        font-size: 2.25rem;
        color: #09244A;
        margin: -0.125rem 0 0 -0.1875rem; }
    .checkout-index-index .opc-progress-bar .opc-progress-bar-item:before {
      display: none; }
    .checkout-index-index .opc-progress-bar .opc-progress-bar-item span {
      padding: 0 0 0 2.5rem;
      font-size: 1.25rem;
      color: #edeced;
      font-weight: 600;
      text-align: left;
      line-height: 2.5rem; }
      .checkout-index-index .opc-progress-bar .opc-progress-bar-item span::after,.checkout-index-index .opc-progress-bar .opc-progress-bar-item span::before {
        width: 30px;
        height: 30px;
        left: 0;
        margin: 0;
        top: 5px;
        border: 2px solid #edeced;
        background: #fff;
        text-align: center;
        line-height: normal; }
      .checkout-index-index .opc-progress-bar .opc-progress-bar-item span::after {
        color: #edeced;
        border: none;
        background: none;
        font-size: 2.25rem;
        margin: -0.125rem 0 0 -0.1875rem;
        content: '\e610';
        font-family: 'icons-blank-theme'; }

.checkout-index-index .page-wrapper .page-main {
  width: 100%;
  padding: unset; }
  .checkout-index-index .page-wrapper .page-main .columns .column {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 0 1.25rem; }

.checkout-index-index .checkout-container .checkout-agreements-items .checkout-agreements-item-title,.checkout-index-index .checkout-container .opc-block-shipping-information .shipping-information-title,.checkout-index-index .checkout-container .opc-block-summary > .title,.checkout-index-index .checkout-container .opc-wrapper .step-title {
  border-bottom: 1px solid #edeced;
  width: 100%;
  display: inline-block;
  margin: 0 0 1.25rem;
  padding: 0 0 1.25rem;
  color: #09244A;
  font-weight: 600;
  font-size: 1.375rem; }

.checkout-index-index .checkout-container .action-select-shipping-item {
  float: left; }

.checkout-index-index .checkout-container .shipping-address-item.selected-item {
  border-color: #3736FE; }
  .checkout-index-index .checkout-container .shipping-address-item.selected-item::after {
    background: #3736FE; }

.checkout-index-index .checkout-container .table-checkout-shipping-method {
  width: 100%;
  max-width: 100%; }
  .checkout-index-index .checkout-container .table-checkout-shipping-method tbody td {
    padding: 0.625rem 0;
    border: none;
    font-size: 1rem; }
    .checkout-index-index .checkout-container .table-checkout-shipping-method tbody td .label {
      display: inline-block;
      position: relative;
      text-indent: -999em; }
    .checkout-index-index .checkout-container .table-checkout-shipping-method tbody td input[type=radio] {
      visibility: hidden;
      margin-right: -1rem;
      display: none; }
    .checkout-index-index .checkout-container .table-checkout-shipping-method tbody td input[type=radio] + label {
      position: relative;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 1.875rem;
      font-style: normal;
      cursor: pointer;
      top: 0; }
      .checkout-index-index .checkout-container .table-checkout-shipping-method tbody td input[type=radio] + label:before {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #DBDBDB;
        box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
        border-radius: 50%;
        background: #fff; }
    .checkout-index-index .checkout-container .table-checkout-shipping-method tbody td input[type=radio]:checked + label {
      position: relative; }
      .checkout-index-index .checkout-container .table-checkout-shipping-method tbody td input[type=radio]:checked + label:after {
        position: absolute;
        top: 3px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 1em;
        background: #09244A;
        content: ''; }
  .checkout-index-index .checkout-container .table-checkout-shipping-method tbody td.col-price#label_method_new_myshipping {
    visibility: hidden; }
  .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
    margin: 0.9375rem 0 0.9375rem -1.875rem; }
    .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .myshipping-info p {
      margin-bottom: auto; }
    .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: baseline;
          align-items: baseline;
      margin: 0.3125rem 0 0 -0.3125rem; }
      .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field input:not([type='radio']):not([type='checkbox']),.checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field select:not([type='radio']):not([type='text']) {
        transition: none; }
      .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field label {
        text-indent: unset;
        padding: 0.375rem 0.9375rem 0 0;
        text-align: left;
        width: 87%;
        box-sizing: border-box;
        margin-bottom: 0.3125rem; }
        .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field label span {
          font-weight: 400;
          font-size: 1rem; }
      .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field .control .choice {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        position: relative; }
        .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field .control .choice input[type=checkbox] {
          display: none; }
        .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field .control .choice input[type=checkbox] + label:before {
          content: '';
          position: absolute;
          top: 5px;
          left: 5px;
          width: 20px;
          height: 20px;
          border: 1px solid #DBDBDB;
          box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
          background: #fff;
          border-radius: 20%; }
        .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field .control .choice input[type=checkbox]:checked + label:after {
          position: absolute;
          top: 5px;
          left: 5px;
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 70% 70%; }
        .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field .control .choice label span {
          padding-left: 2.1875rem; }
    .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field.myshipping-save label:first-child {
      display: none; }

.checkout-index-index .checkout-container .actions-toolbar {
  margin: 1.25rem 0 0 !important; }
  .checkout-index-index .checkout-container .actions-toolbar .primary {
    float: left; }
    .checkout-index-index .checkout-container .actions-toolbar .primary .action.primary {
      min-width: 200px;
      line-height: inherit; }
    .checkout-index-index .checkout-container .actions-toolbar .primary .action.action-apply,.checkout-index-index .checkout-container .actions-toolbar .primary .action.action-update {
      line-height: inherit; }
    .checkout-index-index .checkout-container .actions-toolbar .primary .action.action-cancel {
      line-height: inherit;
      text-align: center;
      border-radius: 6px;
      background: #fff;
      box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
      border: 1px solid #edeced;
      margin: 0 0.625rem 0 0;
      padding: 0.875rem 1.25rem;
      cursor: pointer;
      color: #565A5F;
      text-decoration: none;
      font-weight: 600; }

.checkout-index-index .checkout-container .opc-sidebar {
  outline: none; }

.checkout-index-index .checkout-container .opc-estimated-wrapper {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #edeced; }
  .checkout-index-index .checkout-container .opc-estimated-wrapper .estimated-block {
    color: #0147AB;
    font-size: 1rem;
    font-weight: 600; }
  .checkout-index-index .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    padding: 0.3125rem 0.9375rem;
    text-align: center;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #edeced; }
    .checkout-index-index .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
      background: #3736FE; }

.checkout-index-index .checkout-container .opc-block-shipping-information {
  padding: 0; }
  .checkout-index-index .checkout-container .opc-block-shipping-information .shipping-information {
    background: white;
    background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
    padding: 1.25rem; }
  .checkout-index-index .checkout-container .opc-block-shipping-information .shipping-information-title .action-edit {
    top: -5px; }

.checkout-index-index .checkout-container .opc-block-summary {
  background: white;
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
  padding: 1.25rem; }
  .checkout-index-index .checkout-container .opc-block-summary .table.table-totals {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 1.875rem; }
    .checkout-index-index .checkout-container .opc-block-summary .table.table-totals .mark {
      text-align: left; }
  .checkout-index-index .checkout-container .opc-block-summary .items-in-cart > .title {
    outline: none; }
    .checkout-index-index .checkout-container .opc-block-summary .items-in-cart > .title strong {
      color: #0147AB;
      font-size: 1rem;
      font-weight: 600; }
  .checkout-index-index .checkout-container .opc-block-summary .items-in-cart .minicart-items .product-image-wrapper img {
    max-width: 100%;
    height: auto; }
  .checkout-index-index .checkout-container .opc-block-summary .items-in-cart .minicart-items .product-item-name {
    font-size: 1rem; }
  .checkout-index-index .checkout-container .opc-block-summary .items-in-cart .minicart-items .product-item-details .details-qty {
    font-size: 1rem; }
  .checkout-index-index .checkout-container .opc-block-summary .items-in-cart .minicart-items .price {
    font-size: 1.125rem;
    font-weight: 600; }

.checkout-index-index .modal-popup._inner-scroll {
  z-index: 1000 !important; }

.checkout-index-index .modals-overlay {
  z-index: 999 !important; }

.checkout-index-index .modal-popup .modal-title {
  font-size: 1.5rem;
  color: #09244A;
  font-weight: 600; }

.checkout-index-index .modal-popup .modal-content,.checkout-index-index .modal-popup .modal-footer,.checkout-index-index .modal-popup .modal-header {
  padding-left: 2rem;
  padding-right: 2rem; }

.checkout-index-index .modal-popup .modal-header .action-close {
  cursor: pointer;
  outline: none; }

.checkout-index-index .modal-popup .modal-footer {
  padding-top: 1rem;
  padding-bottom: 2rem; }
  .checkout-index-index .modal-popup .modal-footer .action {
    margin-bottom: 0.625rem;
    width: 150px; }

.checkout-index-index .modal-popup input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.checkout-index-index .modal-popup select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.checkout-index-index .modal-popup textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  border: 1px solid #DBDBDB;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #565a5f;
  padding: 0.625rem;
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease-out;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
  outline: none; }
  .checkout-index-index .modal-popup input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,.checkout-index-index .modal-popup select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,.checkout-index-index .modal-popup textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
    border: 1px solid #1583ff;
    box-shadow: inset 0px 0px 0px 1px #1583ff, 0 2px 3px 0px rgba(0, 0, 0, 0.08);
    outline: none; }

.checkout-index-index .modal-popup select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-appearance: none;
  padding-right: 2.8125rem !important;
  background-image: url(../images/select-arrow.jpg);
  background-position: top 13px right 15px;
  background-repeat: no-repeat; }

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-action {
  margin: 0.3125rem 0.625rem 0 0; }

.checkout-index-index .modal-popup .field-error {
  font-size: 1rem; }

.checkout-index-index .modal-popup .fieldset {
  margin: 0; }
  .checkout-index-index .modal-popup .fieldset .field {
    width: 100%;
    margin-bottom: 1.25rem; }
    .checkout-index-index .modal-popup .fieldset .field .label {
      width: 100%;
      display: block;
      font-weight: 600;
      padding: 0 0 .75em 0;
      font-size: 1rem;
      color: #0147a8;
      text-align: left; }
      .checkout-index-index .modal-popup .fieldset .field .label::after {
        display: none; }
    .checkout-index-index .modal-popup .fieldset .field .control {
      width: 100%; }
    .checkout-index-index .modal-popup .fieldset .field._error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.checkout-index-index .modal-popup .fieldset .field._error select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.checkout-index-index .modal-popup .fieldset .field._error textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
      border: 1px solid #3736FE;
      box-shadow: inset 0px 0px 0px 1px #3736FE, 0 2px 3px 0px rgba(0, 0, 0, 0.08);
      outline: none; }
    .checkout-index-index .modal-popup .fieldset .field.choice::before {
      display: none; }
    .checkout-index-index .modal-popup .fieldset .field.choice .label {
      width: auto;
      display: inline-block;
      font-weight: 400;
      color: #565A5F;
      padding: 0;
      line-height: 1.375rem;
      position: relative; }
    .checkout-index-index .modal-popup .fieldset .field.choice input[type=checkbox] {
      visibility: hidden;
      margin-right: -1rem; }
    .checkout-index-index .modal-popup .fieldset .field.choice input[type=checkbox] + label {
      padding-left: 1.875rem;
      cursor: pointer; }
      .checkout-index-index .modal-popup .fieldset .field.choice input[type=checkbox] + label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #DBDBDB;
        box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
        background: #fff; }
    .checkout-index-index .modal-popup .fieldset .field.choice input[type=checkbox]:checked + label::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 70% 70%; }

.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
  color: #0147AB;
  font-size: 1rem;
  font-weight: 600; }

.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block label {
  width: auto;
  display: inline-block;
  font-weight: 400;
  color: #565A5F;
  padding: 0;
  line-height: 1.375rem;
  position: relative; }

.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox] {
  visibility: hidden;
  margin-right: -1rem; }

.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox] + label {
  padding-left: 1.875rem;
  cursor: pointer; }
  .checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox] + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #DBDBDB;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
    background: #fff; }

.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox]:checked + label::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%; }

.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
  padding: 0.625rem 0 0 0; }

.checkout-index-index .checkout-payment-method .payment-method-content .payment-method-content {
  padding: 0;
  display: inline-block; }

.checkout-index-index .checkout-payment-method .payment-method-content .fieldset {
  margin: 0; }
  .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .label {
    width: 100%;
    display: block;
    font-weight: 600;
    padding: 0 0 .75em 0;
    font-size: 1rem;
    color: #0147a8;
    text-align: left; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .label::after {
      display: none; }
  .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .control {
    width: 100%;
    margin: 0; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .control .field-tooltip {
      right: 10px;
      top: 5px; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .control::before {
      display: none; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .control .label {
      width: auto;
      display: inline-block;
      font-weight: 400;
      color: #565A5F;
      padding: 0;
      line-height: 1.375rem;
      position: relative; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .control input[type=checkbox] {
      visibility: hidden;
      margin-right: -1rem; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .control input[type=checkbox] + label {
      padding-left: 1.875rem;
      cursor: pointer; }
      .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .control input[type=checkbox] + label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #DBDBDB;
        box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
        background: #fff; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .control input[type=checkbox]:checked + label::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 70% 70%; }
  .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.25rem; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field.cvv .control {
      padding: 0; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field.type .control {
      margin: 0; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field .label {
      width: 100%;
      display: block;
      font-weight: 600;
      padding: 0 0 .75em 0;
      font-size: 1rem;
      color: #0147a8;
      text-align: left; }
      .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field .label::after {
        display: none; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field .control {
      width: 100%; }
      .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field .control .field-tooltip {
        right: 10px;
        top: 5px; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field.choice::before {
      display: none; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field.choice .label {
      width: auto;
      display: inline-block;
      font-weight: 400;
      color: #565A5F;
      padding: 0;
      line-height: 1.375rem;
      position: relative; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field.choice input[type=checkbox] {
      visibility: hidden;
      margin-right: -1rem; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field.choice input[type=checkbox] + label {
      padding-left: 1.875rem;
      cursor: pointer; }
      .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field.choice input[type=checkbox] + label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #DBDBDB;
        box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
        background: #fff; }
    .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field.choice input[type=checkbox]:checked + label::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 70% 70%; }

.checkout-onepage-success .page-wrapper .page-title-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }
  .checkout-onepage-success .page-wrapper .page-title-wrapper .page-title {
    text-align: center;
    width: 100%;
    font-size: 2rem; }

.checkout-onepage-success .checkout-success {
  width: 100%;
  padding: 3.75rem 0;
  text-align: center;
  font-size: 1rem; }
  .checkout-onepage-success .checkout-success .icon {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%2026%2026%22%20enable-background%3D%22new%200%200%2026%2026%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%20%20%3Cpath%20d%3D%22m.3%2C14c-0.2-0.2-0.3-0.5-0.3-0.7s0.1-0.5%200.3-0.7l1.4-1.4c0.4-0.4%201-0.4%201.4%2C0l.1%2C.1%205.5%2C5.9c0.2%2C0.2%200.5%2C0.2%200.7%2C0l13.4-13.9h0.1v-8.88178e-16c0.4-0.4%201-0.4%201.4%2C0l1.4%2C1.4c0.4%2C0.4%200.4%2C1%200%2C1.4l0%2C0-16%2C16.6c-0.2%2C0.2-0.4%2C0.3-0.7%2C0.3-0.3%2C0-0.5-0.1-0.7-0.3l-7.8-8.4-.2-.3z%22%20fill%3D%22%2309244a%22/%3E%0A%3C/svg%3E);
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px;
    border: 2px solid #09244A;
    border-radius: 50%;
    margin-bottom: 1.25rem; }
  .checkout-onepage-success .checkout-success .title {
    color: #09244A;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0.3125rem 0;
    width: 100%;
    display: block; }
  .checkout-onepage-success .checkout-success .actions-toolbar {
    text-align: center; }
    .checkout-onepage-success .checkout-success .actions-toolbar .primary {
      float: none; }

.checkout-onepage-success #registration {
  width: 100%;
  padding: 0 0 3.75rem;
  text-align: center;
  font-size: 1rem; }

.page-no-products.amasty_xlanding-page-view .page-main .columns {
  display: none; }

.amasty_xlanding-page-view .two-column-with-image-layout .image-block .image {
  max-width: 100%; }

.page-with-filter.amasty_xlanding-page-view #maincontent {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #FBFBFB; }

.page-with-filter.amasty_xlanding-page-view .default-header {
  background: white;
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
  width: 100%;
  display: inline-block;
  padding-bottom: 1.875rem; }
  .page-with-filter.amasty_xlanding-page-view .default-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .page-with-filter.amasty_xlanding-page-view .default-header .image-block {
    background: #fff;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    height: 320px !important;
    max-width: 100%;
    position: relative;
    margin-bottom: 1.875rem; }
    .page-with-filter.amasty_xlanding-page-view .default-header .image-block .image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: auto;
      max-width: 400px;
      max-height: 90%; }
  .page-with-filter.amasty_xlanding-page-view .default-header .content-block {
    width: 100%;
    padding: 0 0.625rem; }
    .page-with-filter.amasty_xlanding-page-view .default-header .content-block h1 {
      display: block;
      margin: 0 0 0.9375rem;
      font-size: 1.625rem;
      font-weight: 700;
      color: #09244A;
      line-height: 1.2; }
    .page-with-filter.amasty_xlanding-page-view .default-header .content-block h2 {
      display: block;
      margin: 0 0 0.9375rem;
      font-size: 1rem;
      font-weight: 500;
      color: #09244A; }
    .page-with-filter.amasty_xlanding-page-view .default-header .content-block p {
      width: 100%;
      font-size: 1rem;
      line-height: 1.5;
      margin: 0 0 0.625rem; }
    .page-with-filter.amasty_xlanding-page-view .default-header .content-block .button {
      color: #fff;
      margin-right: 1rem; }
      .page-with-filter.amasty_xlanding-page-view .default-header .content-block .button:hover {
        color: #fff; }

.page-with-filter.amasty_xlanding-page-view .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-top: 0;
  margin-bottom: 2.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 1.25rem;
  width: 100%;
  max-width: 1340px; }
  .page-with-filter.amasty_xlanding-page-view .columns .column.main {
    padding: 0;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-positive: initial;
        flex-grow: initial; }
    .page-with-filter.amasty_xlanding-page-view .columns .column.main .block-title,.page-with-filter.amasty_xlanding-page-view .columns .column.main .category-view {
      display: none; }
    .page-with-filter.amasty_xlanding-page-view .columns .column.main .sorter-label {
      color: #09244A;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.1875rem; }
    .page-with-filter.amasty_xlanding-page-view .columns .column.main select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.1875rem;
      outline: none; }
    .page-with-filter.amasty_xlanding-page-view .columns .column.main select:focus {
      outline: none; }
    .page-with-filter.amasty_xlanding-page-view .columns .column.main .sorter-options {
      width: 260px;
      padding: 0.9375rem; }
  .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-positive: initial;
        flex-grow: initial;
    padding: 0.9375rem 0 0; }
    .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-title {
      margin-bottom: 2.0625rem; }
    .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .amshopby-filter-current .amshopby-item.item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
    .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .amshopby-filter-current .amshopby-remove {
      color: #09244A; }
      .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .amshopby-filter-current .amshopby-remove::after,.page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .amshopby-filter-current .amshopby-remove::before {
        background: #09244A; }
    .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .amshopby-filter-current .amshopby-items {
      padding: 0; }
    .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .amshopby-filter-current .amshopby-filter-name {
      margin-bottom: 0.3125rem;
      color: #09244A;
      font-size: 1rem;
      font-weight: 700;
      line-height: 0.9375rem; }
    .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .amshopby-filter-current .amshopby-filter-value {
      color: #09244A;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.1875rem; }
    .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .block-title strong {
      color: #09244A;
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.1875rem; }
    .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .block-subtitle {
      display: none; }
    .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-title {
      position: relative;
      margin-bottom: 1.25rem;
      padding: 1rem 1.25rem 1rem 1rem;
      color: #09244A;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.1875rem;
      border-radius: 3px;
      background-color: #fff;
      box-shadow: 0 -1px 4px 2px #EEEEEE;
      word-break: break-word;
      cursor: pointer; }
      .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-title::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        border-color: #09244a transparent transparent transparent;
        content: ''; }
    .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-content {
      display: none;
      padding: 0 0.75rem 1.25rem 0.75rem;
      margin-bottom: 0.3125rem; }
      .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-content .item {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0.625rem; }
      .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-content a {
        position: relative;
        display: block;
        padding-left: 1.5625rem;
        text-decoration: none; }
        .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-content a:before {
          height: 19px;
          width: 19px;
          position: absolute;
          top: 7px;
          left: 0;
          content: '';
          border-radius: 1em;
          background: #fff;
          border: 1px solid navy; }
        .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-content a.amshopby-link-selected:after {
          height: 19px;
          width: 19px;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          border-radius: 1em;
          background: #09244A;
          border: 1px solid navy; }
      .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-content input[type=radio] {
        width: 0;
        height: 0;
        opacity: 0; }
      .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-content .count,.page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-content .label {
        color: #09244A;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.1875rem; }
  .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .tabbed-content {
    width: 100%;
    background: #eee;
    margin-bottom: 2.5rem; }
  .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .product-items {
    padding: 0 1.25rem 0;
    margin: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item {
    width: 100%;
    margin: 0 auto 1.875rem;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding-bottom: 5rem;
    transition: ease all 0.7s 0s;
    box-shadow: 0 2px 4px 3px #EEEEEE; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item:hover {
      box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08); }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item:hover .post-title a {
        color: #891733; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item:hover .thumbnail-wrapper::after {
        background: rgba(255, 255, 255, 0.9); }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item:hover .quick-view {
        top: 50%;
        opacity: 1;
        visibility: visible;
        transform: translateY(-10px) translateX(-50%);
        transition: opacity .3s 0s,visibility .3s 0s,transform .3s 0s; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .operator-type {
      font-weight: 600;
      font-size: 1rem;
      color: #09244A; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions {
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      border: none;
      border-top: 1px solid #fff !important; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .request-a-quote {
        padding: 0.9375rem 1.25rem;
        color: #3736FE;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.1875rem;
        white-space: nowrap;
        transition: ease all 0.4s 0s; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .request-a-quote:hover {
          color: #891733; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .link {
        position: relative;
        padding: 0.9375rem 1.25rem;
        color: #3736FE;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.1875rem;
        white-space: nowrap;
        transition: ease all 0.4s 0s; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .link::after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          width: 1px;
          height: 22.2px;
          background: #09244A;
          content: ''; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .link:hover {
          color: #891733; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .link:last-child {
          border: none; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions form .tocart {
        width: 100%;
        padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
        background: #fff;
        color: #3736FE;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.1875rem;
        transition: ease all 0.4s 0s; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions form .tocart:hover {
          color: #891733; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .quick-view {
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      font-size: 1rem;
      color: #3736FE;
      background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%2080.502%2080.502%22%20style%3D%22enable-background%3Anew%200%200%2080.502%2080.502%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20d%3D%22M80.502%2C74.658L58.688%2C52.742c4.193-5.524%2C6.691-12.416%2C6.691-19.885c0-18.104-14.664-32.84-32.69-32.84%20%20%20%20%20S0%2C14.753%2C0%2C32.857c0%2C18.111%2C14.664%2C32.848%2C32.689%2C32.848c7.643%2C0%2C14.674-2.655%2C20.247-7.088l21.768%2C21.867L80.502%2C74.658z%20%20%20%20%20%20M32.689%2C58.312c-13.967%2C0-25.332-11.419-25.332-25.455c0-14.027%2C11.365-25.446%2C25.332-25.446%20%20%20%20%20c13.968%2C0%2C25.333%2C11.419%2C25.333%2C25.446C58.021%2C46.894%2C46.657%2C58.312%2C32.689%2C58.312z%22%20fill%3D%22%23A32136%22/%3E%0A%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 12px;
      background-position: left center;
      padding-left: 1rem;
      cursor: pointer;
      text-decoration: none;
      opacity: 0;
      transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
      visibility: hidden;
      font-weight: 500;
      z-index: 99; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .quick-view:hover {
        color: #504FFF; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .thumbnail-wrapper {
      position: relative;
      overflow: hidden; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .thumbnail-wrapper::after {
        position: absolute;
        z-index: 8;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0);
        content: '';
        transition: ease all 0.4s 0s; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .thumbnail-wrapper .product-link {
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        left: 0;
        z-index: 10; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .thumbnail {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 205px;
      overflow: hidden;
      border-radius: 10px 10px 0 0;
      text-align: center; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .thumbnail img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        margin: auto; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .thumbnail .no-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .product-information .attribute-item {
      margin-bottom: 0.625rem; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .product-information .item-label {
      color: #09244A;
      font-size: 1.0625rem;
      font-weight: 600;
      line-height: 1.1875rem; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .product-information .item-value {
      color: #09244A;
      font-size: 1.0625rem;
      line-height: 1.1875rem; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .product-sku {
      margin-top: 1.75rem;
      font-size: 1.0625rem;
      font-weight: 700;
      line-height: 1.375rem; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .product-sku .sku-title {
        word-break: break-word; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .content-info {
      padding: 1.5625rem 1.25rem 0.3125rem;
      width: 100%;
      position: relative; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .post-title {
      font-size: 1.125rem;
      color: #09244A;
      font-weight: 600;
      margin-bottom: 0.625rem; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .post-title a {
        color: #09244A;
        text-decoration: none; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-excerpt {
      font-size: 1rem;
      line-height: 1.7; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions {
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 14px;
      left: 0; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions a {
        text-decoration: none;
        font-weight: 300;
        font-size: 1rem;
        color: #565A5F; }
  .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .toolbar-products {
    margin: 0 0 1.25rem;
    text-align: center; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .toolbar-products .pages {
      float: none; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .toolbar-products .limiter {
      display: none; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .toolbar-products .toolbar-sorter {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .toolbar-products .sorter-action {
      display: none; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .toolbar-products .sorter-label {
      padding: 0.625rem; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .toolbar-products .sorter-options {
      width: 260px; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .toolbar-products .sorter-action::before {
      color: #09244A;
      line-height: 2.625rem; }
  .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .products.wrapper {
    margin-top: 1rem; }
  .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .products-grid ~ .toolbar-products .toolbar-sorter {
    display: none; }
  .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li {
      text-align: center;
      font-size: 1.125rem;
      display: inline-block;
      color: #565A5F;
      text-decoration: none;
      border: 1px solid transparent; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li:hover a,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li:hover a {
        color: #3736FE; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.active,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.current,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.active,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.current {
        color: #09244A;
        width: 34px;
        line-height: 1.1875rem;
        display: inline-block;
        font-size: 1.125rem;
        font-weight: 400; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.active a,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.current a,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.active a,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.current a {
          color: #3736FE; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.active strong.page,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.current strong.page,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.active strong.page,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.current strong.page {
          width: 34px;
          height: 34px;
          color: #3736FE;
          font-size: 1rem;
          padding: 0;
          font-weight: 400;
          line-height: 1.1875rem; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li a,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li a {
        width: 34px;
        height: 34px;
        line-height: 2.25rem;
        display: inline-block;
        color: #09244A;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.1875rem;
        cursor: pointer;
        transition: ease all 0.4s 0s; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.previous,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.previous {
        margin-right: 0.625rem; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.next,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.next {
        margin-left: 0.625rem; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.pages-item-previous,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.pages-item-previous {
        position: relative; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.pages-item-previous .previous,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.pages-item-previous .previous {
          border: none;
          margin: 0; }
          .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.pages-item-previous .previous:before,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.pages-item-previous .previous:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            content: '';
            width: 0;
            height: 0;
            margin-top: 0.125rem;
            border-style: solid;
            border-width: 5px 8px 5px 0;
            border-color: transparent #09244a transparent transparent; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.pages-item-next,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.pages-item-next {
        position: relative; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.pages-item-next .next,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.pages-item-next .next {
          border: none;
          margin: 0; }
          .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .pagination li.pages-item-next .next:before,.page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list ul.pages-items li.pages-item-next .next:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            content: '';
            width: 0;
            height: 0;
            margin-top: 0.125rem;
            border-style: solid;
            border-width: 5px 0 5px 8px;
            border-color: transparent transparent transparent #09244a; }

.catalog-topnav.amasty-catalog-topnav {
  display: block;
  margin: 0; }
  .catalog-topnav.amasty-catalog-topnav .block.filter {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1.25rem; }
  .catalog-topnav.amasty-catalog-topnav .block-subtitle.filter-subtitle,.catalog-topnav.amasty-catalog-topnav .block-title.filter-title {
    display: none; }
  .catalog-topnav.amasty-catalog-topnav .filter-options {
    margin: 0; }
    .catalog-topnav.amasty-catalog-topnav .filter-options input[type="checkbox"],.catalog-topnav.amasty-catalog-topnav .filter-options input[type="radio"] {
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px;
      white-space: nowrap; }
    .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-cover {
      display: -ms-flexbox;
      display: flex;
      gap: 20px; }
    .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-title {
      margin: 0.25rem 0 0;
      padding: 0;
      color: #09244A;
      font-size: 1rem;
      font-weight: normal;
      font-style: normal;
      line-height: normal;
      white-space: nowrap; }
    .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-content {
      display: -ms-flexbox !important;
      display: flex !important;
      position: static;
      box-shadow: none;
      background: none;
      min-width: inherit;
      margin: 0;
      padding: 0;
      z-index: 0; }
      .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-content .items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px; }
        .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-content .items .item {
          border-radius: 8px;
          border: 1px solid #979797;
          overflow: hidden; }
          .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-content .items .item a {
            color: #09244A;
            padding: 0.375rem 1rem;
            font-size: 1rem;
            font-style: normal;
            font-weight: 700;
            line-height: 1.5rem;
            text-decoration: none;
            transition: all 0.3s ease-out; }
            .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-content .items .item a:hover {
              background-color: #eee; }
          .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-content .items .item .count {
            display: none; }
  .catalog-topnav.amasty-catalog-topnav .amshopby-filter-current {
    display: none; }

.no-results-section {
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  color: #09244A;
  font-weight: 400;
  list-style: none;
  padding: 3.75rem 0 12.5rem;
  background: #eee; }
  .no-results-section .result-found {
    font-weight: 700; }

.amasty_xlanding-page-view .two-column-form-layout {
  background: #081C28; }
  .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block {
    width: 100%;
    padding: 0 1.875rem 3.75rem; }
    .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .section-title {
      margin-bottom: 0; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .section-title .title {
        color: #FFF;
        font-size: 2.125rem;
        font-weight: 700;
        line-height: 2.625rem;
        text-align: left;
        margin-bottom: 0.875rem; }
    .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .content .sub-title {
      color: #FFF;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.8125rem;
      margin-bottom: 0.875rem; }
    .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .content p {
      color: #FFF;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5rem;
      margin: 0 0 1.875rem 0; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .content p:last-child {
        margin-bottom: 0; }
    .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .actions .primary {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 20px;
      margin-top: 0.875rem; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .actions .primary .button:last-child {
        background: #FFF;
        color: #3736FE;
        padding: 1.25rem 2.5rem; }
    .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .actions .secondary {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 20px;
      margin-top: 0.875rem; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .actions .secondary .image-wrapper {
        padding: 0.9375rem;
        border-radius: 50%;
        background: #891733;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .actions .secondary a {
        color: #FFF;
        font-size: 0.9375rem;
        font-weight: 600; }
    .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .certified-block {
      margin-top: 3.75rem; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .certified-block .certified-title {
        color: #FFF;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.625rem; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .certified-block .certified-logos {
        margin-top: 1.25rem;
        display: -ms-flexbox;
        display: flex;
        gap: 30px; }
        .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .certified-block .certified-logos .certified-logo img {
          height: 60px;
          width: 60px; }
  .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block {
    width: 100%;
    padding: 0; }
    .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper {
      background: #ECECEC;
      border-radius: 10px; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper .gform_heading {
        display: block !important;
        background: #ECECEC;
        padding: 1.875rem 1.875rem 0 1.875rem;
        border-radius: 10px; }
        .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper .gform_heading .gform_title {
          color: #081C28;
          text-align: center;
          font-size: 1.875rem;
          font-weight: 700;
          line-height: 2.25rem; }
        .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper .gform_heading .gform_description {
          color: #727272;
          text-align: center;
          font-size: 1rem;
          font-weight: 500;
          line-height: 1.625rem;
          margin: 1.875rem 0; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gf_page_steps {
        -ms-flex-direction: row;
            flex-direction: row;
        gap: 20px;
        padding: 0 1.875rem; }
        .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gf_page_steps .gf_step {
          padding: 0.1875rem 0;
          opacity: 0.2;
          background: #3736FE; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gf_page_steps .gf_step.gf_step_active {
            opacity: 1; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gf_page_steps .gf_step .gf_step_label {
            display: none; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gform_body {
        padding: 1.875rem; }
        .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gform_body .gform_page .gform_page_fields .gform_fields .gfield {
          margin-bottom: 1rem; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gform_body .gform_page .gform_page_fields .gform_fields .gfield .gfield_label {
            padding-bottom: 0.375rem; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gform_body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container_checkbox {
            margin-top: 0.875rem; }
        .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gform_body .gform_page .gform-page-footer {
          padding: 0;
          gap: 20px; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gform_body .gform_page .gform-page-footer .button {
            width: 100%;
            margin: 0;
            padding: 1.125rem; }

.amasty_xlanding-page-view .content-with-icon-grid {
  background-color: #fff; }
  .amasty_xlanding-page-view .content-with-icon-grid.has-background {
    background-color: #F9F9F9; }
  .amasty_xlanding-page-view .content-with-icon-grid .content-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 1.25rem; }
    .amasty_xlanding-page-view .content-with-icon-grid .content-block .content {
      width: 100%;
      text-align: center;
      max-width: 680px; }
      .amasty_xlanding-page-view .content-with-icon-grid .content-block .content .title {
        color: #081C28;
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 2.25rem;
        margin: 0 0 1.375rem 0; }
      .amasty_xlanding-page-view .content-with-icon-grid .content-block .content .sub-title {
        color: #081C28;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.625rem;
        margin: 0 0 1.375rem 0; }
      .amasty_xlanding-page-view .content-with-icon-grid .content-block .content p {
        color: #727272;
        text-align: center;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.625rem;
        margin-bottom: 1.5rem; }
  .amasty_xlanding-page-view .content-with-icon-grid .icon-grid-block {
    margin-top: 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2.5rem; }
    .amasty_xlanding-page-view .content-with-icon-grid .icon-grid-block .icon-grid-item {
      padding: 2.5rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 24px;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      margin-top: 1.25rem; }
      .amasty_xlanding-page-view .content-with-icon-grid .icon-grid-block .icon-grid-item .icon-grid-title .title {
        color: #081C28;
        text-align: center;
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.75rem;
        margin: 0; }

.amasty_xlanding-page-view .testimonial-slider-layout {
  margin-bottom: 3.75rem; }

.amasty_xlanding-page-view .multicolumn-content-grid .content-area {
  padding: 0 0.9375rem; }
  .amasty_xlanding-page-view .multicolumn-content-grid .content-area .title {
    color: #081C28;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 1.5rem; }
  .amasty_xlanding-page-view .multicolumn-content-grid .content-area p {
    color: #727272;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-bottom: 1.5rem; }
  .amasty_xlanding-page-view .multicolumn-content-grid .content-area .sub-title {
    color: #081C28;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }
  .amasty_xlanding-page-view .multicolumn-content-grid .content-area .checklist .sub-title {
    color: #081C28;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin-bottom: 1rem; }

.amasty_xlanding-page-view .multicolumn-content-grid .form-block {
  width: 100%;
  padding: 0; }
  .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper {
    background: #ECECEC;
    border-radius: 10px; }
    .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper .gform_heading {
      display: block !important;
      background: #ECECEC;
      padding: 1.875rem 1.875rem 0 1.875rem;
      border-radius: 10px; }
      .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper .gform_heading .gform_title {
        color: #081C28;
        text-align: center;
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 2.25rem; }
      .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper .gform_heading .gform_description {
        color: #727272;
        text-align: center;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.625rem;
        margin: 1.875rem 0; }
    .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gf_page_steps {
      -ms-flex-direction: row;
          flex-direction: row;
      gap: 20px;
      padding: 0 1.875rem; }
      .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gf_page_steps .gf_step {
        padding: 0.1875rem 0 !important;
        opacity: 0.2 !important;
        background: #3736FE !important; }
        .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gf_page_steps .gf_step.gf_step_active {
          opacity: 1 !important; }
        .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gf_page_steps .gf_step .gf_step_label {
          display: none; }
    .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gform_body {
      padding: 1.875rem; }
      .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gform_body .gform_page .gform_page_fields .gform_fields .gfield {
        margin-bottom: 1rem; }
        .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gform_body .gform_page .gform_page_fields .gform_fields .gfield .gfield_label {
          padding-bottom: 0.375rem; }
        .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gform_body .gform_page .gform_page_fields .gform_fields .gfield .ginput_container_checkbox {
          margin-top: 0.875rem; }
      .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gform_body .gform_page .gform-page-footer {
        padding: 0;
        gap: 20px; }
        .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gform_body .gform_page .gform-page-footer .button {
          width: 100%;
          margin: 0;
          padding: 1.125rem; }

.amasty_xlanding-page-view .cta-layout {
  padding-top: 1.25rem; }
  .amasty_xlanding-page-view .cta-layout .two-column-image-with-content .content {
    padding: 0 0.9375rem; }
    .amasty_xlanding-page-view .cta-layout .two-column-image-with-content .content .right-col {
      text-align: center; }
      .amasty_xlanding-page-view .cta-layout .two-column-image-with-content .content .right-col .cta-desc {
        margin: 0.625rem 0 1.25rem 0; }

.amasty_xlanding-page-view .faq-list {
  background-color: #fff; }
  .amasty_xlanding-page-view .faq-list .container {
    padding: 0 1.25rem; }
    .amasty_xlanding-page-view .faq-list .container .faq-heading {
      color: #09244A;
      text-align: center;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 2.1875rem; }
    .amasty_xlanding-page-view .faq-list .container .faq-columns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 1.25rem; }
      .amasty_xlanding-page-view .faq-list .container .faq-columns .faq-col {
        list-style: none;
        margin: 0;
        padding: 0; }
        .amasty_xlanding-page-view .faq-list .container .faq-columns .faq-col .faq-item {
          break-inside: avoid; }
          .amasty_xlanding-page-view .faq-list .container .faq-columns .faq-col .faq-item .faq-question {
            color: #3736FE;
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.7rem; }
          .amasty_xlanding-page-view .faq-list .container .faq-columns .faq-col .faq-item .faq-answer p {
            color: #565A5F;
            font-size: 1rem;
            font-weight: 300;
            line-height: 1.6875rem; }
            .amasty_xlanding-page-view .faq-list .container .faq-columns .faq-col .faq-item .faq-answer p a {
              color: #565A5F;
              font-size: 1rem;
              font-weight: 500;
              line-height: 1.6875rem; }

.amasty_xlanding-page-view .ball-valves-certified-block {
  background: none; }
  .amasty_xlanding-page-view .ball-valves-certified-block .container {
    padding-top: 0.9375rem; }
    .amasty_xlanding-page-view .ball-valves-certified-block .container .content-block .content {
      max-width: 846px; }
      .amasty_xlanding-page-view .ball-valves-certified-block .container .content-block .content p {
        color: #565A5F;
        text-align: center;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.6875rem; }
      .amasty_xlanding-page-view .ball-valves-certified-block .container .content-block .content .title {
        color: #000;
        text-align: center;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.5rem;
        margin: 0; }
    .amasty_xlanding-page-view .ball-valves-certified-block .container .icon-grid-block {
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 1.25rem;
      gap: 10px; }
      .amasty_xlanding-page-view .ball-valves-certified-block .container .icon-grid-block .icon-grid-item {
        width: auto;
        padding: 0;
        margin: 0; }

.amasty_xlanding-page-view .assemblies-block .title {
  margin-bottom: 1.25rem; }

.amasty_xlanding-page-view .assemblies-block .content-block .content {
  max-width: 910px; }

.login-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column; }
  .login-container::after,.login-container:before {
    display: none; }
  .login-container .block {
    width: 100%;
    background: white;
    background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
    margin: 0 0 1.25rem; }
    .login-container .block .block-title {
      background: #09244A;
      color: #fff;
      font-size: 1rem;
      padding: 1rem; }
    .login-container .block .block-content {
      padding: 1.25rem 1rem; }
    .login-container .block .fieldset::after {
      margin-left: 0;
      margin-left: 0;
      font-size: 1rem;
      color: #3736FE;
      text-align: left; }
    .login-container .block .fieldset .note {
      font-size: 1rem; }
    .login-container .block .fieldset .field {
      width: 100%;
      margin-bottom: 1.25rem; }
      .login-container .block .fieldset .field .label {
        width: 100%;
        display: block;
        font-weight: 600;
        padding: 0 0 .75em 0;
        font-size: 1rem;
        color: #0147a8;
        text-align: left; }
        .login-container .block .fieldset .field .label::after {
          display: none; }
      .login-container .block .fieldset .field .control {
        width: 100%; }
      .login-container .block .fieldset .field .tooltip .link {
        font-size: 1rem;
        text-decoration: none;
        margin-left: 0.625rem; }
      .login-container .block .fieldset .field .tooltip .content {
        font-size: 1rem;
        border: 1px solid #DBDBDB;
        box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
        background: #fff; }
      .login-container .block .fieldset .field.choice::before {
        display: none; }
      .login-container .block .fieldset .field.choice .label {
        width: auto;
        display: inline-block;
        font-weight: 400;
        color: #565A5F;
        padding: 0;
        line-height: 1.375rem;
        position: relative; }
      .login-container .block .fieldset .field.choice input[type=checkbox] {
        visibility: hidden;
        margin-right: -1rem; }
      .login-container .block .fieldset .field.choice input[type=checkbox] + label {
        padding-left: 1.875rem;
        cursor: pointer; }
        .login-container .block .fieldset .field.choice input[type=checkbox] + label::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          border: 1px solid #DBDBDB;
          box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
          background: #fff; }
      .login-container .block .fieldset .field.choice input[type=checkbox]:checked + label::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 70% 70%; }
    .login-container .block .fieldset .actions-toolbar {
      margin: 0; }
      .login-container .block .fieldset .actions-toolbar .primary .action {
        min-width: 200px; }
      .login-container .block .fieldset .actions-toolbar .secondary {
        font-size: 1rem;
        line-height: 2.5rem; }
        .login-container .block .fieldset .actions-toolbar .secondary .action:hover {
          text-decoration: none;
          color: #504FFF; }
    .login-container .block.block-new-customer p {
      font-size: 1rem; }
    .login-container .block.block-new-customer .actions-toolbar .primary .action {
      min-width: 200px; }

.form.create.account,.form.password.forget,.form.password.reset,.form.send.confirmation {
  background: white;
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
  padding: 1.25rem 1rem; }
  .form.create.account .fieldset,.form.password.forget .fieldset,.form.password.reset .fieldset,.form.send.confirmation .fieldset {
    margin: 0; }
    .form.create.account .fieldset .legend,.form.password.forget .fieldset .legend,.form.password.reset .fieldset .legend,.form.send.confirmation .fieldset .legend {
      margin-left: 0;
      font-size: 1.125rem;
      font-weight: 600;
      color: #09244A; }
    .form.create.account .fieldset .field,.form.password.forget .fieldset .field,.form.password.reset .fieldset .field,.form.send.confirmation .fieldset .field {
      width: 100%;
      margin-bottom: 1.25rem; }
      .form.create.account .fieldset .field .label,.form.password.forget .fieldset .field .label,.form.password.reset .fieldset .field .label,.form.send.confirmation .fieldset .field .label {
        width: 100%;
        display: block;
        font-weight: 600;
        padding: 0 0 .75em 0;
        font-size: 1rem;
        color: #0147a8;
        text-align: left; }
        .form.create.account .fieldset .field .label::after,.form.password.forget .fieldset .field .label::after,.form.password.reset .fieldset .field .label::after,.form.send.confirmation .fieldset .field .label::after {
          display: none; }
      .form.create.account .fieldset .field .control,.form.password.forget .fieldset .field .control,.form.password.reset .fieldset .field .control,.form.send.confirmation .fieldset .field .control {
        width: 100%; }
        .form.create.account .fieldset .field .control.captcha-image .captcha-img,.form.password.forget .fieldset .field .control.captcha-image .captcha-img,.form.password.reset .fieldset .field .control.captcha-image .captcha-img,.form.send.confirmation .fieldset .field .control.captcha-image .captcha-img {
          margin-top: 0.375rem; }
        .form.create.account .fieldset .field .control .password-strength-meter,.form.password.forget .fieldset .field .control .password-strength-meter,.form.password.reset .fieldset .field .control .password-strength-meter,.form.send.confirmation .fieldset .field .control .password-strength-meter {
          font-size: 1rem;
          padding-top: 0.3125rem;
          background: none;
          line-height: 1.625rem; }
          .form.create.account .fieldset .field .control .password-strength-meter:before,.form.password.forget .fieldset .field .control .password-strength-meter:before,.form.password.reset .fieldset .field .control .password-strength-meter:before,.form.send.confirmation .fieldset .field .control .password-strength-meter:before {
            width: 100%; }
      .form.create.account .fieldset .field .tooltip .link,.form.password.forget .fieldset .field .tooltip .link,.form.password.reset .fieldset .field .tooltip .link,.form.send.confirmation .fieldset .field .tooltip .link {
        font-size: 1rem;
        text-decoration: none;
        margin-left: 0.625rem; }
      .form.create.account .fieldset .field .tooltip .content,.form.password.forget .fieldset .field .tooltip .content,.form.password.reset .fieldset .field .tooltip .content,.form.send.confirmation .fieldset .field .tooltip .content {
        font-size: 1rem;
        border: 1px solid #DBDBDB;
        box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
        background: #fff; }
      .form.create.account .fieldset .field.choice::before,.form.password.forget .fieldset .field.choice::before,.form.password.reset .fieldset .field.choice::before,.form.send.confirmation .fieldset .field.choice::before {
        display: none; }
      .form.create.account .fieldset .field.choice .label,.form.password.forget .fieldset .field.choice .label,.form.password.reset .fieldset .field.choice .label,.form.send.confirmation .fieldset .field.choice .label {
        width: auto;
        display: inline-block;
        font-weight: 400;
        color: #565A5F;
        padding: 0;
        line-height: 1.375rem;
        position: relative; }
      .form.create.account .fieldset .field.choice input[type=checkbox],.form.password.forget .fieldset .field.choice input[type=checkbox],.form.password.reset .fieldset .field.choice input[type=checkbox],.form.send.confirmation .fieldset .field.choice input[type=checkbox] {
        visibility: hidden;
        margin-right: -1rem; }
      .form.create.account .fieldset .field.choice input[type=checkbox] + label,.form.password.forget .fieldset .field.choice input[type=checkbox] + label,.form.password.reset .fieldset .field.choice input[type=checkbox] + label,.form.send.confirmation .fieldset .field.choice input[type=checkbox] + label {
        padding-left: 1.875rem;
        cursor: pointer; }
        .form.create.account .fieldset .field.choice input[type=checkbox] + label::before,.form.password.forget .fieldset .field.choice input[type=checkbox] + label::before,.form.password.reset .fieldset .field.choice input[type=checkbox] + label::before,.form.send.confirmation .fieldset .field.choice input[type=checkbox] + label::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          border: 1px solid #DBDBDB;
          box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
          background: #fff; }
      .form.create.account .fieldset .field.choice input[type=checkbox]:checked + label::after,.form.password.forget .fieldset .field.choice input[type=checkbox]:checked + label::after,.form.password.reset .fieldset .field.choice input[type=checkbox]:checked + label::after,.form.send.confirmation .fieldset .field.choice input[type=checkbox]:checked + label::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 70% 70%; }
  .form.create.account .actions-toolbar,.form.password.forget .actions-toolbar,.form.password.reset .actions-toolbar,.form.send.confirmation .actions-toolbar {
    margin: 0; }
    .form.create.account .actions-toolbar .primary .action,.form.password.forget .actions-toolbar .primary .action,.form.password.reset .actions-toolbar .primary .action,.form.send.confirmation .actions-toolbar .primary .action {
      min-width: 200px; }
    .form.create.account .actions-toolbar .secondary,.form.password.forget .actions-toolbar .secondary,.form.password.reset .actions-toolbar .secondary,.form.send.confirmation .actions-toolbar .secondary {
      font-size: 1rem;
      line-height: 2.5rem; }
      .form.create.account .actions-toolbar .secondary .action:hover,.form.password.forget .actions-toolbar .secondary .action:hover,.form.password.reset .actions-toolbar .secondary .action:hover,.form.send.confirmation .actions-toolbar .secondary .action:hover {
        text-decoration: none;
        color: #504FFF; }

.customer-account-edit .page.messages,.customer-account-index .page.messages,.customer-address-form .page.messages,.customer-address-index .page.messages,.customer-paymentinfo-index .page.messages,.newsletter-manage-index .page.messages,.sales-order-creditmemo .page.messages,.sales-order-history .page.messages,.sales-order-invoice .page.messages,.sales-order-view .page.messages,.wishlist-index-index .page.messages,.wishlist-index-share .page.messages {
  margin: 0; }

.customer-account-edit .page-wrapper .page-main,.customer-account-index .page-wrapper .page-main,.customer-address-form .page-wrapper .page-main,.customer-address-index .page-wrapper .page-main,.customer-paymentinfo-index .page-wrapper .page-main,.newsletter-manage-index .page-wrapper .page-main,.sales-order-creditmemo .page-wrapper .page-main,.sales-order-history .page-wrapper .page-main,.sales-order-invoice .page-wrapper .page-main,.sales-order-view .page-wrapper .page-main,.wishlist-index-index .page-wrapper .page-main,.wishlist-index-share .page-wrapper .page-main {
  width: 100%;
  max-width: 1380px;
  padding: 0 0.625rem; }

.customer-account-edit .page-wrapper .columns .column.main,.customer-account-index .page-wrapper .columns .column.main,.customer-address-form .page-wrapper .columns .column.main,.customer-address-index .page-wrapper .columns .column.main,.customer-paymentinfo-index .page-wrapper .columns .column.main,.newsletter-manage-index .page-wrapper .columns .column.main,.sales-order-creditmemo .page-wrapper .columns .column.main,.sales-order-history .page-wrapper .columns .column.main,.sales-order-invoice .page-wrapper .columns .column.main,.sales-order-view .page-wrapper .columns .column.main,.wishlist-index-index .page-wrapper .columns .column.main,.wishlist-index-share .page-wrapper .columns .column.main {
  font-size: 1rem; }
  .customer-account-edit .page-wrapper .columns .column.main a,.customer-account-index .page-wrapper .columns .column.main a,.customer-address-form .page-wrapper .columns .column.main a,.customer-address-index .page-wrapper .columns .column.main a,.customer-paymentinfo-index .page-wrapper .columns .column.main a,.newsletter-manage-index .page-wrapper .columns .column.main a,.sales-order-creditmemo .page-wrapper .columns .column.main a,.sales-order-history .page-wrapper .columns .column.main a,.sales-order-invoice .page-wrapper .columns .column.main a,.sales-order-view .page-wrapper .columns .column.main a,.wishlist-index-index .page-wrapper .columns .column.main a,.wishlist-index-share .page-wrapper .columns .column.main a {
    color: #3736FE;
    font-size: 1rem;
    font-weight: 400; }
    .customer-account-edit .page-wrapper .columns .column.main a:hover,.customer-account-index .page-wrapper .columns .column.main a:hover,.customer-address-form .page-wrapper .columns .column.main a:hover,.customer-address-index .page-wrapper .columns .column.main a:hover,.customer-paymentinfo-index .page-wrapper .columns .column.main a:hover,.newsletter-manage-index .page-wrapper .columns .column.main a:hover,.sales-order-creditmemo .page-wrapper .columns .column.main a:hover,.sales-order-history .page-wrapper .columns .column.main a:hover,.sales-order-invoice .page-wrapper .columns .column.main a:hover,.sales-order-view .page-wrapper .columns .column.main a:hover,.wishlist-index-index .page-wrapper .columns .column.main a:hover,.wishlist-index-share .page-wrapper .columns .column.main a:hover {
      color: #504FFF;
      text-decoration: none; }
  .customer-account-edit .page-wrapper .columns .column.main .block,.customer-account-index .page-wrapper .columns .column.main .block,.customer-address-form .page-wrapper .columns .column.main .block,.customer-address-index .page-wrapper .columns .column.main .block,.customer-paymentinfo-index .page-wrapper .columns .column.main .block,.newsletter-manage-index .page-wrapper .columns .column.main .block,.sales-order-creditmemo .page-wrapper .columns .column.main .block,.sales-order-history .page-wrapper .columns .column.main .block,.sales-order-invoice .page-wrapper .columns .column.main .block,.sales-order-view .page-wrapper .columns .column.main .block,.wishlist-index-index .page-wrapper .columns .column.main .block,.wishlist-index-share .page-wrapper .columns .column.main .block {
    width: 100%; }
    .customer-account-edit .page-wrapper .columns .column.main .block .block-title,.customer-account-index .page-wrapper .columns .column.main .block .block-title,.customer-address-form .page-wrapper .columns .column.main .block .block-title,.customer-address-index .page-wrapper .columns .column.main .block .block-title,.customer-paymentinfo-index .page-wrapper .columns .column.main .block .block-title,.newsletter-manage-index .page-wrapper .columns .column.main .block .block-title,.sales-order-creditmemo .page-wrapper .columns .column.main .block .block-title,.sales-order-history .page-wrapper .columns .column.main .block .block-title,.sales-order-invoice .page-wrapper .columns .column.main .block .block-title,.sales-order-view .page-wrapper .columns .column.main .block .block-title,.wishlist-index-index .page-wrapper .columns .column.main .block .block-title,.wishlist-index-share .page-wrapper .columns .column.main .block .block-title {
      border-bottom: 1px solid #edeced;
      width: 100%;
      display: inline-block;
      margin: 0 0 1.25rem;
      padding: 0 0 1.25rem;
      color: #09244A;
      font-weight: 600; }
      .customer-account-edit .page-wrapper .columns .column.main .block .block-title strong,.customer-account-index .page-wrapper .columns .column.main .block .block-title strong,.customer-address-form .page-wrapper .columns .column.main .block .block-title strong,.customer-address-index .page-wrapper .columns .column.main .block .block-title strong,.customer-paymentinfo-index .page-wrapper .columns .column.main .block .block-title strong,.newsletter-manage-index .page-wrapper .columns .column.main .block .block-title strong,.sales-order-creditmemo .page-wrapper .columns .column.main .block .block-title strong,.sales-order-history .page-wrapper .columns .column.main .block .block-title strong,.sales-order-invoice .page-wrapper .columns .column.main .block .block-title strong,.sales-order-view .page-wrapper .columns .column.main .block .block-title strong,.wishlist-index-index .page-wrapper .columns .column.main .block .block-title strong,.wishlist-index-share .page-wrapper .columns .column.main .block .block-title strong {
        font-size: 1.375rem;
        font-weight: 600; }
    .customer-account-edit .page-wrapper .columns .column.main .block .block-content .addresses address,.customer-account-index .page-wrapper .columns .column.main .block .block-content .addresses address,.customer-address-form .page-wrapper .columns .column.main .block .block-content .addresses address,.customer-address-index .page-wrapper .columns .column.main .block .block-content .addresses address,.customer-paymentinfo-index .page-wrapper .columns .column.main .block .block-content .addresses address,.newsletter-manage-index .page-wrapper .columns .column.main .block .block-content .addresses address,.sales-order-creditmemo .page-wrapper .columns .column.main .block .block-content .addresses address,.sales-order-history .page-wrapper .columns .column.main .block .block-content .addresses address,.sales-order-invoice .page-wrapper .columns .column.main .block .block-content .addresses address,.sales-order-view .page-wrapper .columns .column.main .block .block-content .addresses address,.wishlist-index-index .page-wrapper .columns .column.main .block .block-content .addresses address,.wishlist-index-share .page-wrapper .columns .column.main .block .block-content .addresses address {
      font-style: normal;
      line-height: 1.5rem; }
    .customer-account-edit .page-wrapper .columns .column.main .block .block-content .addresses .actions,.customer-account-index .page-wrapper .columns .column.main .block .block-content .addresses .actions,.customer-address-form .page-wrapper .columns .column.main .block .block-content .addresses .actions,.customer-address-index .page-wrapper .columns .column.main .block .block-content .addresses .actions,.customer-paymentinfo-index .page-wrapper .columns .column.main .block .block-content .addresses .actions,.newsletter-manage-index .page-wrapper .columns .column.main .block .block-content .addresses .actions,.sales-order-creditmemo .page-wrapper .columns .column.main .block .block-content .addresses .actions,.sales-order-history .page-wrapper .columns .column.main .block .block-content .addresses .actions,.sales-order-invoice .page-wrapper .columns .column.main .block .block-content .addresses .actions,.sales-order-view .page-wrapper .columns .column.main .block .block-content .addresses .actions,.wishlist-index-index .page-wrapper .columns .column.main .block .block-content .addresses .actions,.wishlist-index-share .page-wrapper .columns .column.main .block .block-content .addresses .actions {
      padding: 0.3125rem 0 0; }
      .customer-account-edit .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.customer-account-index .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.customer-address-form .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.customer-address-index .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.customer-paymentinfo-index .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.newsletter-manage-index .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.sales-order-creditmemo .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.sales-order-history .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.sales-order-invoice .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.sales-order-view .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.wishlist-index-index .page-wrapper .columns .column.main .block .block-content .addresses .actions .action,.wishlist-index-share .page-wrapper .columns .column.main .block .block-content .addresses .actions .action {
        margin-right: 0.625rem; }
    .customer-account-edit .page-wrapper .columns .column.main .block .box .box-title span,.customer-account-index .page-wrapper .columns .column.main .block .box .box-title span,.customer-address-form .page-wrapper .columns .column.main .block .box .box-title span,.customer-address-index .page-wrapper .columns .column.main .block .box .box-title span,.customer-paymentinfo-index .page-wrapper .columns .column.main .block .box .box-title span,.newsletter-manage-index .page-wrapper .columns .column.main .block .box .box-title span,.sales-order-creditmemo .page-wrapper .columns .column.main .block .box .box-title span,.sales-order-history .page-wrapper .columns .column.main .block .box .box-title span,.sales-order-invoice .page-wrapper .columns .column.main .block .box .box-title span,.sales-order-view .page-wrapper .columns .column.main .block .box .box-title span,.wishlist-index-index .page-wrapper .columns .column.main .block .box .box-title span,.wishlist-index-share .page-wrapper .columns .column.main .block .box .box-title span {
      font-size: 1.125rem;
      color: #0147AB;
      font-weight: 600; }
    .customer-account-edit .page-wrapper .columns .column.main .block .box address,.customer-account-index .page-wrapper .columns .column.main .block .box address,.customer-address-form .page-wrapper .columns .column.main .block .box address,.customer-address-index .page-wrapper .columns .column.main .block .box address,.customer-paymentinfo-index .page-wrapper .columns .column.main .block .box address,.newsletter-manage-index .page-wrapper .columns .column.main .block .box address,.sales-order-creditmemo .page-wrapper .columns .column.main .block .box address,.sales-order-history .page-wrapper .columns .column.main .block .box address,.sales-order-invoice .page-wrapper .columns .column.main .block .box address,.sales-order-view .page-wrapper .columns .column.main .block .box address,.wishlist-index-index .page-wrapper .columns .column.main .block .box address,.wishlist-index-share .page-wrapper .columns .column.main .block .box address {
      font-style: normal;
      line-height: 1.5rem; }
    .customer-account-edit .page-wrapper .columns .column.main .block .box .box-actions .action,.customer-account-index .page-wrapper .columns .column.main .block .box .box-actions .action,.customer-address-form .page-wrapper .columns .column.main .block .box .box-actions .action,.customer-address-index .page-wrapper .columns .column.main .block .box .box-actions .action,.customer-paymentinfo-index .page-wrapper .columns .column.main .block .box .box-actions .action,.newsletter-manage-index .page-wrapper .columns .column.main .block .box .box-actions .action,.sales-order-creditmemo .page-wrapper .columns .column.main .block .box .box-actions .action,.sales-order-history .page-wrapper .columns .column.main .block .box .box-actions .action,.sales-order-invoice .page-wrapper .columns .column.main .block .box .box-actions .action,.sales-order-view .page-wrapper .columns .column.main .block .box .box-actions .action,.wishlist-index-index .page-wrapper .columns .column.main .block .box .box-actions .action,.wishlist-index-share .page-wrapper .columns .column.main .block .box .box-actions .action {
      margin-right: 0.625rem; }
  .customer-account-edit .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.customer-account-edit .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.customer-account-index .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.customer-account-index .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.customer-address-form .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.customer-address-form .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.customer-address-index .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.customer-address-index .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.customer-paymentinfo-index .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.customer-paymentinfo-index .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.newsletter-manage-index .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.newsletter-manage-index .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.sales-order-creditmemo .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.sales-order-creditmemo .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.sales-order-history .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.sales-order-history .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.sales-order-invoice .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.sales-order-invoice .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.sales-order-view .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.sales-order-view .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.wishlist-index-index .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.wishlist-index-index .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control,.wishlist-index-share .page-wrapper .columns .column.main .form-address-edit .fieldset .field .control,.wishlist-index-share .page-wrapper .columns .column.main .form-edit-account .fieldset .field .control {
    max-width: 100%;
    width: 500px; }
  .customer-account-edit .page-wrapper .columns .column.main .fieldset .legend,.customer-account-index .page-wrapper .columns .column.main .fieldset .legend,.customer-address-form .page-wrapper .columns .column.main .fieldset .legend,.customer-address-index .page-wrapper .columns .column.main .fieldset .legend,.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .legend,.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .legend,.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .legend,.sales-order-history .page-wrapper .columns .column.main .fieldset .legend,.sales-order-invoice .page-wrapper .columns .column.main .fieldset .legend,.sales-order-view .page-wrapper .columns .column.main .fieldset .legend,.wishlist-index-index .page-wrapper .columns .column.main .fieldset .legend,.wishlist-index-share .page-wrapper .columns .column.main .fieldset .legend {
    border-bottom: 1px solid #edeced;
    width: 100%;
    display: inline-block;
    margin: 0 0 1.25rem;
    padding: 0 0 1.25rem;
    color: #09244A;
    font-weight: 600;
    font-size: 1.375rem; }
  .customer-account-edit .page-wrapper .columns .column.main .fieldset .field,.customer-account-index .page-wrapper .columns .column.main .fieldset .field,.customer-address-form .page-wrapper .columns .column.main .fieldset .field,.customer-address-index .page-wrapper .columns .column.main .fieldset .field,.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .field,.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .field,.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .field,.sales-order-history .page-wrapper .columns .column.main .fieldset .field,.sales-order-invoice .page-wrapper .columns .column.main .fieldset .field,.sales-order-view .page-wrapper .columns .column.main .fieldset .field,.wishlist-index-index .page-wrapper .columns .column.main .fieldset .field,.wishlist-index-share .page-wrapper .columns .column.main .fieldset .field {
    width: 100%;
    margin-bottom: 1.25rem; }
    .customer-account-edit .page-wrapper .columns .column.main .fieldset .field .label,.customer-account-index .page-wrapper .columns .column.main .fieldset .field .label,.customer-address-form .page-wrapper .columns .column.main .fieldset .field .label,.customer-address-index .page-wrapper .columns .column.main .fieldset .field .label,.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .field .label,.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .field .label,.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .field .label,.sales-order-history .page-wrapper .columns .column.main .fieldset .field .label,.sales-order-invoice .page-wrapper .columns .column.main .fieldset .field .label,.sales-order-view .page-wrapper .columns .column.main .fieldset .field .label,.wishlist-index-index .page-wrapper .columns .column.main .fieldset .field .label,.wishlist-index-share .page-wrapper .columns .column.main .fieldset .field .label {
      width: 100%;
      display: block;
      font-weight: 600;
      padding: 0 0 .75em 0;
      font-size: 1rem;
      color: #0147a8;
      text-align: left; }
      .customer-account-edit .page-wrapper .columns .column.main .fieldset .field .label::after,.customer-account-index .page-wrapper .columns .column.main .fieldset .field .label::after,.customer-address-form .page-wrapper .columns .column.main .fieldset .field .label::after,.customer-address-index .page-wrapper .columns .column.main .fieldset .field .label::after,.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .field .label::after,.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .field .label::after,.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .field .label::after,.sales-order-history .page-wrapper .columns .column.main .fieldset .field .label::after,.sales-order-invoice .page-wrapper .columns .column.main .fieldset .field .label::after,.sales-order-view .page-wrapper .columns .column.main .fieldset .field .label::after,.wishlist-index-index .page-wrapper .columns .column.main .fieldset .field .label::after,.wishlist-index-share .page-wrapper .columns .column.main .fieldset .field .label::after {
        display: none; }
    .customer-account-edit .page-wrapper .columns .column.main .fieldset .field .control,.customer-account-index .page-wrapper .columns .column.main .fieldset .field .control,.customer-address-form .page-wrapper .columns .column.main .fieldset .field .control,.customer-address-index .page-wrapper .columns .column.main .fieldset .field .control,.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .field .control,.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .field .control,.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .field .control,.sales-order-history .page-wrapper .columns .column.main .fieldset .field .control,.sales-order-invoice .page-wrapper .columns .column.main .fieldset .field .control,.sales-order-view .page-wrapper .columns .column.main .fieldset .field .control,.wishlist-index-index .page-wrapper .columns .column.main .fieldset .field .control,.wishlist-index-share .page-wrapper .columns .column.main .fieldset .field .control {
      width: 100%; }
    .customer-account-edit .page-wrapper .columns .column.main .fieldset .field.choice::before,.customer-account-index .page-wrapper .columns .column.main .fieldset .field.choice::before,.customer-address-form .page-wrapper .columns .column.main .fieldset .field.choice::before,.customer-address-index .page-wrapper .columns .column.main .fieldset .field.choice::before,.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .field.choice::before,.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .field.choice::before,.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .field.choice::before,.sales-order-history .page-wrapper .columns .column.main .fieldset .field.choice::before,.sales-order-invoice .page-wrapper .columns .column.main .fieldset .field.choice::before,.sales-order-view .page-wrapper .columns .column.main .fieldset .field.choice::before,.wishlist-index-index .page-wrapper .columns .column.main .fieldset .field.choice::before,.wishlist-index-share .page-wrapper .columns .column.main .fieldset .field.choice::before {
      display: none; }
    .customer-account-edit .page-wrapper .columns .column.main .fieldset .field.choice .label,.customer-account-index .page-wrapper .columns .column.main .fieldset .field.choice .label,.customer-address-form .page-wrapper .columns .column.main .fieldset .field.choice .label,.customer-address-index .page-wrapper .columns .column.main .fieldset .field.choice .label,.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .field.choice .label,.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .field.choice .label,.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .field.choice .label,.sales-order-history .page-wrapper .columns .column.main .fieldset .field.choice .label,.sales-order-invoice .page-wrapper .columns .column.main .fieldset .field.choice .label,.sales-order-view .page-wrapper .columns .column.main .fieldset .field.choice .label,.wishlist-index-index .page-wrapper .columns .column.main .fieldset .field.choice .label,.wishlist-index-share .page-wrapper .columns .column.main .fieldset .field.choice .label {
      width: auto;
      display: inline-block;
      font-weight: 400;
      color: #565A5F;
      padding: 0;
      line-height: 1.375rem;
      position: relative; }
    .customer-account-edit .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.customer-account-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.customer-address-form .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.customer-address-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.sales-order-history .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.sales-order-invoice .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.sales-order-view .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.wishlist-index-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox],.wishlist-index-share .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] {
      visibility: hidden;
      margin-right: -1rem; }
    .customer-account-edit .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.customer-account-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.customer-address-form .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.customer-address-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.sales-order-history .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.sales-order-invoice .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.sales-order-view .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.wishlist-index-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label,.wishlist-index-share .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label {
      padding-left: 1.875rem;
      cursor: pointer; }
      .customer-account-edit .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.customer-account-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.customer-address-form .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.customer-address-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.sales-order-history .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.sales-order-invoice .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.sales-order-view .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.wishlist-index-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before,.wishlist-index-share .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox] + label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #DBDBDB;
        box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
        background: #fff; }
    .customer-account-edit .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.customer-account-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.customer-address-form .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.customer-address-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.customer-paymentinfo-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.newsletter-manage-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.sales-order-creditmemo .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.sales-order-history .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.sales-order-invoice .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.sales-order-view .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.wishlist-index-index .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after,.wishlist-index-share .page-wrapper .columns .column.main .fieldset .field.choice input[type=checkbox]:checked + label::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 70% 70%; }
  .customer-account-edit .page-wrapper .columns .column.main .actions-toolbar,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar {
    margin: 0; }
    .customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action {
      min-width: 200px;
      line-height: inherit; }
    .customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .secondary,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .secondary,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .secondary,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .secondary,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .secondary,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .secondary,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .secondary,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .secondary,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .secondary,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .secondary,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .secondary,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .secondary {
      font-size: 1rem;
      line-height: 2.5rem; }
      .customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .secondary .action:hover {
        text-decoration: none;
        color: #504FFF; }
  .customer-account-edit .page-wrapper .columns .column.main .toolbar .toolbar-amount,.customer-account-index .page-wrapper .columns .column.main .toolbar .toolbar-amount,.customer-address-form .page-wrapper .columns .column.main .toolbar .toolbar-amount,.customer-address-index .page-wrapper .columns .column.main .toolbar .toolbar-amount,.customer-paymentinfo-index .page-wrapper .columns .column.main .toolbar .toolbar-amount,.newsletter-manage-index .page-wrapper .columns .column.main .toolbar .toolbar-amount,.sales-order-creditmemo .page-wrapper .columns .column.main .toolbar .toolbar-amount,.sales-order-history .page-wrapper .columns .column.main .toolbar .toolbar-amount,.sales-order-invoice .page-wrapper .columns .column.main .toolbar .toolbar-amount,.sales-order-view .page-wrapper .columns .column.main .toolbar .toolbar-amount,.wishlist-index-index .page-wrapper .columns .column.main .toolbar .toolbar-amount,.wishlist-index-share .page-wrapper .columns .column.main .toolbar .toolbar-amount {
    padding-top: 0.8125rem; }
  .customer-account-edit .page-wrapper .columns .column.main .toolbar .limiter,.customer-account-index .page-wrapper .columns .column.main .toolbar .limiter,.customer-address-form .page-wrapper .columns .column.main .toolbar .limiter,.customer-address-index .page-wrapper .columns .column.main .toolbar .limiter,.customer-paymentinfo-index .page-wrapper .columns .column.main .toolbar .limiter,.newsletter-manage-index .page-wrapper .columns .column.main .toolbar .limiter,.sales-order-creditmemo .page-wrapper .columns .column.main .toolbar .limiter,.sales-order-history .page-wrapper .columns .column.main .toolbar .limiter,.sales-order-invoice .page-wrapper .columns .column.main .toolbar .limiter,.sales-order-view .page-wrapper .columns .column.main .toolbar .limiter,.wishlist-index-index .page-wrapper .columns .column.main .toolbar .limiter,.wishlist-index-share .page-wrapper .columns .column.main .toolbar .limiter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .customer-account-edit .page-wrapper .columns .column.main .toolbar .limiter-options,.customer-account-index .page-wrapper .columns .column.main .toolbar .limiter-options,.customer-address-form .page-wrapper .columns .column.main .toolbar .limiter-options,.customer-address-index .page-wrapper .columns .column.main .toolbar .limiter-options,.customer-paymentinfo-index .page-wrapper .columns .column.main .toolbar .limiter-options,.newsletter-manage-index .page-wrapper .columns .column.main .toolbar .limiter-options,.sales-order-creditmemo .page-wrapper .columns .column.main .toolbar .limiter-options,.sales-order-history .page-wrapper .columns .column.main .toolbar .limiter-options,.sales-order-invoice .page-wrapper .columns .column.main .toolbar .limiter-options,.sales-order-view .page-wrapper .columns .column.main .toolbar .limiter-options,.wishlist-index-index .page-wrapper .columns .column.main .toolbar .limiter-options,.wishlist-index-share .page-wrapper .columns .column.main .toolbar .limiter-options {
    margin: 0 0.625rem; }
  .customer-account-edit .page-wrapper .columns .column.main .toolbar .limiter-text,.customer-account-index .page-wrapper .columns .column.main .toolbar .limiter-text,.customer-address-form .page-wrapper .columns .column.main .toolbar .limiter-text,.customer-address-index .page-wrapper .columns .column.main .toolbar .limiter-text,.customer-paymentinfo-index .page-wrapper .columns .column.main .toolbar .limiter-text,.newsletter-manage-index .page-wrapper .columns .column.main .toolbar .limiter-text,.sales-order-creditmemo .page-wrapper .columns .column.main .toolbar .limiter-text,.sales-order-history .page-wrapper .columns .column.main .toolbar .limiter-text,.sales-order-invoice .page-wrapper .columns .column.main .toolbar .limiter-text,.sales-order-view .page-wrapper .columns .column.main .toolbar .limiter-text,.wishlist-index-index .page-wrapper .columns .column.main .toolbar .limiter-text,.wishlist-index-share .page-wrapper .columns .column.main .toolbar .limiter-text {
    display: none; }
  .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist {
    width: 100%;
    margin-bottom: 2.5rem; }
    .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0; }
      .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08);
        padding: 1.25rem;
        width: 100%;
        margin-bottom: 1.25rem; }
        .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link {
          color: #09244A;
          font-size: 1.125rem;
          font-weight: 600;
          display: inline-block; }
          .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-link:hover {
            color: #0147AB; }
        .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box {
          color: #0147AB; }
          .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .price-box .price {
            font-size: 1rem;
            font-weight: 600; }
        .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-info {
          width: 100%; }
        .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-comment {
          height: 70px; }
        .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty {
            padding-right: 0; }
          .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions {
            margin-top: 1.5625rem; }
        .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label {
          margin: 0 1.25rem 0 0;
          color: #0147AB;
          font-weight: 600;
          font-size: 1rem; }
        .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity {
          width: 75px;
          position: relative;
          border: 1px solid #edeced; }
          .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase {
            position: absolute;
            width: 30px;
            height: 100%;
            top: 0;
            right: 0;
            border-left: 2px solid #edeced;
            background: #fff;
            border-radius: 0 3px 3px 0; }
            .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus {
              width: 100%;
              height: 50%;
              background: none;
              border: none;
              font-size: 1.5rem;
              color: #09244A;
              cursor: pointer;
              padding: 0;
              line-height: 0.625rem;
              font-family: "Montserrat", sans-serif;
              overflow: hidden;
              line-height: 1.875rem;
              position: absolute;
              left: 0; }
            .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-plus {
              top: 0; }
            .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .quantity .qty-increase .qty-minus {
              bottom: 0;
              font-size: 1.875rem;
              line-height: 0.625rem; }
        .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text {
          border-radius: 3px;
          border: none;
          height: 44px;
          padding: 0 0.9375rem 0 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          margin: 0;
          font-size: 1.125rem;
          color: #09244A;
          font-family: "Montserrat", sans-serif;
          font-weight: 400; }
          .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .input-text:focus {
            border: none;
            box-shadow: none;
            outline: none; }

.customer-account-edit .page-wrapper .columns .order-links,.customer-account-index .page-wrapper .columns .order-links,.customer-address-form .page-wrapper .columns .order-links,.customer-address-index .page-wrapper .columns .order-links,.customer-paymentinfo-index .page-wrapper .columns .order-links,.newsletter-manage-index .page-wrapper .columns .order-links,.sales-order-creditmemo .page-wrapper .columns .order-links,.sales-order-history .page-wrapper .columns .order-links,.sales-order-invoice .page-wrapper .columns .order-links,.sales-order-view .page-wrapper .columns .order-links,.wishlist-index-index .page-wrapper .columns .order-links,.wishlist-index-share .page-wrapper .columns .order-links {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
  margin: 0 0 1.25rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #edeced; }
  .customer-account-edit .page-wrapper .columns .order-links .item,.customer-account-index .page-wrapper .columns .order-links .item,.customer-address-form .page-wrapper .columns .order-links .item,.customer-address-index .page-wrapper .columns .order-links .item,.customer-paymentinfo-index .page-wrapper .columns .order-links .item,.newsletter-manage-index .page-wrapper .columns .order-links .item,.sales-order-creditmemo .page-wrapper .columns .order-links .item,.sales-order-history .page-wrapper .columns .order-links .item,.sales-order-invoice .page-wrapper .columns .order-links .item,.sales-order-view .page-wrapper .columns .order-links .item,.wishlist-index-index .page-wrapper .columns .order-links .item,.wishlist-index-share .page-wrapper .columns .order-links .item {
    display: inline-block;
    padding: 0 0.9375rem 0 0;
    color: #09244A;
    font-weight: 600; }
    .customer-account-edit .page-wrapper .columns .order-links .item strong,.customer-account-index .page-wrapper .columns .order-links .item strong,.customer-address-form .page-wrapper .columns .order-links .item strong,.customer-address-index .page-wrapper .columns .order-links .item strong,.customer-paymentinfo-index .page-wrapper .columns .order-links .item strong,.newsletter-manage-index .page-wrapper .columns .order-links .item strong,.sales-order-creditmemo .page-wrapper .columns .order-links .item strong,.sales-order-history .page-wrapper .columns .order-links .item strong,.sales-order-invoice .page-wrapper .columns .order-links .item strong,.sales-order-view .page-wrapper .columns .order-links .item strong,.wishlist-index-index .page-wrapper .columns .order-links .item strong,.wishlist-index-share .page-wrapper .columns .order-links .item strong {
      font-size: 1rem;
      font-weight: 600; }

.customer-account-edit .page-wrapper .columns .order-details-items,.customer-account-index .page-wrapper .columns .order-details-items,.customer-address-form .page-wrapper .columns .order-details-items,.customer-address-index .page-wrapper .columns .order-details-items,.customer-paymentinfo-index .page-wrapper .columns .order-details-items,.newsletter-manage-index .page-wrapper .columns .order-details-items,.sales-order-creditmemo .page-wrapper .columns .order-details-items,.sales-order-history .page-wrapper .columns .order-details-items,.sales-order-invoice .page-wrapper .columns .order-details-items,.sales-order-view .page-wrapper .columns .order-details-items,.wishlist-index-index .page-wrapper .columns .order-details-items,.wishlist-index-share .page-wrapper .columns .order-details-items {
  border-bottom: 1px solid #edeced;
  margin-bottom: 3.75rem; }
  .customer-account-edit .page-wrapper .columns .order-details-items .actions-toolbar,.customer-account-index .page-wrapper .columns .order-details-items .actions-toolbar,.customer-address-form .page-wrapper .columns .order-details-items .actions-toolbar,.customer-address-index .page-wrapper .columns .order-details-items .actions-toolbar,.customer-paymentinfo-index .page-wrapper .columns .order-details-items .actions-toolbar,.newsletter-manage-index .page-wrapper .columns .order-details-items .actions-toolbar,.sales-order-creditmemo .page-wrapper .columns .order-details-items .actions-toolbar,.sales-order-history .page-wrapper .columns .order-details-items .actions-toolbar,.sales-order-invoice .page-wrapper .columns .order-details-items .actions-toolbar,.sales-order-view .page-wrapper .columns .order-details-items .actions-toolbar,.wishlist-index-index .page-wrapper .columns .order-details-items .actions-toolbar,.wishlist-index-share .page-wrapper .columns .order-details-items .actions-toolbar {
    margin-bottom: 1.25rem !important; }
  .customer-account-edit .page-wrapper .columns .order-details-items .order-title strong,.customer-account-index .page-wrapper .columns .order-details-items .order-title strong,.customer-address-form .page-wrapper .columns .order-details-items .order-title strong,.customer-address-index .page-wrapper .columns .order-details-items .order-title strong,.customer-paymentinfo-index .page-wrapper .columns .order-details-items .order-title strong,.newsletter-manage-index .page-wrapper .columns .order-details-items .order-title strong,.sales-order-creditmemo .page-wrapper .columns .order-details-items .order-title strong,.sales-order-history .page-wrapper .columns .order-details-items .order-title strong,.sales-order-invoice .page-wrapper .columns .order-details-items .order-title strong,.sales-order-view .page-wrapper .columns .order-details-items .order-title strong,.wishlist-index-index .page-wrapper .columns .order-details-items .order-title strong,.wishlist-index-share .page-wrapper .columns .order-details-items .order-title strong {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    color: #0147AB;
    font-weight: 600; }
  .customer-account-edit .page-wrapper .columns .order-details-items .order-title .print,.customer-account-index .page-wrapper .columns .order-details-items .order-title .print,.customer-address-form .page-wrapper .columns .order-details-items .order-title .print,.customer-address-index .page-wrapper .columns .order-details-items .order-title .print,.customer-paymentinfo-index .page-wrapper .columns .order-details-items .order-title .print,.newsletter-manage-index .page-wrapper .columns .order-details-items .order-title .print,.sales-order-creditmemo .page-wrapper .columns .order-details-items .order-title .print,.sales-order-history .page-wrapper .columns .order-details-items .order-title .print,.sales-order-invoice .page-wrapper .columns .order-details-items .order-title .print,.sales-order-view .page-wrapper .columns .order-details-items .order-title .print,.wishlist-index-index .page-wrapper .columns .order-details-items .order-title .print,.wishlist-index-share .page-wrapper .columns .order-details-items .order-title .print {
    margin-left: 1.25rem; }

.customer-account-edit .account-nav .content,.customer-account-index .account-nav .content,.customer-address-form .account-nav .content,.customer-address-index .account-nav .content,.customer-paymentinfo-index .account-nav .content,.newsletter-manage-index .account-nav .content,.sales-order-creditmemo .account-nav .content,.sales-order-history .account-nav .content,.sales-order-invoice .account-nav .content,.sales-order-view .account-nav .content,.wishlist-index-index .account-nav .content,.wishlist-index-share .account-nav .content {
  background: white;
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 ); }

.customer-account-edit .account-nav .item,.customer-account-index .account-nav .item,.customer-address-form .account-nav .item,.customer-address-index .account-nav .item,.customer-paymentinfo-index .account-nav .item,.newsletter-manage-index .account-nav .item,.sales-order-creditmemo .account-nav .item,.sales-order-history .account-nav .item,.sales-order-invoice .account-nav .item,.sales-order-view .account-nav .item,.wishlist-index-index .account-nav .item,.wishlist-index-share .account-nav .item {
  margin: 0.625rem 0;
  line-height: 1.25rem; }
  .customer-account-edit .account-nav .item .delimiter,.customer-account-index .account-nav .item .delimiter,.customer-address-form .account-nav .item .delimiter,.customer-address-index .account-nav .item .delimiter,.customer-paymentinfo-index .account-nav .item .delimiter,.newsletter-manage-index .account-nav .item .delimiter,.sales-order-creditmemo .account-nav .item .delimiter,.sales-order-history .account-nav .item .delimiter,.sales-order-invoice .account-nav .item .delimiter,.sales-order-view .account-nav .item .delimiter,.wishlist-index-index .account-nav .item .delimiter,.wishlist-index-share .account-nav .item .delimiter {
    display: none; }
  .customer-account-edit .account-nav .item.current a,.customer-account-edit .account-nav .item.current strong,.customer-account-index .account-nav .item.current a,.customer-account-index .account-nav .item.current strong,.customer-address-form .account-nav .item.current a,.customer-address-form .account-nav .item.current strong,.customer-address-index .account-nav .item.current a,.customer-address-index .account-nav .item.current strong,.customer-paymentinfo-index .account-nav .item.current a,.customer-paymentinfo-index .account-nav .item.current strong,.newsletter-manage-index .account-nav .item.current a,.newsletter-manage-index .account-nav .item.current strong,.sales-order-creditmemo .account-nav .item.current a,.sales-order-creditmemo .account-nav .item.current strong,.sales-order-history .account-nav .item.current a,.sales-order-history .account-nav .item.current strong,.sales-order-invoice .account-nav .item.current a,.sales-order-invoice .account-nav .item.current strong,.sales-order-view .account-nav .item.current a,.sales-order-view .account-nav .item.current strong,.wishlist-index-index .account-nav .item.current a,.wishlist-index-index .account-nav .item.current strong,.wishlist-index-share .account-nav .item.current a,.wishlist-index-share .account-nav .item.current strong {
    font-weight: 600;
    border: none;
    color: #0147AB; }
  .customer-account-edit .account-nav .item a,.customer-account-index .account-nav .item a,.customer-address-form .account-nav .item a,.customer-address-index .account-nav .item a,.customer-paymentinfo-index .account-nav .item a,.newsletter-manage-index .account-nav .item a,.sales-order-creditmemo .account-nav .item a,.sales-order-history .account-nav .item a,.sales-order-invoice .account-nav .item a,.sales-order-view .account-nav .item a,.wishlist-index-index .account-nav .item a,.wishlist-index-share .account-nav .item a {
    color: #09244A; }
    .customer-account-edit .account-nav .item a:hover,.customer-account-index .account-nav .item a:hover,.customer-address-form .account-nav .item a:hover,.customer-address-index .account-nav .item a:hover,.customer-paymentinfo-index .account-nav .item a:hover,.newsletter-manage-index .account-nav .item a:hover,.sales-order-creditmemo .account-nav .item a:hover,.sales-order-history .account-nav .item a:hover,.sales-order-invoice .account-nav .item a:hover,.sales-order-view .account-nav .item a:hover,.wishlist-index-index .account-nav .item a:hover,.wishlist-index-share .account-nav .item a:hover {
      background: none;
      color: #0147AB; }

.customer-account-edit .sidebar-additional,.customer-account-index .sidebar-additional,.customer-address-form .sidebar-additional,.customer-address-index .sidebar-additional,.customer-paymentinfo-index .sidebar-additional,.newsletter-manage-index .sidebar-additional,.sales-order-creditmemo .sidebar-additional,.sales-order-history .sidebar-additional,.sales-order-invoice .sidebar-additional,.sales-order-view .sidebar-additional,.wishlist-index-index .sidebar-additional,.wishlist-index-share .sidebar-additional {
  margin: 0; }
  .customer-account-edit .sidebar-additional .block-reorder,.customer-account-index .sidebar-additional .block-reorder,.customer-address-form .sidebar-additional .block-reorder,.customer-address-index .sidebar-additional .block-reorder,.customer-paymentinfo-index .sidebar-additional .block-reorder,.newsletter-manage-index .sidebar-additional .block-reorder,.sales-order-creditmemo .sidebar-additional .block-reorder,.sales-order-history .sidebar-additional .block-reorder,.sales-order-invoice .sidebar-additional .block-reorder,.sales-order-view .sidebar-additional .block-reorder,.wishlist-index-index .sidebar-additional .block-reorder,.wishlist-index-share .sidebar-additional .block-reorder {
    background: white;
    background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
    padding: 0 0.9375rem; }
    .customer-account-edit .sidebar-additional .block-reorder .block-title,.customer-account-index .sidebar-additional .block-reorder .block-title,.customer-address-form .sidebar-additional .block-reorder .block-title,.customer-address-index .sidebar-additional .block-reorder .block-title,.customer-paymentinfo-index .sidebar-additional .block-reorder .block-title,.newsletter-manage-index .sidebar-additional .block-reorder .block-title,.sales-order-creditmemo .sidebar-additional .block-reorder .block-title,.sales-order-history .sidebar-additional .block-reorder .block-title,.sales-order-invoice .sidebar-additional .block-reorder .block-title,.sales-order-view .sidebar-additional .block-reorder .block-title,.wishlist-index-index .sidebar-additional .block-reorder .block-title,.wishlist-index-share .sidebar-additional .block-reorder .block-title {
      padding: 1.25rem 0 0; }
      .customer-account-edit .sidebar-additional .block-reorder .block-title strong,.customer-account-index .sidebar-additional .block-reorder .block-title strong,.customer-address-form .sidebar-additional .block-reorder .block-title strong,.customer-address-index .sidebar-additional .block-reorder .block-title strong,.customer-paymentinfo-index .sidebar-additional .block-reorder .block-title strong,.newsletter-manage-index .sidebar-additional .block-reorder .block-title strong,.sales-order-creditmemo .sidebar-additional .block-reorder .block-title strong,.sales-order-history .sidebar-additional .block-reorder .block-title strong,.sales-order-invoice .sidebar-additional .block-reorder .block-title strong,.sales-order-view .sidebar-additional .block-reorder .block-title strong,.wishlist-index-index .sidebar-additional .block-reorder .block-title strong,.wishlist-index-share .sidebar-additional .block-reorder .block-title strong {
        font-weight: 600;
        color: #0147AB;
        font-size: 1.125rem; }
    .customer-account-edit .sidebar-additional .block-reorder .block-content,.customer-account-index .sidebar-additional .block-reorder .block-content,.customer-address-form .sidebar-additional .block-reorder .block-content,.customer-address-index .sidebar-additional .block-reorder .block-content,.customer-paymentinfo-index .sidebar-additional .block-reorder .block-content,.newsletter-manage-index .sidebar-additional .block-reorder .block-content,.sales-order-creditmemo .sidebar-additional .block-reorder .block-content,.sales-order-history .sidebar-additional .block-reorder .block-content,.sales-order-invoice .sidebar-additional .block-reorder .block-content,.sales-order-view .sidebar-additional .block-reorder .block-content,.wishlist-index-index .sidebar-additional .block-reorder .block-content,.wishlist-index-share .sidebar-additional .block-reorder .block-content {
      padding: 0 0 1.25rem; }
    .customer-account-edit .sidebar-additional .block-reorder .product-items-names .product-item,.customer-account-index .sidebar-additional .block-reorder .product-items-names .product-item,.customer-address-form .sidebar-additional .block-reorder .product-items-names .product-item,.customer-address-index .sidebar-additional .block-reorder .product-items-names .product-item,.customer-paymentinfo-index .sidebar-additional .block-reorder .product-items-names .product-item,.newsletter-manage-index .sidebar-additional .block-reorder .product-items-names .product-item,.sales-order-creditmemo .sidebar-additional .block-reorder .product-items-names .product-item,.sales-order-history .sidebar-additional .block-reorder .product-items-names .product-item,.sales-order-invoice .sidebar-additional .block-reorder .product-items-names .product-item,.sales-order-view .sidebar-additional .block-reorder .product-items-names .product-item,.wishlist-index-index .sidebar-additional .block-reorder .product-items-names .product-item,.wishlist-index-share .sidebar-additional .block-reorder .product-items-names .product-item {
      display: -ms-flexbox;
      display: flex; }
      .customer-account-edit .sidebar-additional .block-reorder .product-items-names .product-item a,.customer-account-index .sidebar-additional .block-reorder .product-items-names .product-item a,.customer-address-form .sidebar-additional .block-reorder .product-items-names .product-item a,.customer-address-index .sidebar-additional .block-reorder .product-items-names .product-item a,.customer-paymentinfo-index .sidebar-additional .block-reorder .product-items-names .product-item a,.newsletter-manage-index .sidebar-additional .block-reorder .product-items-names .product-item a,.sales-order-creditmemo .sidebar-additional .block-reorder .product-items-names .product-item a,.sales-order-history .sidebar-additional .block-reorder .product-items-names .product-item a,.sales-order-invoice .sidebar-additional .block-reorder .product-items-names .product-item a,.sales-order-view .sidebar-additional .block-reorder .product-items-names .product-item a,.wishlist-index-index .sidebar-additional .block-reorder .product-items-names .product-item a,.wishlist-index-share .sidebar-additional .block-reorder .product-items-names .product-item a {
        color: #565A5F;
        text-decoration: none;
        font-size: 1rem; }
        .customer-account-edit .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.customer-account-index .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.customer-address-form .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.customer-address-index .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.customer-paymentinfo-index .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.newsletter-manage-index .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.sales-order-creditmemo .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.sales-order-history .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.sales-order-invoice .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.sales-order-view .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.wishlist-index-index .sidebar-additional .block-reorder .product-items-names .product-item a:hover,.wishlist-index-share .sidebar-additional .block-reorder .product-items-names .product-item a:hover {
          color: #0147AB; }
      .customer-account-edit .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.customer-account-index .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.customer-address-form .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.customer-address-index .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.customer-paymentinfo-index .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.newsletter-manage-index .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.sales-order-creditmemo .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.sales-order-history .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.sales-order-invoice .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.sales-order-view .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.wishlist-index-index .sidebar-additional .block-reorder .product-items-names .product-item .field.item,.wishlist-index-share .sidebar-additional .block-reorder .product-items-names .product-item .field.item {
        margin-right: 0.625rem; }
      .customer-account-edit .sidebar-additional .block-reorder .product-items-names .product-item .control,.customer-account-index .sidebar-additional .block-reorder .product-items-names .product-item .control,.customer-address-form .sidebar-additional .block-reorder .product-items-names .product-item .control,.customer-address-index .sidebar-additional .block-reorder .product-items-names .product-item .control,.customer-paymentinfo-index .sidebar-additional .block-reorder .product-items-names .product-item .control,.newsletter-manage-index .sidebar-additional .block-reorder .product-items-names .product-item .control,.sales-order-creditmemo .sidebar-additional .block-reorder .product-items-names .product-item .control,.sales-order-history .sidebar-additional .block-reorder .product-items-names .product-item .control,.sales-order-invoice .sidebar-additional .block-reorder .product-items-names .product-item .control,.sales-order-view .sidebar-additional .block-reorder .product-items-names .product-item .control,.wishlist-index-index .sidebar-additional .block-reorder .product-items-names .product-item .control,.wishlist-index-share .sidebar-additional .block-reorder .product-items-names .product-item .control {
        display: -ms-flexbox;
        display: flex; }
        .customer-account-edit .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.customer-account-index .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.customer-address-form .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.customer-address-index .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.customer-paymentinfo-index .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.newsletter-manage-index .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.sales-order-creditmemo .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.sales-order-history .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.sales-order-invoice .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.sales-order-view .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.wishlist-index-index .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox,.wishlist-index-share .sidebar-additional .block-reorder .product-items-names .product-item .control .checkbox {
          top: 0; }
      .customer-account-edit .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.customer-account-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.customer-address-form .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.customer-address-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.customer-paymentinfo-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.newsletter-manage-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.sales-order-creditmemo .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.sales-order-history .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.sales-order-invoice .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.sales-order-view .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.wishlist-index-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox],.wishlist-index-share .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] {
        visibility: hidden;
        margin-right: -1rem; }
      .customer-account-edit .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.customer-account-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.customer-address-form .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.customer-address-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.customer-paymentinfo-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.newsletter-manage-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.sales-order-creditmemo .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.sales-order-history .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.sales-order-invoice .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.sales-order-view .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.wishlist-index-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label,.wishlist-index-share .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label {
        padding-left: 1.25rem;
        cursor: pointer; }
        .customer-account-edit .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.customer-account-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.customer-address-form .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.customer-address-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.customer-paymentinfo-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.newsletter-manage-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.sales-order-creditmemo .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.sales-order-history .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.sales-order-invoice .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.sales-order-view .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.wishlist-index-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before,.wishlist-index-share .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox] + label::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          border: 1px solid #DBDBDB;
          box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
          background: #fff; }
      .customer-account-edit .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.customer-account-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.customer-address-form .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.customer-address-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.customer-paymentinfo-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.newsletter-manage-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.sales-order-creditmemo .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.sales-order-history .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.sales-order-invoice .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.sales-order-view .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.wishlist-index-index .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after,.wishlist-index-share .sidebar-additional .block-reorder .product-items-names .product-item input[type=checkbox]:checked + label::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.2%209%22%3E%3Cpath%20fill%3D%22%234D4D4D%22%20d%3D%22M4%209L0%205l1.8-1.7L4%205.5%209.4%200l1.8%201.8z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 70% 70%; }
    .customer-account-edit .sidebar-additional .block-reorder .actions-toolbar,.customer-account-index .sidebar-additional .block-reorder .actions-toolbar,.customer-address-form .sidebar-additional .block-reorder .actions-toolbar,.customer-address-index .sidebar-additional .block-reorder .actions-toolbar,.customer-paymentinfo-index .sidebar-additional .block-reorder .actions-toolbar,.newsletter-manage-index .sidebar-additional .block-reorder .actions-toolbar,.sales-order-creditmemo .sidebar-additional .block-reorder .actions-toolbar,.sales-order-history .sidebar-additional .block-reorder .actions-toolbar,.sales-order-invoice .sidebar-additional .block-reorder .actions-toolbar,.sales-order-view .sidebar-additional .block-reorder .actions-toolbar,.wishlist-index-index .sidebar-additional .block-reorder .actions-toolbar,.wishlist-index-share .sidebar-additional .block-reorder .actions-toolbar {
      max-width: 100%;
      margin-bottom: 0;
      margin-top: 1.875rem; }
      .customer-account-edit .sidebar-additional .block-reorder .actions-toolbar .primary,.customer-account-index .sidebar-additional .block-reorder .actions-toolbar .primary,.customer-address-form .sidebar-additional .block-reorder .actions-toolbar .primary,.customer-address-index .sidebar-additional .block-reorder .actions-toolbar .primary,.customer-paymentinfo-index .sidebar-additional .block-reorder .actions-toolbar .primary,.newsletter-manage-index .sidebar-additional .block-reorder .actions-toolbar .primary,.sales-order-creditmemo .sidebar-additional .block-reorder .actions-toolbar .primary,.sales-order-history .sidebar-additional .block-reorder .actions-toolbar .primary,.sales-order-invoice .sidebar-additional .block-reorder .actions-toolbar .primary,.sales-order-view .sidebar-additional .block-reorder .actions-toolbar .primary,.wishlist-index-index .sidebar-additional .block-reorder .actions-toolbar .primary,.wishlist-index-share .sidebar-additional .block-reorder .actions-toolbar .primary {
        display: block; }
      .customer-account-edit .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.customer-account-index .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.customer-address-form .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.customer-address-index .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.customer-paymentinfo-index .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.newsletter-manage-index .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.sales-order-creditmemo .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.sales-order-history .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.sales-order-invoice .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.sales-order-view .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.wishlist-index-index .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.wishlist-index-share .sidebar-additional .block-reorder .actions-toolbar button.action.primary {
        padding-top: .8em;
        padding-bottom: .8em;
        margin: 0; }
      .customer-account-edit .sidebar-additional .block-reorder .actions-toolbar a.action,.customer-account-index .sidebar-additional .block-reorder .actions-toolbar a.action,.customer-address-form .sidebar-additional .block-reorder .actions-toolbar a.action,.customer-address-index .sidebar-additional .block-reorder .actions-toolbar a.action,.customer-paymentinfo-index .sidebar-additional .block-reorder .actions-toolbar a.action,.newsletter-manage-index .sidebar-additional .block-reorder .actions-toolbar a.action,.sales-order-creditmemo .sidebar-additional .block-reorder .actions-toolbar a.action,.sales-order-history .sidebar-additional .block-reorder .actions-toolbar a.action,.sales-order-invoice .sidebar-additional .block-reorder .actions-toolbar a.action,.sales-order-view .sidebar-additional .block-reorder .actions-toolbar a.action,.wishlist-index-index .sidebar-additional .block-reorder .actions-toolbar a.action,.wishlist-index-share .sidebar-additional .block-reorder .actions-toolbar a.action {
        font-size: 1rem;
        font-weight: 400;
        color: #3736FE;
        margin-top: 0.75rem; }
        .customer-account-edit .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.customer-account-index .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.customer-address-form .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.customer-address-index .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.customer-paymentinfo-index .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.newsletter-manage-index .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.sales-order-creditmemo .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.sales-order-history .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.sales-order-invoice .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.sales-order-view .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.wishlist-index-index .sidebar-additional .block-reorder .actions-toolbar a.action:hover,.wishlist-index-share .sidebar-additional .block-reorder .actions-toolbar a.action:hover {
          color: #504FFF;
          text-decoration: none; }

.customer-account-edit .table:not(.cart):not(.totals),.customer-account-index .table:not(.cart):not(.totals),.customer-address-form .table:not(.cart):not(.totals),.customer-address-index .table:not(.cart):not(.totals),.customer-paymentinfo-index .table:not(.cart):not(.totals),.newsletter-manage-index .table:not(.cart):not(.totals),.sales-order-creditmemo .table:not(.cart):not(.totals),.sales-order-history .table:not(.cart):not(.totals),.sales-order-invoice .table:not(.cart):not(.totals),.sales-order-view .table:not(.cart):not(.totals),.wishlist-index-index .table:not(.cart):not(.totals),.wishlist-index-share .table:not(.cart):not(.totals) {
  width: 100%; }
  .customer-account-edit .table:not(.cart):not(.totals) > thead > tr > th,.customer-account-index .table:not(.cart):not(.totals) > thead > tr > th,.customer-address-form .table:not(.cart):not(.totals) > thead > tr > th,.customer-address-index .table:not(.cart):not(.totals) > thead > tr > th,.customer-paymentinfo-index .table:not(.cart):not(.totals) > thead > tr > th,.newsletter-manage-index .table:not(.cart):not(.totals) > thead > tr > th,.sales-order-creditmemo .table:not(.cart):not(.totals) > thead > tr > th,.sales-order-history .table:not(.cart):not(.totals) > thead > tr > th,.sales-order-invoice .table:not(.cart):not(.totals) > thead > tr > th,.sales-order-view .table:not(.cart):not(.totals) > thead > tr > th,.wishlist-index-index .table:not(.cart):not(.totals) > thead > tr > th,.wishlist-index-share .table:not(.cart):not(.totals) > thead > tr > th {
    text-align: left;
    padding: 0.625rem 0.625rem 0.625rem 0;
    font-size: 1rem;
    color: #09244A;
    font-weight: 600;
    border-bottom: 1px solid #edeced; }
  .customer-account-edit .table:not(.cart):not(.totals) > tbody > tr > td,.customer-account-index .table:not(.cart):not(.totals) > tbody > tr > td,.customer-address-form .table:not(.cart):not(.totals) > tbody > tr > td,.customer-address-index .table:not(.cart):not(.totals) > tbody > tr > td,.customer-paymentinfo-index .table:not(.cart):not(.totals) > tbody > tr > td,.newsletter-manage-index .table:not(.cart):not(.totals) > tbody > tr > td,.sales-order-creditmemo .table:not(.cart):not(.totals) > tbody > tr > td,.sales-order-history .table:not(.cart):not(.totals) > tbody > tr > td,.sales-order-invoice .table:not(.cart):not(.totals) > tbody > tr > td,.sales-order-view .table:not(.cart):not(.totals) > tbody > tr > td,.wishlist-index-index .table:not(.cart):not(.totals) > tbody > tr > td,.wishlist-index-share .table:not(.cart):not(.totals) > tbody > tr > td {
    padding: 0.625rem 0.625rem 0.625rem 0;
    text-align: left;
    font-size: 1rem; }
    .customer-account-edit .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.customer-account-index .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.customer-address-form .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.customer-address-index .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.customer-paymentinfo-index .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.newsletter-manage-index .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.sales-order-creditmemo .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.sales-order-history .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.sales-order-invoice .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.sales-order-view .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.wishlist-index-index .table:not(.cart):not(.totals) > tbody > tr > td .cart-price,.wishlist-index-share .table:not(.cart):not(.totals) > tbody > tr > td .cart-price {
      font-size: 1rem; }
      .customer-account-edit .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.customer-account-index .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.customer-address-form .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.customer-address-index .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.customer-paymentinfo-index .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.newsletter-manage-index .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.sales-order-creditmemo .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.sales-order-history .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.sales-order-invoice .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.sales-order-view .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.wishlist-index-index .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price,.wishlist-index-share .table:not(.cart):not(.totals) > tbody > tr > td .cart-price .price {
        font-weight: 600; }
    .customer-account-edit .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.customer-account-edit .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.customer-account-index .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.customer-account-index .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.customer-address-form .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.customer-address-form .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.customer-address-index .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.customer-address-index .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.customer-paymentinfo-index .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.customer-paymentinfo-index .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.newsletter-manage-index .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.newsletter-manage-index .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.sales-order-creditmemo .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.sales-order-creditmemo .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.sales-order-history .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.sales-order-history .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.sales-order-invoice .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.sales-order-invoice .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.sales-order-view .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.sales-order-view .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.wishlist-index-index .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.wishlist-index-index .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax,.wishlist-index-share .table:not(.cart):not(.totals) > tbody > tr > td .price-excluding-tax,.wishlist-index-share .table:not(.cart):not(.totals) > tbody > tr > td .price-including-tax {
      font-size: 1rem; }
  .customer-account-edit .table:not(.cart):not(.totals) > tfoot > tr > td,.customer-account-index .table:not(.cart):not(.totals) > tfoot > tr > td,.customer-address-form .table:not(.cart):not(.totals) > tfoot > tr > td,.customer-address-index .table:not(.cart):not(.totals) > tfoot > tr > td,.customer-paymentinfo-index .table:not(.cart):not(.totals) > tfoot > tr > td,.newsletter-manage-index .table:not(.cart):not(.totals) > tfoot > tr > td,.sales-order-creditmemo .table:not(.cart):not(.totals) > tfoot > tr > td,.sales-order-history .table:not(.cart):not(.totals) > tfoot > tr > td,.sales-order-invoice .table:not(.cart):not(.totals) > tfoot > tr > td,.sales-order-view .table:not(.cart):not(.totals) > tfoot > tr > td,.wishlist-index-index .table:not(.cart):not(.totals) > tfoot > tr > td,.wishlist-index-share .table:not(.cart):not(.totals) > tfoot > tr > td {
    padding: 0.625rem 0.625rem 0.625rem 0; }
  .customer-account-edit .table:not(.cart):not(.totals) tfoot > tr:first-child td,.customer-account-edit .table:not(.cart):not(.totals) tfoot > tr:first-child th,.customer-account-index .table:not(.cart):not(.totals) tfoot > tr:first-child td,.customer-account-index .table:not(.cart):not(.totals) tfoot > tr:first-child th,.customer-address-form .table:not(.cart):not(.totals) tfoot > tr:first-child td,.customer-address-form .table:not(.cart):not(.totals) tfoot > tr:first-child th,.customer-address-index .table:not(.cart):not(.totals) tfoot > tr:first-child td,.customer-address-index .table:not(.cart):not(.totals) tfoot > tr:first-child th,.customer-paymentinfo-index .table:not(.cart):not(.totals) tfoot > tr:first-child td,.customer-paymentinfo-index .table:not(.cart):not(.totals) tfoot > tr:first-child th,.newsletter-manage-index .table:not(.cart):not(.totals) tfoot > tr:first-child td,.newsletter-manage-index .table:not(.cart):not(.totals) tfoot > tr:first-child th,.sales-order-creditmemo .table:not(.cart):not(.totals) tfoot > tr:first-child td,.sales-order-creditmemo .table:not(.cart):not(.totals) tfoot > tr:first-child th,.sales-order-history .table:not(.cart):not(.totals) tfoot > tr:first-child td,.sales-order-history .table:not(.cart):not(.totals) tfoot > tr:first-child th,.sales-order-invoice .table:not(.cart):not(.totals) tfoot > tr:first-child td,.sales-order-invoice .table:not(.cart):not(.totals) tfoot > tr:first-child th,.sales-order-view .table:not(.cart):not(.totals) tfoot > tr:first-child td,.sales-order-view .table:not(.cart):not(.totals) tfoot > tr:first-child th,.wishlist-index-index .table:not(.cart):not(.totals) tfoot > tr:first-child td,.wishlist-index-index .table:not(.cart):not(.totals) tfoot > tr:first-child th,.wishlist-index-share .table:not(.cart):not(.totals) tfoot > tr:first-child td,.wishlist-index-share .table:not(.cart):not(.totals) tfoot > tr:first-child th {
    border-top: 1px solid #edeced; }
  .customer-account-edit .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.customer-account-edit .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.customer-account-index .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.customer-account-index .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.customer-address-form .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.customer-address-form .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.customer-address-index .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.customer-address-index .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.customer-paymentinfo-index .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.customer-paymentinfo-index .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.newsletter-manage-index .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.newsletter-manage-index .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.sales-order-creditmemo .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.sales-order-creditmemo .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.sales-order-history .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.sales-order-history .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.sales-order-invoice .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.sales-order-invoice .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.sales-order-view .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.sales-order-view .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.wishlist-index-index .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.wishlist-index-index .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th,.wishlist-index-share .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child td,.wishlist-index-share .table:not(.cart):not(.totals).table-order-items tfoot > tr:first-child th {
    padding: 0.625rem 0.625rem 0.625rem 0; }
  .customer-account-edit .table:not(.cart):not(.totals).table-order-items .subtotal,.customer-account-index .table:not(.cart):not(.totals).table-order-items .subtotal,.customer-address-form .table:not(.cart):not(.totals).table-order-items .subtotal,.customer-address-index .table:not(.cart):not(.totals).table-order-items .subtotal,.customer-paymentinfo-index .table:not(.cart):not(.totals).table-order-items .subtotal,.newsletter-manage-index .table:not(.cart):not(.totals).table-order-items .subtotal,.sales-order-creditmemo .table:not(.cart):not(.totals).table-order-items .subtotal,.sales-order-history .table:not(.cart):not(.totals).table-order-items .subtotal,.sales-order-invoice .table:not(.cart):not(.totals).table-order-items .subtotal,.sales-order-view .table:not(.cart):not(.totals).table-order-items .subtotal,.wishlist-index-index .table:not(.cart):not(.totals).table-order-items .subtotal,.wishlist-index-share .table:not(.cart):not(.totals).table-order-items .subtotal {
    text-align: right; }

.customer-account-edit .box-order-billing-method .payment-method .table tr th,.customer-account-index .box-order-billing-method .payment-method .table tr th,.customer-address-form .box-order-billing-method .payment-method .table tr th,.customer-address-index .box-order-billing-method .payment-method .table tr th,.customer-paymentinfo-index .box-order-billing-method .payment-method .table tr th,.newsletter-manage-index .box-order-billing-method .payment-method .table tr th,.sales-order-creditmemo .box-order-billing-method .payment-method .table tr th,.sales-order-history .box-order-billing-method .payment-method .table tr th,.sales-order-invoice .box-order-billing-method .payment-method .table tr th,.sales-order-view .box-order-billing-method .payment-method .table tr th,.wishlist-index-index .box-order-billing-method .payment-method .table tr th,.wishlist-index-share .box-order-billing-method .payment-method .table tr th {
  text-align: left; }

.customer-paymentinfo-index .checkout-payment-method .actions-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.customer-paymentinfo-index .block-addresses-list .items.addresses .box-address-billing {
  font-size: 1rem; }

.page-print .body-footer,.page-print .body-header {
  display: none; }

.page-print #maincontent {
  padding: 0.625rem 0 3.125rem 0; }

.page-print .page-wrapper .page-title-wrapper .page-title {
  font-size: 2rem; }

.page-print .logo img {
  width: 128px;
  height: 91px; }

.page-print .price-excluding-tax,.page-print .price-including-tax {
  font-size: 1rem; }
  .page-print .price-excluding-tax .price,.page-print .price-including-tax .price {
    font-weight: 100; }

.page-print .block-order-details-view .block-title > strong,.page-print .order-details-items .order-title > strong {
  margin: 0 0 1.25rem !important;
  font-size: 1.125rem !important;
  color: #0147AB;
  font-weight: 600 !important; }

.page-print .table {
  width: 100%; }

.page-print .table:not(.cart):not(.totals) > thead > tr > td,.page-print .table:not(.cart):not(.totals) > thead > tr > th {
  padding: 0 0 1rem; }

.page-print .table:not(.cart):not(.totals) > thead > tr > th.name,.page-print .table:not(.cart):not(.totals) > thead > tr > th.sku {
  text-align: left; }

.page-print .column.main .block:not(.widget) .box-title > span {
  font-size: 1rem; }

.page-print address {
  font-style: normal;
  line-height: 1.75rem;
  font-size: 1rem; }

.page-print .copyright {
  width: 100%;
  text-align: center;
  display: block; }

.account .page-wrapper .page-title-wrapper {
  display: block; }
  .account .page-wrapper .page-title-wrapper .page-title {
    display: inline-block;
    margin: 0 1.5625rem 0.3125rem 0;
    font-size: 1.875rem; }
  .account .page-wrapper .page-title-wrapper .order-status,.account .page-wrapper .page-title-wrapper .return-status {
    border: 2px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    padding: 0.3125rem; }
  .account .page-wrapper .page-title-wrapper .order-date {
    margin: 0.625rem -0.125rem 1.125rem; }
  .account .page-wrapper .page-title-wrapper .actions-toolbar {
    text-align: left;
    margin-bottom: 1.5625rem; }

.catalog-product-view .column.main {
  padding-bottom: 0; }

.catalog-product-view .product-info-media-additional {
  background: white;
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
  width: 100%;
  display: inline-block;
  padding-bottom: 1.875rem; }

.catalog-product-view.page-layout-1column .fotorama {
  overflow: inherit; }

.catalog-product-view.page-layout-1column .fotorama__stage {
  background: #fff;
  box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 1rem;
  height: 440px !important;
  max-width: 100%; }

.catalog-product-view.page-layout-1column .fotorama__caption {
  display: none; }

.catalog-product-view.page-layout-1column .fotorama__nav {
  padding: 1.25rem 0; }

.catalog-product-view.page-layout-1column .fotorama__wrap .fotorama__grab {
  margin-left: 0.3125rem; }

.catalog-product-view.page-layout-1column .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0.125rem 0.9375rem 0.125rem 0 !important; }
  .catalog-product-view.page-layout-1column .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb {
    background: #fff;
    box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px; }
  .catalog-product-view.page-layout-1column .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active .fotorama__thumb {
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.3); }

.catalog-product-view.page-layout-1column .fotorama__thumb-border {
  display: none !important; }

.catalog-product-view.page-layout-1column .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,.catalog-product-view.page-layout-1column .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  background: none; }

.catalog-product-view.page-layout-1column .fotorama__nav.fotorama__shadows--left::before,.catalog-product-view.page-layout-1column .fotorama__nav.fotorama__shadows--right::after,.catalog-product-view.page-layout-1column .fotorama__stage.fotorama__shadows--left::before,.catalog-product-view.page-layout-1column .fotorama__stage.fotorama__shadows--right::after {
  display: none; }

.catalog-product-view.page-layout-1column .fotorama__nav--dots .fotorama__nav__frame {
  cursor: pointer; }

.catalog-product-view.page-layout-1column .fotorama__active .fotorama__dot {
  background-color: #3736FE;
  border-color: #3736FE; }

.catalog-product-view.page-layout-1column .product.media {
  width: 100%; }
  .catalog-product-view.page-layout-1column .product.media .gallery-placeholder .loader img::before {
    display: none; }
  .catalog-product-view.page-layout-1column .product.media .gallery-placeholder._block-content-loading {
    background: #fff;
    box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 1rem;
    height: 440px !important;
    max-width: 100%;
    position: relative; }
    .catalog-product-view.page-layout-1column .product.media .gallery-placeholder._block-content-loading img {
      height: auto;
      left: 50%;
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      transition-duration: .3s;
      transition-property: width,height,top,left;
      vertical-align: middle;
      width: auto; }
  .catalog-product-view.page-layout-1column .product.media .fotorama__video-close {
    display: none; }

.catalog-product-view.page-layout-1column .product-info-main {
  width: 100%;
  padding: 0 0.625rem; }
  .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper {
    padding: 0 0 1.25rem; }
    .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title {
      position: relative; }
      .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title .base span {
        position: relative;
        font-weight: 300;
        font-size: 1.625rem; }
  .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart {
      width: 60%; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .request-sample-form.form-in-popup {
        display: none; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .model-number .type {
        color: #09244A;
        font-weight: 600;
        font-size: 1rem; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .model-number .value {
        color: #09244A;
        font-weight: 600;
        font-size: 1rem;
        margin: 0; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-sku {
        color: #09244A;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-sku .label {
          display: inline-block; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-sku .value {
          display: inline-block; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .overview {
        font-size: 1rem;
        line-height: 1.5; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-info-price {
        width: auto;
        line-height: 2.125rem; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-info-price .price-box {
          display: inline-block; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-info-price .price-box .price {
            font-size: 1.5rem;
            font-weight: 400;
            color: #09244A;
            letter-spacing: 0.125rem; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-cart-cta {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-cart-cta .cta-item {
          width: 48%; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-cart-cta .cta-item .button {
            width: 100%;
            padding: 1em .5em; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form {
        width: auto;
        float: left; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart {
          margin: 0; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center; }
            .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block .label {
              margin: 0 1.25rem 0 0;
              color: #09244A;
              font-weight: 600;
              font-size: 1rem; }
            .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block .quantity {
              width: 75px;
              position: relative; }
              .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block .quantity .qty-increase {
                position: absolute;
                width: 30px;
                height: 100%;
                top: 0;
                right: 0;
                border-left: 2px solid #edeced;
                background: #fff;
                border-radius: 0 3px 3px 0; }
                .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block .quantity .qty-increase .qty-minus,.catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block .quantity .qty-increase .qty-plus {
                  width: 100%;
                  height: 50%;
                  background: none;
                  border: none;
                  font-size: 1.5rem;
                  color: #09244A;
                  cursor: pointer;
                  padding: 0;
                  line-height: 0.625rem;
                  font-family: "Montserrat", sans-serif;
                  overflow: hidden;
                  line-height: 1.875rem;
                  position: absolute;
                  left: 0; }
                .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block .quantity .qty-increase .qty-plus {
                  top: 0; }
                .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block .quantity .qty-increase .qty-minus {
                  bottom: 0;
                  font-size: 1.875rem;
                  line-height: 0.625rem; }
            .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block .input-text {
              border-radius: 3px;
              border: none;
              height: 44px;
              padding: 0 0.9375rem 0 0;
              -webkit-appearance: none;
              -moz-appearance: none;
              margin: 0;
              font-size: 1.125rem;
              color: #09244A;
              font-family: "Montserrat", sans-serif;
              font-weight: 400; }
              .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block .input-text:focus {
                border: none;
                box-shadow: none;
                outline: none; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .actions {
            display: none; }
    .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions {
      background: #fff;
      border-radius: 10px;
      padding: 1.25rem;
      width: 36%; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .red-border-button {
        width: 100%;
        padding: .5em 1em;
        margin-bottom: 1rem; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .product-main-documents {
        padding: 0 0 0.625rem 0;
        border-bottom: 1px solid #edeced; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .product-main-documents .document-link {
          font-size: 1rem;
          color: #09244A;
          font-weight: 600;
          text-decoration: none;
          padding: 0.625rem 0 0.625rem 1.875rem;
          width: 100%;
          display: inline-block;
          background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2029.52%2025.76%22%3E%3Ctitle%3EGV_download_icon%3C/title%3E%3Cpolygon%20fill%3D%22%2309244a%22%20points%3D%2214.76%2020%2022.76%2010%2017.76%2010%2017.76%200%2011.76%200%2011.76%2010%206.76%2010%2014.76%2020%22/%3E%3Cpolygon%20fill%3D%22%2309244a%22%20points%3D%2226%2016%2026%2022.24%203.52%2022.24%203.52%2016%200%2016%200%2025.76%2029.52%2025.76%2029.52%2016%2026%2016%22/%3E%3C/svg%3E%0A);
          background-repeat: no-repeat;
          background-position: 0 8px;
          background-size: 18px; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .product-main-documents .document-link:hover {
            color: #3736FE; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .product-custom-action .action-item {
        font-size: 1rem;
        color: #09244A;
        font-weight: 600;
        padding: 0.625rem 0 0.9375rem 1.875rem;
        margin: 0.625rem 0 0;
        width: 100%;
        display: inline-block;
        background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Ctitle%3EGV_orderingBulk_icon%3C/title%3E%3Cpath%20fill%3D%22%2309244a%22%20d%3D%22M644.62%2C419.21a1%2C1%2C0%2C0%2C0-.86-.18l-.76.19V410h0a1%2C1%2C0%2C0%2C0-.09-.39l-.06-.09a.88.88%2C0%2C0%2C0-.19-.24l0-.06%2C0%2C0a1.19%2C1.19%2C0%2C0%2C0-.36-.17h0l-9-2a1.11%2C1.11%2C0%2C0%2C0-.48%2C0l-15%2C4a1.29%2C1.29%2C0%2C0%2C0-.33.17h0a.1.1%2C0%2C0%2C1%2C0%2C.05%2C1.22%2C1.22%2C0%2C0%2C0-.2.25l0%2C.1a1.18%2C1.18%2C0%2C0%2C0-.09.37v10a1%2C1%2C0%2C0%2C0%2C.76%2C1l1.24.31V432a1%2C1%2C0%2C0%2C0%2C.76%2C1l8%2C2%2C.24%2C0%2C.24%2C0%2C16-4a1%2C1%2C0%2C0%2C0%2C.76-1V420A1%2C1%2C0%2C0%2C0%2C644.62%2C419.21Zm-25.62%2C2v-7.94l6%2C1.5v7.44L620.24%2C421a1%2C1%2C0%2C0%2C0-.86.18.47.47%2C0%2C0%2C0-.06.09Zm8%2C1.5v-7.94l14-3.5v7.94l-14%2C3.5ZM633%2C409l4.63%2C1L626%2C413l-4-1Zm-12%2C14.75%2C4.76%2C1.19.24%2C0%2C.24%2C0%2C.76-.19v7.94l-6-1.5Zm22%2C5.44-14%2C3.5v-7.94l14-3.5Z%22%20transform%3D%22translate%28-617%20-407%29%22/%3E%3C/svg%3E%0A);
        background-repeat: no-repeat;
        background-position: 0 12px;
        background-size: 18px;
        border-bottom: 1px solid #edeced; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .product-custom-action .action-item.help-item {
          background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2028%2026%22%3E%3Ctitle%3EGV_needHelp_icon%3C/title%3E%3Cpath%20fill%3D%22%2309244a%22%20d%3D%22M596.24%2C411H581.76a6.76%2C6.76%2C0%2C0%2C0-6.76%2C6.76v7.48a6.76%2C6.76%2C0%2C0%2C0%2C6.76%2C6.76h7.83l4.7%2C4.71a1%2C1%2C0%2C0%2C0%2C.71.29.84.84%2C0%2C0%2C0%2C.38-.08A1%2C1%2C0%2C0%2C0%2C596%2C436v-4h.24a6.76%2C6.76%2C0%2C0%2C0%2C6.76-6.76v-7.48A6.76%2C6.76%2C0%2C0%2C0%2C596.24%2C411Zm-14.48%2C2h14.48a4.77%2C4.77%2C0%2C0%2C1%2C4.76%2C4.76V421H577v-3.24A4.77%2C4.77%2C0%2C0%2C1%2C581.76%2C413Zm14.48%2C17H595a1%2C1%2C0%2C0%2C0-1%2C1v2.59l-3.29-3.3A1%2C1%2C0%2C0%2C0%2C590%2C430h-8.24a4.77%2C4.77%2C0%2C0%2C1-4.76-4.76V423h24v2.24A4.77%2C4.77%2C0%2C0%2C1%2C596.24%2C430Z%22%20transform%3D%22translate%28-575%20-411%29%22/%3E%3C/svg%3E); }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .product-custom-action .action-item:last-child {
          border-bottom: none;
          padding-bottom: 0; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .product-custom-action .action-item .action-title {
          display: block; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .product-custom-action .action-item .action-link {
          color: #09244A;
          font-weight: 400;
          text-decoration: none;
          padding: 0.3125rem 0;
          display: inline-block; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .product-custom-action .action-item .action-link:hover {
            color: #3736FE; }

.catalog-product-view.page-layout-1column .product.info.detailed {
  margin-bottom: 0; }
  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab {
    max-width: 1340px;
    margin: 2.5rem auto;
    width: 100%;
    padding: 0;
    border: 1px solid #edeced;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-direction: column;
        flex-direction: column; }
    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab.anchor-section-sticky-relative {
      position: relative;
      top: auto;
      left: auto; }
    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab.anchor-section-sticky-absolute {
      position: absolute;
      left: 0; }
    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab.anchor-section-sticky-fixed {
      position: fixed;
      margin: 0;
      left: 0;
      max-width: 100%;
      border-radius: 0;
      z-index: 2; }
    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title {
      display: inline-block;
      width: 100%;
      text-align: center;
      border-bottom: 2px solid #edeced; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title:hover {
        background: #edeced; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title:last-child {
        border: none; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title:first-child .data-anchor .icon {
        opacity: 1; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title .data-anchor {
        font-size: 1rem;
        font-weight: 700;
        color: #09244A;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%;
        padding: 0.9375rem 0.3125rem;
        text-decoration: none;
        cursor: pointer;
        height: 100%; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title .data-anchor.anchor-active .icon,.catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title .data-anchor:hover .icon {
          opacity: 1; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title .data-anchor.anchor-active {
          background: #edeced; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title .data-anchor .icon {
          transform: rotate(-90deg);
          font-size: 1rem;
          margin-left: 0.625rem;
          position: relative;
          opacity: 0; }
  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items {
    width: 100%; }
    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item {
      max-width: 100%;
      padding: 0;
      margin: 0; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .data-item-title {
        margin-bottom: 0; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper {
        width: 100%;
        background: #eee; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related {
          max-width: 1340px;
          margin: 0 auto;
          width: 100%;
          padding: 0 0.625rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items {
            margin: 0;
            padding: 1.875rem 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -ms-flex-pack: justify;
                justify-content: space-between; }
            .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item {
              width: 100%;
              padding: 1.25rem;
              background: #fff;
              border-radius: 10px;
              display: -ms-flexbox;
              display: flex;
              margin: 0 0 1.25rem; }
              .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-info {
                width: 130px;
                margin-right: 0.9375rem;
                text-align: center; }
                .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-info .image {
                  max-width: 100%;
                  width: auto;
                  height: auto; }
                .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-info .product-image-container {
                  margin-bottom: 1.25rem; }
                .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-info .quick-view {
                  font-size: 1rem;
                  color: #3736FE;
                  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%2080.502%2080.502%22%20style%3D%22enable-background%3Anew%200%200%2080.502%2080.502%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20d%3D%22M80.502%2C74.658L58.688%2C52.742c4.193-5.524%2C6.691-12.416%2C6.691-19.885c0-18.104-14.664-32.84-32.69-32.84%20%20%20%20%20S0%2C14.753%2C0%2C32.857c0%2C18.111%2C14.664%2C32.848%2C32.689%2C32.848c7.643%2C0%2C14.674-2.655%2C20.247-7.088l21.768%2C21.867L80.502%2C74.658z%20%20%20%20%20%20M32.689%2C58.312c-13.967%2C0-25.332-11.419-25.332-25.455c0-14.027%2C11.365-25.446%2C25.332-25.446%20%20%20%20%20c13.968%2C0%2C25.333%2C11.419%2C25.333%2C25.446C58.021%2C46.894%2C46.657%2C58.312%2C32.689%2C58.312z%22%20fill%3D%22%23A32136%22/%3E%0A%3C/svg%3E");
                  background-repeat: no-repeat;
                  background-size: 12px;
                  background-position: left center;
                  padding-left: 1rem;
                  cursor: pointer;
                  text-decoration: none; }
                  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-info .quick-view:hover {
                    color: #504FFF; }
              .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details {
                width: 100%; }
                .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-name a {
                  font-size: 1rem;
                  color: #09244A;
                  font-weight: 600;
                  text-decoration: none;
                  display: inline-block;
                  width: 100%;
                  padding-bottom: 0.3125rem; }
                  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-name a:hover {
                    color: #0147AB; }
                .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-name .operator-type {
                  font-size: 1rem;
                  color: #09244A;
                  font-weight: 600; }
                .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .price-qty-wrapper {
                  display: -ms-flexbox;
                  display: flex;
                  width: 100%; }
                  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .price-qty-wrapper .price-box {
                    margin: 0 0.625rem 0 0;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-align: center;
                        align-items: center; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .price-qty-wrapper .price-box .price {
                      font-weight: 300;
                      font-size: 1rem;
                      color: #09244A; }
                .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block {
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-align: center;
                      align-items: center; }
                  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .label {
                    margin: 0 0.3125rem 0 0;
                    color: #0147AB;
                    font-weight: 600;
                    font-size: 1rem; }
                  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .quantity {
                    width: 65px;
                    position: relative;
                    border: 2px solid #edeced;
                    border-radius: 5px; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .quantity .qty-increase {
                      position: absolute;
                      width: 26px;
                      height: 100%;
                      top: 0;
                      right: 0;
                      border-left: 2px solid #edeced;
                      background: #fff;
                      border-radius: 0 3px 3px 0; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .quantity .qty-increase .qty-minus,.catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .quantity .qty-increase .qty-plus {
                        width: 100%;
                        height: 50%;
                        background: none;
                        border: none;
                        font-size: 1.5rem;
                        color: #09244A;
                        cursor: pointer;
                        padding: 0;
                        line-height: 0.625rem;
                        font-family: "Montserrat", sans-serif;
                        overflow: hidden;
                        line-height: 1.875rem;
                        position: absolute;
                        left: 0;
                        border-radius: 5px; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .quantity .qty-increase .qty-plus {
                        top: 0; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .quantity .qty-increase .qty-minus {
                        bottom: 0;
                        font-size: 1.875rem;
                        line-height: 0.625rem; }
                  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .input-text {
                    border-radius: 3px;
                    border: none;
                    height: 40px;
                    padding: 0 0.9375rem 0 0;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    margin: 0;
                    font-size: 1rem;
                    color: #09244A;
                    font-family: "Montserrat", sans-serif;
                    font-weight: 400;
                    text-align: center; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .input-text:focus {
                      border: none;
                      box-shadow: none;
                      outline: none; }
                .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions {
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
                  -ms-flex-direction: row;
                      flex-direction: row;
                  margin-top: 0.625rem;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap;
                  width: 100%; }
                  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-primary {
                    width: 100%;
                    margin-bottom: 0.625rem; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-primary .action.primary {
                      padding: 0 0.625rem;
                      font-size: 1rem;
                      width: 100%;
                      height: 40px;
                      line-height: 2.5rem; }
                  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-secondary {
                    width: 100%;
                    padding: 0; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-secondary .whishlist {
                      font-size: 1rem;
                      width: 100%;
                      height: 40px;
                      line-height: 2.5rem;
                      font-weight: 500;
                      padding: 0 0.625rem; }
    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item {
      max-width: 1340px;
      margin: 0 auto 2.5rem;
      width: 100%;
      padding: 0 0.625rem; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .data-item-title {
        font-size: 1.25rem;
        color: #09244A;
        font-weight: 700;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #edeced;
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .data-item-content .description {
        line-height: 1.7;
        font-size: 1rem; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .data-item-content .description p {
          margin-bottom: 1.25rem; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes-wrapper .left-column,.catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes-wrapper .right-column {
          width: 100%; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes li {
          width: 100%;
          padding: 1.25rem 0.625rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          line-height: 1.25rem;
          -ms-flex-direction: column;
              flex-direction: column; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes li:nth-child(odd) {
            background: #edeced; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes li .label {
            font-weight: 600;
            font-size: 1rem;
            color: #09244A;
            padding: 0 0.3125rem 0.125rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes li .data {
            font-size: 1rem;
            padding: 0 0.3125rem;
            text-align: left; }
  .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions.two-column {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions.two-column .dimensions-item {
        width: 100%; }
    .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions .dimensions-item {
      width: 100%;
      height: 315px;
      border: 1px solid #edeced;
      position: relative;
      margin-bottom: 0.625rem; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions .dimensions-item .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        text-align: center; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions .dimensions-item .content img {
          max-width: 90%;
          max-height: 300px; }

.catalog-product-view.page-layout-1column .body-header:not(.scrolled) + .page-main .product.info.detailed .product-data-sticky-tab.anchor-section-sticky-fixed {
  top: 0 !important; }

.product-quick-view {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 1.25rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column; }
  .product-quick-view .quick-view-image {
    width: 100%;
    text-align: center; }
    .product-quick-view .quick-view-image img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .product-quick-view .quick-view-details {
    width: 100%;
    margin-top: 1.25rem; }
    .product-quick-view .quick-view-details .attribute-item {
      margin-bottom: 0.625rem; }
      .product-quick-view .quick-view-details .attribute-item .item-label {
        color: #09244A;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.1875rem; }
      .product-quick-view .quick-view-details .attribute-item .item-value {
        color: #09244A;
        font-size: 1rem;
        line-height: 1.1875rem; }
    .product-quick-view .quick-view-details .product-item-name {
      font-size: 1.625rem;
      color: #09244A;
      width: 100%; }
      .product-quick-view .quick-view-details .product-item-name .product-item-link {
        color: #09244A;
        font-weight: 600; }
        .product-quick-view .quick-view-details .product-item-name .product-item-link:hover {
          color: #0147AB;
          text-decoration: none; }
    .product-quick-view .quick-view-details .operator-type {
      width: 100%;
      font-size: 1rem;
      color: #09244A;
      font-weight: 600;
      margin: 0 0 1.25rem; }
    .product-quick-view .quick-view-details .product-sku {
      margin-bottom: 1.25rem; }
    .product-quick-view .quick-view-details .quick-view-content-block {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-direction: column;
          flex-direction: column; }
      .product-quick-view .quick-view-details .quick-view-content-block .quick-view-content {
        width: 100%; }
      .product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions {
        width: 100%;
        margin-top: 1.25rem;
        background: #fff;
        border-radius: 10px;
        padding: 1.25rem 0; }
        .product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .red-border-button,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .tocompare {
          width: 100%;
          margin-bottom: 1rem;
          padding: .5em 1em; }
      .product-quick-view .quick-view-details .quick-view-content-block .short-description {
        font-size: 1rem;
        line-height: 1.5; }
      .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper {
        display: -ms-flexbox;
        display: flex; }
        .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .price-box {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          margin-right: 1.25rem; }
          .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .price-box .price {
            color: #09244A;
            font-size: 1.5rem;
            font-weight: 300; }
        .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .product-quantity-block {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .product-quantity-block .label {
            margin: 0 1.25rem 0 0;
            color: #0147AB;
            font-weight: 600;
            font-size: 1rem; }
          .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .product-quantity-block .quantity {
            width: 75px;
            position: relative;
            border: 2px solid #edeced; }
            .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .product-quantity-block .quantity .qty-increase {
              position: absolute;
              width: 30px;
              height: 100%;
              top: 0;
              right: 0;
              border-left: 2px solid #edeced;
              background: #fff;
              border-radius: 0 3px 3px 0; }
              .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .product-quantity-block .quantity .qty-increase .qty-minus,.product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .product-quantity-block .quantity .qty-increase .qty-plus {
                width: 100%;
                height: 50%;
                background: none;
                border: none;
                font-size: 1.5rem;
                color: #09244A;
                cursor: pointer;
                padding: 0;
                line-height: 0.625rem;
                font-family: "Montserrat", sans-serif;
                overflow: hidden;
                line-height: 1.875rem;
                position: absolute;
                left: 0; }
              .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .product-quantity-block .quantity .qty-increase .qty-plus {
                top: 0; }
              .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .product-quantity-block .quantity .qty-increase .qty-minus {
                bottom: 0;
                font-size: 1.875rem;
                line-height: 0.625rem; }
          .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .product-quantity-block .input-text {
            border-radius: 3px;
            border: none;
            height: 44px;
            padding: 0 0.9375rem 0 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            margin: 0;
            font-size: 1.125rem;
            color: #09244A;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            text-align: center;
            width: 100%; }
            .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .product-quantity-block .input-text:focus {
              border: none;
              box-shadow: none;
              outline: none; }
      .product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 1.25rem 0 0; }
        .product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample .action-request-quote,.product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample .actions-primary {
          width: 100%;
          margin: 1.25rem 0 0; }
          .product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample .action-request-quote .button,.product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample .action-request-quote button,.product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample .actions-primary .button,.product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample .actions-primary button {
            width: 100%;
            font-weight: 300; }
      .product-quick-view .quick-view-details .quick-view-content-block .actions-secondary {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
            flex-flow: column;
        margin-bottom: 1rem; }
        .product-quick-view .quick-view-details .quick-view-content-block .actions-secondary .whishlist {
          padding: 0.625rem 1.25rem;
          width: 100%; }
      .product-quick-view .quick-view-details .quick-view-content-block .product-main-documents {
        padding: 0 0 0.625rem 0;
        border-bottom: 1px solid #edeced; }
        .product-quick-view .quick-view-details .quick-view-content-block .product-main-documents .document-link {
          font-size: 1rem;
          color: #09244A;
          font-weight: 600;
          text-decoration: none;
          padding: 0.625rem 0 0.625rem 1.875rem;
          width: 100%;
          display: inline-block;
          background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2029.52%2025.76%22%3E%3Ctitle%3EGV_download_icon%3C/title%3E%3Cpolygon%20fill%3D%22%2309244a%22%20points%3D%2214.76%2020%2022.76%2010%2017.76%2010%2017.76%200%2011.76%200%2011.76%2010%206.76%2010%2014.76%2020%22/%3E%3Cpolygon%20fill%3D%22%2309244a%22%20points%3D%2226%2016%2026%2022.24%203.52%2022.24%203.52%2016%200%2016%200%2025.76%2029.52%2025.76%2029.52%2016%2026%2016%22/%3E%3C/svg%3E%0A);
          background-repeat: no-repeat;
          background-position: 0 8px;
          background-size: 18px; }
          .product-quick-view .quick-view-details .quick-view-content-block .product-main-documents .document-link:hover {
            color: #3736FE; }
      .product-quick-view .quick-view-details .quick-view-content-block .product-custom-action .action-item {
        font-size: 1rem;
        color: #09244A;
        font-weight: 600;
        padding: 0.625rem 0 0.625rem 1.875rem;
        margin: 0.3125rem 0 0;
        width: 100%;
        display: inline-block;
        background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Ctitle%3EGV_orderingBulk_icon%3C/title%3E%3Cpath%20fill%3D%22%2309244a%22%20d%3D%22M644.62%2C419.21a1%2C1%2C0%2C0%2C0-.86-.18l-.76.19V410h0a1%2C1%2C0%2C0%2C0-.09-.39l-.06-.09a.88.88%2C0%2C0%2C0-.19-.24l0-.06%2C0%2C0a1.19%2C1.19%2C0%2C0%2C0-.36-.17h0l-9-2a1.11%2C1.11%2C0%2C0%2C0-.48%2C0l-15%2C4a1.29%2C1.29%2C0%2C0%2C0-.33.17h0a.1.1%2C0%2C0%2C1%2C0%2C.05%2C1.22%2C1.22%2C0%2C0%2C0-.2.25l0%2C.1a1.18%2C1.18%2C0%2C0%2C0-.09.37v10a1%2C1%2C0%2C0%2C0%2C.76%2C1l1.24.31V432a1%2C1%2C0%2C0%2C0%2C.76%2C1l8%2C2%2C.24%2C0%2C.24%2C0%2C16-4a1%2C1%2C0%2C0%2C0%2C.76-1V420A1%2C1%2C0%2C0%2C0%2C644.62%2C419.21Zm-25.62%2C2v-7.94l6%2C1.5v7.44L620.24%2C421a1%2C1%2C0%2C0%2C0-.86.18.47.47%2C0%2C0%2C0-.06.09Zm8%2C1.5v-7.94l14-3.5v7.94l-14%2C3.5ZM633%2C409l4.63%2C1L626%2C413l-4-1Zm-12%2C14.75%2C4.76%2C1.19.24%2C0%2C.24%2C0%2C.76-.19v7.94l-6-1.5Zm22%2C5.44-14%2C3.5v-7.94l14-3.5Z%22%20transform%3D%22translate%28-617%20-407%29%22/%3E%3C/svg%3E%0A);
        background-repeat: no-repeat;
        background-position: 0 12px;
        background-size: 20px;
        border-bottom: 1px solid #edeced; }
        .product-quick-view .quick-view-details .quick-view-content-block .product-custom-action .action-item.help-item {
          background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2028%2026%22%3E%3Ctitle%3EGV_needHelp_icon%3C/title%3E%3Cpath%20fill%3D%22%2309244a%22%20d%3D%22M596.24%2C411H581.76a6.76%2C6.76%2C0%2C0%2C0-6.76%2C6.76v7.48a6.76%2C6.76%2C0%2C0%2C0%2C6.76%2C6.76h7.83l4.7%2C4.71a1%2C1%2C0%2C0%2C0%2C.71.29.84.84%2C0%2C0%2C0%2C.38-.08A1%2C1%2C0%2C0%2C0%2C596%2C436v-4h.24a6.76%2C6.76%2C0%2C0%2C0%2C6.76-6.76v-7.48A6.76%2C6.76%2C0%2C0%2C0%2C596.24%2C411Zm-14.48%2C2h14.48a4.77%2C4.77%2C0%2C0%2C1%2C4.76%2C4.76V421H577v-3.24A4.77%2C4.77%2C0%2C0%2C1%2C581.76%2C413Zm14.48%2C17H595a1%2C1%2C0%2C0%2C0-1%2C1v2.59l-3.29-3.3A1%2C1%2C0%2C0%2C0%2C590%2C430h-8.24a4.77%2C4.77%2C0%2C0%2C1-4.76-4.76V423h24v2.24A4.77%2C4.77%2C0%2C0%2C1%2C596.24%2C430Z%22%20transform%3D%22translate%28-575%20-411%29%22/%3E%3C/svg%3E); }
        .product-quick-view .quick-view-details .quick-view-content-block .product-custom-action .action-item:last-child {
          border-bottom: none;
          padding-bottom: 0; }
        .product-quick-view .quick-view-details .quick-view-content-block .product-custom-action .action-item .action-title {
          display: block; }
        .product-quick-view .quick-view-details .quick-view-content-block .product-custom-action .action-item .action-link {
          color: #09244A;
          font-weight: 400;
          text-decoration: none;
          padding: 0.3125rem 0;
          display: inline-block; }
          .product-quick-view .quick-view-details .quick-view-content-block .product-custom-action .action-item .action-link:hover {
            color: #3736FE; }

.catalog-product-view .request-cad-form.form-in-popup {
  display: none; }

.catalog-product-view .modals-wrapper .modals-overlay {
  background: rgba(255, 255, 255, 0.9); }

.catalog-product-view .modals-wrapper .modal-popup.modal-popup-cad-files .modal-inner-wrap {
  width: 500px;
  max-width: 100%;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1); }
  .catalog-product-view .modals-wrapper .modal-popup.modal-popup-cad-files .modal-inner-wrap .modal-header {
    padding: 0; }
    .catalog-product-view .modals-wrapper .modal-popup.modal-popup-cad-files .modal-inner-wrap .modal-header .action-close {
      top: 26px; }
  .catalog-product-view .modals-wrapper .modal-popup.modal-popup-cad-files .modal-inner-wrap .modal-content {
    padding: 0 0 2.25rem; }
    .catalog-product-view .modals-wrapper .modal-popup.modal-popup-cad-files .modal-inner-wrap .modal-content .cad-files-header {
      background: #ebebeb;
      height: 74px;
      color: #09244A;
      font-size: 1.625rem;
      line-height: 4.625rem;
      margin-bottom: 2.25rem; }
    .catalog-product-view .modals-wrapper .modal-popup.modal-popup-cad-files .modal-inner-wrap .modal-content .document-link {
      color: #fff;
      background-color: #a22137;
      background-image: url(../images/download.png);
      background-repeat: no-repeat;
      background-size: 20px 17px;
      background-position: left 16px center;
      height: 40px;
      display: inline-block;
      width: 200px;
      line-height: 2.5rem;
      text-decoration: none;
      border-radius: 5px;
      text-transform: uppercase;
      margin-bottom: 1rem; }
      .catalog-product-view .modals-wrapper .modal-popup.modal-popup-cad-files .modal-inner-wrap .modal-content .document-link:hover {
        background-color: #891733; }

.product-related-resources {
  width: 100%;
  padding: 2.5rem 0; }
  .product-related-resources .section-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #09244A;
    font-weight: 600;
    margin-bottom: 1.875rem; }
  .product-related-resources .related-resource-card {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column; }
    .product-related-resources .related-resource-card .resource-card {
      width: 100%;
      margin-bottom: 1.25rem;
      padding-bottom: 1.25rem;
      border-bottom: 1px solid #edeced; }
      .product-related-resources .related-resource-card .resource-card:last-child {
        padding: 0;
        margin: 0;
        border: 0; }
      .product-related-resources .related-resource-card .resource-card .type {
        display: none; }

.no-display {
  display: none !important; }

.cms-configurator .page-wrapper .page-main {
  width: 100%;
  padding: 0; }
  .cms-configurator .page-wrapper .page-main .sku-search-form-wrapper .product-sku-label {
    display: inline-block;
    margin-bottom: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #09244A; }
  .cms-configurator .page-wrapper .page-main .sku-search-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row; }
    .cms-configurator .page-wrapper .page-main .sku-search-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
      width: 75%;
      display: inline-block;
      margin-bottom: 1.25rem;
      padding: 0.625rem 2rem;
      color: #565A5F;
      font-size: 1em;
      font-weight: 700; }
      .cms-configurator .page-wrapper .page-main .sku-search-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-webkit-input-placeholder {
        opacity: 1; }
      .cms-configurator .page-wrapper .page-main .sku-search-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder {
        opacity: 1; }
      .cms-configurator .page-wrapper .page-main .sku-search-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder {
        opacity: 1; }
    .cms-configurator .page-wrapper .page-main .sku-search-form .button {
      padding: 0.625rem 2rem; }
  .cms-configurator .page-wrapper .page-main .sku-search-form-wrapper .message-error {
    margin-top: 1.25rem; }

.cms-configurator .hero-layout {
  position: relative;
  display: block;
  text-align: center;
  background: #09244A;
  overflow: hidden; }
  .cms-configurator .hero-layout::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 110px;
    display: none;
    height: 200%;
    background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20139.02%20540%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3A%2309244a%7D.cls-3%7Bfill%3A%230147a8%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M48.59%2078h63v7.07h-63zm0%20124.93h63V210h-63z%22%20fill%3D%22none%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M43.49%20211v15.62l3.38%203.38h66.23l3.39-3.38V211h-73zm73-134V61.38L113.1%2058H46.87l-3.38%203.38V77h73z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M1430.92%20567.93h-82.63a16.78%2016.78%200%200%200-16.76%2016.75v20.85l33.08-19a43.93%2043.93%200%201%201%200%2078l-.1-.06-3.16-1.82-29.81-17.17v21.85a16.78%2016.78%200%200%200%2016.76%2016.75h82.63a16.78%2016.78%200%200%200%2016.75-16.75v-82.65a16.78%2016.78%200%200%200-16.76-16.75z%22%20transform%3D%22translate%28-1309.51%20-482%29%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M1430.92%20567.07h-8.82V560h4.9v-17l-4-4h-.93v-57h-1v57h-63v-57h-1v57H1356l-4%204v17h5.1v7.07h-8.81a17.63%2017.63%200%200%200-17.62%2017.61V606l-14.84%208.55a12.59%2012.59%200%200%200%200%2021.84l14.84%208.55v22.35a17.63%2017.63%200%200%200%2017.62%2017.61h8.81v7.1h-5.1v17l4%204h1.13v309h1V713h63v309h1V713h.93l4-4v-17h-4.9v-7.07h8.82a17.63%2017.63%200%200%200%2017.61-17.61v-82.64a17.63%2017.63%200%200%200-17.67-17.61zm16.75%20100.25a16.78%2016.78%200%200%201-16.75%2016.75h-82.63a16.78%2016.78%200%200%201-16.76-16.75v-21.85l29.81%2017.17%203.16%201.82.1.06a43.93%2043.93%200%201%200%200-78l-33.08%2019v-20.84a16.78%2016.78%200%200%201%2016.76-16.75h82.63a16.78%2016.78%200%200%201%2016.75%2016.75zm-21.67%2041.3l-3.38%203.38h-66.24l-3.38-3.38V693h73zM1358.1%20692v-7.07h63V692zm3.67-102.9l3.06-1.78h.09a43.07%2043.07%200%201%201%200%2076.44h-.05l-48.62-28a11.75%2011.75%200%200%201%200-20.36zm-8.77-45.72l3.38-3.38h66.24l3.38%203.38V559h-73zm68.1%2016.62v7.07h-63V560z%22%20transform%3D%22translate%28-1309.51%20-482%29%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M1316.25%20615.32a11.75%2011.75%200%200%200%200%2020.36l48.62%2028h.05a43.07%2043.07%200%201%200%200-76.44h-.09l-3.06%201.78zM1389.6%20605a20.5%2020.5%200%201%201-20.5%2020.5%2020.53%2020.53%200%200%201%2020.5-20.5z%22%20transform%3D%22translate%28-1309.51%20-482%29%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2280.09%22%20cy%3D%22143.5%22%20r%3D%2219.5%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M1389.6%20646a20.5%2020.5%200%201%200-20.5-20.5%2020.53%2020.53%200%200%200%2020.5%2020.5zm0-40a19.5%2019.5%200%201%201-19.5%2019.5%2019.53%2019.53%200%200%201%2019.5-19.5z%22%20transform%3D%22translate%28-1309.51%20-482%29%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    content: '';
    transform: scale(-1, 1); }
  .cms-configurator .hero-layout::after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 120px;
    display: none;
    width: 340px;
    height: 74%;
    margin-top: -22%;
    margin-right: -43%;
    background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20659.13%20642.78%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2309244a%7D.cls-2%7Bfill%3A%230147a8%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.87.87H64v480.97H.87z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1410.13%20729.9l43.94.05v-62.6h-35.24a9%209%200%200%201-9-9v-39.42h-63.14v47.48a63.58%2063.58%200%200%200%2063.44%2063.49z%22%20transform%3D%22translate%28-1345.83%20-136.23%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M349.69%20593.96l308.57.3v-63.13H349.69v62.83zm-28.07-62.83h7.07v62.81h-7.07zm-145.93%200h-66.58v62.59l66.58.06v-62.65zm21%200h7.07v62.68h-7.07z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M1695.52%20666.49v-1l-4-4h-17v5h-7.07v-8.89a17.63%2017.63%200%200%200-17.62-17.6h-82.63a17.63%2017.63%200%200%200-17.61%2017.61v8.89h-7.07v-5h-17l-4%204v1h-102.69a8.15%208.15%200%200%201-8.14-8.14V136.23h-64.86v530.18a64.45%2064.45%200%200%200%2064.3%2064.36l111.39.11v1.67l4%204h17v-5.65h7.07v9.33a17.63%2017.63%200%200%200%2017.61%2017.62h21.35l8.55%2014.84A12.47%2012.47%200%200%200%201608%20779a12.47%2012.47%200%200%200%2010.92-6.32l8.55-14.84h22.34a17.63%2017.63%200%200%200%2017.62-17.62V731h7.07v5.49h17l4-4v-1.5l309%20.3h.43v-64.8zm308.57%2064l-308.57-.31v-62.83h308.57zm-328.57%205v-73h15.61l3.39%203.38v66.23l-3.39%203.39zm-77.68%2036.75l-26.22-45.52-1.78-3.07v-.08a43.07%2043.07%200%201%201%2076.44%200l-28%2048.67a11.75%2011.75%200%200%201-20.36%200zm47.32-45.09L1647%20724l.06-.1a43.93%2043.93%200%201%200-78%200l19%2033.08h-20.86a16.78%2016.78%200%200%201-16.75-16.76V657.6a16.78%2016.78%200%200%201%2016.75-16.75h82.63a16.78%2016.78%200%200%201%2016.76%2016.75v82.63a16.78%2016.78%200%200%201-16.76%2016.77H1628zm-119.26%208.34l-3.38-3.39v-66.2l3.38-3.38h15.62v73zm-116.07-117.42h-63.14v-481h63.14zm-63.14.86h63.14v39.42a9%209%200%200%200%209%209h35.24V730l-43.94-.05a63.58%2063.58%200%200%201-63.44-63.49zm108.24%2048.42h66.59V730l-66.59-.06zm87.59%200h7.07V730h-7.07zm124.93%200h7.07v62.81h-7.07z%22%20transform%3D%22translate%28-1345.83%20-136.23%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M348.69%20529.68l-3.38-3.39h-15.62v73h15.62l3.38-3.38v-66.23zm-153-3.39h-15.61l-3.39%203.39v66.23l3.39%203.38h15.61v-73z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1666.59%20740.23V657.6a16.78%2016.78%200%200%200-16.76-16.75h-82.63a16.78%2016.78%200%200%200-16.75%2016.75v82.63A16.78%2016.78%200%200%200%201567.2%20757h20.85l-19-33.08a43.93%2043.93%200%201%201%2078%200l-.06.1-1.82%203.16L1628%20757h21.84a16.78%2016.78%200%200%200%2016.75-16.77z%22%20transform%3D%22translate%28-1345.83%20-136.23%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1618.2%20772.27l28-48.67a43.07%2043.07%200%201%200-76.44%200v.08l1.78%203.07%2026.22%2045.52a11.75%2011.75%200%200%200%2020.36%200zm-30.68-73.35a20.5%2020.5%200%201%201%2020.5%2020.5%2020.53%2020.53%200%200%201-20.5-20.5z%22%20transform%3D%22translate%28-1345.83%20-136.23%29%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22262.19%22%20cy%3D%22562.69%22%20r%3D%2219.5%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M1628.52%20698.92a20.5%2020.5%200%201%200-20.5%2020.5%2020.53%2020.53%200%200%200%2020.5-20.5zm-1%200a19.5%2019.5%200%201%201-19.5-19.5%2019.53%2019.53%200%200%201%2019.5%2019.5z%22%20transform%3D%22translate%28-1345.83%20-136.23%29%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    content: ''; }
  .cms-configurator .hero-layout .container {
    max-width: 745px; }
  .cms-configurator .hero-layout .banner-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 650px;
    margin: auto; }
    .cms-configurator .hero-layout .banner-content::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      position: absolute;
      z-index: -1;
      display: none;
      width: 96px;
      height: 192%;
      margin-top: 5rem;
      margin-left: -0.6875rem;
      background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20154.67%20760.18%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%230147a8%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M55.94%200h-1v268.65h-3.61l-3.11%203.11.74.74%202.8-2.8h8.53v-1.05h-4.35V0z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1095.29%20554h-1v6.78h.52a22%2022%200%200%201%206%20.87l.29-1a22.85%2022.85%200%200%200-5.81-.9z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M119.94%20268.65V0h-1v268.65h-2.68v1.05h8.54l2.79%202.79.74-.74-3.1-3.1h-5.29zm-20.9%200h12.92v1.04H99.04zm-54.61%206.9v12.3h1.05v-11.87l.44-.44-.74-.74-.75.75zm37.39-6.9h12.92v1.04H81.82zm-17.23%200h12.92v1.04H64.59zm66.49%2019.19h1.05v-12.29l-.75-.75-.74.74.44.44v11.86z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1008.12%20560.76h.52V554h-1v5.76a23.21%2023.21%200%200%200-5.8.95l.3%201a22.3%2022.3%200%200%201%205.98-.95zm-20.61%2012.13l1%20.46a22.34%2022.34%200%200%201%209.37-9.89l-.5-.92a23.5%2023.5%200%200%200-9.87%2010.35zm-2.26%209.98v8.82h1v-8.82a22%2022%200%200%201%20.61-5.18l-1-.25a23%2023%200%200%200-.61%205.43z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M23.14%20341.17v-6.56h-1.05v5.96l-5.16%202.97.52.91%205.69-3.28z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M964.32%20619.09a18.17%2018.17%200%200%200%200%2012.75l1-.37a17.31%2017.31%200%200%201%200-12zm2.86%2015.99l-.86.6a17.89%2017.89%200%200%200%205.83%205.34l4.26%202.45.52-.91-4.26-2.45a16.77%2016.77%200%200%201-5.49-5.03zm4.97-25.14a17.84%2017.84%200%200%200-5.81%205.31l.85.6a16.85%2016.85%200%200%201%205.48-5l4.28-2.47-.52-.91z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22.09%20392.7h1.05v-6.56l-5.69-3.28-.52.9%205.16%202.98v5.96z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M988.26%20678.23l-1%20.44a23.47%2023.47%200%200%200%209.91%2010.73l.51-.92a22.4%2022.4%200%200%201-9.42-10.25zm-1.96-18.86h-1v9.76a23.06%2023.06%200%200%200%20.51%204.84l1-.22a22.29%2022.29%200%200%201-.48-4.62zm21.29%2038.63h1v-6.78h-.52a22.3%2022.3%200%200%201-6-.92l-.3%201a23.21%2023.21%200%200%200%205.8.95z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M45.48%20440.51h-1.05v12.29l.75.75.74-.74-.44-.44v-11.86zm79.32%2018.14h-8.54v1.05h2.68v300.48h1V459.7h5.29l3.1-3.1-.74-.74-2.79%202.79zm-60.21%200h12.92v1.04H64.59zm66.49-6.28l-.44.44.73.74.76-.75v-12.29h-1.05v11.86zm-32.04%206.28h12.92v1.04H99.04zm-17.22%200h12.92v1.04H81.82zm-32.86-2.8l-.74.74%203.11%203.11h3.61v300.48h1V459.7h4.35v-1.05h-8.53l-2.8-2.8z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1094.76%20691.25h-.52V698h1v-5.75a22.85%2022.85%200%200%200%205.81-.9l-.29-1a22%2022%200%200%201-6%20.9zm22.03-22.12a22%2022%200%200%201-1.13%207l1%20.34a23.3%2023.3%200%200%200%201.19-7.33v-5.86h-1zm-12.01%2019.67l.48.93a23.28%2023.28%200%200%200%209.57-9.19l-.91-.51a22.19%2022.19%200%200%201-9.14%208.77z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M153.63%20348.85h1.04V362h-1.04z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1116.66%20575.57l-1%20.33a22.21%2022.21%200%200%201%201.12%207v5.89h1v-5.89a23.11%2023.11%200%200%200-1.12-7.33z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M153.63%20331.32h1.04v13.15h-1.04zm0%2035.06h1.04v13.15h-1.04z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1105.28%20562.28l-.48.93a22.19%2022.19%200%200%201%209.13%208.78l.91-.51a23.27%2023.27%200%200%200-9.56-9.2z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M153.63%20383.91h1.04v13.15h-1.04z%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      content: ''; }
    .cms-configurator .hero-layout .banner-content .icon {
      height: 58px;
      width: 58px;
      background: #0147a8;
      text-align: center;
      line-height: 4.625rem;
      border-radius: 100%; }
    .cms-configurator .hero-layout .banner-content svg {
      display: inline-block;
      width: 28px;
      height: 28px;
      margin: auto; }
    .cms-configurator .hero-layout .banner-content path {
      fill: #fff; }
  .cms-configurator .hero-layout .title {
    display: block;
    margin: 0.75rem 0;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5rem; }
  .cms-configurator .hero-layout .sub-title {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4375rem;
    margin: 0.625rem auto 1.25rem; }
  .cms-configurator .hero-layout .form-description {
    color: #2974dc;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4375rem;
    margin-bottom: 1.25rem; }
  .cms-configurator .hero-layout .sku-search-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
    .cms-configurator .hero-layout .sku-search-form .button {
      padding: 1rem 3.5rem; }

.configurator-wrapper {
  padding: 2.25rem 0; }
  .configurator-wrapper .container {
    max-width: 1198px; }
  .configurator-wrapper .configurator-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    position: relative;
    margin-bottom: 1.875rem; }
  .configurator-wrapper .series-image-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.875rem; }
  .configurator-wrapper .configurator-options {
    width: 100%; }
    .configurator-wrapper .configurator-options .series-option {
      width: 100% !important;
      height: 35px;
      margin: auto;
      padding: 0 2.5rem 0 0.9375rem !important;
      color: #565A5F !important;
      font-size: 1em !important;
      font-weight: 600 !important;
      background-position: top 8px right 15px;
      line-height: 1;
      box-shadow: 1px 1px 0px 0px rgba(76, 75, 92, 0.17) !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      -moz-appearance: none; }
      .configurator-wrapper .configurator-options .series-option::-ms-expand {
        display: none; }
  .configurator-wrapper .mobile-result {
    width: 100%;
    background: #f3f3f3;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0.625rem;
    text-align: center;
    z-index: 1; }
    .configurator-wrapper .mobile-result .button {
      color: #fff;
      padding: 1rem 0;
      width: 100%; }
      .configurator-wrapper .mobile-result .button:hover {
        color: #fff; }
    .configurator-wrapper .mobile-result .product-success {
      display: block;
      padding: 0.625rem 0 0.3125rem;
      color: #09244A;
      font-weight: 600;
      font-size: 1rem; }
  .configurator-wrapper .series-details {
    padding: 3rem 0.875rem 0; }
    .configurator-wrapper .series-details .series-image {
      width: 100%;
      display: inline-block;
      padding: 0 0 1.875rem; }
      .configurator-wrapper .series-details .series-image img {
        max-width: 240px;
        width: 100%; }
    .configurator-wrapper .series-details .details-container {
      width: 100%;
      display: inline-block; }
    .configurator-wrapper .series-details .filter-attributes-form {
      position: relative;
      width: 100%;
      float: left; }
      .configurator-wrapper .series-details .filter-attributes-form .sku-search-form-wrapper {
        position: absolute;
        top: 101%;
        left: 0;
        width: 100%;
        background: #fff;
        border-right: none; }
    .configurator-wrapper .series-details .accessory-title,.configurator-wrapper .series-details .series-title {
      color: #09244A;
      font-size: 1.5em;
      font-weight: 600;
      line-height: 2rem; }
    .configurator-wrapper .series-details .series-description {
      margin-bottom: 1.75rem; }
    .configurator-wrapper .series-details .talk-to-specialist {
      display: inline-block;
      margin-bottom: 1.25rem;
      font-size: 1em; }
    .configurator-wrapper .series-details .know-your-sku {
      display: block;
      margin-bottom: 2.5rem;
      font-size: 1em;
      text-decoration: underline;
      color: #3736FE;
      cursor: pointer; }
      .configurator-wrapper .series-details .know-your-sku:hover {
        color: #504FFF;
        text-decoration: none; }
    .configurator-wrapper .series-details .accessory-attribute-cover .attribute-details,.configurator-wrapper .series-details .accessory-attribute .attribute-details,.configurator-wrapper .series-details .series-attributes,.configurator-wrapper .series-details .sku-search-form-wrapper {
      border-right: 1px solid #d3d3d3;
      background: #f3f3f3;
      padding: 1.875rem 1.25rem; }
    .configurator-wrapper .series-details .accessory-attribute-cover .attribute-details,.configurator-wrapper .series-details .accessory-attribute .attribute-details {
      padding: 0 1.25rem; }
    .configurator-wrapper .series-details .sku-search-form-wrapper {
      background: #fff;
      border: none; }
      .configurator-wrapper .series-details .sku-search-form-wrapper .sku-search-form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
            flex-flow: column; }
        .configurator-wrapper .series-details .sku-search-form-wrapper .sku-search-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
          width: 100%; }
        .configurator-wrapper .series-details .sku-search-form-wrapper .sku-search-form .button {
          width: 100%;
          padding: 1rem 0.625rem; }
    .configurator-wrapper .series-details .accessory-attribute-cover .attribute-description p,.configurator-wrapper .series-details .accessory-attribute .attribute-description p {
      font-size: 1rem;
      line-height: 1.5; }
    .configurator-wrapper .series-details .accessory-attribute-cover .attribute-name,.configurator-wrapper .series-details .accessory-attribute .attribute-name {
      color: #0147AB;
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 1.25rem; }
    .configurator-wrapper .series-details .accessory-attribute-cover:last-child .attribute-details,.configurator-wrapper .series-details .accessory-attribute:last-child .attribute-details {
      margin-bottom: 0; }
    .configurator-wrapper .series-details .series-attribute {
      margin-bottom: 1.875rem; }
      .configurator-wrapper .series-details .series-attribute:last-child {
        margin-bottom: 0; }
      .configurator-wrapper .series-details .series-attribute.attribute-fade {
        opacity: 0.5; }
      .configurator-wrapper .series-details .series-attribute .attribute-name {
        position: relative;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        margin-bottom: 0.75rem;
        color: #0147a8;
        font-size: 1rem;
        font-weight: 600; }
        .configurator-wrapper .series-details .series-attribute .attribute-name::after {
          position: absolute;
          right: 0;
          bottom: -10px;
          z-index: 9;
          display: none;
          width: 0;
          height: 0;
          margin-right: -0.1125rem;
          margin-bottom: -0.3125rem;
          border-width: 0 9px 9px;
          border-style: solid;
          border-color: transparent transparent #09244a;
          content: '';
          transition: ease all 0.7s 0s; }
        .configurator-wrapper .series-details .series-attribute .attribute-name.active-toggle::after {
          display: block; }
      .configurator-wrapper .series-details .series-attribute .attribute-name-container {
        position: relative; }
      .configurator-wrapper .series-details .series-attribute .attribute-details select {
        background-color: #fff;
        background-position: center right 15px; }
      .configurator-wrapper .series-details .series-attribute .tooltip-toggle {
        height: 15px;
        width: 15px;
        display: inline-block;
        margin-left: 0.625rem;
        background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22510%22%20height%3D%22510%22%3E%3Cpath%20fill%3D%22%230147a8%22%20d%3D%22M229.5%20382.5h51v-153h-51v153zM255%200C114.75%200%200%20114.75%200%20255s114.75%20255%20255%20255%20255-114.75%20255-255S395.25%200%20255%200zm0%20459c-112.2%200-204-91.8-204-204S142.8%2051%20255%2051s204%2091.8%20204%20204-91.8%20204-204%20204zm-25.5-280.5h51v-51h-51v51z%22%2F%3E%3C%2Fsvg%3E");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer; }
      .configurator-wrapper .series-details .series-attribute .attribute-tooltip {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        display: none;
        width: 100%;
        padding: 0.9375rem;
        box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.29);
        background-color: #09244a;
        border-radius: 5px;
        color: #fff;
        font-size: 1em;
        line-height: 1.3125rem; }
      .configurator-wrapper .series-details .series-attribute .additional-text {
        background: #A32136;
        color: #fff;
        font-size: 1rem;
        height: 25px;
        line-height: 1.5625rem;
        padding: 0.3125rem 0.625rem;
        position: relative;
        border-radius: 4px; }
        .configurator-wrapper .series-details .series-attribute .additional-text:before {
          width: 0;
          height: 0;
          content: '';
          position: absolute; }
    .configurator-wrapper .series-details .product-sku-testing {
      background: #f4c900;
      padding: 1.25rem;
      margin-top: 1.25rem; }
    .configurator-wrapper .series-details .hide-arrows {
      background-image: none;
      padding-right: 0 !important; }
    .configurator-wrapper .series-details .accessory-attributes {
      border-right: 1px solid #d3d3d3;
      background: #f3f3f3;
      padding: 0 1.25rem 1.25rem;
      margin: 0; }
      .configurator-wrapper .series-details .accessory-attributes .attribute-details {
        background: none;
        border: none;
        padding: 0.625rem 0 1.875rem 1.875rem; }
        .configurator-wrapper .series-details .accessory-attributes .attribute-details .accessory-attribute {
          margin-bottom: 1.875rem; }
          .configurator-wrapper .series-details .accessory-attributes .attribute-details .accessory-attribute .product-name-container {
            display: -ms-flexbox;
            display: flex; }
            .configurator-wrapper .series-details .accessory-attributes .attribute-details .accessory-attribute .product-name-container .additional-text {
              background: #A32136;
              color: #fff;
              font-size: 1rem;
              height: 25px;
              line-height: 1.5625rem;
              padding: 0 0.625rem;
              position: relative;
              left: 10px;
              top: -7px;
              border-radius: 4px; }
              .configurator-wrapper .series-details .accessory-attributes .attribute-details .accessory-attribute .product-name-container .additional-text:before {
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-right: 7px solid #A32136;
                content: '';
                position: absolute;
                left: -7px;
                top: 6px; }
    .configurator-wrapper .series-details .accessory-attribute-cover .accessory-attribute .attribute-name {
      font-size: 1em; }
    .configurator-wrapper .series-details .accessory-attribute-cover .accessory-attribute .attribute-details {
      padding: 0;
      border: 0;
      margin-left: 0; }
    .configurator-wrapper .series-details .accessory-enable-cover .accessory-enable {
      display: none; }
    .configurator-wrapper .series-details .accessory-enable-cover .attribute-name {
      display: inline-block;
      padding-left: 0.625rem; }
    .configurator-wrapper .series-details .accessory-enable-cover input[type=checkbox] + label {
      position: relative;
      cursor: pointer;
      padding-left: 1.875rem;
      margin-left: 0;
      padding-top: 0.3125rem; }
      .configurator-wrapper .series-details .accessory-enable-cover input[type=checkbox] + label:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #d3d3d3;
        border-radius: 50%;
        background: #f3f3f3; }
    .configurator-wrapper .series-details .accessory-enable-cover input[type=checkbox]:checked + label:before {
      background-color: #fff; }
    .configurator-wrapper .series-details .accessory-enable-cover input[type=checkbox]:checked + label::after {
      width: 12px;
      height: 12px;
      content: '';
      position: absolute;
      top: 8px;
      left: 4px;
      border-radius: 50%;
      background: #0147AB; }
  .configurator-wrapper .filter-attributes {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #d3d3d3; }
  .configurator-wrapper .configurator-result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 450px;
    padding: 0 1.25rem;
    text-align: center; }
    .configurator-wrapper .configurator-result.configurator-result-relative {
      position: relative;
      top: 30px;
      left: auto; }
    .configurator-wrapper .configurator-result.configurator-result-absolute {
      position: absolute;
      bottom: 40px;
      right: 0; }
    .configurator-wrapper .configurator-result.configurator-result-fixed {
      position: fixed; }
    .configurator-wrapper .configurator-result .configurator-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      text-align: center;
      border: 2px dashed #d3d3d3;
      height: 390px;
      position: relative;
      top: 30px; }
      .configurator-wrapper .configurator-result .configurator-wrap.configurator-product-wrap {
        border: none; }
      .configurator-wrapper .configurator-result .configurator-wrap .product-details .product-success {
        color: #16bb3e;
        border: 2px solid #16bb3e;
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
        .configurator-wrapper .configurator-result .configurator-wrap .product-details .product-success .tick {
          margin-right: 0.625rem;
          position: relative;
          top: -2px; }
          .configurator-wrapper .configurator-result .configurator-wrap .product-details .product-success .tick:after {
            content: '';
            display: block;
            width: 8px;
            height: 16px;
            border: solid #16bb3e;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg); }
    .configurator-wrapper .configurator-result .result-text {
      padding: 0.625rem;
      font-size: 1rem;
      font-weight: 600; }
    .configurator-wrapper .configurator-result .product-image .product {
      display: block; }
    .configurator-wrapper .configurator-result .product-image .photo {
      max-width: 100%; }
    .configurator-wrapper .configurator-result .product-image .product-image-wrapper {
      height: 200px;
      padding: 0 !important; }
      .configurator-wrapper .configurator-result .product-image .product-image-wrapper .product-image-photo {
        left: 50%;
        top: 50%;
        bottom: inherit;
        transform: translateX(-50%) translateY(-50%); }
    .configurator-wrapper .configurator-result .product-model-number {
      margin-bottom: 0.625rem; }
      .configurator-wrapper .configurator-result .product-model-number .title {
        display: block;
        color: #565A5F;
        font-size: 1em;
        font-weight: 700;
        margin-bottom: 0.3125rem; }
      .configurator-wrapper .configurator-result .product-model-number .value {
        display: block;
        color: #565A5F;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 300;
        line-height: 1.5rem; }
    .configurator-wrapper .configurator-result .product-price {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0.625rem; }
      .configurator-wrapper .configurator-result .product-price .label {
        display: inline-block;
        color: #09244A;
        font-size: 1em;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.5rem;
        margin-right: 0.3125rem; }
      .configurator-wrapper .configurator-result .product-price .price {
        color: #09244A;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.5rem; }
    .configurator-wrapper .configurator-result .button {
      display: block;
      color: #fff;
      display: inline-table; }
      .configurator-wrapper .configurator-result .button:hover {
        color: #fff; }
      .configurator-wrapper .configurator-result .button .button-arrow {
        position: relative;
        padding-left: 1rem; }
        .configurator-wrapper .configurator-result .button .button-arrow::before {
          content: '';
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 14px solid #fff;
          position: absolute;
          left: -5px;
          top: 0; }
    .configurator-wrapper .configurator-result .choose-option-button {
      position: absolute;
      left: 50%;
      top: 25%;
      transform: translateX(-50%);
      width: 88%; }
    .configurator-wrapper .configurator-result .product-success {
      display: block;
      color: #0147a8;
      font-size: 1em;
      font-weight: 600;
      margin-top: 1rem; }

.cms-product-id .page-wrapper .page-main {
  width: 100%;
  padding: 0; }

.cms-product-id .page-wrapper .columns .column.main {
  padding-bottom: 0; }

.cms-product-id .hero-layout {
  position: relative;
  display: block;
  text-align: center;
  background: #09244A;
  overflow: hidden; }
  .cms-product-id .hero-layout::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 110px;
    display: none;
    height: 200%;
    background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20140%20900%22%3E%3Cstyle%3E.st1%7Bstroke%3A%230147a8%3Bstroke-miterlimit%3A10%3Bfill%3A%2309244a%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M49.6%20910V-9m64%200v919%22%20stroke-width%3D%221.305%22%20fill%3D%22none%22%20stroke%3D%22%230147a8%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M114.8%20600.5H48.2l-3.7-3.7v-16.3h74v16.3zm-66.6-173h66.6l3.7%203.7v16.3h-74v-16.3z%22%2F%3E%3Cpath%20d%3D%22M122.9%20572.5H40.3c-9.5%200-17.2-7.7-17.2-17.2v-82.6c0-9.5%207.7-17.2%2017.2-17.2h82.6c9.5%200%2017.2%207.7%2017.2%2017.2v82.6c0%209.5-7.7%2017.2-17.2%2017.2z%22%20fill%3D%22%2309244a%22%20stroke%3D%22%230147a8%22%20stroke-width%3D%22.866%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M120.3%20513.5c0%2024-19.5%2043.5-43.5%2043.5-7.2%200-14.1-1.8-20.1-4.9l-3.2-1.8-30.3-17.5L8%20524.1c-8.1-4.7-8.1-16.4%200-21.1l15.2-8.7%2030.3-17.5%203.2-1.8c6-3.1%2012.8-4.9%2020.1-4.9%2024-.1%2043.5%2019.4%2043.5%2043.4z%22%20fill%3D%22%2309244a%22%20stroke%3D%22%230147a8%22%20stroke-width%3D%22.853%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20class%3D%22st1%22%20cx%3D%2281.6%22%20cy%3D%22513.5%22%20r%3D%2220%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    content: '';
    transform: scale(-1, 1); }
  .cms-product-id .hero-layout::after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 120px;
    display: none;
    width: 340px;
    height: 74%;
    margin-top: -22%;
    margin-right: -43%;
    background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20659.13%20642.78%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2309244a%7D.cls-2%7Bfill%3A%230147a8%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.87.87H64v480.97H.87z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1410.13%20729.9l43.94.05v-62.6h-35.24a9%209%200%200%201-9-9v-39.42h-63.14v47.48a63.58%2063.58%200%200%200%2063.44%2063.49z%22%20transform%3D%22translate%28-1345.83%20-136.23%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M349.69%20593.96l308.57.3v-63.13H349.69v62.83zm-28.07-62.83h7.07v62.81h-7.07zm-145.93%200h-66.58v62.59l66.58.06v-62.65zm21%200h7.07v62.68h-7.07z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M1695.52%20666.49v-1l-4-4h-17v5h-7.07v-8.89a17.63%2017.63%200%200%200-17.62-17.6h-82.63a17.63%2017.63%200%200%200-17.61%2017.61v8.89h-7.07v-5h-17l-4%204v1h-102.69a8.15%208.15%200%200%201-8.14-8.14V136.23h-64.86v530.18a64.45%2064.45%200%200%200%2064.3%2064.36l111.39.11v1.67l4%204h17v-5.65h7.07v9.33a17.63%2017.63%200%200%200%2017.61%2017.62h21.35l8.55%2014.84A12.47%2012.47%200%200%200%201608%20779a12.47%2012.47%200%200%200%2010.92-6.32l8.55-14.84h22.34a17.63%2017.63%200%200%200%2017.62-17.62V731h7.07v5.49h17l4-4v-1.5l309%20.3h.43v-64.8zm308.57%2064l-308.57-.31v-62.83h308.57zm-328.57%205v-73h15.61l3.39%203.38v66.23l-3.39%203.39zm-77.68%2036.75l-26.22-45.52-1.78-3.07v-.08a43.07%2043.07%200%201%201%2076.44%200l-28%2048.67a11.75%2011.75%200%200%201-20.36%200zm47.32-45.09L1647%20724l.06-.1a43.93%2043.93%200%201%200-78%200l19%2033.08h-20.86a16.78%2016.78%200%200%201-16.75-16.76V657.6a16.78%2016.78%200%200%201%2016.75-16.75h82.63a16.78%2016.78%200%200%201%2016.76%2016.75v82.63a16.78%2016.78%200%200%201-16.76%2016.77H1628zm-119.26%208.34l-3.38-3.39v-66.2l3.38-3.38h15.62v73zm-116.07-117.42h-63.14v-481h63.14zm-63.14.86h63.14v39.42a9%209%200%200%200%209%209h35.24V730l-43.94-.05a63.58%2063.58%200%200%201-63.44-63.49zm108.24%2048.42h66.59V730l-66.59-.06zm87.59%200h7.07V730h-7.07zm124.93%200h7.07v62.81h-7.07z%22%20transform%3D%22translate%28-1345.83%20-136.23%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M348.69%20529.68l-3.38-3.39h-15.62v73h15.62l3.38-3.38v-66.23zm-153-3.39h-15.61l-3.39%203.39v66.23l3.39%203.38h15.61v-73z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1666.59%20740.23V657.6a16.78%2016.78%200%200%200-16.76-16.75h-82.63a16.78%2016.78%200%200%200-16.75%2016.75v82.63A16.78%2016.78%200%200%200%201567.2%20757h20.85l-19-33.08a43.93%2043.93%200%201%201%2078%200l-.06.1-1.82%203.16L1628%20757h21.84a16.78%2016.78%200%200%200%2016.75-16.77z%22%20transform%3D%22translate%28-1345.83%20-136.23%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1618.2%20772.27l28-48.67a43.07%2043.07%200%201%200-76.44%200v.08l1.78%203.07%2026.22%2045.52a11.75%2011.75%200%200%200%2020.36%200zm-30.68-73.35a20.5%2020.5%200%201%201%2020.5%2020.5%2020.53%2020.53%200%200%201-20.5-20.5z%22%20transform%3D%22translate%28-1345.83%20-136.23%29%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22262.19%22%20cy%3D%22562.69%22%20r%3D%2219.5%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M1628.52%20698.92a20.5%2020.5%200%201%200-20.5%2020.5%2020.53%2020.53%200%200%200%2020.5-20.5zm-1%200a19.5%2019.5%200%201%201-19.5-19.5%2019.53%2019.53%200%200%201%2019.5%2019.5z%22%20transform%3D%22translate%28-1345.83%20-136.23%29%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    content: ''; }
  .cms-product-id .hero-layout .banner-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 654px;
    margin: auto; }
    .cms-product-id .hero-layout .banner-content::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      position: absolute;
      z-index: -1;
      width: 150px;
      height: 690px;
      margin-top: 0.625rem;
      margin-left: -0.6875rem;
      background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20154.67%20760.18%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%230147a8%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M55.94%200h-1v268.65h-3.61l-3.11%203.11.74.74%202.8-2.8h8.53v-1.05h-4.35V0z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1095.29%20554h-1v6.78h.52a22%2022%200%200%201%206%20.87l.29-1a22.85%2022.85%200%200%200-5.81-.9z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M119.94%20268.65V0h-1v268.65h-2.68v1.05h8.54l2.79%202.79.74-.74-3.1-3.1h-5.29zm-20.9%200h12.92v1.04H99.04zm-54.61%206.9v12.3h1.05v-11.87l.44-.44-.74-.74-.75.75zm37.39-6.9h12.92v1.04H81.82zm-17.23%200h12.92v1.04H64.59zm66.49%2019.19h1.05v-12.29l-.75-.75-.74.74.44.44v11.86z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1008.12%20560.76h.52V554h-1v5.76a23.21%2023.21%200%200%200-5.8.95l.3%201a22.3%2022.3%200%200%201%205.98-.95zm-20.61%2012.13l1%20.46a22.34%2022.34%200%200%201%209.37-9.89l-.5-.92a23.5%2023.5%200%200%200-9.87%2010.35zm-2.26%209.98v8.82h1v-8.82a22%2022%200%200%201%20.61-5.18l-1-.25a23%2023%200%200%200-.61%205.43z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M23.14%20341.17v-6.56h-1.05v5.96l-5.16%202.97.52.91%205.69-3.28z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M964.32%20619.09a18.17%2018.17%200%200%200%200%2012.75l1-.37a17.31%2017.31%200%200%201%200-12zm2.86%2015.99l-.86.6a17.89%2017.89%200%200%200%205.83%205.34l4.26%202.45.52-.91-4.26-2.45a16.77%2016.77%200%200%201-5.49-5.03zm4.97-25.14a17.84%2017.84%200%200%200-5.81%205.31l.85.6a16.85%2016.85%200%200%201%205.48-5l4.28-2.47-.52-.91z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22.09%20392.7h1.05v-6.56l-5.69-3.28-.52.9%205.16%202.98v5.96z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M988.26%20678.23l-1%20.44a23.47%2023.47%200%200%200%209.91%2010.73l.51-.92a22.4%2022.4%200%200%201-9.42-10.25zm-1.96-18.86h-1v9.76a23.06%2023.06%200%200%200%20.51%204.84l1-.22a22.29%2022.29%200%200%201-.48-4.62zm21.29%2038.63h1v-6.78h-.52a22.3%2022.3%200%200%201-6-.92l-.3%201a23.21%2023.21%200%200%200%205.8.95z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M45.48%20440.51h-1.05v12.29l.75.75.74-.74-.44-.44v-11.86zm79.32%2018.14h-8.54v1.05h2.68v300.48h1V459.7h5.29l3.1-3.1-.74-.74-2.79%202.79zm-60.21%200h12.92v1.04H64.59zm66.49-6.28l-.44.44.73.74.76-.75v-12.29h-1.05v11.86zm-32.04%206.28h12.92v1.04H99.04zm-17.22%200h12.92v1.04H81.82zm-32.86-2.8l-.74.74%203.11%203.11h3.61v300.48h1V459.7h4.35v-1.05h-8.53l-2.8-2.8z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1094.76%20691.25h-.52V698h1v-5.75a22.85%2022.85%200%200%200%205.81-.9l-.29-1a22%2022%200%200%201-6%20.9zm22.03-22.12a22%2022%200%200%201-1.13%207l1%20.34a23.3%2023.3%200%200%200%201.19-7.33v-5.86h-1zm-12.01%2019.67l.48.93a23.28%2023.28%200%200%200%209.57-9.19l-.91-.51a22.19%2022.19%200%200%201-9.14%208.77z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M153.63%20348.85h1.04V362h-1.04z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1116.66%20575.57l-1%20.33a22.21%2022.21%200%200%201%201.12%207v5.89h1v-5.89a23.11%2023.11%200%200%200-1.12-7.33z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M153.63%20331.32h1.04v13.15h-1.04zm0%2035.06h1.04v13.15h-1.04z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1105.28%20562.28l-.48.93a22.19%2022.19%200%200%201%209.13%208.78l.91-.51a23.27%2023.27%200%200%200-9.56-9.2z%22%20transform%3D%22translate%28-963.16%20-261.82%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M153.63%20383.91h1.04v13.15h-1.04z%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      content: ''; }
    .cms-product-id .hero-layout .banner-content .icon {
      height: 58px;
      width: 58px;
      background: #0147a8;
      text-align: center;
      line-height: 4.625rem;
      border-radius: 100%; }
    .cms-product-id .hero-layout .banner-content svg {
      display: inline-block;
      width: 28px;
      height: 28px;
      margin: auto; }
    .cms-product-id .hero-layout .banner-content path {
      fill: #fff; }
  .cms-product-id .hero-layout .title {
    display: block;
    margin: 0.75rem 0;
    color: #fff;
    font-size: 1.75em;
    font-weight: 300;
    line-height: 2rem; }
    .cms-product-id .hero-layout .title span {
      font-weight: 600; }
  .cms-product-id .hero-layout .description {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4375rem;
    margin: 0.625rem auto 3rem; }
  .cms-product-id .hero-layout .content-grid {
    width: 100%;
    max-width: 1089px;
    margin: auto;
    padding: 0 1.25rem;
    position: relative;
    z-index: 9; }
  .cms-product-id .hero-layout .content-grid-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    border-radius: 10px;
    overflow: hidden; }
  .cms-product-id .hero-layout .grid-item {
    width: 100%;
    padding: 1.25rem 1.625rem;
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #DBDBDB; }
    .cms-product-id .hero-layout .grid-item:last-child {
      margin-bottom: 0; }
    .cms-product-id .hero-layout .grid-item:first-child .grid-title .grid-arrow-icon {
      display: none; }
    .cms-product-id .hero-layout .grid-item .grid-title {
      margin-bottom: 0.625rem;
      color: #09244A;
      font-size: 1.5em;
      font-weight: 300;
      line-height: 2rem;
      position: relative; }
      .cms-product-id .hero-layout .grid-item .grid-title span {
        font-weight: 700; }
      .cms-product-id .hero-layout .grid-item .grid-title .grid-arrow-icon {
        width: 24px;
        height: 24px;
        background: #dbdbdb;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 5px;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .cms-product-id .hero-layout .grid-item .grid-title .grid-arrow-icon .grid-icon {
          box-sizing: border-box;
          height: 8px;
          width: 8px;
          margin-top: -0.125rem;
          border-style: solid;
          border-color: #0147a7;
          border-width: 0px 2px 2px 0px;
          transform: rotate(45deg); }
    .cms-product-id .hero-layout .grid-item .grid-content {
      margin-bottom: 0.625rem;
      color: #37383a;
      font-size: 1em;
      font-weight: 300;
      line-height: 1.4375rem; }
    .cms-product-id .hero-layout .grid-item .button {
      padding: 0.9375rem 2.5rem;
      margin: 0 auto;
      display: none; }
      .cms-product-id .hero-layout .grid-item .button.red-border-button {
        padding: 0.9375rem; }
      .cms-product-id .hero-layout .grid-item .button.active-grid {
        display: block; }
      .cms-product-id .hero-layout .grid-item .button svg {
        width: 16px;
        height: 16px;
        margin-left: 0.625rem;
        margin-bottom: -0.0625rem; }
        .cms-product-id .hero-layout .grid-item .button svg path {
          fill: #fff; }
    .cms-product-id .hero-layout .grid-item .category-selector {
      display: block;
      width: 100%;
      height: 40px;
      margin: 0 auto;
      color: #565a5f;
      padding: 0.3125rem 2.1875rem 0.3125rem 0.3125rem;
      font-family: "Montserrat", sans-serif;
      font-size: 1em !important;
      font-weight: 600 !important;
      border-radius: 8px;
      border: 1px solid #DBDBDB;
      background-image: url(../images/select-arrow.png);
      background-repeat: no-repeat;
      background-position: top 10px right 12px;
      line-height: 1.2;
      box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
      outline: none;
      transition: all 0.3s ease-out;
      -webkit-appearance: none;
      -moz-appearance: none;
      -moz-appearance: none; }

.cms-product-id .column-content-layout.two-column .headline {
  color: #09244A;
  font-size: 2.125em;
  text-align: center;
  line-height: 2.5rem;
  font-weight: 300; }
  .cms-product-id .column-content-layout.two-column .headline span {
    font-weight: 600; }

.cms-product-id .column-content-layout.two-column .two-column-block {
  width: 100%;
  max-width: 1204px;
  margin: auto;
  padding-top: 1.25rem;
  display: block; }
  .cms-product-id .column-content-layout.two-column .two-column-block .content-block {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 1.875rem;
    text-align: left;
    float: none; }
    .cms-product-id .column-content-layout.two-column .two-column-block .content-block .title {
      color: #09244A;
      font-size: 1.5em;
      font-weight: 600;
      line-height: 2rem;
      margin-bottom: 1rem; }
    .cms-product-id .column-content-layout.two-column .two-column-block .content-block .content {
      max-width: 100%;
      width: 100%;
      margin: 0;
      padding-left: 3.125rem;
      text-align: left;
      float: none; }
      .cms-product-id .column-content-layout.two-column .two-column-block .content-block .content:before {
        position: absolute;
        top: 0;
        left: 0;
        color: #0147a8;
        font-size: 3.375rem;
        font-weight: 600;
        line-height: 1;
        content: "1"; }
  .cms-product-id .column-content-layout.two-column .two-column-block .image-block {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    float: none; }
    .cms-product-id .column-content-layout.two-column .two-column-block .image-block .video-block {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
      .cms-product-id .column-content-layout.two-column .two-column-block .image-block .video-block.video-active {
        display: none; }
      .cms-product-id .column-content-layout.two-column .two-column-block .image-block .video-block a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0; }
    .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video {
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 220px; }
      .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video.video-active .video-static {
        display: none; }
      .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video.video-active .video-poup {
        opacity: 1; }
      .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video .video-poup {
        opacity: 0; }
      .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video .video-static {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        overflow: hidden; }
        .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video .video-static:after {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: 0;
          height: 0;
          border-left: 20px solid #fff;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          content: ''; }
        .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video .video-static:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          display: block;
          width: 60px;
          height: 60px;
          margin-left: -0.1875rem;
          border: 3px solid #fff;
          border-radius: 100%;
          content: ''; }
        .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video .video-static img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video .wistia_embed {
        height: 100%; }

.cms-product-id .product-listing {
  background: #eaeaea;
  padding: 3.4375rem 0; }
  .cms-product-id .product-listing .product-content-block {
    width: 100%;
    max-width: 1204px;
    margin: auto;
    display: block; }
    .cms-product-id .product-listing .product-content-block .title {
      color: #09244A;
      font-size: 1.5em;
      font-weight: 600;
      line-height: 2rem;
      margin-bottom: 1rem; }
    .cms-product-id .product-listing .product-content-block .content {
      width: 100%;
      position: relative;
      margin: 0;
      padding-left: 3.125rem;
      text-align: left; }
      .cms-product-id .product-listing .product-content-block .content:before {
        position: absolute;
        top: 0;
        left: 0;
        color: #0147a8;
        font-size: 3.375rem;
        font-weight: 600;
        line-height: 1;
        content: "2"; }
  .cms-product-id .product-listing .product-wrapper {
    margin-top: 1rem; }
  .cms-product-id .product-listing .product-cover {
    position: relative;
    display: block;
    padding: 1.5rem 0; }
    .cms-product-id .product-listing .product-cover .container {
      padding: 0; }
    .cms-product-id .product-listing .product-cover .product-content-title {
      width: 100%;
      max-width: 1204px;
      margin: auto auto 1rem;
      color: #09244A;
      font-size: 1.125em;
      font-weight: 600;
      text-align: center;
      line-height: 1.625rem;
      padding: 0 0.625rem; }
    .cms-product-id .product-listing .product-cover .product-content-description {
      width: 100%;
      max-width: 1204px;
      margin: auto;
      color: #565A5F;
      font-size: 1em;
      font-weight: 400;
      text-align: center;
      line-height: 1.4375rem; }
  .cms-product-id .product-listing .product-items {
    position: relative;
    width: 100%;
    max-width: 1204px;
    margin: 1.5rem auto auto; }
    .cms-product-id .product-listing .product-items.product-count-below-3 .product-items-cover .product-item {
      width: 75%;
      margin: 0 0 1.25rem;
      padding: 0 0.625rem; }
      .cms-product-id .product-listing .product-items.product-count-below-3 .product-items-cover .product-item .img-block .product-image-container {
        height: 100%; }
        .cms-product-id .product-listing .product-items.product-count-below-3 .product-items-cover .product-item .img-block .product-image-container .product-image-wrapper {
          padding-bottom: 9.375rem !important; }
          .cms-product-id .product-listing .product-items.product-count-below-3 .product-items-cover .product-item .img-block .product-image-container .product-image-wrapper img {
            width: auto;
            height: 150px; }
    .cms-product-id .product-listing .product-items.product-count-below-4 .product-items-cover .product-item {
      width: 75%;
      margin: 0 0 1.25rem;
      padding: 0 0.625rem; }
      .cms-product-id .product-listing .product-items.product-count-below-4 .product-items-cover .product-item .img-block .product-image-container {
        height: 100%; }
        .cms-product-id .product-listing .product-items.product-count-below-4 .product-items-cover .product-item .img-block .product-image-container .product-image-wrapper {
          padding-bottom: 9.375rem !important; }
          .cms-product-id .product-listing .product-items.product-count-below-4 .product-items-cover .product-item .img-block .product-image-container .product-image-wrapper img {
            width: auto;
            height: 150px; }
  .cms-product-id .product-listing .product-items-cover {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row; }
    .cms-product-id .product-listing .product-items-cover .flickity-slider,.cms-product-id .product-listing .product-items-cover .flickity-viewport {
      width: 100%; }
    .cms-product-id .product-listing .product-items-cover .flickity-prev-next-button.previous {
      left: 61px; }
    .cms-product-id .product-listing .product-items-cover .product-item {
      position: relative;
      text-align: center;
      list-style: none;
      width: 100%;
      margin: 0 0 1.25rem;
      padding: 0 0.625rem; }
      .cms-product-id .product-listing .product-items-cover .product-item .product-content {
        padding: 1.6875rem 1.6875rem 0;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08); }
      .cms-product-id .product-listing .product-items-cover .product-item .category {
        width: 100%;
        margin: auto;
        min-height: 70px; }
      .cms-product-id .product-listing .product-items-cover .product-item .category-title {
        display: inline-block;
        padding-bottom: 0.3125rem;
        color: #0147a7;
        font-size: 1em;
        line-height: 1.125rem; }
      .cms-product-id .product-listing .product-items-cover .product-item .img-block {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 150px;
        margin: 0.625rem 0;
        text-align: center;
        background: #fff;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        overflow: hidden; }
        .cms-product-id .product-listing .product-items-cover .product-item .img-block img {
          max-width: 100%;
          height: auto; }
      .cms-product-id .product-listing .product-items-cover .product-item .content-block {
        position: relative;
        padding: 0 0 3.75rem;
        min-height: 115px;
        height: auto; }
        .cms-product-id .product-listing .product-items-cover .product-item .content-block .content {
          padding: 0;
          width: 100%; }
          .cms-product-id .product-listing .product-items-cover .product-item .content-block .content .title {
            font-size: 1.125rem;
            font-weight: 600;
            color: #09244A;
            padding-bottom: 0.625rem; }
            .cms-product-id .product-listing .product-items-cover .product-item .content-block .content .title a {
              color: #09244A;
              text-decoration: none; }
            .cms-product-id .product-listing .product-items-cover .product-item .content-block .content .title:hover a {
              color: #0147AB; }
      .cms-product-id .product-listing .product-items-cover .product-item .quick-look {
        position: absolute;
        bottom: 0;
        left: 10px;
        height: 50px;
        border-top: 1px solid #edeced;
        width: calc(100% - 20px);
        padding: 0 1.875rem;
        line-height: 3.125rem;
        color: #454249;
        font-weight: 600;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 0 0 10px 10px;
        transition: all 0.4s ease-in-out 0s; }
        .cms-product-id .product-listing .product-items-cover .product-item .quick-look.quick-look-active,.cms-product-id .product-listing .product-items-cover .product-item .quick-look:hover {
          background: #edeced; }
        .cms-product-id .product-listing .product-items-cover .product-item .quick-look.quick-look-active .close {
          transform: rotate(45deg); }
        .cms-product-id .product-listing .product-items-cover .product-item .quick-look .close {
          position: relative;
          display: inline-block;
          width: 14px;
          height: 14px;
          top: 2px;
          left: 0;
          overflow: hidden;
          margin-right: 0.375rem;
          transition: all 0.4s ease-in-out 0s; }
        .cms-product-id .product-listing .product-items-cover .product-item .quick-look .close::after,.cms-product-id .product-listing .product-items-cover .product-item .quick-look .close::before {
          content: '';
          position: absolute;
          height: 2px;
          width: 100%;
          top: 50%;
          left: 0;
          margin-top: -0.0625rem;
          background: #454249; }
        .cms-product-id .product-listing .product-items-cover .product-item .quick-look .close::before {
          transform: rotate(0deg); }
        .cms-product-id .product-listing .product-items-cover .product-item .quick-look .close::after {
          transform: rotate(90deg); }
  .cms-product-id .product-listing .product-grid-details {
    top: 100%;
    left: 0;
    display: none;
    width: 110%;
    margin: 1.5rem -5% auto;
    padding: 3.75rem 2.25rem 3.75rem;
    background: #20385a;
    text-align: left;
    z-index: 9;
    position: relative; }
    .cms-product-id .product-listing .product-grid-details .active-product-details {
      display: block; }
    .cms-product-id .product-listing .product-grid-details .top-actions {
      position: absolute;
      background: #08244b;
      width: 100%;
      left: 0;
      top: 0;
      height: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 0 0.625rem; }
      .cms-product-id .product-listing .product-grid-details .top-actions .close {
        color: #fff;
        padding: 0.625rem 5%;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer; }
        .cms-product-id .product-listing .product-grid-details .top-actions .close:hover {
          opacity: 0.5; }
      .cms-product-id .product-listing .product-grid-details .top-actions .product-link {
        margin: 0.4375rem 5% 0.4375rem 0; }
        .cms-product-id .product-listing .product-grid-details .top-actions .product-link .button {
          padding: 0.3125rem 1.25rem;
          font-size: 1rem;
          line-height: inherit;
          color: #fff; }
    .cms-product-id .product-listing .product-grid-details .quick-look-wrapper {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
      background: #fff;
      border-radius: 10px;
      overflow: hidden; }
      .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .form-content {
          padding: 0 1em; }
        .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .ql-title {
          font-size: 1.125em;
          font-weight: 600;
          color: #09244A;
          padding-bottom: 0.625rem; }
        .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .ql-sub-title {
          font-size: 1rem;
          font-weight: 600; }
        .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .gform_wrapper {
          background: #fff; }
        .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .gform_footer button {
          max-width: 340px; }
        .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes {
          padding: 1em; }
          .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes .attribute-name {
            position: relative;
            display: -ms-inline-flexbox;
            display: inline-flex;
            vertical-align: middle;
            margin-bottom: 0.9375rem;
            color: #0147a8;
            font-size: 1em;
            font-weight: 600; }
            .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes .attribute-name::after {
              position: absolute;
              right: 0;
              bottom: -10px;
              z-index: 9;
              display: none;
              width: 0;
              height: 0;
              margin-right: -0.1125rem;
              margin-bottom: -0.3125rem;
              border-width: 0 9px 9px;
              border-style: solid;
              border-color: transparent transparent #09244a;
              content: '';
              transition: ease all 0.7s 0s; }
            .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes .attribute-name.active-toggle::after {
              display: block; }
          .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes .attribute-name-tooltip {
            position: relative; }
          .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes .tooltip-toggle {
            height: 15px;
            width: 15px;
            display: inline-block;
            margin-left: 0.625rem;
            background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22510%22%20height%3D%22510%22%3E%3Cpath%20fill%3D%22%230147a8%22%20d%3D%22M229.5%20382.5h51v-153h-51v153zM255%200C114.75%200%200%20114.75%200%20255s114.75%20255%20255%20255%20255-114.75%20255-255S395.25%200%20255%200zm0%20459c-112.2%200-204-91.8-204-204S142.8%2051%20255%2051s204%2091.8%20204%20204-91.8%20204-204%20204zm-25.5-280.5h51v-51h-51v51z%22%2F%3E%3C%2Fsvg%3E");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            cursor: pointer; }
          .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes .attribute-tooltip {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 9;
            display: none;
            width: 100%;
            padding: 0.9375rem;
            box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.29);
            background-color: #09244a;
            border-radius: 5px;
            color: #fff;
            font-size: 1em;
            line-height: 1.3125rem; }
          .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes .attribute-details {
            margin-bottom: 1.25rem; }
          .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes .product-link .button {
            width: 100%; }
        .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .product-view-url {
          color: #fff; }
      .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta {
        margin-bottom: 1.25rem; }
        .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta img {
          max-width: 100%;
          margin-bottom: 0; }
        .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block {
          width: 96%;
          max-width: 400px;
          margin: 0 auto; }
          .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block p {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 1rem;
            color: #565a5f; }
          .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block .size {
            width: 100%;
            margin: 1rem 0;
            display: -ms-flexbox;
            display: flex;
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 0.625rem 1.25rem;
            text-align: center;
            -ms-flex-pack: center;
                justify-content: center; }
            .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block .size .item {
              position: relative;
              margin: 0 0.625rem;
              text-align: center;
              font-size: 1rem; }
              .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block .size .item:first-child {
                margin-left: 0; }
                .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block .size .item:first-child::after {
                  display: none; }
              .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block .size .item:last-child::after {
                display: none; }
              .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block .size .item::after {
                width: 7px;
                height: 2px;
                background: #565a5f;
                position: absolute;
                top: 12px;
                right: -14px;
                content: ''; }
          .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            margin-left: 1.5625rem;
            font-size: 1rem;
            color: #565a5f;
            line-height: 1.1875rem; }
            .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block ul li {
              list-style-type: none; }

.cms-product-id .product-id-form {
  padding: 2.3125rem 0 4rem; }
  .cms-product-id .product-id-form .title-block {
    display: block;
    text-align: center;
    margin-bottom: 2.125rem; }
    .cms-product-id .product-id-form .title-block .section-title {
      color: #09244A;
      font-size: 1.5em;
      font-weight: 600;
      line-height: 2rem; }
    .cms-product-id .product-id-form .title-block .section-sub-title {
      color: #09244A;
      font-size: 1.5em;
      font-weight: 300;
      line-height: 2rem; }
  .cms-product-id .product-id-form .gform_heading {
    padding: 2rem 1.25rem;
    font-size: 1em;
    line-height: 1.4375rem; }
  .cms-product-id .product-id-form .form-block {
    width: 100%;
    max-width: 658px;
    margin: auto;
    padding: 0; }
    .cms-product-id .product-id-form .form-block .gform_confirmation_wrapper {
      background: white;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      padding: 1.25rem; }
      .cms-product-id .product-id-form .form-block .gform_confirmation_wrapper .gform_confirmation_message {
        text-align: center; }
  .cms-product-id .product-id-form .gform_footer {
    text-align: center; }
    .cms-product-id .product-id-form .gform_footer button {
      width: 80%;
      margin: 0 auto; }

.catalog-category-view .category-view {
  background: white;
  background: linear-gradient(135deg, white 0%, #dfdfdf 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
  width: 100%;
  display: inline-block;
  padding-bottom: 1.875rem; }
  .catalog-category-view .category-view .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .catalog-category-view .category-view .category-image-container {
    position: relative;
    max-width: 100%;
    margin-bottom: 1rem; }
    .catalog-category-view .category-view .category-image-container .image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      max-width: 300px; }
  .catalog-category-view .category-view .fotorama {
    overflow: inherit; }
  .catalog-category-view .category-view .fotorama__stage {
    background: #fff;
    box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 1rem;
    height: 350px !important;
    max-width: 100%; }
  .catalog-category-view .category-view .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    width: 100%; }
  .catalog-category-view .category-view .video-thumb-icon::after {
    width: 52px;
    height: 52px;
    background: url("../images/play-button-hover.png") no-repeat center;
    background-size: 100%;
    border-radius: 100%;
    opacity: 0.4; }
  .catalog-category-view .category-view .product-video {
    height: 100%; }
  .catalog-category-view .category-view .fotorama-video-container.fotorama__stage__frame .fotorama__img {
    height: auto;
    max-height: inherit; }
  .catalog-category-view .category-view .fotorama-video-container.video-unplayed:hover img {
    opacity: 1; }
  .catalog-category-view .category-view .fotorama-video-container.video-unplayed:hover::after {
    transform: scale(1); }
  .catalog-category-view .category-view .fotorama-video-container::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  .catalog-category-view .category-view .fotorama-video-container::after {
    background: url("../images/play-button.png") no-repeat center;
    background-size: 100%;
    border-radius: 100%;
    opacity: 0.8;
    cursor: pointer;
    z-index: 5; }
  .catalog-category-view .category-view .fotorama-video-container:hover::after {
    opacity: 1;
    background: url("../images/play-button-hover.png") no-repeat center;
    background-size: 100%; }
  .catalog-category-view .category-view .fotorama__caption {
    display: none; }
  .catalog-category-view .category-view .fotorama__video-close {
    display: none; }
  .catalog-category-view .category-view .fotorama__nav {
    padding: 1.25rem 0; }
  .catalog-category-view .category-view .fotorama__wrap .fotorama__grab {
    margin-left: 0.3125rem; }
  .catalog-category-view .category-view .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0.125rem 0.9375rem 0.125rem 0 !important;
    width: 125px !important; }
    .catalog-category-view .category-view .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb {
      background: #fff;
      box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
      border-radius: 10px;
      opacity: 0.4; }
    .catalog-category-view .category-view .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active .fotorama__thumb {
      box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.3);
      opacity: 1; }
  .catalog-category-view .category-view .fotorama__thumb-border {
    display: none !important; }
  .catalog-category-view .category-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,.catalog-category-view .category-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    background: none; }
  .catalog-category-view .category-view .fotorama__nav.fotorama__shadows--left::before,.catalog-category-view .category-view .fotorama__nav.fotorama__shadows--right::after,.catalog-category-view .category-view .fotorama__stage.fotorama__shadows--left::before,.catalog-category-view .category-view .fotorama__stage.fotorama__shadows--right::after {
    display: none; }
  .catalog-category-view .category-view .fotorama__nav--dots .fotorama__nav__frame {
    cursor: pointer; }
  .catalog-category-view .category-view .fotorama__active .fotorama__dot {
    background-color: #3736FE;
    border-color: #3736FE; }

.catalog-category-view .category-detail-container {
  width: 100%;
  padding: 0 0.625rem; }
  .catalog-category-view .category-detail-container .page-title-wrapper {
    padding: 0 0 1.25rem; }
    .catalog-category-view .category-detail-container .page-title-wrapper .page-title {
      position: relative; }
      .catalog-category-view .category-detail-container .page-title-wrapper .page-title .base span {
        position: relative;
        font-weight: 300;
        font-size: 1.625rem; }
  .catalog-category-view .category-detail-container .short-description {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.625rem; }
  .catalog-category-view .category-detail-container .document-link {
    display: inline-block;
    margin-top: 1.875rem;
    padding: 0.625rem 0 0.625rem 1.875rem;
    font-size: 1rem;
    color: #09244A;
    font-weight: 600;
    text-decoration: none;
    background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2029.52%2025.76%22%3E%3Ctitle%3EGV_download_icon%3C/title%3E%3Cpolygon%20fill%3D%22%2309244a%22%20points%3D%2214.76%2020%2022.76%2010%2017.76%2010%2017.76%200%2011.76%200%2011.76%2010%206.76%2010%2014.76%2020%22/%3E%3Cpolygon%20fill%3D%22%2309244a%22%20points%3D%2226%2016%2026%2022.24%203.52%2022.24%203.52%2016%200%2016%200%2025.76%2029.52%2025.76%2029.52%2016%2026%2016%22/%3E%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: 0 8px;
    background-size: 18px; }
    .catalog-category-view .category-detail-container .document-link:hover {
      color: #3736FE; }
  .catalog-category-view .category-detail-container .category-cta-list .configure-cta {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.03 27.03'%3E%3Ctitle%3EGV_customValveSolutions%3C/title%3E%3Cpath fill='%23ffffff' d='M458.86,418a7.11,7.11,0,0,0-.09-1.14L460,416a9,9,0,0,0-1.21-2.91l-1.52.25a7.92,7.92,0,0,0-1.61-1.61l.25-1.52A8.91,8.91,0,0,0,453,409l-.89,1.25a8.62,8.62,0,0,0-1.14-.08,8.5,8.5,0,0,0-1.14.08L449,409a9,9,0,0,0-2.91,1.2l.25,1.52a8.19,8.19,0,0,0-1.61,1.61l-1.52-.25A9,9,0,0,0,442,416l1.25.9a8.5,8.5,0,0,0-.08,1.14,8.62,8.62,0,0,0,.08,1.14L442,420a8.91,8.91,0,0,0,1.2,2.91l1.52-.25a7.92,7.92,0,0,0,1.61,1.61l-.25,1.52A9,9,0,0,0,449,427l.9-1.26a7.11,7.11,0,0,0,1.14.09,7.2,7.2,0,0,0,1.14-.09L453,427a8.93,8.93,0,0,0,2.91-1.21l-.25-1.52a7.68,7.68,0,0,0,1.61-1.61l1.52.25A8.93,8.93,0,0,0,460,420l-1.26-.89A7.2,7.2,0,0,0,458.86,418ZM451,422.77a4.77,4.77,0,1,1,4.77-4.77A4.77,4.77,0,0,1,451,422.77Z' transform='translate(-433 -400)'/%3E%3Cpath fill='%23ffffff' d='M442.89,411.2a5.75,5.75,0,0,0,1.47-1.52l-.57-.87a5.47,5.47,0,0,0,.33-.69,6.83,6.83,0,0,0,.23-.73l1-.25a5.8,5.8,0,0,0,0-2.12l-1-.21a5.61,5.61,0,0,0-.61-1.4l.52-.88a5.75,5.75,0,0,0-1.52-1.47l-.87.57a5.47,5.47,0,0,0-.69-.33,6.83,6.83,0,0,0-.73-.23l-.25-1a6,6,0,0,0-2.12.05l-.21,1a5.27,5.27,0,0,0-1.4.61l-.88-.53a6,6,0,0,0-1.47,1.53l.57.86a5.47,5.47,0,0,0-.33.69,7,7,0,0,0-.23.74l-1,.25a6,6,0,0,0,.05,2.11l1,.22a5.07,5.07,0,0,0,.61,1.39l-.53.89a6,6,0,0,0,1.53,1.47l.86-.57a5.47,5.47,0,0,0,.69.33,7,7,0,0,0,.74.23l.25,1a5.74,5.74,0,0,0,2.11,0l.22-1a5.39,5.39,0,0,0,1.39-.61Zm-4.84-2a3.2,3.2,0,1,1,4.14-1.82A3.2,3.2,0,0,1,438.05,409.19Z' transform='translate(-433 -400)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px 12px;
    background-size: 24px;
    padding-left: 2.5rem; }

.catalog-category-view .category-description {
  padding: 1.25rem 0 3.4375rem; }
  .catalog-category-view .category-description .description-title {
    font-size: 1.25rem;
    color: #09244A;
    font-weight: 700;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #edeced;
    padding-bottom: 0.8125rem;
    margin-bottom: 0.8125rem; }
  .catalog-category-view .category-description .description {
    line-height: 1.7;
    font-size: 1rem;
    max-width: 1040px;
    margin: auto; }
    .catalog-category-view .category-description .description ul {
      margin: 0;
      padding: 0; }
      .catalog-category-view .category-description .description ul li {
        position: relative;
        color: #09244A;
        font-size: 1em;
        font-weight: 400;
        margin-bottom: 0.9375rem;
        padding-left: 1.5rem;
        line-height: 1.5;
        list-style: none;
        display: inline-block;
        width: 100%; }
        .catalog-category-view .category-description .description ul li:before {
          position: absolute;
          left: 5px;
          top: 5px;
          width: 2px;
          height: 12px;
          background: #09244A;
          transform: rotate(30deg);
          content: ''; }
        .catalog-category-view .category-description .description ul li:after {
          position: absolute;
          top: 10px;
          left: 0;
          width: 2px;
          height: 10px;
          background: #09244A;
          transform: rotate(-38deg);
          content: ''; }

.catalog-category-view .product-category-anchor-bar .product-data-sticky-tab {
  max-width: 1340px;
  margin: 2.5rem auto;
  width: 100%;
  padding: 0;
  border: 1px solid #edeced;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 40px -4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 9; }
  .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab.anchor-section-sticky-relative {
    position: relative;
    top: auto;
    left: auto; }
  .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab.anchor-section-sticky-absolute {
    position: absolute;
    left: 0; }
  .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab.anchor-section-sticky-fixed {
    position: fixed;
    margin: 0;
    left: 0;
    max-width: 100%;
    border-radius: 0;
    z-index: 2; }
  .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #edeced; }
    .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title:hover {
      background: #edeced; }
    .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title:last-child {
      border: none; }
    .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title .data-anchor {
      font-size: 1rem;
      font-weight: 700;
      color: #09244A;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      padding: 0.9375rem 0.3125rem;
      text-decoration: none;
      cursor: pointer;
      height: 100%; }
      .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title .data-anchor.anchor-active .icon,.catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title .data-anchor:hover .icon {
        opacity: 1; }
      .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title .data-anchor.anchor-active {
        background: #edeced; }
      .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title .data-anchor .icon {
        transform: rotate(-90deg);
        font-size: 1rem;
        margin-left: 0.625rem;
        position: relative;
        opacity: 0; }

.catalog-category-view .product-category-anchor-bar .product-data-items {
  width: 100%; }
  .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ccc;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    text-align: center; }
    .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item:first-child {
      border: none; }
    .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .image-block {
      width: 100%;
      padding-bottom: 1.875rem;
      text-align: center;
      max-width: 300px;
      margin: 0 auto; }
      .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .image-block img {
        margin-bottom: 1.875rem;
        max-width: 100%; }
      .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .image-block .button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        line-height: 1.375rem;
        color: #fff; }
        .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .image-block .button::before {
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.03 27.03'%3E%3Ctitle%3EGV_customValveSolutions%3C/title%3E%3Cpath fill='%23ffffff' d='M458.86,418a7.11,7.11,0,0,0-.09-1.14L460,416a9,9,0,0,0-1.21-2.91l-1.52.25a7.92,7.92,0,0,0-1.61-1.61l.25-1.52A8.91,8.91,0,0,0,453,409l-.89,1.25a8.62,8.62,0,0,0-1.14-.08,8.5,8.5,0,0,0-1.14.08L449,409a9,9,0,0,0-2.91,1.2l.25,1.52a8.19,8.19,0,0,0-1.61,1.61l-1.52-.25A9,9,0,0,0,442,416l1.25.9a8.5,8.5,0,0,0-.08,1.14,8.62,8.62,0,0,0,.08,1.14L442,420a8.91,8.91,0,0,0,1.2,2.91l1.52-.25a7.92,7.92,0,0,0,1.61,1.61l-.25,1.52A9,9,0,0,0,449,427l.9-1.26a7.11,7.11,0,0,0,1.14.09,7.2,7.2,0,0,0,1.14-.09L453,427a8.93,8.93,0,0,0,2.91-1.21l-.25-1.52a7.68,7.68,0,0,0,1.61-1.61l1.52.25A8.93,8.93,0,0,0,460,420l-1.26-.89A7.2,7.2,0,0,0,458.86,418ZM451,422.77a4.77,4.77,0,1,1,4.77-4.77A4.77,4.77,0,0,1,451,422.77Z' transform='translate(-433 -400)'/%3E%3Cpath fill='%23ffffff' d='M442.89,411.2a5.75,5.75,0,0,0,1.47-1.52l-.57-.87a5.47,5.47,0,0,0,.33-.69,6.83,6.83,0,0,0,.23-.73l1-.25a5.8,5.8,0,0,0,0-2.12l-1-.21a5.61,5.61,0,0,0-.61-1.4l.52-.88a5.75,5.75,0,0,0-1.52-1.47l-.87.57a5.47,5.47,0,0,0-.69-.33,6.83,6.83,0,0,0-.73-.23l-.25-1a6,6,0,0,0-2.12.05l-.21,1a5.27,5.27,0,0,0-1.4.61l-.88-.53a6,6,0,0,0-1.47,1.53l.57.86a5.47,5.47,0,0,0-.33.69,7,7,0,0,0-.23.74l-1,.25a6,6,0,0,0,.05,2.11l1,.22a5.07,5.07,0,0,0,.61,1.39l-.53.89a6,6,0,0,0,1.53,1.47l.86-.57a5.47,5.47,0,0,0,.69.33,7,7,0,0,0,.74.23l.25,1a5.74,5.74,0,0,0,2.11,0l.22-1a5.39,5.39,0,0,0,1.39-.61Zm-4.84-2a3.2,3.2,0,1,1,4.14-1.82A3.2,3.2,0,0,1,438.05,409.19Z' transform='translate(-433 -400)'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 24px;
          content: '';
          width: 24px;
          height: 24px;
          margin-right: 0.625rem; }
    .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .content-block {
      width: 100%;
      padding-bottom: 1.875rem; }
      .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .content-block [data-redactor-tag="strong"],.catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .content-block strong {
        font-weight: 700; }
    .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block {
      width: 100%; }
      .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block .spec-content,.catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block h3 {
        width: 100%; }
      .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%; }
        .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li {
          padding-bottom: 1rem;
          width: 100%; }
          .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li p:first-child,.catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li span:first-child {
            width: 100%;
            font-weight: 600;
            color: #0147AB; }
          .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li p:nth-child(2),.catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li span:nth-child(2),.catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li ul {
            width: 100%;
            margin-top: 0; }

.catalog-category-view .full-width-cta .button {
  color: #fff; }
  .catalog-category-view .full-width-cta .button:hover {
    color: #fff; }

.catalog-category-view .column-content-layout.one-column .content {
  text-align: left;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.catalog-category-view .column-content-layout.one-column .img-slider .img-item {
  height: 544px; }

.catalog-category-view .column-content-layout.one-column .img-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.page-wrapper {
  background: #fff; }
  .page-wrapper .body-header {
    background-color: #fff; }
  .page-wrapper .body-header {
    border-bottom: 1px solid #edeced; }
  .page-wrapper .body-footer {
    border-top: 1px solid #edeced; }
  .page-wrapper .breadcrumbs {
    display: none; }
  .page-wrapper .columns {
    padding-bottom: 1.875rem; }
    .page-wrapper .columns .column.main {
      max-width: 100%; }
    .page-wrapper .columns a {
      color: #3736FE; }
      .page-wrapper .columns a:hover {
        color: #504FFF;
        text-decoration: none; }
  .page-wrapper .page-main {
    width: 1200px;
    max-width: 100%;
    padding: 0 0.625rem; }
  .page-wrapper .page-title-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 1.875rem 0;
    -ms-flex-align: center;
        align-items: center; }
    .page-wrapper .page-title-wrapper .page-title {
      margin: 0 0 1.25rem;
      font-size: 1.625rem;
      color: #09244A; }
    .page-wrapper .page-title-wrapper .order-actions-toolbar,.page-wrapper .page-title-wrapper .order-date,.page-wrapper .page-title-wrapper .order-status,.page-wrapper .page-title-wrapper .return-status {
      margin: 0; }
  .page-wrapper .message.error,.page-wrapper .message.info,.page-wrapper .message.success {
    margin: 0 0 1.25rem;
    font-size: 1rem; }

.catalog-product-view .page-wrapper .columns,.cms-product-id .page-wrapper .columns {
  padding-bottom: 0; }

.amasty_xlanding-page-view #main,.amasty_xlanding-page-view #maincontent,.catalog-category-view #main,.catalog-category-view #maincontent,.catalog-product-view #main,.catalog-product-view #maincontent,.single-vtl_landing_page #main,.single-vtl_landing_page #maincontent {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.amasty_xlanding-page-view .body-header,.catalog-category-view .body-header,.catalog-product-view .body-header,.single-vtl_landing_page .body-header {
  background-color: #f9f9f9;
  border-bottom: none; }

.amasty_xlanding-page-view .body-footer,.catalog-category-view .body-footer,.catalog-product-view .body-footer,.single-vtl_landing_page .body-footer {
  border-top: none; }

.page-main input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.page-main select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.page-main textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  border: 1px solid #DBDBDB;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #565a5f;
  padding: 0.625rem;
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease-out;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.08);
  outline: none; }
  .page-main input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,.page-main select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,.page-main textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
    border: 1px solid #1583ff;
    box-shadow: inset 0px 0px 0px 1px #1583ff, 0 2px 3px 0px rgba(0, 0, 0, 0.08);
    outline: none; }

.page-main select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-appearance: none;
  padding-right: 2.8125rem !important;
  background-image: url(../images/select-arrow.png);
  background-position: top 19px right 15px;
  background-repeat: no-repeat; }

.cms-noroute-index dl {
  font-size: 1rem;
  line-height: 2; }

.field-tooltip {
  right: 10px;
  top: 10px; }
  .field-tooltip .field-tooltip-content {
    background: #09244A;
    color: #fff;
    border-radius: 7px;
    border: 1px solid #09244A;
    font-size: 1rem;
    line-height: 1.25rem; }
    .field-tooltip .field-tooltip-content::before {
      border-right-color: #09244A; }
    .field-tooltip .field-tooltip-content::after {
      border-right-color: #09244A; }
  .field-tooltip._active .field-tooltip-action::before {
    color: #0147AB; }
  .field-tooltip .field-tooltip-action::before {
    font-size: 1.25rem; }

.field-error {
  color: #d9534f;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5; }

div.mage-error[generated] {
  color: #d9534f;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5; }

body .loading-mask {
  background: rgba(255, 255, 255, 0.8); }
  body .loading-mask .loader::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("../images/loader.svg"); }
  body .loading-mask .loader::after {
    content: 'Loading, Please Wait...';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    margin-top: 3.25rem;
    color: #000; }
  body .loading-mask .loader img {
    display: none; }

body.cms-no-route .page-title-wrapper {
  -ms-flex-pack: center;
      justify-content: center; }
  body.cms-no-route .page-title-wrapper .page-title {
    font-size: 2em;
    margin: 0.67em 0 0;
    color: #565a5f;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25; }

body.cms-no-route .page-wrapper .columns .column.main {
  width: 100%;
  text-align: center; }
  body.cms-no-route .page-wrapper .columns .column.main dl {
    margin: 0 0 1.875rem; }
    body.cms-no-route .page-wrapper .columns .column.main dl dt {
      margin-bottom: 0.875rem;
      font-weight: 700; }
  body.cms-no-route .page-wrapper .columns .column.main dd {
    margin: 0; }
  body.cms-no-route .page-wrapper .columns .column.main ul {
    padding: 0;
    list-style-type: none; }
    body.cms-no-route .page-wrapper .columns .column.main ul li {
      margin: 0.3125rem 0;
      line-height: 1.625rem; }
    @media screen and (min-width: 25em) {
        .resource-grid .no-results .heading {
          font-size: 2rem;
          line-height: 2.5rem; }
        .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list li {
          width: 48%; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list li .link {
            padding: 0.9375rem 0.625rem; }
    .utility-nav {
      padding: 0.3125rem 0.625rem; }
      .utility-nav a {
        margin-left: 1.25rem; }
        .avatars-layout .avatars-list .avatar-item {
          width: 180px;
          text-align: left; }
          .avatars-layout .avatars-list .avatar-item .avatar-contents {
            min-height: 250px; }
          .column-content-with-slider-layout .slider-wrapper .left-block .img-slider {
            width: 300px; }
            .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .img-item {
              width: 300px; }
              .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .flickity-prev-next-button.previous {
                left: -40px; }
              .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .flickity-prev-next-button.next {
                right: -40px; }
    .flexbox .entry-buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .case-study-posts .post-container {
        width: 320px; }
        .case-study-posts .post-container .list-item {
          width: 320px; }
    .checkout-cart-index .cart-container .cart.table-wrapper .col.price,.checkout-cart-index .cart-container .cart.table-wrapper .col.qty,.checkout-cart-index .cart-container .cart.table-wrapper .col.remove,.checkout-cart-index .cart-container .cart.table-wrapper .col.subtotal {
      width: 30%;
      padding-bottom: 1.875rem;
      height: 120px; }
      .account .page-wrapper .page-title-wrapper .page-title {
        font-size: 2.1875rem; }
  .catalog-product-view.page-product-configurable .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form {
    float: none !important;
    margin: 3.75rem 0; }
        .cms-configurator .page-wrapper .page-main .sku-search-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
          margin-bottom: 0; }
      .cms-configurator .hero-layout .title {
        font-size: 2em;
        line-height: 1.625rem; }
      .cms-configurator .hero-layout .sku-search-form {
        -ms-flex-flow: row;
            flex-flow: row;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .configurator-wrapper .configurator-options .series-option {
          margin: 0; }
          .configurator-wrapper .series-details .sku-search-form-wrapper .sku-search-form {
            -ms-flex-flow: row;
                flex-flow: row;
            -ms-flex-pack: justify;
                justify-content: space-between; }
            .configurator-wrapper .series-details .sku-search-form-wrapper .sku-search-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
              width: 72%; }
            .configurator-wrapper .series-details .sku-search-form-wrapper .sku-search-form .button {
              width: 25%; }
      .cms-product-id .hero-layout .title {
        font-size: 2em;
        line-height: 2.25rem; }
        .cms-product-id .hero-layout .grid-item .category-selector {
          margin: 0; } }
    @media screen and (min-width: 25.375em) {
    .page-main select {
      background-position: top 12px right 15px; } }
    @media screen and (min-width: 30em) {
            .product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .red-border-button,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .tocompare {
              width: 48%;
              margin-bottom: 0; }
          .product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample {
            -ms-flex-direction: row;
                flex-direction: row; }
            .product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample .action-request-quote,.product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample .actions-primary {
              width: 48%; }
          .product-quick-view .quick-view-details .quick-view-content-block .actions-secondary {
            -ms-flex-flow: row;
                flex-flow: row;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
            .product-quick-view .quick-view-details .quick-view-content-block .actions-secondary .whishlist {
              width: 48%; } }
    @media screen and (min-width: 31.25em) {
    .selections-slide-cart-wrapper {
      width: 440px;
      right: -440px; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list li {
          width: auto; }
        .avatars-layout .avatars-list .avatar-item {
          width: 190px;
          margin: 0 0.625rem 3.125rem; }
          .column-content-layout.two-column .two-column-block .image-block {
            width: 400px; }
              .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .flickity-prev-next-button.previous {
                left: -60px; }
              .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .flickity-prev-next-button.next {
                right: -60px; }
    .content-with-media-layout .section-title {
      font-size: 1.125rem; }
      .content-with-media-layout .content-block .title {
        font-size: 1.125rem; }
      .content-with-media-layout .content-block .sub-title {
        font-size: 1.125rem; }
          .legacy-series-layout .legacy-series-wrapper .legacy-series-item .img-block {
            width: 250px; }
            .legacy-series-layout .legacy-series-wrapper .legacy-series-item .content-block .desc {
              display: block; }
    .product-with-features-layout .section-title {
      font-size: 1.125rem; }
          .product-with-features-layout .product-list-wrapper .product-list-item .image-block .product-title {
            font-size: 1.25rem; }
          .product-with-features-layout .product-list-wrapper .product-list-item .content-block .title {
            font-size: 1.125rem; }
      .table-layout .section-title {
        font-size: 1.125rem; }
      .two-column-with-bullet-list-layout .section-title {
        font-size: 1.125rem; }
        .two-column-with-image-layout .content-block .title {
          font-size: 2rem; }
        .two-column-with-image-layout .content-block .sub-title {
          font-size: 1.125rem; }
        .blog-list-item.cta .featured-resource-card {
          display: -ms-flexbox;
          display: flex;
          text-align: left; }
          .blog-list-item.cta .featured-resource-card .image-wrapper {
            margin-right: 2.5rem;
            margin-bottom: 0; }
          .blog-list-item.cta .featured-resource-card .content {
            width: auto; }
      .single-post .blog-detail-feature-resource .featured-resource-card {
        display: -ms-flexbox;
        display: flex;
        text-align: left; }
        .single-post .blog-detail-feature-resource .featured-resource-card .image-wrapper {
          margin-right: 2.5rem;
          margin-bottom: 0; }
        .single-post .blog-detail-feature-resource .featured-resource-card .content {
          width: auto; }
        .page-with-filter.amasty_xlanding-page-view .default-header .content-block h1 {
          font-size: 2rem; }
        .page-with-filter.amasty_xlanding-page-view .default-header .content-block h2 {
          font-size: 1.125rem; }
          .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title .base span {
            font-size: 2rem; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-name a {
                      font-size: 1.25rem; }
                        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .price-qty-wrapper .price-box .price {
                          font-size: 1.25rem; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .label {
                        margin: 0 1.25rem 0 0; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .quantity {
                        width: 75px; }
                        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .quantity .qty-increase {
                          width: 30px; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block .input-text {
                        height: 44px;
                        font-size: 1.125rem; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions {
                      -ms-flex-wrap: nowrap;
                          flex-wrap: nowrap;
                      width: 80%; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-primary {
                        margin: 0; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-secondary {
                        padding: 0 0 0 0.3125rem; }
      .cms-product-id .column-content-layout.two-column .two-column-block .image-block {
        width: 500px; }
        .cms-product-id .product-listing .product-cover .container {
          padding: 0 0.625rem; }
        .cms-product-id .product-listing .product-items.product-count-below-3 .product-items-cover .product-item {
          width: 50%; }
        .cms-product-id .product-listing .product-items.product-count-below-4 .product-items-cover .product-item {
          width: 50%; }
        .cms-product-id .product-listing .product-items-cover .product-item {
          width: 50%; }
          .catalog-category-view .category-detail-container .page-title-wrapper .page-title .base span {
            font-size: 2rem; }
        .page-wrapper .page-title-wrapper .page-title {
          font-size: 2rem; } }
    @media screen and (min-width: 37.5em) {
    .core h1 {
      font-size: 2.125em; }
    .core h2 {
      font-size: 1.5em; }
    .core h3 {
      font-size: 1.25em; }
    .core h4 {
      font-size: 1.063em; }
        .core ol.two-column-list li,.core ul.two-column-list li {
          width: 50%;
          padding-right: 10%; }
    .core table {
      display: block;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
  .core tr:last-child td {
    border-bottom: 0; }
  .core .alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .core .alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .core img.alignright {
    float: right;
    margin: 1em 0 1em 1em; }
  .core img.alignleft {
    float: left;
    margin: 1em 1em 1em 0; }
      .filter-bar .mobile-filter-toggle {
        padding: 0.625rem 1.25rem; }
      .resource-card .title {
        font-size: 1.375rem;
        line-height: 2rem; }
    .resource-card-collection .resource-card {
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%; }
      .resource-card-collection .resource-card:nth-child(2n) {
        width: 49.15254%;
        float: right;
        margin-right: 0; }
        .resource-grid .no-results .heading {
          font-size: 2.25rem;
          line-height: 2.875rem; }
      .resource-gate-content .screen {
        background-position: left -370px top; }
        .resource-gate-content .content-wrapper .heading {
          font-size: 2rem; }
        .resource-gate-content .content-wrapper .bullets {
          margin: 1.875rem 0 0; }
        .resource-gate-content .content-wrapper .bullet {
          font-size: 1.0625rem; }
    .related-resources {
      padding: 2.5rem 0; }
      .related-resources .section-title {
        font-size: 1.25rem;
        line-height: 1.875rem;
        text-align: left; }
      .related-resources .resource-card-collection .resource-card {
        padding-bottom: 0; }
      .resource-thank-you-content .resource-thank-you-wrapper .content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        text-align: left; }
        .resource-thank-you-content .resource-thank-you-wrapper .content .image-wrapper {
          margin-right: 2.5rem;
          width: 220px;
          margin-bottom: 0; }
    .resource-thank-you-content .bottom-actions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .resource-thank-you-content .bottom-actions .share {
        margin-right: 2.5rem;
        width: 230px;
        margin-bottom: 0; }
      .resource-thank-you-content .bottom-actions .content {
        padding-left: 13.125rem;
        text-align: left; }
        .resource-thank-you-content .bottom-actions .content .bullet {
          font-size: 1.125rem; }
      .basic-content-with-heading .heading {
        font-size: 1.25rem;
        margin-bottom: 0.625rem; }
    .button,.checkout-index-index .checkout-container .action-select-shipping-item,.checkout-index-index .checkout-container .action-show-popup,.checkout-index-index .checkout-container .actions-toolbar .primary .action.action-apply,.checkout-index-index .checkout-container .actions-toolbar .primary .action.action-update,.checkout-index-index .checkout-container .actions-toolbar .primary .action.primary,.checkout-index-index .modal-popup .modal-footer .action,.checkout-onepage-success #registration .action.primary,.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action,.core .button,.core .red-button,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.form.create.account .fieldset .field .control .reload,.form.password.forget .fieldset .field .control .reload,.form.password.reset .fieldset .field .control .reload,.form.send.confirmation .fieldset .field .control .reload,.login-container .block.block-new-customer .actions-toolbar .primary .action,.modals-wrapper .modal-popup .modal-footer button,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action,.selections-slide-cart-wrapper .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action,button.action.primary {
      padding: 1em 1.5em; }
    .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset .actions-toolbar .primary button.action,.core .blue-button {
      padding: 1em 1.5em; }
    .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .red-border-button,.catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-secondary .whishlist,.core .red-border-button,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .red-border-button,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .tocompare,.red-border-button,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .button.whishlist,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .primary .action.update,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action.share,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .primary .action.update {
      padding: 1em 1.5em; }
      .gform_wrapper#gform_wrapper_3 .gf_page_steps,.gform_wrapper#gform_wrapper_5 .gf_page_steps,.gform_wrapper#gform_wrapper_9 .gf_page_steps,.gform_wrapper#gform_wrapper_10 .gf_page_steps {
        -ms-flex-direction: row;
            flex-direction: row; }
        .gform_wrapper#gform_wrapper_3 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_9 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_10 .gf_page_steps .gf_step {
          padding: 1.5em;
          text-align: left;
          width: 50%; }
      .gform_wrapper#gform_wrapper_3 .gform_page_footer,.gform_wrapper#gform_wrapper_5 .gform_page_footer,.gform_wrapper#gform_wrapper_9 .gform_page_footer,.gform_wrapper#gform_wrapper_10 .gform_page_footer {
        padding: 2em 0 4em 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
      .gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step {
        padding: 1.5em 0.625rem; }
    .gform_heading {
      padding: 1.5em; }
    .gform_body {
      padding: 2em 2em 0 2em; }
    .gform_footer {
      padding: 0 2em 2em 2em; }
  .ginput_complex .ginput_right,.ginput_complex .name_last {
    float: right; }
    .body-footer {
      padding-top: 1.875rem; }
      .body-footer .container {
        -ms-flex-direction: row;
            flex-direction: row; }
      .body-footer .footer-nav {
        width: 65%; }
      .body-footer .footer-right {
        width: 30%;
        border: none;
        padding: 0;
        text-align: left; }
              .selections-slide-cart-wrapper .minicart-wrapper .block-minicart .title-login-wrapper .items-total .count {
                width: 28px;
                height: 28px;
                line-height: 1.75rem;
                font-size: 0.8125rem; }
                    .selections-slide-cart-wrapper .slider-cart-recent-saved-wrapper .block .block-content .product-items .product-item .product-item-details .product-item-actions .actions-secondary .button.whishlist {
                      padding: 0.5rem 0.625rem;
                      font-weight: 500; }
          .selections-slide-cart-wrapper .no-product.no-selection .button {
            padding: 0.625rem 1.25rem; }
      .main-nav .main-menu-toggle {
        height: 40px;
        margin-top: 1.625rem; }
      .main-nav .mega-nav-cta .title {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.625rem; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .title {
            width: 100%;
            font-size: 1.125rem;
            line-height: 1.375rem; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .desc {
            display: block;
            margin: 0.3125rem 0;
            line-height: 1.125rem; }
    .utility-nav {
      padding: 0.3125rem 1.25rem; }
      .utility-nav a {
        margin-left: 0.9375rem;
        letter-spacing: 0.03125rem;
        font-weight: 300; }
        .utility-nav a.menu-item-link {
          display: inline-block; }
          .utility-nav a.cart span {
            width: 28px;
            height: 28px;
            line-height: 1.75rem;
            font-size: 0.8125rem; }
      .utility-nav .global-search-form {
        width: 265px; }
        .utility-nav .global-search-form .search-form-field {
          width: 100%; }
    .footer-navs {
      text-align: left;
      padding-bottom: 3.125rem; }
      .footer-navs .footer-menu {
        margin-right: 0.625rem;
        column-count: 2; }
        .footer-navs .footer-menu .menu-item-top-level:last-child {
          margin-bottom: 6.25rem; }
      .blog-header .blog-heading {
        background-image: url(../images/blue-print-icon-1.png), url(../images/blue-print-icon-2.png);
        background-position: top -130px right -230px, 20px -125px; }
        .blog-header .blog-heading h1 {
          font-size: 2.875rem; }
        .blog-header .toolbar .blog-container {
          padding: 0 0.625rem; }
      .blog-header button.icon-search {
        display: none; }
      .blog-header .search-form-wrapper {
        position: relative;
        top: initial;
        display: block; }
        .blog-header .search-form-wrapper:before {
          content: '';
          background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%2080.502%2080.502%22%20style%3D%22enable-background%3Anew%200%200%2080.502%2080.502%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%20id%3D%22Zoom_1_%22%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20d%3D%22M80.502%2C74.658L58.688%2C52.742c4.193-5.524%2C6.691-12.416%2C6.691-19.885c0-18.104-14.664-32.84-32.69-32.84%20%20%20%20%20S0%2C14.753%2C0%2C32.857c0%2C18.111%2C14.664%2C32.848%2C32.689%2C32.848c7.643%2C0%2C14.674-2.655%2C20.247-7.088l21.768%2C21.867L80.502%2C74.658z%20%20%20%20%20%20M32.689%2C58.312c-13.967%2C0-25.332-11.419-25.332-25.455c0-14.027%2C11.365-25.446%2C25.332-25.446%20%20%20%20%20c13.968%2C0%2C25.333%2C11.419%2C25.333%2C25.446C58.021%2C46.894%2C46.657%2C58.312%2C32.689%2C58.312z%22%20fill%3D%22%23FFFFFF%22/%3E%0A%09%09%3C/g%3E%0A%09%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: contain;
          width: 15px;
          height: 15px;
          display: block;
          position: absolute;
          right: 20px;
          top: 9px; }
        .blog-header .search-form-wrapper input[type=search] {
          width: 225px;
          height: 32px;
          background: none;
          border: 2px solid #fff;
          border-radius: 17.5px;
          padding-left: 1.25rem;
          padding-right: 3.125rem; }
    .resource-landing-hero {
      padding: 4em 0; }
      .resource-landing-hero .heading {
        font-size: 2.625rem; }
    .pad-top-xsmall {
      padding-top: 1em; }
    .pad-top-small {
      padding-top: 2em; }
    .pad-top-medium {
      padding-top: 2.75em; }
    .pad-top-large {
      padding-top: 4em; }
    .pad-top-xlarge {
      padding-top: 5.25em; }
    .pad-btm-xsmall {
      padding-bottom: 1em; }
    .pad-btm-small {
      padding-bottom: 2em; }
    .pad-btm-medium {
      padding-bottom: 2.75em; }
    .pad-btm-large {
      padding-bottom: 4em; }
    .pad-btm-xlarge {
      padding-bottom: 5.25em; }
  .width-10 {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 8.47458%; }
          .anchor-cta-layout .content .heading h2 {
            font-size: 1.25rem; }
            .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents {
              -ms-flex-direction: row;
                  flex-direction: row; }
              .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents .img-block {
                width: 300px;
                text-align: left;
                margin: 0 2.5rem 0 0;
                display: block; }
      .column-content-layout .content {
        width: 83.05085%;
        float: left;
        margin-left: 8.47458%; }
        .column-content-layout .content .headline {
          font-size: 1.25rem;
          margin-bottom: 0.625rem; }
        .column-content-layout .content .content-block {
          line-height: 1.7; }
        .column-content-layout .image-block .img-slider {
          padding: 1.875rem 0; }
            .column-content-layout .image-block .img-slider.flickity-enabled .img-item {
              height: 300px; }
              .column-content-layout .image-block .img-slider.flickity-enabled .img-item img {
                max-height: 100%; }
          .column-content-layout .image-block .img-slider .img-item {
            margin: 0 1rem 0 0;
            width: 400px; }
        .column-content-layout.two-column .two-column-block {
          padding-top: 1.875rem; }
          .column-content-with-slider-layout .slider-wrapper .left-block .img-slider {
            width: 400px; }
            .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .img-item {
              width: 400px; }
          .column-content-with-slider-layout .slider-wrapper .right-block .title {
            font-size: 1.25rem;
            margin-bottom: 0.625rem; }
          .column-content-with-slider-layout .slider-wrapper .right-block .content {
            line-height: 1.7;
            margin-bottom: 1.875rem; }
          .column-content-with-slider-layout .slider-wrapper .right-block .certificate-title {
            line-height: 1.7;
            margin-top: 1.875rem; }
          .column-content-with-slider-layout .slider-wrapper .right-block .certificate-image {
            margin-top: 1.25rem; }
    .content-with-media-layout .section-title {
      font-size: 1.25rem;
      margin: 0 0 1.875rem; }
      .content-with-media-layout .content-block .title {
        font-size: 1.25rem; }
      .content-with-media-layout .content-block .sub-title {
        font-size: 1.25rem; }
      .content-with-media-layout .content-block .content {
        margin-bottom: 1.875rem; }
      .cta-layout .cta-heading {
        font-size: 1.5rem;
        margin: 0 0 1.25rem; }
        .cta-layout .full-width-large .content {
          padding: 2.5rem 1.875rem; }
          .cta-layout.case-study-slider-layout .full-width-large .case-study-background {
            height: 300px; }
          .cta-layout.case-study-slider-layout .full-width-large .content {
            padding: 2.5rem 1.875rem 5rem; }
            .cta-layout.case-study-slider-layout .full-width-large .content .flickity-page-dots {
              bottom: -50px; }
        .cta-layout .full-width-centerd .overlay-image {
          background-image: url("../images/blue-cta-valve-1.png"), url("../images/blue-cta-valve-3.png"), url("../images/blue-cta-valve-4.png");
          background-position: top -260px left 20px, center top -230px, bottom 20px right -400px; }
      .cta-layout .full-width-two-column {
        padding: 3.125rem 0; }
          .cta-layout .full-width-two-column .content .left-col {
            padding-bottom: 1.875rem; }
      .cta-layout .two-column-image-with-content {
        padding: 3.125rem 0; }
          .cta-layout .two-column-image-with-content .content .left-col {
            padding-bottom: 1.875rem; }
      .cta-layout .two-column-image-with-form {
        padding: 1.25rem 0 3.125rem; }
          .cta-layout .two-column-image-with-form .content .left-col {
            padding-bottom: 1.875rem; }
  .cv-calculator-layout .result-input-container {
    display: -ms-flexbox;
    display: flex; }
    .cv-calculator-layout .result-input-container .button {
      max-width: 120px;
      margin-bottom: 0; }
    .cv-calculator-layout .cv-result {
      margin: 0 1.25rem 0 0; }
          .four-column-attribute-cards .four-column-wrapper .cards .card {
            width: 47%; }
        .hero-layout .content .title {
          font-size: 2.25rem; }
        .home-hero .content .title {
          font-size: 2.25rem; }
        .home-hero .content .sub-title {
          font-size: 1.125rem; }
        .interior-hero-layout .content .heading {
          font-size: 2.25rem; }
        .interior-hero-layout .content .sub-heading {
          font-size: 1.0625rem; }
        .interior-hero-layout .content .category {
          margin-top: 1.25rem; }
          .interior-hero-layout .content .category .list {
            padding-right: 1rem;
            margin-right: 1rem; }
      .interior-hero-layout.large {
        height: 250px; }
      .interior-hero-layout.medium {
        height: 250px; }
      .interior-hero-layout.small {
        height: 200px; }
      .legacy-series-layout .section-title {
        font-size: 1.25rem;
        padding: 0 1.25rem 1.25rem; }
            .legacy-series-layout .legacy-series-wrapper .legacy-series-item .content-block .title {
              font-size: 1.0625rem; }
          .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item {
            width: 48%; }
            .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block {
              height: 330px; }
                .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .content .desc {
                  padding-bottom: 0.3125rem; }
                .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-content .content-row {
                  width: 48%;
                  margin: 0; }
    .product-with-features-layout .section-title {
      font-size: 1.25rem;
      margin: 0 0 1.875rem; }
          .product-with-features-layout .product-list-wrapper .product-list-item .content-block .title {
            font-size: 1.25rem; }
          .product-with-features-layout .product-list-wrapper .product-list-item .features-block .title {
            font-size: 17x; }
      .table-layout .section-title {
        font-size: 1.25rem;
        margin: 0 0 1.875rem; }
          .table-layout .table-block table thead th {
            font-weight: 600;
            padding: 1rem; }
          .table-layout .table-block table tbody td {
            padding: 1rem; }
          .table-layout .table-block table tbody tr td:first-child {
            padding: 1rem; }
        .three-image-block-layout .image-block .img-slider {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center; }
          .three-image-block-layout .image-block .img-slider .img-item {
            margin: 0 0.3125rem 0 0;
            height: 300px; }
            .three-image-block-layout .image-block .img-slider .img-item.video-item {
              height: 300px; }
      .timeline-slider-layout .timeline-slider-nav-wrapper {
        padding-bottom: 2.5rem; }
          .timeline-slider-layout .timeline-slider .right-block .title {
            line-height: 1.7;
            margin-bottom: 0.625rem; }
          .timeline-slider-layout .timeline-slider .right-block .content {
            line-height: 1.7; }
      .two-column-with-bullet-list-layout .section-title {
        font-size: 1.25rem;
        margin: 0 0 1.875rem; }
    .two-column-form-layout.cta-style .two-column-form-wrapper .form-block .gform-footer {
      padding: 0 2.625rem 2.625rem; }
    .two-column-form-layout.cta-style .two-column-form-wrapper .form-block .gform_body {
      padding: 2.625rem 2.625rem 0 2.625rem; }
      .two-column-form-layout .section-title {
        font-size: 1.25rem;
        margin-bottom: 1.875rem; }
      .two-column-form-layout .two-column-form-wrapper.form-left-position .content-block {
        padding: 0 5%; }
        .two-column-form-layout .two-column-form-wrapper.form-left-position .form-block {
          padding: 0 5% 2.5rem; }
        .two-column-form-layout .two-column-form-wrapper .content-block {
          padding: 0 5% 2.5rem; }
        .two-column-form-layout .two-column-form-wrapper .form-block {
          padding: 0 5%; }
          .two-column-form-layout .two-column-form-wrapper .form-block .gform_footer {
            padding: 2em 2em 4em 2em; }
        .two-column-with-image-layout .content-block .title {
          font-size: 2.375rem; }
        .two-column-with-image-layout .content-block .sub-title {
          font-size: 1.25rem; }
        .two-column-with-image-layout .content-block .content {
          float: right;
          margin-bottom: 1.875rem; }
      .two-column-with-list-layout .content-block {
        padding: 1.25rem 2.5rem; }
        .two-column-with-list-layout .content-block .section-title {
          font-size: 1.375rem; }
      .two-column-content-with-heading-layout .section-title {
        font-size: 1.375rem; }
    .container {
      padding: 0 2.25rem; }
    .blog-posts .container {
      padding: 0 1.25rem; }
  .blog-posts .post-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .blog-list-item {
      width: 49.15254%;
      margin: 0 0 1.25rem 0; }
      .blog-list-item.cta {
        margin-bottom: 1.25rem;
        padding: 3.125rem; }
          .blog-list-item.cta .featured-resource-card .image-wrapper {
            margin-right: 3.75rem; }
          .blog-list-item.cta .featured-resource-card .text {
            margin-bottom: 1.875rem; }
    .blog-title {
      font-size: 1.25rem;
      line-height: 1.875rem; }
      .entry-buttons .share-buttons {
        margin: 0.625rem 0 0 0; }
    .entry-buttons .share-buttons {
      color: #3736FE;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer; }
    .entry-buttons .cher-links {
      opacity: 1; }
    .entry-buttons .share-buttons:hover .cher-links {
      opacity: 1; }
    .flexbox .entry-buttons {
      display: inline-block; }
        .single-post .blog-detail-feature-resource .featured-resource-card .image-wrapper {
          margin-right: 3.75rem; }
        .single-post .blog-detail-feature-resource .featured-resource-card .text {
          margin-bottom: 1.875rem; }
    .related-posts {
      margin-bottom: 2em; }
      .related-posts .related-title {
        margin-bottom: 2.5rem;
        padding-top: 2.5rem;
        font-size: 1.375rem; }
    .product-two-column-content-layout {
      padding: 1.875rem 0; }
      .product-two-column-content-layout .section-title {
        font-size: 1.375rem; }
      .product-two-column-content-layout .two-column-block {
        padding: 2.5rem 0; }
    .case-study-posts {
      padding: 2.5rem 0; }
      .case-study-posts .section-title {
        font-size: 1.375rem;
        margin-bottom: 1.875rem; }
      .case-study-posts .post-container {
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%;
        margin: 0; }
        .case-study-posts .post-container .list-item {
          width: 100%;
          margin: 0 0 1.25rem;
          padding: 0; }
          .case-study-posts .post-container .list-item .post-cover {
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin: 0; }
          .case-study-posts .post-container .list-item .thumbnail {
            width: 50%;
            border-radius: 10px 0 0 10px; }
            .case-study-posts .post-container .list-item .thumbnail img {
              height: 100%;
              width: auto;
              max-width: inherit; }
          .case-study-posts .post-container .list-item .content-block {
            width: 50%; }
      .case-study-posts .swipe-products {
        display: none; }
    .search-hero-layout {
      padding: 3.75rem 0 2.5rem; }
      .search-hero-layout .content .heading {
        margin: 2.5rem 0 0;
        font-size: 1.75rem; }
      .search-hero-layout .content .search-form {
        height: 56px; }
      .search-hero-layout .content .search-form .search-form-field {
        height: 56px; }
        .search-hero-layout .content .search-form .search-submit {
          height: 56px;
          background-position: 15px 18px; }
      .search-tab-section .tabbed-content-tabs {
        display: block; }
      .search-tab-section .tabbed-content {
        margin: 0;
        padding: 1.875rem 0 0; }
          .search-tab-section .tabbed-content .content-list .tab-title {
            display: none; }
        .search-tab-section .tabbed-content .tab-cover {
          padding: 0 0 2.5rem; }
        .search-tab-section .tabbed-content .results {
          margin: 0 0 3.125rem;
          font-size: 1.125em;
          text-align: center; }
        .search-tab-section .tabbed-content .content-box-item {
          margin: 0 0.9375rem 1.875rem; }
          .search-tab-section .tabbed-content .content-list-item .post-link {
            padding: 1.875rem 0; }
            .search-tab-section .tabbed-content .content-list-item .post-link .title {
              font-size: 1.25em; }
            .search-tab-section .tabbed-content .content-list-item .post-link .more {
              font-size: 1.125em; }
    .checkout-cart-index .page-title-wrapper button.action.primary {
      padding: 1.25em 3.5em; }
      .checkout-cart-index .cart-container .actions .action.clear {
        width: auto;
        margin-bottom: 0; }
      .checkout-cart-index .cart-container .actions .action.continue {
        margin-top: 0; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount,.checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping {
          padding: 1.875rem 2.5rem; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field {
          -ms-flex-direction: row;
              flex-direction: row; }
          .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field .label {
            width: 40%; }
          .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .shipping .fieldset .field .control {
            width: 60%; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset {
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
          .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset .field {
            margin: 0;
            width: auto;
            -ms-flex-pack: left;
                justify-content: left;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
            .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset .field .label {
              margin: 0 1rem 0 0; }
        .checkout-index-index .opc-progress-bar .opc-progress-bar-item span {
          font-size: 1.375rem; }
      .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field.date {
        width: 50%;
        float: left;
        margin-right: 5%; }
      .checkout-index-index .checkout-payment-method .payment-method-content .fieldset .field.cvv {
        width: 45%;
        float: left; }
        .page-with-filter.amasty_xlanding-page-view .default-header .content-block h1 {
          font-size: 2.375rem; }
        .page-with-filter.amasty_xlanding-page-view .default-header .content-block h2 {
          font-size: 1.25rem; }
        .page-with-filter.amasty_xlanding-page-view .default-header .content-block p {
          float: right;
          margin-bottom: 1.875rem; }
    .page-with-filter.amasty_xlanding-page-view .columns {
      padding: 1.875rem 1.25rem 0;
      margin: 0; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .tabbed-content {
        padding: 1.875rem 0 0;
        margin: 0; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .product-items {
        display: -ms-flexbox;
        display: flex;
        padding: 0; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item {
        width: 46.3%;
        margin: 0 1.8% 1.875rem;
        padding-bottom: 5rem; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions {
          border-top: 1px solid #fff !important; }
          .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .request-a-quote {
            padding: 0.9375rem 0.625rem; }
          .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .link {
            padding: 0.9375rem 0.625rem 0.9375rem 1.25rem; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions {
          border-top: 1px solid #edeced; }
      .catalog-topnav.amasty-catalog-topnav .block.filter {
        padding: 0 1.875rem; }
        .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-title {
          font-size: 1.25rem;
          font-weight: 600; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block {
        padding: 0 0 3.75rem 0; }
      .amasty_xlanding-page-view .content-with-icon-grid .content-block {
        padding: 0; }
      .amasty_xlanding-page-view .content-with-icon-grid .icon-grid-block {
        padding: 0; }
        .amasty_xlanding-page-view .content-with-icon-grid .icon-grid-block .icon-grid-item {
          width: 48%; }
    .amasty_xlanding-page-view .multicolumn-content-grid .content-area {
      padding: 0; }
      .amasty_xlanding-page-view .cta-layout .two-column-image-with-content .content {
        padding: 0; }
        .amasty_xlanding-page-view .faq-list .container .faq-heading {
          font-size: 1.25rem; }
        .amasty_xlanding-page-view .ball-valves-certified-block .container .icon-grid-block {
          gap: 30px; }
    .login-container {
      -ms-flex-direction: row;
          flex-direction: row; }
      .login-container .block {
        margin: 0;
        width: 48%; }
        .login-container .block .block-title {
          padding: 1.25rem;
          font-size: 1.125rem; }
        .login-container .block .block-content {
          padding: 1.25rem 1.25rem 1.875rem 1.25rem; }
    .form.create.account,.form.password.forget,.form.password.reset,.form.send.confirmation {
      padding: 1.25rem 1.25rem 1.875rem 1.25rem; }
        .form.create.account .fieldset .legend,.form.password.forget .fieldset .legend,.form.password.reset .fieldset .legend,.form.send.confirmation .fieldset .legend {
          font-size: 1.25rem; }
    .customer-account-edit .page-wrapper .page-main,.customer-account-index .page-wrapper .page-main,.customer-address-form .page-wrapper .page-main,.customer-address-index .page-wrapper .page-main,.customer-paymentinfo-index .page-wrapper .page-main,.newsletter-manage-index .page-wrapper .page-main,.sales-order-creditmemo .page-wrapper .page-main,.sales-order-history .page-wrapper .page-main,.sales-order-invoice .page-wrapper .page-main,.sales-order-view .page-wrapper .page-main,.wishlist-index-index .page-wrapper .page-main,.wishlist-index-share .page-wrapper .page-main {
      padding: 0 1.25rem; }
          .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item {
            width: 46%;
            margin-left: calc((100% - 2 * 46%) / 2); }
            .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1),.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(2n+1) {
              margin-left: 0; }
      .account .page-wrapper .page-title-wrapper .order-status,.account .page-wrapper .page-title-wrapper .return-status {
        margin-top: 0.3125rem; }
          .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title .base span {
            font-size: 2.375rem;
            margin: 0; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .model-number .type {
            font-size: 1.125rem; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .model-number .value {
            font-size: 1.125rem; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-sku {
            margin-bottom: 0; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-info-price {
            float: left; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form {
            float: right;
            margin-bottom: 1.875rem; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions .red-border-button {
            padding: .5em 1em; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title .data-anchor {
            padding: 0.9375rem 0.625rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .data-item-title {
            margin-bottom: 0; }
            .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related {
              padding: 0 1.25rem;
              margin: 0 auto; }
              .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items {
                padding: 2.5rem 0; }
                        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-secondary .whishlist {
                          padding: 0 0.625rem; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item {
          padding: 0 1.25rem;
          margin: 0 auto 3.75rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .data-item-title {
            padding-bottom: 1.875rem;
            margin-bottom: 1.875rem;
            font-size: 1.375rem; }
              .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes li .label {
                padding: 0 0.625rem 0.125rem; }
              .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes li .data {
                padding: 0 0.625rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions.two-column .dimensions-item {
            width: 48%; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions.two-column .dimensions-item:nth-child(2n+0) {
            margin-right: 0; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions .dimensions-item {
          width: 48%;
          margin-right: 4%;
          margin-bottom: 1.25rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions .dimensions-item:nth-child(2n+0) {
            margin-right: 0; }
    .product-quick-view {
      padding: 2.5rem 1.875rem; }
    .product-related-resources {
      padding: 3.125rem 0; }
      .product-related-resources .section-title {
        margin-bottom: 2.5rem; }
      .product-related-resources .related-resource-card {
        -ms-flex-direction: row;
            flex-direction: row; }
        .product-related-resources .related-resource-card .resource-card {
          width: 45%;
          margin: 0;
          padding: 0;
          border: none; }
      .cms-configurator .hero-layout::before {
        display: block; }
      .cms-configurator .hero-layout::after {
        display: block; }
        .cms-configurator .hero-layout .banner-content::after {
          display: block; }
      .cms-configurator .hero-layout .title {
        font-size: 2.25em;
        line-height: 2.5rem; }
        .configurator-wrapper .configurator-options .series-option {
          width: auto !important; }
        .configurator-wrapper .series-details .series-image {
          width: 70%; }
        .configurator-wrapper .series-details .series-image {
          padding: 0 1.875rem 0 0; }
        .configurator-wrapper .series-details .accessory-attribute-cover .attribute-details,.configurator-wrapper .series-details .accessory-attribute .attribute-details,.configurator-wrapper .series-details .series-attributes,.configurator-wrapper .series-details .sku-search-form-wrapper {
          padding: 2.5rem 2rem; }
        .configurator-wrapper .series-details .accessory-attribute-cover .attribute-details,.configurator-wrapper .series-details .accessory-attribute .attribute-details {
          padding: 0 2rem; }
        .configurator-wrapper .series-details .accessory-attribute-cover:last-child .attribute-details,.configurator-wrapper .series-details .accessory-attribute:last-child .attribute-details {
          margin-bottom: 0; }
          .configurator-wrapper .series-details .series-attribute .additional-text {
            left: 10px;
            top: -7px; }
            .configurator-wrapper .series-details .series-attribute .additional-text:before {
              border-top: 7px solid transparent;
              border-bottom: 7px solid transparent;
              border-right: 7px solid #A32136;
              left: -7px;
              top: 6px; }
        .configurator-wrapper .series-details .accessory-attributes {
          padding: 0 2rem 2rem; }
      .cms-product-id .hero-layout .title {
        font-size: 2.25em;
        line-height: 2.5rem; }
    .cms-product-id .column-content-layout.two-column .two-column-block {
      padding-top: 1.875rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .cms-product-id .column-content-layout.two-column .two-column-block .content-block {
        width: 47.7%; }
        .cms-product-id .column-content-layout.two-column .two-column-block .content-block .content {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          padding-left: 3.75rem;
          width: 390px; }
      .cms-product-id .column-content-layout.two-column .two-column-block .image-block {
        width: 50.3%;
        margin-right: 0; }
            .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video .video-static:before {
              width: 80px;
              height: 80px;
              border: 6px solid #fff; }
        .cms-product-id .product-listing .product-content-block .content {
          padding-left: 2.5rem; }
        .cms-product-id .product-listing .product-cover .container {
          padding: 0 2.25rem; }
        .cms-product-id .product-listing .product-items.product-count-below-3 .product-items-cover .product-item {
          padding: 0 0.625rem; }
        .cms-product-id .product-listing .product-items.product-count-below-4 .product-items-cover .product-item {
          padding: 0 0.625rem; }
        .cms-product-id .product-listing .product-grid-details .top-actions {
          padding: 0; }
            .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .form-content {
              padding: 0 2em; }
            .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .ql-title {
              font-size: 1.5rem;
              margin-bottom: 1.875rem; }
            .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes {
              padding: 2em; }
              .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes .attribute-details {
                margin-bottom: 1.875rem; }
                .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-cta .content-block .size .item {
                  font-size: 1.375rem; }
          .catalog-category-view .category-detail-container .page-title-wrapper .page-title .base span {
            font-size: 2.375rem;
            margin: 0; }
      .catalog-category-view .category-detail-container .short-description {
        float: right;
        margin-bottom: 1.875rem; }
      .catalog-category-view .category-description .description-title {
        padding-bottom: 1.875rem;
        margin-bottom: 1.875rem;
        font-size: 1.375rem; }
        .catalog-category-view .category-description .description ul {
          column-count: 2;
          column-gap: 5%; }
        .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title .data-anchor {
          padding: 0.9375rem 0.625rem; }
    .catalog-category-view .column-content-layout.one-column .content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .page-wrapper .columns {
        padding-bottom: 3.125rem; }
      .page-wrapper .page-main {
        padding: 0 1.25rem; }
      .page-wrapper .page-title-wrapper {
        -ms-flex-direction: row;
            flex-direction: row; }
        .page-wrapper .page-title-wrapper .page-title {
          font-size: 2.375rem;
          margin: 0; } }
    @media (min-width: 600px) and (max-width: 781px) {
      .single-post .author-bio-block-top .image-column {
        -ms-flex-preferred-size: 65px !important;
            flex-basis: 65px !important; }
      .single-post .author-bio-block-top .content-column {
        -ms-flex-preferred-size: calc(100% - 80px) !important;
            flex-basis: calc(100% - 80px) !important; }
      .single-post .author-bio-block .image-column {
        -ms-flex-preferred-size: 80px !important;
            flex-basis: 80px !important; }
      .single-post .author-bio-block .content-column {
        -ms-flex-preferred-size: calc(100% - 96px) !important;
            flex-basis: calc(100% - 96px) !important; } }
    @media screen and (min-width: 37.5em) and (max-width: 48em) {
          .body-footer .footer-certified .certified-list .logo {
            margin: 0 0 0.625rem 0; } }
    @media screen and (min-width: 48em) {
    .two-column-with-image-layout .yt-vimeo-video {
      height: 350px !important; }
    .checkout-cart-index .cart-container .cart.table-wrapper th.col.price,.checkout-cart-index .cart-container .cart.table-wrapper th.col.qty,.checkout-cart-index .cart-container .cart.table-wrapper th.col.remove,.checkout-cart-index .cart-container .cart.table-wrapper th.col.subtotal {
      border-top: 2px solid #edeced;
      border-bottom: 2px solid #edeced; }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart td.col {
    padding: 0 1.25rem; }
    .checkout-cart-index .cart-container .cart.table-wrapper .col.price,.checkout-cart-index .cart-container .cart.table-wrapper .col.qty,.checkout-cart-index .cart-container .cart.table-wrapper .col.remove,.checkout-cart-index .cart-container .cart.table-wrapper .col.subtotal {
      width: auto;
      height: auto;
      padding: 1.25rem;
      border: none; }
    .checkout-cart-index .cart-container .actions {
      display: block;
      padding: 1.25rem; }
      .checkout-cart-index .cart-container .actions .action.update {
        margin-right: 2.5rem; }
          .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field input:not([type='radio']):not([type='checkbox']),.checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field select:not([type='radio']):not([type='text']) {
            width: 645px;
            transition: none; }
  .checkout-index-index .checkout-container .opc-wrapper {
    width: 100%;
    padding-right: 0; }
    .checkout-index-index .checkout-container .opc-sidebar {
      width: 100%; }
  .customer-account-edit.account.page-layout-2columns-left .column.main,.customer-account-index.account.page-layout-2columns-left .column.main,.customer-address-form.account.page-layout-2columns-left .column.main,.customer-address-index.account.page-layout-2columns-left .column.main,.customer-paymentinfo-index.account.page-layout-2columns-left .column.main,.newsletter-manage-index.account.page-layout-2columns-left .column.main,.sales-order-creditmemo.account.page-layout-2columns-left .column.main,.sales-order-history.account.page-layout-2columns-left .column.main,.sales-order-invoice.account.page-layout-2columns-left .column.main,.sales-order-view.account.page-layout-2columns-left .column.main,.wishlist-index-index.account.page-layout-2columns-left .column.main,.wishlist-index-share.account.page-layout-2columns-left .column.main {
    width: 73%; }
  .customer-account-edit.account.page-layout-2columns-left .sidebar-additional,.customer-account-edit.account.page-layout-2columns-left .sidebar-main,.customer-account-index.account.page-layout-2columns-left .sidebar-additional,.customer-account-index.account.page-layout-2columns-left .sidebar-main,.customer-address-form.account.page-layout-2columns-left .sidebar-additional,.customer-address-form.account.page-layout-2columns-left .sidebar-main,.customer-address-index.account.page-layout-2columns-left .sidebar-additional,.customer-address-index.account.page-layout-2columns-left .sidebar-main,.customer-paymentinfo-index.account.page-layout-2columns-left .sidebar-additional,.customer-paymentinfo-index.account.page-layout-2columns-left .sidebar-main,.newsletter-manage-index.account.page-layout-2columns-left .sidebar-additional,.newsletter-manage-index.account.page-layout-2columns-left .sidebar-main,.sales-order-creditmemo.account.page-layout-2columns-left .sidebar-additional,.sales-order-creditmemo.account.page-layout-2columns-left .sidebar-main,.sales-order-history.account.page-layout-2columns-left .sidebar-additional,.sales-order-history.account.page-layout-2columns-left .sidebar-main,.sales-order-invoice.account.page-layout-2columns-left .sidebar-additional,.sales-order-invoice.account.page-layout-2columns-left .sidebar-main,.sales-order-view.account.page-layout-2columns-left .sidebar-additional,.sales-order-view.account.page-layout-2columns-left .sidebar-main,.wishlist-index-index.account.page-layout-2columns-left .sidebar-additional,.wishlist-index-index.account.page-layout-2columns-left .sidebar-main,.wishlist-index-share.account.page-layout-2columns-left .sidebar-additional,.wishlist-index-share.account.page-layout-2columns-left .sidebar-main {
    width: 26%; }
      .account .page-wrapper .page-title-wrapper .order-status,.account .page-wrapper .page-title-wrapper .return-status {
        margin-top: 0.375rem;
        padding: 0.3125rem 0.625rem; }
    .catalog-product-view.page-layout-1column .product.media {
      width: 50%; }
    .catalog-product-view.page-layout-1column .product-info-main {
      width: 46%;
      padding: 0; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions {
        -ms-flex-direction: column;
            flex-direction: column; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart {
          width: 100%; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions {
          width: 100%;
          margin: 1.875rem 0; } }
    @media screen and (min-width: 48.0625em) {
            .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-content a:before {
              top: 1px; } }
    @media (min-width: 782px) {
      .single-post .author-bio-block-top .content-column {
        margin-left: 1em; } }
    @media screen and (min-width: 50em) and (max-width: 56.25em) {
      .body-header .main-logo {
        margin: 1.5625rem 0 0 0;
        width: 80px; }
      .main-nav .mega-nav-menu-item .menu-link {
        padding: 0.625rem 0.3125rem; } }
    @media screen and (min-width: 50em) and (max-width: 56.1875em) {
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .price-qty-wrapper {
                      -ms-flex-direction: column;
                          flex-direction: column; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-quantity-block {
                      margin: 0.3125rem 0; }
      .catalog-category-view .category-detail-container .category-cta-list .configure-cta {
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 50em) and (max-width: 68.75em) {
    .content-with-media-layout .image-block {
      height: 250px !important; } }
    @media screen and (min-width: 50em) {
    .filter-bar {
      text-align: center; }
      .filter-bar::before {
        display: block; }
      .filter-bar .mobile-filter-toggle {
        display: none; }
      .filter-bar .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-direction: row;
            flex-direction: row; }
        .filter-bar .container > div {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row; }
      .filter-bar .title {
        cursor: default;
        width: auto;
        display: inline-block; }
        .filter-bar .title:after {
          content: ':'; }
      .filter-bar .dropdown-menu {
        display: inline-block;
        width: 180px;
        height: 56px;
        margin-right: 1.25rem; }
        .filter-bar .dropdown-menu .dropdown-label {
          width: auto; }
      .filter-bar .dropdown-menu:hover .options {
        display: block; }
      .filter-bar .dropdown-menu:hover label .icon {
        transform: rotate(-180deg); }
        .filter-bar .dropdown-menu .options {
          width: auto;
          min-width: 250px;
          padding: 1.25rem 0.9375rem;
          position: absolute;
          margin-top: 0.0625rem;
          top: 99%;
          left: 0;
          box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
          border: 1px solid #DBDBDB;
          border-radius: 10px; }
          .filter-bar .dropdown-menu .options:before {
            content: '';
            display: block;
            height: 1px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0; }
      .filter-bar .input-wrapper {
        position: relative;
        top: 0; }
        .filter-bar .input-wrapper input {
          width: 225px;
          margin-top: 0.6875rem; }
          .filter-bar .input-wrapper input:focus {
            width: 225px; }
      .filter-bar .clear-filters {
        width: auto;
        min-width: 185px;
        padding: 0 2em; }
    .resource-card {
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      padding: 0 0 3.75rem;
      border: none; }
      .resource-card .image-wrapper {
        margin: 0;
        margin-right: 1.25rem; }
      .resource-card .text {
        margin-bottom: 1.875rem; }
    .resource-card .content {
      width: 330px; }
    .resource-card-collection .resource-card {
      width: 47.82609%;
      float: left;
      margin-right: 4.34783%; }
      .resource-card-collection .resource-card:nth-child(2n) {
        width: 47.82609%;
        float: right;
        margin-right: 0; }
      .resource-grid .resource-card-collection-wrapper {
        padding: 3rem 0 0; }
        .resource-grid .no-results .heading {
          font-size: 2.5rem;
          line-height: 3.125rem; }
    .resource-hero .image-wrapper {
      display: inline-block;
      vertical-align: middle;
      width: 32.20339%;
      margin-bottom: 0; }
    .resource-hero .content-wrapper {
      display: inline-block;
      vertical-align: middle;
      margin-left: 6.77966%;
      width: 57.62712%; }
    .resource-hero .share label {
      display: inline-block; }
    .resource-hero .cher-links,.resource-hero .download,.resource-hero .share {
      text-align: left;
      display: inline-block;
      vertical-align: middle; }
    .resource-hero .bullets {
      margin-top: 2.5rem; }
    .resource-hero .bullet {
      display: inline-block;
      vertical-align: middle;
      width: 32.20339%; }
      .resource-hero .bullet + .bullet {
        margin-left: 1.69492%; }
    .resource-hero.resource-gate-hero {
      padding: 5rem 0 0.0625rem; }
      .resource-hero.resource-gate-hero .content {
        padding: 0 1rem 4rem; }
      .resource-hero.resource-gate-hero .content-wrapper {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%; }
      .resource-hero.resource-gate-hero .form-wrapper {
        float: right;
        width: 45%;
        margin-left: 4.15%;
        margin-right: 0; }
      .resource-hero.resource-gate-hero:after {
        content: '';
        display: block;
        clear: left; }
        .resource-hero.resource-gate-hero .simple-form .gform_body {
          padding: 1.5em 2.5em; }
        .resource-hero.resource-gate-hero .simple-form .gform_footer {
          padding: 0 2.5em 1.5em; }
    .resource-gate-content {
      padding: 4.375rem 0; }
      .resource-gate-content .screen {
        background-position: left -200px top; }
      .resource-gate-content .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .resource-gate-content .content-wrapper {
        width: 55%;
        padding: 0 5% 0 0; }
        .resource-gate-content .content-wrapper .image-wrapper {
          display: -ms-flexbox;
          display: flex;
          text-align: left; }
          .resource-gate-content .content-wrapper .image-wrapper .image {
            margin-right: 2.5rem; }
            .resource-gate-content .content-wrapper .image-wrapper .type .type-count {
              top: 133px; }
        .resource-gate-content .content-wrapper .heading {
          font-size: 2.25rem; }
        .resource-gate-content .content-wrapper .entry .title {
          font-size: 1.875rem; }
        .resource-gate-content .content-wrapper .bullets {
          margin: 2.5rem 0 0; }
        .resource-gate-content .content-wrapper .bullet {
          font-size: 1.125rem; }
      .resource-gate-content .form-wrapper {
        width: 45%; }
    .related-resources {
      padding: 3.75rem 0; }
      .related-resources .section-title {
        font-size: 1.5rem;
        line-height: 2.125rem; }
        .resource-thank-you-content .resource-thank-you-wrapper .content .image-wrapper {
          margin-right: 5rem; }
          .resource-thank-you-content .resource-thank-you-wrapper .content .content-wrapper .sub-heading {
            font-size: 1.875rem; }
      .resource-thank-you-content .bottom-actions .title {
        font-size: 1.875rem; }
      .resource-thank-you-content .bottom-actions .share {
        margin-right: 5rem; }
      .resource-thank-you-content .bottom-actions .content {
        padding-left: 15rem; }
        .resource-thank-you-content .bottom-actions .content .bullet {
          font-size: 1.25rem; }
    section.multicolumn-content-grid + section.multicolumn-content-grid {
      margin-top: -1.25rem; }
    @-moz-document url-prefix() {
      section.multicolumn-content-grid + section.multicolumn-content-grid {
        margin-top: 0 !important; } }
    section.multicolumn-content-grid .container {
      font-size: 0; }
      .flexbox section.multicolumn-content-grid .container {
        display: -ms-flexbox;
        display: flex; }
    section.multicolumn-content-grid.align-columns-top .container {
      -ms-flex-align: start;
          align-items: flex-start; }
    section.multicolumn-content-grid.align-columns-top .main-column {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    section.multicolumn-content-grid.align-columns-middle .container {
      -ms-flex-align: center;
          align-items: center; }
    section.multicolumn-content-grid.align-columns-middle .main-column {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    section.multicolumn-content-grid.align-columns-bottom .container {
      -ms-flex-align: end;
          align-items: flex-end; }
    section.multicolumn-content-grid.align-columns-bottom .main-column {
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    section.multicolumn-content-grid .content-area {
      font-size: 1rem;
      display: inline-block;
      vertical-align: top;
      margin-right: 1.69492%;
      margin-bottom: 1.69492%; }
      section.multicolumn-content-grid .content-area:last-child {
        margin-right: 0; }
      section.multicolumn-content-grid .content-area:last-child:first-child {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      section.multicolumn-content-grid .content-area.main-column .content-area {
        margin-right: 10%; }
        section.multicolumn-content-grid .content-area.main-column .content-area:last-child {
          margin-right: 0; }
        section.multicolumn-content-grid .content-area.main-column .content-area h3 {
          font-weight: 600;
          margin: 1em 0 0.4em; }
        section.multicolumn-content-grid .content-area.main-column .content-area p {
          margin: .5em 0 0; }
          section.multicolumn-content-grid .content-area.main-column .content-area p + p {
            margin: 1.5em 0 0; }
      section.multicolumn-content-grid .content-area.main-column:last-child:first-child {
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto; }
      section.multicolumn-content-grid .content-area.columns-1 {
        width: 6.77966%; }
      section.multicolumn-content-grid .content-area.columns-2 {
        width: 15.25424%; }
      section.multicolumn-content-grid .content-area.columns-3 {
        width: 23.72881%; }
      section.multicolumn-content-grid .content-area.columns-4 {
        width: 32.20339%; }
      section.multicolumn-content-grid .content-area.columns-5 {
        width: 40.67797%; }
      section.multicolumn-content-grid .content-area.columns-6 {
        width: 49.15254%; }
      section.multicolumn-content-grid .content-area.columns-7 {
        width: 57.62712%; }
      section.multicolumn-content-grid .content-area.columns-8 {
        width: 66.10169%; }
      section.multicolumn-content-grid .content-area.columns-9 {
        width: 74.57627%; }
      section.multicolumn-content-grid .content-area.columns-10 {
        width: 83.05085%; }
      section.multicolumn-content-grid .content-area.columns-11 {
        width: 91.52542%; }
      section.multicolumn-content-grid .content-area.columns-12 {
        width: 100%;
        margin: 0 !important; }
      .basic-content-with-heading .heading {
        font-size: 1.375rem; }
      .gform_wrapper#gform_wrapper_3 .gf_page_steps,.gform_wrapper#gform_wrapper_5 .gf_page_steps,.gform_wrapper#gform_wrapper_9 .gf_page_steps,.gform_wrapper#gform_wrapper_10 .gf_page_steps {
        -ms-flex-direction: column;
            flex-direction: column; }
        .gform_wrapper#gform_wrapper_3 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_9 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_10 .gf_page_steps .gf_step {
          text-align: center;
          width: 100%; }
  #transparent-header #main {
    padding-top: 0; }
    #transparent-header .body-header {
      background: none; }
  #transparent-header .body-header.scrolled {
    background-color: #fff; }
  #transparent-header .hero-layout {
    padding-top: 11.25rem; }
    #main,#maincontent {
      padding-top: 6.875rem; }
    .body-header {
      height: 110px; }
  .body-header.scrolled {
    position: fixed;
    top: -100px;
    height: 80px;
    background-color: #fff;
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(100px); }
  .body-header.scrolled .main-logo {
    margin: 0.25rem 0 0; }
    .body-header.scrolled .main-logo img {
      width: auto;
      height: 70px; }
  .body-header.scrolled .utility-nav {
    display: none; }
  .body-header.scrolled .header-right-block {
    padding-top: 1.25rem;
    height: 80px; }
    .body-footer {
      padding-top: 2.5rem; }
      .body-footer .footer-nav {
        width: 60%; }
      .body-footer .footer-certified {
        -ms-flex-align: start;
            align-items: flex-start;
        margin-top: 5rem; }
        .body-footer .footer-certified .certified-list {
          margin-top: 1.25rem; }
      .main-nav .main-menu-toggle {
        display: none; }
    .main-menu {
      display: inline-block;
      list-style-type: none; }
        .main-menu .menu-item .sub-menu-level-1 {
          left: 0;
          display: inherit;
          z-index: 1;
          transition: 0.2s ease;
          visibility: hidden;
          transform: translateY(30px);
          opacity: 0;
          position: absolute;
          top: calc(100% - 2px); }
    .main-menu .menu-item-top-level:hover > .menu-item-link {
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
      border: 1px solid #DBDBDB; }
      .main-menu .menu-item-top-level > .menu-item-link {
        font-size: 0.8125rem; }
      .main-menu .menu-item-top-level.request-quote .menu-item-link {
        padding: 0.3125rem 0.5rem;
        margin-top: 0; }
      .main-menu .sub-menu-toggle {
        display: none;
        width: auto; }
        .main-menu .sub-menu-toggle .icon {
          height: 22px;
          width: 22px; }
      .main-menu .sub-menu-level-1 {
        margin: 0;
        position: absolute;
        top: 60px;
        padding: 1.25rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
        border: 1px solid #DBDBDB; }
      .main-menu .sub-menu-level-2 {
        display: block;
        margin-left: 0.9375rem; }
        .main-menu .sub-menu-level-2 .menu-item {
          font-size: 1rem; }
    .main-menu.main-menu-has-touch .sub-menu-toggle {
      display: block; }
    .main-menu.main-menu-has-touch .sub-menu .sub-menu-toggle {
      display: none; }
      .main-menu.main-menu-has-touch .menu-item-has-children > .menu-item-link {
        margin-right: 0.75rem; }
    .main-menu.main-menu-no-touch .menu-item-has-children:hover > .sub-menu {
      display: block; }
      .main-nav .mega-menu-container .mega-menu {
        border: 1px solid #edeced;
        border-radius: 10px;
        box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
        background: #fff; }
    .main-nav .mega-nav-menu-item:hover .menu-link {
      border: 1px solid #DBDBDB;
      border-radius: 10px;
      box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
      background: #fff; }
    .main-nav .mega-nav-menu-item:hover > .mega-menu-container {
      transform: translateY(0);
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s; }
    .main-nav .mega-nav-cta {
      width: 320px;
      border-radius: 0 0 10px 0; }
      .main-nav .mega-nav-cta .cta-block {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 80%; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list {
        display: inline-block;
        border-bottom: 1px solid #edeced; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tabs-list li .link {
            padding: 0.9375rem 2.5rem; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel {
        -ms-flex-direction: row;
            flex-direction: row; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-item-container {
        width: 75%; }
      .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items {
        -ms-flex-direction: row;
            flex-direction: row; }
        .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link {
          display: inline-block;
          width: 260px;
          margin: 0 1.25rem;
          padding: 1.875rem 0; }
    .main-nav .products-menu.mega-nav-menu-item {
      position: static;
      float: left;
      height: 60px; }
    .main-nav .products-menu.mega-nav-menu-item:hover > .mega-menu-container {
      transform: translateY(0);
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s; }
      .main-nav .products-menu.mega-nav-menu-item .mega-menu-container {
        position: absolute;
        top: calc(100% - 2px);
        display: inherit;
        width: 100%;
        transform: translateY(30px);
        visibility: hidden;
        opacity: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: none; }
      .main-nav .products-menu.mega-nav-menu-item .mega-menu {
        padding: 1.875rem 2.5rem; }
      .main-nav .products-menu.mega-nav-menu-item .view-all {
        margin: 0.375rem 0 0.5rem; }
    .main-nav .products-menu.mega-nav-menu-item .mega-contents-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      gap: 45px;
      padding: 1.25rem 2.5rem 0; }
      .main-nav .products-menu.mega-nav-menu-item .menu-item-container {
        margin-left: 0;
        width: 100%; }
    .main-nav .products-menu.mega-nav-menu-item .menu-item-level-2 {
      margin-bottom: 1.25rem;
      break-inside: avoid; }
    .main-nav .products-menu.mega-nav-menu-item .menu-item-level-2 .menu-item-link {
      display: inline-block;
      font-size: 1rem; }
      .main-nav .products-menu.mega-nav-menu-item .menu-item-level-2 .menu-item-link.top-level {
        font-size: 1.25rem; }
      .main-nav .products-menu.mega-nav-menu-item .menu-item-level-2.has-no-heading .menu-item-link.top-level {
        font-size: 1.25rem; }
    .main-nav .products-menu.mega-nav-menu-item .sub-menu-toggle {
      display: none; }
      .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link:hover {
        text-decoration: underline;
        transition: 0.2s ease; }
        .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link.heading,.main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link.heading-container {
          font-size: 1.25rem; }
          .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link.heading-container:hover,.main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link.heading:hover {
            text-decoration: none; }
      .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-1 .menu-item-link.heading-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
    .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2 {
      display: block;
      margin-left: 0; }
    .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2.style-button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .main-nav .products-menu.mega-nav-menu-item .sub-menu-level-2.style-button .tabbed-sub-menu.active-tab {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .main-nav .products-menu.mega-nav-menu-item .sub-menu-tabs {
        margin: 0 0 0 0.625rem;
        display: block; }
    .main-nav .products-menu .mega-nav-cta {
      width: 30%;
      margin: 0 0 2.5rem 0; }
    .utility-nav {
      padding: 0.9375rem 0; }
      .utility-nav .store-list {
        min-width: 192px; }
      .utility-nav .global-search-form {
        margin-right: 0; }
      .utility-nav .global-search-form {
        width: 170px; }
        .utility-nav .global-search-form .search-form-field {
          width: 170px; }
      .footer-navs .footer-menu {
        margin-right: 1.25rem; }
      .blog-header .blog-heading {
        background-position: top -130px right -200px, 150px -125px; }
        .blog-header .blog-heading h1 {
          font-size: 3.4375rem; }
        .blog-header .toolbar .blog-container {
          padding: 0 1.25rem; }
      .no-flexbox .blog-header .toolbar {
        padding: 1em; }
      .blog-header .category-select-wrapper {
        margin: 0; }
        .blog-header .category-select-wrapper label {
          display: inline-block;
          text-transform: uppercase; }
    .resource-landing-hero {
      padding: 5em 0; }
      .resource-landing-hero .heading {
        font-size: 3.4375rem; }
    .pad-top-xsmall {
      padding-top: 1.25em; }
    .pad-top-small {
      padding-top: 2.5em; }
    .pad-top-medium {
      padding-top: 3.75em; }
    .pad-top-large {
      padding-top: 5em; }
    .pad-top-xlarge {
      padding-top: 6.25em; }
    .pad-btm-xsmall {
      padding-bottom: 1.25em; }
    .pad-btm-small {
      padding-bottom: 2.5em; }
    .pad-btm-medium {
      padding-bottom: 3.75em; }
    .pad-btm-large {
      padding-bottom: 5em; }
    .pad-btm-xlarge {
      padding-bottom: 6.25em; }
  .width-8 {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 16.94915%; }
  .width-6 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 25.42373%; }
  .width-4 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 25.42373%; }
          .anchor-cta-layout .content .heading h2 {
            font-size: 1.375rem; }
        .avatars-layout .avatars-list .avatar-item {
          margin: 0 1.25rem 3.125rem; }
              .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents .img-block {
                width: 320px; }
      .column-content-layout .content {
        width: 66.10169%;
        float: left;
        margin-left: 16.94915%; }
        .column-content-layout .content .headline {
          font-size: 1.375rem; }
        .column-content-layout .image-block .img-slider {
          padding: 2.5rem 0; }
        .column-content-layout.two-column .two-column-block {
          padding-top: 2.5rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between; }
        .column-content-layout.two-column .two-column-block.image-left-position {
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
          .column-content-layout.two-column .two-column-block .content-block {
            width: 49.15254%;
            float: left;
            margin-right: 1.69492%;
            margin-left: 0%;
            text-align: left; }
          .column-content-layout.two-column .two-column-block .image-block {
            width: 40.67797%;
            float: left;
            margin-right: 1.69492%;
            margin-left: 0%;
            margin-right: 0; }
      .column-content-with-slider-layout .slider-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .column-content-with-slider-layout .slider-wrapper .left-block {
          width: 50%; }
          .column-content-with-slider-layout .slider-wrapper .left-block .img-slider {
            width: 100%;
            margin: 0; }
            .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .img-item {
              width: 100%; }
        .column-content-with-slider-layout .slider-wrapper .right-block {
          width: 40%;
          text-align: left; }
          .column-content-with-slider-layout .slider-wrapper .right-block .title {
            font-size: 1.375rem; }
          .column-content-with-slider-layout .slider-wrapper .right-block .certificate-image {
            display: -ms-flexbox;
            display: flex; }
    .content-with-media-layout .section-title {
      font-size: 1.625rem; }
    .content-with-media-layout .content-order {
      -ms-flex-flow: row;
          flex-flow: row; }
    .content-with-media-layout .content-order.content-then-media {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    .content-with-media-layout .content-order.content-then-media .content-block {
      padding: 0 0 0 5%; }
    .content-with-media-layout .image-block {
      width: 42%;
      margin-bottom: 1rem; }
    .content-with-media-layout .image-block-solid {
      width: 42%;
      margin-bottom: 1rem; }
      .content-with-media-layout .image-block-solid .button {
        display: inline-block; }
    .content-with-media-layout .content-block {
      width: 52%;
      padding: 0 5% 0 0; }
      .content-with-media-layout .content-block .title {
        font-size: 1.625rem; }
      .content-with-media-layout .content-block .sub-title {
        font-size: 1.625rem; }
      .cta-layout .full-width-large {
        padding: 4.375rem 0;
        margin: 0;
        width: 100%;
        box-shadow: none;
        background-size: cover; }
        .cta-layout .full-width-large .content {
          margin: 0;
          float: right;
          right: 30px;
          padding: 3.125rem 1.875rem;
          width: 430px; }
          .cta-layout.case-study-slider-layout .full-width-large .case-study-background {
            position: absolute;
            height: 100%; }
          .cta-layout.case-study-slider-layout .full-width-large .content {
            padding: 3.125rem 1.875rem 6.25rem; }
    .cta-layout .full-width-large-left .content {
      float: left;
      left: 30px; }
        .cta-layout .full-width-centerd .overlay-image {
          background-position: top -260px left 60px, center top -230px, bottom 20px right -270px; }
      .cta-layout .full-width-two-column {
        padding: 3.75rem 0; }
        .cta-layout .full-width-two-column .content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .cta-layout .full-width-two-column .content .left-col {
            width: 50%;
            padding-left: 4.375rem;
            text-align: left;
            padding-bottom: 0; }
            .cta-layout .full-width-two-column .content .left-col .column-icon {
              position: absolute;
              top: 0;
              left: 0;
              margin-bottom: 0; }
          .cta-layout .full-width-two-column .content .right-col {
            width: 50%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            padding: 0 5%; }
          .cta-layout .two-column-image-with-content .content .left-col {
            height: 300px; }
          .cta-layout .two-column-image-with-form .content .cta-heading {
            font-size: 1.875rem; }
        .cta-layout .two-column-image-with-form .cta-form {
          margin-top: 2.8125rem; }
  .catalog-category-view .cta-layout.case-study-slider-layout .full-width-large .content {
    float: left;
    left: 30px; }
      .full-width-icon-with-cta-layout .container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .full-width-icon-with-cta-layout .container .image {
          margin: 0 1.5625rem 0 0; }
        .full-width-icon-with-cta-layout .container .content {
          width: auto;
          text-align: left;
          font-size: 1.375rem; }
        .full-width-icon-with-cta-layout .container .button {
          min-width: 180px;
          margin-top: 0;
          margin-left: 5rem; }
        .hero-layout .content .title {
          font-size: 2.625rem; }
      .home-hero .content {
        padding: 2.5rem 0; }
        .home-hero .content .title {
          font-size: 2.625rem; }
    .interior-hero-layout {
      background-attachment: fixed !important; }
        .interior-hero-layout .content .heading {
          font-size: 2.875rem; }
        .interior-hero-layout .content .sub-heading {
          font-size: 1.125rem; }
      .interior-hero-layout.large {
        height: 350px; }
      .interior-hero-layout.medium {
        height: 300px; }
    .legacy-series-layout {
      padding: 4.375rem 0 2.5rem; }
      .legacy-series-layout .section-title {
        font-size: 1.375rem; }
        .legacy-series-layout .legacy-series-wrapper .legacy-series-slider {
          display: -ms-flexbox;
          display: flex;
          gap: 30px; }
        .legacy-series-layout .legacy-series-wrapper .legacy-series-item {
          width: 31.33333%;
          -ms-flex-pack: normal;
              justify-content: normal;
          border: none; }
          .legacy-series-layout .legacy-series-wrapper .legacy-series-item .img-block {
            width: 150px;
            margin: 0 0 0.9375rem 0; }
            .legacy-series-layout .legacy-series-wrapper .legacy-series-item .content-block .title {
              font-size: 1.5rem; }
                  .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item .content-block .content .title a {
                    font-size: 1.5rem; }
    .product-with-features-layout .section-title {
      font-size: 1.625rem; }
        .product-with-features-layout .product-list-wrapper .product-list-item .product-list-cover {
          display: -ms-flexbox;
          display: flex; }
        .product-with-features-layout .product-list-wrapper .product-list-item .image-block {
          min-width: 200px;
          margin-right: 5%;
          margin-bottom: 0;
          width: 25%; }
          .product-with-features-layout .product-list-wrapper .product-list-item .image-block .product-title {
            text-align: left;
            font-weight: 600; }
        .product-with-features-layout .product-list-wrapper .product-list-item .content-block {
          width: 35%;
          margin-right: 5%;
          text-align: left;
          margin: 0; }
          .product-with-features-layout .product-list-wrapper .product-list-item .content-block .title {
            font-size: 1.375rem; }
        .product-with-features-layout .product-list-wrapper .product-list-item .features-block {
          width: 30%;
          text-align: left; }
          .product-with-features-layout .product-list-wrapper .product-list-item .features-block .title {
            font-size: 1.125rem; }
  .step-carousel .slides-container {
    margin-top: 3.125rem; }
    .step-carousel .step-item {
      width: calc(33.33% - 20px); }
  .step-carousel .slick-slide {
    margin-right: 1.25rem; }
    .step-carousel .slick-arrow {
      display: block; }
      .table-layout .section-title {
        font-size: 1.625rem; }
          .three-image-block-layout .image-block .img-slider .img-item {
            margin: 0 1rem 0 0;
            width: 400px; }
          .three-image-block-layout .image-block .img-slider .img-item.narrow {
            width: 200px; }
      .timeline-slider-layout .timeline-slider-nav-wrapper {
        padding-bottom: 3.75rem; }
        .timeline-slider-layout .timeline-slider .timeline-slider-item {
          -ms-flex-direction: row;
              flex-direction: row; }
        .timeline-slider-layout .timeline-slider .left-block {
          width: 50%;
          margin: 0; }
        .timeline-slider-layout .timeline-slider .right-block {
          width: 50%;
          padding: 0 5%;
          text-align: left; }
      .two-column-content-w-media-layout .two-column-wrapper {
        -ms-flex-direction: row;
            flex-direction: row; }
        .two-column-content-w-media-layout .two-column-wrapper .content-block {
          width: 50%;
          max-width: 360px; }
        .two-column-content-w-media-layout .two-column-wrapper .image-block {
          width: 50%; }
      .two-column-content-with-benefits-grid.has-benifit-description .two-column-wrapper .content-block {
        width: 35%; }
      .two-column-content-with-benefits-grid .two-column-wrapper {
        -ms-flex-direction: row;
            flex-direction: row; }
        .two-column-content-with-benefits-grid .two-column-wrapper .content-block {
          width: 80%; }
          .two-column-content-with-benefits-grid .two-column-wrapper .content-block h2 {
            font-size: 2.5rem; }
        .two-column-content-with-benefits-grid .two-column-wrapper .certified-block {
          gap: 30px; }
          .two-column-content-with-benefits-grid .two-column-wrapper .certified-block .certified {
            width: calc(50% - 15px);
            padding: 2.0625rem; }
      .two-column-with-bullet-list-layout .section-title {
        font-size: 1.625rem; }
        .two-column-with-bullet-list-layout .bullet-list-wrapper .bullet-list {
          width: 48%; }
    .two-column-form-layout.cta-style {
      background-image: url(../images/polygon.svg);
      background-repeat: no-repeat;
      background-position: 85px bottom; }
    .two-column-form-layout.cta-style .two-column-form-wrapper .content-block {
      width: 50%;
      padding: 0 5% 0 0; }
      .two-column-form-layout .section-title {
        font-size: 1.375rem;
        margin-bottom: 2.5rem; }
      .two-column-form-layout .two-column-form-wrapper {
        -ms-flex-direction: row;
            flex-direction: row; }
      .two-column-form-layout .two-column-form-wrapper.form-left-position {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
      .two-column-form-layout .two-column-form-wrapper.form-left-position .content-block {
        width: 50%;
        padding: 0 0 0 5%; }
        .two-column-form-layout .two-column-form-wrapper.form-left-position .form-block {
          width: 50%;
          padding: 0 5% 0 0; }
        .two-column-form-layout .two-column-form-wrapper .content-block {
          width: 50%;
          padding: 0 5% 0 0; }
        .two-column-form-layout .two-column-form-wrapper .form-block {
          width: 50%;
          padding: 0 0 0 5%; }
    .two-column-with-image-layout {
      padding-top: 9.375rem; }
      .two-column-with-image-layout .container {
        -ms-flex-flow: row;
            flex-flow: row; }
      .two-column-with-image-layout .image-block {
        width: 42%;
        margin-bottom: 1rem; }
      .two-column-with-image-layout .content-block {
        width: 52%;
        padding: 0; }
        .two-column-with-image-layout .content-block .title {
          font-size: 2.875rem; }
        .two-column-with-image-layout .content-block .sub-title {
          font-size: 1.375rem; }
        .two-column-with-list-layout .content-block .section-title {
          font-size: 1.5rem;
          margin-bottom: 1.875rem; }
          .two-column-with-list-layout .content-block .list-block .list {
            width: 45%;
            font-size: 1.125rem; }
      .two-column-content-with-heading-layout .container {
        -ms-flex-flow: row;
            flex-flow: row;
        gap: 50px;
        row-gap: 10px; }
      .two-column-content-with-heading-layout .section-title {
        font-size: 1.5rem; }
      .two-column-content-with-heading-layout .column {
        width: calc(50% - 25px); }
      .two-column-content-with-heading-layout.key-considerations .container {
        -ms-flex-flow: row;
            flex-flow: row;
        gap: 110px;
        row-gap: 10px; }
    .two-column-content-with-heading-layout.key-considerations .column {
      width: calc(50% - 55px); }
      .two-column-image-banner .buttons {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-top: 1.875rem; }
        .two-column-image-banner .certified-block .certified-title {
          font-size: 1rem; }
      .two-column-image-banner .form-block {
        max-width: 504px;
        padding: 0 0 0 5%; }
          .two-column-image-banner .form-block .gform_wrapper .gform_heading {
            padding: 2.5rem 2.5rem 0 2.5rem; }
            .two-column-image-banner .form-block .gform_wrapper .gform_heading .gform_title {
              font-size: 2.5rem;
              line-height: 3rem; }
          .two-column-image-banner .form-block .gform_wrapper form .gf_page_steps {
            padding: 0 2.5rem; }
          .two-column-image-banner .form-block .gform_wrapper form .gform_body {
            padding: 1.875rem 2.5rem 2.5rem 2.5rem; }
    .blog-list-item {
      margin: 0 0 1.875rem 0;
      padding-bottom: 4.375rem; }
      .blog-list-item.cta {
        margin-bottom: 1.875rem;
        padding: 3.125rem 5rem; }
          .blog-list-item.cta .featured-resource-card .image-wrapper {
            margin-right: 5rem; }
    .post-thumbnail {
      height: 280px; }
    .blog-title {
      font-size: 1.5rem;
      line-height: 2.125rem; }
    .entry-info {
      padding: 1em 1em 2em; }
      .entry-buttons .share-buttons {
        margin: 0 0 0 0.625rem; }
    .flexbox .entry-buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .single-post .blog-post {
      max-width: calc(1100px - 40px);
      margin: 2em auto; }
    .single-post .blog-post .top-fold {
      -ms-flex-pack: center;
          justify-content: center;
      margin-left: 6.25rem; }
    .single-post .blog-post.has-sidebar .top-fold {
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-left: 18.75rem; }
    .single-post .blog-post-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
  .single-post .share-this,.single-post .sticky-sidebar-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; }
    .single-post .sticky-sidebar-nav {
      width: 300px;
      margin: 0;
      padding: 0 2.5rem 0 0;
      background: none; }
      .single-post .sticky-sidebar-nav .share-this {
        display: -ms-flexbox;
        display: flex; }
    .single-post .sidebar-anchor-menu {
      display: block; }
    .single-post .anchor-nav-heading {
      margin-bottom: 1.875rem;
      padding: 0;
      text-transform: none; }
      .single-post .anchor-nav-heading::after {
        display: none; }
    .single-post .sidebar-menu-item {
      margin: 1.25rem 0; }
    .single-post .anchor-menu-link {
      display: inline-block;
      margin-left: 1.875rem;
      padding: 0; }
      .single-post .anchor-menu-link::before {
        position: absolute;
        top: -10px;
        bottom: auto;
        left: 0;
        width: 2px;
        height: calc(100% + 20px);
        background: #DBDBDB;
        content: ''; }
      .single-post .anchor-menu-link.active {
        color: #3736FE; }
        .single-post .anchor-menu-link.active::before {
          z-index: 2;
          left: -1px;
          width: 4px;
          background: #09244A; }
    .single-post .anchor-menu-link:hover {
      color: #3736FE; }
        .single-post .blog-detail-feature-resource .featured-resource-card .image-wrapper {
          margin-right: 5rem; }
    .single-post .share-this {
      display: block;
      min-width: 100px; }
      .error404 .error-container .title {
        font-size: 2.5rem; }
        .cs-gallery-slider .cs-slider-wrapper .img-slider {
          width: 800px;
          padding: 0 3.125rem; }
        .cs-gallery-slider .cs-slider-wrapper .flickity-prev-next-button {
          display: block; }
    .product-two-column-content-layout {
      padding: 2.5rem 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .product-two-column-content-layout.special-certificate-content-block .two-column-block .image-block img {
        height: 380px; }
      .product-two-column-content-layout .section-title {
        font-size: 1.5rem; }
      .product-two-column-content-layout .two-column-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .product-two-column-content-layout .two-column-block:nth-child(odd) {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
      .product-two-column-content-layout .two-column-block.image-left-position {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
        .product-two-column-content-layout .two-column-block .content-block {
          text-align: left;
          width: 47%;
          margin: 0; }
        .product-two-column-content-layout .two-column-block .image-block {
          width: 47%;
          text-align: left;
          height: 380px;
          margin: 0; }
          .product-two-column-content-layout .two-column-block .image-block img {
            height: 350px; }
    .case-study-posts {
      padding: 2.5rem 0 3.75rem; }
      .case-study-posts .section-title {
        font-size: 1.5rem; }
      .case-study-posts .post-container {
        -ms-flex-direction: row;
            flex-direction: row; }
        .case-study-posts .post-container .list-item {
          margin: 0 0.625rem;
          width: 320px;
          display: inline-block; }
          .case-study-posts .post-container .list-item .post-cover {
            display: inline-block; }
          .case-study-posts .post-container .list-item .thumbnail {
            width: 100%;
            border-radius: 10px 10px 0 0; }
            .case-study-posts .post-container .list-item .thumbnail img {
              max-width: 100%;
              height: auto; }
          .case-study-posts .post-container .list-item .content-block {
            width: 100%; }
    .search-hero-layout {
      padding: 5.625rem 0 2.5rem; }
      .search-hero-layout .content .heading {
        font-size: 2.25rem; }
        .search-tab-section .tabbed-content-tabs .tabs {
          margin: 0 0.3125rem;
          font-size: 1.0625rem; }
      .search-tab-section .tabbed-content {
        padding: 3.75rem 0 0; }
        .search-tab-section .tabbed-content .results {
          font-size: 1.25em; }
          .search-tab-section .tabbed-content .content-list-item .post-link {
            padding: 2.5rem 0; }
            .search-tab-section .tabbed-content .content-list-item .post-link .title {
              margin-bottom: 1.25rem;
              font-size: 1.625em; }
            .search-tab-section .tabbed-content .content-list-item .post-link .more {
              font-size: 1.25em; }
      .special-certificate-hero .back-to-post {
        top: 120px; }
    .checkout-cart-index .cart-container .cart-summary {
      -ms-flex-direction: row;
          flex-direction: row; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals {
        width: 45%; }
      .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper {
        width: 50%;
        margin: 0; }
        .checkout-index-index .opc-progress-bar .opc-progress-bar-item span {
          font-size: 1.625rem; }
    .page-with-filter.amasty_xlanding-page-view .default-header {
      padding-top: 9.375rem; }
      .page-with-filter.amasty_xlanding-page-view .default-header .container {
        -ms-flex-flow: row;
            flex-flow: row; }
      .page-with-filter.amasty_xlanding-page-view .default-header .image-block {
        width: 42%;
        margin-bottom: 1rem; }
      .page-with-filter.amasty_xlanding-page-view .default-header .content-block {
        width: 52%;
        padding: 0; }
        .page-with-filter.amasty_xlanding-page-view .default-header .content-block h1 {
          font-size: 2.875rem; }
        .page-with-filter.amasty_xlanding-page-view .default-header .content-block h2 {
          font-size: 1.375rem; }
    .page-with-filter.amasty_xlanding-page-view .columns {
      padding: 3.75rem 1.875rem 0; }
      .page-with-filter.amasty_xlanding-page-view .columns .column.main {
        padding: 0 0 0 1.875rem; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .tabbed-content {
        padding: 3.75rem 0 0; }
        .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-title {
          font-size: 1.625rem; }
              .catalog-topnav.amasty-catalog-topnav .filter-options .filter-options-content .items .item a {
                font-size: 1.125rem;
                line-height: 1.625rem; }
  .amasty_xlanding-page-view .page-main {
    padding-top: 6.875rem !important; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block {
        padding: 0; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .section-title .title {
            font-size: 2.75rem;
            line-height: 3.375rem;
            margin-bottom: 1.25rem; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .section-title .title {
            font-size: 3.375rem;
            line-height: 4.125rem; }
        .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .content .sub-title {
          margin-bottom: 1.25rem; }
        .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .content p {
          font-size: 1.125rem;
          line-height: 1.75rem; }
        .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .actions .primary {
          -ms-flex-direction: row;
              flex-direction: row;
          margin-top: 1.875rem; }
        .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .actions .secondary {
          margin-top: 1.875rem; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block .certified-block .certified-title {
            font-size: 1rem; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block {
        max-width: 504px;
        padding: 0 0 0 5%; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper .gform_heading {
            padding: 2.5rem 2.5rem 0 2.5rem; }
            .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper .gform_heading .gform_title {
              font-size: 2.5rem;
              line-height: 3rem; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gf_page_steps {
            padding: 0 2.5rem; }
          .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .form-block .gform_wrapper form .gform_body {
            padding: 1.875rem 2.5rem 2.5rem 2.5rem; }
    .amasty_xlanding-page-view .multicolumn-content-grid .form-block {
      max-width: 504px;
      padding: 0 0 0 5%; }
        .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper .gform_heading {
          padding: 2.5rem 2.5rem 0 2.5rem; }
          .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper .gform_heading .gform_title {
            font-size: 2.5rem;
            line-height: 3rem; }
        .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gf_page_steps {
          padding: 0 2.5rem; }
        .amasty_xlanding-page-view .multicolumn-content-grid .form-block .gform_wrapper form .gform_body {
          padding: 1.875rem 2.5rem 2.5rem 2.5rem; }
        .amasty_xlanding-page-view .faq-list .container .faq-columns {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: center;
              justify-content: center;
          gap: 56px;
          margin-top: 3.125rem; }
          .amasty_xlanding-page-view .faq-list .container .faq-columns .faq-col {
            max-width: 434px; }
        .form.create.account .fieldset .legend,.form.password.forget .fieldset .legend,.form.password.reset .fieldset .legend,.form.send.confirmation .fieldset .legend {
          font-size: 1.375rem; }
          .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title .base span {
            font-size: 2.875rem; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab {
        margin: 3.125rem auto;
        padding: 0;
        -ms-flex-direction: row;
            flex-direction: row; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title {
          border-right: 2px solid #edeced;
          border-bottom: none; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title .data-anchor {
            font-size: 1.0625rem; }
                .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item {
                  width: 49%;
                  margin: 0 0 1.875rem; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions {
                      -ms-flex-direction: column;
                          flex-direction: column;
                      width: 100%; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-secondary {
                        padding: 0.3125rem 0 0; }
            .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes-wrapper .left-column,.catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes-wrapper .right-column {
              width: 48%; }
    .product-quick-view {
      -ms-flex-direction: row;
          flex-direction: row;
      padding: 3.75rem 2.5rem; }
      .product-quick-view .quick-view-image {
        width: 35%; }
      .product-quick-view .quick-view-details {
        width: 60%;
        margin: 0; }
    .product-related-resources {
      padding: 3.75rem 0; }
      .product-related-resources .section-title {
        margin-bottom: 3.125rem; }
      .cms-configurator .hero-layout::before {
        width: 110px;
        height: 100%;
        left: 80px; }
      .cms-configurator .hero-layout::after {
        width: 500px;
        height: 115%;
        margin-top: -27%;
        margin-right: -37%; }
        .cms-configurator .hero-layout .banner-content::after {
          width: 157px;
          height: 270%; }
      .configurator-wrapper .configurator-cover {
        -ms-flex-flow: row;
            flex-flow: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 3rem; }
      .configurator-wrapper .series-image-description {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .configurator-wrapper .series-details .series-image {
          width: 35%; }
        .configurator-wrapper .series-details .filter-attributes-form {
          width: 58%; }
        .configurator-wrapper .series-details .sku-search-form-wrapper {
          max-width: 62%; }
      .configurator-wrapper .filter-attributes {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
      .configurator-wrapper .configurator-result {
        width: 270px;
        padding: 0; }
        .configurator-wrapper .configurator-result .configurator-wrap {
          width: 250px;
          margin-right: 1.25rem;
          top: 20px; }
      .cms-product-id .hero-layout::before {
        width: 150px;
        height: 100%;
        left: 40px;
        margin-top: -21%; }
      .cms-product-id .hero-layout::after {
        width: 500px;
        height: 115%;
        margin-top: -27%;
        margin-right: -37%; }
      .cms-product-id .hero-layout .content-grid-cover {
        -ms-flex-flow: row;
            flex-flow: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        border-radius: 0; }
      .cms-product-id .hero-layout .grid-item {
        width: 30%;
        padding: 2.375rem;
        margin-bottom: 0;
        border-bottom: none;
        text-align: center;
        border-radius: 10px; }
        .cms-product-id .hero-layout .grid-item .grid-title {
          margin-bottom: 1.5rem; }
          .cms-product-id .hero-layout .grid-item .grid-title .grid-arrow-icon {
            display: none; }
        .cms-product-id .hero-layout .grid-item .grid-content {
          margin-bottom: 1.75rem; }
        .cms-product-id .hero-layout .grid-item .button {
          display: block; }
    .cms-product-id .column-content-layout.two-column .two-column-block {
      padding-top: 2.5rem; }
          .cms-product-id .column-content-layout.two-column .two-column-block .content-block .content:before {
            font-size: 5.25rem;
            left: 0; }
        .cms-product-id .column-content-layout.two-column .two-column-block .image-block .yt-video {
          height: 341px; }
          .cms-product-id .product-listing .product-content-block .content:before {
            font-size: 5.25rem;
            left: -30px; }
        .cms-product-id .product-listing .product-cover .product-content-title {
          font-size: 1.25em;
          padding-left: 3.75rem;
          text-align: left; }
        .cms-product-id .product-listing .product-cover .product-content-description {
          padding-left: 3.75rem;
          text-align: left; }
      .cms-product-id .product-listing .product-items {
        padding-left: 2.5rem; }
        .cms-product-id .product-listing .product-items.product-count-below-3 .product-items-cover .product-item {
          width: 33.3336%; }
        .cms-product-id .product-listing .product-items.product-count-below-4 .product-items-cover .product-item {
          width: 33.3336%; }
        .cms-product-id .product-listing .product-items-cover .product-item {
          width: 33.3336%; }
      .cms-product-id .product-listing .product-grid-details {
        width: 100%;
        background: #fff;
        padding: 3.5rem 1.25rem 2.5rem;
        margin: 1.5rem auto auto; }
        .cms-product-id .product-listing .product-grid-details .top-actions {
          display: none; }
        .cms-product-id .product-listing .product-grid-details .quick-look-wrapper {
          -ms-flex-flow: row;
              flex-flow: row;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content {
            width: 51.85%; }
      .cms-product-id .product-id-form .gform_heading {
        padding: 2rem 4rem; }
    .catalog-category-view .category-view {
      padding-top: 9.375rem; }
      .catalog-category-view .category-view .container {
        -ms-flex-flow: row;
            flex-flow: row; }
      .catalog-category-view .category-view .category-image-container {
        width: 42%; }
    .catalog-category-view .category-detail-container {
      width: 52%;
      padding: 0; }
          .catalog-category-view .category-detail-container .page-title-wrapper .page-title .base span {
            font-size: 2.875rem; }
        .catalog-category-view .category-description .description ul {
          column-gap: 10%; }
          .catalog-category-view .category-description .description ul li {
            font-size: 1.1875em;
            padding-left: 2.5rem; }
            .catalog-category-view .category-description .description ul li:before {
              left: 7px;
              top: 7px;
              height: 16px; }
            .catalog-category-view .category-description .description ul li:after {
              top: 14px;
              height: 8px; }
    .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab {
      margin: 3.125rem auto;
      padding: 0;
      -ms-flex-direction: row;
          flex-direction: row; }
      .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title {
        border-right: 2px solid #edeced;
        border-bottom: none; }
        .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title .data-anchor {
          font-size: 1.0625rem; }
      .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item {
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        padding-bottom: 3.75rem;
        padding-top: 3.75rem; }
        .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .image-block {
          width: 50%;
          margin: 0;
          max-width: 100%;
          padding-right: 5%;
          padding-bottom: 0; }
          .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .image-block .button {
            width: 100%; }
        .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .content-block {
          width: 50%;
          padding-right: 5%;
          padding-bottom: 0; }
        .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block {
          width: 50%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .catalog-category-view .column-content-layout.one-column .content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
        .page-wrapper .page-title-wrapper .page-title {
          font-size: 2.875rem; }
    .amasty_xlanding-page-view #main,.amasty_xlanding-page-view #maincontent,.catalog-category-view #main,.catalog-category-view #maincontent,.catalog-product-view #main,.catalog-product-view #maincontent,.single-vtl_landing_page #main,.single-vtl_landing_page #maincontent {
      padding-top: 0; }
    .amasty_xlanding-page-view .body-header,.catalog-category-view .body-header,.catalog-product-view .body-header,.single-vtl_landing_page .body-header {
      background: none; }
  .amasty_xlanding-page-view .body-header.scrolled,.catalog-category-view .body-header.scrolled,.catalog-product-view .body-header.scrolled,.single-vtl_landing_page .body-header.scrolled {
    background-color: #fff; }
  .amasty_xlanding-page-view .product-info-media-additional,.catalog-category-view .product-info-media-additional,.catalog-product-view .product-info-media-additional,.single-vtl_landing_page .product-info-media-additional {
    padding-top: 9.375rem; } }
    @media screen and (min-width: 50em) and (max-width: 62.5em) {
    .main-menu .menu-item-top-level {
      float: left;
      margin-left: 0;
      height: 60px; }
      .main-menu .menu-item-top-level > .menu-item-link {
        padding: 0.625rem 0.3125rem; } }
    @media screen and (min-width: 50.0625em) {
    .step-carousel .content {
      max-width: 64%; } }
    @media screen and (min-width: 53.125em) {
      .testimonial-slider-layout .flickity-prev-next-button {
        display: block; }
      .testimonial-slider-layout .flickity-page-dots {
        display: none; } }
    @media screen and (min-width: 56.25em) {
    .page-with-filter.amasty_xlanding-page-view .columns {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
      .page-with-filter.amasty_xlanding-page-view .columns .column.main {
        width: 78.5%; }
      .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main {
        width: 30%; } }
    @media screen and (min-width: 56.3125em) {
      .body-header .main-logo {
        margin: 0.625rem 0 0 0;
        width: 120px; }
      .main-nav .mega-nav-menu-item .menu-link {
        padding: 0.625rem; } }
    @media screen and (min-width: 62.5em) {
      .filter-bar .dropdown-menu {
        width: 230px;
        margin-right: 1.875rem; }
      .filter-bar .clear-filters {
        position: static; }
    .loading-throbber {
      margin: 6.5em auto; }
    .resource-card {
      margin-bottom: 6.25rem;
      padding: 0; }
      .resource-card .image-wrapper {
        margin-right: 2.5rem; }
      .resource-card .title {
        font-size: 1.5rem;
        line-height: 2.125rem; }
      .resource-grid .resource-card-collection-wrapper {
        padding: 4.75rem 0 0; }
        .resource-grid .no-results .heading {
          font-size: 2.875rem;
          line-height: 3.5rem; }
        .resource-hero.resource-gate-hero .simple-form .gform_body {
          padding: 2rem 3.375rem; }
        .resource-hero.resource-gate-hero .simple-form .gform_footer {
          padding: 0 3.375rem 3.375rem; }
      .resource-gate-content .content-wrapper {
        padding: 0 5%; }
        .resource-gate-content .content-wrapper .heading {
          font-size: 2.625rem; }
        .resource-gate-content .content-wrapper .entry .title {
          font-size: 2rem; }
      .resource-gate-content .form-wrapper {
        width: 40%; }
          .resource-thank-you-content .resource-thank-you-wrapper .content .content-wrapper .sub-heading {
            font-size: 2.125rem; }
      .resource-thank-you-content .bottom-actions .title {
        font-size: 2rem; }
      .basic-content-with-heading .heading {
        font-size: 1.5rem;
        margin-bottom: 1.25rem; }
      .gform_wrapper#gform_wrapper_3 .gf_page_steps,.gform_wrapper#gform_wrapper_5 .gf_page_steps,.gform_wrapper#gform_wrapper_9 .gf_page_steps,.gform_wrapper#gform_wrapper_10 .gf_page_steps {
        -ms-flex-direction: row;
            flex-direction: row; }
        .gform_wrapper#gform_wrapper_3 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_9 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_10 .gf_page_steps .gf_step {
          padding: 1.5em;
          font-size: 1.125rem;
          width: 50%;
          text-align: left; }
      .gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step {
        padding: 1.5em 0.625rem; }
    .gform_heading {
      padding: 2em; }
      .gform_heading .gform_title {
        font-size: 1.5rem; }
      .gfield.half-left {
        width: 48%; }
      .gfield.half-right {
        width: 48%; }
    .ginput_complex .ginput_left,.ginput_complex .ginput_right,.ginput_complex .name_first,.ginput_complex .name_last {
      width: 48%; }
    .ginput_complex .ginput_left,.ginput_complex .name_first {
      float: left;
      margin-bottom: 0; }
  #transparent-header #main {
    padding-top: 0; }
  #transparent-header .hero-layout {
    padding-top: 12.5rem; }
    #main,#maincontent {
      padding-top: 7.5rem; }
    .body-header {
      height: 120px; }
      .body-header .main-logo {
        margin: 1.25rem 0 0 0;
        width: 150px; }
      .body-header .header-right-block {
        width: calc(100% - 150px);
        text-align: right; }
    .main-menu .menu-item-top-level {
      float: left;
      margin-left: 0.1875rem;
      height: 60px; }
      .main-menu .menu-item-top-level > .menu-item-link {
        padding: 0.625rem 0.375rem;
        font-size: 0.9375rem; }
      .main-menu .menu-item-top-level.request-quote .menu-item-link {
        font-size: 0.875rem; }
      .main-menu.main-menu-has-touch .menu-item-has-children > .menu-item-link {
        margin-right: 1.375rem; }
      .main-nav .mega-nav-menu-item .menu-link {
        font-size: 1rem;
        padding: 0.625rem 0.9375rem; }
      .main-nav .mega-nav-cta .title {
        margin-bottom: 1.875rem;
        font-size: 1.375rem;
        line-height: 1.875rem; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .title {
            font-size: 1.25rem;
            line-height: 1.5rem; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .desc {
            margin: 0.625rem 0;
            line-height: 1.25rem; }
      .utility-nav a {
        margin-left: 1.125rem;
        font-size: 0.9375rem; }
      .utility-nav .global-search-form {
        width: 265px; }
        .utility-nav .global-search-form .search-form-field {
          width: 265px; }
      .footer-navs .footer-menu {
        margin-right: 0; }
  .width-4 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 33.89831%; }
          .anchor-cta-layout .content .heading h2 {
            font-size: 1.5rem; }
        .avatars-layout .avatars-list .avatar-item {
          margin: 0 1.875rem 3.125rem; }
              .avatars-layout .avatars-list .avatar-item .avatar-expander .avatar-expander-contents .img-block {
                width: 500px; }
      .column-content-layout .content {
        width: 49.15254%;
        float: left;
        margin-left: 25.42373%; }
        .column-content-layout .content .headline {
          font-size: 1.5rem;
          margin-bottom: 1.25rem; }
        .column-content-layout .image-block .img-slider {
          padding: 3.125rem 0; }
            .column-content-layout .image-block .img-slider.flickity-enabled .img-item {
              height: 341px; }
              .column-content-layout .image-block .img-slider.flickity-enabled .img-item img {
                max-height: inherit; }
          .column-content-layout .image-block .img-slider .img-item {
            margin: 0 1.5rem 0 0;
            width: 544px; }
        .column-content-layout.two-column .two-column-block {
          padding-top: 3.125rem; }
          .column-content-with-slider-layout .slider-wrapper .left-block .img-slider {
            width: 400px; }
            .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .img-item {
              width: 400px; }
        .column-content-with-slider-layout .slider-wrapper .right-block {
          padding: 0; }
          .column-content-with-slider-layout .slider-wrapper .right-block .title {
            font-size: 1.5rem;
            margin-bottom: 1.25rem; }
    .content-with-media-layout .section-title {
      font-size: 1.75rem;
      margin: 0 0 3.125rem; }
    .content-with-media-layout .content-order.content-then-media .image-block,.content-with-media-layout .content-order.content-then-media .image-block-solid {
      margin: 0 5% 0 0; }
    .content-with-media-layout .image-block {
      width: 44%;
      margin-left: 5%; }
    .content-with-media-layout .image-block-solid {
      width: 44%;
      margin-left: 5%; }
    .content-with-media-layout .content-block {
      width: 45%; }
      .content-with-media-layout .content-block .title {
        font-size: 1.75rem; }
      .content-with-media-layout .content-block .sub-title {
        font-size: 1.125rem; }
      .cta-layout .full-width-large {
        padding: 5.625rem 0; }
        .cta-layout .full-width-centerd .overlay-image {
          background-position: top -260px left 60px, center top -230px, bottom 20px right -270px; }
      .cta-layout .two-column-image-with-content {
        padding: 6.25rem 0; }
        .cta-layout .two-column-image-with-content .content {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .cta-layout .two-column-image-with-content .content .left-col {
            width: 50%;
            padding-left: 4.375rem;
            text-align: left;
            padding-bottom: 0;
            background: none !important;
            height: auto; }
            .cta-layout .two-column-image-with-content .content .left-col .column-icon {
              position: absolute;
              top: 0;
              left: 0;
              margin-bottom: 0; }
          .cta-layout .two-column-image-with-content .content .right-col {
            width: 50%;
            padding: 0 5%; }
          .cta-layout .two-column-image-with-content .content .cta-heading {
            font-size: 2.5rem; }
      .cta-layout .two-column-image-with-form {
        padding: 1.25rem 0 6.25rem; }
        .cta-layout .two-column-image-with-form .content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .cta-layout .two-column-image-with-form .content .left-col {
            width: 50%;
            text-align: left;
            padding-bottom: 0; }
            .cta-layout .two-column-image-with-form .content .left-col .column-image {
              width: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              height: 100%; }
          .cta-layout .two-column-image-with-form .content .right-col {
            width: 50%;
            padding: 2.5rem 8%; }
          .four-column-attribute-cards .four-column-wrapper .cards .card {
            width: 31.33%; }
            .four-column-attribute-cards .four-column-wrapper .cards .card .content-block {
              padding: 1.25rem 2.0625rem; }
              .four-column-attribute-cards .four-column-wrapper .cards .card .content-block .card-title {
                font-size: 1.5rem; }
              .four-column-attribute-cards .four-column-wrapper .cards .card .content-block.border-style a {
                margin-right: 0.3125rem;
                min-width: 76px; }
        .full-width-icon-with-cta-layout .container .content {
          font-size: 1.625rem; }
      .hero-layout .content {
        width: 900px;
        max-width: 100%;
        margin: 0 auto;
        float: none; }
        .hero-layout .content .title {
          font-size: 3.4375rem; }
      .home-hero.home-hero-has-image .cover-image {
        opacity: 1;
        background-size: var(--bg-img-size-desktop) !important; }
      .home-hero .content {
        width: 900px;
        padding: 4.375rem 0; }
        .home-hero .content .title {
          margin-bottom: 2.5rem;
          font-size: 4.125rem; }
      .home-hero .content .cta-container {
        display: -ms-flexbox;
        display: flex; }
      .home-hero .content .cta-container .button {
        margin-right: 1.25rem; }
        .home-hero .content .cta-container .button:nth-child(2) {
          margin-top: 0; }
        .interior-hero-layout .content .heading {
          font-size: 3.4375rem; }
        .interior-hero-layout .content .sub-heading {
          font-size: 1.25rem; }
        .interior-hero-layout .content .category {
          margin-top: 1.875rem; }
      .interior-hero-layout.large {
        height: 450px; }
      .interior-hero-layout.medium {
        height: 350px; }
      .interior-hero-layout.small {
        height: 250px; }
      .legacy-series-layout .section-title {
        font-size: 1.875rem;
        padding: 0 1.875rem 1.25rem; }
      .product-grid-layout .title-with-description {
        margin: 0 auto 4.375rem; }
        .product-grid-layout .title-with-description h2 {
          font-size: 2.5rem; }
          .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item {
            width: 30.3%; }
              .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-content {
                width: 60%; }
              .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta {
                width: 40%; }
    .product-with-features-layout .section-title {
      font-size: 1.75rem;
      margin: 0 0 3.125rem; }
        .product-with-features-layout .product-list-wrapper .product-list-item .image-block {
          min-width: 280px; }
          .product-with-features-layout .product-list-wrapper .product-list-item .image-block .product-title {
            font-size: 1.375rem; }
        .product-with-features-layout .product-list-wrapper .product-list-item .content-block {
          width: 30%;
          margin-right: 10%; }
          .product-with-features-layout .product-list-wrapper .product-list-item .content-block .title {
            font-size: 1.5rem; }
          .product-with-features-layout .product-list-wrapper .product-list-item .features-block .title {
            font-size: 1.25rem; }
      .table-layout .section-title {
        font-size: 1.75rem;
        margin: 0 0 3.125rem; }
          .table-layout .table-block table thead th {
            padding: 1.25rem; }
          .table-layout .table-block table thead th:first-child {
            padding: 1.25rem 3.125rem; }
          .table-layout .table-block table tbody td {
            padding: 1.25rem; }
          .table-layout .table-block table tbody tr td:first-child {
            padding: 1.25rem 3.125rem; }
          .three-image-block-layout .image-block .img-slider .img-item {
            margin: 0 1.5rem 0 0;
            width: 544px;
            height: 341px; }
            .three-image-block-layout .image-block .img-slider .img-item.video-item {
              height: 341px; }
          .timeline-slider-layout .timeline-slider .right-block .title {
            font-size: 1.0625rem;
            margin-bottom: 1.25rem; }
            .two-column-content-with-benefits-grid .two-column-wrapper .certified-block .certified .title {
              font-size: 1.375rem; }
      .two-column-hero .grid-item {
        width: 50%; }
      .two-column-hero .heading {
        margin-bottom: 0.9375rem;
        font-size: 4.125rem; }
      .two-column-hero .subheading {
        margin-bottom: 1.25rem; }
      .two-column-hero .content {
        margin-bottom: 0;
        padding-right: 3.75rem; }
      .two-column-hero .image {
        margin: 3.125rem 3.75rem; }
      .two-column-hero .shape {
        display: block; }
      .two-column-hero.video-style-iframe .image {
        margin: 2.5rem 3.125rem; }
      .two-column-hero.style-bleed {
        min-height: 500px;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
            align-items: center; }
      .two-column-hero.style-bleed .image {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        margin: 0;
        border-radius: 0; }
        .two-column-hero.style-bleed .hexagon {
          width: 340px;
          height: 340px;
          top: -170px;
          left: -80px; }
        .two-column-hero.style-bleed .content-container {
          padding: 0; }
      .two-column-with-bullet-list-layout .section-title {
        font-size: 1.75rem;
        margin: 0 0 3.125rem; }
        .two-column-with-bullet-list-layout .bullet-list-wrapper .bullet-list {
          width: 45%; }
      .two-column-form-layout.cta-style .two-column-form-wrapper .content-block h2 {
        font-size: 2.5rem; }
      .two-column-form-layout .section-title {
        font-size: 1.5rem;
        margin-bottom: 3.75rem; }
    .two-column-with-image-layout {
      padding-top: 10.625rem; }
      .two-column-with-image-layout .image-block {
        width: 44%;
        margin-left: 2%; }
        .two-column-with-image-layout .image-block .image {
          max-width: 400px; }
        .two-column-with-image-layout .content-block .title {
          font-size: 3.25rem; }
        .two-column-with-image-layout .content-block .sub-title {
          font-size: 1.5rem; }
        .two-column-with-image-layout .content-block .actions {
          gap: 16px; }
        .two-column-with-list-layout .content-block .section-title {
          font-size: 1.625rem; }
    .layout-related-posts .heading {
      font-size: 1.5rem; }
    .layout-related-posts .posts-container {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .layout-related-posts .posts-container .blog-list-item {
        width: calc(100% - 20px);
        margin: 0 1.25rem; }
        .layout-related-posts .posts-container .blog-list-item .entry-buttons {
          display: block; }
      .layout-related-posts .posts-container .blog-list-item .share-buttons {
        margin: 0.3125rem 0 0; }
    .logo-grid .logo-item {
      margin: 1.25rem 3.125rem; }
      .two-column-cta .cta-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .two-column-cta .cta-item {
        width: calc(50% - 20px);
        padding: 2.8125rem; }
        .two-column-cta .cta-item:first-child {
          margin-bottom: 0; }
      .two-column-content-with-heading-layout .section-title {
        font-size: 1.625rem; }
      .two-column-image-banner .grid-item {
        width: 50%; }
      .two-column-image-banner .heading {
        margin-bottom: 0.9375rem;
        font-size: 3.4375rem; }
      .two-column-image-banner .subheading {
        margin-bottom: 1.25rem; }
      .two-column-image-banner .content {
        margin-bottom: 0;
        padding-right: 3.75rem; }
      .two-column-image-banner .graphic-image {
        padding: 3.125rem 3.75rem; }
      .two-column-image-banner .shape {
        display: block; }
    .blog-list-item {
      margin: 0 0 2.875rem 0; }
      .blog-list-item.cta {
        margin-bottom: 2.875rem;
        padding: 3.125rem 6.25rem; }
    .entry-info {
      padding: 1em 2em 2em; }
    .entry-buttons {
      left: 2em;
      width: calc(100% - 4em); }
    .single-post .blog-post {
      margin: 3em auto; }
    .related-posts {
      margin-bottom: 3em; }
      .related-posts .related-title {
        margin-bottom: 3.125rem;
        padding-top: 3.125rem;
        font-size: 1.5rem; }
        .cs-gallery-slider .cs-slider-wrapper .img-slider {
          width: 900px; }
    .product-two-column-content-layout {
      padding: 3.125rem 0; }
      .product-two-column-content-layout .section-title {
        font-size: 1.625rem; }
      .product-two-column-content-layout .two-column-block {
        padding: 3.125rem; }
    .case-study-posts {
      padding: 3.75rem 0 5rem; }
      .case-study-posts .section-title {
        font-size: 1.625rem;
        margin-bottom: 2.5rem; }
        .case-study-posts .post-container .list-item {
          margin: 0 1.25rem; }
        .search-tab-section .tabbed-content-tabs .tabs {
          height: 80px;
          margin: 0 0.625rem;
          line-height: 5rem; }
          .search-tab-section .tabbed-content .content-box-item .quick-view {
            padding-left: 1.25rem;
            background-size: 16px; }
      .special-certificate-hero .back-to-post {
        top: 140px; }
    .checkout-cart-index .cart-container .cart.table-wrapper .col.price,.checkout-cart-index .cart-container .cart.table-wrapper .col.qty,.checkout-cart-index .cart-container .cart.table-wrapper .col.remove,.checkout-cart-index .cart-container .cart.table-wrapper .col.subtotal {
      width: 150px; }
      .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .product-item-name {
        font-size: 1.125rem; }
      .checkout-cart-index .cart-container .cart.table-wrapper .product-item-details .model-title {
        margin: 0.625rem 0 0.3125rem; }
      .checkout-cart-index .cart-container .cart.table-wrapper .price-excluding-tax .cart-price {
        font-size: 1.125rem; }
      .checkout-cart-index .cart-container .cart-summary .cart-totals {
        width: 40%; }
        .checkout-index-index .opc-progress-bar .opc-progress-bar-item span {
          font-size: 1.875rem; }
  .checkout-index-index .checkout-container .opc-wrapper {
    width: 66.66666667%;
    padding-right: 1.875rem; }
    .checkout-index-index .checkout-container .opc-sidebar {
      width: 33.33333333%; }
    .page-with-filter.amasty_xlanding-page-view .default-header {
      padding-top: 10.625rem; }
      .page-with-filter.amasty_xlanding-page-view .default-header .image-block {
        width: 44%;
        margin-left: 2%; }
        .page-with-filter.amasty_xlanding-page-view .default-header .content-block h1 {
          font-size: 3.25rem; }
        .page-with-filter.amasty_xlanding-page-view .default-header .content-block h2 {
          font-size: 1.5rem; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item {
        padding-bottom: 4rem; }
        .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .quick-view {
          padding-left: 1.25rem;
          background-size: 16px; }
  .amasty_xlanding-page-view .page-main {
    padding-top: 7.5rem !important; }
      .amasty_xlanding-page-view .two-column-form-layout .two-column-form-wrapper .content-block {
        padding-right: 3.125rem; }
          .amasty_xlanding-page-view .content-with-icon-grid .content-block .content .title {
            font-size: 2.5rem;
            line-height: 3.125rem; }
    .amasty_xlanding-page-view .testimonial-slider-layout {
      margin-bottom: 6.25rem; }
      .amasty_xlanding-page-view .multicolumn-content-grid .content-area .title {
        font-size: 2.5rem;
        line-height: 2.875rem; }
    .amasty_xlanding-page-view .cta-layout {
      padding-top: 2.5rem; }
        .amasty_xlanding-page-view .cta-layout .two-column-image-with-content .content .right-col {
          text-align: left; }
        .amasty_xlanding-page-view .faq-list .container .faq-heading {
          font-size: 1.75rem; }
        .login-container .block .block-title {
          padding: 1.875rem;
          font-size: 1.25rem; }
        .login-container .block .block-content {
          padding: 1.875rem 2.5rem; }
    .form.create.account,.form.password.forget,.form.password.reset,.form.send.confirmation {
      padding: 1.875rem 2.5rem; }
        .form.create.account .fieldset .legend,.form.password.forget .fieldset .legend,.form.password.reset .fieldset .legend,.form.send.confirmation .fieldset .legend {
          font-size: 1.5rem; }
      .account .page-wrapper .page-title-wrapper .page-title {
        font-size: 2.5rem; }
    .catalog-product-view.page-layout-1column .product.media {
      width: 44%;
      padding-left: 2%; }
    .catalog-product-view.page-layout-1column .product-info-main {
      width: 52%; }
          .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title .base span {
            font-size: 3.25rem; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .model-number .type {
            font-size: 1.25rem; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .model-number .value {
            font-size: 1.25rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-sticky-tab .data-sticky-tab-title .data-anchor {
            font-size: 1.125rem;
            padding: 0.9375rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .data-item-title {
            margin-bottom: 0; }
              .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items {
                padding: 3.125rem 0; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-info .quick-view {
                      padding-left: 1.25rem;
                      background-size: 16px; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .price-qty-wrapper .price-box {
                        margin: 0 3.75rem 0 0; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions {
                      -ms-flex-direction: row;
                          flex-direction: row; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-primary {
                        width: 50%; }
                      .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions .actions-secondary {
                        padding: 0 0 0 0.3125rem;
                        width: 50%; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .data-item-title {
            padding-bottom: 2.5rem;
            margin-bottom: 2.5rem;
            font-size: 1.5rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .data-item-content .description {
            padding: 0 1.25rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .data-item-content .description .value {
            column-count: 2;
            column-gap: 50px;
            -webkit-column-gap: 50px;
            -moz-column-gap: 50px; }
            .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes li {
              width: 98%;
              -ms-flex-direction: row;
                  flex-direction: row;
              padding: 0.625rem; }
              .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes li .label {
                padding: 0 0.625rem; }
              .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .additional-attributes li .data {
                text-align: right; }
      .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions {
        -ms-flex-pack: start;
            justify-content: flex-start; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions.two-column .dimensions-item:nth-child(2n+0) {
            margin-right: 0%; }
        .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions .dimensions-item {
          width: 32%;
          margin-right: 2%;
          margin-bottom: 1.875rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions .dimensions-item:nth-child(2n+0) {
            margin-right: 2%; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-dimensions .dimensions-item:nth-child(3n+0) {
            margin-right: 0; }
    .product-quick-view {
      padding: 6.25rem 3.125rem; }
          .product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample {
            -ms-flex-direction: row;
                flex-direction: row; }
            .product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample .action-request-quote,.product-quick-view .quick-view-details .quick-view-content-block .cart-request-sample .actions-primary {
              width: 48%;
              margin: 0; }
    .product-related-resources {
      padding: 4.375rem 0; }
      .product-related-resources .section-title {
        margin-bottom: 3.75rem; }
      .cms-configurator .hero-layout::before {
        left: 140px; }
      .cms-configurator .hero-layout::after {
        width: 600px;
        height: 135%;
        margin-top: -29%; }
        .cms-configurator .hero-layout .banner-content::after {
          width: 135px;
          height: 244%; }
      .cms-configurator .hero-layout .title {
        font-size: 2.5em;
        line-height: 2.875rem; }
      .configurator-wrapper .series-details .accessory-attribute-cover .attribute-details {
        margin-left: 0; }
      .configurator-wrapper .configurator-result {
        width: 370px; }
        .configurator-wrapper .configurator-result .configurator-wrap {
          width: 340px;
          margin-right: 1.875rem;
          top: 30px; }
      .cms-product-id .hero-layout::before {
        display: block;
        left: 80px;
        height: 850px;
        width: 130px;
        margin-top: -20rem; }
      .cms-product-id .hero-layout::after {
        display: block;
        width: 600px;
        height: 580px;
        margin-top: -20.625rem;
        margin-right: -26.25rem; }
        .cms-product-id .hero-layout .banner-content::after {
          margin-top: 5rem; }
      .cms-product-id .hero-layout .title {
        font-size: 2.5em;
        line-height: 2.875rem; }
    .cms-product-id .column-content-layout.two-column .two-column-block {
      padding-top: 3.125rem; }
        .cms-product-id .product-listing .product-items.product-count-below-3 .product-items-cover .product-item {
          padding: 0 1rem; }
        .cms-product-id .product-listing .product-items.product-count-below-4 .product-items-cover .product-item {
          width: 25%;
          padding: 0 1rem; }
          .cms-product-id .product-listing .product-items-cover .product-item .quick-look {
            left: 16px;
            width: calc(100% - 32px); }
              .cms-product-id .product-listing .product-grid-details .quick-look-wrapper .quick-look-content .config-attributes .product-link .button {
                width: 70%; }
    .catalog-category-view .category-view {
      padding-top: 10.625rem; }
      .catalog-category-view .category-view .category-image-container {
        width: 44%;
        margin-left: 2%; }
          .catalog-category-view .category-detail-container .page-title-wrapper .page-title .base span {
            font-size: 3.25rem; }
      .catalog-category-view .category-description .description-title {
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
        font-size: 1.5rem; }
        .catalog-category-view .product-category-anchor-bar .product-data-sticky-tab .data-sticky-tab-title .data-anchor {
          font-size: 1.125rem;
          padding: 0.9375rem; }
    .catalog-category-view .column-content-layout.one-column .content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
        .page-wrapper .page-title-wrapper .page-title {
          font-size: 3.25rem; }
    .amasty_xlanding-page-view #main,.amasty_xlanding-page-view #maincontent,.catalog-category-view #main,.catalog-category-view #maincontent,.catalog-product-view #main,.catalog-product-view #maincontent,.single-vtl_landing_page #main,.single-vtl_landing_page #maincontent {
      padding-top: 0; }
  .amasty_xlanding-page-view .product-info-media-additional,.catalog-category-view .product-info-media-additional,.catalog-product-view .product-info-media-additional,.single-vtl_landing_page .product-info-media-additional {
    padding-top: 10.625rem; } }
    @media screen and (min-width: 68.75em) {
        .resource-grid .no-results .heading {
          font-size: 3.125rem;
          line-height: 3.75rem; }
        .resource-gate-content .content-wrapper .heading {
          font-size: 3.125rem; }
      .body-footer .footer-nav {
        width: 50%; }
    .main-menu .menu-item-top-level {
      margin-left: 0.3125rem; }
      .main-menu .menu-item-top-level > .menu-item-link {
        font-size: 1rem; }
      .main-menu .menu-item-top-level.request-quote .menu-item-link {
        padding: 0.3125rem 0.9375rem;
        width: 184px;
        font-size: 1rem; }
      .utility-nav a {
        font-size: 1rem; }
          .column-content-with-slider-layout .slider-wrapper .left-block .img-slider {
            width: 500px; }
            .column-content-with-slider-layout .slider-wrapper .left-block .img-slider .img-item {
              width: 500px; }
        .column-content-with-slider-layout .slider-wrapper .right-block {
          width: 40%;
          padding: 0 5% 0 0; }
    .two-column-form-layout.cta-style .two-column-form-wrapper.form-left-position .form-block {
      width: 46.5%;
      padding: 0; }
    .two-column-form-layout.cta-style .two-column-form-wrapper.form-left-position .content-block {
      width: 38.6%;
      padding: 0; }
    .two-column-form-layout.cta-style .two-column-form-wrapper .form-block {
      padding: 0; }
        .two-column-with-list-layout .content-block .list-block {
          padding: 0 2.5rem 0.625rem; }
                  .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-info {
                    width: 180px;
                    margin-right: 1.25rem; }
          .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items .product-data-item .data-item-content .description .value {
            column-gap: 100px;
            -webkit-column-gap: 100px;
            -moz-column-gap: 100px; }
      .cms-configurator .hero-layout .title {
        font-size: 3.4375em;
        line-height: 3.625rem; }
        .configurator-wrapper .series-details .filter-attributes-form {
          width: 62%; }
      .cms-product-id .hero-layout .title {
        font-size: 3.4375em;
        line-height: 3.625rem; }
        .cms-product-id .product-listing .product-items-cover .product-item {
          width: 25%; } }
    @media screen and (min-width: 75em) {
        .gform_wrapper#gform_wrapper_3 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_9 .gf_page_steps .gf_step,.gform_wrapper#gform_wrapper_10 .gf_page_steps .gf_step {
          padding: 1.75em 1.5625rem;
          font-size: 1.25rem; }
      .gform_wrapper#gform_wrapper_5 .gf_page_steps .gf_step {
        padding: 1.75em 0.625rem;
        font-size: 1.125rem; }
    .main-menu .menu-item-top-level {
      margin-left: 0.625rem; }
      .main-menu .menu-item-top-level > .menu-item-link {
        padding: 0.625rem 0.9375rem; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .title {
            font-size: 1.375rem;
            line-height: 1.625rem; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .desc {
            margin: 0.9375rem 0; }
      .blog-header .blog-heading {
        background-position: top -130px right -60px, 350px -125px; }
        .column-content-with-slider-layout .slider-wrapper .right-block {
          width: 50%;
          padding: 0 5%; }
        .cta-layout .full-width-centerd .overlay-image {
          background-position: top -260px left 160px, center top -230px, bottom 80px right -60px; }
          .four-column-attribute-cards .four-column-wrapper .cards .card {
            width: 23%;
            padding: 0; }
        .legacy-series-layout .legacy-series-wrapper .legacy-series-item {
          -ms-flex-pack: center;
              justify-content: center; }
          .legacy-series-layout .legacy-series-wrapper .legacy-series-item .img-block {
            margin: 0 0.625rem 0 0; }
        .product-grid-layout .product-grid-wrapper .swipe-products {
          display: none; }
          .product-grid-layout .product-grid-wrapper .product-grid-items .product-grid-item {
            border: none;
            box-shadow: 0 0 0 2px #F2F2F2;
            width: 23%; }
          .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details {
            width: 100%;
            margin: 0; }
      .two-column-content-with-benefits-grid.has-benifit-description .two-column-wrapper .content-block {
        padding: 0 2%; }
        .two-column-content-with-benefits-grid .two-column-wrapper .content-block {
          padding: 0 4% 0 5%; }
        .two-column-content-with-benefits-grid .two-column-wrapper .certified-block {
          padding: 0 5%; }
      .two-column-with-image-layout .image-block {
        width: 41%; }
      .two-column-with-image-layout .content-block {
        width: 48.5%; }
      .two-column-with-list-layout .content-block {
        padding: 1.25rem 4.375rem; }
        .two-column-with-list-layout .content-block .list-block {
          padding: 0 4.375rem 0.625rem; }
          .two-column-with-list-layout .content-block .list-block .list {
            width: 40%; }
          .two-column-with-list-layout .content-block .list-block .list:nth-child(odd) {
            width: 52%; }
        .layout-related-posts .posts-container .blog-list-item .entry-buttons {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
      .layout-related-posts .posts-container .blog-list-item .share-buttons {
        margin: 0 0 0 0.9375rem; }
            .search-tab-section .tabbed-content .content-box-item .entry-actions .request-a-quote {
              font-size: 1rem;
              padding: 0.9375rem 0.3125rem 0.9375rem 1.875rem; }
            .search-tab-section .tabbed-content .content-box-item .entry-actions .link {
              padding: 0.9375rem 0.3125rem 0.9375rem 1.25rem; }
              .search-tab-section .tabbed-content .content-box-item .entry-actions form .tocart {
                padding: 0.9375rem 1.875rem 0.9375rem 0.3125rem; }
      .page-with-filter.amasty_xlanding-page-view .default-header .image-block {
        width: 41%; }
      .page-with-filter.amasty_xlanding-page-view .default-header .content-block {
        width: 48.5%; }
      .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main {
        width: 21%; }
      .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item {
        width: 30.8%;
        margin: 0 1.2% 1.875rem; }
          .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .request-a-quote {
            padding: 0.9375rem 1.25rem 0.9375rem 0.3125rem; }
          .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .link {
            padding: 0.9375rem 0.3125rem 0.9375rem 1.25rem; }
          .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions form .tocart {
            padding: 0.9375rem 1.875rem 0.9375rem 0.3125rem; }
        .amasty_xlanding-page-view .content-with-icon-grid .icon-grid-block .icon-grid-item {
          width: 24%;
          margin: 0; }
          .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item {
            width: 30%;
            margin-left: calc((100% - 3 * 30%) / 3); }
            .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1),.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item:nth-child(3n+1) {
              margin-left: 0; }
    .catalog-product-view.page-layout-1column .product.media {
      width: 41%; }
    .catalog-product-view.page-layout-1column .product-info-main {
      width: 55%; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions {
        -ms-flex-direction: row;
            flex-direction: row; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart {
          width: 60%; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions {
          width: 36%;
          margin: 0; }
                    .catalog-product-view.page-layout-1column .product.info.detailed .product-data-items #catalog-product-related.product-data-item .spare-parts-wrapper .products-related .product-items .product-item .product-item-details .product-item-actions {
                      width: 80%; }
      .product-quick-view .quick-view-image {
        width: 30%; }
      .product-quick-view .quick-view-details {
        width: 65%; }
        .product-quick-view .quick-view-details .quick-view-content-block {
          -ms-flex-direction: row;
              flex-direction: row; }
          .product-quick-view .quick-view-details .quick-view-content-block .quick-view-content {
            width: 60%; }
          .product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions {
            width: 36%;
            margin: 0;
            padding: 1.25rem; }
          .product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .red-border-button {
            margin-bottom: 0.625rem; }
            .product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .red-border-button,.product-quick-view .quick-view-details .quick-view-content-block .quick-view-actions .tocompare {
              width: 100%;
              margin-bottom: 1rem;
              padding: .5em 1em; }
          .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper {
            -ms-flex-pack: justify;
                justify-content: space-between; }
            .product-quick-view .quick-view-details .quick-view-content-block .price-qty-wrapper .price-box {
              margin-right: 0; }
          .product-quick-view .quick-view-details .quick-view-content-block .actions-secondary {
            -ms-flex-flow: column;
                flex-flow: column;
            width: 100%; }
            .product-quick-view .quick-view-details .quick-view-content-block .actions-secondary .whishlist {
              width: 100%;
              padding: 0.625rem 1.25rem;
              font-size: 1rem; }
      .cms-configurator .hero-layout::before {
        width: 145px;
        height: 180%; }
      .cms-configurator .hero-layout::after {
        width: 800px;
        height: 150%; }
      .cms-product-id .hero-layout::before {
        left: 140px;
        width: 150px;
        height: 180%;
        margin-top: -21%; }
      .cms-product-id .hero-layout::after {
        width: 700px;
        height: 150%;
        margin-top: -34%;
        margin-right: -30%; }
        .cms-product-id .hero-layout .banner-content::after {
          width: 163px;
          height: 400%; }
        .cms-product-id .product-listing .product-items.product-count-below-3 .product-items-cover .product-item {
          padding: 0 1.25rem; }
        .cms-product-id .product-listing .product-items.product-count-below-4 .product-items-cover .product-item {
          padding: 0 1.25rem; }
        .cms-product-id .product-listing .product-items-cover .product-item {
          width: 20%; }
          .cms-product-id .product-listing .product-items-cover .product-item .quick-look {
            left: 20px;
            width: calc(100% - 40px); }
      .catalog-category-view .category-view .category-image-container {
        width: 41%; }
    .catalog-category-view .category-detail-container {
      width: 48.5%; }
        .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .image-block {
          width: 35%; }
        .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .content-block {
          width: 50%; }
        .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block {
          width: 50%; }
            .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
              .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li p:first-child,.catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li span:first-child {
                width: 45%;
                padding-right: 5%; }
              .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li p:nth-child(2),.catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li span:nth-child(2),.catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .spec-block ul li ul {
                width: 50%; } }
    @media screen and (min-width: 81.25em) {
    .two-column-form-layout.cta-style {
      background-position: calc(50% - 178px) bottom; }
      .product-quick-view .quick-view-image {
        width: 35%; }
      .product-quick-view .quick-view-details {
        width: 60%; } }
    @media screen and (min-width: 83.75em) {
            .search-tab-section .tabbed-content .content-box-item .entry-actions .request-a-quote {
              padding: 0.9375rem; }
            .search-tab-section .tabbed-content .content-box-item .entry-actions .link {
              padding: 0.9375rem 0.9375rem 0.9375rem 1.25rem; }
              .search-tab-section .tabbed-content .content-box-item .entry-actions form .tocart {
                padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem; }
          .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .request-a-quote {
            font-size: 1rem;
            padding: 0.9375rem 1.25rem 0.9375rem 0.625rem; }
          .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions .link {
            font-size: 1rem;
            padding: 0.9375rem 0.625rem 0.9375rem 1.25rem; }
          .page-with-filter.amasty_xlanding-page-view .columns #amasty-shopby-product-list .content-box-item .entry-actions form .tocart {
            padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem; } }
    @media screen and (max-width: 37.5em) {
  .core table {
    width: 100%; }
  .core thead {
    display: none; }
  .core tr:nth-of-type(2n) {
    background-color: inherit; }
  .core tr td:first-child {
    background: rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 1em; }
  .core tbody td {
    display: block;
    text-align: center; }
  .core tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center; }
    .catalog-category-view .category-detail-container .category-cta-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column; }
      .catalog-category-view .category-detail-container .category-cta-list .configure-cta {
        margin-bottom: 1.25rem; } }
    @media screen and (max-width: 37.4375em) {
    .body-header {
      height: 130px; }
  .main-nav .mega-nav-menu-item .menu-link {
    margin-top: 1.625rem;
    padding: 0 0.9375rem; }
  .main-nav .mega-nav-menu-item .mega-menu.r-tabs .r-tabs-nav .r-tabs-anchor {
    padding: 0.3125rem 0.625rem;
    font-size: 1rem; }
      .cta-layout .full-width-large {
        padding-top: 12.5rem;
        background-size: auto 200px !important; }
            .three-image-block-layout .image-block .img-slider .img-item img {
              width: 100%;
              max-width: 100%; }
            .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-quantity-block .label {
              margin: 0.9375rem 0; }
        .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title {
          margin: 0; }
          .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title .base span {
            text-align: center; }
      .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions {
        -ms-flex-direction: column;
            flex-direction: column; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart {
          width: 100%;
          text-align: center; }
            .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-info-price .price-box {
              margin-bottom: 1.25rem; }
          .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-cart-cta {
            float: right;
            width: auto;
            -ms-flex-direction: column;
                flex-direction: column; }
            .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-cart-cta .cta-item {
              width: 100%;
              margin: 0 0 0.3125rem; }
              .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-cart-cta .cta-item .button {
                padding: 1em 1em; }
              .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block {
                -ms-flex-direction: column;
                    flex-direction: column; }
                .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-overview-cart .product-add-form .box-tocart .product-quantity-block .label {
                  margin: 0.9375rem 0; }
        .catalog-product-view.page-layout-1column .product-info-main .product-info-main-cart-actions .product-info-main-document-actions {
          width: 100%;
          margin: 1.875rem 0; }
          .configurator-wrapper .series-details .series-attribute .additional-text {
            left: -110px;
            top: -40px; }
            .configurator-wrapper .series-details .series-attribute .additional-text:before {
              border-top: 7px solid #A32136;
              border-left: 7px solid transparent;
              border-right: 7px solid transparent;
              bottom: -7px;
              left: 50%;
              transform: translateX(-50%); }
        .catalog-category-view .category-detail-container .page-title-wrapper .page-title {
          margin: 0; }
          .catalog-category-view .category-detail-container .page-title-wrapper .page-title .base span {
            text-align: center; } }
    @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 0.3125rem; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 0.1875rem 0.3125rem;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 2.1875rem;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
    @media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 0.375rem;
    padding-right: 0.375rem; } }
    @media screen and (max-width: 24.9375em) {
  .checkout-cart-index .cart-container .cart.table-wrapper .col.price,.checkout-cart-index .cart-container .cart.table-wrapper .col.qty {
    height: auto;
    width: 50%;
    border: none;
    padding-bottom: 0; }
  .checkout-cart-index .cart-container .cart.table-wrapper .col.remove {
    width: 50% !important; } }
    @media screen and (max-width: 75em) {
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset.applied {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset.applied .field {
          -ms-flex-pack: center;
              justify-content: center;
          width: 100%;
          margin-bottom: 1.25rem; }
        .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset.applied .actions-toolbar {
          margin: 0 auto; } }
    @media screen and (max-width: 56.25em) {
          .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset.applied #coupon_code {
            max-width: 140px !important; } }
    @media screen and (max-width: 48em) {
      .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form {
        gap: 5px; }
          .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field input:not([type='radio']):not([type='checkbox']),.checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field select:not([type='radio']):not([type='text']) {
            transition: none; }
          .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field label {
            width: 100%; }
        .checkout-index-index .checkout-container .table-checkout-shipping-method .myshipping-form .field .control {
          width: 100%; }
            .page-with-filter.amasty_xlanding-page-view .columns .sidebar-main .filter-options-content a.amshopby-link-selected:after {
              top: 7px; } }
    @media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important; } }
    @media screen and (max-width: 49.9375em) {
    .filter-bar .filter-dropdown-items {
      box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
      margin-top: 0.4375rem; }
      .filter-bar .filter-dropdown-items .dropdown-menu {
        border: 1px solid #DBDBDB;
        border-top: none;
        border-bottom: none;
        background: #fff; }
        .filter-bar .filter-dropdown-items .dropdown-menu:first-child {
          border-top: 1px solid #DBDBDB;
          border-radius: 6px 6px 0 0; }
        .filter-bar .filter-dropdown-items .dropdown-menu:last-child {
          border-bottom: 1px solid #DBDBDB;
          border-radius: 0 0 6px 6px; }
        .filter-bar .filter-dropdown-items .dropdown-menu .options {
          padding: 0 1.875rem 1.25rem; }
          .filter-bar .filter-dropdown-items .dropdown-menu .options .option {
            margin: 0;
            padding: 0.3125rem 0 0.625rem 1.8em; }
        .filter-bar .filter-dropdown-items .dropdown-menu .dropdown-label {
          color: #565A5F;
          padding: 0 2.1875rem 0 1.25rem;
          font-weight: 600;
          text-transform: none;
          color: #09244A;
          letter-spacing: 0;
          line-height: 3.125rem;
          height: 50px; }
          .filter-bar .filter-dropdown-items .dropdown-menu .dropdown-label .caret {
            border-color: #999;
            right: 20px; }
    .body-header {
      padding-top: 2.5rem;
      height: 130px; }
        .body-header .main-logo img {
          height: 75px; }
    .main-menu {
      width: 100%;
      position: absolute;
      left: 0;
      padding: 0.625rem 1.25rem 1.25rem;
      background: #fff;
      list-style-type: none;
      text-align: left;
      transition: all .25s ease;
      display: inline-block !important;
      z-index: 1;
      transition: 0.2s ease;
      visibility: hidden;
      transform: translateY(30px);
      opacity: 0;
      top: calc(100% - 2px); }
      .main-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: 0.2s ease;
        display: inline-block !important; }
    .main-nav .mega-menu-container .container {
      padding: 0; }
  .main-nav .mega-nav-menu-item {
    display: block; }
    .main-nav .mega-nav-menu-item .menu-link {
      height: 40px;
      margin-top: 1.625rem;
      padding: 0 0.9375rem;
      border: 1px solid transparent;
      border: 1px solid #DBDBDB;
      border-radius: 10px;
      box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
      background: #fff;
      line-height: 2.5rem;
      text-align: center; }
    .main-nav .mega-nav-menu-item.active .menu-link,.main-nav .mega-nav-menu-item:hover .menu-link {
      border: 1px solid #DBDBDB;
      border-radius: 10px;
      box-shadow: 0 8px 12px 0px rgba(0, 0, 0, 0.08);
      background: #fff; }
    .main-nav .mega-nav-menu-item .mega-menu {
      border-radius: 0;
      background: #fff; }
      .main-nav .mega-nav-menu-item .mega-menu.r-tabs .r-tabs-nav .r-tabs-anchor {
        padding: 0.3125rem 0.9375rem; }
    .main-nav .mega-nav-menu-item.active > .mega-menu-container {
      transform: translateY(0);
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s; }
    .main-nav .series-menu {
      position: inherit;
      display: block;
      margin-right: 0.625rem;
      padding: 0;
      border: none;
      box-shadow: none;
      background: none; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .pro-img {
            float: left;
            width: 30%;
            margin: 0 1.25rem 0 0; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .title {
            margin-left: 1.25rem;
            padding-left: 30%; }
          .main-nav .series-menu .mega-menu-container .mega-menu .tab-panel-items .series-link .more {
            display: block;
            margin-left: 1.25rem;
            padding-left: 30%; }
    .utility-nav {
      position: absolute;
      top: 0;
      left: 0;
      background: #DBDBDB;
      height: 40px;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .cta-layout .full-width-large {
        padding-top: 18.75rem;
        background-size: auto 300px !important;
        background-repeat: no-repeat !important; }
        .cta-layout.case-study-slider-layout .full-width-large {
          padding-top: 0; }
          .checkout-cart-index .cart-container .cart-summary .shipping-discount-wrapper .discount .fieldset.applied #coupon_code {
            max-width: 200px !important; }
    .amasty_xlanding-page-view .faq-list.pad-top-large {
      padding-top: 2.1875rem; }
        .catalog-category-view .product-category-anchor-bar .product-data-items .product-data-item .content-block ul {
          list-style-type: none; } }
    @media screen and (max-width: 62.4375em) {
      .amasty_xlanding-page-view .cta-layout .two-column-image-with-content .content .left-col {
        background-size: cover !important; }
          .customer-account-edit .sidebar-additional .block-reorder .actions-toolbar .primary,.customer-account-index .sidebar-additional .block-reorder .actions-toolbar .primary,.customer-address-form .sidebar-additional .block-reorder .actions-toolbar .primary,.customer-address-index .sidebar-additional .block-reorder .actions-toolbar .primary,.customer-paymentinfo-index .sidebar-additional .block-reorder .actions-toolbar .primary,.newsletter-manage-index .sidebar-additional .block-reorder .actions-toolbar .primary,.sales-order-creditmemo .sidebar-additional .block-reorder .actions-toolbar .primary,.sales-order-history .sidebar-additional .block-reorder .actions-toolbar .primary,.sales-order-invoice .sidebar-additional .block-reorder .actions-toolbar .primary,.sales-order-view .sidebar-additional .block-reorder .actions-toolbar .primary,.wishlist-index-index .sidebar-additional .block-reorder .actions-toolbar .primary,.wishlist-index-share .sidebar-additional .block-reorder .actions-toolbar .primary {
            text-align: center;
            width: 100%; }
        .customer-account-edit .sidebar-additional .block-reorder .actions-toolbar .secondary,.customer-account-index .sidebar-additional .block-reorder .actions-toolbar .secondary,.customer-address-form .sidebar-additional .block-reorder .actions-toolbar .secondary,.customer-address-index .sidebar-additional .block-reorder .actions-toolbar .secondary,.customer-paymentinfo-index .sidebar-additional .block-reorder .actions-toolbar .secondary,.newsletter-manage-index .sidebar-additional .block-reorder .actions-toolbar .secondary,.sales-order-creditmemo .sidebar-additional .block-reorder .actions-toolbar .secondary,.sales-order-history .sidebar-additional .block-reorder .actions-toolbar .secondary,.sales-order-invoice .sidebar-additional .block-reorder .actions-toolbar .secondary,.sales-order-view .sidebar-additional .block-reorder .actions-toolbar .secondary,.wishlist-index-index .sidebar-additional .block-reorder .actions-toolbar .secondary,.wishlist-index-share .sidebar-additional .block-reorder .actions-toolbar .secondary {
          width: 100%; }
          .customer-account-edit .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.customer-account-index .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.customer-address-form .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.customer-address-index .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.customer-paymentinfo-index .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.newsletter-manage-index .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.sales-order-creditmemo .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.sales-order-history .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.sales-order-invoice .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.sales-order-view .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.wishlist-index-index .sidebar-additional .block-reorder .actions-toolbar button.action.primary,.wishlist-index-share .sidebar-additional .block-reorder .actions-toolbar button.action.primary {
            width: 100%; } }
    @media screen and (max-width: 47.9375em) {
    .content-with-media-layout .image-block {
      border-radius: 0;
      height: 320px !important; }
    .checkout-cart-index .cart-container .cart.table-wrapper th.col.remove {
      display: none; }
  .checkout-cart-index .cart-container .cart.table-wrapper .col.remove {
    display: block;
    width: 10%;
    float: left; }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.item:last-child .col.price,.checkout-cart-index .cart-container .cart.table-wrapper .cart.item:last-child .col.qty,.checkout-cart-index .cart-container .cart.table-wrapper .cart.item:last-child .col.remove,.checkout-cart-index .cart-container .cart.table-wrapper .cart.item:last-child .col.subtotal {
    border-bottom: none;
    padding-bottom: 0;
    height: auto; }
  .checkout-index-index .checkout-container .opc-wrapper .step-title {
    padding: 0 0.9375rem 1.25rem; }
    .checkout-index-index .checkout-container .opc-sidebar {
      z-index: 1001 !important; }
      .checkout-index-index .checkout-container .opc-sidebar.custom-slide._show .modal-inner-wrap {
        background: #fff; }
        .checkout-index-index .checkout-container .opc-sidebar.custom-slide._show .modal-inner-wrap .opc-block-summary {
          background: #fff; }
        .checkout-index-index .checkout-container .opc-sidebar.custom-slide._show .modal-inner-wrap .action-close {
          cursor: pointer;
          outline: none; }
  .checkout-index-index .checkout-container .modal-custom-overlay {
    z-index: 1000 !important; }
      .checkout-index-index .checkout-container .opc-block-summary .items-in-cart > .title {
        border-bottom: 1px solid #edeced; }
              .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions {
                margin-top: 0.3125rem; }
          .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-photo {
            margin-right: 0; }
          .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions {
            margin-top: 1.25rem; }
            .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.edit {
              margin-top: 0.625rem;
              float: none;
              display: block; }
            .customer-account-edit .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.customer-account-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.customer-address-form .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.customer-address-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.customer-paymentinfo-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.newsletter-manage-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.sales-order-creditmemo .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.sales-order-history .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.sales-order-invoice .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.sales-order-view .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.wishlist-index-index .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete,.wishlist-index-share .page-wrapper .columns .column.main .products-grid.wishlist .product-items .product-item .product-item-actions .action.delete {
              float: none;
              margin-top: 0.3125rem; }
    .catalog-product-view .product-info-media-additional .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0; }
    .catalog-product-view.page-layout-1column .fotorama__stage {
      border-radius: 0;
      height: 400px !important; }
      .catalog-product-view.page-layout-1column .product.media .gallery-placeholder._block-content-loading {
        border-radius: 0;
        height: 400px !important; }
      .catalog-category-view .category-view .fotorama__stage {
        border-radius: 0;
        height: 320px !important; } }
    @media screen and (max-width: 62.5em) {
      .cta-layout .two-column-image-with-content {
        padding-bottom: 0;
        background: none !important; }
      .cta-layout .two-column-image-with-form {
        background: none !important; }
    .home-hero .container {
      padding: 0 1.875rem; }
              .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta {
                padding: 0; }
                .product-grid-layout .product-grid-wrapper .product-grid-details-items .product-grid-details .quick-look-wrapper .quick-look-cta .cta-wrapper {
                  max-width: 400px;
                  margin: 0 auto; }
      .two-column-hero.style-bleed {
        padding-bottom: 0; }
        .two-column-hero.style-bleed .container {
          padding: 0; }
  .amasty_xlanding-page-view .two-column-with-image-layout .button {
    font-size: 0.875rem;
    margin-right: 0; }
    .amasty_xlanding-page-view .two-column-with-image-layout .button:first-child {
      margin-right: 1rem; }
          .login-container .block .fieldset .actions-toolbar .secondary {
            width: 100%;
            text-align: left; }
        .form.create.account .actions-toolbar .secondary,.form.password.forget .actions-toolbar .secondary,.form.password.reset .actions-toolbar .secondary,.form.send.confirmation .actions-toolbar .secondary {
          width: 100%;
          text-align: left;
          line-height: 1.5rem; }
        .customer-account-edit .page-wrapper .columns .column.main .actions-toolbar .secondary,.customer-account-index .page-wrapper .columns .column.main .actions-toolbar .secondary,.customer-address-form .page-wrapper .columns .column.main .actions-toolbar .secondary,.customer-address-index .page-wrapper .columns .column.main .actions-toolbar .secondary,.customer-paymentinfo-index .page-wrapper .columns .column.main .actions-toolbar .secondary,.newsletter-manage-index .page-wrapper .columns .column.main .actions-toolbar .secondary,.sales-order-creditmemo .page-wrapper .columns .column.main .actions-toolbar .secondary,.sales-order-history .page-wrapper .columns .column.main .actions-toolbar .secondary,.sales-order-invoice .page-wrapper .columns .column.main .actions-toolbar .secondary,.sales-order-view .page-wrapper .columns .column.main .actions-toolbar .secondary,.wishlist-index-index .page-wrapper .columns .column.main .actions-toolbar .secondary,.wishlist-index-share .page-wrapper .columns .column.main .actions-toolbar .secondary {
          width: 100%;
          text-align: left;
          line-height: 1.5rem; } }
    @media screen and (max-width: 31.1875em) {
          .configurator-wrapper .series-details .series-attribute .additional-text {
            left: 20px;
            top: -40px;
            width: auto;
            position: absolute;
            line-height: 0.875rem;
            text-align: center; } }
    @media screen and (max-width: 50em) {
      .table-layout .table-block {
        overflow: auto; }
    .testimonial-slider-layout {
      padding: 1.875rem 0 0.3125rem 0; }
      .testimonial-slider-layout .testimonial-slider-item {
        padding: 3.125rem 2.1875rem; }
        .testimonial-slider-layout .testimonial-slider-item .content {
          margin-bottom: 0.9375rem;
          min-height: auto;
          font-size: 1.25rem; }
          .testimonial-slider-layout .testimonial-slider-item .content::after {
            top: -50px;
            left: -35px;
            font-size: 3.125rem; }
    .two-column-form-layout.cta-style .two-column-form-wrapper {
      gap: 30px; }
    .single-post .sticky-sidebar-nav.sticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #DBDBDB; } }

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