@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow:600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Hind+Siliguri:500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,600&display=swap");
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 420px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:420px)/";
  width: 420px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:420px) and (max-width:1025px)/";
  width: 420px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:1025px) and (max-width:1400px)/";
  width: 1025px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1400px)/";
  width: 1400px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1400px) and (max-width:1681px)/";
  width: 1400px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 15px; }
  @media (min-width: 420px) {
    html {
      font-size: 15px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 15px; } }
  @media (min-width: 1400px) {
    html {
      font-size: 15px; } }

body {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.73333rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: black;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.73333rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2.03333rem 0 1.96667rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.4rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.06667rem;
  width: 1.06667rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.13333rem;
  margin-left: -1.46667rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.46667rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2.03333rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.73333rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.73333rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #cccccc;
  color: white;
  font-size: 1rem;
  padding: 0.93333rem 2.23333rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #999999;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.73333rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #3385d6;
  border-color: #3385d6;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #0066cc;
    border-color: #0066cc;
    color: white; }
  .button--primary:active {
    background-color: #3385d6;
    border: 1px solid #3385d6;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.6rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.73333rem 0.73333rem; }
  .button--icon svg {
    fill: white; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.73333rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.4rem 0.8rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.4rem; }
  .dropdown-menu-item a {
    margin: -0.4rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.73333rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.53333rem; }
  .form-label small {
    color: black;
    font-size: 0.66667rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #999999;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 420px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2.03333rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
    padding-left: 1.9rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #cccccc;
      border-width: 1px;
      height: 1.06667rem;
      left: 0;
      top: 0;
      width: 1.06667rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.93333rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.93333rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(240, 167, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(240, 167, 0, 0.999);
  content: "";
  font-size: 0.93333rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(240, 167, 0, 0.999);
  border: 3px solid white;
  border-radius: 0.93333rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.86667rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.86667rem;
    margin: 0.06667rem 0 0 -2.93333rem;
    width: 2.86667rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.4rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.4rem;
    width: 1.33333rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: white;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.86667rem;
  cursor: pointer;
  display: inline-block;
  height: 1.86667rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.33336rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.33336rem;
  left: 0.19999rem;
  position: absolute;
  top: 0.19999rem;
  transition: all 100ms ease-out;
  width: 1.33336rem; }
  .switch--checked .switch-toggle::before {
    left: 2.33332rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.8;
  position: absolute;
  right: 0.4rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.4rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.73333rem;
  width: 1.73333rem; }
  .switch-label--icon.icon svg {
    height: 1.73333rem;
    width: 1.73333rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2.03333rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.46667rem;
  width: 1.46667rem;
  float: left;
  margin: 0 0 0 -2rem;
  position: relative;
  top: 0.66667rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.2rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.4rem 0 -0.53333rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2.03333rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2.03333rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: black;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: black; }
  .breadcrumb.current {
    color: black;
    cursor: default; }
    .breadcrumb.current a {
      color: black;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: black;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.53333rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.53333rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: black;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 420px) {
    .tab {
      float: left; } }

.tab-title {
  color: black;
  display: block;
  font-size: 15px;
  padding: 0.73333rem 1.46667rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  font-weight: 700; }

@media (min-width: 420px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 420px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 420px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.73333rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.2rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: black;
    font-size: 1rem;
    margin-left: 0.4rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: black;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.33333rem 0.53333rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.73333rem;
  padding: 0.73333rem 1.13333rem 0.73333rem 1.13333rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  .alertBox .button {
    margin: 0 0 0 0.73333rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.13333rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.13333rem; }
  .alertBox-close .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.9rem;
    display: block;
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.9rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2.03333rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 420px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 420px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 420px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 420px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.73333rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.73333rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.33333rem;
    width: 1.33333rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.4rem 0.73333rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.66667rem;
    width: 2.66667rem;
    border-radius: 2.66667rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.73333rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 420px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.4rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 13.33333rem; } }

@media (min-width: 420px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 420px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: black; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.73333rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: black; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #999999;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 4.06667rem;
  margin-top: -1rem;
  padding: 0.66667rem;
  width: 2.66667rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.73333rem;
    width: 1.33333rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 1400px) {
    .slick-next {
      right: -3.4rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1400px) {
    .slick-prev {
      left: -3.4rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.13333rem;
    width: 2.13333rem;
    margin: 0;
    padding: 0.33333rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1rem;
      width: 1rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.nanobar {
  display: none;
  width: 100%;
  height: 0.33333rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
      color: #cccccc; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Barlow", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.13333rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cccccc;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #cccccc;
    color: white;
    font-size: 1rem;
    padding: 0.93333rem 2.23333rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #999999;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #3385d6;
    border-color: #3385d6;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #0066cc;
    border-color: #0066cc;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #3385d6;
    border-color: #3385d6;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #cccccc;
    color: white; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #999999;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: white; }
  .swal2-modal .button + .button {
    margin-left: 0.73333rem; }

html,
body {
  height: auto; }

body {
  padding-top: 88px; }
  @media (min-width: 1025px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2.03333rem;
  margin-top: 2.03333rem; }
  figure > figcaption {
    margin-bottom: -0.53333rem; }

figcaption {
  color: #999999;
  margin-top: 0.73333rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.23333rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.53333rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: black;
  float: left;
  font-weight: 400;
  margin: 0 0.4rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6rem top 0.73333rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.4rem; }

.form-label--inlineSmall small {
  color: black;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.4rem;
  text-transform: none; }

.table {
  margin-top: 2.03333rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 420px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 420px) {
      .table-actions .button + .button {
        margin-left: 0.4rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 420px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 420px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.73333rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.26667rem 1.13333rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 420px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1025px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1400px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }

@media (min-width: 1400px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.88333rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 1025px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.13333rem;
  width: 2.13333rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.13333rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 1025px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.13333rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #3385d6;
      border-color: #3385d6;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #0066cc;
      border-color: #0066cc;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #3385d6;
      border-color: #3385d6;
      color: white; }

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center; }
  @media (min-width: 420px) {
    .breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2.03333rem;
  padding: 2.03333rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.4rem 0 0.73333rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.33333rem;
  margin-top: -0.13333rem;
  width: 1.33333rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.8rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.8rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: black;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.4rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button {
        margin-left: 0.73333rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 1025px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 420px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 1025px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.13333rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 420px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1025px) {
    .tab-title {
      padding: 0.73333rem 1.5rem; } }
  @media (min-width: 1400px) {
    .tab-title {
      padding: 0.73333rem 1.2rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 420px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 1025px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1400px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

@media (min-width: 1025px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 1025px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2.03333rem; } }

@media (min-width: 1025px) {
  .accordion--navList .accordion-block {
    margin-top: 2.03333rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 1025px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.73333rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.2rem; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.9rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: black;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #333333; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.73333rem; }
  .inlineList--labels > li {
    margin-bottom: 0.73333rem;
    margin-left: 0.73333rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.66667rem;
  width: 1.66667rem; }

.alertBox--info {
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.93333rem;
  left: -0.13333rem;
  margin-right: 0.06667rem;
  position: relative;
  top: 0.2rem;
  width: 0.93333rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.73333rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.33333rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.26667rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.2rem; }

.form-actions {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 420px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 420px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.73333rem; }
      @media (min-width: 420px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.73333rem; } }

.form-label--alternate {
  font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.73333rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.4rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.53333rem top 0.53333rem;
  background-size: 1.2rem;
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.6rem 0.8rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.53333rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 420px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1400px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 1400px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.4rem; }
  @media (min-width: 1400px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.73333rem 0 0;
  order: 1; }
  @media (min-width: 1400px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.73333rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.2rem 0.33333rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.33333rem; }

.form-option {
  border: 1px solid #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.53333rem;
  margin-right: 0.53333rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #999999; }
  .form-radio:checked + .form-option {
    border-color: #f0a700;
    box-shadow: 0 0 0 1px #f0a700; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.53333rem;
  padding: 1px 0.4rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.46667rem;
  width: 1.46667rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 420px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.6rem 0.8rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 420px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-img-container {
  max-width: 500px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 1025px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.26667rem; }
  .card-title > a {
    color: #333333;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.2rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.4rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.4rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 420px) {
    .card-body {
      text-align: center; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.73333rem;
    transition: all 0.15s ease; }
    @media (min-width: 420px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: white; }
    .card--alternate:hover .card-body {
      background-color: white; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
  padding-left: 1.9rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cccccc;
    border-width: 1px;
    height: 1.06667rem;
    left: 0;
    top: 0;
    width: 1.06667rem; }
  .navList-action--checkbox::after {
    height: 0.93333rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.93333rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(240, 167, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(240, 167, 0, 0.999);
    content: "";
    font-size: 0.93333rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.53333rem; }
  .navList-action--checkbox:after {
    margin-top: -0.46667rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.26667rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.86667rem;
    width: 0.86667rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.73333rem; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid black;
        margin: 0;
        padding-left: 0.73333rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

.actionBar-section .form-label {
  color: black;
  font-size: 13px;
  line-height: 2.2rem;
  margin-bottom: 0;
  padding-left: 0.73333rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.2rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.2rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.73333rem -0.73333rem 0 0;
  padding: 0.06667rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 420px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1025px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.73333rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.86667rem;
      position: absolute; }

@media (min-width: 1025px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.73333rem;
  text-decoration: none; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.53333rem;
    width: 0.53333rem;
    margin: -1px 0 0 0.2rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before {
  left: auto !important;
  right: 0.73333rem; }

.navUser-action--currencySelector + .dropdown-menu:after {
  left: auto !important;
  right: 0.86667rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 20rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 9.33333rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 9.46667rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: black;
  display: inline-block;
  padding: 0 1.33333rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 1025px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.33333rem;
        padding-right: 0.33333rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.66667rem;
        margin-top: 0.53333rem;
        padding-left: 0.13333rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 21.33333rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.33333rem; }
      @media (min-width: 1025px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.4rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.73333rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.53333rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.86667rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 420px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.8rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0; }
  @media (min-width: 420px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 420px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.2rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.4rem 0.73333rem;
  padding-left: 0.73333rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 1025px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 88px;
    z-index: 0; }

.navPages {
  background-color: #0066cc;
  color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1025px) {
    .navPages {
      margin: 0 auto;
      max-width: 80rem;
      width: 100%;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1025px) and (min-width: 420px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1025px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 80rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1025px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.73333rem;
    padding-top: 0.73333rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1025px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1025px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1025px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1025px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.53333rem;
        width: 0.53333rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: white;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.73333rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 0.73333rem 1.13333rem 1.13333rem; }
      .navPages-action.is-open {
        background-color: #0066cc; }
        .navPages-action.is-open svg {
          fill: #757575;
          stroke: #757575; } }
  .navPages-action:active, .navPages-action.activePage {
    color: white; }
    .navPages-action:active svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: white; }
  .navPages-action svg {
    fill: #333333;
    stroke: white;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: white; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.53333rem;
  width: 0.53333rem;
  margin-left: 0.4rem;
  transform: rotate(-90deg); }
  @media (min-width: 1025px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 1025px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: #0066cc;
      padding: 1.5rem 1.5rem 2.23333rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 1025px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 14.33333rem; } }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 14.33333rem;
    padding: 0 !important;
    top: 0;
    width: 15.33333rem; } }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

@media (min-width: 1025px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 0.75rem !important; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid #cccccc;
      margin-bottom: 1.13333rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.73333rem 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu-action {
      padding: 0.73333rem 0 1.13333rem; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.4rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.73333rem; }
  @media (min-width: 1025px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 1025px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.73333rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: black;
    display: inline-block;
    padding: 0.4rem 0.53333rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.33333rem;
    width: 1.33333rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.4rem;
    margin-right: 0.73333rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.4rem;
  width: 1.4rem; }

.socialLinks--alt svg {
  fill: black; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 1025px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 66.66667rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.53333rem; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  @media (min-width: 1025px) {
    .heroCarousel-slide .heroCarousel-image {
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 40rem;
      width: 100%; } }
  @media (min-width: 1025px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 40rem; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1400px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-content {
  background-color: white;
  padding: 0.73333rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 46.66667rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #0066cc;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: black;
  font-size: 12px; }
  @media (min-width: 420px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 1025px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

@media (min-width: 1025px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 1025px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 420px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 420px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 420px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.73333rem;
        padding-top: 0.73333rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 420px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.2rem; }
  @media (min-width: 420px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 420px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 420px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 420px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 420px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.4rem; }
  @media (min-width: 420px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.4rem; }
  @media (min-width: 420px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 420px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  width: 1px;
  min-width: 100%;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 420px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1400px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 1025px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1400px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: black;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.4rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1025px) {
    .productView-image {
      min-height: 500px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.73333rem; }
  @media (min-width: 320px) and (max-width: 1025px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.4rem;
  margin-right: -0.4rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.66667rem;
    margin-right: 2.66667rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100px;
    max-width: 90px;
    width: 100%; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  text-align: center; }
  @media (min-width: 1400px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 100px;
  max-width: 100px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  margin-bottom: 2.03333rem; }

@media (min-width: 1025px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2.03333rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.73333rem 0 0.4rem; }
  @media (min-width: 1025px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1400px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: black;
  font-size: 15px;
  margin: 0 0 0.73333rem; }
  @media (min-width: 1400px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.2rem 0 1rem; } }
  .productView-brand a {
    color: black; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.53333rem; }
  @media (min-width: 1025px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.73333rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 420px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.73333rem; } }
  .productView-reviewLink > a {
    color: black; }
    .productView-reviewLink > a:hover {
      color: #333333; }

.productView-info {
  margin-top: 0.73333rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 420px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 420px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 420px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.2rem;
  margin-right: 0.4rem; }
  @media (min-width: 420px) {
    .productView-info-name {
      font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.4rem; }
  @media (min-width: 420px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 420px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 420px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 420px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 420px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.66667rem;
      width: 50%; } }
  @media (min-width: 1025px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1400px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1400px) {
      .productView-options .form-action .button {
        margin-right: 0.73333rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #cccccc;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cccccc; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.26667rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.26667rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 1025px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.26667rem;
  white-space: nowrap; }
  @media (min-width: 1025px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.26667rem 1rem 1.26667rem; }
  @media (min-width: 1025px) {
    .compareTable-item {
      padding-top: 1.26667rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.53333rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2.03333rem 1rem 1.26667rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 66.66667rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.23333rem; }
  .toggle:last-of-type {
    margin-bottom: 4.46667rem; }

.toggle-title {
  margin-bottom: 2.23333rem; }

.toggleLink {
  color: black; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2.03333rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1025px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 1025px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2.03333rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 1025px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2.03333rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 1025px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: white;
  color: white;
  padding: 0.73333rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.2rem 0.53333rem 0.2rem 0.73333rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.8rem;
    width: 0.8rem;
    display: inline-block;
    fill: black;
    position: relative;
    top: -1px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 1025px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 1025px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 1025px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 420px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 1025px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 1025px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.4rem; }

.cart-item-figure {
  float: left;
  height: 6.66667rem;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 420px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 1025px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 6.66667rem;
  padding-left: 1.5rem; }
  @media (min-width: 420px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1025px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 420px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 1025px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.73333rem; }

@media (min-width: 1025px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.2rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 1025px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #999999;
  float: left;
  margin-bottom: 0.4rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 420px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1025px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 1025px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #999999;
  margin-bottom: 0.2rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.4rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.13333rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.2rem;
  margin-top: 0.13333rem;
  padding: 0.2rem;
  transition: background-color 0.15s ease;
  width: 1.2rem; }
  @media (min-width: 420px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 420px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1025px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1400px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1025px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.13333rem;
    padding: 0.53333rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.33333rem top 0.46667rem;
    background-size: 1.33333rem 1.33333rem;
    height: 2.13333rem;
    margin-bottom: 0.73333rem;
    padding: 0.53333rem 0.73333rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: black;
  width: 33.33333%; }
  @media (min-width: 420px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1025px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 420px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 1025px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.53333rem 0 0.53333rem 1.5rem; }
  @media (min-width: 1025px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  position: relative; }
  @media (min-width: 1025px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.26667rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: black;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.73333rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.13333rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.66667rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 420px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.4rem; }

.cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.53333rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.2rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: black;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 1.5rem 0.73333rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.4rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.73333rem;
  padding-top: 0.4rem; }

.previewCartAction-viewCart {
  padding-left: 0.4rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.73333rem;
  margin-right: -0.73333rem; }

.address {
  display: inline-block;
  padding: 0 0.73333rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 420px) {
    .address {
      width: 50%; } }
  @media (min-width: 1400px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 16.66667rem;
    padding: 1.5rem; }
    @media (min-width: 420px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.73333rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 420px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.73333rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 420px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.4rem; } }

.address-title {
  margin: 0 0 0.73333rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.73333rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: black;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.06667rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.66667rem;
  position: relative;
  margin-bottom: 1.9rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 1025px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.9rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.73333rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.73333rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1025px) {
    .video {
      margin-bottom: 1.9rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.9rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1025px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1025px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.73333rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.53333rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 1025px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.13333rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.13333rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Hind Siliguri";
  margin: 0 0 0.73333rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 1025px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.13333rem 0.46667rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1400px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 1025px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1400px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 1025px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.73333rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 60rem; }

.login-row {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 1025px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.73333rem; }

.search-suggestion {
  margin-bottom: 2.03333rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1025px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 420px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 420px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.navBar--account {
  display: none; }
  @media (min-width: 1025px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2.03333rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.73333rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.73333rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2.03333rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.2rem;
  padding: 0;
  position: absolute;
  right: -0.73333rem;
  top: -0.73333rem;
  width: 2.2rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.4rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.53333rem;
  position: relative; }
  @media (min-width: 420px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.2rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.73333rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.2rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.4rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 420px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1400px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 420px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 420px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1400px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: black;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.4rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1400px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1400px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1400px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: black;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.33333rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 420px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.4rem;
  padding: 0.2rem 0.53333rem; }

.account-orderStatus-action {
  color: black;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.73333rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 420px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: white;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: black;
  font-size: 15px;
  margin-bottom: 0.2rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: black; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 36.66667rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.33333rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #cccccc; }

.icon--ratingFull svg {
  fill: #f0a700; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.93333rem;
    width: 0.93333rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.26667rem;
  cursor: pointer;
  display: none;
  max-height: 4.26667rem;
  min-height: 2.13333rem;
  min-width: 8.93333rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.73333rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 420px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.73333rem; }

.paymentMethodList {
  font-size: 0;
  list-style: none;
  margin-left: -0.73333rem;
  margin-right: -0.73333rem; }

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.73333rem;
  text-transform: none; }

.paymentMethod {
  display: inline-block;
  padding: 0 0.73333rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 420px) {
    .paymentMethod {
      width: 50%; } }

@media (min-width: 420px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.73333rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #e5e5e5;
    border-radius: 0.2rem;
    min-height: 15.2rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.73333rem; }
  @media (min-width: 1400px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.73333rem;
  width: 1.86667rem; }
  @media (min-width: 1400px) {
    .paymentMethod-icon {
      width: 2.8rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1400px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.73333rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.2rem;
    width: 1.2rem; }
    @media (min-width: 1400px) {
      .paymentMethod-default.icon {
        height: 1.33333rem;
        width: 1.33333rem; } }

.paymentMethod-expiry {
  font-size: 15px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.73333rem; }

.paymentMethod-label {
  flex: 6.66667rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.73333rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.73333rem; }
  @media (min-width: 420px) {
    .paymentMethod-form {
      bottom: 0.73333rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #757575; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

.paymentMethod-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.paymentMethod-symbol {
  font-size: 50px;
  line-height: 1; }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 420px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.2rem;
  width: 2.26667rem; }

.paymentMethodForm-inputs {
  position: relative; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.6rem;
  top: 2.6rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.4rem;
    width: 1.4rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 420px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.73333rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1025px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1025px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 5.86667rem;
  text-align: center; }
  @media (min-width: 420px) {
    .header-logo {
      margin-left: 8.8rem;
      margin-right: 8.8rem; } }
  @media (min-width: 1025px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.4rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #333333;
    display: inline-block;
    padding: 0.73333rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 1025px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #757575; }
    .header-logo > a:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1025px) {
    .header-logo--left {
      margin-left: 2.66667rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1025px) {
    .header-logo--right {
      margin-right: 2.66667rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.13333rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.2rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 420px) {
    .header-logo-text {
      font-size: 22px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.13333rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative; }

.header-logo-image-container:after {
  content: ''; }
  @media (min-width: 1025px) {
    .header-logo-image-container:after {
      padding-bottom: 100px; } }

.header-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 4.4rem; }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 4.4rem; }
  @media (min-width: 1025px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 5.86667rem;
  width: 5.86667rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.2rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #ffffff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.46667rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.8rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1025px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1025px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: black;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 420px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 1025px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 420px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 420px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

@media (min-width: 1025px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: black;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 420px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: black;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: black;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.66667rem;
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.4rem;
    vertical-align: middle;
    width: 3.33333rem; }
  .footer-payment-icons svg {
    fill: #757575; }

@media (min-width: 420px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

h4.footer-info-heading.sub-heading {
  margin-top: 0 !important; }

h4.footer-info-heading {
  color: #fff;
  font-size: 1.1rem; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1400px) {
    .container {
      padding: 0 6rem; } }

.container {
  width: 100% !important; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/materialicons/v121/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.video-carousel .slick-next {
  right: -34px !important; }

.video-title {
  font-size: 14px;
  margin: 0 0 10px; }

.quote-section a {
  background: #f0a700; }

i.fa.fa-search.search-icon {
  padding: 0 0 0 7px; }

i.fa.fa-search.search-icon:before {
  color: #000;
  font-size: 20px; }

i.fa.fa-caret-down.arrow-icon {
  padding: 0;
  display: inline-block !important; }

i.fa.fa-caret-down.arrow-icon::before {
  color: #000;
  font-size: 24px;
  display: inline-block; }

.quote-section a:hover {
  background: #06c !important; }

.productView-image {
  height: 500px; }

.productView-details-bottomnew {
  position: relative;
  float: left;
  display: inline-block;
  width: 75%; }

.heading-tags-title {
  font-size: 28px;
  font-weight: bold;
  color: #444; }

.videos-Agriculture-section {
  float: left;
  width: 100%; }

.videos-Agriculture {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 30px; }

.videos-Agriculture iframe {
  max-width: 970px;
  width: 100%;
  margin: 0;
  min-height: 550px;
  border: 1px solid #ccc; }

.videos-Agriculture .video-title {
  padding: 0;
  font-size: 22px;
  font-weight: 600; }

.ProductListHome.HL-ProductListAnimate2.applications-and-industries img {
  height: 80px; }

.call-number i.fa {
  display: inline-block;
  padding: 0; }

.call-number i.fa::before {
  font-size: 20px;
  color: #333; }

@media screen and (max-width: 768px) {
  .productView-details-bottomnew {
    width: 100%; }
  p#rfq-iframe > iframe {
    min-height: 1500px;
    height: 100%; } }

.video-carousel .slick-prev {
  left: -9px !important; }

.Resources .navPage-subMenu .navPage-subMenu-item {
  width: 16.666%; }

.video-carousel .slick-list {
  width: 100% !important; }

.requestBut {
  text-align: center !important; }

.row.subscribe-row {
  margin-top: -5px; }

div.footer-info-heading {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: .25px;
  margin-bottom: .73333rem;
  margin-top: 2.23333rem; }

.footer-info-heading.sub-heading {
  margin-top: 0 !important; }

.navUser-action.lang-btn img, .mobile-lang img {
  width: 20px; }

#dropdown-lang img {
  width: 22px; }

.req-pricing .far {
  display: block;
  color: #06c; }

#modal-review-form .modal-header-title {
  font-weight: 400; }

.WaterTerminology span.taptitel, main.page.Water.Terminology span.taptitel {
  display: none; }

span.req-sm:after {
  border-bottom: 1.5px solid #06c;
  width: 111px;
  content: "";
  padding-top: 11px;
  display: block; }

.Requestform iframe {
  width: 100%;
  min-height: 520px !important; }

.hl-custom-tab-content.document br {
  display: none; }

.mobile-footer-info-list {
  padding: 0 0 0 25px; }

.mobile-footer-item {
  padding: 0 !important; }

.new-customer .panel {
  display: block; }

.req-pricing {
  max-width: 72%;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  font-family: sans-serif; }

span.req-sm {
  max-width: 72%;
  margin: 0 auto;
  display: block;
  font-size: 17px;
  font-family: sans-serif;
  color: #666; }

.sectionClass {
  padding: 0;
  position: relative;
  display: block; }

.videobox #inner-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 21px; }

.navPages-action.secondsubmenu.has-subMenu.has-subMenu-side.sideNav-action {
  padding: 10px 0px !important; }

.calculatorsLink {
  float: right; }

.Industries .ProductDetails a {
  font-size: 20px; }

.videoGallery-main {
  height: auto;
  padding-bottom: 40.25% !important; }

#videos .videoGallery-main {
  padding: 5px 0;
  margin-left: auto;
  width: 70%;
  margin-right: auto;
  height: 0 !important; }

.catContentRight ul {
  float: left;
  text-align: left; }

.tagTab {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 7px;
  color: 000;
  float: left;
  width: 100%; }

.tagTab strong {
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 7px; }

.tagTab .blue {
  color: #000; }

.tagTab strong:first-child {
  font-weight: 600; }

.brandGrid .card-image {
  width: 300px; }

.list-wrapper.Showdiv .list-item {
  display: block !important; }

.youtube .list-hover-slide a {
  display: block !important; }

div#blogConBan {
  border-bottom: 1px solid #f5f5f5;
  margin: 0 0 20px; }

.faq-list {
  display: block;
  clear: both; }

.pagination-bottom {
  display: flex;
  align-items: center;
  justify-content: center; }

.threeSixty {
  display: none; }

.country h2 a {
  color: #0066cc;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold; }

.country ul {
  list-style: none;
  display: inline-block; }

.blog-content.blog-content-product .blog-post-body {
  float: none;
  width: 100%;
  text-align: left; }

.catContent img {
  width: auto !important; }

div#systems {
  height: 862px; }

div#ro-membrane {
  height: 843px; }

.blog-page .blog-post .read-more {
  margin-top: 60px !important;
  text-align: right; }

div#request-more-info {
  margin: 0 0 30px; }

h2.blog-title {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  letter-spacing: inherit; }

.BlockContent.Industries {
  float: left; }

.ProductDetails {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center; }

.category-description,
.CategoryDescription {
  margin: 15px 0 0; }

.blog-content.blog-content-product {
  width: 80%;
  float: right; }

.blog-content.blog-content-product p.blog-date {
  text-align: left; }

.blog-content.blog-content-product h2.blog-title {
  display: inline-block;
  margin-left: 0;
  margin-right: 0; }

.blog-content.blog-content-product p.blog-date {
  /* display: inline-block;
	float: right;*/
  margin: 0; }

.blog-content.blog-content-product .addthis_toolbox.addthis_32x32_style {
  margin: 0;
  display: inline-block; }

.page-sidebar-blog .recentBlog {
  margin: 0 0 10px;
  font-weight: 600;
  font-family: "Hind Siliguri";
  font-size: 1rem;
  text-transform: uppercase; }

.blogBanner {
  margin: 20px 0 30px; }

.blogBanner img {
  width: 100%; }

.tab_container article.blog {
  clear: both; }

.HL-HomeBannerBottom {
  border-bottom: 1px solid #0065cb; }

.HL-HomeBannerBottom .des p {
  min-height: 60px; }

main.page-content {
  float: right !important;
  padding: 0px; }

.hl-custom-tab-content.document a {
  display: block; }

.category-main {
  min-height: 1100px; }

.calculator-body-cal .lower-nav-banner {
  position: relative;
  z-index: 1;
  background: #fff; }

table.tableCenter.tableLeft td {
  text-align: left; }

.table-center ul {
  text-align: left; }

.hl-custom-tab-content.document a {
  font-weight: 400; }

div#four {
  clear: both; }

.productCarousel-slide a {
  color: #404040;
  font-weight: 600; }

.tab-content.is-active .tab-pane {
  width: 100% !important; }

div#brackish-boxL .pro-details,
div#brackish-boxR .pro-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

#orangeBox .pro-details,
#blackBox .pro-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.form-prefixPostfix.wrap .sub-btn {
  background: transparent !important; }

.productCarousel-home .slick-arrow {
  top: -2rem !important; }

.body {
  margin-bottom: 0;
  clear: both; }

.tableCenter h4 {
  margin: 0; }

.catContent .catContentRight p {
  margin: 0 0 7px; }

.tabs {
  margin: 0 !important; }

ul.nav.nav-tabs.hidden-xs.hidden-sm.tabs.tabs-desktop.sticky.fix-navBar {
  padding-top: 10px; }

.productView-description .tabs-desktop {
  z-index: 1 !important; }

.category-banner img {
  width: 100%; }

.navPages-list a:hover {
  color: #fff; }

.navPages-action {
  padding-bottom: .6rem !important; }

.video:after,
.video:before {
  display: none; }

ul.navPage-subMenu-list.Resources .Video.Gallery {
  opacity: inherit; }

ul.navPage-subMenu-list.Expertise,
ul.navPage-subMenu-list.Resources,
ul.navPage-subMenu-list.About.Us {
  text-align: center; }

a.navPages-action:focus,
svg:focus {
  color: #333 !important; }

.projectFactsWrap i.fa:before {
  color: #ffffff;
  text-shadow: 2px 2px 6px #404040; }

.catBannerTop img {
  width: 100%; }

nav.navUser,
ul.navUser-section.navUser-section--alt {
  height: 37px !important; }

.sectiontitle h2 {
  text-transform: uppercase; }

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative; }

.mob-lang-a {
  background: transparent; }

.sectiontitle {
  background-position: center;
  margin: 30px 0 0;
  text-align: center;
  min-height: 20px; }

.headerLine {
  width: 100px;
  height: 2px;
  display: inline-block;
  background: #0066cc;
  padding: 0px;
  margin: 20px 0 0; }

.projectFactsWrap {
  background: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/blue-wet-background.jpg) no-repeat center fixed;
  background-size: cover;
  padding: 30px 0px; }

.projectFactsWrap {
  display: flex;
  margin-top: 0;
  flex-direction: row;
  flex-wrap: wrap; }

#projectFacts .fullWidth {
  padding: 0; }

.projectFactsWrap .item {
  text-shadow: 2px 2px 6px #404040;
  width: 25%;
  height: 100%;
  padding: 0px;
  text-align: center; }

.projectFactsWrap .item p.number {
  color: #ffffff;
  font-size: 48px;
  text-shadow: 2px 2px 6px #404040;
  padding: 0;
  font-weight: bold; }

.projectFactsWrap .item p {
  color: #ffffff;
  text-shadow: 2px 2px 6px #404040;
  font-size: 38px;
  margin: 0;
  padding: 10px;
  font-family: "Hind Siliguri";
  font-weight: 800; }

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto; }

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: #ffffff;
  text-shadow: 2px 2px 6px #404040; }

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: #ffffff; }

.projectFactsWrap .item:hover span {
  background: #ffffff; }

.inner-page .page-heading {
  text-align: center !important; }

.bannerHead {
  float: left;
  width: 100%; }

.homepage-div .banners {
  padding: 0; }

.bottom-btn,
.quote-section a,
.button {
  font-weight: bold; }

/* AUTHOR LINK */
.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  position: relative;
  border-radius: 100px; }

.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden; }

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute; }

.trans {
  opacity: 1;
  transform: translateX(0px);
  transition: all 500ms ease; }

.ProductListHome .HLProductItem {
  float: left;
  margin-bottom: 25px;
  overflow: hidden;
  min-height: 220px; }

.Industries .ProductListHome .HLProductItem {
  min-height: 150px; }

.HLProductItem {
  text-align: center;
  padding-bottom: 2px; }

.ProductListHome .ProductImage {
  margin-bottom: 10px;
  height: inherit; }

.BlockContent img {
  max-height: 100%;
  max-width: 100%; }

.ProductDetails a {
  color: #000;
  font-family: Barlow,Arial,Helvetica,sans-serif;
  font-size: 1rem; }

.home-mobile-section {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.mobile-ban-section {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 3px; }

.mobile-ban-section img {
  width: 100%; }

.mobile-ban-con {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  padding: 0 30px;
  width: 100%;
  font-family: 'Hind Siliguri', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left; }

.mobile-ban-con h2 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  font-family: 'Barlow', sans-serif; }

.mobile-ban-con p {
  margin: 0; }

.header-info {
  font-weight: 500; }

/* Opacity #1 */
.ProductImage img,
img.grey-block-img {
  opacity: 1;
  transition: .3s ease-in-out; }

.ProductImage:hover img,
img.grey-block-img:hover {
  opacity: .5; }

.footer-item {
  letter-spacing: 0 !important; }

.quote-banner {
  background: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/blue-wet-background.jpg) no-repeat center fixed !important;
  width: 100%;
  position: relative;
  padding: 60px 20px;
  text-align: left;
  background-size: cover !important; }

.hero-bkg-animated {
  background: gray url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/blue-wet-background.jpg) repeat 0 0 !important;
  width: 100%;
  margin: 0px;
  text-align: center;
  height: 300px;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 20s linear infinite; }

.hero-bkg-animated h1 {
  font-family: sans-serif; }

#navPages-344 li.navPage-childList-item {
  text-align: left; }

.heroCarousel-content .button {
  font-size: 20px;
  text-align: center;
  background: #0066cc;
  border-radius: 2px;
  border: none;
  padding: 11px 24px;
  text-transform: uppercase; }

.ActiveUL ul.submenu {
  overflow: visible;
  max-height: -moz-fit-content;
  max-height: fit-content; }

.quote-banner .quote-heading {
  font-size: 40px;
  color: #fff !important;
  text-shadow: 2px 2px 6px #404040;
  text-align: center; }

.quote-banner.parallax p {
  color: #fff; }

.botBor {
  text-align: center;
  margin: 10px 0px; }

.home-instagram {
  background: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/blue-wet-background.jpg) center no-repeat fixed !important; }

.home-instagram {
  text-align: center;
  padding: 50px 0 44px; }

.home-instagram .widget-title {
  padding-bottom: 28px; }

.home-instagram .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 0 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center; }

.Threedlayout {
  display: flex;
  justify-content: center; }

.view-threeD-section {
  float: left;
  width: 100%;
  position: relative; }

.view-threeD-section .view-threeD-img {
  float: left;
  width: 30%;
  padding-bottom: 35%; }

.view-threeD-content {
  width: 35%;
  padding: 0 15px;
  position: center; }

.view-threeD-content p {
  text-align: justify;
  margin: 0 0 10px; }

.inner-fact-block {
  border: 3px solid #FFF;
  border-radius: 100%;
  padding: 90px 20px; }

.inner-fact-block .amount {
  font-size: 36px;
  font-weight: bold;
  color: #e1e1e1; }

.inner-fact-block .name {
  font-size: 16px;
  color: #fff;
  font-weight: bold; }

h5.footer-info-heading {
  margin-top: 14px !important; }

h5.footer-info-heading.sub-heading {
  margin-top: 0 !important; }

section.footer-info {
  padding-bottom: 2% !important; }

div.col-lg-12.subscribe {
  padding-top: 0 !important; }

.quote-container iframe {
  min-height: 300px;
  height: 100%; }

.get-pricing {
  position: relative;
  margin: 0 0 30px;
  float: left; }

.get-price-con .quote-section {
  padding: 0; }

.container-get-pri {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.get-pricing img {
  width: 100%; }

.get-price-con {
  position: absolute;
  text-align: center; }

.get-price-con h2 {
  font-size: 26px;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  margin: 0 0 30px; }

.home-mobile-section {
  display: block; }

section.heroCarousel {
  display: none; }

.ProductDetails a {
  font-weight: 600;
  /*font-size:20px;*/ }

.call-number-3 {
  background: #fff !important; }

/** posts slider widget **/
.sliderbox .crsl-items {
  display: block;
  padding: 0; }

.sliderbox .crsl-item {
  background: #fff;
  height: 100% !important;
  text-align: center; }

.sliderbox .crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer; }

.sliderbox .crsl-item .thumbnail img {
  /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  transition: all 0.3s linear; }

.sliderbox .crsl-item .thumbnail:hover img {
  opacity: 0.8; }

.sliderbox .crsl-item h3 {
  font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 1.95em;
  line-height: 1.25em;
  margin-bottom: 12px; }

.sliderbox .crsl-item h3 a {
  text-decoration: none;
  color: #333; }

.sliderbox .crsl-item h3 a:hover {
  text-decoration: underline; }

.sliderbox .crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da; }

.sliderbox .crsl-item p {
  font-size: 1.2em;
  line-height: 1.55em;
  margin-bottom: 5px; }

.sliderbox .crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px; }

.sliderbox .crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff; }

/** posts slider nav **/
.sliderbox .slidernav {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  height: 10px; }

.sliderbox .slidernav a {
  display: inline-block;
  padding: 0;
  font-size: 1.4em;
  top: 15px;
  color: #666;
  text-decoration: none;
  position: absolute; }

.sliderbox .previous > img,
.next > img {
  width: 7px; }

.sliderbox .previous {
  left: -34px;
  z-index: 10; }

.sliderbox .next {
  right: -34px;
  z-index: 10;
  margin: 0; }

.sliderbox .slidernav a:active {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }

#navbtns a {
  padding: 5px 10px;
  border: 1px solid #b3b3b3; }

#navbtns a:hover {
  border: 1px solid #404040; }

/** clearfix **/
.sliderbox .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.sliderbox .clearfix {
  display: inline-block;
  float: right;
  top: -75px;
  position: relative; }

i.material-icons.email-icon {
  font-size: 20px; }

.email-2 {
  padding-top: 3px; }

.Request-Quote-but {
  display: inline-block;
  margin-top: 20px; }

.Request-Quote-but span {
  background: #F0A700;
  box-shadow: 3px 2px 5px rgba(64, 64, 64, 0.5);
  padding: 10px 25px;
  display: inline-block; }

.Request-Quote-but em.material-icons {
  position: center;
  top: 5px; }

.Request-Quote-but a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 10px; }

.category-main {
  float: right;
  width: 100%; }

#product-listing-container .container {
  max-width: 100%; }

.banners.catBannerTop {
  color: #000; }

.category-banner {
  font-family: 'Hind Siliguri', sans-serif; }

.category-banner h2 {
  font-weight: bold;
  margin: 0; }

.category-banner h3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold; }

.catContent {
  float: left;
  width: 100%;
  text-align: left;
  padding: 20px 0 0; }

.catContentLeft {
  float: left;
  width: 100%;
  padding: 0 15px; }

.catContentRight {
  float: left;
  width: 100%;
  padding: 0 15px; }

.catproBox h2 {
  background: #0066cc;
  margin: 0px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 16px; }

.catproBox h2 {
  background: #0066cc;
  margin: 0px;
  padding: 0px 10px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border-radius: 5px; }

.catprolist {
  float: left;
  width: 100%;
  padding: 0 15px; }

.catprolist h3 a {
  font-weight: bold;
  font-size: 22px;
  color: #444; }

.page-heading.cat-page-heading {
  text-align: center;
  line-height: normal; }

.catproBox {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.catContentLeft h2 {
  font-size: 14px; }

.productGrid {
  max-width: 100% !important;
  float: none !important;
  margin-bottom: 0; }

.category-bottom-con {
  float: left;
  width: 100%; }

.category-product-section-block {
  float: left;
  width: 100%;
  border-top: 2px solid #2d68b2;
  padding: 5px 0; }

.parts-subcategory-section .category-product-section-block {
  padding: 5px 0; }

#brackish-water .category-product-section-block {
  padding-bottom: 0; }

.category-product-section-left {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 10px; }

.category-product-section-right {
  float: left;
  width: 100%;
  padding: 0;
  text-align: center;
  position: relative; }

.sectionLink {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.sectionLink a {
  display: block;
  height: 100%; }

.category-product-section-right .systems-card-title {
  margin: 0;
  line-height: 30px; }

.category-product-section-right h2 {
  margin: 0;
  line-height: 30px; }

.category-product-section-right .systems-card-title {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  /* color: #404040;*/
  display: block;
  letter-spacing: .25px; }

.category-product-section-right h2 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  /* color: #404040;*/
  display: block;
  letter-spacing: .25px; }

#ro-membrane .category-product-section-right h2 {
  color: #404040; }

.waterFilterscat .category-product-section-right .systems-card-title {
  color: #404040 !important; }

.waterFilterscat .category-product-section-right h2 {
  color: #404040 !important; }

#waterFilters .category-product-section-right h2 {
  color: #0066cc; }

.brackish-water-block .category-product-section-right h2 {
  color: #404040; }

div#orangeBox {
  width: 100%;
  padding: 0 5px;
  float: left; }

div#blackBox {
  float: left;
  width: 100%;
  padding: 0 5px; }

#brackish-boxL {
  float: left;
  width: 100%;
  padding: 0; }

#brackish-boxR {
  float: left;
  width: 100%;
  padding: 0; }

#brackish-boxR ul {
  margin-bottom: 0;
  text-align: left; }

.learnMore {
  clear: both;
  text-align: right;
  color: #0072bb; }

.learnMore a {
  color: #0072bb;
  font-size: 14px;
  font-weight: bold; }

div#orangeBox span {
  background: #f0a700;
  padding: 3px 10px;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-weight: bold;
  font-size: 20px;
  color: #fff; }

div#blackBox span {
  background: #404040;
  padding: 3px 10px;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 20px; }

div#bluebox span {
  background: #0066cc;
  padding: 3px 10px;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 20px; }

div#colorGold span {
  padding: 3px 10px;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 20px; }

div#colorGray span {
  padding: 3px 10px;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 20px; }

div#orangeboxfull span {
  background: #f0a700;
  padding: 3px 0px;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 20px; }

div#blackboxfull span {
  background: #404040;
  padding: 3px 0px;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 20px; }

#brackish-water h2 a {
  color: #404040; }

#brackish-boxL .pro-details {
  /*min-height: 120px;*/ }

.pro-details {
  border: 2px solid #404040;
  padding: 8px;
  margin: 5px 0px;
  border-radius: 3px;
  float: left;
  width: 100%;
  /*min-height: 134px;*/ }

#parts-sub-cat ul {
  margin: 0px;
  padding: 0px 0px 0px 30px;
  float: left;
  text-align: left;
  width: 100%; }

#parts-sub-cat li {
  font-size: 13pt;
  line-height: 28px; }

.pro-details p {
  margin: 0px; }

.bottext {
  font-size: 12px; }

/*.category-product-section:hover {
	color: rgba(0, 0, 0, 0.3);
}*/
/*div#waterFilters,

div#parts-cat {
	height: 843px;
}*/
div#brackish-water-two {
  height: 432px; }

#bluebox .pro-details {
  padding: 5px; }

div#parts-sub-cat {
  margin-bottom: 0; }

#brackish-water .pro-details {
  /*min-height: 111px;*/
  display: flex;
  align-items: center;
  justify-content: center; }

.catprolist img:hover {
  opacity: 0.5; }

.category-product-section-left img:hover {
  opacity: 0.5; }

.category-banner img:hover {
  opacity: 0.5; }

#customers {
  border-collapse: collapse;
  margin: 0 auto 20px;
  width: 100%; }

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 5px; }

#customers tr:nth-child(even) {
  background: #f2f2f2; }

/*#customers tr:hover {
	background: #ddd;
}
*/
.table-center,
.tableCenter {
  border-collapse: collapse;
  margin: 0 auto 20px;
  width: 100%;
  height: auto !important; }

.table-center td,
.table-center th,
tableCenter td,
.tableCenter th {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  height: auto !important; }

table.table-center h3 {
  margin: 0; }

table.table-center td {
  font-size: 14px; }

table.table-center.table-new td {
  border: 1px solid #ddd;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  font-family: arial;
  font-size: 14px; }

.table-center tr,
.tableCenter tr {
  background: #f2f2f2;
  height: auto !important; }

#tablecenternew tr:first-child {
  background: #A5A5A5; }

#table-centernew tr:first-child {
  background: #A5A5A5; }

#tablecenternew tr th {
  color: #fff; }

#tablecenternew tr:nth-child(even) {
  background: #f2f2f2; }

#table-centernew tr {
  background: #CECECE; }

#table-centernew tr:first-child {
  color: #fff; }

#table-centernew td {
  font-weight: 600; }

#tablecenternew th {
  font-weight: 600; }

/*.table-center tr:hover {
	background: #ddd;
}*/
.table-center p {
  margin: 0; }

/*#tab-description .tableCenter,
.m_-4575229122500339775MsoNormalTable {
	border-collapse: collapse;
	margin: 0 auto 20px;
	width: 100% !important;
}
*/
.tableCenter td,
.tableCenter th,
.m_-4575229122500339775MsoNormalTable td,
.m_-4575229122500339775MsoNormalTable th {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: left; }

.tableCenter tr:nth-child(even),
.m_-4575229122500339775MsoNormalTable tr:nth-child(even) {
  background: #f2f2f2; }

.tableCenter p,
.m_-4575229122500339775MsoNormalTable p {
  margin: 0 !important; }

.tableCenter ul {
  text-align: left; }

.brackish-water-con {
  clear: both; }

.brackish-water-con h1 {
  font-weight: 600;
  font-size: 27px; }

.requestPricing {
  float: none;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #0066cc;
  border-bottom: 2px solid #0066cc;
  margin: 0 0 20px;
  clear: both; }

.requestBut {
  text-align: center; }

li.navPages-item.Get.A.Free.Quote {
  background: #f0a700; }

li.navPages-item.Get.A.Free.Quote a.navPages-action {
  padding-right: 1.1rem;
  padding-left: 1.1rem; }

.requestBut span {
  display: inline-block;
  background: #f0a700;
  padding: 0px 50px;
  letter-spacing: 1px;
  border-radius: 5px;
  height: 36px;
  line-height: 36px; }

.requestBut a {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase; }

.requestBut span:hover {
  background: #0066cc; }

.page-heading.cat-page-heading {
  text-transform: uppercase;
  font-weight: 600; }

.has-activeNavPages .navPage-childList {
  border: none;
  padding: 0; }

.has-activeNavPages .navPage-subMenu .navPage-childList-item .navPages-action {
  color: #fff; }

.catContent a {
  color: #333; }

.systems-product-con {
  float: left;
  width: 100%;
  padding: 30px 0; }

.systems-product-con h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px; }

.systems-product-con h3 {
  margin: 10px 0; }

.systems-product-con p {
  margin: 0;
  padding: 5px 0;
  line-height: inherit; }

.catContent h1 {
  margin-top: 0;
  font-weight: 600; }

div#catContentSystems a {
  color: #0066cc; }

#readMoreBtn {
  display: none !important; }

#dropdown-lang .strong-lang a {
  padding-right: 0 !important; }

#dropdown-lang .strong-lang {
  font-weight: normal;
  font-size: 12px !important; }

#dropdown-lang,
#lang {
  display: none;
  background: #fff;
  border: 1px solid #f1f1f1 !important;
  box-shadow: none !important; }

.mobile-lang #lang {
  padding: 0 !important;
  height: auto !important; }

.mobile-lang .strong-lang {
  font-weight: 400;
  font-size: 12px !important; }

#lang .mob-lang a {
  width: 100%;
  padding-right: 0 !important; }

#dropdown-lang {
  padding: 0 !important; }

.taptitel {
  font-size: 22px;
  color: #fff !important;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 5px;
  background: #0066cc !important;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Hind Siliguri"; }

/*#brackish-water .category-product-section-block:last-child {
	border-bottom: 2px solid #2d68b2;
}*/
.widget-title fieldset.box-title {
  border-top: 1px dotted #000 !important;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 43px; }

.widget-title fieldset.box-title legend {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 20px;
  width: auto;
  border: 0; }

fieldset.box-title legend {
  background: #fff; }

.row {
  list-style: none; }

.HL-HomeBannerBottom li {
  margin-bottom: 30px;
  position: relative;
  text-align: center; }

.fa-blue {
  color: #0066cc !important;
  font-size: 100px !important;
  padding-left: 25px;
  margin-bottom: 0 !important; }

.BlockContent.Industries .fa-blue {
  font-size: 80px !important; }

.HL-HomeBannerBottom .des h4 {
  font-size: 18px;
  margin: 20px 0;
  min-height: 55px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center; }

.HL-HomeBannerBottom .des p {
  min-height: 80px; }

.HL-HomeBannerBottom .des h4 a {
  color: #000; }

.HL-HomeBannerBottom .des p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 20px;
  margin: 0 0 26px; }

.btn.alt,
.des .btn,
.home-instagram .btn {
  background: #0066cc;
  color: #fff;
  border: 2px solid #0066cc;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19); }

.btn span.arrow {
  border-left-color: #fff; }

.btn span.arrow {
  border: 5px solid transparent;
  display: inline-block;
  height: 0;
  line-height: 0;
  margin-left: 10px;
  text-indent: -999em;
  width: 0;
  border-left-color: #ffffff; }

fieldset {
  border: none !important; }

.des a.btn, .learn-more-btn, .read-more-btn, .watch-our-videos-btn, .get-educated-btn, .join-a-discussion-btn, .general-btn, .find-your-solution, .case-studies, .browse, .explore {
  padding: 0 20px;
  line-height: 32px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: text-top;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  background: #06c;
  border: 2px solid #06c; }

.des .btn:hover, .learn-more-btn:hover, read-more-btn:hover, .watch-our-videos-btn:hover, .get-educated-btn:hover, .join-a-discussion-btn:hover, .general-btn:hover, .find-your-solution:hover, .case-studies:hover, .browse:hover, .explore:hover {
  background: #fff;
  color: #000;
  border: 2px solid #0066cc; }

span.taptitel {
  font-size: 22px;
  color: #000;
  width: 100%;
  padding: 0 !important;
  display: flex;
  min-height: 36px;
  justify-content: center;
  line-height: 36px; }

p a {
  color: #0066cc;
  text-decoration: none; }

.cat-desciption h2 {
  margin: 0;
  font-weight: 700; }

.cke_show_border td {
  padding: 10px;
  border-color: #e0e0df;
  border-bottom: 1px solid #e1e1e1; }

.cke_show_border p {
  margin: 0; }

#ion-exchange {
  float: center; }

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

.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #0066cc;
  border-top: none;
  outline: 0; }

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  border-top: 1px solid #0066cc;
  font-size: 1.25em;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: all 0.2s linear; }

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background: #0066cc;
  color: white; }

.accordion-container .article-title:hover span:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open span {
  color: white; }

div#accordion {
  float: left; }

.accordion-container .content-entry span {
  position: absolute;
  top: 3px;
  left: 12px;
  font-style: normal;
  font-size: 1.625em;
  color: #333; }

.accordion-container .content-entry span:before {
  content: "+ "; }

.accordion-container .content-entry.open span:before {
  content: "- "; }

.accordion-content {
  display: none;
  padding: 0; }

/* This stuff is just for the Codepen demo */
#content {
  width: 100%; }

/*.accordion-container,
#description {
	width: 100%;
	margin: 0 auto 1.875em;
}*/
#description p {
  line-height: 1.5; }

#description h2 {
  text-align: left; }

.content-entry {
  display: grid;
  clear: both; }

.category-page-accordion .accordion-content {
  padding: 20px; }

.category-page-accordion .accordion-content h3 {
  margin: 0; }

.category-page-accordion .accordion-content p {
  margin: 0;
  padding: 5px 0; }

.button.button--primary {
  border: 2px #dcdcdc;
  color: #fff; }

a.button.button--small.card-figcaption-button.quickview {
  color: #fff; }

.card-title a {
  color: #404040; }

.card-title {
  font-size: 14px; }

div#partscategory {
  float: left;
  width: 100%;
  margin: 0 0 30px; }

.sidebarBlock {
  margin-top: 15px; }

h5.sidebarBlock-heading {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase; }

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

.filtration-section {
  float: left;
  width: 100%;
  margin: 0px 0px 30px;
  transition: all 0.5s ease 0s; }

.fixed-header {
  position: inherit;
  /*top: 0;*/
  left: 0;
  width: 100%; }

.filtration-content {
  float: left;
  width: 100%;
  border-bottom: 3px solid #333;
  margin: 0 10px;
  padding: 20px 0;
  position: relative; }

.comment.more {
  min-height: 90px;
  text-align: justify; }

.filtration-content h4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase; }

.filter-key {
  background: #0066cc;
  text-align: center;
  padding: 5px 0px;
  margin: 0px; }

.filter-key span {
  padding: 0px 5px;
  display: inline-block; }

.filter-key span a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  transition: all 0.5s ease 0s; }

.filter-key span a:hover,
.filter-key a.active {
  color: #F0A700; }

.terminology .page-heading.landingPage-heading {
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 9px;
  font-weight: 800; }

.morecontent span {
  display: none; }

.terminology-sub-pages .filter-key span {
  text-align: right;
  display: block;
  padding: 0 15px; }

.woocommerce-tabs.terminology-sub-pages {
  float: left;
  width: 100%;
  margin-top: -15px; }

.woocommerce-tabs {
  margin-top: -15px; }

a.morelink {
  text-decoration: none;
  outline: none;
  color: #0066cc;
  font-weight: normal !important;
  font-size: 13px; }

.woocommerce-tabs span.taptitel {
  display: none; }

.woocommerce-tabs #myTabs {
  border-bottom: none;
  margin: 0 0 20px;
  width: 100% !important; }

.terminology-sub-pages span a {
  font-size: 18px;
  text-transform: uppercase; }

.filtration-content a {
  font-weight: 400;
  font-size: 13px;
  color: #0072bb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: right;
  height: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

.page-heading {
  text-transform: uppercase;
  font-family: Barlow, sans-serif; }

.calculators-page {
  width: 100%;
  float: left;
  background: #e6e6e6;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 5px; }

.chemical-dosing {
  float: left;
  width: 100%;
  margin: 0 0 10px; }

.chemical-form {
  padding: 10px;
  float: left;
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.water-treatment-form {
  float: left;
  width: 100%;
  margin: 0 0 10px; }

.water-treatment-form-right {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.span-block {
  display: inline-block;
  align-items: center;
  flex-direction: unset;
  margin: 0 0 10px;
  width: 100%; }

.span-block span {
  padding: 0 8px; }

.calculators-page span {
  border: 2px solid #636363;
  padding: 10px 3px;
  margin: 0 5px;
  text-align: center;
  background: #e1e1e1;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center; }

.Conversions-table {
  float: left;
  width: 100%; }

.calculators-page span {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background: #404040;
  color: #fff; }

.Conversions-table span {
  padding: 0;
  min-height: 55px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center; }

div#blue-color-span span {
  background: #54626d; }

div#red-color-span span {
  background: #c44141; }

div#red-color-span span:last-child {
  background: #54626d; }

div#gray-color-span span {
  background: #606060;
  font-weight: 600; }

.water-treatment-form-right div#blue-color-span {
  display: flex;
  align-items: center;
  justify-content: center; }

.water-treatment-form-right div#blue-color-span span {
  width: 30%;
  min-height: 58px;
  justify-content: center;
  align-items: center;
  display: flex; }

li.navPage-subMenu-item.the-list-item.Disinfection.Products ul#navPages-118 {
  display: none; }

.calculators-page span a {
  color: #fff;
  text-decoration: none; }

.digital-banner {
  margin: 0 0 15px; }

.chemical-dosing span {
  padding: 10px 7px; }

.calculators-page fieldset {
  border: 1px solid #666 !important;
  padding: 0 10px !important; }

.calculators-page legend {
  padding: 0 6px; }

.water-Treatment-table {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.calculators-page legend {
  font-size: 22px;
  color: #000; }

.flex-container {
  display: flex;
  flex-wrap: nowrap; }

.flex-container span {
  background: #666;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  color: #fff; }

.block-one {
  float: left;
  width: 100%; }

.block-two {
  float: left;
  width: 100%; }

.block-three {
  float: left;
  width: 100%; }

.calculators-page ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.calculators-page ul li {
  color: #000;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0 0 5px;
  padding: 12px 0;
  font-weight: 700;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.2) !important; }

.calculators-page h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0; }

.calculators-box-one h2 {
  text-align: left;
  padding-left: 15px; }

.calculators-box-one ul li {
  display: inline-block;
  width: 49.444%; }

.block-calculation-box {
  background: #6699cc;
  margin: 0 5px 0 0; }

.block-two .block-calculation-box-gray {
  margin: 0 5px;
  background: #636363;
  padding-bottom: 0; }

.block-calculation-box-green {
  background: #709164;
  margin: 0 0 5px; }

.block-calculation-box-orange {
  background: #eba55e;
  margin: 0 0 5px; }

.block-calculation-box-orange ul li {
  display: inline-block;
  width: 49.444%; }

.block-calculation-box-orange h2 {
  text-align: left;
  padding-left: 15px; }

.block-calculation-box-orange {
  background: #eba55e;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 5px; }

.calculators-box-three .blue-box {
  width: 100%;
  float: left;
  background: #006699; }

.calculators-box-three .blue-box ul li {
  display: inline-block;
  width: 32.777%; }

.calculators-box-three .blue-box ul li a {
  color: #069; }

.block-calculation-box-blue h2 {
  text-align: left;
  padding-left: 15px; }

.gray-box .block-calculation-box-gray ul li {
  width: 50%;
  float: left; }

.gray-box h2 {
  padding-left: 0;
  color: #000; }

.calculators-box-four .red-box {
  float: left;
  width: 100%;
  background: #653232; }

.calculators-box-four .block-calculation-box-gray {
  float: left;
  width: 78.3%; }

.calculators-box-four .block-calculation-box-gray ul li {
  width: 25%;
  float: left; }

.calculators-box-three .block-calculation-box-gray {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  background: #999; }

.calculators-box-four .block-calculation-box-gray {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.block-calculation-box-gray.calculation-box-light-gray {
  background: #999; }

.block-calculation-box-gray.calculation-box-light-gray span {
  background: #e6e6e6;
  border: none;
  float: left;
  display: inline-block;
  border-radius: inherit;
  margin: 0;
  width: 75%;
  padding: 15px; }

.block-calculation-box-gray.calculation-box-light-gray ul li:last-child {
  margin-bottom: 0; }

.calculators-box-four .red-box ul li:last-child {
  margin-bottom: 0; }

.block-calculation-box-gray.calculation-box-light-gray img {
  max-width: 330px;
  width: 100%; }

.block-calculation-box-orange ul li a {
  color: #eba55e; }

.block-one .block-calculation-box ul li {
  margin-bottom: 6px;
  margin-top: 3px; }

.block-two .block-calculation-box-gray ul li {
  margin-bottom: 6px;
  margin-top: 3px; }

/* reset our lists to remove bullet points and padding */
.Calculator-sidebar .mainmenu,
.Calculator-sidebar .submenu {
  list-style: none;
  padding: 0;
  margin: 0; }

/* make ALL links (main and submenu) have padding and background color */
.Calculator-sidebar .mainmenu a {
  display: inline-block;
  text-decoration: none;
  padding: 0px;
  color: #404040;
  width: 100%; }

.Calculator-sidebar .mainmenu li {
  padding: 8px 0; }

.calculators-content p {
  font-weight: 500;
  font-size: 16px; }

.Calculator-sidebar .mainmenu a:hover {
  color: #06c; }

.Calculator-sidebar .submenu li a {
  padding-left: 20px;
  text-transform: uppercase; }

body > div.body > div.body-container > main > div > div > div.Calculator-sidebar > ul > li > a {
  font-size: 16px;
  text-transform: uppercase; }

.Calculator-sidebar {
  position: relative;
  margin-top: 15px; }

.Calculator-submenu-list .sideNav-action {
  text-transform: uppercase; }

.Calculator-sidebar i.fa.fa-angle-down {
  padding: 0;
  display: inline-block;
  position: relative;
  right: 10px;
  top: -35px;
  float: right;
  cursor: pointer; }

.Calculator-sidebar i.fa:before {
  font-size: 24px;
  color: #666; }

.header-logo-container a {
  height: inherit !important; }

.HL-ProductTabs .tab .tab-title {
  padding: 12px 15px !important; }

.HL-ProductTabs .tab .tab-title {
  font-weight: 700 !important;
  font-size: 12px !important;
  font-family: 'Montserrat', sans-serif !important;
  padding: 10px 12px; }

span.madeinusalogo {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Hind Siliguri';
  position: absolute;
  right: 0;
  color: #666; }

.productView-thumbnails-sidebar .productView-thumbnail {
  float: left !important; }

.productView-rating {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 12px; }

.productView-rating {
  padding-top: 0 !important; }

.HL-ProductTabs {
  position: relative; }

.productView-thumbnails-sidebar .productView-thumbnails {
  width: 100%; }

#parts-cat h2 {
  color: #0066cc; }

.block-four {
  float: left;
  width: 83%; }

.productView-image .easyzoom-flyout {
  width: 100%;
  height: initial !important; }

.videoBox a.toggleLink.is-open {
  color: #fff;
  padding: 0; }

.fix-navBar {
  top: 37px !important; }

.product-view-top-banner {
  text-align: center;
  margin: 0 0 15px; }

.product-view-top-banner img {
  width: 100%; }

.banner-threed {
  position: absolute;
  bottom: -26px; }

.sibebar-mainlist ul.navPage-subMenu-list li a {
  font-weight: 600 !important; }

.Calculator-sidebar ul.submenu.dropdown-menu li a:hover {
  color: #757575; }

div#parts-sub-cat {
  min-height: auto; }

.hl-custom-tab-content.document > a {
  background-image: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/pdficon.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
  /*display: none;*/
  height: 50px;
  margin: 25px 10px 25px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #0066cc;
  line-height: 60px;
  border-redies: 4px; }

#tab-description > div:nth-child(29) > a,
#tab-description > a:nth-child(31),
#tab-description > a:nth-child(33) {
  background-image: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/pdficon.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  height: 50px;
  display: inline-block;
  padding-right: 60px;
  line-height: 50px; }

#customers p {
  margin: 0; }

.productCarousel-slide.slick-slide h4.card-title a {
  color: #404040; }

.productCarousel-slide.slick-slide h4.card-title a:hover {
  color: #757575; }

.table-center h5 {
  margin: 0;
  text-align: center !important; }

.tableCenter h5 {
  margin: 0; }

.productView.quickViewnew.productView--quickView section.productView-details-top {
  width: 100%; }

.productView.quickViewnew.productView--quickView aside.page-sidebar {
  display: none; }

.productView.quickViewnew.productView--quickView article.productView-description {
  display: none; }

.productView-img-container {
  max-width: inherit !important;
  height: 385px; }

.productView-img-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.productView-img-container img {
  width: inherit !important;
  margin: 0 auto !important;
  position: inherit !important; }

.productView-details-bottom {
  position: relative;
  z-index: 1; }

.productView.quickViewnew.productView--quickView .product-view-top-banner {
  display: none; }

#sidebarWrap {
  float: left;
  position: relative;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%; }

/*.body-container {
	min-height: 1500px;
}*/
#footer {
  clear: both;
  margin: 10px 0; }

#sidebar {
  position: absolute; }

#sidebar.fixed {
  position: fixed;
  top: 40px; }

.productView-description {
  position: relative; }

.productView.quickViewnew.productView--quickView ul.breadcrumbs {
  display: none; }

.modal-body.quickView .productView-img-container {
  float: left;
  width: 38%;
  margin: 0; }

.quickview-right {
  overflow: hidden;
  padding-left: 20px;
  position: relative; }

.quickview-right .requestBut {
  text-align: left;
  margin: 20px 0; }

.made-in-usa-quick-view {
  font-size: 20px;
  font-weight: 700;
  color: #444;
  margin: 10px 0 0 0;
  font-family: 'Roboto', sans-serif; }

.quickview-right .productView-rating {
  width: 100%;
  float: left;
  display: block;
  position: inherit;
  text-align: left;
  margin: 0 0 10px; }

.product-view a {
  text-transform: uppercase;
  font-size: 11px;
  color: #444;
  text-decoration: none;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700; }

iframe.iframe-for-request-pricing {
  width: 100%; }

.modal {
  max-width: 920px; }

.blog-thumbnail img {
  transition: all .2s ease;
  max-width: 350px; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 100% !important;
  overflow: hidden; }

figure.blog-thumbnail:hover img {
  transform: translate3d(0, 0, 0) scale(1.1); }

.blog-page-post figure.blog-thumbnail:hover img {
  transform: inherit; }

main.page.blog-page .page-heading {
  text-align: center; }

/*.blog-page-post figure.blog-thumbnail {
    display: none;
}*/
.blog-page .requestBut {
  display: none; }

/*h2.blog-title {
    min-height: 100px;
}*/
.blog-page-post h2.blog-title {
  min-height: auto; }

.blog-page-post img {
  margin-top: 20px; }

.search-blog label {
  font-weight: 400;
  font-size: 14px;
  padding: 0 0 5px;
  display: block; }

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

input.search-blog {
  margin: 0 0 10px;
  text-align: left;
  padding: 3px 7px !important;
  font-family: "Hind Siliguri";
  font-size: 16px !important; }

.blog-page-post article.blog-content {
  float: right;
  width: 80%; }

.search-blog {
  padding: 0px;
  margin: 0 0 15px; }

.search-blog p {
  margin: 0; }

.search-blog .form-prefixPostfix.wrap .sub-btn,
.search-blog-but {
  background: #0066cc !important;
  border: none !important;
  padding: 7px 20px;
  border-radius: 5px;
  color: #fff;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  font-weight: normal;
  text-transform: lowercase; }

.blog-post-figure {
  float: left; }

.blog-page-post .blog-post-figure figure.blog-thumbnail img {
  width: 100%;
  max-width: 500px; }

.blog-post-figure {
  width: 100% !important; }

.search-blog .form-field {
  width: 100% !important; }

.search-blog form.form {
  margin: 0; }

.search-blog .form-prefixPostfix.wrap {
  width: 100%;
  display: block; }

.search-blog .form-prefixPostfix.wrap input#nl_email {
  background: transparent;
  border: 1px solid #000;
  padding: 3px 7px !important;
  height: 37px;
  margin: 0;
  letter-spacing: 0; }

.search-blog h5.footer-info-heading.sub-heading {
  display: none; }

.blog-page-post .blog-post-body {
  width: 100% !important;
  margin: 0 !important; }

.blog-page-post article.blog {
  width: 80% !important;
  float: right; }

.page-sidebar-blog hr {
  margin: 0; }

.page-sidebar-blog ul.recent-blogs {
  margin: 15px 0 !important;
  list-style-type: none; }

.page-sidebar-blog ul.recent-blogs li {
  padding: 5px 0;
  font-weight: 600;
  font-size: 14px;
  font-family: "Hind Siliguri"; }

.search-blog .subscribe .form-fieldset {
  margin-left: 0; }

.recent-blogs-r {
  float: left;
  width: 100%;
  margin: 0 0 40px; }

.recent-blogs-r article.blog {
  float: left;
  width: 100%;
  padding: 0 10px !important; }

.recent-blogs-r span {
  text-align: right;
  display: inline-block; }

.recent-blogs-r .blog-post-figure {
  width: 100% !important;
  padding: 0; }

.recent-blogs-r article.blog {
  margin: 0 !important;
  border: none !important; }

.recent-blogs-r figure.blog-thumbnail {
  margin: 0 0 10px !important; }

.recent-blogs-r .blog-post-body {
  float: left;
  width: 100%;
  margin: 0; }

.recent-blogs-r h2.blog-title {
  font-size: 16px;
  font-weight: 600; }

.expertise-top-section h2 {
  font-weight: bold; }

.expertise-section {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin: 0 0 20px;
  border-top: 2px solid #0072bb; }

.expertise-box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0; }

.expertise-box p {
  font-size: 16px; }

.expertise-box h2 {
  font-weight: 600;
  font-size: 30px;
  margin: 15px 0; }

.expertise-box span {
  display: inline-block;
  background: #0169cc;
  padding: 0px; }

/*.expertise-box img {
	height: 350px;
	object-fit: cover;
	width: 100%;
}*/
.CategoryDescription {
  margin: 0 0 14px;
  overflow: hidden; }

.country {
  display: inline-block; }

.country h2 {
  color: #06c;
  padding: 10px 5px;
  font-size: 20px;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif; }

.country h3 {
  font-weight: 700;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #000; }

.country ul {
  list-style: none; }

.country ul li {
  height: 35px;
  width: 232px;
  background-image: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/pure-aqua-inc-worldwide.png);
  background-repeat: no-repeat;
  padding: 0 0 0 35px;
  display: inline-block; }

.country ul li a {
  /*float: left;*/
  text-decoration: none;
  color: #333;
  font-weight: 700; }

.Sudanflag {
  background-position: 5px -8727px; }

.algeriaflag {
  background-position: 5px -4759px; }

.Angolaflag {
  background-position: 5px -6089px; }

.Beninflag {
  background-position: 5px -5634px; }

.Botswanaflag {
  background-position: 5px -5389px; }

.BurkinaFasoflag {
  background-position: 5px -5773px; }

.Burundiflag {
  background-position: 5px -5669px; }

.Cameroonflag {
  background-position: 5px -7174px; }

.CapeVerdeflag {
  background-position: 5px -5039px; }

.Chadflag {
  background-position: 5px -1539px; }

.Comorosflag {
  background-position: 5px -3324px; }

.Comorosflag {
  background-position: 5px -3324px; }

.cotedivoireflag {
  background-position: 5px -7139px; }

.DemocraticRepublicoftheCongoflag {
  background-position: 5px -5284px; }

.Djiboutiflag {
  background-position: 5px -4899px; }

.Egyptflag {
  background-position: 5px -69px; }

.Eritreaflag {
  background-position: 5px -4655px; }

.Ethiopiaflag {
  background-position: 5px -4587px; }

.GabonRepublicflag {
  background-position: 5px -4339px; }

.Gambiaflag {
  background-position: 5px -4129px; }

.Guineaflag {
  background-position: 5px -3989px; }

.Guinea-Bissauflag {
  background-position: 5px -3989px; }

.Kenyaflag {
  background-position: 5px -3464px; }

.Lesothoflag {
  background-position: 5px -2974px; }

.Madagascarflag {
  background-position: 5px -2799px; }

.Malawiflag {
  background-position: 5px -2449px; }

.Maliflag {
  background-position: 5px -2729px; }

.Mauritaniaflag {
  background-position: 5px -2624px; }

.Mauritiusflag {
  background-position: 5px -2519px; }

.Mayotteflag {
  background-position: 5px -6544px; }

.Moroccoflag {
  background-position: 5px -2834px; }

.Mozambiqueflag {
  background-position: 5px -2344px; }

.Namibiaflag {
  background-position: 5px -2309px; }

.Nigerflag {
  background-position: 5px -2239px; }

.Nigeriaflag {
  background-position: 5px -7069px; }

.RepublicoftheCongoflag {
  background-position: 5px -5252px; }

.Reunionflag {
  background-position: 5px -4374px; }

.SierraLeoneflag {
  background-position: 5px -1189px; }

.Somaliaflag {
  background-position: 5px -1084px; }

.SouthAfricaflag {
  background-position: 5px -34px; }

.Swazilandflag {
  background-position: 5px -6509px; }

.Tanzaniaflag {
  background-position: 5px -489px; }

.Togoflag {
  background-position: 5px -839px; }

.Tunisiaflag {
  background-position: 5px -699px; }

.Ugandaflag {
  background-position: 5px -419px; }

.Zambiaflag {
  background-position: 5px 1px; }

.Zimbabweflag {
  background-position: 5px -7209px; }

.Rwandaflag {
  background-position: 5px -6439px; }

.SaintHelenaflag {
  background-position: 5px -909px; }

.SaoTomeandPrincipeflag {
  background-position: 5px -1014px; }

.Senegalflag {
  background-position: 5px -1119px; }

.Seychellesflag {
  background-position: 5px -1364px; }

.Guinea-Bissauflag {
  background-position: 5px -3989px; }

.Anguillaflag {
  background-position: 5px -6229px; }

.AntiguaandBarbudaflag {
  background-position: 5px -6264px; }

.Argentinaflag {
  background-position: 5px -6055px; }

.Arubaflag {
  background-position: 5px -5949px; }

.Bahamasflag {
  background-position: 5px -5459px; }

.Barbadosflag {
  background-position: 5px -5844px; }

.Belizeflag {
  background-position: 5px -5354px; }

.Bermudaflag {
  background-position: 5px -5599px; }

.Boliviaflag {
  background-position: 5px -5529px; }

.Brazilflag {
  background-position: 5px -5494px; }

.BritishVirginIslandsflag {
  background-position: 5px -209px; }

.Canadaflag {
  background-position: 5px -5319px; }

.CaymanIslandsflag {
  background-position: 5px -4479px; }

.Chileflag {
  background-position: 5px -5179px; }

.Colombiaflag {
  background-position: 5px -5109px; }

.CostaRicaflag {
  background-position: 5px -5074px; }

.Dominicaflag {
  background-position: 5px -4829px; }

.DominicanRepublicflag {
  background-position: 5px -4794px; }

.Ecuadorflag {
  background-position: 5px -4724px; }

.ElSalvadorflag {
  background-position: 5px -979px; }

.FalklandIslandsflag {
  background-position: 5px -6229px; }

.FrenchGuianaflag {
  background-position: 5px -4374px; }

.Greenlandflag {
  background-position: 5px -4164px; }

.Grenadaflag {
  background-position: 5px -4269px; }

.Guadeloupeflag {
  background-position: 5px -4374px; }

.Guatemalaflag {
  background-position: 5px -4024px; }

.Guyanaflag {
  background-position: 5px -3954px; }

.Hondurasflag {
  background-position: 5px -3884px; }

.Jamaicaflag {
  background-position: 5px -3569px; }

.Mexicoflag {
  background-position: 5px -2414px; }

.Montserratflag {
  background-position: 5px -2589px; }

.NetherlandsAntillesflag {
  background-position: 5px -6124px; }

.Nicaraguaflag {
  background-position: 5px -2169px; }

.Panamaflag {
  background-position: 5px -1889px; }

.Martiniqueflag {
  background-position: 5px -2659px; }

.Paraguayflag {
  background-position: 5px -7244px; }

.Peruflag {
  background-position: 5px -1854px; }

.SaintKittsandNevisflag {
  background-position: 5px -3289px; }

.SaintLuciaflag {
  background-position: 5px -3079px; }

.SaintPierreandMiquelonflag {
  background-position: 5px -6824px; }

.SaintVincentandtheGrenadinesflag {
  background-position: 5px -278px; }

.Surinameflag {
  background-position: 5px -1049px; }

.TrinidadandTobagoflag {
  background-position: 5px -594px; }

.TurksandCaicosflag {
  background-position: 5px -909px; }

.UnitedStatesflag {
  background-position: 5px -383px; }

.Uruguayflag {
  background-position: 5px -351px; }

.Venezuelaflag {
  background-position: 5px -244px; }

.Armeniaflag {
  background-position: 5px -6159px; }

.Australiaflag {
  background-position: 5px -5984px; }

.Bahrainflag {
  background-position: 5px -5704px; }

.Bhutanflag {
  background-position: 5px -5424px; }

.Bruneiflag {
  background-position: 5px -5564px; }

.Cambodiaflag {
  background-position: 5px -3397px; }

.Chinaflag {
  background-position: 5px -5144px; }

.CookIslandsflag {
  background-position: 5px -5214px; }

.Fijiflag {
  background-position: 5px -4514px; }

.FrenchPolynesiaflag {
  background-position: 5px -1819px; }

.HongKongflag {
  background-position: 5px -3919px; }

.Indiaflag {
  background-position: 5px -3674px; }

.Indonesiaflag {
  background-position: 5px -3779px; }

.Israelflag {
  background-position: 5px -3709px; }

.Japanflag {
  background-position: 5px -3499px; }

.Jordanflag {
  background-position: 5px -3534px; }

.Kazakhstanflag {
  background-position: 5px -3149px; }

.Kiribatiflag {
  background-position: 5px -3359px; }

.Kyrgyzstanflag {
  background-position: 5px -3429px; }

.Kuwaitflag {
  background-position: 5px -3219px; }

.Laosflag {
  background-position: 5px -3114px; }

.Malaysiaflag {
  background-position: 5px -2379px; }

.Maldivesflag {
  background-position: 5px -2484px; }

.MarshallIslandsflag {
  background-position: 5px -2764px; }

.FederatedStatesofMicronesiaflag {
  background-position: 5px -4444px; }

.Mongoliaflag {
  background-position: 5px -6369px; }

.Nauruflag {
  background-position: 5px -2029px; }

.Nepalflag {
  background-position: 5px -2064px; }

.NewCaledoniaflag {
  background-position: 5px -2274px; }

.NewZealandflag {
  background-position: 5px -1959px; }

.Niueflag {
  background-position: 5px -1994px; }

.NorfolkIslandflag {
  background-position: 5px -2204px; }

.Omanflag {
  background-position: 5px -1924px; }

.Palauflag {
  background-position: 5px -1644px; }

.PapuaNewGuineaflag {
  background-position: 5px -1784px; }

.Philippinesflag {
  background-position: 5px -1749px; }

.PitcairnIslandsflag {
  background-position: 5px -6229px; }

.Qatarflag {
  background-position: 5px -5704px; }

.Samoaflag {
  background-position: 5px -104px; }

.SaudiArabiaflag {
  background-position: 5px -1434px; }

.Singaporeflag {
  background-position: 5px -1294px; }

.SolomonIslandsflag {
  background-position: 5px -1399px; }

.SouthKoreaflag {
  background-position: 5px -3254px; }

.SriLankaflag {
  background-position: 5px -3009px; }

.Taiwanflag {
  background-position: 5px -524px; }

.SouthKoreaflag {
  background-position: 5px -3254px; }

.Tajikistanflag {
  background-position: 5px -769px; }

.Thailandflag {
  background-position: 5px -804px; }

.Tongaflag {
  background-position: 5px -664px; }

.Turkmenistanflag {
  background-position: 5px -734px; }

.Tuvaluflag {
  background-position: 5px -559px; }

.UnitedArabEmiratesflag {
  background-position: 5px -6299px; }

.Vanuatuflag {
  background-position: 5px -139px; }

.Vietnamflag {
  background-position: 5px -174px; }

.WallisandFutunaflag {
  background-position: 5px -6792px; }

.Yemenflag {
  background-position: 5px -69px; }

.Albaniaflag {
  background-position: 5px -6194px; }

.Andorraflag {
  background-position: 5px -6334px; }

.Austriaflag {
  background-position: 5px -6019px; }

.AzerbaijanRepublicflag {
  background-position: 5px -5914px; }

.Belarusflag {
  background-position: 5px -6999px; }

.Belgiumflag {
  background-position: 5px -5809px; }

.BosniaandHerzegovinaflag {
  background-position: 5px -2659px; }

.Bulgariaflag {
  background-position: 5px -5739px; }

.Croatiaflag {
  background-position: 5px -3849px; }

.Cyprusflag {
  background-position: 5px -5004px; }

.CzechRepublicflag {
  background-position: 5px -4969px; }

.Denmarkflag {
  background-position: 5px -4864px; }

.Estoniaflag {
  background-position: 5px -4689px; }

.FaroeIslandsflag {
  background-position: 5px -4409px; }

.Franceflag {
  background-position: 5px -4374px; }

.Georgiaflag {
  background-position: 5px -6652px; }

.Germanyflag {
  background-position: 5px -4934px; }

.Gibraltarflag {
  background-position: 5px -4199px; }

.Greeceflag {
  background-position: 5px -4059px; }

.Hungaryflag {
  background-position: 5px -3814px; }

.Icelandflag {
  background-position: 5px -3639px; }

.Irelandflag {
  background-position: 5px -3744px; }

.Italyflag {
  background-position: 5px -3604px; }

.Latviaflag {
  background-position: 5px -2869px; }

.Finlandflag {
  background-position: 5px -4549px; }

.Liechtensteinflag {
  background-position: 5px -3044px; }

.Lithuaniaflag {
  background-position: 5px -2939px; }

.Luxembourgflag {
  background-position: 5px -2904px; }

.Macedoniaflag {
  background-position: 5px -6894px; }

.Maltaflag {
  background-position: 5px -2554px; }

.Moldovaflag {
  background-position: 5px -6929px; }

.Monacoflag {
  background-position: 5px -7034px; }

.Montenegroflag {
  background-position: 5px -6859px; }

.Netherlandsflag {
  background-position: 5px -2134px; }

.Norwayflag {
  background-position: 5px -2099px; }

.Polandflag {
  background-position: 5px -1714px; }

.Portugalflag {
  background-position: 5px -1679px; }

.Romaniaflag {
  background-position: 5px -1539px; }

.Russiaflag {
  background-position: 5px -1503px; }

.SanMarinoflag {
  background-position: 5px -1154px; }

.Serbiaflag {
  background-position: 5px -6718px; }

.Slovakiaflag {
  background-position: 5px -1224px; }

.Sloveniaflag {
  background-position: 5px -1259px; }

.Spainflag {
  background-position: 5px -4618px; }

.SvalbardandJanMayenflag {
  background-position: 5px -2099px; }

.Swedenflag {
  background-position: 5px -1329px; }

.Switzerlandflag {
  background-position: 5px -944px; }

.Turkeyflag {
  background-position: 5px -629px; }

.Ukraineflag {
  background-position: 5px -454px; }

.UnitedKingdomflag {
  background-position: 5px -4304px; }

.VaticanCityflag {
  background-position: 5px -314px; }

.WesternSaharaflag {
  background-position: 5px -7317px; }

.Gabonflag {
  background-position: 5px -7352px; }

.Libyaflag {
  background-position: 5px -7387px; }

.CentralAfricanRepublicflag {
  background-position: 5px -7422px; }

.EquatorialGuineaflag {
  background-position: 5px -7457px; }

.Ghanaflag {
  background-position: 5px -7492px; }

.SouthAfricaflag {
  background-position: 5px -7527px; }

.Afghanistanflag {
  background-position: 5px -7562px; }

.ChristmasIslandflag {
  background-position: 5px -7597px; }

.Iraqflag {
  background-position: 5px -7632px; }

.Pakistanflag {
  background-position: 5px -7667px; }

.Uzbekistanflag {
  background-position: 5px -7702px; }

.BritishIndianOceanTerritoryflag {
  background-position: 5px -7737px; }

.CocosKeelingIslandsflag {
  background-position: 5px -7772px; }

.Guernseyflag {
  background-position: 5px -7807px; }

.Palestineflag {
  background-position: 5px -7842px; }

.EastTimorTimor-Lesteflag {
  background-position: 5px -7877px; }

.Lebanonflag {
  background-position: 5px -7912px; }

.Bangladeshflag {
  background-position: 5px -7947px; }

.Macauflag {
  background-position: 5px -7982px; }

.AlandIslandsflag {
  background-position: 5px -8017px; }

.Jerseyflag {
  background-position: 5px -8052px; }

.Kosovoflag {
  background-position: 5px -8087px; }

.IsleofManflag {
  background-position: 5px -8122px; }

.Haitiflag {
  background-position: 5px -8157px; }

.SintMaartenflag {
  background-position: 5px -8192px; }

.Curacaoflag {
  background-position: 5px -8227px; }

.NavassaIslandflag {
  background-position: 5px -8262px; }

.USVirginIslandsflag {
  background-position: 5px -8297px; }

.PuertoRicoflag {
  background-position: 5px -8332px; }

.AmericanSamoaflag {
  background-position: 5px -8367px; }

.Guamflag {
  background-position: 5px -8402px; }

.NorthernMarianaIslandsflag {
  background-position: 5px -8437px; }

.Tokelauflag {
  background-position: 5px -8472px; }

.Antarcticaflag {
  background-position: 5px -8507px; }

.BouvetIslandflag {
  background-position: 5px -8542px; }

.FrenchSouthernandAntarcticLandsflag {
  background-position: 5px -8577px; }

.HeardIslandandMcDonaldIslandsflag {
  background-position: 5px -8612px; }

.Saint-Barthelemyflag {
  background-position: 5px -8652px; }

.AshmoreQueenslandflag {
  background-position: 5px -8688px; }

li.navPages-item.About.Us li img {
  width: 100px; }

.pagination-item--next,
.pagination-item--previous {
  float: none !important; }

.about-video {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 15px 0 0; }

h2.single-work-details {
  background: #0066CB;
  color: #fff;
  padding: 0 15px; }

.single-work-details {
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 15px;
  border-bottom: 1px solid #e1e1e1; }

.navBar--sub {
  margin-bottom: 0; }

.block-calculation-box-gray.calculation-box-light-gray ul {
  margin: 7px 0 0; }

.block-calculation-box-green ul {
  margin: 4px 0 0 0; }

.block-two .block-calculation-box-gray ul {
  margin: 5px 0 0 0; }

.block-calculation-box ul {
  margin: 5px 0 0 0; }

.block-calculation-box-red ul {
  margin: 6px 0 0; }

.block-calculation-box-gray.calculation-box-light-gray ul {
  margin: 7px 0 0; }

.faqs-block h2 {
  font-weight: 500; }

.faqs-block ul {
  float: left;
  padding: 0 15px;
  margin: 0;
  width: 33.333%; }

.faqs-block ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1; }

.faqs-block ul li a {
  font-size: 15px; }

.list-wrapper {
  padding: 15px;
  overflow: hidden; }

.list-item {
  border-bottom: 1px solid #0065cb;
  margin-bottom: 10px;
  padding: 10px 0 20px; }

.list-item h4 {
  color: #06c;
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 18px; }

.list-item span {
  font-weight: 600;
  font-size: 18px; }

.list-item:first-child {
  border-top: 1px solid #0065cb;
  padding-top: 20px; }

.list-item p {
  margin: 0; }

.simple-pagination ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  text-align: center; }

.simple-pagination li {
  display: inline-block;
  margin-right: 5px; }

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  background: #FFF;
  font-size: 1rem;
  font-weight: normal; }

.simple-pagination .current {
  color: #666;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: transparent;
  border: none; }

.jobBlock {
  margin: 0 0 15px; }

.hidden-menu .list-item:first-child {
  border-top: none;
  padding-top: 10px; }

.hidden-menu-viewall {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  color: #0065cb;
  cursor: pointer; }

span.sideNav-action.sidebar-desktop-cat {
  font-size: 14px !important; }

#sidebarWrap hr {
  margin-bottom: 15px; }

.category-sidebar nav .navPages-item .navPages-action:hover {
  color: #0066cc !important;
  text-decoration: none; }

.sideNav-action {
  font-weight: 600 !important;
  font-size: 11px !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #404040;
  letter-spacing: 0.05em; }

.side-li {
  padding: 8px 0 !important; }

.category-sidebar i {
  position: absolute;
  right: 1px;
  margin: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center; }

.CountriesTab {
  float: left;
  width: 100%; }

.CountriesTab ul {
  list-style-type: none;
  margin: 0; }

.CountriesTab ul li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid; }

.CountriesTab ul li a {
  color: #0000FF; }

.CountriesTab ul li a:hover {
  color: #0066cc;
  text-decoration: underline; }

.youtube .main-nav {
  width: 100% !important; }

.faqs-block h3 {
  margin: 15px 0 0;
  font-size: 16px;
  color: #06c;
  font-weight: 600; }

.category-sidebar nav .navPages-item .navPage-subMenu-list {
  margin: 0 !important; }

.category-sidebar nav .navPages-item .navPage-subMenu-list .navPage-subMenu-item {
  width: 100%;
  list-style: none;
  padding: 10px !important;
  border-bottom: 1px solid #d0d0d0; }

.category-sidebar nav .navPages-item .navPage-subMenu-list li a {
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  padding: 10px 10px 10px 0px !important; }

.category-sidebar nav li.navPage-childList-item {
  padding: 0 0 0 10px; }

.calculators-block {
  float: left;
  width: 100%; }

.calculators-section-box {
  float: left;
  width: 49%;
  min-height: 275px; }

div#box-green h2 {
  background: #80C342; }

div#box-blue h2 {
  background: #60B5D4; }

div#box-gold h2 {
  background: #D29329; }

div#box-bluelight h2 {
  background: #2C96D3; }

div#box-bluedark h2 {
  background: #3D72B9; }

div#box-indigo h2 {
  background: #5D4A9E; }

div#box-darkgray h2 {
  background: #414141; }

.calculators-section-box h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  padding: 3px 15px;
  font-size: 20px; }

.calculators-content {
  width: 100%;
  float: left;
  margin: 15px 0; }

.calculators-content img {
  float: left;
  max-width: 200px;
  width: 100%; }

ul.listLeft {
  float: left;
  text-align: right;
  list-style-type: none;
  margin: 0; }

ul.listRight {
  float: left;
  margin: 0 25px;
  list-style-type: none; }

.calculators-content ul li a {
  color: #1A64AB;
  font-weight: 600;
  font-family: 'Barlow', sans-serif; }

.calculators-section-boxRight {
  float: right; }

#box-blue p {
  margin-bottom: 4px; }

#colorGold span {
  background: #F0A700; }

#colorGray span {
  background: #404040; }

li.navPages-item.Parts.New {
  display: none; }

.about-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: inherit;
  width: 100%;
  margin: 0 0 30px; }

.about-icon > div {
  width: 100%;
  text-align: center; }

.about-icon span {
  display: block;
  text-align: center;
  padding: 15px 0 0; }

.about-icon img {
  max-width: 100px;
  width: 100%; }

.about-video iframe {
  width: 100%; }

.tabs-contents {
  opacity: 0; }

.tagsLink {
  position: absolute;
  top: 135px;
  width: 100%; }

.tagsLink p {
  margin: 0; }

#sidebar > nav > ul > li:nth-child(6) {
  display: none; }

#sidebar li.navPages-item.side-li {
  line-height: 1; }

.solutions-cat {
  margin: 0 0 25px;
  border-bottom: 3px solid #0066cc; }

.solutions-cat p {
  margin: 0; }

.solutions-cat p a {
  display: inline-block;
  padding: 10px 8px;
  color: #000; }

.solutions-cat a:hover {
  color: #939597; }

.solutions-cat a.blue.Active {
  background: #0066cc;
  box-shadow: 3px 2px 5px rgba(64, 64, 64, 0.5);
  color: #fff;
  font-weight: 600;
  font-size: 14px; }

.solutions-cat a.blue {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px; }

#tab-description table.tableCenter {
  width: 100% !important; }

.youtube .main-video-filter-lists:hover .material-icons {
  color: #06c !important; }

.youtube .list-hover-slide a.is-current,
.youtube .list-hover-slide a:hover,
.youtube .list-hover-slide button.is-current,
.youtube .list-hover-slide button:hover {
  color: #06c !important; }

.youtube .main-nav a,
.youtube .main-nav button {
  padding: 5px 0;
  color: #404040;
  font-size: 11px !important;
  text-align: left;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif !important; }

.youtube .main-nav .sub a {
  font-size: 11px !important;
  color: #757575 !important;
  font-weight: normal !important;
  font-family: Montserrat, sans-serif !important; }

.youtube .main-nav h2 {
  margin-top: 0;
  font-size: 14px !important;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif !important;
  letter-spacing: .05em;
  margin-bottom: 10px !important; }

.youtube .main-nav ul {
  padding-top: 10px !important;
  border-top: solid 1px #e5e5e5 !important; }

.youtube .list-hover-slide a {
  letter-spacing: .05em; }

.youtube .main-nav .sub {
  margin-left: 0px !important;
  padding-left: .9rem; }

.youtube .main-nav .sub a:hover {
  color: #06c !important; }

a.Link_section.main-filter-titles {
  text-transform: uppercase !important; }

body > div.body > div.body-container > div.quote-banner.parallax > div > div > div > div > div:nth-child(1) > p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  background: #404040;
  padding: 15px; }

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::after,
.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  background: #333; }

#navPages-29 > li:nth-child(6) > a {
  display: none; }

.navPage-subMenu .navPage-subMenu-action {
  text-transform: capitalize; }

.solutions-cat ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none; }

.solutions-cat ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer; }

.solutions-cat ul.tabs li.current {
  background: #06c;
  color: #fff;
  font-weight: 600; }

.country-section .country {
  display: none;
  padding: 0px; }

.country-section .country.current {
  display: inherit; }

.solutions-cat ul.tabs {
  border: none; }

.applications-icon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }

.applications-icon-section .applications-icon-img {
  width: 20%;
  text-align: center;
  font-weight: 700; }

.applications-icon-img p a {
  color: #000;
  font-size: 16px; }

.infobutton {
  display: inline-block; }

.landingPage-sidebar.category-sidebar {
  width: 230px; }

.blogPostBan img {
  width: 100%; }

.col-lg-3.header-user-container {
  padding-left: 0; }

.category-sidebar .second-row i {
  right: 0 !important; }

.productView-description {
  opacity: 0; }

ul.tabs + .tabs-contents {
  opacity: 1 !important; }

.videoBox {
  position: relative;
  margin-bottom: 8px;
  float: left;
  width: 100%; }

a.TermLink {
  position: absolute;
  right: 20px;
  top: -33px; }

img.SiteLogo {
  float: left;
  max-width: 70px;
  margin-left: 0px;
  width: 12%; }

.Prodlink {
  text-align: center;
  float: left;
  width: 100%; }

h3.videoTitle {
  background: #06c;
  color: #fff;
  padding: 20px !important;
  margin-top: 10px !important;
  float: left;
  width: 90% !important; }

p#model-closeX {
  text-decoration: none;
  border: none !important;
  font-size: 24px !important;
  padding: 5px 15px !important;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -30px;
  background: #000;
  z-index: 999999999;
  color: #fff;
  width: auto !important; }

#myModal {
  overflow: visible !important; }

h3.videoTitle a, h3.videoTitle {
  color: #fff !important; }

.request-a-system-quote, .request-a-parts-quote, .locations-countries, .check-our-project, .find-a-solution {
  font-family: "Hind Siliguri";
  background: #06c;
  border-radius: 2px;
  border: none;
  padding: 18px 24px; }

.view-product-btn {
  font-family: "Hind Siliguri";
  background: #06c;
  border-radius: 2px;
  border: none;
  padding: 18px 24px;
  color: #fff !important; }

.locations-countries, .check-our-project, .find-a-solution {
  margin: 0px;
  width: 61%; }

.productView-thumbnails-sidebar .video-thumbnail-link img {
  max-width: 227px !important;
  margin: 0 auto !important;
  height: 128px !important;
  width: 100% !important; }

.video-tab-mobile {
  display: none; }

.video-tab-mobile.solutions-cat ul {
  width: 100% !important; }

.video-tab-mobile.solutions-cat ul.tabs li {
  display: inline-block;
  padding: 0px;
  cursor: pointer; }

.video-tab-mobile.solutions-cat ul li a {
  color: #222;
  padding: 10px !important;
  font-size: 14px;
  font-family: 'Hind Siliguri',sans-serif;
  font-weight: bold;
  display: inline-block; }

.video-tab-mobile.solutions-cat ul.tabs li.current a {
  color: #fff;
  font-weight: 600;
  padding: 10px; }

input.button.subscribe-btn {
  color: #fff; }

.button.active, .button.is-active, .button:focus, .button:hover {
  background: #06c; }

.category-btn:focus {
  background: #06c; }

.sidebarBlock .navList-item {
  display: flex;
  align-items: center;
  padding: .2rem 0; }

.sidebarBlock a.navList-action {
  font-size: 12px;
  font-family: Montserrat, sans-serif !important;
  color: #757575;
  width: 100%;
  padding: 0px;
  letter-spacing: .05em; }

.sidebarBlock a.navList-action:hover {
  color: #06c; }

.lastBredLen .activeLi a.navList-action {
  color: #06c !important; }

.sidebarBlock i.icon.navPages-action-moreIcon.desarrows {
  margin: 0; }

.custNavigation .catLink {
  width: 50% !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 12px; }

.custNavigation a.prevCat.catLink {
  float: left; }

.landingPage-sidebar h5.sidebarBlock-heading {
  clear: both;
  margin-top: 20px; }

.custNavigation {
  display: flex !important;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #e5e5e5; }

.productView-title {
  margin-top: 7px !important; }

.page-sidebar-blog .solutions-cat {
  margin: 11px 0 0 0; }

.page-sidebar-blog .solutions-cat a:hover {
  background: #e6e3e0; }

.page-sidebar-blog .solutions-cat a {
  display: block;
  width: 100% !important;
  text-align: left !important;
  font-family: Montserrat,sans-serif;
  font-size: 12px;
  transition: all .3s ease-out;
  font-weight: normal;
  line-height: 2.5;
  padding: 0 .5rem;
  text-transform: capitalize; }

aside.page-sidebar-blog .solutions-cat {
  border-bottom: none;
  margin-bottom: 10px; }

ul.main-navigation-panel.main-navigation-panel-child.is-active a.is-active {
  color: #0065cb !important; }

ul.main-navigation-panel.main-navigation-panel-child.is-active .main-navigation-item-all a.is-active {
  color: #404040 !important; }

.hideback {
  display: none; }

.showtitle {
  display: block !important; }

.main-navigation-item {
  position: relative; }

span.main-navigation-item-toggle {
  position: absolute;
  right: 4px;
  top: -5px; }

ul.main-navigation-panel.main-navigation-panel-child {
  height: 650px !important;
  overflow: hidden;
  overflow-y: auto; }

.site-main-sidebar-inner {
  background: none !important; }

aside.site-main-sidebar.fixed {
  position: fixed;
  top: 50px;
  width: 230px; }

.page-heading {
  text-align: center !important; }

span.WhychooseBut {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }

.categoryDesTitle {
  font-size: 28px;
  letter-spacing: .25px;
  color: #444;
  font-weight: 700; }

.cat-desciption .categoryDesTitle {
  margin: 0;
  font-weight: 700; }

.catContent .categoryDesTitle {
  font-weight: 600; }

.productCarousel-home .slick-prev::before {
  content: "\f104";
  transform: translate(-8px, -14px) !important;
  font: 26px/30px FontAwesome !important; }

.productCarousel-home .slick-next::before {
  content: "\f105";
  transform: translate(-6px, -14px) !important;
  font: 26px/30px FontAwesome !important; }

.category-pages-descripstion {
  float: left;
  width: 100%; }

.productView-title h1 {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px; }

.sephTag h2 {
  text-align: left !important;
  font-size: 18px;
  font-weight: bold; }

@media (max-width: 1439px) {
  .header-logo {
    margin: 50px auto 29px !important; } }

@media (max-width: 1199px) {
  .calculator-body-cal {
    font-size: 12px; }
  .calculators-page h2 {
    font-size: 12px; }
  .calculators-page h2,
  body > div.body > div.body-container > main > div > div > div.Calculator-sidebar > ul > li > a {
    font-size: 12px; }
  .calculators-box-three .block-calculation-box-gray {
    width: 38%; }
  .calculators-box-four .block-calculation-box-gray {
    width: 79%; }
  .blog-content.blog-content-product {
    width: 75%;
    float: right; } }

@media (max-width: 1024px) {
  span.productView-rating-mobile {
    opacity: 0; }
  .banners.catBannerTop,
  main#product-listing-container {
    float: left;
    width: 100%; }
  #myModal {
    left: 50%;
    top: 50% !important; }
  .social-icon {
    margin: 0 7px !important; }
  .video-tab-mobile {
    display: block !important;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .sliderbox .clearfix {
    display: inline-block;
    top: -85px;
    position: relative; }
  .productView-thumbnails-sidebar .video-thumbnail-link img {
    max-width: 227px !important;
    margin: auto !important;
    height: auto !important;
    width: 100% !important; }
  .subscription-title span.taptitel {
    padding: 0 15px !important; }
  .category-page-content {
    font-weight: normal !important; }
  .view-threeD-section .view-threeD-img {
    float: left;
    width: 100%;
    padding-bottom: 0px; }
  .banner-threed {
    position: inherit;
    top: 0;
    bottom: 0;
    margin: 0 0 20px; }
  .view-threeD-content {
    width: 100%;
    padding: 0px; }
  .Calculator-sidebar.category-sidebar.sidebarone.stickyone {
    position: inherit !important;
    width: 100%; }
  iframe.view-threeD-iframe {
    height: 350px !important;
    position: inherit !important; }
  #myModal .yt_player_iframe {
    margin-bottom: 0 !important; }
  a.TermLink {
    top: -10px; } }

ul#dropdown-lang-new {
  float: right;
  margin: 0 0 0 10px; }

.languages {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0;
  width: 110px;
  position: relative;
  margin: 100px auto;
  height: 35px; }

.languages li {
  display: none;
  list-style-type: none;
  margin-bottom: 0; }

.languages li a {
  background: #fff;
  color: #333;
  display: block;
  font-size: 12px;
  padding: 5px 5px;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #f1f1f1; }

.languages li a:hover {
  color: #a7a5a5; }

.languages li.active {
  display: block; }

.languages a {
  margin-left: 0 !important; }

.col-md-6.mobile-lang-dropdown .languages li {
  position: relative;
  z-index: 10000; }

.mobile-lang-dropdown .languages li a {
  padding: 5px; }

.homeBannerTop {
  padding: 0; }

.header-logo-container p {
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  margin-top: -51px;
  color: #404040;
  font-size: 9px;
  text-transform: uppercase; }

@media (max-width: 650px) {
  .blog-page .blog-content {
    width: 100% !important; } }

@media (max-width: 991px) {
  .container {
    max-width: 98% !important;
    margin: 0 auto !important; }
  .quote-container iframe {
    margin: 30px 0 0px; }
  #myModal .videoTitle {
    width: 86% !important;
    font-size: 14px !important;
    min-height: 55px;
    display: flex;
    align-items: center; }
  .ProductBlock .img-fill {
    height: auto; }
  .slick-slide img {
    width: auto; }
  .img-fill img {
    min-width: auto;
    display: inline-block; } }

@media screen and (max-width: 1024px) {
  .mobile-lang-dropdown .languages {
    display: block !important;
    float: right; }
  .header-logo-image {
    max-width: 100% !important;
    left: 0 !important;
    margin-bottom: auto !important;
    margin-left: 0 !important; }
  .body {
    margin-top: 89px; }
  .blog-content.blog-content-product {
    width: 100%;
    float: right; }
  .navPage-subMenu .the-list {
    background: transparent !important; }
  .navPages-action-header {
    display: block !important; } }

@media (max-width: 991px) {
  .header-logo-image {
    max-height: inherit !important; }
  .category-banner {
    width: auto !important; } }

@media (max-width: 835px) {
  .tagsLink {
    top: 88px; } }

@media (max-width: 812px) {
  .projectFactsWrap .item {
    width: 50%; }
  a.navUser-action.person {
    margin-top: 6px !important; }
  i.fa.fa-search.search-icon {
    top: 15px !important; }
  .navSearch .search-icon {
    top: 20px !important; }
  .calculators-section-box {
    min-height: 311px; }
  .filtration-content {
    min-height: 208px !important; }
  .category-product-section-right .systems-card-title {
    font-size: 5vw; }
  .category-product-section-right h2 {
    font-size: 5vw; }
  div#blackBox span, div#blackboxfull span, div#bluebox span, div#colorGold span, div#colorGray span, div#orangeBox span, div#orangeboxfull span {
    font-size: 3.5vw; }
  .parts-subcategory-section div#bluebox span {
    font-size: 3.5vw; }
  .card {
    margin-bottom: 0px !important; } }

@media (max-width: 800px) {
  .filtration-content {
    margin: 0px; } }

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%; } }

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px; }
  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px; }
  .email-2 {
    display: none; }
  .navPage-subMenu .navPage-subMenu-item {
    width: auto !important; } }

@media screen and (max-width: 767px) {
  section.heroCarousel {
    display: none !important; }
  .productCarousel-home .slick-arrow {
    top: 100%;
    height: 26px !important;
    width: 26px !important; }
  .header-logo {
    margin: 25px auto 29px !important; }
  li.navPage-subMenu-item.the-list {
    text-align: left; }
  .productCarousel-home .slick-prev {
    right: 20px !important; }
  .productCarousel-home .slick-next {
    right: 17px !important; }
  .calculators-section-box {
    float: left;
    width: 100%;
    min-height: auto; }
  ul.listRight {
    float: left;
    margin: 0 25px; }
  .HL-HomeBannerBottom li {
    width: 100%; } }

@media (max-width: 600px) {
  .calculators-box-three .block-calculation-box-gray {
    width: 100% !important; }
  .calculators-box-four .block-calculation-box-gray {
    width: 100% !important; }
  .block-four {
    float: left;
    width: 100%; }
  #myModal .videoTitle {
    font-size: 12px !important;
    width: 83% !important;
    padding: 4px 0 5px 18px; }
  a.TermLink {
    font-size: 12px; }
  img.SiteLogo {
    margin-top: 10px; }
  .Prodlink {
    font-size: 12px; }
  a.tab-title.desktop {
    display: none; }
  a.tab-title.mobile {
    display: block !important; }
  .about-icon > div {
    width: 50%;
    text-align: center;
    float: left;
    padding-bottom: 30px; }
  .about-icon {
    display: inherit;
    width: 100%;
    margin: 0 0 30px;
    float: left; }
  .faqs-block ul {
    width: 100%; }
  .list-wrapper {
    padding: 15px 0px; } }

@media (max-width: 580px) {
  .header-logo-container p {
    font-size: 11.6px !important; } }

@media (max-width: 540px) {
  body {
    background: #000; }
  .header-container .header-logo-container {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    margin-top: 0 !important;
    max-width: 290px !important;
    margin-top: 0 !important; }
  body {
    background: transparent !important; }
  .calculators-box-four .block-calculation-box-gray ul li {
    float: left;
    width: 50%; }
  .calculators-box-four .block-calculation-box-gray {
    width: 79%; } }

@media (max-width: 510px) {
  .call-number {
    display: inline-block; }
  .header-container .header-logo-container {
    top: 7px; } }

@media (max-width: 480px) {
  .header-logo-image {
    top: -2px !important; }
  .header-logo-image {
    margin-bottom: auto !important; }
  .header-logo {
    margin: 35px auto 29px !important; }
  .tab-content.is-active .tableCenter td {
    display: table-cell !important; }
  .ProductListHome .HLProductItem {
    width: 50%; }
  .video-tab-mobile.solutions-cat ul li a {
    display: inline-block;
    padding: 10px 10px;
    color: #222;
    font-size: 12px; }
  img.SiteLogo {
    margin-top: 25px; }
  a.mobileMenu-toggle {
    margin-top: -1.2% !important; } }

@media (max-width: 380px) {
  .header-logo-container p {
    font-size: 9.3px !important; }
  .header-container .header-logo-container {
    width: 234px !important; }
  .about-icon > div {
    width: 100%;
    text-align: center;
    float: left;
    padding-bottom: 30px; }
  .ProductListHome .HLProductItem {
    width: 100%; }
  #myModal .videoTitle {
    font-size: 10px !important; }
  img.SiteLogo {
    margin-top: 25px; } }

@media (max-width: 375px) {
  .header-logo-image {
    max-width: 200px !important; } }

@media (min-width: 1400px) {
  .search-blog .form-prefixPostfix .button,
  .search-blog .form-prefixPostfix .form-input {
    width: 100%; }
  .search-blog .form-prefixPostfix-button--postfix {
    margin: 10px 0 0; } }

@media (min-width: 1025px) {
  /*.blog-page .blog {
    margin: 20px 0 !important;
    width: 33.333% !important;
    float: left;
    padding: 0 10px!important;
    border-top: none !important;
	min-height: 870px;
}
.blog-post-figure {
    width: 100% !important;
}*/
  .navUser-section, .navUser {
    position: relative !important;
    top: 0px !important; }
  li.navPages-item.mobhometxt {
    display: none; }
  .blog-post-figure {
    width: 30.555% !important;
    padding: 0 15px 0 0; }
  .blog-page-post .blog-post-figure {
    width: 100% !important;
    float: none; } }

@media (min-width: 544px) {
  .ProductListHome .HLProductItem {
    width: 50%; }
  #calculators-page-con div {
    float: left;
    width: 50%; }
  #brackish-boxL {
    float: left;
    width: 40%;
    padding: 0 5px 0 0; }
  #brackish-boxR {
    float: left;
    width: 60%;
    padding: 0 0 0 5px; }
  .catContentLeft {
    float: left;
    width: 70%;
    padding: 0 25px 0 0; }
  .catContentRight {
    float: left;
    width: 30%;
    padding: 0px; }
  #bluebox .pro-details {
    padding: 15px 0;
    /*overflow: scroll;
    overflow-x: auto;
    height: 160px;
    z-index: 1;
    position: relative;*/ } }

@media (min-width: 601px) {
  div#orangeBox {
    width: 50%;
    float: left; }
  div#blackBox {
    float: left;
    width: 50%; }
  #parts-sub-cat ul {
    width: 50%; }
  .block-one {
    float: left;
    width: 17%; }
  .block-two {
    float: left;
    width: 15%; }
  .block-three {
    float: left;
    width: 85%; }
  .calculators-box-three .blue-box {
    width: 60%; }
  .calculators-box-one ul li {
    display: inline-block;
    width: 16.333%; }
  .block-calculation-box-orange ul li {
    display: inline-block;
    width: 19.666%; }
  .calculators-box-three .block-calculation-box-gray {
    width: 39.333%;
    margin-left: 4px; }
  .calculators-box-four .red-box {
    width: 20%; }
  .calculators-box-four .block-calculation-box-gray {
    float: left;
    width: 79.2%;
    margin-right: 0;
    margin-left: 5px; }
  #slick-slide01 p.heroCarousel-description {
    max-width: 250px; }
  #tab-description .tableCenter td {
    width: auto !important; }
  .recent-blogs-r article.blog {
    width: 33.333%; }
  .expertise-box {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 50px; }
  .single-work-details-left {
    width: 40%;
    float: left;
    text-align: justify;
    padding: 0 35px 0 0; }
  .single-work-details-right {
    float: left;
    width: 60%;
    text-align: justify; } }

@media (min-width: 801px) {
  .catprolist {
    float: left;
    width: 50%;
    padding: 0 25px; }
  .pagination-bottom {
    margin-bottom: 30px; }
  .page-heading.cat-page-heading {
    font-size: 36px; }
  .filtration-content {
    width: 47%;
    min-height: 185px; }
  #brackish-water .category-product-section-left {
    width: 40%; }
  #brackish-water .category-product-section-right {
    width: 60%; }
  #waterFilters .category-product-section-left {
    width: 50%; }
  .category-product-section-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: inherit; }
  /*#brackish-water .category-product-section-block {
		display:block;
	}*/
  #waterFilters .category-product-section-right {
    width: 50%; }
  .category-product-section-left {
    width: 50%;
    float: left; }
  .category-product-section-right {
    float: left;
    width: 50%; }
  #waterFilters .category-product-section-block {
    display: flex;
    align-items: center; }
  #ro-membrane .category-product-section-block {
    display: flex;
    align-items: center; }
  .category-product-section-right .systems-card-title {
    font-size: 26px; }
  .category-product-section-right h2 {
    font-size: 26px; }
  .brackish-water-block {
    width: 100%;
    display: flex;
    align-items: center; } }

@media (min-width: 768px) {
  .ProductListHome .HLProductItem {
    width: 33.3%; }
  .home-mobile-section {
    display: none; }
  section.heroCarousel {
    display: block; }
  .catproBox h2 {
    background: #0065cb;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 26px; }
  .water-treatment-form {
    width: 65%; }
  .water-treatment-form-right {
    width: 35%; } }

@media (min-width: 769px) {
  .page-heading-desktop {
    margin-bottom: 0 !important;
    margin-top: 25px !important;
    font-family: Barlow,sans-serif !important;
    font-size: 26px !important; }
  .botBor.page-heading-desktop {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

@media (min-width: 1025px) {
  .productView-thumbnails-sidebar .productView-thumbnail {
    width: 100% !important; }
  .Cartridge ul#navPages-146,
  .Membranes ul#navPages-49,
  li.navPage-subMenu-item.the-list-item.Chemical.Dosing.Pumps ul#navPages-123,
  li.navPage-subMenu-item.the-list-item.Control.Valves ul#navPages-90,
  li.navPage-subMenu-item.the-list-item.FRP.Filter.Tanks ul#navPages-103,
  li.navPage-subMenu-item.the-list-item.RO.Chemicals ul#navPages-176,
  li.navPage-subMenu-item.the-list-item.Disinfection.Products ul#navPages-118,
  li.navPage-subMenu-item.the-list-item.Membrane.Bioreactor ul#navPages-327,
  li.navPage-subMenu-item.the-list-item.Membrane.Pressure.Vessels ul#navPages-106,
  li.navPage-subMenu-item.the-list-item.Water.Filtration.Media.and.Resin ul#navPages-159,
  li.navPage-subMenu-item.the-list-item.Water.Monitoring.Testing.Instruments ul#navPages-166,
  li.navPage-subMenu-item.the-list-item.Commercial.Water.Pumps ul#navPages-129, ul#navPages-166, ul#navPages-159 {
    display: none; } }

@media (min-width: 1200px) {
  .ProductListHome .HLProductItem {
    width: 20%; }
  .part4 .HLProductItem {
    width: 100%; }
  .inner-page .col-lg-9 {
    width: 84%;
    float: right; }
  .productViewPage .productView-details-top {
    width: 84%;
    float: right; } }

@media (max-width: 991px) and (min-width: 768px) {
  .email-2 {
    display: none; }
  .header-logo-image {
    margin-bottom: 1.5%;
    margin-left: 0% !important; }
  .header-logo {
    margin: -2% auto 29px !important; } }

@media (max-width: 1024px) and (min-width: 992px) {
  .email-2 {
    display: none; } }

@media screen and (max-width: 420px) {
  .quote-banner {
    display: none; }
  .get-pricing {
    display: block !important; } }

/** media queries **/
@media screen and (max-width: 660px) {
  .sliderbox h1 {
    font-size: 2.4em;
    line-height: 1.2em; }
  .sliderbox .crsl-item h3 {
    font-size: 1.65em; }
  .projectFactsWrap .item {
    padding: 0 0 30px;
    width: 50%; }
  .projectFactsWrap .item p.number {
    font-size: 36px; }
  .projectFactsWrap .item p {
    font-size: 24px; } }

@media screen and (max-width: 480px) {
  .projectFactsWrap .item {
    flex: 0 0 100%; } }

.heroCarousel-title {
  font-weight: bold;
  text-transform: uppercase; }

@media (max-width: 1024px) and (min-width: 480px) {
  .header-logo-container p {
    font-size: 12px; } }

@media (min-width: 1024px) {
  .header-logo-container p {
    text-align: center;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    margin-top: -22px;
    color: #404040;
    font-size: 19.3px; }
  .RESOURCES .navPage-subMenu .navPage-subMenu-action-image img {
    width: 100px; }
  .navPage-subMenu .navPage-subMenu-action-image img {
    max-width: 210px;
    width: 100% !important; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .heroCarousel-content {
    width: 20.66667rem;
    right: 50%;
    text-align: left;
    padding: 30px;
    background: transparent;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .slick-dots li {
    display: inline-block !important; }
  .heroCarousel-title {
    font-size: 34px;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    line-height: 36px;
    color: #0066cc; }
  p.heroCarousel-description {
    font-size: 14px;
    font-weight: 700;
    max-width: 178px;
    width: 100%;
    margin: 0 0 10px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase; } }

@media (max-width: 992px) and (min-width: 768px) {
  .heroCarousel-content {
    width: 20.66667rem;
    right: 65%;
    text-align: left;
    padding: 20px;
    background: transparent;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .slick-dots li {
    display: inline-block !important; }
  .heroCarousel-title {
    font-size: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    line-height: 36px;
    color: #0066cc; }
  p.heroCarousel-description {
    font-size: 14px;
    font-weight: 700;
    max-width: 178px;
    width: 100%;
    margin: 0 0 10px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase; } }

@media (min-width: 1025px) {
  .languages {
    display: block !important; }
  .page-sidebar + .page-content {
    width: 80% !important; }
  .navUser-action.lang-btn {
    padding-top: 7px !important; }
  .category-main {
    width: 80%; }
  .navUser-action.lang-btn {
    margin-left: 14px !important; }
  .navPage-subMenu-item {
    width: 25%;
    display: inline-grid !important;
    padding: 0 0.75rem !important;
    float: none !important; }
  .heroCarousel-title {
    font-size: 48px;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    line-height: 48px;
    color: #0066cc;
    min-height: 170px; }
  p.heroCarousel-description {
    font-size: 18px;
    font-weight: 700;
    max-width: 340px;
    width: 100%;
    font-family: 'Hind Siliguri', sans-serif;
    text-transform: uppercase;
    margin: 0; }
  .heroCarousel-content {
    width: 31.66667rem;
    right: 65%;
    text-align: left;
    padding: 20px;
    border: none;
    min-height: 333px !important; }
  .heroCarousel-action {
    margin-top: 10px; } }

@media (min-width: 1600px) {
  /*.waves {
		min-height: 600px !important;
	}*/ }

@media (min-width: 1440px) {
  .header-logo {
    margin: 50px auto 29px !important; } }

@media (min-width: 420px) {
  .page-sidebar + .page-content .productGrid .product.ListView {
    width: 100%; } }

@media (min-width: 1400px) {
  .navSearch {
    max-width: 219px !important; }
  .navSearch .form .form-input {
    width: 233px !important; }
  .navSearch .search-icon {
    top: 43%;
    right: -2%; } }

@media (max-width: 1400px) and (min-width: 1200px) {
  .navSearch .form {
    right: 54% !important; } }

@media (max-width: 1439px) and (min-width: 1326px) {
  .navPage-subMenu.is-open {
    left: 0 !important;
    width: 100% !important; } }

#menu .navPages ul.navPages-list > li.navPages-item:hover > a + div.navPage-subMenu {
  display: block;
  left: 0;
  width: 100%; }

@media all and (max-width: 1024px) {
  #menu .navPages ul.navPages-list > li.navPages-item:hover > a + div.navPage-subMenu {
    display: none; }
  #menu .navPages ul.navPages-list > li.navPages-item > a + div.navPage-subMenu.is-open {
    display: block; } }

@media all and (max-width: 812px) {
  #menu .navPages ul.navPages-list > li.navPages-item:hover > a + div.navPage-subMenu {
    display: none; }
  #menu .navPages ul.navPages-list > li.navPages-item > a + div.navPage-subMenu.is-open {
    display: block; } }

@media (max-width: 1400px) and (min-width: 1200px) {
  fieldset.form-fieldset {
    margin-left: 0 !important; } }

.seface_wrap {
  float: left;
  width: 100%; }

.navPages {
  /*top: 0;*/
  left: 0;
  width: 100%;
  z-index: 10000; }

.fixed-search-but i.material-icons.search-icon {
  color: #fff; }

.category-product-section-right .sectionLink {
  font-size: 0px; }

.Calculator-submenu-list ul.mainmenu.nav .dropdown-toggle::after {
  display: none; }

.Calculator-sidebar .mainmenu .ActiveUL > a {
  color: #404040 !important; }

.hidenav {
  opacity: 0; }

@media (min-width: 1025px) {
  .fixed-header {
    webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    transition: all .8s ease; }
  .fixed-header.navPages {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99; }
  .fixed-header span.fixed-scrool-logo {
    position: absolute;
    top: 8px;
    display: inline-block !important;
    left: 0px; }
  .fixed-header li.navUser-item.fixed-search-but {
    display: inline-block !important;
    position: absolute;
    right: 0; }
  .fixed-search-but .navUser-action {
    font-size: 14px;
    font-weight: 400;
    padding: 11px 10px 0 10px;
    border-left: 1px solid #fff; }
  .view-threeD-section {
    display: flex;
    align-items: center;
    justify-content: center; } }

@media (max-width: 1366px) and (min-width: 1025px) {
  .fixed-header span.fixed-scrool-logo {
    left: -70px; }
  .quote-banner .quote-heading {
    font-size: 28px !important; } }

@media (max-width: 1199px) and (min-width: 1025px) {
  #categorymainright ul.productGrid {
    max-width: 100% !important;
    margin: 0; }
  .landingPage-col9 {
    margin-top: 0 !important; } }

@media (min-width: 992px) and (max-width: 1024px) {
  a.mobileMenu-toggle {
    margin-top: -46px !important; }
  .projectFactsWrap .item p {
    font-size: 28px; } }

@media (min-width: 600px) and (max-width: 892px) {
  .modal-content {
    overflow-x: scroll;
    overflow-y: scroll;
    height: 320px; } }

@media (min-width: 1200px) {
  section.col-lg-9.landingPage-col9.productView-details-top, #categorymainright {
    width: 80% !important;
    float: right; } }

@media (min-width: 1500px) {
  .waves {
    min-height: 145px !important;
    margin-top: 145px !important; } }

/* Header css here */
.navUser a.navUser-action.lang-btn + ul {
  display: none !important; }

.mobile-lang-dropdown a.navUser-action.lang-btn.Showcountrymenu + ul {
  display: block !important; }

.navUser a.navUser-action.lang-btn.Showcountrymenu + ul {
  display: block !important; }

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

.projecttitle, .projecttitle a, .projecttitle a h1 {
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  min-height: 115px;
  font-weight: 600;
  margin: 0px; }

.projecttitle a h1 {
  padding: 0px;
  min-width: auto;
  height: auto;
  min-height: auto; }

.RelProDiv ul li > div:last-child a {
  background: #06c;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-align: center;
  padding: 5px; }

div#relatedproduct {
  float: left;
  width: 100%;
  margin-top: 20px; }

.RelProDiv ul li > div:last-child:hover {
  background: #939597; }

.category-sidebar nav .navPages-item .navPage-subMenu-list .navPage-subMenu-item.second-row .navPage-childList > li.third-row:nth-of-type(1n+6) {
  display: none; }

.category-sidebar .second-row i {
  right: -10px; }

.RelProDiv ul li {
  width: 25%;
  display: inline-block;
  padding: 0 15px;
  float: left; }

.mobarrows {
  display: none; }

.quote-banner .quote-heading {
  font-family: Barlow, sans-serif !important; }

@media (max-width: 1200px) {
  .header-logo {
    margin: -6% auto 6px !important; }
  .header-logo-image {
    max-height: inherit !important; }
  .header-logo-container p {
    margin-top: -18px;
    font-size: 12px; } }

@media (max-width: 1024px) {
  .navPages-list + .navPages-list {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }
  .navPages a {
    outline: none;
    border: 0px; }
  .navPages a {
    border-top: 3px solid #FFF; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child), .navPages-quickSearch {
    border-bottom: 0px; }
  .navPages-action {
    font-size: 26px;
    padding: 8px 0 !important; }
  .navPages-action-moreIcon {
    height: 1.133rem;
    width: 1.13333rem;
    margin-left: .4rem;
    transform: rotate(-90deg);
    float: right;
    margin-top: 14px;
    margin-right: 2rem; }
  .has-subMenu.is-open .navPages-action-moreIcon {
    margin-top: 0; }
  .navPage-subMenu .navPage-subMenu-action {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px; }
  .navPage-subMenu .navPage-subMenu-item {
    width: auto !important; }
  .navPage-subMenu .navPage-subMenu-action {
    text-align: left !important; }
  .navPage-subMenu .navPage-subMenu-item {
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse; }
  .navPage-subMenu .the-list {
    margin-top: 0px !important; } }

@media (max-width: 812px) {
  .navPages a {
    outline: none;
    border: 0px; }
  .navPage-subMenu .navPage-subMenu-item {
    width: auto !important; }
  .navPages a {
    border-top: 3px solid #FFF; }
  .navPages-action {
    font-size: 26px;
    padding: 8px 0 !important; }
  .has-subMenu.is-open .navPages-action-moreIcon {
    margin-top: 0; }
  .navPages-action-moreIcon {
    height: 1.133rem;
    width: 1.13333rem;
    margin-left: .4rem;
    transform: rotate(-90deg);
    float: right;
    margin-top: 14px;
    margin-right: 2rem; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child), .navPages-quickSearch {
    border-bottom: 0px; }
  .solutions-cat a {
    width: 33.333% !important;
    text-align: left !important; } }

@media (max-width: 768px) {
  .projecttitle {
    min-height: 72px; }
  .RelProDiv ul li {
    width: 50%;
    padding: 0 15px 30px;
    float: left; }
  /*NAV MENU CSS*/
  .navPages-action {
    font-size: 26px;
    padding: 8px 0 !important; }
  .navPage-subMenu .navPage-subMenu-action {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px; }
  .navPages a {
    border-top: 3px solid #FFF; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child), .navPages-quickSearch {
    border-bottom: 0px; }
  #search_query {
    font-size: 18px; }
  a.mobileMenu-toggle {
    outline: none; }
  .navPages-action-moreIcon {
    height: 1.133rem;
    width: 1.13333rem;
    margin-left: .4rem;
    transform: rotate(-90deg);
    float: right;
    margin-top: 14px;
    margin-right: 2rem; }
  .has-subMenu.is-open .navPages-action-moreIcon {
    margin-top: 0; }
  .mobarrows {
    display: block; }
  .desarrows {
    display: none; }
  /*NAV MENU CSS*/
  .productView-img-container {
    height: auto; }
  .productView-img-container::after {
    padding-bottom: 20px !important; }
  .wrapper section {
    padding-top: 20px !important; }
  article.productView-description.sections #videos {
    margin-top: 20px !important; }
  article.productView-description.sections #models {
    margin-top: 0 !important; }
  .homepage-div-2 .botBor.page-heading-mobile {
    display: none; }
  .sliderbox #navbtns {
    top: -50px !important; }
  .category-banner-new .catContentLeft {
    display: none; }
  a.navPages-action:focus,
  svg:focus {
    color: #E0a700 !important; }
  .solutions-cat a {
    width: 50% !important;
    text-align: left !important; }
  .videos-Agriculture iframe {
    margin: 0;
    min-height: initial; } }

@media (max-width: 480px) {
  .header-logo-image {
    top: 0px; }
  .header-logo-container p {
    margin-top: 12px; }
  .RelProDiv ul li {
    width: 100%;
    padding: 0 15px 30px;
    float: left; }
  .button, .infobutton {
    font-size: 3.2vw !important;
    text-transform: uppercase;
    text-align: center; }
  .navPages-action {
    font-size: 20px; }
  .navPage-subMenu .navPage-subMenu-action {
    font-size: 13px; }
  .navPages-action-moreIcon {
    margin-top: 8px;
    margin-right: 10px; }
  .navPage-subMenu-list .navPages-action-moreIcon {
    margin-top: 0px !important; }
  .solutions-cat a {
    width: 100% !important;
    text-align: left !important; } }

@media (max-width: 440px) {
  .ProductListHome .HLProductItem {
    width: 100%; }
  .card-title {
    height: 120px; }
  .cat-desciption h2 {
    line-height: 28px;
    margin-bottom: 10px; } }

@media (min-width: 480px) and (max-width: 568px) {
  .header-logo {
    margin: 12% auto 6px !important; }
  .header-logo-container p {
    margin-top: -28px; } }

@media (min-width: 667px) and (max-width: 769px) {
  .header-logo {
    margin: 6% auto 0px !important; } }

@media (min-width: 768px) and (max-width: 812px) {
  a.navUser-action.person {
    margin-top: -22px !important; } }

@media (min-width: 1024px) and (max-width: 1366px) {
  .heroCarousel-content {
    right: 65%; }
  .quote-container iframe {
    min-height: 242px; }
  .category-product-section-right .systems-card-title {
    font-size: 24px; }
  .category-product-section-right h2 {
    font-size: 24px; }
  div#blackBox span, div#blackboxfull span, div#bluebox span, div#colorGold span, div#colorGray span, div#orangeBox span, div#orangeboxfull span {
    font-size: 17px; }
  .category-page-content {
    font-size: 13px !important; } }

@media (min-width: 992px) and (max-width: 1024px) {
  a.navUser-action.person {
    margin-top: -37px !important; }
  .navSearch .search-icon {
    top: 37px !important; } }

@media (min-width: 768px) and (max-width: 768px) {
  .header-logo {
    margin: -2% auto 0px !important; } }

@media (min-width: 540px) and (max-width: 640px) {
  .header-logo {
    margin: 8% auto 0px !important; } }

/* Header css here */
/* footer css here */
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

.sidebarone {
  float: left; }

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

#VideoContainer {
  border-radius: 0px;
  padding: 0;
  border: solid red 0px;
  height: auto; }

#VideoSideContainer {
  display: none; }

#FeaturedVideo {
  float: none;
  clear: both;
  border: solid red 0px; }

#VideoList {
  float: none;
  clear: both;
  padding: 10px 50px; }

#VideoList ul {
  height: auto;
  width: auto; }

#VideoList li {
  padding: 10px;
  height: 69px;
  margin: 0;
  border: solid #fff 0px; }

.currentVideo {
  background: #fff;
  border: 0px; }

.fullwidth {
  padding: 0 !important; }

.HideElement {
  display: none; }

.videoRow {
  text-align: center;
  padding: 0 5px; }

.videoRowTitle {
  font-weight: bold; }

span.videoRowTitle {
  font-weight: bold;
  font-size: 14px; }

.owl-theme .owl-controls .owl-buttons div.owl-prev, #ProductDetails #ImageScrollPrev {
  background-position: 11px -245px;
  left: -52px; }

#VideoList .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -52px; }

.owl-theme .owl-controls .owl-buttons div.owl-next, #ProductDetails #ImageScrollNext {
  background-position: 11px -362px;
  right: -52px; }

#VideoList .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -52px; }

.owl-theme .owl-controls .owl-buttons div, #ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
  width: 32px;
  height: 32px;
  background: #f7f7f7 url(https://cdn10.bigcommerce.com/s-f1sum3xanq/templates/__custom/images/list-sprite.png) no-repeat 0 0;
  text-indent: -999em;
  position: absolute;
  top: 50px;
  margin-top: -16px;
  border: 1px solid #cfc9c1;
  border-radius: 50%;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 0.5s ease 0s; }

@media only screen and (min-width: 1024px) {
  .navPages-list i.icon.navPages-action-moreIcon.desarrows {
    background: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/dropdown-icon.png) no-repeat;
    width: 12px;
    height: 8px; }
  .navPages-list i.icon.navPages-action-moreIcon.desarrows svg {
    display: none; } }

/* footer css here */
/* Footerscript css here */
li.navPages-item.side-li > ul {
  display: none !important; }

li.navPages-item.side-li.ActiveMenu > ul {
  display: block !important; }

.Calculator-submenu-list {
  position: relative;
  z-index: 2; }

li.ActiveUL i.fa:before {
  color: #fff; }

.ActiveUL > a {
  background: transparent;
  /*color: rgb(0, 101, 203) !important;*/ }

.heroCarousel-image-wrapper.firstslide {
  background: none !important; }

.productClassLen .ActiveMenu .ActiveLInew {
  color: #0065cb !important; }

.mapdiv {
  position: relative; }

.mapdiv > .banner1 {
  float: left;
  width: 34.7%;
  margin-right: 0.3%; }

.mapdiv > .banner2 {
  float: left;
  width: 40%;
  margin-bottom: 0.3%; }

.mapdiv > .banner3 {
  float: left;
  width: 24.5%;
  margin-left: 0.5%; }

.mapdiv > .banner4 {
  float: left;
  width: 34.5%;
  margin-right: 0.5%; }

.mapdiv > .banner5 {
  float: left;
  width: 29.3%; }

.videoGallery .tab-title {
  font-size: 22px;
  color: #fff;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 0px !important;
  background: #0065cb;
  margin-top: 0;
  line-height: 36px;
  height: 36px;
  text-align: center;
  text-transform: uppercase; }

.GridBox {
  background: #f2f2f2;
  border: 1px solid #ccc;
  float: left;
  width: 100%; }

span#List {
  background: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/list-icon.png) 0px no-repeat;
  padding: 0px 15px 0px 20px;
  display: inline-block;
  line-height: 20px;
  margin: 10px;
  cursor: pointer;
  border-right: 1px solid #dddddd; }

.GridBox > span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }

.Calculator-sidebar .mainmenu .ActiveUL > a {
  color: #06c; }

span#List.ActiveLI {
  background: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/list-icon-hover.png) 0px no-repeat; }

span#List.ActiveLI:hover {
  background: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/list-icon.png) 0px no-repeat; }

span#Grid {
  background: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/grid-icon.png) 0px no-repeat;
  padding: 0px 10px 0px 20px;
  display: inline-block;
  line-height: 20px;
  margin: 10px;
  cursor: pointer; }

span#Grid.ActiveLI {
  background: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/grid-icon-hover.png) 0px no-repeat; }

span#Grid.ActiveLI:hover {
  background: url(https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/grid-icon.png) 0px no-repeat; }

.productGrid.List li:first-child {
  border-top: none;
  padding-top: 0; }

.ProductList.List li {
  display: block;
  margin-bottom: 0;
  position: relative;
  width: auto;
  clear: both;
  padding: 20px 0;
  min-height: 0 !important;
  float: none;
  overflow: hidden;
  text-align: left;
  border-top: 1px solid #dfe4e6; }

.productGrid.List li {
  width: 100%; }

.productGrid.List li figure.card-figure {
  float: left;
  width: 30%; }

.productGrid.List li .card-body.card-body-cat a.button.button--primary.category-btn {
  FLOAT: LEFT;
  WIDTH: AUTO; }

.productGrid.List li .card-body.card-body-cat {
  float: right;
  width: 65%;
  text-align: left;
  margin-left: 5%; }

.view-threeD-img {
  position: relative; }

.view-threeD-img {
  position: relative; }

.view-threeD-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 1px;
  min-width: 100%;
  width: 100%; }

.navPages-action.secondsubmenu.has-subMenu.has-subMenu-side.sideNav-action {
  padding: 10px 0px !important; }

li.navPage-subMenu-item.second-row.Showsubmenu > ul, li.navPage-subMenu-item.second-row.ActiveMenu > ul {
  display: block !important;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0; }

li.navPage-subMenu-item.second-row.ActiveMenu > ul li a {
  font-weight: normal !important;
  font-size: 12px; }

li.navPage-subMenu-item.second-row.Showsubmenu > ul li a {
  font-size: 12px;
  font-weight: normal !important; }

.category-sidebar nav .navPages-item .navPage-subMenu-list > li:first-child {
  margin: 0 !important;
  padding: 3px 0 0 0 !important; }

div#tab-reviews {
  display: block;
  float: left;
  width: 100%; }

.productView-rating + li, .productView-rating + li + li {
  display: none; }

div#reviewbox {
  margin-top: 20px; }

.writereview .productView-rating {
  position: relative;
  float: left; }

section#product-reviews {
  float: left;
  width: 100%; }

.writereview + section h4.toggle-title {
  display: none !important; }

.writereview {
  float: left;
  width: 100%; }

.writereview .productView-rating {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin: 10px 0 20px;
  display: block;
  padding: 20px 0; }

.writeReview-productImage-container img {
  width: 100%; }

.heroCarousel-image-wrapper.firstslide {
  background: none !important;
  height: auto !important; }

.category-product-section-right .sectionLink {
  font-size: 0px; }

/*.navPages-item > a.navPages-action:focus, svg:focus{color:#FFF !important;}
    .navPages-item > .navPages-action:hover{color:#FFF !important;}*/
.navPage-childList li.seemore {
  display: none; }

#sidebar.category-sidebar nav {
  max-width: 190px !important; }

.category-sidebar {
  width: 190px !important;
  margin-top: 15px; }

@media only screen and (max-width: 1024px) {
  .the-list-item {
    text-align: left; }
  .Video.Gallery a.Link_section {
    display: block;
    color: #fff;
    padding: 7px;
    font-size: 12px !important;
    text-transform: uppercase;
    width: 98%;
    margin: 0 auto; }
  .Calculators li.button-dropdown a {
    text-transform: uppercase;
    font-size: 12px !important; }
  .navPage-subMenu-list .navPages-action-moreIcon {
    margin-top: 0px !important; }
  .openSubMenu {
    display: block !important;
    margin-left: 0; }
  .upArrowSelect i.icon.navPages-action-moreIcon.mobarrows, .openSubCalMenu i.icon.navPages-action-moreIcon.mobarrows, .videoArrow, .calculatorsArrow {
    transform: rotate(0); }
  .Resources .main-video-filter-lists i.material-icons {
    display: none; }
  .Resources li.navPage-subMenu-item.the-list-item.Blog {
    margin: 0; }
  .Resources li.navPage-subMenu-item.the-list-item.Video.Gallery {
    margin-bottom: 0;
    width: 100%; }
  .Calculators .button-dropdown ul.submenu.dropdown-menu {
    position: inherit;
    background: inherit;
    border: 0; }
  .Calculators .button-dropdown ul.submenu.dropdown-menu a {
    display: inline-block; }
  .openSubCalMenu + ul.dropdown-menu {
    display: block !important; }
  .Calculators li.button-dropdown a.dropdown-toggle {
    display: inline-block;
    width: 100%;
    padding: 7px;
    width: 98%;
    margin: 0 auto; }
  .Calculators li.button-dropdown a {
    color: #fff; }
  .Calculators li.button-dropdown a.dropdown-toggle::after {
    display: none; }
  .Calculators .button-dropdown:last-child ul.submenu.dropdown-menu li:first-child > a {
    border-top: 0; }
  .Calculators .button-dropdown ul.submenu.dropdown-menu li a {
    padding: 7px;
    width: 98%;
    margin: 0 auto; }
  .youtube .videobox .LeftCat {
    display: none; }
  a.mobileMenu-toggle {
    display: inline-block; }
  a.linkSelected {
    color: #E0a700 !important; }
  .navPages-list .navPages-item.defualt-open {
    display: inline-block !important;
    width: 100%; }
  .Resources a.navPage-subMenu-action-image.navPage-subMenu-action.navPages-action.has-subMenu + i.icon.navPages-action-moreIcon.mobarrows {
    display: inline-block !important; }
  .mobarrows {
    display: inline-block; }
  i.icon.navPages-action-moreIcon.desarrows {
    display: none; }
  .Video.Gallery ul.unstyled.newVideoSubMenu {
    margin-left: 0; }
  .Video.Gallery a.Activeanchor {
    font-weight: normal;
    color: #E0a700 !important; }
  .navPages-action.is-open {
    background: 0 0;
    color: #E0a700; }
  .navPage-subMenu .navPage-subMenu-action {
    color: #fff; }
  .newVideoSubMenu a.Link_section.main-filter-titles[value="EN - Welcome"] i.icon.navPages-action-moreIcon.mobarrows {
    display: none; }
  .navPage-subMenu .navPage-childList-item .navPages-action {
    font-size: 12px !important; }
  .navPages-list .navPages-item a.navPage-subMenu-action-image.navPage-subMenu-action.navPages-action.has-subMenu img {
    display: none; }
  .navPages-list .navPages-item a.navPage-subMenu-action-image.navPage-subMenu-action.navPages-action.has-subMenu {
    border-top: none;
    padding: 0 !important; }
  .quote-container iframe {
    min-height: 192px; }
  .navPage-subMenu .navPage-childList-item .navPages-action {
    color: #fff !important; }
  .navPage-childList, .navPages .navPage-subMenu-list {
    border-left: none !important; } }

@media only screen and (max-width: 380px) {
  .navPage-subMenu .navPage-subMenu-action {
    font-size: 12px !important; } }

@media only screen and (min-width: 1025px) {
  ul.sibebar-mainlist.Showsubmenu .navPages-item.side-li {
    display: none; }
  ul.sibebar-mainlist.Showsubmenu li.navPages-item.side-li.ActiveMenu.Showsubmenu, ul.sibebar-mainlist.Showsubmenu li.navPages-item.side-li.ActiveLInew.ActiveMenu {
    display: inline-block; }
  .Calculator-sidebar ul.submenu.dropdown-menu li {
    border-bottom: none; }
  .Calculator-sidebar ul li a {
    font-size: 10px; } }

.ProductListHome .ProductImage {
  /* margin-bottom: 10px; */
  height: inherit; }

/* Footerscript css here */
.blog-content.blog-content-product {
  position: relative;
  width: 83%; }

.blog-title {
  font-size: 22px;
  margin: 0 0rem .4rem; }

header.blog-header .requestBut {
  text-align: left !important; }

.blog-content.blog-content-product .blog-post-body {
  float: none;
  width: 100%;
  text-align: left; }

.blogPostBan {
  margin: 15px 0; }

.blog-post .blogBanner {
  margin: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 15px; }

.tagsLink {
  position: relative !important;
  top: 0 !important;
  width: 100%; }

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

p.seprateParagraph + p {
  clear: both; }

.seprateParagraph + h4 + p {
  clear: both; }

.blog-post ul, .blog-post ol {
  float: left;
  width: 100%; }

.blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5 {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 0; }

.blog-post li {
  width: 100%;
  float: left; }

#blogPostview figure.blog-thumbnail {
  margin-bottom: 0; }

.blog-thumbnail img {
  width: auto !important; }

article#blogPostview {
  display: inline-table; }

article#blogPostview h1.blog-title {
  margin: 0; }

article#blogPostview ul.socialLinks {
  text-align: left; }

@media screen and (max-width: 1024px) {
  .blog-content.blog-content-product {
    width: 100%; } }

@media (min-width: 1025px) {
  .blog-content-product header.blog-header {
    float: left;
    width: 34%;
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px; }
  article#blogPostview iframe {
    width: 35%;
    margin: 0 0 15px;
    height: 225px; } }

@media (max-width: 390px) {
  #myModal {
    width: 340px !important; } }

.s1 {
  color: #1A1C1C; }

.s2 {
  color: #737477; }

.s3 {
  color: black; }

.s4 {
  color: #171818; }

.s5 {
  color: black; }

.s6 {
  color: black; }

.s7 {
  color: #16639A; }

.s8 {
  color: #505050; }

.s9 {
  color: #FFF; }

.s10 {
  color: #FFF; }

.s11 {
  color: #FFF; }

.s12 {
  color: #231F20; }

.s13 {
  color: #3D3F3F; }

.s14 {
  color: #020302; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.4rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: black;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 350px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1025px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 420px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1025px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1400px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2.03333rem;
  padding-top: 2.03333rem; }

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 420px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 420px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 420px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-fill: auto;
       column-fill: auto;
  -moz-column-gap: 1.33333rem;
       column-gap: 1.33333rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 420px) {
    .productMasonry {
      -moz-column-count: 3;
           column-count: 3; } }
  @media (min-width: 1025px) {
    .productMasonry {
      -moz-column-count: 4;
           column-count: 4; } }
  .productMasonry .product {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol6 {
    -moz-column-count: 6;
         column-count: 6; } }

@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.73333rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 420px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 420px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1400px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 420px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.73333rem;
      padding-right: 0.73333rem;
      width: 25%; } }
  @media (min-width: 1400px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1400px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1400px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.73333rem;
      opacity: 0;
      position: absolute;
      right: 0.73333rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 420px) {
  .listItem-body {
    padding-left: 1.26667rem;
    padding-right: 0.73333rem;
    width: 75%; } }

@media (min-width: 1400px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1400px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1400px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.4rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.2rem; }
  @media (min-width: 1025px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.2rem; }
  @media (min-width: 1025px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1400px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.6rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1400px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.73333rem 0 0; } }

@media (min-width: 1400px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1400px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1400px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 3.33333rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.33333rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.33333rem;
  position: absolute;
  top: 10px;
  width: 3.33333rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.33333rem;
  z-index: 50; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.33333rem;
  line-height: 1.06667rem;
  padding-left: 0.53333rem;
  padding-right: 0.73333rem;
  padding-top: 0.1rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.33333rem;
  left: -35px;
  line-height: 1.06667rem;
  padding-top: 0.1rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 7.93333rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1025px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1025px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

/* BAPO Custom SCSS */
/* Dimensions and Screen sizes */
/* Layout */
.body {
  margin-top: 0rem; }

.container {
  width: 1440px;
  max-width: 1440px;
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 1439px) {
    .container {
      max-width: 1170px; } }
  @media (max-width: 1199px) {
    .container {
      max-width: 955px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 98%;
      margin: 0 auto; } }

.button {
  font-size: 16px;
  font-family: "Hind Siliguri";
  text-align: center;
  background-color: #0066cc;
  border-radius: 2px;
  border: none;
  padding: 18px 24px;
  text-transform: uppercase;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19); }
  .button:hover {
    background-color: #939597 !important; }

.infobutton {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #404040;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 2px;
  border: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  padding: 14px 24px;
  text-transform: uppercase;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19); }
  .infobutton:hover {
    background-color: #939597 !important;
    color: #fff; }

.page {
  margin: 0; }

input:focus {
  outline: none;
  border-color: #cccccc; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus::placeholder {
  color: transparent !important; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
.header {
  border-bottom: 3px solid white;
  width: 100% !important; }
  @media screen and (max-width: 1024px) {
    .header {
      border-bottom: 2px solid #0065cb;
      height: 89px; } }

.header-container {
  margin: 0 auto;
  max-width: 1440px;
  height: 92px; }
  @media screen and (max-width: 1024px) {
    .header-container {
      height: 53px; } }

.mobile-menu-search, .navPages-quickSearch {
  display: none; }

.call-number-1:hover, .call-number-2:hover {
  color: #939597; }

.phone-number-div {
  padding-left: 0px; }

.call-number-2 {
  padding-top: 3px; }

.header-logo-container {
  margin: 0;
  max-height: 92px; }
  .header-logo-container a {
    width: 100%;
    height: 100%; }
    @media (max-width: 1024px) {
      .header-logo-container a {
        top: -21px;
        left: 0;
        width: 100%; } }

.header-info {
  margin-bottom: 0;
  margin-top: -2%;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-family: "Hind Siliguri";
  letter-spacing: 0.6px; }

.header-logo-image {
  vertical-align: middle; }
  @media screen and (max-width: 1024px) {
    .header-logo-image {
      max-height: 47px;
      top: -74px;
      left: -45%;
      max-width: 200px;
      margin-left: 80%; } }
  @media (max-width: 991px) {
    .header-logo-image {
      max-height: 41px;
      margin-bottom: 15px; } }
  @media (max-width: 600px) {
    .header-logo-image {
      left: -66%; } }
  @media (max-width: 480px) {
    .header-logo-image {
      left: -119%; } }

.header-nav-container {
  width: auto;
  margin: 0 auto; }

.strong-lang {
  font-weight: 700; }

.mob-lang-a {
  float: none;
  padding: 0 5px;
  background-color: white; }

.mob-lang {
  float: left !important;
  clear: left !important;
  width: 100%; }

#search_query_adv {
  border-color: #3f3f3f;
  height: 37px;
  padding: 0px 20px 2px 12px;
  font-size: 15px;
  letter-spacing: 0.3px;
  width: 100%; }

.header-logo {
  margin: 63px auto 29px; }

.Request a.navPages-action {
  padding: 0.78571rem 0.9rem; }
  @media (max-width: 1024px) {
    .Request a.navPages-action {
      padding: 0.78571rem 0rem; } }

.Request .material-icons {
  display: inline-block;
  float: left;
  padding-right: 4px;
  padding-top: 2px;
  font-size: 19px; }
  @media (max-width: 1024px) {
    .Request .material-icons {
      display: none; } }

@media (max-width: 1439px) {
  .header-logo {
    margin: 60px auto 29px; } }

@media (min-width: 1025px) {
  .header-logo-image-container {
    margin-top: -3%; }
  .arrow-icon {
    vertical-align: bottom; }
  .navUser-action {
    padding: 0.5rem 0.78571rem 1rem 0.78571rem; }
  .navUser-action.lang-btn {
    margin-left: 37px;
    padding-top: 6px; }
    .navUser-action.lang-btn img {
      padding-bottom: 3px;
      padding-right: 3px; }
  #search_query_adv {
    border-color: #3f3f3f;
    height: 37px;
    padding: 0 19px 0 13px; }
  ::-moz-placeholder {
    color: black !important; }
  ::placeholder {
    color: black !important; }
  .call-icon {
    vertical-align: sub; }
  .navPages {
    max-width: 100%;
    color: white;
    max-height: 42px; }
  .mobile-logo {
    display: none;
    margin: 0; }
  .call-number-3 {
    display: none; }
  .call-number {
    display: block;
    width: 400px;
    padding-top: 11px; } }

a.mobileMenu-toggle {
  margin-top: -64px;
  padding-left: 0; }

.navUser-item--account .navUser-action {
  padding: 0.5rem 0rem 1rem 0.5rem; }
  .navUser-item--account .navUser-action .person-icon {
    padding-right: 4px; }

.navUser-action {
  font-size: 15px;
  font-weight: 400;
  font-family: "Hind Siliguri";
  padding: 0;
  padding-top: 9px; }

@media screen and (max-width: 767px) {
  .call-number-2 {
    display: none; }
  .call-number-1 {
    display: none; }
  .call-number-3 {
    background-color: #dbdbdb;
    height: 35px; }
  .phone-sm {
    margin-left: 12%;
    margin-top: -7%; }
  .phone-small-info {
    margin-top: 8px;
    width: 54%;
    padding: 0; }
  a.mobileMenu-toggle {
    margin-top: -0.4%;
    padding-left: 17px; }
  .header-logo {
    margin: 39px auto 29px; }
  div.navSearch {
    margin-top: 0.4%;
    right: 55px; }
  a.navUser-action.person {
    margin-right: -2.1%;
    margin-top: 1.3%; }
  .search-icon {
    margin-right: -70%; }
  #search_query_adv {
    height: 30px !important;
    margin-top: -50%;
    margin-right: -55%;
    background-color: transparent; }
  .mobile-lang .navUser-action {
    padding-top: 5px; }
  .mobile-lang img {
    padding-bottom: 3px;
    padding-right: 4px; }
  .arrow-icon {
    vertical-align: bottom; }
  .mobile-lang-dropdown {
    padding-right: 5px; } }

.navSearch {
  margin-right: 1%;
  height: 40px;
  padding: 0 !important; }

.dropdown-navUser-language {
  margin-bottom: 0; }

.mobile-lang {
  display: none; }
  @media screen and (max-width: 1024px) {
    .mobile-lang {
      display: block;
      float: right; } }

.navPages-action {
  color: white; }

.row.bottom-nav {
  width: 100% !important;
  margin: 0 auto; }

nav.navUser {
  height: 45px;
  margin-bottom: 14px;
  padding: 0; }

ul.navUser-section.navUser-section--alt {
  height: 45px; }

nav.navUser {
  padding: 0; }
  @media (max-width: 767px) {
    nav.navUser {
      width: 0%; } }

#dropdown-lang {
  display: none;
  padding: 10px 10px;
  background-color: white;
  box-shadow: 1px 1px 8px 2px rgba(5, 11, 20, 0.41); }
  #dropdown-lang .strong-lang {
    padding-left: 8px;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
    letter-spacing: 1px;
    cursor: pointer; }
    #dropdown-lang .strong-lang a {
      width: 100%;
      padding-right: 58px; }
  #dropdown-lang li:hover {
    background: #f7f7f7; }
    #dropdown-lang li:hover a {
      color: #939597; }
  #dropdown-lang img {
    padding: 0 5px 3px 0; }

#lang {
  display: none;
  padding: 9px 10px;
  margin-left: 0;
  height: 151px;
  width: 140px;
  position: absolute;
  z-index: 100;
  background-color: white;
  box-shadow: 1px 1px 8px 2px rgba(5, 11, 20, 0.41);
  right: 0; }
  #lang .mob-lang {
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
    letter-spacing: 1px;
    cursor: pointer; }
    #lang .mob-lang a {
      width: 100%;
      padding-right: 58px; }
  #lang li {
    list-style-type: none; }
    #lang li:hover {
      background: #f7f7f7; }
      #lang li:hover a {
        color: #939597; }

@media screen and (max-width: 767px) {
  .form-prefixPostfix.wrap {
    display: inline-block;
    margin-top: 65%; } }

.person-icon-img {
  vertical-align: sub;
  font-size: 20px; }
  @media (max-width: 1024px) {
    .person-icon-img {
      font-size: 30px; } }
  @media (max-width: 400px) {
    .person-icon-img {
      padding-right: 0px; } }

.person {
  padding: 0;
  display: inline-block; }
  @media (min-width: 1025px) {
    .person {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .person {
      float: right;
      margin-right: -2%;
      margin-top: -2.6%; } }

.call-icon {
  display: inline-block;
  font-size: 20px; }
  @media (max-width: 1024px) {
    .call-icon {
      vertical-align: super;
      float: left; } }

.call-sm {
  width: 30px; }

.phone-sm {
  width: 150px; }

a {
  text-decoration: none; }

.navUser-or {
  padding: 0 8px 0 14px; }
  @media (max-width: 1024px) {
    .navUser-or {
      display: none;
      padding-left: 3rem;
      color: #fff; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .header-logo {
    margin: 58px auto 29px; }
  .navSearch .form .form-input {
    width: 183px; }
  .navSearch {
    margin-top: -5%;
    margin-right: 1%; }
  div.col-lg-4 {
    padding-right: 0; }
  fieldset.form-fieldset {
    margin-left: -12%; }
  .search-icon {
    padding-left: 50px;
    margin-right: -10%; }
  .arrow-icon {
    vertical-align: bottom; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  .navSearch .form .form-input {
    width: 183px !important; }
  #search_query_adv {
    margin-left: 0%; }
  fieldset.form-fieldset {
    margin-left: -23%; }
  div.col-lg-4 {
    padding-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .call-number-2 {
    display: none; }
  .call-number-1 {
    display: none; }
  .call-number-3 {
    background-color: #dbdbdb;
    height: 35px; }
  .row.call-number-3 {
    margin-bottom: 4%;
    margin-top: 0; }
  a.mobileMenu-toggle {
    margin-top: -4.4%;
    padding-left: 17px; }
  .header-logo-image {
    margin-bottom: 1.5%;
    margin-left: 75%; }
  .phone-small-info {
    margin-top: 8px;
    padding: 0; }
  .phone-sm {
    margin-left: -4%;
    margin-top: 1%; }
  .mobile-lang .navUser-action {
    padding-top: 5px; }
  .mobile-lang img {
    padding-bottom: 3px;
    padding-right: 4px; }
  .header-logo {
    margin: -2% auto 29px; }
  .form-prefixPostfix.wrap {
    margin-top: -2%; }
  div.navSearch {
    margin-top: -3.3%; }
  a.navUser-action.person {
    margin-right: -0%;
    margin-top: -3.3%; }
  .arrow-icon {
    vertical-align: bottom; }
  .search-icon {
    margin-right: -45%; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .header-info {
    margin-top: 0; }
  .call-number-2 {
    display: none; }
  .call-number-1 {
    display: none; }
  .call-number-3 {
    background-color: #dbdbdb;
    height: 35px; }
  .row.call-number-3 {
    margin-bottom: 4%;
    margin-top: 0; }
  .phone-small-info {
    margin-top: 8px;
    padding-left: 0; }
  .phone-smaller-devices {
    padding-left: 0; }
  .mobile-lang-dropdown {
    padding-right: 2px; }
  .mobile-lang {
    margin-right: 0%; }
    .mobile-lang .navUser-action {
      padding-top: 5px; }
    .mobile-lang img {
      display: inline-block;
      padding-bottom: 3px;
      padding-right: 4px; }
  div.col-md-4 {
    width: 100%; }
  .header-logo {
    margin: 0; }
  .form-prefixPostfix.wrap {
    margin-top: -2%; }
  div.navSearch {
    margin-top: -6%; }
  a.navUser-action.person {
    margin-right: -2%;
    margin-top: -55px; }
  .arrow-icon {
    vertical-align: bottom; } }

@media (max-width: 600px) {
  a.navUser-action.person {
    margin-top: 1.6%; } }

@media (max-width: 525px) {
  a.navUser-action.person {
    margin-top: 2%; } }

@media (max-width: 425px) {
  a.navUser-action.person {
    margin-top: 2.5%; } }

@media (max-width: 350px) {
  a.navUser-action.person {
    margin-top: 4%; }
  .person-icon-img {
    font-size: 26px;
    padding-right: 0; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.8rem; }
  .header-logo-image {
    max-width: 181px;
    max-height: 41px; } }

@media (max-width: 1024px) {
  #search_query_adv {
    display: none; }
  .navPages-quickSearch {
    display: block; } }

.navSearch {
  max-width: 183px;
  height: 40px;
  float: right;
  padding: 0.7rem 1rem;
  position: relative;
  margin-top: -4%; }
  .navSearch .form-prefixPostfix.wrap {
    display: inline-block;
    float: right; }
  .navSearch .search-close {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-50%, -50%);
    display: none; }
    @media (max-width: 1400px) {
      .navSearch .search-close {
        right: -2%;
        top: 53%; } }
    @media (max-width: 1199px) {
      .navSearch .search-close {
        right: -1%; } }
    @media (max-width: 1024px) {
      .navSearch .search-close {
        display: none !important; } }
  @media (max-width: 1400px) {
    .navSearch {
      width: 100%;
      padding: 1.9rem 1rem; } }
  @media (max-width: 1024px) {
    .navSearch {
      position: absolute;
      right: 50px;
      z-index: 99;
      max-width: 130px;
      margin-top: -6%; } }
  @media (min-width: 1025px) and (max-width: 1199px) {
    .navSearch {
      margin-top: -6%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navSearch {
      right: 50px; } }
  .navSearch .form, .navSearch .form-field {
    margin: 0; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .navSearch .form {
      position: absolute;
      top: 0;
      right: 50%;
      transform: translateX(50%); } }
  @media (max-width: 1199px) {
    .navSearch .form {
      width: 100%;
      right: 0%; } }
  @media (max-width: 1024px) {
    .navSearch .form {
      width: auto;
      top: 3px;
      right: 5px;
      transform: none; } }
  .navSearch .form .form-input {
    background-color: #fff;
    border-color: #e0e0e0;
    transition: box-shadow .5s, border-color .25s ease-in-out, background-color .25s;
    float: right;
    transition: all 0.25s; }
    @media (min-width: 1402px) {
      .navSearch .form .form-input {
        width: 80%; } }
    @media (max-width: 1024px) {
      .navSearch .form .form-input {
        width: 50px;
        border: 0;
        padding: 0; } }
    .navSearch .form .form-input::-moz-placeholder {
      -moz-transition: color .25s;
      transition: color .25s; }
    .navSearch .form .form-input::placeholder {
      transition: color .25s; }
      @media (max-width: 1024px) {
        .navSearch .form .form-input::-moz-placeholder {
          color: transparent; }
        .navSearch .form .form-input::placeholder {
          color: transparent; } }
    .navSearch .form .form-input:focus {
      border-color: white;
      box-shadow: 0 0 5px #cacaca; }
      @media (min-width: 1400px) {
        .navSearch .form .form-input:focus {
          width: 100%; } }
      @media (max-width: 1024px) {
        .navSearch .form .form-input:focus {
          box-shadow: none;
          width: 90%; } }
      .navSearch .form .form-input:focus::-moz-placeholder {
        color: transparent; }
      .navSearch .form .form-input:focus::placeholder {
        color: transparent; }
        @media (max-width: 1024px) {
          .navSearch .form .form-input:focus::-moz-placeholder {
            color: #939597; }
          .navSearch .form .form-input:focus::placeholder {
            color: #939597; } }
  .navSearch .form .searchButton {
    position: absolute;
    display: none;
    border: 1px solid #000;
    width: 46px;
    height: 46px;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border-radius: 4px;
    border-color: transparent;
    transition: border-color 0.25s; }
    .navSearch .form .searchButton:active {
      border-color: white; }
    @media (max-width: 1024px) {
      .navSearch .form .searchButton {
        display: none; } }
  .navSearch .search-icon {
    width: 16px;
    position: absolute;
    top: 48%;
    right: 5%;
    transform: translate(-50%, -50%);
    display: block;
    cursor: pointer; }
    @media (max-width: 1400px) {
      .navSearch .search-icon {
        right: 5%; } }
    .navSearch .search-icon:hover {
      color: #939597; }
    @media (max-width: 1199px) {
      .navSearch .search-icon {
        right: 16%; } }
    @media (max-width: 1024px) {
      .navSearch .search-icon {
        width: 18px;
        top: 17px;
        right: -25px;
        font-size: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .navSearch .search-icon {
        top: 16px;
        right: 50px; } }
    @media (max-width: 767px) {
      .navSearch .search-icon {
        top: 21px;
        right: 69px; } }
    @media (max-width: 550px) {
      .navSearch .search-icon {
        top: 22px;
        right: 70px; } }
    @media (max-width: 360px) {
      .navSearch .search-icon {
        top: 22px;
        right: 74px; } }
    @media (max-width: 350px) {
      .navSearch .search-icon {
        top: 24px;
        right: 66px;
        font-size: 26px; } }

.navPages-quickSearch {
  padding-bottom: 24px; }
  .navPages-quickSearch .searchButton {
    position: absolute;
    border: 1px solid #000;
    width: 45px;
    height: 40px;
    top: 50%;
    right: 0px;
    z-index: 99;
    transform: translateY(-50%);
    border-radius: 4px;
    border-color: transparent; }
    .navPages-quickSearch .searchButton:active {
      border-color: white; }
  .navPages-quickSearch .search-bar-input {
    position: relative; }
  .navPages-quickSearch .search-icon-nav-menu, .navPages-quickSearch .search-close {
    position: absolute;
    top: 22px;
    right: 0;
    color: black;
    transform: translate(-50%, -50%);
    display: block; }
  .navPages-quickSearch .search-close {
    display: none; }

.navPages .navPage-subMenu-list {
  max-width: 100%;
  width: 98%; }
  @media (max-width: 1439px) {
    .navPages .navPage-subMenu-list {
      width: 100%; } }

.navPage-subMenu {
  background: white;
  padding: 0.5rem 1.2rem 2rem !important; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      box-shadow: 0px 3px 11px -3px rgba(16, 16, 16, 0.58);
      -webkit-box-shadow: 0px 3px 11px -3px rgba(16, 16, 16, 0.58);
      -moz-box-shadow: 0px 3px 11px -3px rgba(16, 16, 16, 0.58); } }
  .navPage-subMenu .navPage-subMenu-item {
    width: 20%; }
    @media (max-width: 1439px) {
      .navPage-subMenu .navPage-subMenu-item {
        padding: 0 0px 0 0 !important; } }
    @media (min-width: 1025px) and (max-width: 1325px) {
      .navPage-subMenu .navPage-subMenu-item {
        width: 33%; } }
  .navPage-subMenu .navPage-subMenu-action {
    color: #444444;
    font-size: 14px;
    margin-bottom: 0;
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding: 13px 0px; }
    .navPage-subMenu .navPage-subMenu-action:hover {
      color: #939597; }
  .navPage-subMenu.is-open {
    z-index: 999999; }
    @media (min-width: 1326px) and (max-width: 1439px) {
      .navPage-subMenu.is-open {
        left: -16px;
        width: 105%; } }
  .navPage-subMenu .navPage-childList-item .navPages-action {
    color: #333;
    font-size: 0.934rem;
    padding: 0.4rem 1rem; }
    .navPage-subMenu .navPage-childList-item .navPages-action:hover {
      opacity: 0.7; }

.navPages-action {
  padding: 0.7rem 2.2rem; }
  .navPages-action:hover {
    color: #cccccc; }
  .navPages-action.is-open {
    background: none;
    color: #333; }
    .navPages-action.is-open svg {
      fill: #ccc;
      stroke: #ccc; }
  @media (max-width: 1024px) {
    .navPages-action {
      padding: 0.7rem 0rem; } }

@media (max-width: 1024px) {
  .navPage-subMenu {
    background: #0065cb;
    padding: 0 !important; }
    .navPage-subMenu .navPage-subMenu-action {
      color: white;
      border-bottom: none;
      padding: 5px; } }

.navPages-container.is-open {
  z-index: 6; }

@media (min-width: 1024px) {
  .navPage-subMenu .navPage-subMenu-action {
    text-align: center;
    padding: 16px 0; } }

@media (min-width: 1024px) {
  .navPage-subMenu .navPage-subMenu-action-image {
    text-align: center;
    display: inline-block;
    border-bottom: none;
    padding-bottom: 0px; }
    .navPage-subMenu .navPage-subMenu-action-image:hover {
      opacity: 0.7; }
      .navPage-subMenu .navPage-subMenu-action-image:hover + .navPage-subMenu-action {
        opacity: 0.7; }
    .navPage-subMenu .navPage-subMenu-action-image img {
      width: 125px; } }

@media (min-width: 1024px) {
  .navPage-subMenu .the-list {
    width: 100%;
    background: #efefef;
    margin-top: 25px; }
    .navPage-subMenu .the-list a {
      padding: 15px 0;
      border-bottom: none; } }

.row {
  margin: 0; }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  background: white;
  height: 5rem;
  width: 58px;
  padding: 0;
  padding-left: 11px; }
  .heroCarousel .slick-next:before, .heroCarousel .slick-prev:before {
    width: 2.42857rem; }
  @media (max-width: 1024px) {
    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
      height: 52px;
      width: 49px;
      padding-left: 8px; } }
  @media (max-width: 800px) {
    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
      height: 34px;
      width: 33px;
      padding-left: 0px; } }

.heroCarousel .slick-next {
  transform: none;
  right: 0;
  top: 45%; }
  .heroCarousel .slick-next:before {
    background-image: url("../icons/keyboard-arrow-right.svg");
    background-size: cover;
    height: 5rem; }
    @media (max-width: 1024px) {
      .heroCarousel .slick-next:before {
        height: 3.6rem; } }
    @media (max-width: 800px) {
      .heroCarousel .slick-next:before {
        height: 2.5rem; } }
  @media (max-width: 1024px) {
    .heroCarousel .slick-next {
      right: 33px;
      top: 50%; } }
  @media (max-width: 800px) {
    .heroCarousel .slick-next {
      top: 55%;
      right: 26px; } }
  @media (max-width: 500px) {
    .heroCarousel .slick-next {
      top: 57%; } }

.heroCarousel .slick-prev {
  transform: none;
  left: 0;
  top: 45%; }
  .heroCarousel .slick-prev:before {
    background-image: url("../icons/keyboard-arrow-left.svg");
    background-size: cover;
    height: 5rem; }
    @media (max-width: 1024px) {
      .heroCarousel .slick-prev:before {
        height: 3.6rem; } }
    @media (max-width: 800px) {
      .heroCarousel .slick-prev:before {
        height: 2.5rem; } }
  @media (max-width: 800px) {
    .heroCarousel .slick-prev {
      top: 55%;
      left: 24px; } }
  @media (max-width: 500px) {
    .heroCarousel .slick-prev {
      top: 57%; } }

.heroCarousel .slick-dots {
  bottom: -2rem; }
  .heroCarousel .slick-dots li {
    background-color: transparent; }

@media (max-width: 1024px) {
  .heroCarousel {
    margin-bottom: 0; }
  .bottom-head {
    font-size: 18px !important; }
  .main.full {
    padding: 0 15px; }
  .bottom-tile.col-xs-6 {
    width: 100% !important; }
  .quote-container {
    width: 100%;
    padding: 0; }
  .quote-text {
    font-size: 26px !important; }
  .quote-description::after {
    margin-top: -210px !important; } }

.slick-dots li {
  height: 30px;
  width: 1.4rem; }
  .slick-dots li.slick-active button::before {
    height: 0.9rem;
    width: 0.9rem; }
  .slick-dots li button {
    height: 0.9rem;
    width: 0.9rem; }
  @media (min-width: 318px) and (max-width: 1024px) {
    .slick-dots li {
      display: none; } }

.category-tile-home {
  max-width: calc(100% / 5);
  height: 239.47px;
  text-align: center; }
  @media (max-width: 1439px) {
    .category-tile-home {
      margin-left: 0%; } }
  @media (max-width: 1199px) {
    .category-tile-home {
      max-width: calc(100% / 4); } }
  @media (max-width: 900px) {
    .category-tile-home {
      max-width: calc(100% / 3); } }
  @media (max-width: 646px) {
    .category-tile-home {
      max-width: calc(100% / 2); } }
  @media (max-width: 419px) {
    .category-tile-home {
      height: 221.36px; } }

.homepage-landing-img {
  max-width: 197px; }
  @media (max-width: 990px) {
    .homepage-landing-img {
      max-width: 197px; } }
  @media (max-width: 480px) {
    .homepage-landing-img {
      max-width: 172px; } }
  @media (max-width: 420px) {
    .homepage-landing-img {
      max-width: 145px; } }
  @media (max-width: 360px) {
    .homepage-landing-img {
      max-width: 120px; } }
  .homepage-landing-img:hover {
    opacity: 0.7; }

.category-title-home {
  font-size: 16px;
  font-family: "Hind Siliguri";
  text-align: center;
  text-transform: none;
  margin-top: 20px; }

.page-heading-desktop {
  display: none; }
  @media (min-width: 769px) {
    .page-heading-desktop {
      font-size: 26px;
      font-family: "Hind Siliguri";
      font-weight: 700;
      text-align: center;
      display: block;
      margin: 24px 0 35px; } }

.page-heading-mobile {
  display: none; }
  @media (max-width: 768px) and (min-width: 375px) {
    .page-heading-mobile {
      font-size: 18px;
      font-family: "Hind Siliguri";
      font-weight: 700;
      text-align: center;
      display: block; } }

.page-heading-mobile-small {
  display: none; }
  @media (max-width: 374px) {
    .page-heading-mobile-small {
      font-size: 18px;
      font-family: "Hind Siliguri";
      font-weight: 700;
      text-align: center;
      display: block; } }

@media (max-width: 991px) and (min-width: 768px) {
  .page-heading-mobile-parts {
    margin-left: 6.5%; } }

.small-page-h {
  width: 200px;
  padding: 0; }

.quote-banner {
  background: #eee;
  width: 100%;
  position: relative;
  padding: 60px 20px;
  text-align: left; }
  .quote-banner .quote-heading {
    font-size: 32px;
    font-weight: 700;
    font-family: "Hind Siliguri";
    text-transform: uppercase; }

iframe {
  margin-bottom: 20px; }

.quote-section {
  width: 100%;
  text-align: center;
  padding: 40px 0; }

.quote-section.small {
  padding: 10px 0; }

.homepage-landing-2 .slick-slide img {
  margin: 0 auto;
  max-width: 215px; }

i.fa:before {
  color: #0065cb;
  font-size: 55px; }

i.fa {
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center; }

.bottom-tile {
  max-width: calc(100% / 3);
  padding: 0px 45px;
  text-align: center; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .bottom-tile {
      padding: 0 30px 0 0; } }
  @media (max-width: 991px) {
    .bottom-tile {
      max-width: calc(100% / 1) !important;
      padding: 0px 17px; } }
  @media (max-width: 419px) {
    .bottom-tile {
      margin: 0 !important; } }

.bottom-head {
  font-size: 24px;
  font-family: "Hind Siliguri";
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem; }

.bottom-title {
  font-size: 16px;
  font-family: "Hind Siliguri";
  text-align: center;
  min-height: 120px; }
  @media (max-width: 991px) {
    .bottom-title {
      min-height: 54px; } }

.bottom-btn {
  font-size: 16px;
  font-family: "Hind Siliguri";
  text-align: center;
  background-color: #0065cb;
  border-radius: 2px;
  border: none;
  margin: 0;
  width: 61%; }
  @media (max-width: 1439px) {
    .bottom-btn {
      width: 81%;
      padding: 18px 0px; } }
  @media (max-width: 1199px) {
    .bottom-btn {
      width: 83%; } }
  @media (max-width: 991px) {
    .bottom-btn {
      width: 100%; } }

@media (max-width: 767px) {
  .homepage-div-2 {
    margin: 0 auto; } }

.productCarousel-home {
  max-width: 1170px;
  width: 100%;
  margin: 0; }
  .productCarousel-home .slick-arrow {
    top: -1.5rem;
    border: 1px solid black;
    border-radius: 10%;
    height: 26px;
    width: 26px; }
    .productCarousel-home .slick-arrow::before {
      background-image: none;
      color: #232c61;
      font-family: "Font Awesome 5 Free";
      font-weight: 700; }
    @media (max-width: 767px) {
      .productCarousel-home .slick-arrow {
        top: 100%;
        height: 28px;
        width: 35px; } }
    @media (max-width: 360px) {
      .productCarousel-home .slick-arrow {
        top: 95%; } }
  .productCarousel-home .slick-next {
    left: auto;
    right: 15px; }
    .productCarousel-home .slick-next::before {
      content: "\f105";
      transform: translate(-6px, -7px); }
    @media (max-width: 767px) {
      .productCarousel-home .slick-next {
        right: 46%;
        transform: translate(50%, -50%); }
        .productCarousel-home .slick-next::before {
          transform: translate(-3px, -7px); } }
    @media (max-width: 460px) {
      .productCarousel-home .slick-next {
        right: 43%; } }
  .productCarousel-home .slick-prev {
    left: auto;
    right: 50px; }
    .productCarousel-home .slick-prev::before {
      content: "\f104";
      transform: translate(-8px, -7px); }
    @media (max-width: 767px) {
      .productCarousel-home .slick-prev {
        right: 48%;
        transform: translate(-50%, -50%); }
        .productCarousel-home .slick-prev::before {
          transform: translate(-4px, -7px); } }
    @media (max-width: 460px) {
      .productCarousel-home .slick-prev {
        right: 47%; } }
  .productCarousel-home .slick-disabled {
    opacity: 0.5; }

@media (max-width: 1199px) {
  .slick-dotted.slick-slider {
    margin-bottom: 18px; } }

@media (max-width: 991px) {
  i.fa-cogs, i.fa-tint {
    padding-top: 45px; } }

footer.footer {
  padding: 0;
  border-top: none; }

div.container.footer-container {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto !important; }

div.col-12.waves {
  padding: 0; }

.subscribe-row .form-field {
  width: 511px;
  margin: 0 auto; }

.subscribe-row .form-input.sub-form {
  height: 3.2rem;
  border: none;
  font-size: 16px;
  font-family: "Hind Siliguri";
  letter-spacing: 1px;
  padding: 1px 0px 0px 21px;
  /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 6px 0 rgba(0,0,0,0.19);*/ }

.subscribe-row ::-moz-placeholder {
  color: #999999 !important; }

.subscribe-row ::placeholder {
  color: #999999 !important; }

.subscribe-row .form-prefixPostfix .button {
  height: 3.2rem; }

.waves {
  content: '';
  background-image: url("https://cdn11.bigcommerce.com/s-1x0ys7yqwf/product_images/uploaded_images/pa-waves-pa-blue-013.png");
  background-repeat: repeat-y;
  min-height: 143px;
  background-color: white;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  @media (max-width: 1024px) {
    .waves {
      min-height: 170px; } }
  @media (max-width: 500px) {
    .waves {
      min-height: 128px; } }

.subscribe .footer-info-col {
  margin-bottom: 10px; }

.subscribe .form-fieldset {
  margin-left: -8%; }

div.dropdown.footer-dropdown {
  left: 0; }

#collapseOne {
  display: none; }
  #collapseOne.show {
    display: block; }

#collapseTwo {
  display: none; }
  #collapseTwo.show {
    display: block; }

#collapseThree {
  display: none; }
  #collapseThree.show {
    display: block; }

.footer-accordion:first-child {
  border-top: 1px solid #3c82d4; }

@media (max-width: 320px) {
  .footer-accordion {
    min-width: 260px; } }

@media (max-width: 360px) and (min-width: 321px) {
  .footer-accordion {
    min-width: 290px; } }

@media (max-width: 375px) and (min-width: 361px) {
  .footer-accordion {
    min-width: 300px; } }

@media (max-width: 414px) and (min-width: 376px) {
  .footer-accordion {
    min-width: 320px; } }

@media (max-width: 1024px) and (min-width: 415px) {
  .footer-accordion {
    min-width: 330px; } }

.footer-acc {
  margin: 0;
  padding: 6px 11px;
  font-weight: 600;
  font-family: "Barlow";
  position: relative; }
  @media (max-width: 415px) {
    .footer-acc {
      padding: 6px 0px; } }
  @media (max-width: 360px) {
    .footer-acc {
      width: 92%;
      margin: 0 auto; } }
  .footer-acc .btn:hover {
    color: #999999 !important; }
  .footer-acc .open-dropdown {
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 10px; }
  .footer-acc .close-dropdown {
    display: none;
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 4px; }

.card-accordion {
  border-bottom: 1px solid #3c82d4; }

.card-body-accordion {
  color: white; }

.mobile-footer-item {
  font-family: "Barlow";
  font-size: 15px !important;
  min-width: 251px;
  padding: 3px 25px;
  color: white !important; }
  .mobile-footer-item:hover {
    color: #999999 !important; }

.footer-info-list {
  margin-bottom: 0; }

.mobile-footer-info-list {
  list-style: none;
  margin-left: 0; }
  .mobile-footer-info-list a {
    color: black;
    text-decoration: none; }
    .mobile-footer-info-list a:hover {
      color: #333333; }
  .mobile-footer-info-list li {
    margin-bottom: 9px; }

.plus-icon {
  height: 10px;
  width: 10px;
  margin-bottom: 2px;
  position: absolute;
  right: 11px;
  top: 21px;
  transform: translate(-50%, -50%); }

.footer-dropdown {
  display: none; }
  .footer-dropdown.is-open {
    display: block; }

.footer-button-link {
  color: white !important;
  font-size: 16px; }

@media (min-width: 1200px) {
  a.social-link.footer-item {
    padding-bottom: 10px;
    font-weight: 500; }
  a.footer-item {
    padding-bottom: 6px;
    font-weight: 500; } }

@media (min-width: 1025px) {
  .social-mobile {
    display: none !important; }
  .navigate-mobile {
    display: none !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  a.social-link.footer-item {
    padding-bottom: 6px; }
  a.footer-item {
    padding-bottom: 6px; }
  .footer-info-col--small {
    width: 20%; } }

.navigate-mobile {
  background-color: #0065cb;
  display: flex;
  justify-content: center; }

@media (max-width: 1024px) {
  .social-desktop {
    display: none !important; }
  .footer-desktop {
    display: none !important; }
  .social-mobile {
    text-align: center; }
  .footer-icons {
    display: none !important; }
  .powered-by {
    font-size: 13px !important; }
    .powered-by a {
      padding: 0 8px; }
  .powered-1 {
    padding: 5% 10% 0 10%; }
  .powered-2 {
    padding: 4% 8% 4% !important; }
  .footer-button-link {
    padding-left: 0; }
  .mobile-social-icons {
    padding-bottom: 3%; } }

.sub-heading {
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 1399px) {
  .subscribe h5.footer-info-heading {
    margin-bottom: 0; }
  .subscribe-row .form-input.sub-form {
    margin: 0.78571rem 0.78571rem 0 0; }
  .button.button--primary.form-prefixPostfix-button--postfix.sub-btn {
    max-width: 143.67px; }
  .form-prefixPostfix {
    float: right;
    width: 100%; } }

.sub-btn {
  background-color: #ffffff !important;
  color: #3f3f3f;
  border: 1px solid white !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-family: "Hind Siliguri";
  padding: 0px 29px; }
  .sub-btn:hover {
    background-color: #0065cb !important;
    border: 1px solid white !important;
    color: white !important; }

h5.footer-info-heading {
  color: white;
  font-size: 1.1rem;
  margin-top: 54px; }
  @media (max-width: 1024px) {
    h5.footer-info-heading {
      margin-top: 35px; } }

.footer-cat {
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-weight: 600;
  min-width: 214px; }

.col-lg-3.footer-col-list-list {
  margin: 0 auto; }

.footer-copyright .powered-by, .footer-copyright .powered-by a {
  font-size: 13px;
  font-family: "Barlow";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white !important; }
  @media (max-width: 830px) {
    .footer-copyright .powered-by, .footer-copyright .powered-by a {
      display: inline-block; } }

.footer-copyright .powered-by a {
  padding: 0 5px; }
  .footer-copyright .powered-by a:hover {
    color: #cccccc !important; }

.powered-2 {
  padding-bottom: 2%; }

div.col-lg-12.subscribe {
  background-color: #0066cc;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 116px;
  padding-top: 51px;
  padding-bottom: 5px; }
  @media (max-width: 991px) {
    div.col-lg-12.subscribe {
      max-height: 168px; } }

section.footer-info {
  background-color: #0066cc;
  margin: 0;
  display: flex;
  justify-content: space-around;
  padding-bottom: 4%;
  padding-top: 0%; }
  @media (max-width: 1199px) {
    section.footer-info {
      justify-content: center; } }

article.footer-info-col.footer-info-col--small {
  margin-bottom: 0; }

div.footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2%; }

p.social-p {
  display: inline-block;
  margin-bottom: 0; }

.footer-icon {
  display: inline-block;
  padding-right: 13px; }
  .footer-icon:hover {
    opacity: 0.7; }

.social-icon {
  height: 18px;
  width: 18px;
  margin-right: 9px; }
  @media (max-width: 1024px) {
    .social-icon {
      height: 35px !important;
      width: 35px !important;
      margin: 0 15px; } }
  @media (max-width: 928px) {
    .social-icon {
      margin-right: 4px; } }
  @media (max-width: 410px) {
    .social-icon {
      height: 34px !important;
      width: 34px !important;
      margin: 0 7px; } }
  @media (max-width: 375px) {
    .social-icon {
      margin: 0 6px; } }
  @media (max-width: 360px) {
    .social-icon {
      margin-right: 0px; } }
  @media (max-width: 322px) {
    .social-icon {
      margin-left: 5px; } }

a.social-link.footer-item {
  padding-bottom: 14px; }

.social-link-mobile:hover {
  color: #cccccc !important; }
  .social-link-mobile:hover img {
    opacity: 0.7; }

.social-link {
  min-width: 150px !important; }
  .social-link:hover {
    color: #cccccc !important; }
    .social-link:hover img {
      opacity: 0.8; }

.footer-item {
  font-family: "Barlow";
  font-size: 1rem !important;
  min-width: 251px;
  display: flex;
  align-items: center;
  color: white !important;
  font-weight: 600;
  letter-spacing: 1.1px; }
  .footer-item:hover {
    color: #cccccc !important; }

.footer-bottom {
  background-color: #0065cb; }

@media (max-width: 830px) {
  .social-mobile {
    width: 100%; }
    .social-mobile .mobile-social-icons {
      padding-bottom: 0%; } }

@media (max-width: 1024px) {
  .subscribe-row h5.sub-heading {
    margin-bottom: 24px; }
  .subscribe-row .subscribe .form-fieldset {
    margin-left: 0; } }

@media (max-width: 991px) {
  .subscribe-row .footer-info-col {
    width: 94%;
    margin-bottom: 10px; }
  .subscribe-row .form-input.sub-form {
    margin: 0;
    width: 100%; }
  .subscribe-row .button.button--primary.form-prefixPostfix-button--postfix.sub-btn {
    max-width: 100%; }
  .subscribe-row .form-field {
    width: 100%; } }

@media (max-width: 767px) {
  .subscribe-row .form-prefixPostfix.wrap {
    margin-top: 0; } }

/* Components */
/* Pages */
.homepage .page-heading {
  font-weight: 700; }

.homepage h2.page-heading {
  text-align: center;
  font-weight: 700;
  font-size: 30px; }

.homepage .price, .homepage [data-test-info-type="price"] {
  display: none; }

.body {
  margin-bottom: 0; }

.heroCarousel {
  margin-top: -4px; }
  .heroCarousel .heroCarousel-image-wrapper {
    position: relative; }
  .heroCarousel .carousel-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .heroCarousel .carousel-link {
    float: left; }
    .heroCarousel .carousel-link:hover {
      background-color: rgba(255, 255, 255, 0.05); }
  .heroCarousel .carousel-link-five.carousel-link1 {
    width: 35%;
    height: 100%; }
  .heroCarousel .carousel-link-five.carousel-link2 {
    width: 40.2%;
    height: 50%; }
  .heroCarousel .carousel-link-five.carousel-link3 {
    width: 24.8%;
    height: 50%; }
  .heroCarousel .carousel-link-five.carousel-link4 {
    width: 35.3%;
    height: 50%; }
  .heroCarousel .carousel-link-five.carousel-link5 {
    width: 29.7%;
    height: 50%; }
  .heroCarousel .carousel-link-three {
    height: 100%; }
    .heroCarousel .carousel-link-three.carousel-link1 {
      width: 33.333%; }
    .heroCarousel .carousel-link-three.carousel-link2 {
      width: 33.333%; }
    .heroCarousel .carousel-link-three.carousel-link3 {
      width: 33.333%; }
  .heroCarousel .carousel-link-one {
    height: 100%;
    width: 100%; }

.productView {
  margin: 0; }

.slick-slide:focus, .slick-slide a {
  outline: none; }

.fix-navBar {
  position: fixed;
  top: -6px;
  background: white;
  width: 71%; }
  @media (max-width: 1199px) {
    .fix-navBar {
      width: 69%; } }
  @media (max-width: 1055px) {
    .fix-navBar {
      width: 72%; } }
  @media (max-width: 1024px) {
    .fix-navBar {
      top: 84px;
      width: 94%; } }

.productView-details-top {
  width: 80%;
  float: right;
  margin-bottom: 10px; }

.productView-title {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0; }

.productView-details-title .container {
  width: 100%;
  margin: 0; }

.productView-details-title .breadcrumbs {
  margin-top: 0;
  margin-bottom: 18px; }

.productView-details-title .breadcrumb {
  padding: 0; }
  .productView-details-title .breadcrumb .material-icons {
    padding: 0;
    line-height: 0.9; }
  .productView-details-title .breadcrumb .breadcrumb-label {
    font-size: 13px; }

.productView-rating-mobile {
  display: none;
  font-size: 13px; }
  .productView-rating-mobile .productView-reviewLink {
    margin-left: 2px; }
  .productView-rating-mobile .icon {
    width: 14px;
    height: 24px; }

.easyzoom-flyout {
  top: 0;
  left: 0; }

.productView-details-images {
  padding: 0; }

.productView-image {
  display: inline-block;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #efeaea;
  height: 388px; }
  .productView-image.is-ready {
    padding: 0 0px; }

.productView-img-container {
  margin: 0 auto;
  position: inherit;
  max-width: 618px; }
  .productView-img-container:after {
    padding-bottom: 60%; }
  .productView-img-container img {
    margin: 0; }

.productView-thumbnails-sidebar {
  padding: 0 !important; }
  .productView-thumbnails-sidebar .productView-thumbnails {
    display: inline-block;
    margin: 0; }
  .productView-thumbnails-sidebar .productView-thumbnail-link {
    height: 130px;
    max-width: none;
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5; }
    .productView-thumbnails-sidebar .productView-thumbnail-link img {
      max-width: none;
      max-height: none;
      width: 50%; }
  .productView-thumbnails-sidebar .video-thumbnail-link img {
    width: 100%;
    margin: 0;
    height: 100%; }
    .productView-thumbnails-sidebar .video-thumbnail-link img:hover {
      opacity: 0.7; }
  .productView-thumbnails-sidebar .slick-list {
    margin: 0;
    height: 388px !important; }
  .productView-thumbnails-sidebar .slick-next, .productView-thumbnails-sidebar .slick-prev {
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    height: 37px;
    width: 51px; }
    .productView-thumbnails-sidebar .slick-next:before, .productView-thumbnails-sidebar .slick-prev:before {
      height: 23px;
      width: 44px; }
  .productView-thumbnails-sidebar .slick-next {
    top: 96.5%;
    left: 50%; }
    .productView-thumbnails-sidebar .slick-next:before {
      background-image: url("../icons/keyboard-arrow-down.svg"); }
  .productView-thumbnails-sidebar .slick-prev {
    top: 4%;
    left: 50%; }
    .productView-thumbnails-sidebar .slick-prev:before {
      background-image: url("../icons/keyboard-arrow-up.svg"); }
  .productView-thumbnails-sidebar .productView-thumbnail {
    padding: 0;
    float: right;
    border: none;
    height: 129px; }

.productView-details-bottom {
  width: 80%;
  float: right; }

.request-pricing-btn {
  background: #f0a700 !important;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  font-size: 25px;
  border: none;
  border-radius: 3px;
  padding: 18px 0; }
  .request-pricing-btn:active {
    background-color: #f0a700;
    border: none; }
  .request-pricing-btn:hover {
    background: #cccccc !important; }

.product-highlights p {
  color: #636466;
  font-weight: bold;
  font-size: 22px;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  text-transform: capitalize; }

.product-highlights .material-icons {
  color: #f0a700;
  float: left;
  display: inline-block;
  padding: 3px 5px 0 0;
  font-size: 29px; }

@media (max-width: 767px) {
  .product-highlights {
    padding-left: 0;
    padding-right: 0; } }

.productView-description {
  width: 80%;
  float: right;
  margin-top: 20px; }
  .productView-description .tabs-mobile {
    display: none;
    z-index: 99; }
  .productView-description .tabs-desktop {
    z-index: 100; }
    .productView-description .tabs-desktop .tab.is-active {
      background: #0066cc;
      border: none;
      border-bottom: 1px solid #0066cc; }
      .productView-description .tabs-desktop .tab.is-active .tab-title {
        color: white;
        font-weight: 800; }

.productView-rating {
  width: 22%;
  float: right;
  text-align: right;
  padding-top: 6px; }
  .productView-rating .icon {
    height: 13px;
    width: 12px; }

.tabs {
  border-bottom: 3px solid #0066cc;
  margin: 5px 0 0 0; }
  .tabs .forward-back-buttons {
    display: none; }

.tab {
  text-transform: uppercase;
  color: #000; }
  .tab .tab-title {
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Hind Siliguri';
    padding: 10px 12px; }
    .tab .tab-title:hover {
      color: #939597; }
  .tab.is-active {
    background: #0066cc;
    border: none;
    border-bottom: 1px solid #0066cc; }
    .tab.is-active .tab-title {
      color: white;
      font-weight: 800; }

.tab-content {
  font-size: 16px; }
  .tab-content a {
    color: #0066cc;
    font-weight: 600; }
  .tab-content .taptitel {
    font-size: 22px;
    color: #000;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 5px;
    background-color: #eee; }
  .tab-content .RelatedBox {
    width: 16%;
    float: left;
    height: 290px;
    margin: 0 13px; }
    .tab-content .RelatedBox .ProductImage {
      width: 150px;
      height: 110px;
      margin: 30px auto; }
      .tab-content .RelatedBox .ProductImage img {
        width: auto; }
    .tab-content .RelatedBox .ProductDetails {
      text-align: center; }
    @media (max-width: 1199px) {
      .tab-content .RelatedBox {
        width: 30%;
        margin: 0px 19px 0 0;
        height: 236px; }
        .tab-content .RelatedBox .ProductImage {
          width: 150px;
          height: 108px;
          margin: 15px auto; } }
    @media (max-width: 1024px) {
      .tab-content .RelatedBox {
        width: 22%; } }
    @media (max-width: 991px) {
      .tab-content .RelatedBox {
        width: 30%; } }
    @media (max-width: 767px) {
      .tab-content .RelatedBox .ProductDetails {
        font-size: 14px; } }
    @media (max-width: 660px) {
      .tab-content .RelatedBox {
        width: calc((100% / 3) - 10px);
        margin: 0px 10px 0 0; } }
    @media (max-width: 550px) {
      .tab-content .RelatedBox {
        width: calc((100% / 2) - 10px);
        margin: 0px 10px 0 0; } }
  .tab-content .reviewTab .taptitel {
    clear: both; }
  .tab-content.is-active .tab-pane {
    width: 98%; }
  .tab-content.is-active .table-center {
    width: 100% !important; }
  .tab-content.is-active .tableCenter {
    width: auto !important; }
    .tab-content.is-active .tableCenter td {
      width: calc(100% / 3) !important; }
      @media (max-width: 480px) {
        .tab-content.is-active .tableCenter td {
          width: calc((100% / 2) - 10px) !important;
          margin: 0 10px 0 0;
          display: inline-block; } }
    .tab-content.is-active .tableCenter ul {
      margin-left: 2rem; }
    .tab-content.is-active .tableCenter p {
      margin-bottom: 0.9rem; }
    .tab-content.is-active .tableCenter span {
      font-size: 14px; }
  .tab-content.is-active #second .tableCenter td {
    width: 36% !important; }
  .tab-content.is-active #second .table-center td {
    text-align: center; }

.videoGallery {
  width: 79%;
  float: right;
  margin-right: 10px; }
  .videoGallery .tab-title {
    font-size: 22px;
    color: #000;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 5px;
    background-color: #eee;
    margin-top: 0; }

.videoGallery-list {
  margin: 0; }

.videoGallery-main {
  height: 312px;
  padding: 5px 0 5px 0; }

.video-carousel .videoGallery-item {
  display: inline-block; }

.video-carousel .video-figure {
  width: 100%; }

.video-carousel .slick-list {
  width: 96%;
  margin: 0; }

.video-carousel .slick-next, .video-carousel .slick-prev {
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none; }

.video-carousel .slick-next {
  right: -9px;
  top: 49%; }
  .video-carousel .slick-next:before {
    background-image: url("../icons/keyboard-arrow-right.svg");
    height: 63px;
    width: 56px; }

.video-carousel .slick-prev {
  left: -12px;
  top: 48%; }
  .video-carousel .slick-prev:before {
    background-image: url("../icons/keyboard-arrow-left.svg");
    height: 63px;
    width: 56px; }

.subscription-title .taptitel {
  font-size: 22px;
  color: #000;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #eee; }

@media (max-width: 1439px) {
  .productView-thumbnails-sidebar .productView-thumbnails {
    width: 100%; } }

@media (max-width: 1400px) {
  .productView-title {
    font-size: 28px; } }

@media (max-width: 1199px) {
  .productView-details-top {
    width: 75%; }
  .productView-title {
    font-size: 23px;
    margin-bottom: 0; }
  .productView-img-container {
    margin: 49px auto;
    max-width: 459px; }
  .productView-thumbnails {
    width: 100%; }
  .productView-details-bottom {
    width: 75%; }
  .request-pricing-btn {
    margin-bottom: 5px; }
  .product-highlights p {
    font-size: 16px; }
  .product-highlights .material-icons {
    padding: 0px 6px 0 0;
    font-size: 24px; }
  .productView-description {
    padding: 0;
    width: 75%; }
  .tab .tab-title {
    padding: 9px 8px; }
  .productView-rating {
    padding-top: 5px; }
    .productView-rating .icon {
      height: 19px;
      width: 10px; }
  .productView-reviewLink {
    font-size: 11px;
    margin-left: 1px; } }

@media (max-width: 1024px) {
  .productView {
    width: 95%;
    margin: 0 auto; }
  .productView-details-top, .productView-details-bottom,
  .productView-description {
    width: 100%; }
  .productView-details-title {
    float: left;
    clear: right;
    margin-bottom: 0;
    width: 100%; }
    .productView-details-title .productView-title {
      margin-bottom: 0px;
      border-bottom: 1px solid #efefef; }
    .productView-details-title .productView-rating-mobile {
      display: block;
      float: right;
      margin-left: 29px;
      padding-top: 4px;
      color: #686868; }
    .productView-details-title .breadcrumbs {
      display: none;
      clear: both;
      margin-bottom: 0px; }
  .productView-image {
    border: none;
    width: 100% !important;
    height: auto; }
    .productView-image.is-ready {
      border: none;
      width: 100%; }
  .productView-img-container {
    margin: 9px auto;
    max-width: 622px; }
  .tab {
    float: left;
    border-top: none; }
  .tab-content.is-active .tableCenter ul {
    margin-left: 2rem; }
  .productView-rating {
    display: none; }
  .productView-details-images .productView-thumbnails-sidebar {
    width: 100%; }
  .productView-thumbnails-sidebar .slick-list {
    height: 131px !important;
    border: 1px solid #e5e5e5;
    width: auto; }
  .productView-thumbnails-sidebar .productView-thumbnail-link {
    border-left: 1px solid #e5e5e5;
    border-right: none;
    border-top: none;
    border-bottom: none; }
  .productView-thumbnails-sidebar .productView-thumbnail:first-child .productView-thumbnail-link {
    border: none; }
  .productView-thumbnails-sidebar .productView-thumbnail {
    float: left; }
  .productView-thumbnails-sidebar .slick-next {
    top: 50%;
    left: auto;
    right: -40px;
    width: 52px; }
    .productView-thumbnails-sidebar .slick-next:before {
      background-image: url("../icons/keyboard-arrow-right.svg"); }
  .productView-thumbnails-sidebar .slick-prev {
    top: 50%;
    left: 19px; }
    .productView-thumbnails-sidebar .slick-prev:before {
      background-image: url("../icons/keyboard-arrow-left.svg"); }
  .videoGallery {
    width: 100%; } }

@media (max-width: 991px) {
  .videoGallery {
    width: 98%; }
  .productView-details-title .productView-rating-mobile {
    margin-left: 11px;
    float: none;
    display: inline-block; }
    .productView-details-title .productView-rating-mobile .icon {
      width: 14px;
      height: 15px; }
  .productView-title {
    font-size: 17px; }
  .productView-thumbnails-sidebar .productView-thumbnail {
    float: left; } }

@media (max-width: 767px) {
  .productView-details-title .productView-rating-mobile {
    margin-left: 5px; }
  .productView-details-title .breadcrumb {
    line-height: 1.5; }
  .productView-title {
    font-size: 20px;
    margin-bottom: 0; }
  .productView-img-container {
    max-width: 575px; }
  .productView-thumbnails-sidebar .productView-thumbnail {
    float: left; }
  .product-highlights p {
    width: 50%;
    float: left; }
  .product-highlights .made-in-usa {
    text-align: right;
    float: right; }
    .product-highlights .made-in-usa .material-icons {
      text-align: right;
      vertical-align: bottom;
      float: none; }
  .projects-to-date {
    display: none; } }

@media (max-width: 700px) {
  .productView-description .tabs-desktop {
    display: none; }
  .productView-description .tabs-mobile {
    display: block; }
    .productView-description .tabs-mobile .tab .tab-title {
      text-align: center; }
    .productView-description .tabs-mobile .tab.is-active {
      background: none;
      border: none; }
      .productView-description .tabs-mobile .tab.is-active .tab-title {
        color: #000; }
    .productView-description .tabs-mobile .slick-list {
      width: 90%; }
    .productView-description .tabs-mobile .slick-next {
      right: -9px;
      top: 88%;
      background: transparent;
      border: none; }
      .productView-description .tabs-mobile .slick-next:before {
        background-image: url("../icons/keyboard-arrow-right.svg");
        height: 30px;
        width: 30px; }
    .productView-description .tabs-mobile .slick-prev {
      right: 25px;
      left: unset;
      top: 88%;
      background: transparent;
      border: none; }
      .productView-description .tabs-mobile .slick-prev:before {
        background-image: url("../icons/keyboard-arrow-left.svg");
        height: 30px;
        width: 30px; } }

@media (max-width: 575px) {
  .productView {
    width: 94%; } }

@media (max-width: 450px) {
  .productView-title {
    font-size: 17px; }
  .productView-thumbnails-sidebar .slick-list {
    height: 100px !important; }
  .productView-thumbnails-sidebar .productView-thumbnail-link {
    height: 100px; }
  .productView-thumbnails-sidebar .video-thumbnail-link img {
    height: 100%; } }

@media (max-width: 418px) {
  .productView {
    width: 92%; }
  .productView-title {
    font-size: 15px; }
  .videoGallery {
    width: 95%; } }

@media (max-width: 380px) {
  .product-highlights p {
    width: 50%;
    font-size: 14px; }
    .product-highlights p .material-icons {
      font-size: 19px;
      padding: 0; }
  .productView-thumbnails-sidebar .slick-list {
    height: 90px !important; }
  .productView-thumbnails-sidebar .productView-thumbnail-link {
    height: 90px; } }

@media (max-width: 345px) {
  .product-highlights .material-icons {
    font-size: 20px; }
  .productView-thumbnails-sidebar .slick-list {
    height: 80px !important; }
  .productView-thumbnails-sidebar .productView-thumbnail-link {
    height: 80px; } }

@media (max-width: 320px) {
  .product-highlights p {
    font-size: 13px; }
    .product-highlights p .material-icons {
      font-size: 18px; } }

.login {
  margin-bottom: 0;
  margin-top: 0; }

.account {
  margin-top: 14px; }
  .account .container {
    width: 95%; }
  .account .accounts-headings {
    text-align: center; }
  .account .button {
    margin-bottom: 0;
    color: white;
    background-color: #0065cb; }
    .account .button:focus {
      background-color: #0065cb;
      border: none; }
  .account button.secondary {
    background-color: #0065cb;
    color: white; }
    .account button.secondary:focus {
      background-color: #0065cb;
      border: none; }
  .account .form-actions a.button {
    background-color: #0065cb;
    color: #fff;
    margin-bottom: 0; }
  .account fieldset.form-fieldset {
    margin-left: 0%; }
  .account .form-fieldset .button {
    color: #fff;
    margin-bottom: 0;
    background-color: #0065cb; }
    .account .form-fieldset .button:focus {
      background-color: #0065cb;
      border: none; }
  .account .navBar-item, .account .navBar-action {
    font-size: 15px;
    font-family: "Hind Siliguri";
    letter-spacing: 1px;
    color: #404040; }
    .account .navBar-item:hover, .account .navBar-action:hover {
      color: #939597; }
  .account .signIn-heading {
    text-align: center; }
    @media (min-width: 1025px) {
      .account .signIn-heading {
        padding-left: 10px; } }
    @media (max-width: 1024px) and (min-width: 769px) {
      .account .signIn-heading {
        margin-left: 0 !important;
        padding-left: 10px; } }

.edit-account-settings {
  width: 100%; }

.login-row {
  margin-top: 3rem; }
  @media (max-width: 1024px) {
    .login-row .new-customer, .login-row .login-form {
      width: 50%;
      float: left; } }
  @media (max-width: 767px) {
    .login-row .new-customer, .login-row .login-form {
      width: 100%;
      float: left; } }
  @media (max-width: 400px) {
    .login-row .new-customer .panel-title, .login-row .login-form .panel-title {
      font-size: 18px; }
    .login-row .new-customer .panel-body, .login-row .login-form .panel-body {
      font-size: 14px; } }

@media (min-width: 1025px) {
  .signIn-crumb {
    padding-left: 10px; } }

.signIn-btn {
  font-size: 16px;
  font-family: "Hind Siliguri";
  text-align: center;
  border-radius: 2px;
  border: none;
  padding: 12px 25px; }
  .signIn-btn:active {
    background-color: #0065cb;
    border: none; }
  @media (max-width: 343px) {
    .signIn-btn {
      padding: 12px 15px; } }
  @media (min-width: 1025px) {
    .signIn-btn {
      width: 100%; } }
  @media (max-width: 420px) {
    .signIn-btn {
      width: 100%; } }

@media (min-width: 768px) {
  .forgot-password {
    margin: 0.6rem 0 0 0.78571rem !important; } }

.forgot-password-form .button {
  padding: 0px 24px; }

@media (max-width: 1399px) {
  .forgot-password-form .form-input {
    width: 80%;
    margin-right: 8px; }
  .forgot-password-form .button {
    width: auto;
    margin-top: 0; } }

@media (max-width: 1024px) {
  .forgot-password-form .form-prefixPostfix.wrap {
    margin-top: 0%; } }

@media (max-width: 767px) {
  .forgot-password-form .form-input {
    width: 75%;
    margin-right: 8px;
    float: left; } }

@media (max-width: 690px) {
  .forgot-password-form .form-input {
    width: 65%;
    margin-right: 8px;
    float: left; } }

@media (max-width: 500px) {
  .forgot-password-form .form-input {
    width: 100%;
    margin-right: 8px;
    float: none; }
  .forgot-password-form .button {
    width: 100%;
    margin-top: 10px; } }

@media (max-width: 767px) {
  .create-account .account-body {
    width: 95%; } }

.createAccount-btn {
  font-size: 16px;
  font-family: "Hind Siliguri";
  text-align: center;
  background-color: #0065cb;
  border-radius: 2px;
  border: none;
  padding: 12px 25px; }
  .createAccount-btn:active {
    background-color: #0065cb;
    border: none; }
  @media (max-width: 343px) {
    .createAccount-btn {
      padding: 12px 15px; } }
  @media (min-width: 1025px) {
    .createAccount-btn {
      width: 100%; } }
  @media (max-width: 420px) {
    .createAccount-btn {
      width: 100%; } }

.accountCreated-heading {
  text-align: center !important; }

.accountCreated-btn {
  font-size: 16px;
  font-family: "Hind Siliguri";
  text-align: center;
  background-color: #0065cb;
  border-radius: 2px;
  border: none;
  padding: 12px 25px; }
  .accountCreated-btn:active {
    background-color: #0065cb;
    border: none; }
  @media (max-width: 343px) {
    .accountCreated-btn {
      padding: 12px 15px; } }
  @media (max-width: 420px) {
    .accountCreated-btn {
      width: 100%; } }

.button.button--primary {
  border: none; }
  .button.button--primary:active {
    background-color: #0065cb;
    border: none; }

@media (max-width: 550px) {
  .new-password {
    width: 95%;
    margin: 0 auto; }
    .new-password .button--primary {
      width: 100%; } }

.alertBox--info {
  background-color: #f0a700; }

.alertBox--info svg {
  fill: white; }

.edit-btn {
  background-color: #0065cb;
  border: none; }

.address {
  width: 50%; }
  .address .address-title, .address .address-details, .address .address-label, .address .address-description {
    font-size: 17px; }
  .address .panel--address .panel-body {
    padding: 1.5rem 2.5rem 4.5rem; }
  @media (max-width: 830px) {
    .address {
      width: 50%; }
      .address .panel--address .panel-body {
        padding: 1.5rem 3rem 4.5rem; } }
  @media (max-width: 700px) {
    .address .panel--address .panel-body {
      padding: 1.5rem 1.5rem 4.5rem; } }
  @media (max-width: 570px) {
    .address .address-title, .address .address-details, .address .address-label, .address .address-description {
      font-size: 15px; }
    .address .panel--address .panel-body {
      padding: 1.5rem 1rem 4.5rem; } }
  @media (max-width: 490px) {
    .address {
      padding-right: 5px; }
      .address .address-title, .address .address-details, .address .address-label, .address .address-description {
        font-size: 14px; }
      .address .panel--address .panel-body {
        padding: 1.5rem 1rem 4.5rem; } }
  @media (max-width: 450px) {
    .address {
      width: 100%; }
      .address .address-title, .address .address-details, .address .address-label, .address .address-description {
        font-size: 17px; }
      .address .panel--address .panel-body {
        padding: 1.5rem 4rem 4.5rem; } }
  @media (max-width: 420px) {
    .address {
      width: 100%; }
      .address .form-actions .edit-btn {
        margin-bottom: 6px !important; } }
  @media (max-width: 380px) {
    .address {
      width: 100%; }
      .address .address-title, .address .address-details, .address .address-label, .address .address-description {
        font-size: 17px; }
      .address .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }

.addressList {
  margin: 0; }

.account-body {
  margin: 0 auto;
  width: 65%;
  min-height: 235px; }
  @media (max-width: 1439px) {
    .account-body {
      width: 100%; } }

@media (min-width: 1400px) {
  .save-address-btn {
    margin-left: -5%; } }

@media (max-width: 1399px) and (min-width: 1200px) {
  .save-address-btn {
    margin-left: -28%; } }

@media (max-width: 1199px) and (min-width: 1025px) {
  .save-address-btn {
    margin-left: -18%; } }

@media (max-width: 1024px) and (min-width: 769px) {
  .save-address-btn {
    margin-left: -4%; } }

@media (max-width: 768px) and (min-width: 420px) {
  .save-address-btn {
    margin-left: -5%; } }

.subscribed .accounts-headings {
  margin-top: 52px; }

.recently-viewed-account .productGrid {
  float: none;
  max-width: 80%;
  margin: 0 auto; }
  .recently-viewed-account .productGrid .product {
    width: 25%; }

@media (max-width: 1199px) {
  .recently-viewed-account {
    width: 100%; }
    .recently-viewed-account ul.productGrid {
      max-width: 100% !important; }
      .recently-viewed-account ul.productGrid .product {
        width: 33%; } }

@media (max-width: 630px) {
  .recently-viewed-account ul.productGrid .product {
    width: 50%; } }

@media (max-width: 1199px) {
  .blog-landingPage-sidebar {
    float: left; } }

@media (max-width: 1024px) {
  .blog {
    margin-top: 27px; } }

.blog + .blog {
  padding-top: 1.2rem; }

.blog .blog-post-body {
  width: 82%;
  margin-right: 11px;
  float: right; }
  @media (max-width: 1439px) {
    .blog .blog-post-body {
      width: 78%; } }
  @media (max-width: 1199px) {
    .blog .blog-post-body {
      width: 74%;
      float: right; } }
  @media (max-width: 1024px) {
    .blog .blog-post-body {
      width: 100%; } }
  @media (max-width: 991px) {
    .blog .blog-post-body {
      width: 97%;
      float: none; } }
  @media (max-width: 767px) {
    .blog .blog-post-body {
      width: 94%;
      float: none; } }
  @media (max-width: 480px) {
    .blog .blog-post-body {
      width: 88%; } }

.blog .blog-post a {
  color: #0065cb; }

.blog .blog-post iframe {
  margin: 0 auto; }

@media (max-width: 615px) {
  .blog .blog-post iframe {
    width: 100%; } }

@media (max-width: 1199px) {
  .blog-page .landingPage-sidebar {
    float: left; } }

.blog-page .blog-content {
  width: 83%;
  float: right; }
  @media (max-width: 800px) {
    .blog-page .blog-content {
      width: 80%; } }
  @media (max-width: 1199px) {
    .blog-page .blog-content {
      width: 75%; } }
  @media (max-width: 1024px) {
    .blog-page .blog-content {
      width: 100%; } }
  @media (max-width: 50px) {
    .blog-page .blog-content {
      width: 96%;
      float: none;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .blog-page .blog-content {
      width: 95%; } }
  @media (max-width: 650px) {
    .blog-page .blog-content {
      width: 94%; } }
  @media (max-width: 480px) {
    .blog-page .blog-content {
      width: 92%; } }
  @media (max-width: 420px) {
    .blog-page .blog-content {
      width: 91%; } }
  @media (max-width: 380px) {
    .blog-page .blog-content {
      width: 90%; } }

@media (max-width: 767px) {
  .blog-page .page-heading {
    margin-left: 0; } }

@media (max-width: 420px) {
  .blog-page .page-heading {
    padding-left: 0; } }

.blog-page .blog-post-body {
  width: 100%;
  text-align: left;
  float: none; }
  .blog-page .blog-post-body .blog-title {
    margin: 0; }
  .blog-page .blog-post-body .blog-date {
    text-align: left; }

.blog-page .blog-post {
  text-align: left;
  line-height: 2; }
  .blog-page .blog-post a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Hind Siliguri";
    text-align: center;
    text-transform: capitalize;
    color: #333;
    line-height: 1px;
    margin-left: 8px; }
    .blog-page .blog-post a:hover {
      color: #0065cb; }
  .blog-page .blog-post .read-more {
    margin-top: 15px; }
  .blog-page .blog-post #readMoreBtnBlog {
    text-transform: uppercase;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    padding: 5px 20px; }

.blog-page .pagination {
  margin: 42px 0px; }
  .blog-page .pagination .pagination-list {
    margin-bottom: 0; }
  .blog-page .pagination .pagination-item--next, .blog-page .pagination .pagination-item--previous {
    float: none;
    margin: 0 10px; }

.landingPage-sidebar {
  padding-left: 0;
  max-width: 230px; }
  @media (max-width: 1024px) {
    .landingPage-sidebar {
      display: none; } }

.landingPage-content {
  width: 100%; }
  .landingPage-content .p-name {
    margin-top: 0;
    font-size: 20px; }

.landingPage-heading {
  margin-bottom: 0;
  padding-left: 7px; }
  @media (max-width: 768px) {
    .landingPage-heading {
      margin-left: 3px !important;
      margin-top: 23px !important; } }
  @media (max-width: 419px) {
    .landingPage-heading {
      padding-left: 10px !important; } }

.landingPage-col9 a {
  font-weight: 600; }

@media (max-width: 1199px) and (min-width: 1025px) {
  .landingPage-col9 {
    width: 75% !important;
    float: right;
    margin-top: -104%; } }

a.navPages-action:focus {
  color: #fff; }

svg:focus {
  color: #fff; }

a.navPages-action.sideNav-action {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.all-pages-li {
  float: left !important;
  clear: left !important;
  padding-top: 10px !important; }

.all-pages {
  font-weight: 600; }

.heading-404 {
  text-align: center !important; }

#search_query_adv.search-404-input {
  margin-right: 20px !important;
  border-radius: 2px;
  margin-left: 0 !important; }
  @media (max-width: 767px) {
    #search_query_adv.search-404-input {
      height: 42px !important;
      margin-left: -30% !important; } }

.search-404-btn {
  font-size: 16px;
  font-family: "Hind Siliguri";
  border-radius: 2px; }
  @media (max-width: 767px) {
    .search-404-btn {
      margin-left: -30% !important; } }

.search-404-icon {
  margin-left: -45px;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .search-404-icon {
      display: none; } }

@media (max-width: 1399px) and (min-width: 1025px) {
  .form-404 {
    float: none;
    margin-left: 60px; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .form-404 {
    float: none;
    margin-left: 60px; } }

@media (max-width: 767px) {
  .form-field-404 {
    margin: -30% 0 0; } }

@media (max-width: 767px) {
  .fieldset-404 {
    max-height: 110px; } }

@media (max-width: 880px) {
  .request-pricing {
    width: 90%;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .request-pricing {
    width: 96%; } }

@media (max-width: 1199px) {
  .iframe-for-request-pricing {
    width: 75%; } }

@media (max-width: 1024px) {
  .iframe-for-request-pricing {
    width: 100%; } }

.search-results-page .page-content {
  padding-left: 0;
  padding-right: 0;
  width: 80%; }
  .search-results-page .page-content .navBar--sub {
    margin-bottom: 1rem; }
  @media (max-width: 1199px) {
    .search-results-page .page-content {
      width: 75%; } }
  @media (max-width: 1024px) {
    .search-results-page .page-content {
      width: 100%; } }
  @media (max-width: 991px) {
    .search-results-page .page-content {
      width: 96%;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .search-results-page .page-content {
      width: 91%; } }

.search-results-page #search-results-heading {
  text-align: center; }

.search-results-page #product-listing-container .actionBar {
  margin: 0; }

.search-results-page #product-listing-container .productGrid {
  max-width: 100%; }
  @media (max-width: 1199px) {
    .search-results-page #product-listing-container .productGrid {
      max-width: 100% !important;
      margin: 0; } }
  @media (max-width: 1024px) {
    .search-results-page #product-listing-container .productGrid {
      margin: 0; } }

@media (max-width: 1024px) {
  .search-results-page #product-listing-container form {
    margin-left: 0; }
  .search-results-page #product-listing-container .product {
    padding-left: 0;
    padding-right: 27px; } }

@media (max-width: 767px) {
  .search-results-page #product-listing-container .product {
    padding-left: 0;
    padding-right: 12px; } }

.search-results-page fieldset.form-fieldset {
  margin-left: 0; }

.Projects .landingPage-heading {
  display: none; }

.Projects .landingPage-col9 {
  width: 84% !important; }
  @media (max-width: 1439px) {
    .Projects .landingPage-col9 {
      width: 80%; } }
  @media (max-width: 1024px) {
    .Projects .landingPage-col9 {
      width: 100%;
      padding: 0; }
      .Projects .landingPage-col9 .landingPage-content {
        padding: 0;
        margin: 0 auto; } }
  @media (max-width: 991px) {
    .Projects .landingPage-col9 .landingPage-content {
      width: 96%; } }
  @media (max-width: 550px) {
    .Projects .landingPage-col9 .landingPage-content {
      width: 93%; } }

@media (max-width: 1199px) {
  .brands-page .landingPage-sidebar {
    float: left; }
  .brands-page .brands-section {
    width: 75%; } }

.sitemap .landingPage-sidebar {
  float: left; }

.sitemap .sitemap-content {
  width: 83%;
  float: right; }
  @media (max-width: 1439px) {
    .sitemap .sitemap-content {
      width: 79%;
      padding-left: 0; } }
  @media (max-width: 1199px) {
    .sitemap .sitemap-content {
      width: 73%; } }
  @media (max-width: 1024px) {
    .sitemap .sitemap-content {
      padding-left: 17px;
      float: none; } }

.Reverse .landingPage-content h2 {
  margin-top: 0; }

.Reverse .landingPage-content ul {
  list-style-type: none; }

.Reverse .landingPage-content p {
  clear: both; }

.Reverse .HLProductItem {
  width: 25%;
  float: left; }

.Reverse .BlockContent {
  margin-bottom: 5px; }
  .Reverse .BlockContent ul {
    margin: 0; }

.Reverse .taptitel {
  font-size: 22px;
  color: #000;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #eee; }

.Reverse .page-content-image {
  text-align: center; }

.Reverse .HLProductItem {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.Reverse .fa {
  margin-bottom: 0; }

.Reverse .fa:before {
  font-size: 43px;
  color: #0065cb; }

.Reverse .ProductDetails {
  margin-top: 10px; }

.Reverse .HL-HomeBannerBottom .fa {
  width: 100%;
  text-align: center; }

.Reverse .HL-HomeBannerBottom .fa:before {
  font-size: 68px; }

.Applications .HLProductItem {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.Applications .fa {
  margin-bottom: 0; }

.Applications .fa:before {
  font-size: 43px;
  color: #0065cb; }

.Applications .ProductDetails {
  margin-top: 10px; }

.request-pricing-button {
  clear: both;
  margin: 0px 0 52px 0;
  text-align: center;
  padding-top: 40px; }
  .request-pricing-button p {
    margin-bottom: 0; }
  .request-pricing-button .quote {
    font-size: 16px;
    font-family: "Hind Siliguri";
    text-align: center;
    background-color: #0065cb;
    border-radius: 2px;
    border: none;
    margin-top: 0.8%;
    padding: 12px 25px;
    color: #ffffff; }
    .request-pricing-button .quote:hover {
      background-color: #939597 !important;
      color: white; }
    .request-pricing-button .quote:focus {
      color: white; }

.Filmtec .ProductList .Odd {
  width: calc((100% / 4) - 25px);
  margin: 0 10px; }

.ProductList {
  list-style-type: none;
  margin: 0; }
  .ProductList .Odd {
    width: calc((100% / 4) - 10px);
    float: left;
    margin: 0 5px; }
    .ProductList .Odd img {
      max-width: 233px;
      width: 230px;
      margin: 0 5px; }
  .ProductList .ProductDetails {
    padding: 17px 0; }

.CategoryDescription h3 {
  font-size: 15px;
  margin: 0; }

.CategoryDescription h4 {
  margin: 0;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 15px; }
  .CategoryDescription h4 a {
    font-weight: 400; }

.About .single-work-details {
  margin-top: 0;
  font-size: 17px;
  margin-bottom: 21px; }

/* BREADCRUMB */
.breadcrumbs {
  text-align: left;
  margin: 17px 0 30px 0; }
  @media (max-width: 1024px) {
    .breadcrumbs {
      display: none; } }

.breadcrumb {
  background: 0 0;
  padding: 0 5px 0 0; }
  .breadcrumb .breadcrumb-label {
    color: #404040;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "Hind Siliguri"; }
    .breadcrumb .breadcrumb-label:hover {
      color: #939597; }
  .breadcrumb.is-active {
    padding-left: 0;
    letter-spacing: 1px;
    color: #404040; }
    .breadcrumb.is-active .breadcrumb-label {
      color: #6f6f6f; }
  .breadcrumb:before {
    content: "";
    margin: 0; }
  .breadcrumb:first-child .material-icons {
    display: none; }
  .breadcrumb .material-icons {
    float: left;
    line-height: 1.1;
    color: inherit;
    font-size: 20px;
    padding-right: 6px; }

/* Category Page Body */
.page-sidebar {
  width: 20%;
  padding-left: 0;
  z-index: 5; }
  @media (max-width: 1199px) {
    .page-sidebar {
      width: 25%; } }
  @media (max-width: 1024px) {
    .page-sidebar {
      display: none; } }

@media (min-width: 420px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 25%; } }

@media (max-width: 1199px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

@media (max-width: 768px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; } }

.grey-block-div {
  max-height: 120px;
  max-width: 80%;
  float: right;
  width: 100%;
  overflow: hidden !important;
  margin-bottom: 8px; }
  .grey-block-div a {
    width: 100%;
    height: 100%;
    padding: 10px 0; }
  @media (max-width: 1024px) and (min-width: 769px) {
    .grey-block-div {
      display: none; } }
  @media (max-width: 768px) and (min-width: 420px) {
    .grey-block-div {
      display: none; } }
  @media (max-width: 1199px) and (min-width: 1025px) {
    .grey-block-div {
      max-width: 75%; } }
  @media (max-width: 1024px) {
    .grey-block-div {
      display: none !important; } }

.grey-block-div-mobile {
  display: none !important;
  max-height: 120px;
  overflow: hidden !important;
  margin-bottom: 8px; }
  .grey-block-div-mobile a {
    width: 100%;
    height: 100%;
    padding: 10px 0; }
  @media (max-width: 1024px) {
    .grey-block-div-mobile {
      display: block !important;
      width: 100%; } }

.grey-block-img {
  flex-shrink: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 1025px) {
  .category-accordion {
    display: none; } }

.category-body-accordion {
  padding-left: 5px; }

#collapseCategory {
  display: none; }
  #collapseCategory.show {
    display: block; }

.mobile-category-info-list {
  list-style: none; }

.mobile-navPages-item {
  list-style: none; }

.mobile-navPage-subMenu-list {
  list-style: none; }

.mobile-navPage-childList {
  list-style: none; }

@media (max-width: 991px) {
  .category-acc {
    text-align: center; } }

.category-button-link {
  border: 1px solid black;
  border-radius: 3px;
  width: 100%;
  height: 40px;
  margin-top: -10%; }
  @media (max-width: 991px) and (min-width: 768px) {
    .category-button-link {
      width: 100%; } }
  @media (max-width: 1024px) and (min-width: 992px) {
    .category-button-link {
      width: 100%; } }

.cat-btn-text {
  max-height: 40px;
  text-align: left; }

.cat-arrow {
  vertical-align: bottom; }
  @media (max-width: 1024px) {
    .cat-arrow {
      float: right; } }

.sideNav-action-mobile {
  color: #404040;
  text-transform: capitalize;
  padding: 0 !important; }
  .sideNav-action-mobile:hover {
    color: #404040; }

.page-heading {
  font-size: 30px;
  font-weight: 700;
  font-family: "Hind Siliguri";
  margin: 8px 0;
  text-align: left; }
  @media (max-width: 1024px) and (min-width: 769px) {
    .page-heading {
      text-align: center; } }
  @media (max-width: 768px) and (min-width: 420px) {
    .page-heading {
      margin-left: 3.2%;
      font-size: 24px; } }
  @media (max-width: 419px) {
    .page-heading {
      font-size: 24px;
      padding-left: 1rem;
      padding-right: 1rem; } }

.category-page-content {
  font-size: 16px;
  font-family: "Hind Siliguri"; }
  @media (max-width: 768px) {
    .category-page-content {
      font-weight: 700; } }
  @media (max-width: 419px) {
    .category-page-content {
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (max-width: 1024px) and (min-width: 769px) {
  .category-description {
    max-width: 920px;
    float: right; } }

@media (max-width: 1024px) and (min-width: 769px) {
  ul.productGrid {
    float: none;
    max-width: 100%; } }

@media (max-width: 1199px) and (min-width: 1025px) {
  ul.productGrid {
    max-width: 700px !important; } }

@media (max-width: 1024px) and (min-width: 769px) {
  form[data-product-compare] {
    margin-left: 15px; } }

[data-cke-saved-href] {
  color: #0066cc; }

.page-content {
  float: none; }

.productGrid {
  max-width: 80%;
  float: right;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .productGrid {
      max-width: 100%;
      margin: 0 auto; } }
  @media (max-width: 620px) {
    .productGrid .product {
      width: 48%; } }

.card-img-container:after {
  padding-bottom: 75%; }

.card-img-container:hover {
  opacity: 0.7; }

.card-title {
  height: 69px;
  padding-bottom: 5px; }
  @media (max-width: 1199px) and (min-width: 1025px) {
    .card-title {
      height: 90px; } }
  @media (max-width: 440px) {
    .card-title {
      height: 80px; } }
  @media (max-width: 390px) {
    .card-title {
      height: 105px; } }

.category-btn {
  font-size: 16px;
  font-family: "Hind Siliguri";
  text-align: center;
  background-color: #0066cc;
  border-radius: 2px;
  border: none;
  padding: 12px 25px;
  width: 100%;
  font-weight: 600; }
  @media (max-width: 540px) {
    .category-btn {
      padding: 12px 0; } }

#more {
  display: none; }

#readMoreBtn {
  display: none;
  color: #0066cc;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  font-family: "Hind Siliguri";
  padding: 0;
  padding-bottom: 2%;
  float: none; }
  #readMoreBtn:hover {
    color: #cccccc; }

.first-p {
  margin-bottom: 0; }

/* Side Bar */
hr {
  margin: 0.8rem 0 1.3rem 0; }
  @media (max-width: 1024px) {
    hr {
      display: none; } }

.sideNav-action {
  font-weight: 600 !important;
  font-size: 1rem;
  font-family: "Hind Siliguri";
  color: #404040; }

.sideNav-action-sub {
  font-weight: 400 !important;
  font-size: 14px;
  font-family: "Hind Siliguri";
  color: #404040; }

.first-row {
  color: #404040; }

.second-row {
  color: #404040; }

.third-row {
  color: #404040; }

.category-sidebar {
  width: 212px;
  margin-top: 15px; }
  .category-sidebar i {
    position: absolute;
    right: 1px;
    margin: 0;
    bottom: 0; }
  .category-sidebar nav {
    max-width: 212px; }
    .category-sidebar nav .sibebar-mainlist {
      display: inline-block;
      margin: 0; }
    .category-sidebar nav .navPages-item {
      width: 100%; }
      .category-sidebar nav .navPages-item:first-child a {
        padding-top: 0; }
      .category-sidebar nav .navPages-item .navPages-action {
        font-weight: 500;
        padding: 1rem 0;
        position: relative;
        cursor: pointer;
        width: 100%;
        color: #404040; }
        .category-sidebar nav .navPages-item .navPages-action:hover {
          color: #939597;
          text-decoration: none; }
      .category-sidebar nav .navPages-item .navPage-subMenu-list {
        display: none;
        margin: 0 0 1.5rem;
        float: left; }
        .category-sidebar nav .navPages-item .navPage-subMenu-list.show-active {
          display: inline-block; }
        .category-sidebar nav .navPages-item .navPage-subMenu-list .navPage-subMenu-item {
          width: 100%;
          list-style: none;
          padding: 0 !important; }
          .category-sidebar nav .navPages-item .navPage-subMenu-list .navPage-subMenu-item a:hover {
            color: #757575 !important; }
          .category-sidebar nav .navPages-item .navPage-subMenu-list .navPage-subMenu-item a.navPage-subMenu-action {
            padding: 0;
            border: none;
            text-transform: none !important;
            padding-left: 15px;
            font-weight: 300;
            margin: 0; }
          .category-sidebar nav .navPages-item .navPage-subMenu-list .navPage-subMenu-item.second-row .navPage-childList {
            display: none;
            margin: 5px 0 10px; }
          .category-sidebar nav .navPages-item .navPage-subMenu-list .navPage-subMenu-item.activeSec a {
            font-weight: 500; }
          .category-sidebar nav .navPages-item .navPage-subMenu-list .navPage-subMenu-item.activeSec .navPage-childList {
            display: block;
            margin: 5px 0 10px; }
            .category-sidebar nav .navPages-item .navPage-subMenu-list .navPage-subMenu-item.activeSec .navPage-childList .navPage-childList-item {
              list-style: none; }
              .category-sidebar nav .navPages-item .navPage-subMenu-list .navPage-subMenu-item.activeSec .navPage-childList .navPage-childList-item a.navPage-childList-action {
                font-size: 1rem;
                text-transform: none;
                font-weight: 300;
                padding: 0 0 0 15px; }
  .category-sidebar .sidebarBlock {
    display: none; }

.sidebar-desktop {
  width: 212px;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .sidebar-desktop {
      display: none; } }

.sidebar-desktop-cat {
  width: 212px; }
  @media (max-width: 1024px) {
    .sidebar-desktop-cat {
      display: none; } }

.sidebar-pages {
  display: table;
  height: 24px; }

.sideNav-page {
  color: #404040;
  font-size: 14px;
  padding-top: 0 !important;
  padding-left: 0 !important; }
  .sideNav-page:hover {
    color: #404040; }

.has-subMenu-side {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

@media (max-width: 1024px) {
  .lower-nav-banner {
    display: none; } }

.side-li {
  padding: 5px 0; }

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

.youtube {
  min-height: 80vh; }
  @media (max-width: 1024px) {
    .youtube {
      min-height: 85vh; } }
  .youtube .page-heading {
    margin: 0;
    text-align: center; }
  .youtube .breadcrumbs {
    margin: 17px 0 0px 0; }
  .youtube .fa:before {
    color: #404040;
    font-size: 33px; }
  .youtube .Section,
  .youtube .LanguageBC {
    color: #404040;
    font-size: 21px; }
  .youtube #searchVideo {
    position: absolute;
    right: -20px;
    top: 21px;
    transform: translate(-50%, -50%);
    margin: 0.1px; }
    .youtube #searchVideo .material-icons {
      font-size: 27px; }
      .youtube #searchVideo .material-icons:hover {
        color: #939597; }
  .youtube .spinner {
    margin: 50px auto 0;
    width: 100px;
    text-align: center;
    width: auto !important; }
  .youtube .spinner > span {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 90%;
    background: #3b97d3;
    margin: 75px 50px;
    float: left;
    animation: pulse 1.5s infinite ease-in-out;
    animation-fill-mode: both; }
    .youtube .spinner > span:before {
      content: "";
      position: absolute;
      border-style: solid;
      border-width: 0 40px 60px 40px;
      border-color: transparent transparent #3b97d3 transparent;
      top: -40px;
      left: 10px; }
  .youtube .spinner .drop1 {
    animation-delay: .25s;
    transform: rotate(190deg); }
  .youtube .spinner .drop2 {
    animation-delay: .5s; }
  .youtube .spinner .drop3 {
    animation-delay: .75s; }
  .youtube .d {
    display: inline; }

@keyframes pulse {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.4; }
  40% {
    transform: scale(1);
    opacity: 1; } }
  .youtube .input_text {
    position: relative;
    float: none; }
  .youtube #SearchText {
    width: 100%;
    float: right;
    border-radius: 4px;
    border: 1px solid #3f3f3f;
    height: 37px;
    padding: 0px 20px 2px 12px;
    font-size: 15px;
    letter-spacing: 0.3px; }
  .youtube i.fa {
    padding-top: 0;
    padding-bottom: 0; }
  .youtube .video_text {
    transition: 1.5s;
    margin-top: -57px;
    position: absolute;
    background-color: white;
    text-align: center;
    color: #404040;
    font-weight: 600;
    font-size: 14px;
    font-family: "Barlow";
    align-self: self-end;
    bottom: 0;
    padding: 6px 13px;
    height: 75px;
    line-height: 1.3;
    width: 100%; }
    @media (min-width: 1199px) and (max-width: 1439px) {
      .youtube .video_text {
        padding: 3px 10px; } }
    @media (max-width: 991px) {
      .youtube .video_text {
        height: 76px; } }
    @media (max-width: 400px) {
      .youtube .video_text {
        padding: 6px 10px;
        height: 93px;
        font-size: 12px; } }
    @media (max-width: 350px) {
      .youtube .video_text {
        height: 104px; } }
  .youtube #picture-grid {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.2em;
    grid-row-gap: 1em; }
    @media (max-width: 1439px) {
      .youtube #picture-grid {
        grid-column-gap: 0.9em; } }
    @media (max-width: 1199px) {
      .youtube #picture-grid {
        grid-template-columns: 32% 32% 32%;
        grid-column-gap: 1.1em; } }
    @media (max-width: 1024px) {
      .youtube #picture-grid {
        grid-column-gap: 1.3em; } }
    @media (max-width: 850px) {
      .youtube #picture-grid {
        grid-column-gap: 1.2em; } }
  .youtube #outer-grid {
    display: grid;
    grid-template-columns: 14% 85%;
    grid-column-gap: 0.5em; }
    @media (max-width: 1439px) {
      .youtube #outer-grid {
        grid-template-columns: 17% 80%; } }
    @media (max-width: 1199px) {
      .youtube #outer-grid {
        grid-template-columns: 17% 81%; } }
    @media (max-width: 1024px) {
      .youtube #outer-grid {
        grid-template-columns: 100%; } }
    @media (max-width: 767px) {
      .youtube #outer-grid {
        grid-row-gap: 2em; } }
  .youtube .grid-box {
    display: inherit;
    border: 1px solid #bbb;
    position: relative;
    height: 241px;
    overflow: hidden; }
    .youtube .grid-box:hover {
      opacity: 0.7; }
    @media (max-width: 1439px) {
      .youtube .grid-box {
        height: 202px; } }
    @media (max-width: 1199px) {
      .youtube .grid-box {
        height: 215px; } }
    @media (max-width: 1024px) {
      .youtube .grid-box {
        height: 245px; } }
    @media (max-width: 767px) {
      .youtube .grid-box {
        height: 253px; } }
    @media (max-width: 500px) {
      .youtube .grid-box {
        height: 230px; } }
    @media (max-width: 450px) {
      .youtube .grid-box {
        height: 218px; } }
    @media (max-width: 400px) {
      .youtube .grid-box {
        height: 219px; } }
    @media (max-width: 350px) {
      .youtube .grid-box {
        height: 218px; } }
    .youtube .grid-box img {
      width: auto;
      height: auto;
      top: -28px;
      left: 0;
      position: absolute; }
      @media (max-width: 1439px) {
        .youtube .grid-box img {
          top: -21px; } }
      @media (max-width: 1199px) {
        .youtube .grid-box img {
          top: -23px; } }
      @media (max-width: 1024px) {
        .youtube .grid-box img {
          top: -29px; } }
      @media (max-width: 991px) {
        .youtube .grid-box img {
          width: 303px;
          height: 224px; } }
      @media (max-width: 767px) {
        .youtube .grid-box img {
          width: 366px;
          height: 233px;
          top: -29px; } }
      @media (max-width: 500px) {
        .youtube .grid-box img {
          width: 228px;
          height: 204px;
          top: -26px; } }
      @media (max-width: 450px) {
        .youtube .grid-box img {
          width: 204px;
          height: 189px;
          top: -24px; } }
      @media (max-width: 400px) {
        .youtube .grid-box img {
          width: 178px;
          height: 167px;
          top: -22px; } }
      @media (max-width: 350px) {
        .youtube .grid-box img {
          width: 155px;
          height: 150px;
          top: -20px; } }
  .youtube .nav_grid {
    height: 100%; }
  .youtube .prev_next_buttons {
    padding-left: 3px;
    display: inline;
    text-align: center;
    height: 150px;
    font-family: "Hind Siliguri";
    letter-spacing: 0.6px; }
    .youtube .prev_next_buttons .PaginationBox {
      width: auto;
      display: inline-block;
      margin: 0; }
      @media (max-width: 440px) {
        .youtube .prev_next_buttons .PaginationBox {
          margin: 0 1px; } }
    .youtube .prev_next_buttons .PaginationNumber, .youtube .prev_next_buttons .PaginationNumber2 {
      font-size: 17px;
      display: inline-block;
      margin-bottom: 13px;
      vertical-align: middle;
      color: #333333;
      padding: 12px 10px;
      margin: 0px 4px 13px;
      border-radius: 4px; }
      .youtube .prev_next_buttons .PaginationNumber:hover, .youtube .prev_next_buttons .PaginationNumber2:hover {
        color: #999999; }
      @media (max-width: 360px) {
        .youtube .prev_next_buttons .PaginationNumber, .youtube .prev_next_buttons .PaginationNumber2 {
          padding: 12px 8px;
          margin: 0px 2px 13px; } }
  .youtube .top_nav, .youtube .bottom_nav_arrows {
    line-height: 0;
    width: 100%;
    margin-top: 12px; }
    .youtube .top_nav .fa:before, .youtube .bottom_nav_arrows .fa:before {
      font-size: 29px; }
    .youtube .top_nav .next_Pagination, .youtube .top_nav .prev_Pagination, .youtube .bottom_nav_arrows .next_Pagination, .youtube .bottom_nav_arrows .prev_Pagination {
      background: white;
      padding: 5px 9px;
      color: #333333; }
      .youtube .top_nav .next_Pagination:active, .youtube .top_nav .next_Pagination:focus, .youtube .top_nav .prev_Pagination:active, .youtube .top_nav .prev_Pagination:focus, .youtube .bottom_nav_arrows .next_Pagination:active, .youtube .bottom_nav_arrows .next_Pagination:focus, .youtube .bottom_nav_arrows .prev_Pagination:active, .youtube .bottom_nav_arrows .prev_Pagination:focus {
        border-color: #e5e5e5; }
      .youtube .top_nav .next_Pagination:hover, .youtube .top_nav .prev_Pagination:hover, .youtube .bottom_nav_arrows .next_Pagination:hover, .youtube .bottom_nav_arrows .prev_Pagination:hover {
        background: white !important;
        color: #999999; }
        .youtube .top_nav .next_Pagination:hover svg, .youtube .top_nav .prev_Pagination:hover svg, .youtube .bottom_nav_arrows .next_Pagination:hover svg, .youtube .bottom_nav_arrows .prev_Pagination:hover svg {
          fill: #999999; }
    .youtube .top_nav .next_Pagination, .youtube .bottom_nav_arrows .next_Pagination {
      margin-left: 0; }
  .youtube #inner-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 21px; }
  .youtube .FilterSection,
  .youtube .LanguageButton,
  .youtube .LanguageSection {
    white-space: nowrap;
    font-size: 100%;
    text-align: left; }
  .youtube .main-nav {
    width: 84%; }
    .youtube .main-nav h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-family: "Hind Siliguri";
      font-weight: 600 !important; }
    .youtube .main-nav ul {
      border-top: solid 1px #3C3735;
      padding-top: 5px; }
    .youtube .main-nav .sub {
      border-top: none;
      margin-left: 0.9rem;
      padding-top: 0px; }
      .youtube .main-nav .sub a {
        font-size: 13px;
        color: #999999; }
    .youtube .main-nav button, .youtube .main-nav a {
      padding: 5px 0;
      color: #404040;
      font-weight: 600 !important;
      font-size: 14px;
      font-family: "Hind Siliguri";
      text-align: left;
      text-transform: capitalize; }
    @media (max-width: 1024px) {
      .youtube .main-nav {
        width: 100%;
        text-align: center; }
        .youtube .main-nav ul {
          border-top: none; } }
  @media (min-width: 318px) and (max-width: 767px) {
    .youtube #picture-grid {
      display: grid;
      grid-template-columns: 49% 49%;
      grid-column-gap: 0.5em;
      grid-row-gap: 1em; }
    .youtube .FilterSection,
    .youtube .LanguageButton,
    .youtube .LanguageSection {
      white-space: unset;
      font-size: 80%; }
    .youtube #searchVideo {
      position: absolute;
      right: 5px;
      top: 22px;
      margin: 1px;
      font-size: 10px; } }
  @media (max-width: 1024px) {
    .youtube .page-heading {
      margin-top: 10px; }
    .youtube #searchVideo {
      position: absolute;
      right: -21px;
      top: 20px;
      margin: 1px;
      font-size: 10px; }
    .youtube .top_nav, .youtube .bottom_nav_arrows {
      text-align: center;
      width: 100%; }
    .youtube .list-hover-slide {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .youtube .list-hover-slide a {
        text-align: center; }
    .youtube .sub {
      display: flex;
      flex-direction: column;
      align-items: left; } }
  .youtube .unstyled {
    list-style: none;
    padding: 0;
    margin: 0; }
    .youtube .unstyled a {
      text-decoration: none; }
  .youtube .list-inline {
    overflow: hidden; }
    .youtube .list-inline li {
      float: left; }
  .youtube .header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 17.5em;
    background: #35302D; }
  .youtube .logo {
    text-transform: lowercase;
    font: 300 2em "Source Sans Pro", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 0;
    margin: 0; }
    .youtube .logo a {
      display: block;
      padding: 1em 0;
      color: black;
      text-decoration: none;
      transition: .15s linear color; }
      .youtube .logo a:hover {
        color: #fff; }
        .youtube .logo a:hover span {
          color: #0065cb; }
    .youtube .logo span {
      font-weight: 700;
      transition: .15s linear color; }
  .youtube .social-links {
    border-bottom: solid 1px #3C3735; }
    .youtube .social-links li {
      width: 25%;
      border-left: solid 1px #3C3735; }
      .youtube .social-links li:first-child {
        border: none; }
    .youtube .social-links a, .youtube .social-links button {
      display: block;
      height: 5.5em;
      text-align: center;
      color: black;
      font: 0.75em/5.5em "Source Sans Pro", Helvetica, Arial, sans-serif; }
      .youtube .social-links a:hover, .youtube .social-links button:hover {
        color: #939597; }
  .youtube .main-video-filter-lists a {
    padding-right: 117px; }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .youtube .main-video-filter-lists a {
        padding-right: 83px; } }
  .youtube .main-video-filter-lists .material-icons {
    position: absolute;
    top: 3px;
    right: 0; }
  .youtube .main-video-filter-lists:hover .material-icons {
    color: #999999; }
  @media (max-width: 1024px) {
    .youtube .main-video-filter-lists {
      width: 172px;
      text-align: left; } }
  .youtube .learning-center-filter-lists a {
    padding-right: 66px; }
    @media (max-width: 1199px) {
      .youtube .learning-center-filter-lists a {
        padding-right: 34px; } }
  .youtube .list-hover-slide li {
    position: relative;
    overflow: hidden; }
    .youtube .list-hover-slide li .material-icons {
      vertical-align: middle; }
  @media (max-width: 1024px) {
    .youtube .list-hover-slide .sub {
      text-align: left;
      margin-left: 1.8rem; }
      .youtube .list-hover-slide .sub a {
        padding: 0; }
    .youtube .list-hover-slide .LearningCenter_sub {
      margin-left: 3.3rem; } }
  .youtube .list-hover-slide .sub .Link_section:focus, .youtube .list-hover-slide .sub .Link_section:active {
    color: #404040; }
  .youtube .list-hover-slide button, .youtube .list-hover-slide a {
    display: block;
    position: relative;
    z-index: 1; }
    .youtube .list-hover-slide button:before, .youtube .list-hover-slide a:before {
      content: '';
      display: block;
      z-index: -1;
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%; }
    .youtube .list-hover-slide button.is-current, .youtube .list-hover-slide button:hover, .youtube .list-hover-slide a.is-current, .youtube .list-hover-slide a:hover {
      color: #939597; }
      .youtube .list-hover-slide button.is-current:before, .youtube .list-hover-slide button:hover:before, .youtube .list-hover-slide a.is-current:before, .youtube .list-hover-slide a:hover:before {
        left: 0; }
  .youtube .list-hover-slide a {
    display: inline-block; }
  @media (max-width: 1024px) {
    .youtube .list-hover-slide {
      text-align: center; }
      .youtube .list-hover-slide a {
        padding: 5px 27px; } }
  @media (max-width: 767px) {
    .youtube .top_nav {
      top: 78px;
      margin-right: 0px; } }

#myModal {
  left: 50%;
  top: 42% !important; }
  #myModal .bottom-modal-content {
    height: auto;
    margin-top: 12px;
    margin-bottom: 43px; }
  #myModal #model-closeX {
    width: 92px;
    font-family: "Barlow";
    font-size: 18px;
    font-weight: 700;
    float: right;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 16px;
    padding: 0px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #000000;
    cursor: pointer; }
  #myModal .videoTitle {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: "Barlow";
    width: 85%;
    float: left;
    padding: 4px 0 22px 18px; }
    @media (max-width: 991px) {
      #myModal .videoTitle {
        width: 80%;
        font-size: 17px; } }
  #myModal .yt_player_iframe {
    height: 508px; }
  @media (max-width: 950px) {
    #myModal {
      width: 748px; }
      #myModal .yt_player_iframe {
        height: 422px; } }
  @media (max-width: 800px) {
    #myModal {
      width: 614px; }
      #myModal .yt_player_iframe {
        height: 347px; }
      #myModal #model-closeX {
        padding-top: 4px; } }
  @media (max-width: 650px) {
    #myModal {
      width: 540px; }
      #myModal .yt_player_iframe {
        height: 307px; }
      #myModal .videoTitle {
        width: 63%;
        font-size: 16px; }
      #myModal #model-closeX {
        padding-top: 13px;
        padding-bottom: 8px; } }
  @media (max-width: 590px) {
    #myModal {
      width: 476px; }
      #myModal .yt_player_iframe {
        height: 269px; } }
  @media (max-width: 500px) {
    #myModal {
      width: 402px; }
      #myModal .yt_player_iframe {
        height: 229px; }
      #myModal #model-closeX {
        padding-top: 2px;
        padding-bottom: 8px; }
      #myModal .videoTitle {
        font-size: 15px;
        width: 100%;
        padding: 4px 0 5px 18px; } }
  @media (max-width: 380px) {
    #myModal {
      width: 322px;
      min-height: 228px; }
      #myModal .yt_player_iframe {
        height: 187px; } }
  @media (max-width: 340px) {
    #myModal {
      width: 300px;
      min-height: 202px; }
      #myModal .modal-content {
        height: 197px; }
      #myModal .yt_player_iframe {
        height: 196px; }
        #myModal .yt_player_iframe body {
          height: 87% !important; }
      #myModal .videoTitle {
        font-size: 14px;
        width: 100%;
        padding: 1px 0 3px 18px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .youtube .grid-box {
    width: calc(25% - 11.6px);
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
    .youtube .grid-box:nth-child(4n) {
      margin-right: 0; }
  .youtube #picture-grid {
    display: block; }
  .youtube #outer-grid {
    display: block; }
  .youtube #inner-grid {
    display: block;
    width: 80%;
    float: left; }
  .youtube .nav-wrap {
    width: 20%;
    float: left; }
  .youtube #SearchText {
    margin-bottom: 15px; } }

.calculators {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */ }
  .calculators input:focus::-moz-placeholder {
    color: transparent !important; }
  .calculators input:focus::placeholder {
    color: transparent !important; }
  .calculators input:focus::-webkit-input-placeholder {
    color: transparent !important; }
  .calculators input:focus:-moz-placeholder {
    color: transparent !important; }
  .calculators input:focus::-moz-placeholder {
    color: transparent !important; }
  .calculators input:focus:-ms-input-placeholder {
    color: transparent !important; }
  .calculators .adjustable-parameter-value .form-input {
    border: 1px solid #cccccc;
    background: rgba(0, 100, 203, 0.27); }
  .calculators .calculated-value {
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */ }
    .calculators .calculated-value .form-input {
      border: 1px solid #cccccc; }
    .calculators .calculated-value input:focus::-moz-placeholder {
      color: inherit !important; }
    .calculators .calculated-value input:focus::placeholder {
      color: inherit !important; }
    .calculators .calculated-value input:focus::-webkit-input-placeholder {
      color: inherit !important; }
    .calculators .calculated-value input:focus:-moz-placeholder {
      color: inherit !important; }
    .calculators .calculated-value input:focus::-moz-placeholder {
      color: inherit !important; }
    .calculators .calculated-value input:focus:-ms-input-placeholder {
      color: inherit !important; }
  .calculators .typical-resin-values .form-input {
    border: 1px solid #cccccc; }
  .calculators .page-heading {
    text-align: center; }
  .calculators .calculator-body {
    width: 69%;
    margin: 0 auto;
    text-transform: capitalize; }
    @media (max-width: 1439px) {
      .calculators .calculator-body {
        width: 80%; } }
    @media (max-width: 1199px) {
      .calculators .calculator-body {
        width: 95%; } }
  .calculators fieldset.form-fieldset {
    margin-left: 0; }
  .calculators .calculator-user-legend {
    margin: 0 auto;
    margin-bottom: 26px;
    border: 1px solid black;
    padding: 3px; }
    .calculators .calculator-user-legend p {
      padding: 9px 14px;
      text-transform: capitalize;
      letter-spacing: 2px;
      margin-bottom: 0;
      font-size: 15px; }
      @media (max-width: 991px) {
        .calculators .calculator-user-legend p {
          font-size: 13px; } }
      @media (max-width: 820px) {
        .calculators .calculator-user-legend p {
          padding: 5px 14px; } }
      @media (max-width: 360px) {
        .calculators .calculator-user-legend p {
          padding: 5px 2px;
          font-size: 12px; } }
    .calculators .calculator-user-legend .fa-square {
      font-size: 18px;
      vertical-align: top; }
    .calculators .calculator-user-legend .adjustable-content {
      text-align: center;
      float: left;
      margin-right: 16px; }
      .calculators .calculator-user-legend .adjustable-content .fa-square {
        color: rgba(0, 100, 203, 0.27); }
      @media (max-width: 991px) {
        .calculators .calculator-user-legend .adjustable-content {
          margin-right: 0; } }
      @media (max-width: 820px) {
        .calculators .calculator-user-legend .adjustable-content {
          float: none;
          text-align: left; } }
    .calculators .calculator-user-legend .legend-calculated-values {
      color: #404040;
      float: left;
      margin-right: 16px; }
      .calculators .calculator-user-legend .legend-calculated-values .fa-square {
        color: #e5e5e5; }
      @media (max-width: 991px) {
        .calculators .calculator-user-legend .legend-calculated-values {
          margin-right: 0; } }
      @media (max-width: 820px) {
        .calculators .calculator-user-legend .legend-calculated-values {
          float: none; } }
    .calculators .calculator-user-legend .adjusted-typical-resin-value {
      color: #404040;
      float: left;
      margin-right: 16px; }
      .calculators .calculator-user-legend .adjusted-typical-resin-value .fa-square {
        color: #404040; }
      @media (max-width: 991px) {
        .calculators .calculator-user-legend .adjusted-typical-resin-value {
          margin-right: 0; } }
      @media (max-width: 820px) {
        .calculators .calculator-user-legend .adjusted-typical-resin-value {
          float: none; } }
  .calculators .form-inline-message {
    display: none; }
  .calculators .form-row--half {
    margin-bottom: 19px; }
  .calculators .form-field {
    width: 100%;
    margin-bottom: 7px; }
  .calculators .form-input {
    width: 36%;
    float: right; }
    @media (max-width: 767px) {
      .calculators .form-input {
        width: 20%; } }
    @media (max-width: 600px) {
      .calculators .form-input {
        width: 100%; } }
  .calculators .form-label {
    margin-bottom: 9px;
    margin-top: 11px;
    width: 61%;
    float: left;
    color: #404040;
    letter-spacing: 1px;
    font-family: "Hind Siliguri";
    font-size: 15px;
    font-weight: 600; }
    .calculators .form-label span {
      font-size: 15px;
      letter-spacing: 1px;
      text-transform: initial;
      float: right; }
    .calculators .form-label .label-units {
      text-transform: lowercase;
      display: inline-block;
      margin-bottom: 0; }
    @media (max-width: 905px) {
      .calculators .form-label {
        width: 62%;
        font-size: 13px; }
        .calculators .form-label span {
          font-size: 13px; } }
    @media (max-width: 805px) {
      .calculators .form-label {
        font-size: 12px; }
        .calculators .form-label span {
          font-size: 12px; } }
    @media (max-width: 767px) {
      .calculators .form-label {
        width: 77%; } }
    @media (max-width: 600px) {
      .calculators .form-label {
        width: 100%;
        margin-top: 2px;
        margin-bottom: 0;
        font-size: 14px; }
        .calculators .form-label span {
          font-size: 14px; } }
    @media (max-width: 540px) {
      .calculators .form-label {
        font-size: 13px; }
        .calculators .form-label span {
          font-size: 13px; } }
    @media (max-width: 520px) {
      .calculators .form-label {
        font-size: 12px;
        font-weight: 600; }
        .calculators .form-label span {
          font-size: 12px;
          font-weight: 600; } }
    @media (max-width: 480px) {
      .calculators .form-label {
        font-size: 14px; }
        .calculators .form-label span {
          font-size: 14px;
          float: none;
          display: flex;
          font-weight: 300; } }
    @media (max-width: 400px) {
      .calculators .form-label {
        font-size: 13px; }
        .calculators .form-label span {
          font-size: 13px; } }
    @media (max-width: 350px) {
      .calculators .form-label {
        font-size: 12px; }
        .calculators .form-label span {
          font-size: 12px; } }
  .calculators fieldset {
    padding: 0;
    border: none; }
  .calculators legend {
    font-family: "Hind Siliguri";
    font-weight: 600; }
    .calculators legend ul {
      list-style-type: none;
      margin: 0;
      font-weight: 500;
      text-align: center; }
  .calculators fieldset.hardness-and-conversions {
    width: 100%; }
    .calculators fieldset.hardness-and-conversions .form-label {
      width: 61%;
      float: left; }
      @media (max-width: 905px) {
        .calculators fieldset.hardness-and-conversions .form-label {
          width: 62%; } }
      @media (max-width: 767px) {
        .calculators fieldset.hardness-and-conversions .form-label {
          width: 76%; } }
      @media (max-width: 600px) {
        .calculators fieldset.hardness-and-conversions .form-label {
          width: 100%; } }
    .calculators fieldset.hardness-and-conversions .form-input {
      width: 18%;
      float: right;
      margin-right: 10px;
      margin-bottom: 6px; }
      @media (max-width: 905px) {
        .calculators fieldset.hardness-and-conversions .form-input {
          width: 15%;
          margin-right: 9px; } }
      @media (max-width: 767px) {
        .calculators fieldset.hardness-and-conversions .form-input {
          width: 20%;
          margin-right: 0;
          margin-bottom: 6px; } }
      @media (max-width: 600px) {
        .calculators fieldset.hardness-and-conversions .form-input {
          width: 100%; } }
    .calculators fieldset.hardness-and-conversions legend {
      width: 17%;
      float: right;
      padding: 6px;
      border: 1px solid #404040;
      text-align: center;
      margin-right: 2px; }
      .calculators fieldset.hardness-and-conversions legend ul {
        list-style-type: none;
        margin-left: 5px;
        margin-bottom: 0;
        font-weight: 500;
        text-transform: initial; }
      @media (max-width: 905px) {
        .calculators fieldset.hardness-and-conversions legend {
          width: 20%; } }
      @media (max-width: 767px) {
        .calculators fieldset.hardness-and-conversions legend {
          width: 100%;
          margin-bottom: 10px;
          float: none; } }
  .calculators .operating-costs legend {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 12px;
    width: 100%;
    text-align: center; }
    .calculators .operating-costs legend span:first-child {
      padding-left: 150px; }
    .calculators .operating-costs legend span {
      padding-left: 20px; }
  .calculators .operating-costs h3 {
    margin: 15px 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    clear: both; }
  .calculators .operating-costs .pricing-totals {
    float: left;
    width: 100%; }
    .calculators .operating-costs .pricing-totals .form-input {
      width: 36%;
      margin-bottom: 6px; }
      @media (max-width: 767px) {
        .calculators .operating-costs .pricing-totals .form-input {
          width: 20%; } }
      @media (max-width: 600px) {
        .calculators .operating-costs .pricing-totals .form-input {
          width: 100%; } }
    .calculators .operating-costs .pricing-totals .form-label {
      width: 61%; }
      @media (max-width: 905px) {
        .calculators .operating-costs .pricing-totals .form-label {
          width: 62%; } }
      @media (max-width: 767px) {
        .calculators .operating-costs .pricing-totals .form-label {
          width: 77%; } }
      @media (max-width: 600px) {
        .calculators .operating-costs .pricing-totals .form-label {
          width: 100%; } }
    @media (max-width: 550px) {
      .calculators .operating-costs .pricing-totals {
        width: 100%; } }
  .calculators .operating-costs .adjustable-parameter-value {
    width: 100%;
    float: left; }
  .calculators .total-operating-costs .pricing-totals {
    width: 100%;
    float: left;
    margin: 0; }
    .calculators .total-operating-costs .pricing-totals .form-input {
      width: 36%;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .calculators .total-operating-costs .pricing-totals .form-input {
          width: 20%; } }
      @media (max-width: 600px) {
        .calculators .total-operating-costs .pricing-totals .form-input {
          width: 100%; } }
    .calculators .total-operating-costs .pricing-totals .form-label {
      width: 61%; }
      @media (max-width: 905px) {
        .calculators .total-operating-costs .pricing-totals .form-label {
          width: 62%; } }
      @media (max-width: 767px) {
        .calculators .total-operating-costs .pricing-totals .form-label {
          width: 77%; } }
      @media (max-width: 600px) {
        .calculators .total-operating-costs .pricing-totals .form-label {
          width: 100%; } }
  .calculators .total-operating-costs h3 {
    margin: 15px 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    width: 98%;
    clear: both; }
  .calculators .submit-calculator {
    text-align: center; }
    .calculators .submit-calculator .button {
      padding: 18px 50px; }

.category-landing-page .blue {
  background-color: #0066cc; }

.category-landing-page .orange {
  background-color: #eea61f; }

.category-landing-page .grey {
  background-color: #333;
  color: #fff; }

.category-landing-page h2 {
  font-weight: 600; }

.category-landing-page .page-heading {
  text-transform: uppercase;
  text-align: center;
  margin-top: -47px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 3.5rem;
  font-family: "Barlow", Arial, Helvetica, sans-serif; }

.category-landing-page .page-sub-heading {
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 1.9rem;
  font-family: "Barlow", Arial, Helvetica, sans-serif; }

.category-landing-page .page-content {
  padding: 0; }

.category-landing-page .page-description {
  margin-top: 20px; }
  .category-landing-page .page-description:after {
    content: '';
    display: block;
    clear: both; }
  .category-landing-page .page-description p {
    margin: 0; }
  .category-landing-page .page-description strong {
    font-family: "Hind Siliguri", Arial, Helvetica, sans-serif; }
  .category-landing-page .page-description .description {
    width: 50%;
    float: left;
    padding-right: 20px; }
    @media (max-width: 700px) {
      .category-landing-page .page-description .description {
        width: 100%; } }
  .category-landing-page .page-description .description-left {
    padding-right: 40px;
    margin-bottom: 15px; }
  .category-landing-page .page-description .description-right p {
    line-height: 1.3; }
  .category-landing-page .page-description .description-right ul {
    margin-top: 10px; }

.category-landing-page .product-specifications {
  margin-top: 35px;
  max-height: 720px;
  overflow-y: scroll; }
  @media (max-width: 1024px) {
    .category-landing-page .product-specifications {
      width: 100%;
      text-align: center; } }
  .category-landing-page .product-specifications .product-row {
    position: relative;
    border-top: 2px solid #0065cb; }
    .category-landing-page .product-specifications .product-row:after {
      content: '';
      display: block;
      clear: both; }
  .category-landing-page .product-specifications .img-container {
    width: 40%;
    float: left; }
    @media (max-width: 1024px) {
      .category-landing-page .product-specifications .img-container {
        width: 100%;
        text-align: center; } }
  .category-landing-page .product-specifications .product-info {
    width: 60%;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .category-landing-page .product-specifications .product-info {
        width: 100%; } }
    .category-landing-page .product-specifications .product-info h2 {
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      color: #0065cb;
      font-weight: 600;
      font-size: 2.3rem;
      width: calc(100% - 30px); }
    .category-landing-page .product-specifications .product-info .product-system {
      width: calc(50% - 30px);
      float: left; }
      @media (max-width: 700px) {
        .category-landing-page .product-specifications .product-info .product-system {
          width: calc(100% - 20px);
          margin-bottom: 10px; } }
      .category-landing-page .product-specifications .product-info .product-system:last-child {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .category-landing-page .product-specifications .product-info .product-system:last-child {
            margin-left: 0;
            margin-right: 20px; } }
    .category-landing-page .product-specifications .product-info .system-title {
      text-transform: uppercase;
      text-align: center;
      font-weight: 600;
      font-size: 1.4rem;
      font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
      border-radius: 4px;
      padding-top: 5px; }
    .category-landing-page .product-specifications .product-info .system-spec {
      border: 1px solid #333;
      padding: 8px 20px;
      border-radius: 4px;
      font-size: 1.3rem;
      text-align: center;
      margin-top: 5px; }
      .category-landing-page .product-specifications .product-info .system-spec ul {
        text-align: left;
        margin-bottom: 0; }
    .category-landing-page .product-specifications .product-info .full-width {
      width: calc(100% - 30px); }
      @media (max-width: 700px) {
        .category-landing-page .product-specifications .product-info .full-width {
          width: calc(100% - 20px); } }
      .category-landing-page .product-specifications .product-info .full-width:last-child {
        margin-left: 0; }
      .category-landing-page .product-specifications .product-info .full-width .system-title {
        color: #fff; }
    .category-landing-page .product-specifications .product-info.sub-category h2 {
      color: #333;
      font-family: "Barlow", Arial, Helvetica, sans-serif;
      font-weight: 700; }
    .category-landing-page .product-specifications .product-info.sub-category .system-spec {
      float: left; }
      .category-landing-page .product-specifications .product-info.sub-category .system-spec.left {
        width: calc(40% - 5px);
        margin-right: 5px; }
        @media (max-width: 700px) {
          .category-landing-page .product-specifications .product-info.sub-category .system-spec.left {
            width: 100%; } }
      .category-landing-page .product-specifications .product-info.sub-category .system-spec.right {
        width: 60%; }
        @media (max-width: 700px) {
          .category-landing-page .product-specifications .product-info.sub-category .system-spec.right {
            width: 100%; } }
  .category-landing-page .product-specifications .learn-more {
    color: #0065cb;
    font-weight: 700;
    position: absolute;
    right: 30px;
    bottom: 5px; }

.category-landing-page .product-description {
  margin-top: 20px; }
  .category-landing-page .product-description .system-row:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 700px) {
    .category-landing-page .product-description .system-row {
      margin-bottom: 25px; } }
  .category-landing-page .product-description .system-name {
    color: #fff;
    background-color: #0065cb;
    font-weight: 600;
    font-size: 1.6rem;
    font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px; }
  .category-landing-page .product-description .system-info {
    width: calc(50% - 100px);
    float: left;
    margin: 25px 50px; }
    @media (max-width: 700px) {
      .category-landing-page .product-description .system-info {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 20px;
        width: calc(100% - 20px); } }
    .category-landing-page .product-description .system-info strong {
      font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
      font-size: 1.2rem; }
    .category-landing-page .product-description .system-info img {
      float: right;
      padding: 0 20px; }
    @media (max-width: 700px) {
      .category-landing-page .product-description .system-info p {
        margin-bottom: 0; } }

.category-landing-page table td {
  padding: 10px; }

.category-tab-page .category-tab-container {
  max-width: 915px;
  margin: 0 auto; }

.category-tab-page .page-heading {
  font-size: 6rem;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 700px) {
    .category-tab-page .page-heading {
      font-size: 3rem;
      margin-bottom: 0; } }

.category-tab-page .tabs-mobile {
  display: block; }
  .category-tab-page .tabs-mobile .tab .tab-title {
    text-align: center; }
    @media (max-width: 451px) {
      .category-tab-page .tabs-mobile .tab .tab-title {
        padding-bottom: 5px; } }
  @media (max-width: 1024px) {
    .category-tab-page .tabs-mobile .tab.is-active, .category-tab-page .tabs-mobile .tab.slick-active {
      background: none !important;
      border: none !important; } }
  @media (max-width: 1024px) {
    .category-tab-page .tabs-mobile .tab.is-active .tab-title, .category-tab-page .tabs-mobile .tab.slick-active .tab-title {
      color: #000 !important; } }
  .category-tab-page .tabs-mobile .slick-track {
    margin-left: 0; }
  @media (max-width: 1024px) {
    .category-tab-page .tabs-mobile .slick-list {
      width: 90%; } }
  .category-tab-page .tabs-mobile .slick-next {
    right: -9px;
    top: 88%;
    background: transparent;
    border: none; }
    .category-tab-page .tabs-mobile .slick-next:before {
      background-image: url("../icons/keyboard-arrow-right.svg");
      height: 30px;
      width: 30px; }
  .category-tab-page .tabs-mobile .slick-prev {
    right: 25px;
    left: unset;
    top: 88%;
    background: transparent;
    border: none; }
    .category-tab-page .tabs-mobile .slick-prev:before {
      background-image: url("../icons/keyboard-arrow-left.svg");
      height: 30px;
      width: 30px; }

.category-tab-page .tab {
  min-height: 43px; }
  @media (min-width: 1025px) {
    .category-tab-page .tab {
      width: auto !important; } }
  @media (max-width: 1024px) {
    .category-tab-page .tab {
      width: 90%;
      min-height: auto; } }

.category-tab-page .webpage-content h2 {
  text-transform: uppercase;
  color: #fff;
  background-color: #0065cb;
  padding-top: 3px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 1.5rem;
  border-radius: 4px; }
  @media (max-width: 1024px) {
    .category-tab-page .webpage-content h2 {
      margin-left: -2px;
      margin-right: -2px; } }
  .category-tab-page .webpage-content h2:first-child {
    margin-top: 18px; }

@media (max-width: 1024px) {
  .category-tab-page .webpage-content > div {
    padding: 0 2px; } }

.product-tab-page .tabs-mobile {
  display: block; }
  .product-tab-page .tabs-mobile .tab .tab-title {
    text-align: center; }
    @media (max-width: 451px) {
      .product-tab-page .tabs-mobile .tab .tab-title {
        padding-bottom: 5px; } }
  @media (max-width: 1024px) {
    .product-tab-page .tabs-mobile .tab.is-active, .product-tab-page .tabs-mobile .tab.slick-active {
      background: none !important;
      border: none !important; } }
  @media (max-width: 1024px) {
    .product-tab-page .tabs-mobile .tab.is-active .tab-title, .product-tab-page .tabs-mobile .tab.slick-active .tab-title {
      color: #000 !important; } }
  .product-tab-page .tabs-mobile .slick-track {
    margin-left: 0; }
  @media (max-width: 1024px) {
    .product-tab-page .tabs-mobile .slick-list {
      width: 90%; } }
  .product-tab-page .tabs-mobile .slick-next {
    right: -9px;
    top: 88%;
    background: transparent;
    border: none; }
    .product-tab-page .tabs-mobile .slick-next:before {
      background-image: url("../icons/keyboard-arrow-right.svg");
      height: 30px;
      width: 30px; }
  .product-tab-page .tabs-mobile .slick-prev {
    right: 25px;
    left: unset;
    top: 88%;
    background: transparent;
    border: none; }
    .product-tab-page .tabs-mobile .slick-prev:before {
      background-image: url("../icons/keyboard-arrow-left.svg");
      height: 30px;
      width: 30px; }

.product-tab-page .tab {
  min-height: 43px; }
  @media (min-width: 1025px) {
    .product-tab-page .tab {
      width: auto !important; } }
  @media (max-width: 1024px) {
    .product-tab-page .tab {
      width: 90%;
      min-height: auto; } }

.product-tab-page .webpage-content h2 {
  text-transform: uppercase;
  color: #fff;
  background-color: #0066cc;
  padding-top: 3px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 1.5rem;
  border-radius: 4px; }
  @media (max-width: 1024px) {
    .product-tab-page .webpage-content h2 {
      margin-left: -2px;
      margin-right: -2px; } }
  .product-tab-page .webpage-content h2:first-child {
    margin-top: 18px; }

@media (max-width: 1024px) {
  .product-tab-page .webpage-content > div {
    padding: 0 2px; } }

.site-main-sidebar-inner {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff; }

js.main-navigation {
  visibility: hidden; }

.js .main-navigation.loaded {
  visibility: visible; }

.main-navigation-container {
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 4rem;
  overflow: hidden; }

@media screen and (min-width: 48em) {
  .main-navigation-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

@media screen and (min-width: 64em) {
  .main-navigation-container {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (min-width: 33.75em) {
  .main-navigation-container {
    margin-top: 0;
    margin-bottom: 2.5rem; } }

.main-navigation-breadcrumbs {
  margin-right: 1rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease-out;
  height: 3.125rem;
  padding-top: 1rem; }

@media screen and (min-width: 48em) {
  .main-navigation-breadcrumbs {
    margin-right: 1.5rem;
    margin-left: 1.5rem; } }

@media screen and (min-width: 64em) {
  .main-navigation-breadcrumbs {
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 64em) {
  .main-navigation-breadcrumbs {
    border-color: #cccccc; } }

.main-navigation-breadcrumbs.is-active .navigation-go-back {
  position: static;
  opacity: 1;
  visibility: visible; }

.main-navigation-breadcrumbs.is-active .main-navigation-panel-title {
  display: none; }

.main-navigation-breadcrumbs.no-transition {
  transition-duration: 0s; }

.main-navigation-breadcrumbs .navigation-go-back {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out; }

.main-navigation-breadcrumbs .main-navigation-panel-title {
  margin-bottom: 1rem; }

.main-navigation-breadcrumb {
  margin-bottom: 1.5rem;
  color: #fff; }

@media screen and (min-width: 33.75em) {
  .main-navigation-breadcrumb {
    margin-bottom: 1rem; } }

@media screen and (min-width: 64em) {
  .main-navigation-breadcrumb {
    color: #333;
    font-family: Montserrat,sans-serif;
    font-size: 13px; } }

.main-navigation-breadcrumb:focus {
  border-bottom: 1px solid;
  outline: 0; }

.main-navigation-breadcrumb.reset-all {
  display: inline-block;
  order: 2;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out; }

.main-navigation-breadcrumb.reset-all.is-active {
  opacity: 1;
  visibility: visible; }

.no-transition .main-navigation-breadcrumb.reset-all {
  transition-duration: 0s; }

.main-navigation-breadcrumb .navigation-go-back-desktop {
  display: inline-block;
  margin-right: 0.5rem; }

.main-navigation-breadcrumb .navigation-go-back-mobile {
  position: relative;
  top: 0.125rem;
  left: -0.5625rem;
  display: inline-block;
  transform: rotate(90deg); }

@media screen and (min-width: 33.75em) {
  .main-navigation-breadcrumb .navigation-go-back-mobile {
    display: none; } }

.main-navigation-panel {
  width: 100%;
  color: #fff;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out, height 0.3s ease-out; }

@media screen and (min-width: 33.75em) {
  .main-navigation-panel {
    padding-top: 1rem; } }

@media screen and (min-width: 64em) {
  .main-navigation-panel {
    color: #333;
    list-style-type: none;
    margin-left: 0; } }

.main-navigation-panel.is-right, .main-navigation-panel.is-left {
  position: absolute;
  top: 0;
  visibility: hidden; }

.main-navigation-panel.is-right {
  transform: translateX(calc(100% + 2.5rem)); }

.main-navigation-panel.is-left {
  transform: translateX(calc(-100% - 2.5rem)); }

.main-navigation-panel.is-hidden {
  opacity: 0; }

.main-navigation-panel.no-transition {
  transition-duration: 0s; }

.main-navigation-panel a {
  display: block;
  padding-right: .5rem;
  padding-left: .5rem;
  transition: all .3s ease-out;
  font-family: Montserrat,sans-serif;
  font-size: 12px; }

@media screen and (min-width: 33.75em) {
  .main-navigation-panel a:hover {
    background-color: #e6e3e0; } }

.main-navigation-panel-title {
  padding-top: 0;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.8); }

@media screen and (min-width: 33.75em) {
  .main-navigation-panel-title {
    padding: 0.5rem 0; } }

@media screen and (min-width: 64em) {
  .main-navigation-panel-title {
    color: inherit;
    font-size: 14px;
    list-style-type: none;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; } }

@media screen and (max-width: 33.6875em) {
  .main-navigation-panel-child .main-navigation-panel-title {
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: 0; } }

.main-navigation-item {
  position: relative;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  line-height: 2.25; }

@media screen and (min-width: 33.75em) {
  .main-navigation-item {
    line-height: 2.5; } }

.main-navigation-item.is-active a,
.main-navigation-item.is-active a:hover {
  background-color: rgba(255, 255, 255, 0.1); }

@media screen and (min-width: 33.75em) {
  .main-navigation-item.is-active a,
  .main-navigation-item.is-active a:hover {
    color: #957b65;
    background-color: rgba(149, 123, 101, 0.08); } }

.main-navigation-item:first-child {
  margin-top: 0; }

.main-navigation-item-count {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7); }

@media screen and (min-width: 64em) {
  .main-navigation-item-count {
    color: #cccccc; } }
