@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

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: 551px)/";
  width: 0; }

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

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

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

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

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

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

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: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 992px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Montserrat", 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: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    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.78571rem; }

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

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.35714rem; }

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.14286rem;
  width: 1.14286rem;
  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.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .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: 2rem;
  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.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 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: "Montserrat", 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: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*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: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    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.57143rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #757575; }

/*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.78571rem;
  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.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*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.78571rem;
  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.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  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: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*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: #8f8f8f;
  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: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*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(255, 255, 255, 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: 551px) {
    .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 2rem;
  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.35714rem;
    padding-left: 1.85714rem;
    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 #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

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

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

/*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.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*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.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*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: 6.42857rem;
  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: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .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.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

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

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    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 2rem;
    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.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .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.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  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 2rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 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: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      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: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    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: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

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

@media (min-width: 551px) {
  .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: 551px) {
  .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: 551px) {
  .navBar-item {
    float: left; } }

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

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

/*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.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .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.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.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.14286rem; }

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .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(255, 255, 255, 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.85714rem;
    display: block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

.accordion-content {
  display: none;
  padding: 2rem;
  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: 551px) {
    .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: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .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.78571rem 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.78571rem; }
  @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.42857rem;
    width: 1.42857rem; }

@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.35714rem 0.78571rem; }

.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.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    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.78571rem 0; }

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

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

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

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

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .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: #757575; }

.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.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

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

.aria-description--hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

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

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

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

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

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

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

/* 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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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: #8f8f8f;
    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.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .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: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .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='%238f8f8f' 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;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='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .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='%238f8f8f' 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;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='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      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%; }

.carousel-tooltip {
  height: 1px;
  display: none;
  position: relative;
  margin-top: 10px; }
  .carousel-tooltip:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .carousel-tooltip:after {
    content: attr(aria-label);
    padding: 0.28571rem 0.42857rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.57143rem; }
  .carousel-tooltip:before, .carousel-tooltip:after {
    display: none; }
  .carousel-tooltip:focus:before, .carousel-tooltip:focus:after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip:after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip:before, .slick-prev:focus .carousel-tooltip:after,
  .slick-next:focus .carousel-tooltip:before,
  .slick-next:focus .carousel-tooltip:after,
  .slick-dots button:focus .carousel-tooltip:before,
  .slick-dots button:focus .carousel-tooltip:after {
    display: block; }
  .slick-prev .carousel-tooltip:before,
  .slick-next .carousel-tooltip:before {
    top: -7px; }
  .slick-prev .carousel-tooltip:before {
    right: -2px; }
  .slick-prev .carousel-tooltip:after {
    right: auto;
    left: -5px; }
  .slick-next .carousel-tooltip:after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip:before, .slick-dots button .carousel-tooltip:after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip:before {
      top: -7px; }

.carousel-play-pause-button {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 0.5rem;
  height: 32px;
  min-width: 60px;
  max-width: 60px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8f8f8f;
  transition: color 100ms ease-out;
  z-index: 5;
  border: 1px solid white;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      min-width: 80px;
      max-width: 90px; } }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      max-width: 150px;
      font-size: 18px; } }
  @media (min-width: 992px) {
    .carousel-play-pause-button {
      left: 25px;
      bottom: 1.5rem; } }
  .carousel-play-pause-button:hover {
    color: #474747; }

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

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .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-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .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-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .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.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

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

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

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

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

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

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

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

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    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: "Montserrat", 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: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    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: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

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

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 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: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  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.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

.table {
  margin-top: 2rem; }
  .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: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.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: 551px) {
        .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: 551px) {
        .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 {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    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; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 992px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #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%); }
  .modal .form-field {
    position: relative; }

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 992px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:after {
    content: attr(title);
    padding: 0.28571rem 0.42857rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.57143rem; }
  .modal-close:before, .modal-close:after {
    display: none; }
  .modal-close:focus:before, .modal-close:focus:after {
    display: block; }

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

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

.hide-content {
  opacity: 0; }

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

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #757575;
    height: 0.8em;
    content: ''; }

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

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

.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.35714rem 0 0.78571rem; }
  .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.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .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: 992px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

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

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

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 992px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.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: 551px) {
  .tab-content .productReview {
    width: 50%; } }

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

@media (min-width: 1261px) {
  .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 {
  font-size: 1.07143rem;
  margin: 0;
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.accordion-navigation {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1rem; }

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

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

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

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

@media (min-width: 992px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0; } }

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

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

.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-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575; }
  @media (min-width: 992px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

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

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

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

.alertBox--info {
  color: white;
  background-color: #707070; }
  .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: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.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.71429rem 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.28571rem; }

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

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

.form-option-wrapper {
  position: relative;
  display: inline-block; }
  .form-option-wrapper .form-radio, .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .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.78571rem; }
      @media (min-width: 551px) {
        .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.78571rem; } }

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

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

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

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

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

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .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: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.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.5rem; }

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .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.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.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: 551px) {
  .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:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  position: relative;
  padding: 3px;
  overflow: hidden; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.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: 992px) {
    .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%;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

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

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .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.35714rem;
  padding-left: 1.85714rem;
  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 #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .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.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    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.78571rem; }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    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 #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  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.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 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: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 992px) {
    .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(255, 255, 255, 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.78571rem;
      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.92857rem;
      position: absolute; }

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

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .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.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 10.14286rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 992px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .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: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @media (min-width: 992px) {
        .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.42857rem; }
        @media (min-width: 992px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media (min-width: 992px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .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.85714rem;
  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;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    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: 551px) {
      .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.21429rem;
  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.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.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: 992px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 992px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      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: 992px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 992px) {
      .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: 992px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        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: 992px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 992px) {
    .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: 992px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 992px) {
  .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: 992px) {
    .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: 992px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        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: 992px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  @media (min-width: 992px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 992px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 992px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 992px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 992px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 992px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !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; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 992px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

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

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

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 992px) {
    .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.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 992px) {
    .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-action {
  padding: 0.78571rem 0; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 992px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  @media (min-width: 992px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    display: inline-block;
    text-align: right; }
    @media (min-width: 992px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

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

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

@media (min-width: 992px) {
  .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.78571rem 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: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    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.42857rem;
    width: 1.42857rem;
    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.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link:before {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      border-width: 0.71429rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:after {
      content: attr(title);
      padding: 0.28571rem 0.42857rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.57143rem; }
    .socialLinks-item .socialLinks__link:before, .socialLinks-item .socialLinks__link:after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus:before, .socialLinks-item .socialLinks__link:focus:after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus:after {
      right: auto;
      left: 0;
      z-index: 20; }

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

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 992px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 992px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  .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%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 992px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 992px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 992px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw;
    max-height: 100vh;
    transition: height .3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 992px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

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

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

.heroCarousel-description {
  color: #333333;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 992px) {
    .heroCarousel-description {
      font-size: 15px; } }

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

@media (min-width: 992px) {
  .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: 992px) {
  .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;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .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: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .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: 551px) {
        .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.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .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: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .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: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  width: 1px;
  min-width: 100%;
  position: relative;
  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: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .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: 992px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

.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: 992px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 992px) {
    .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%;
    object-fit: contain;
    /* Object-fit polyfill */
    /*font-family: 'object-fit: contain;';*/ }
  .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.35714rem;
  margin-right: -0.35714rem; }
  .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.85714rem;
    margin-right: 2.85714rem; }
  .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;
    margin: 0;
    width: 50px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

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

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  justify-content: center; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }
  .productView-details.product-options {
    overflow: hidden; }

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

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

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 992px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 992px) {
    .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.35714rem;
  vertical-align: middle;
  color: #757575; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .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: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .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: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .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 {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 992px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .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.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 992px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 992px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.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.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    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: 71.42857rem; }

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

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

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

.toggleLink {
  color: #757575; }
  .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: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 992px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

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

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

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  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.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

.cart-header {
  display: none; }
  @media (min-width: 992px) {
    .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: 992px) {
    .cart-list {
      display: table-row-group; } }

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

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

.cart-item-figure {
  float: left;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%;
      padding: 0.5rem 0; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

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

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 992px) {
    .cart-item-image {
      margin-left: 0; } }

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

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

.cart-content-padding-right {
  padding-right: 4px; }

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

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

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

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

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0;
  display: inline-block; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .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: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 992px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .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: 992px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 992px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 992px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

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

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  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.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    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.28571rem;
    margin-bottom: 0; }

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

.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: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCart-additionalCheckoutButtons {
  padding-right: 1.5rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.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: 85.71429rem;
  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 {
    max-height: 90%;
    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%; }
  @media (min-width: 320px) {
    .previewCartItem-image:after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image:after {
      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.21429rem; }

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    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.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

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

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

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

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

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

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

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

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

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

.address-label {
  color: #757575;
  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.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .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: 992px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  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.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 992px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

.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: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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.78571rem; }

.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.5rem 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: 992px) {
    .suggestiveCart {
      display: block; } }

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

.maintenanceNotice-header {
  font-family: "Montserrat";
  margin: 0 0 0.78571rem; }

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

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 992px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  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; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

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

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

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

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

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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.78571rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .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: 992px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 992px) {
      .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: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .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; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 992px) {
    .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: 2rem 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.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  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 2rem 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.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

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

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

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

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

.account-product-description + .definitionList {
  margin: -1.35714rem 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: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

.account-product-detail-heading {
  color: #757575;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.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: 1261px) {
      .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: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .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: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.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: 551px) {
    .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.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .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: #757575;
  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: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .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: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  width: 160px;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none;
  margin-top: 0.78571rem; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 0.78571rem; }

.paymentMethodsGrid {
  margin: -0.78571rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 0.21429rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.78571rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.78571rem;
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 13.28571rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 55px; }
  @media (min-width: 992px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      overflow: visible;
      position: relative;
      height: auto;
      display: flex;
      flex-direction: column; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 992px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center;
  height: 55px; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 992px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0;
      height: auto; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: #333333;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 992px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 992px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 992px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 992px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      white-space: normal;
      padding: 0 10px; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container:after {
  content: '';
  display: block; }

.header-logo-image {
  max-height: 2.35714rem;
  display: block;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 992px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 992px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    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: 992px) {
    .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: 992px) {
  .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: 992px) {
    .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;
  position: relative; }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.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: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .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: 992px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 992px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 992px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

@media screen and (max-width: 600px) {
  .hide-element-footer-mobile {
    display: none; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .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.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  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: 190px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 992px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 992px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  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: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .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: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .productGrid .product {
        width: 25%; } }

/*.page-sidebar + .page-content {

    .productGrid {
        // scss-lint:disable SelectorDepth, NestingDepth
        .product { // 1
            @include breakpoint("small") {
                width: grid-calc(4, $total-columns);
            }
        }
    }

}*/
.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 992px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 992px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 992px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 992px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 992px) {
  .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.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      position: absolute; }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 992px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 992px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .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;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 992px) {
    .productView {
      display: block; } }
  .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: 992px) {
    .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: 992px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 992px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after, .sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star:before,
  .sold-out-flag-star:before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star:after,
  .sold-out-flag-star:after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star:before,
.product:hover .starwrap .sold-out-flag-star:after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  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: 992px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 992px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 992px) {
  .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: 992px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 992px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .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;
  -ms-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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  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; } }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12,
.lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12,
.md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12,
.sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12,
.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 992px) {
  .lg-1 {
    width: calc(100% / 12); }
  .lg-2 {
    width: calc(100% / 12 * 2); }
  .lg-3 {
    width: calc(100% / 12 * 3); }
  .lg-4 {
    width: calc(100% / 12 * 4); }
  .lg-5 {
    width: calc(100% / 12 * 5); }
  .lg-6 {
    width: calc(100% / 12 * 6); }
  .lg-7 {
    width: calc(100% / 12 * 7); }
  .lg-8 {
    width: calc(100% / 12 * 8); }
  .lg-9 {
    width: calc(100% / 12 * 9); }
  .lg-10 {
    width: calc(100% / 12 * 10); }
  .lg-11 {
    width: calc(100% / 12 * 11); }
  .lg-12 {
    width: calc(100% / 12 * 12); } }

.login {
  max-width: 90rem; }
  .login ol.breadcrumbs {
    font-family: "Montserrat";
    font-weight: 500; }
  .login .breadcrumb a, .login .breadcrumb.is-active > .breadcrumb-label {
    color: #101820; }
  .login .login-row {
    margin-top: 3rem; }
  .login .login-right-section {
    width: 62%;
    border: 1px solid #ddd;
    /*margin-right: 3%;
        float: left;*/
    margin: 0 auto; }
  .login .login-title-sec {
    background: #000;
    padding: 10px 20px; }
  .login .page-heading {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0; }
  .login .login-inner {
    float: left;
    width: 100%;
    padding: 20px 20px 10px; }
  .login .login-form {
    width: 100%;
    margin-top: 0;
    padding: 0; }
  .login .form-field {
    margin: 0 0 1.75rem; }
  .login .login-left-section {
    width: 35%;
    float: right; }
  .login .new-customer {
    width: 100%;
    padding: 0; }
  .login .new-customer-intro {
    font-weight: 600;
    margin-bottom: 10px; }
  .login .new-customer-fact {
    margin-bottom: 4px; }
  .login .panel {
    position: relative;
    border: 1px solid #ddd;
    border-top-width: 0; }
  .login .panel-header {
    border-top: 2px solid #00567d;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px; }
  .login .panel-body {
    padding: 15px 20px 15px;
    margin-bottom: 0; }
  .login .login-form input.button {
    float: left; }
  .login .login .login-form .forgot-password {
    margin: 16px 0 0 10px;
    float: right; }
  .login .login-form .form-label, .login .login-form .form-input,
  .login .login-form .forgot-password {
    color: #101820;
    font-family: 'Montserrat';
    font-weight: 500;
    border-radius: 0;
    border-color: #ddd; }
  .login .login-form input.button, .login .panel-body button {
    background-color: #00567d;
    color: #ffffff;
    border-radius: 0;
    font-family: 'Montserrat';
    font-style: normal;
    transition: all 0.25s ease;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 14px; }
    @media (min-width: 576px) {
      .login .login-form input.button, .login .panel-body button {
        line-height: 24px;
        font-size: 16px; } }
    .login .login-form input.button:hover, .login .panel-body button:hover {
      color: #00567d;
      background: #fff;
      border-color: #00567d; }
  .login .login-form .form-inlineMessage {
    display: block;
    font-family: 'Montserrat';
    font-weight: 500; }
  .login .new-customer .panel-title {
    font-weight: 600; }
  .login .new-customer .panel-header,
  .login .new-customer .panel-body {
    background-color: #F8F8F8;
    font-family: 'Montserrat';
    line-height: 1.75rem;
    color: #101820;
    font-weight: 500; }

@media only screen and (max-width: 991px) {
  .login .login-right-section {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 30px; }
  .login .login-left-section {
    width: 100%;
    float: right; } }

@media only screen and (max-width: 767px) {
  .body {
    margin-bottom: 4rem; }
  .login {
    margin: 3rem auto 3rem; }
  .login .login-form {
    padding: 0; }
  .login .new-customer-fact-list {
    margin-left: 16px; }
  .login .panel-header {
    padding: 10px 15px; }
  .login .panel-body {
    padding: 15px;
    margin-bottom: 0; }
  .login .new-customer {
    padding: 0; } }

.create-account-page ol.breadcrumbs,
.forgot-password-page ol.breadcrumbs {
  font-family: "Montserrat";
  font-weight: 500; }

.create-account-page .breadcrumb a, .create-account-page .breadcrumb.is-active > .breadcrumb-label,
.forgot-password-page .breadcrumb a,
.forgot-password-page .breadcrumb.is-active > .breadcrumb-label {
  color: #101820; }

.create-account-page .form-label, .create-account-page .form-input, .create-account-page .form-select,
.forgot-password-page .form-label,
.forgot-password-page .form-input,
.forgot-password-page .form-select {
  color: #101820;
  font-family: 'Montserrat';
  font-weight: 500;
  border-radius: 0;
  border-color: #ddd; }

.create-account-page input.button,
.forgot-password-page input.button {
  background-color: #00567d;
  color: #ffffff;
  transition: all 0.25s ease;
  margin-bottom: 0px;
  border-radius: 0;
  font-family: 'Montserrat';
  font-style: normal;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 14px; }
  @media (min-width: 576px) {
    .create-account-page input.button,
    .forgot-password-page input.button {
      line-height: 25px;
      font-size: 16px; } }
  .create-account-page input.button:hover,
  .forgot-password-page input.button:hover {
    color: #00567d;
    background: #fff;
    border-color: #00567d; }

.create-account-page .form-inlineMessage,
.forgot-password-page .form-inlineMessage {
  display: block;
  font-family: 'Montserrat';
  font-weight: 500; }

.create-account-page .account-body,
.forgot-password-page .account-body {
  margin: 0; }

.create-account-page .form-label small,
.forgot-password-page .form-label small {
  float: left;
  display: contents;
  font-size: 16px;
  color: red; }

.create-account-page .create-account-section, .forgot-password-page .create-account-section {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #ddd; }

.create-account-page .create-account-title, .create-account-page .forgot-password-title, .forgot-password-page .create-account-title, .forgot-password-page .forgot-password-title {
  background: #000;
  padding: 10px 20px; }

.create-account-page .page-heading, .forgot-password-page .page-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0; }

.create-account-page .create-account-inner, .create-account-page .forgot-password-inner, .forgot-password-page .create-account-inner, .forgot-password-page .forgot-password-inner {
  padding: 20px 20px 10px; }

.create-account-page .create-account-inner .account--fixed,
.create-account-page .forgot-password-inner .account--fixedSmall, .forgot-password-page .create-account-inner .account--fixed,
.forgot-password-page .forgot-password-inner .account--fixedSmall {
  width: 100%; }

.create-account-page .g-recaptcha, .forgot-password-page .g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0; }
  @media (min-width: 576px) {
    .create-account-page .g-recaptcha, .forgot-password-page .g-recaptcha {
      transform: scale(1); } }

.forgot-password-page p {
  color: #101820;
  font-weight: 500;
  font-family: 'Montserrat'; }

.forgot-password-page .forgot-password-section {
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid #ddd; }
  .forgot-password-page .forgot-password-section .forgot-password-inner .form-prefixPostfix .button {
    line-height: 18px;
    font-size: 14px; }
    @media (min-width: 576px) {
      .forgot-password-page .forgot-password-section .forgot-password-inner .form-prefixPostfix .button {
        font-size: 16px; } }

/*** My Account Pages ***/
.account.account--fixed {
  width: 100%;
  margin-bottom: 0; }

.breadcrumbs {
  text-align: left;
  display: block; }

.breadcrumbs .breadcrumb {
  margin-right: 12px; }

.breadcrumbs .breadcrumb:not(:first-child):before {
  border-right: 0;
  transform: none;
  background-image: url(https://cdn11.bigcommerce.com/s-uvj2a6zrfq/product_images/uploaded_images/right-arrow.png);
  width: 7px;
  height: 10px;
  margin-left: 0;
  margin-right: 8px; }

.breadcrumb a {
  color: #101820;
  font-weight: 500;
  font-family: 'Montserrat';
  text-transform: uppercase; }
  @media (min-width: 320px) {
    .breadcrumb a {
      font-size: 12px;
      line-height: 20px; } }
  @media (min-width: 768px) {
    .breadcrumb a {
      font-size: 14px;
      line-height: 22px; } }

.breadcrumb.is-active > .breadcrumb-label {
  color: #00567d;
  font-weight: 600; }

.page-heading {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  /*margin-bottom: 1.5rem;*/
  text-transform: uppercase;
  color: #101820;
  font-family: "Montserrat";
  margin-bottom: 0px; }
  @media (min-width: 576px) {
    .page-heading {
      font-size: 25px;
      line-height: 30px;
      font-weight: 500;
      /*margin-bottom: 1.5rem;*/ } }
  @media (min-width: 992px) {
    .page-heading {
      font-size: 30px;
      line-height: 40px;
      /*margin-bottom: 3rem;*/
      font-weight: 400; } }
  @media (min-width: 1200px) {
    .page-heading {
      font-size: 35px;
      line-height: 42px; } }
  @media (min-width: 1550px) {
    .page-heading {
      font-size: 40px;
      line-height: 49px; } }

.my_account_main {
  border: 1px solid #ccc; }

.navBar--account {
  background-color: #2c2c2c;
  margin-bottom: 0;
  display: block;
  margin-top: 3rem; }

.navBar--sub .navBar-item {
  font-family: 'Montserrat';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff !important;
  font-weight: 500;
  margin: 0;
  padding: 12px 10px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase; }
  @media (min-width: 320px) {
    .navBar--sub .navBar-item {
      font-size: 12px;
      line-height: 20px;
      padding: 12px 10px; } }
  @media (min-width: 576px) {
    .navBar--sub .navBar-item {
      font-size: 14px;
      line-height: 22px;
      padding: 16px 22px; } }
  @media (min-width: 768px) {
    .navBar--sub .navBar-item {
      border-bottom: 1px solid #fff; } }
  @media (min-width: 992px) {
    .navBar--sub .navBar-item {
      border-bottom: none; } }

.navBar--sub .navBar-action {
  font-family: 'Montserrat';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff !important;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 320px) {
    .navBar--sub .navBar-action {
      font-size: 12px;
      line-height: 20px; } }
  @media (min-width: 576px) {
    .navBar--sub .navBar-action {
      font-size: 14px;
      line-height: 22px; } }

.navBar--sub .navBar-item.is-active {
  background-color: #00567d; }

.navBar--sub .navBar-item:hover {
  background-color: #00567d; }

.my_account_inner {
  padding: 15px; }
  @media (min-width: 320px) {
    .my_account_inner {
      padding: 15px; } }
  @media (min-width: 768px) {
    .my_account_inner {
      padding: 20px; } }
  @media (min-width: 992px) {
    .my_account_inner {
      padding: 25px 30px 30px; } }

.my_account_inner .form-label,
.my_account_inner .form-input,
.my_account_inner .form-select {
  color: #101820;
  font-family: 'Montserrat';
  font-weight: 500;
  border-radius: 0;
  border-color: #ddd;
  font-size: 12px;
  line-height: 20px; }
  @media (min-width: 320px) {
    .my_account_inner .form-label,
    .my_account_inner .form-input,
    .my_account_inner .form-select {
      font-size: 12px;
      line-height: 20px; } }
  @media (min-width: 576px) {
    .my_account_inner .form-label,
    .my_account_inner .form-input,
    .my_account_inner .form-select {
      font-size: 14px;
      line-height: 22px; } }

.my_account_inner .form-label small {
  float: left;
  display: contents;
  font-size: 16px;
  color: red; }

.my_account_inner button.button.button--primary {
  background-color: #00567d;
  color: #fff;
  font-family: 'Montserrat';
  transition: all .25s ease;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  line-height: 22px; }
  @media (min-width: 320px) {
    .my_account_inner button.button.button--primary {
      font-size: 14px;
      line-height: 22px; } }
  @media (min-width: 576px) {
    .my_account_inner button.button.button--primary {
      font-size: 16px;
      line-height: 24px; } }
  .my_account_inner button.button.button--primary:hover {
    color: #00567d;
    background: #fff;
    border-color: #00567d; }

.account--fixedLarge {
  margin: 0 auto;
  width: 100%; }

.add_list_sec .account-body {
  margin: 5px 0 0 0; }

.add_list_sec ul.addressList {
  margin-bottom: 0; }

.add_list_sec .panel-body {
  background: #f8f8f8; }

.add_list_sec .address-title {
  font-size: 16px;
  line-height: 24px;
  color: #000; }

.add_list_sec .address-details--postal {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400; }

.add_list_sec .address-details--postal li {
  margin-bottom: 9px; }

.add_list_sec dl.address-details {
  padding-bottom: 30px; }

.add_list_sec dt.address-label {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #7b7b7b; }

.panel--address a.button.button--primary,
.add_address_sec input.button.button--primary,
.account-content input.button.button--primary,
.account-sidebar-block .button {
  background-color: #00567d;
  color: #fff;
  font-family: 'Montserrat';
  transition: all .25s ease;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 20px;
  border-radius: 0; }
  @media (min-width: 320px) {
    .panel--address a.button.button--primary,
    .add_address_sec input.button.button--primary,
    .account-content input.button.button--primary,
    .account-sidebar-block .button {
      font-size: 14px;
      line-height: 14px; } }
  @media (min-width: 576px) {
    .panel--address a.button.button--primary,
    .add_address_sec input.button.button--primary,
    .account-content input.button.button--primary,
    .account-sidebar-block .button {
      font-size: 16px;
      line-height: 24px; } }
  .panel--address a.button.button--primary:hover,
  .add_address_sec input.button.button--primary:hover,
  .account-content input.button.button--primary:hover,
  .account-sidebar-block .button:hover {
    color: #00567d;
    background: #fff;
    border-color: #00567d; }

.panel--address button.button.secondary,
.add_address_sec a.button,
.account-content .button + .button {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  font-family: 'Montserrat';
  font-weight: 500;
  transition: all .25s ease;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
  padding: 12px 20px; }
  @media (min-width: 320px) {
    .panel--address button.button.secondary,
    .add_address_sec a.button,
    .account-content .button + .button {
      font-size: 14px;
      line-height: 14px; } }
  @media (min-width: 576px) {
    .panel--address button.button.secondary,
    .add_address_sec a.button,
    .account-content .button + .button {
      font-size: 16px;
      line-height: 24px; } }

.add_list_sec .panel--newAddress .panel-body {
  background-color: transparent !important;
  border: 1px solid #ccc;
  height: 325px; }

.add_list_sec .address-symbol {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #00567d;
  display: inline-block;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px; }

.add_address_sec .account-body {
  margin: 0; }

.account-content .account-heading, .account-content h2,
.account-content .account-product {
  font-family: 'Montserrat';
  color: #000; }

.account-content .account-message .is-read,
.account-content .account-orderStatus,
.account-content .account-product-title > a,
.account-product-body .account-product-title {
  color: #000;
  font-weight: 500;
  font-family: 'Montserrat';
  font-size: 12px; }
  @media (min-width: 576px) {
    .account-content .account-message .is-read,
    .account-content .account-orderStatus,
    .account-content .account-product-title > a,
    .account-product-body .account-product-title {
      font-size: 12px; } }
  @media (min-width: 768px) {
    .account-content .account-message .is-read,
    .account-content .account-orderStatus,
    .account-content .account-product-title > a,
    .account-product-body .account-product-title {
      font-size: 15px; } }

.account-content .account-message .account-orderStatus {
  bottom: 10px; }
  @media (min-width: 576px) {
    .account-content .account-message .account-orderStatus {
      bottom: 10px; } }

.account-content .account-heading {
  font-size: 16px; }
  @media (min-width: 320px) {
    .account-content .account-heading {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 576px) {
    .account-content .account-heading {
      font-size: 22px;
      line-height: 30px; } }

.account-content h2,
.account-sidebar .account-sidebar-block .account-heading {
  font-size: 18px;
  color: #000; }
  @media (min-width: 320px) {
    .account-content h2,
    .account-sidebar .account-sidebar-block .account-heading {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 576px) {
    .account-content h2,
    .account-sidebar .account-sidebar-block .account-heading {
      font-size: 24px;
      line-height: 32px; } }

.account-product-detail .account-product-detail-heading,
.definitionList-key, .definitionList-value,
.account-orderTotal .account-orderTotal-key,
.account-orderTotal .account-orderTotal-value,
.account-sidebar-block .account-order-address {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 12px; }
  @media (min-width: 576px) {
    .account-product-detail .account-product-detail-heading,
    .definitionList-key, .definitionList-value,
    .account-orderTotal .account-orderTotal-key,
    .account-orderTotal .account-orderTotal-value,
    .account-sidebar-block .account-order-address {
      font-size: 12px; } }
  @media (min-width: 768px) {
    .account-product-detail .account-product-detail-heading,
    .definitionList-key, .definitionList-value,
    .account-orderTotal .account-orderTotal-key,
    .account-orderTotal .account-orderTotal-value,
    .account-sidebar-block .account-order-address {
      font-size: 15px; } }

.account-product .account-product-description,
.account-product-detail span {
  font-size: 12px; }
  @media (min-width: 576px) {
    .account-product .account-product-description,
    .account-product-detail span {
      font-size: 12px; } }
  @media (min-width: 768px) {
    .account-product .account-product-description,
    .account-product-detail span {
      font-size: 15px; } }

.account-content .account-orderStatus-label {
  font-size: 8px;
  line-height: 16px;
  padding: 8px 10px 5px 10px; }
  @media (min-width: 576px) {
    .account-content .account-orderStatus-label {
      font-size: 12px;
      line-height: 20px;
      padding: 8px 10px 5px 10px; } }

.account-orderTotal-value:last-child {
  border-bottom: 0;
  font-size: 18px; }
  @media (min-width: 576px) {
    .account-orderTotal-value:last-child {
      font-size: 20px; } }

.account .pagination {
  font-family: 'Montserrat';
  font-weight: 500; }

.account-body {
  margin: 0; }

.account-product--alignMiddle .account-product-checkItem {
  left: -15px; }
  @media (min-width: 320px) {
    .account-product--alignMiddle .account-product-checkItem {
      left: -15px; } }
  @media (min-width: 992px) {
    .account-product--alignMiddle .account-product-checkItem {
      left: -25px; } }

.order_listing_page .account-product-figure:after,
.order_details_page .account-product-figure:after {
  display: none; }

.account-product--alignMiddle .account-product-body .account-product-price {
  float: none;
  font-size: 12px;
  margin-bottom: 6px;
  display: block; }
  @media (min-width: 320px) {
    .account-product--alignMiddle .account-product-body .account-product-price {
      float: none;
      font-size: 12px;
      margin-bottom: 6px;
      display: block; } }
  @media (min-width: 576px) {
    .account-product--alignMiddle .account-product-body .account-product-price {
      float: right;
      font-size: 15px; } }

.account-product--alignMiddle .account-product-body {
  padding-left: 1rem;
  vertical-align: middle;
  padding-bottom: 1.5rem; }
  @media (min-width: 320px) {
    .account-product--alignMiddle .account-product-body {
      padding-left: 1rem;
      vertical-align: middle;
      padding-bottom: 1.5rem; } }
  @media (min-width: 576px) {
    .account-product--alignMiddle .account-product-body {
      padding-left: 2rem;
      padding-bottom: 3.5rem; } }

.order_details_page .account-sidebar-block + .account-sidebar-block {
  margin-top: 2rem; }
  @media (min-width: 576px) {
    .order_details_page .account-sidebar-block + .account-sidebar-block {
      margin-top: 2rem; } }
  @media (min-width: 992px) {
    .order_details_page .account-sidebar-block + .account-sidebar-block {
      margin-top: 3rem; } }

.my_account_inner .card:hover .card-title a {
  color: #00567d !important; }

@media screen and (max-width: 991px) {
  .my_account_inner .card {
    background-color: #fff; } }

.my_account_inner .card .card-model-number, .my_account_inner .card .badge_display {
  display: none; }

.my_account_inner .card .card-figure {
  background-color: transparent; }
  @media (min-width: 320px) {
    .my_account_inner .card .card-figure {
      padding: 0 15px; } }
  @media (min-width: 992px) {
    .my_account_inner .card .card-figure {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .my_account_inner .card .card-figure {
      padding: 0 20px; } }

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

@media screen and (max-width: 991px) {
  .my_account_inner .card .card-body {
    padding-bottom: 15px; } }

@media (min-width: 576px) {
  .my_account_inner .card .card-body .card-title {
    min-height: 50px; } }

.my_account_inner .card .card-body .card-title a {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
  font-family: "Montserrat";
  text-align: center; }
  @media (min-width: 576px) {
    .my_account_inner .card .card-body .card-title a {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .my_account_inner .card .card-body .card-title a {
      font-size: 18px; } }

.my_account_inner .card .card-body .card-text {
  color: #101820;
  font-family: 'Montserrat';
  text-align: center;
  margin: 16px 0; }

.my_account_inner .card .card-figcaption-button {
  background-color: #00567d;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
  transition: all .25s ease;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  border: 1px solid #00567d;
  border-radius: 0; }
  @media (min-width: 320px) {
    .my_account_inner .card .card-figcaption-button {
      font-size: 12px;
      line-height: 22px; } }
  @media (min-width: 576px) {
    .my_account_inner .card .card-figcaption-button {
      font-size: 16px;
      line-height: 32px; } }
  .my_account_inner .card .card-figcaption-button:hover {
    color: #00567d;
    background: #fff;
    border-color: #00567d; }

.my_account_inner .card .quick-view .button {
  background-color: #2c2c2c;
  color: #fff; }

.my_account_inner .productGrid .product:last-child .card {
  margin-bottom: 0; }
  @media (min-width: 576px) {
    .my_account_inner .productGrid .product:last-child .card {
      margin-bottom: 3rem; } }

.my_account_main .alertBox--info {
  color: #fff;
  background-color: #00567d;
  border-color: #00567d;
  border-radius: 0; }

.my_account_main .alertBox--info svg {
  fill: #fff; }

.my_account_inner .productGrid .product {
  width: 100%; }
  @media (min-width: 576px) {
    .my_account_inner .productGrid .product {
      width: 50%; } }
  @media (min-width: 992px) {
    .my_account_inner .productGrid .product {
      width: 25%; } }

.productView--quickView #add-to-cart-wrapper {
  /*.form-action {
	        #form-action-addToCart {
                background-color: #00567d;
                color: #fff;
                font-family: 'Montserrat';
                transition: all .25s ease;
                text-transform: uppercase;
                border-radius: 0;
                font-size: 14px;
                line-height: 22px;
                @include sm-phone{font-size: 14px; line-height: 22px;}
                @include md-phone{font-size: 16px; line-height: 24px;}
                &:hover{
                	color: #00567d;
            	    background: #fff;
            	    border-color: #00567d;
                }
            }   
		}*/ }
  .productView--quickView #add-to-cart-wrapper .form-field.form-field--increments {
    display: inline-block;
    float: left; }
    .productView--quickView #add-to-cart-wrapper .form-field.form-field--increments .form-input {
      border: 1px solid #101820;
      border-radius: 0px;
      margin-top: 0px;
      background-repeat: no-repeat;
      background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/select-arrow.png);
      background-position: 85% 54%;
      background-color: transparent;
      background-size: initial;
      color: #000000;
      cursor: pointer; }
      @media (min-width: 320px) {
        .productView--quickView #add-to-cart-wrapper .form-field.form-field--increments .form-input {
          width: 70px;
          height: 40px;
          padding-left: 0px;
          font-size: 14px; } }
      @media (min-width: 992px) {
        .productView--quickView #add-to-cart-wrapper .form-field.form-field--increments .form-input {
          width: 90px;
          height: 50px;
          padding-left: 0px;
          font-size: 20px; } }
      @media (min-width: 1310px) {
        .productView--quickView #add-to-cart-wrapper .form-field.form-field--increments .form-input {
          width: 100px;
          height: 60px;
          padding-left: 0px;
          font-size: 24px; } }
  .productView--quickView #add-to-cart-wrapper .form-action {
    display: inline-block;
    float: left;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0; }
    .productView--quickView #add-to-cart-wrapper .form-action #form-action-addToCart {
      border: 1px solid #101820;
      border-radius: 0px;
      color: #101820;
      margin-bottom: 0px;
      margin-right: 0px;
      background-color: transparent;
      text-transform: uppercase;
      display: inline-block; }
      @media (min-width: 320px) {
        .productView--quickView #add-to-cart-wrapper .form-action #form-action-addToCart {
          width: 180px;
          height: 40px;
          font-size: 16px;
          margin-left: -1px; } }
      @media (min-width: 992px) {
        .productView--quickView #add-to-cart-wrapper .form-action #form-action-addToCart {
          width: 200px;
          height: 50px;
          font-size: 18px; } }
      @media (min-width: 1310px) {
        .productView--quickView #add-to-cart-wrapper .form-action #form-action-addToCart {
          height: 60px;
          width: 280px;
          font-size: 18px; } }

/*.productView--quickView  #add-to-cart-wrapper #form-action-addToCart {
    background-color: #00567d;
    color: #fff;
    font-family: 'Montserrat';
    transition: all .25s ease;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    line-height: 22px;
    @include sm-phone{font-size: 14px; line-height: 22px;}
    @include md-phone{font-size: 16px; line-height: 24px;}
    
	&:hover{
    	color: #00567d;
	    background: #fff;
	    border-color: #00567d;
    }
}*/
.related-product-display .slick-dots li button {
  border: 1px solid #00567d;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle; }

.related-product-display .slick-dots li.slick-active button:before {
  color: #00567d;
  opacity: 1; }

.related-product-display .slick-dots li.slick-active button::before {
  background: #00567d; }

.related-product-display .slick-next, .related-product-display .slick-prev {
  height: 3.125rem;
  width: 2.5714rem; }
  @media (min-width: 320px) {
    .related-product-display .slick-next, .related-product-display .slick-prev {
      height: 3.125rem;
      width: 2.5714rem; } }

.related-product-display .slick-next::before, .related-product-display .slick-prev::before {
  height: 24px;
  width: 20px; }
  @media (min-width: 320px) {
    .related-product-display .slick-next::before, .related-product-display .slick-prev::before {
      height: 24px;
      width: 20px; } }

.related-product-display .slick-next {
  right: 6px;
  background-color: #fff;
  border: 1px solid #00567d;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  margin-top: 0; }
  @media (min-width: 320px) {
    .related-product-display .slick-next {
      right: 6px; } }

.related-product-display .slick-next::before {
  background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/slick-right-arrow.png);
  margin: 0px 0px 0px 2px;
  display: inline-block; }
  @media (min-width: 576px) {
    .related-product-display .slick-next::before {
      margin: 4px 0px 0px 2px; } }

.related-product-display .slick-prev {
  left: 6px;
  background-color: #fff;
  border: 1px solid #00567d;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  margin-top: 0; }
  @media (min-width: 320px) {
    .related-product-display .slick-prev {
      left: 6px; } }

.related-product-display .slick-prev::before {
  background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/slick-left-arrow.png);
  margin: 0px 4px 0px 0px;
  display: inline-block; }
  @media (min-width: 576px) {
    .related-product-display .slick-prev::before {
      margin: 4px 4px 0 0px; } }

/*** PLP PAGE filter ***/
.page-sidebar .sidebarBlock-heading {
  font-size: 16px;
  line-height: 20px;
  color: #101820;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 52px; }

.page-sidebar .facetedSearch-refineFilters p {
  font-size: 14px;
  line-height: 20px;
  color: #101820;
  font-weight: 500;
  font-family: "Montserrat"; }

.page-sidebar .facetedSearch-refineFilters > a {
  font-size: 14px;
  line-height: 20px;
  color: #101820;
  font-weight: 600;
  font-family: "Montserrat"; }

.page-sidebar .accordion--navList .accordion-title {
  font-size: 14px;
  line-height: 20px;
  color: #101820;
  font-weight: 500;
  font-family: "Montserrat";
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .page-sidebar .accordion--navList .accordion-title {
      font-size: 16px; } }

.page-sidebar .navList-action--checkbox {
  font-size: 14px;
  line-height: 20px;
  color: #101820;
  font-family: 'Montserrat';
  margin-bottom: 10px; }

.page-sidebar .form-input--small,
.page-sidebar .form-minMaxRow .button,
.page-sidebar .facetedSearch-clearLink {
  font-size: 14px;
  line-height: 15px;
  color: #101820;
  font-weight: 500;
  font-family: "Montserrat"; }

.page-sidebar .accordion--navList .accordion-indicator {
  fill: #101820; }

.page-sidebar .navList-action-close .icon {
  height: .92857rem;
  width: .92857rem;
  fill: #101820; }

.page-sidebar .form-input--small::placeholder {
  color: #101820;
  opacity: 1;
  /* Firefox */ }

.page-sidebar .form-input--small:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #101820; }

.page-sidebar .form-input--small::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #101820; }

.page-sidebar .facetLabel {
  font-size: 13px;
  line-height: 20px;
  color: #101820;
  font-weight: 500;
  font-family: "Montserrat"; }

.page-sidebar .facetLabel .icon {
  fill: #101820; }

.page-sidebar .accordion--navList .accordion-block {
  margin-bottom: -1px; }
  @media (min-width: 992px) {
    .page-sidebar .accordion--navList .accordion-block {
      margin-bottom: 48px; } }

/* cart page  */
.cart {
  margin-bottom: 0px; }
  .cart .page {
    margin: 0px; }
    .cart .page .page-content {
      padding-left: 0px;
      padding-right: 0px; }
  .cart .breadcrumbs .breadcrumb a {
    text-decoration: none;
    font-size: 14px;
    color: #101820;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat"; }
  .cart .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 600;
    color: #101820; }
  .cart .page-title-with-shopping {
    position: relative; }
    .cart .page-title-with-shopping .page-heading {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      letter-spacing: 0px;
      margin-bottom: 16px;
      text-transform: capitalize;
      color: #101820;
      font-family: "Montserrat"; }
      @media (min-width: 576px) {
        .cart .page-title-with-shopping .page-heading {
          font-size: 25px;
          line-height: 30px;
          font-weight: 600; } }
      @media (min-width: 992px) {
        .cart .page-title-with-shopping .page-heading {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 10px;
          margin-top: 30px;
          font-weight: 600; } }
      @media (min-width: 1200px) {
        .cart .page-title-with-shopping .page-heading {
          font-size: 35px;
          line-height: 42px; } }
      @media (min-width: 1550px) {
        .cart .page-title-with-shopping .page-heading {
          font-size: 40px;
          line-height: 49px; } }
    .cart .page-title-with-shopping p.SectionHeader__Description {
      text-align: center;
      display: block;
      color: #000;
      max-width: 530px;
      margin: 0 auto 50px auto;
      font-size: 16px;
      font-weight: 500; }
    .cart .page-title-with-shopping p.continue-shopping {
      position: relative;
      margin-bottom: 20px;
      text-align: center; }
      @media (min-width: 992px) {
        .cart .page-title-with-shopping p.continue-shopping {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          margin-bottom: 0; } }
      .cart .page-title-with-shopping p.continue-shopping .button {
        margin-bottom: 0;
        border: 0;
        font-size: 15px;
        letter-spacing: 1px;
        color: #101820;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0; }
        @media (min-width: 1200px) {
          .cart .page-title-with-shopping p.continue-shopping .button {
            font-size: 16px; } }
        .cart .page-title-with-shopping p.continue-shopping .button i.fas.fa-chevron-left {
          margin-right: 10px;
          font-size: 12px; }
          @media (min-width: 1200px) {
            .cart .page-title-with-shopping p.continue-shopping .button i.fas.fa-chevron-left {
              font-size: 16px; } }

.cart-left-side-sec {
  float: left;
  width: 100%;
  padding-right: 0%;
  margin-bottom: 30px;
  /*@include sm-desktop{width: 68%; padding-right: 2%; margin-bottom: 40px;}*/ }
  .cart-left-side-sec .cart .cart-header {
    /*background-color: #09151c;*/ }
    @media (min-width: 992px) {
      .cart-left-side-sec .cart .cart-header {
        display: none; } }
    .cart-left-side-sec .cart .cart-header tr th {
      padding: 12px;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 24px;
      /*color: #fff;*/
      font-weight: 500;
      font-family: 'Montserrat';
      text-transform: uppercase; }
      .cart-left-side-sec .cart .cart-header tr th:first-child {
        padding-left: 30px; }
      .cart-left-side-sec .cart .cart-header tr th:last-child {
        text-align: left; }
    .cart-left-side-sec .cart .cart-header tr .cart-header-item + .cart-header-item {
      padding: 12px 0; }
    .cart-left-side-sec .cart .cart-header tr .cart-header-quantity {
      text-align: left; }
  .cart-left-side-sec .cart .cart-list {
    /*border: 1px solid #e5e5e5;
	    		background-color: #fff;*/
    border-top: 1px solid #000; }
    .cart-left-side-sec .cart .cart-list .cart-item {
      border-bottom: 1px solid #000; }
      .cart-left-side-sec .cart .cart-list .cart-item .cart-item-figure span.cart-image {
        width: 80px;
        height: 80px;
        display: block;
        margin: 10px 0 10px 15px; }
        @media (min-width: 576px) {
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-figure span.cart-image {
            width: 130px;
            height: 100px; } }
        @media (min-width: 1310px) {
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-figure span.cart-image {
            width: 150px;
            height: 120px;
            margin: 20px 0px 20px 00px; } }
      @media (max-width: 550px) {
        .cart-left-side-sec .cart .cart-list .cart-item .cart-item-title {
          padding-bottom: 16px; } }
      .cart-left-side-sec .cart .cart-list .cart-item .cart-item-title h2 {
        color: #000;
        letter-spacing: 1px;
        font-size: 16px;
        font-weight: 500; }
        @media (min-width: 1310px) {
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-title h2 {
            font-size: 20px; } }
        .cart-left-side-sec .cart .cart-list .cart-item .cart-item-title h2 a:hover {
          color: #757575; }
      .cart-left-side-sec .cart .cart-list .cart-item .cart-item-quantity {
        text-align: left; }
        @media (max-width: 550px) {
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-quantity {
            margin: 15px 0; } }
        .cart-left-side-sec .cart .cart-list .cart-item .cart-item-quantity .form-increment {
          border: 1px solid #000;
          padding: 5.92px 0px; }
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-quantity .form-increment .button {
            border: 0px; }
            .cart-left-side-sec .cart .cart-list .cart-item .cart-item-quantity .form-increment .button .icon {
              height: 1.44286rem;
              width: 1.44286rem; }
              .cart-left-side-sec .cart .cart-list .cart-item .cart-item-quantity .form-increment .button .icon svg {
                fill: #000; }
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-quantity .form-increment .form-input {
            color: #000;
            font-size: 16px;
            font-weight: 500;
            font-family: "Montserrat"; }
            @media (max-width: 550px) {
              .cart-left-side-sec .cart .cart-list .cart-item .cart-item-quantity .form-increment .form-input {
                font-size: 14px; } }
      @media (min-width: 1200px) {
        .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info {
          width: 17.66667%; } }
      .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info:last-child {
        text-align: left;
        position: relative; }
      .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-item-label {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        font-family: "Montserrat"; }
        @media (min-width: 992px) {
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-item-label {
            display: none; } }
        @media (max-width: 550px) {
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-item-label {
            font-size: 14px;
            text-align: left;
            padding-left: 15px; } }
      .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-item-value {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        font-family: "Montserrat"; }
        @media (min-width: 1310px) {
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-item-value {
            font-size: 20px; } }
        @media (max-width: 550px) {
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-item-value {
            font-size: 14px; } }
      .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-remove {
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        width: 28px;
        margin-top: 0px;
        padding: 0;
        transition: background-color 0.15s ease;
        position: absolute;
        margin-right: .75rem;
        margin-left: 0;
        background-color: #fff;
        border: 1px solid #000;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 550px) {
          .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-remove {
            height: 1.5em;
            width: 1.5em;
            margin-right: 0.75rem; } }
        .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-remove svg {
          fill: #000;
          width: 15px;
          height: 15px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          text-align: center;
          left: 0;
          right: 0;
          margin: 0 auto; }
        .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-remove:hover {
          background-color: #00567d;
          border: 0px; }
        .cart-left-side-sec .cart .cart-list .cart-item .cart-item-info .cart-remove:hover svg {
          fill: #fff; }

.cart-right-side-sec {
  float: right;
  width: auto;
  background-color: #fff;
  margin-bottom: 30px;
  /*@include sm-desktop{width: 32%; margin-bottom: 40px;}*/ }
  .cart-right-side-sec .order-summary-title h3 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    /*color: #fff;
			    background-color: #09151c;*/
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase; }
  .cart-right-side-sec .right-cart-inner {
    /*padding: 0px 15px;
	    	border: 1px solid #e5e5e5;
	    	@include md-desktop{padding: 0px 20px;}*/ }
    .cart-right-side-sec .right-cart-inner .cart-totals {
      width: 100%;
      margin-bottom: 50px;
      font-family: "Montserrat"; }
      .cart-right-side-sec .right-cart-inner .cart-totals .cart-total + .cart-total {
        border-top: 1px solid #e5e5e5; }
      .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-label {
        letter-spacing: 1px;
        line-height: 28px;
        color: #101820;
        padding: 1rem 0;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase; }
        @media (min-width: 1310px) {
          .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-label {
            line-height: 30px; } }
        .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-label strong {
          font-weight: 500; }
      .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 28px;
        padding: 1rem 0;
        text-align: right;
        float: right;
        font-weight: 600;
        color: #000; }
        @media (min-width: 1310px) {
          .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value {
            line-height: 30px; } }
        .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .shipping-estimate-show, .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .coupon-code-add,
        .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .gift-certificate-add {
          font-size: 14px;
          color: #9098a9;
          letter-spacing: 1px;
          font-style: normal; }
          .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .shipping-estimate-show:hover, .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .coupon-code-add:hover,
          .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .gift-certificate-add:hover {
            color: #3c6573; }
        .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .shipping-estimate-hide, .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .coupon-code-cancel,
        .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .gift-certificate-cancel {
          font-size: 14px;
          color: #9098a9;
          letter-spacing: 1px;
          font-style: normal; }
          .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .shipping-estimate-hide:hover, .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .coupon-code-cancel:hover,
          .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value .gift-certificate-cancel:hover {
            color: #3c6573; }
      .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value.cart-total-grandTotal {
        top: 0px; }
        .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value.cart-total-grandTotal span {
          font-size: 18px;
          color: #000;
          font-weight: 600; }
          @media (min-width: 576px) {
            .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-total-value.cart-total-grandTotal span {
              font-size: 22px; } }
      .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .coupon-code .button, .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-gift-certificate-form .button {
        background-color: #00567d;
        border-color: #00567d;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        border-radius: 0px;
        font-family: 'Montserrat'; }
        .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .coupon-code .button:hover, .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .cart-gift-certificate-form .button:hover {
          color: #00567d;
          background: #fff;
          border-color: #00567d; }
      .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .shipping-estimator .estimator-form-label .form-label {
        color: #000;
        font-weight: 500; }
      .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .shipping-estimator .shipping-estimate-submit {
        width: 100%;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 30px;
        letter-spacing: 0px;
        border-radius: 0px;
        background-color: #00567d;
        margin-bottom: 0px;
        font-family: 'Montserrat'; }
        .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .shipping-estimator .shipping-estimate-submit:hover {
          color: #00567d;
          background: #fff;
          border-color: #00567d; }
        @media (min-width: 576px) {
          .cart-right-side-sec .right-cart-inner .cart-totals .cart-total .shipping-estimator .shipping-estimate-submit {
            font-size: 20px;
            line-height: 42px;
            letter-spacing: 1px; } }
      .cart-right-side-sec .right-cart-inner .cart-totals .cart-total:last-child {
        border-bottom: 1px solid #e5e5e5; }
    .cart-right-side-sec .right-cart-inner p.Cart__Taxes.Text--subdued {
      text-align: right;
      display: block;
      float: right;
      width: 100%;
      color: #000; }
    .cart-right-side-sec .right-cart-inner .cart-actions.proceed-checkout {
      margin-bottom: 14px; }
      .cart-right-side-sec .right-cart-inner .cart-actions.proceed-checkout .button {
        width: 100%;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 22px;
        border-radius: 0px;
        background-color: #000;
        border-radius: 0;
        font-family: 'Montserrat';
        font-weight: 400;
        font-style: normal;
        display: flex;
        align-items: center;
        justify-content: center; }
        .cart-right-side-sec .right-cart-inner .cart-actions.proceed-checkout .button img {
          display: block;
          margin-right: 5px; }
        @media (min-width: 320px) {
          .cart-right-side-sec .right-cart-inner .cart-actions.proceed-checkout .button {
            min-width: 230px; } }
        @media (min-width: 576px) {
          .cart-right-side-sec .right-cart-inner .cart-actions.proceed-checkout .button {
            font-size: 16px;
            line-height: 28px;
            letter-spacing: 1px;
            min-width: 322px; } }
        @media (min-width: 1310px) {
          .cart-right-side-sec .right-cart-inner .cart-actions.proceed-checkout .button {
            font-size: 20px; } }
        .cart-right-side-sec .right-cart-inner .cart-actions.proceed-checkout .button:hover {
          color: #00567d;
          background: #fff;
          border-color: #00567d; }
    .cart-right-side-sec .right-cart-inner .cart-actions.continue-shopping {
      margin-bottom: 14px; }
      .cart-right-side-sec .right-cart-inner .cart-actions.continue-shopping .button {
        width: 100%;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 22px;
        border-radius: 0px;
        background-color: #fff;
        border-radius: 0;
        font-family: 'Montserrat';
        font-weight: 400;
        font-style: normal; }
        @media (min-width: 320px) {
          .cart-right-side-sec .right-cart-inner .cart-actions.continue-shopping .button {
            min-width: 230px; } }
        @media (min-width: 576px) {
          .cart-right-side-sec .right-cart-inner .cart-actions.continue-shopping .button {
            font-size: 16px;
            line-height: 28px;
            letter-spacing: 1px;
            min-width: 322px; } }
        @media (min-width: 1310px) {
          .cart-right-side-sec .right-cart-inner .cart-actions.continue-shopping .button {
            font-size: 20px; } }
        .cart-right-side-sec .right-cart-inner .cart-actions.continue-shopping .button:hover {
          color: #00567d;
          background: #fff;
          border-color: #00567d; }
    .cart-right-side-sec .right-cart-inner .cart-total .form-select,
    .cart-right-side-sec .right-cart-inner .cart-total .form-input {
      border-radius: 0; }

div#customer-view-product {
  display: block;
  clear: both;
  margin-bottom: 50px; }
  div#customer-view-product h2.recently-viewed-title {
    color: #000;
    padding-left: 0.75rem;
    margin-left: 12px;
    border-top: 1px solid #000;
    margin-top: 0px;
    padding-top: 2.28571rem;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal; }
    @media (min-width: 320px) {
      div#customer-view-product h2.recently-viewed-title {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 32px; } }
    @media (min-width: 992px) {
      div#customer-view-product h2.recently-viewed-title {
        font-size: 40px;
        margin-bottom: 40px;
        line-height: 64px; } }
  div#customer-view-product article.card {
    background-color: #f8f8f8;
    margin-bottom: 50px;
    position: relative;
    padding: 25px;
    margin-left: 12px;
    margin-right: 12px; }
    div#customer-view-product article.card .card-figure {
      background-color: transparent; }
      div#customer-view-product article.card .card-figure .card-figcaption .card-figcaption-body .quickview {
        font-size: 16px;
        line-height: 32px;
        border: 1px solid #101820;
        border-radius: 0;
        color: #101820;
        text-transform: uppercase;
        font-family: 'Montserrat'; }
        div#customer-view-product article.card .card-figure .card-figcaption .card-figcaption-body .quickview:hover {
          background-color: #00567d;
          color: #fff; }
    div#customer-view-product article.card .card-body {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 30px 0 0 0; }
      div#customer-view-product article.card .card-body .card-title a {
        text-align: center;
        color: #101820;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        font-family: Montserrat; }
        @media (min-width: 576px) {
          div#customer-view-product article.card .card-body .card-title a {
            height: 46px;
            overflow: hidden; } }
      div#customer-view-product article.card .card-body h4.card-model-number {
        font-size: 16px;
        line-height: 18px;
        color: #101820;
        margin-top: 18px;
        margin-bottom: 40px;
        font-family: 'Montserrat'; }
      div#customer-view-product article.card .card-body .card-text {
        min-height: 54px; }
        div#customer-view-product article.card .card-body .card-text .price-section .price {
          font-size: 18px;
          color: #101820;
          text-align: center;
          font-family: 'Montserrat'; }
      div#customer-view-product article.card .card-body .add-to-cart {
        margin-top: 15px;
        display: block; }
        div#customer-view-product article.card .card-body .add-to-cart .card-figcaption-button {
          background-color: transparent;
          border: 1px solid #101820;
          border-radius: 0;
          font-size: 14px;
          color: #101820;
          text-transform: uppercase;
          line-height: 24px;
          width: 100%;
          font-family: 'Montserrat'; }
          @media (min-width: 576px) {
            div#customer-view-product article.card .card-body .add-to-cart .card-figcaption-button {
              font-size: 16px;
              line-height: 32px; } }
          div#customer-view-product article.card .card-body .add-to-cart .card-figcaption-button:hover {
            background-color: #00567d;
            color: #fff; }
  div#customer-view-product .slick-prev {
    background-color: #fff;
    border: 1px solid #00567d;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    margin-top: 0; }
    div#customer-view-product .slick-prev:before {
      background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/slick-left-arrow.png);
      margin: 0 4px 0 0;
      display: inline-block;
      height: 24px;
      width: 20px; }
    @media (min-width: 320px) {
      div#customer-view-product .slick-prev {
        left: 6px; } }
  div#customer-view-product .slick-next {
    background-color: #fff;
    border: 1px solid #00567d;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    margin-top: 0; }
    div#customer-view-product .slick-next:before {
      background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/slick-right-arrow.png);
      margin: 0 0 0 0px;
      display: inline-block;
      height: 24px;
      width: 20px; }
    @media (min-width: 320px) {
      div#customer-view-product .slick-next {
        right: 6px; } }

.cart-item .cart-item-block .definitionList {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 10px; }
  @media (min-width: 576px) {
    .cart-item .cart-item-block .definitionList {
      font-size: 14px; } }

.cart-item .definitionList-key {
  font-weight: 500;
  font-size: 10px; }
  @media (min-width: 576px) {
    .cart-item .definitionList-key {
      font-size: 14px; } }

.cart-item-title .change-cart-link {
  font-family: 'Montserrat';
  text-decoration: underline;
  font-weight: 500;
  color: #101820; }

.modal-content .form-actions input.button {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
  background-color: #00567d;
  border-radius: 0; }
  .modal-content .form-actions input.button:hover {
    color: #00567d;
    background: #fff;
    border-color: #00567d; }

.swal2-popup .swal2-actions button {
  line-height: 25px;
  border-radius: 0;
  font-family: 'Montserrat';
  text-transform: uppercase;
  border-color: #00567d !important;
  background-color: #00567d !important;
  color: #fff !important; }
  .swal2-popup .swal2-actions button:hover {
    color: #00567d;
    background: #fff;
    border-color: #00567d; }

.create_account_thanks, .subscribed_account_thanks {
  padding: 20px 0 40px; }
  @media (min-width: 576px) {
    .create_account_thanks, .subscribed_account_thanks {
      padding: 50px 0 0; } }
  .create_account_thanks .page, .subscribed_account_thanks .page {
    margin: 0; }
  .create_account_thanks .page .page-heading, .subscribed_account_thanks .page .page-heading {
    font-family: 'Montserrat';
    color: #101820;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 2rem; }
    @media (min-width: 576px) {
      .create_account_thanks .page .page-heading, .subscribed_account_thanks .page .page-heading {
        font-size: 24px;
        line-height: 32px; } }
    @media (min-width: 1200px) {
      .create_account_thanks .page .page-heading, .subscribed_account_thanks .page .page-heading {
        font-size: 32px;
        line-height: 40px; } }
  .create_account_thanks .page p, .subscribed_account_thanks .page p {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #101820;
    margin-bottom: 2.5rem; }
    @media (min-width: 576px) {
      .create_account_thanks .page p, .subscribed_account_thanks .page p {
        font-size: 16px; } }
  .create_account_thanks .page .button, .subscribed_account_thanks .page .button {
    background-color: #00567d;
    border-color: #00567d;
    color: #fff;
    border-radius: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px; }
    @media (min-width: 576px) {
      .create_account_thanks .page .button, .subscribed_account_thanks .page .button {
        font-size: 16px;
        line-height: 24px; } }
    .create_account_thanks .page .button:hover, .subscribed_account_thanks .page .button:hover {
      color: #00567d;
      background: #fff;
      border-color: #00567d; }

.cms_page .page .page-content--centered > p {
  margin-bottom: 0; }

.cms-page-section {
  position: relative;
  float: left;
  width: 100%; }
  .cms-page-section .top-banner {
    position: relative; }
    @media (max-width: 575px) {
      .cms-page-section .top-banner img {
        height: 300px;
        object-fit: cover; } }
    .cms-page-section .top-banner .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
      .cms-page-section .top-banner .content h1 {
        font-family: 'Montserrat';
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase; }
        @media (min-width: 576px) {
          .cms-page-section .top-banner .content h1 {
            font-size: 35px;
            margin: 0; } }
        @media (min-width: 768px) {
          .cms-page-section .top-banner .content h1 {
            font-size: 40px; } }
        @media (min-width: 992px) {
          .cms-page-section .top-banner .content h1 {
            font-size: 55px; } }
        @media (min-width: 1550px) {
          .cms-page-section .top-banner .content h1 {
            font-size: 85px;
            width: auto; } }
        @media (max-width: 480px) {
          .cms-page-section .top-banner .content h1 {
            margin: 0; } }
      .cms-page-section .top-banner .content .h2 {
        font-family: Montserrat;
        color: #fff; }
        @media (min-width: 320px) {
          .cms-page-section .top-banner .content .h2 {
            font-size: 18px; } }
        @media (min-width: 768px) {
          .cms-page-section .top-banner .content .h2 {
            font-size: 24px; } }
        @media (min-width: 992px) {
          .cms-page-section .top-banner .content .h2 {
            font-size: 34px; } }
        @media (min-width: 1550px) {
          .cms-page-section .top-banner .content .h2 {
            font-size: 53px; } }

@media (min-width: 992px) {
  .support-page-section {
    padding-bottom: 50px; } }

.support-page-section .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.support-page-section .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.support-page-section .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.support-page-section .card-header .h2 {
  margin-bottom: 0px !important; }

.support-page-section .support-category-img-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media (min-width: 768px) {
    .support-page-section .support-category-img-sec {
      justify-content: space-between; } }

.support-page-section .support-category-img-sec .cate-box {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
  width: 30%;
  text-align: center;
  margin-right: 3%; }
  @media (min-width: 768px) {
    .support-page-section .support-category-img-sec .cate-box {
      margin-bottom: 20px;
      width: 23%;
      margin-right: 0%; } }

.support-page-section .support-category-img-sec .cate-box a:hover {
  opacity: .5; }

.support-page-section .support-category-img-sec .cate-box a {
  display: block;
  transition: all .5s; }

.cms-sidebar .list-group ul {
  background-color: #f8f8f8; }

.cms-sidebar .list-group ul li {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-top: 10px; }

.cms-sidebar .list-group ul li:last-child {
  margin-bottom: 0; }

.cms-sidebar ul li:before {
  left: 12px !important;
  top: 12px !important; }

.cms-sidebar .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.cms-sidebar .list-group-item {
  position: relative;
  display: block;
  padding: 0rem 1.25rem;
  text-decoration: none;
  font-family: "Montserrat";
  font-weight: 500; }

.cms-sidebar .download-section a.link {
  padding: 0;
  margin-bottom: 20px; }

.cms-sidebar .download-section a:last-child {
  margin-bottom: 0; }

.cms-sidebar .download-section a.link img {
  max-width: 150px; }
  @media (min-width: 768px) {
    .cms-sidebar .download-section a.link img {
      max-width: 200px; } }

.body.sitemap {
  margin-top: 0;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .body.sitemap {
      margin-bottom: 2rem; } }

.sitemap-page-section .main-content ul li.parent-li:before {
  content: none; }

.sitemap-page-section .main-content ul li.parent-li h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  color: #00567d; }
  @media (min-width: 992px) {
    .sitemap-page-section .main-content ul li.parent-li h2 {
      font-size: 20px; } }

.sitemap-page-section .main-content li.parent-li {
  float: left;
  width: 100%;
  padding-left: 0px; }
  @media (min-width: 768px) {
    .sitemap-page-section .main-content li.parent-li {
      width: 50%; } }
  @media (min-width: 992px) {
    .sitemap-page-section .main-content li.parent-li {
      width: 33.33%; } }

.sitemap-page-section .main-content ul li {
  margin-top: 6px; }

.main-menu .navPages ul li[page-attribute="Support"],
.main-menu .navPages ul li[page-attribute="California Consumer Privacy Act"],
.main-menu .navPages ul li[page-attribute="California Supply Chains Act"],
.main-menu .navPages ul li[page-attribute="Privacy Policy"],
.main-menu .navPages ul li[page-attribute="Terms Of Use"],
.main-menu .navPages ul li[page-attribute="Contact Us"],
.main-menu .navPages ul li[page-attribute="Shipping And Returns"],
.main-menu .navPages ul li[page-attribute="About Us"],
.main-menu .navPages ul li[page-attribute="Blog"],
.main-menu .navPages ul li[page-attribute="Direct Tv Stream Page"],
.main-menu .navPages ul li[page-attribute="TRANSPARENCY IN COVERAGE RULE"] {
  display: none; }

.body.error_404_page {
  margin-bottom: 2rem; }

.body .page-404 {
  margin: 0; }

#main-content ol.breadcrumbs {
  display: block;
  font-family: Montserrat;
  font-weight: 500;
  color: #101820;
  text-align: left; }

#main-content .breadcrumb.is-active > .breadcrumb-label {
  cursor: pointer;
  font-weight: 700;
  color: #101820; }

.page-404 .page-heading {
  display: none; }

.page-404 p.u-textAlignCenter {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px; }
  @media (min-width: 576px) {
    .page-404 p.u-textAlignCenter {
      font-size: 16px; } }

.page-404 .page_404_img {
  margin: 0 auto;
  display: block;
  max-width: 240px; }
  @media (min-width: 576px) {
    .page-404 .page_404_img {
      max-width: 100%; } }

.page.company-profile .container > .row {
  padding-bottom: 20px; }

@media (max-width: 991px) {
  .page.company-profile .row.second_row {
    flex-direction: column-reverse; }
  .page.company-profile .container > .row {
    padding-bottom: 10px; }
  .page.company-profile h2 {
    margin-top: 12px; } }

.B2b-page {
  margin-top: 2.5rem !important; }
  .B2b-page .b2b-display-only-show-bred {
    display: block !important; }
  .B2b-page .page .page-heading {
    display: block !important; }
  .B2b-page .page .page-content {
    margin-bottom: 0px !important; }
  .B2b-page .page .b2b-wrap {
    padding: 25px 30px 30px;
    margin: 0px 15px;
    border: 1px solid #ccc; }
    .B2b-page .page .b2b-wrap .button {
      background-color: #00567d !important;
      color: #fff !important;
      border-color: #00567d !important; }

.b2b-wrap .button {
  background-color: #00567d !important;
  color: #fff !important;
  border-color: #00567d !important; }

.navPages-item[page-attribute="Blog"] {
  display: none; }

@font-face {
  font-family: 'NeueHaasGroteskDisp Pro';
  src: url("../fonts/NHaasGroteskDSPro-55Rg.eot");
  src: url("../fonts/NHaasGroteskDSPro-55Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskDSPro-55Rg.woff2") format("woff2"), url("../fonts/NHaasGroteskDSPro-55Rg.woff") format("woff"), url("../fonts/NHaasGroteskDSPro-55Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'NHaasGroteskDSPro-65Md';
  src: url("../fonts/NHaasGroteskDSPro-65Md.eot");
  src: url("../fonts/NHaasGroteskDSPro-65Md.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskDSPro-65Md.woff2") format("woff2"), url("../fonts/NHaasGroteskDSPro-65Md.woff") format("woff"), url("../fonts/NHaasGroteskDSPro-65Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0px !important;
  outline-offset: 0px !important; }

a, a:hover, a:focus {
  text-decoration: none; }

.bdr {
  border: 1px solid red; }

.m0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.p0 {
  padding: 0; }

.img-res {
  max-width: 100%; }

.d-flex {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.d-flex-spece-between {
  justify-content: space-between; }

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

.d-none-mobile {
  display: none; }

.d-block-mobile {
  display: block; }

@media screen and (min-width: 768px) {
  .d-block-mobile {
    display: none; }
  .d-none-mobile {
    display: block; } }

.unstyle li {
  list-style: none; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1512px; }

@media (min-width: 320px) {
  .container {
    max-width: 100%; } }

@media (min-width: 576px) {
  .container {
    max-width: 100%; } }

@media (min-width: 1550px) {
  .container {
    max-width: 1542px; } }

.body > .container {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  max-width: 100%; }

.body.default {
  margin-bottom: 1rem; }

@media (max-width: 991px) {
  .body {
    padding-top: 74px; } }

.top-mini-header {
  background-color: #26567A;
  color: #fff;
  text-align: center;
  min-height: 38px;
  line-height: 38px; }
  .top-mini-header span {
    letter-spacing: 0.07px;
    color: #F0F0F0;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500; }
  @media (min-width: 320px) {
    .top-mini-header {
      display: none; } }
  @media (min-width: 1200px) {
    .top-mini-header {
      display: block; } }

.mini_header {
  background: #F8F8F8;
  text-align: end; }
  @media (min-width: 320px) {
    .mini_header {
      display: none; } }
  @media (min-width: 992px) {
    .mini_header {
      display: block; } }
  .mini_header ul {
    max-width: 1760px;
    margin: auto; }
    .mini_header ul li {
      display: inline-block;
      list-style: none;
      position: relative; }
      .mini_header ul li:hover .menu {
        display: block; }
      .mini_header ul li a {
        font-size: 17px;
        line-height: 21px;
        color: #414141;
        font-weight: 500;
        font-family: "Montserrat";
        padding: 10px 15px;
        display: block; }
        @media (min-width: 992px) {
          .mini_header ul li a {
            font-size: 13px; } }
        @media (min-width: 1200px) {
          .mini_header ul li a {
            font-size: 14px; } }
      .mini_header ul li ul.menu {
        display: none;
        position: absolute;
        top: 100%;
        right: -90px;
        width: 250px;
        text-align: left;
        z-index: 999; }
        .mini_header ul li ul.menu li {
          display: block;
          margin: 0;
          border-bottom: 3px solid #2b2a2a;
          line-height: 1; }
          .mini_header ul li ul.menu li a {
            display: block;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: normal;
            color: #fff;
            letter-spacing: 1px;
            background: #00567d; }
            .mini_header ul li ul.menu li a:hover {
              color: #101820; }

@media (min-width: 768px) {
  header.header.DirectTv-Stream {
    padding: 8px 0px; } }

.headr-container {
  max-width: 1790px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  background-color: #fff; }
  .headr-container .mobileMenu-toggle {
    top: 5px; }
    .headr-container .mobileMenu-toggle .mobileMenu-toggleIcon:before {
      width: 25px; }
    .headr-container .mobileMenu-toggle .mobileMenu-toggleIcon:after {
      width: 15px; }
    .headr-container .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
      width: 1.42857rem; }
    .headr-container .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
      width: 1.42857rem; }
  .headr-container .d-flex {
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 320px) {
      .headr-container .d-flex .logo {
        width: 100%; } }
    @media (min-width: 992px) {
      .headr-container .d-flex .logo {
        width: 17%; } }
    @media (min-width: 992px) {
      .headr-container .d-flex .logo .header-logo-image-container {
        min-height: 0px;
        width: 150px; } }
    @media (min-width: 1200px) {
      .headr-container .d-flex .logo .header-logo-image-container {
        width: auto; } }
    @media (max-width: 991px) {
      .headr-container .d-flex .logo {
        padding-top: 5px; } }
    .headr-container .d-flex .search-menu {
      float: left;
      /*.form {
                    margin: 0px;
                    position: relative;
                    .form-field {
                        margin: 0px;
                        .form-input {
                            background-color: #F8F8F8;
                            border-color: #F8F8F8;
                            border-radius: 50px;
                            height: 2.715rem;
                            color: #101820;
                            font-weight: 500;
                            font-family: Montserrat;
                            letter-spacing: 0.13px;
                        }
                        .form-input::placeholder {
                            color: #101820;
                            font-weight: 500;
                            font-family: Montserrat;
                            letter-spacing: 0.13px;
                        }
                        .form-input:-ms-input-placeholder { 
                            color: #101820;
                            font-weight: 500;
                            font-family: Montserrat;
                            letter-spacing: 0.13px;
                        }
                        .form-input::-ms-input-placeholder { 
                            color: #101820;
                            font-weight: 500;
                            font-family: Montserrat;
                            letter-spacing: 0.13px;
                        }
                        .button {
                            border: 0;
                            margin-left: 0;
                            background-color: initial;
                            border-left: 0;
                            border-right: 0;
                            position: absolute;
                            top: 0;
                            right: 0;
                            font-size: 0;
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' viewBox='0 0 39 39'%3E%3Cg id='Search-icon' transform='translate(0.448)'%3E%3Cg id='Elipse_2' data-name='Elipse 2' transform='translate(-0.448)' fill='%23235579' stroke='%23fff' stroke-width='1.5'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' stroke='none'/%3E%3Ccircle cx='19.5' cy='19.5' r='18.75' fill='none'/%3E%3C/g%3E%3Cpath id='search-icon-2' data-name='search-icon' d='M18.719,17.616l-3.451-3.311a6.01,6.01,0,1,0-.912.924l3.424,3.283a.649.649,0,0,0,.916.024A.653.653,0,0,0,18.719,17.616Zm-8.174-2.336a4.746,4.746,0,1,1,3.356-1.39A4.716,4.716,0,0,1,10.545,15.281Z' transform='translate(7.829 7.897)' fill='%23fff' stroke='%23fff' stroke-width='0.6'/%3E%3C/g%3E%3C/svg%3E%0A");
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 36px;
                            padding-left: 0;
                            padding-right: 0;
                            margin: 0;
                            height: 2.71rem;
                        }
                    }
                }
                #quickSearchResults {
                    position: absolute;
                    max-width: 350px;
                    left: 0;
                    top: 42px;
                    padding: 0 15px;
                    z-index: 999;
                    ul.productGrid {
                        max-height: 500px;
                        overflow-y: auto;
                        li.product {
                            width: 100% !important;
                            padding-left: 2px;
                            padding-right: 2px;
                            margin-bottom: 0;
                            border-bottom: 1px solid #e5e5e5;
                            background-color: #fff;
                        }
                    }
                }*/ }
      @media (min-width: 320px) {
        .headr-container .d-flex .search-menu .search_box .container {
          padding-left: 0px;
          padding-right: 0px; } }
      @media (min-width: 992px) {
        .headr-container .d-flex .search-menu .search_box .container {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 320px) {
        .headr-container .d-flex .search-menu {
          width: 100%;
          padding-left: 0px;
          padding-top: 15px;
          padding-bottom: 15px; } }
      @media (min-width: 992px) {
        .headr-container .d-flex .search-menu {
          width: 42%;
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media (max-width: 991px) {
        .headr-container .d-flex .search-menu {
          z-index: 1; } }
    @media (min-width: 992px) {
      .headr-container .d-flex .main-menu .navPages-container {
        position: static; } }
    .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item a.navPages-action.nav-menu {
      position: relative; }
      @media (min-width: 992px) {
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item a.navPages-action.nav-menu i.icon.navPages-action-moreIcon {
          display: none; } }
      @media (min-width: 992px) {
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item a.navPages-action.nav-menu:after {
          content: ' ';
          position: absolute;
          border-bottom: 3px solid #00567d;
          bottom: 2.15571rem;
          left: 50%;
          right: 50%;
          transition: all .15s ease-in-out; }
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item a.navPages-action.nav-menu:hover {
          color: #00567d; } }
    @media (min-width: 992px) {
      .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item a.navPages-action.nav-menu[aria-expanded='true']:after {
        left: 1.10429rem;
        right: 1.10429rem; } }
    @media (min-width: 992px) {
      .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu {
        background-color: #fff;
        padding-top: 0px !important;
        /*.navPage-subMenu-list.category-menu-57 > .navPage-subMenu-item > .navPage-subMenu-action {
                                        padding-top: 0px !important;    
                                    }
                                    .navPage-subMenu-list.category-menu-57 > .navPage-subMenu-item .category-image {
                                        display: none !important;
                                    }*/ }
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list.category-menu-57 {
          padding-top: 30px; }
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list.category-menu-57 > .navPage-subMenu-item.right-side-fix-menu > .navPage-subMenu-action {
          padding-top: 0px !important; }
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
          max-width: 95.71429rem;
          display: flex;
          justify-content: center; }
          .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu {
            width: 38%;
            position: relative;
            padding-left: 3.4rem !important; }
            .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu:before {
              position: absolute;
              content: '';
              border-left: 1px solid #e7e7e7;
              width: 1px;
              height: 100%;
              left: 0; }
          .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
            padding: 0 1.3rem !important; }
            .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .category-image {
              display: block !important; }
              .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .category-image img {
                min-height: 215px; }
            .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action {
              font-size: 13px !important;
              font-weight: 600 !important;
              padding-top: 34px;
              padding-bottom: 23px;
              border-bottom: 0px;
              margin-bottom: 0px;
              padding-left: 0; }
              .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action:hover {
                color: #00567d; }
            .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
              font-size: 13px;
              padding-left: 0;
              padding-top: 1px;
              padding-bottom: 1px;
              font-family: 'Montserrat'; }
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list.category-menu-30 {
          max-width: 96.71429rem; }
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list.category-menu-30 > .navPage-subMenu-item .category-image {
          display: none !important; } }
    @media (min-width: 1310px) {
      .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action {
        font-size: 16px !important;
        font-weight: 600 !important;
        padding-top: 34px;
        padding-bottom: 23px;
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-left: 0; }
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action:hover {
          color: #00567d; }
      .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
        font-size: 18px;
        padding-left: 0;
        padding-top: 1px;
        padding-bottom: 1px;
        font-family: 'Montserrat'; } }
    .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item .navPage-subMenu .subchild-menu {
      padding-left: 25px !important;
      display: inline-block; }
    @media (min-width: 992px) {
      .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item:hover .navPage-subMenu {
        display: block;
        left: 0;
        width: 100%; } }
    .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-item:hover a.navPages-action.nav-menu:after {
      left: 1.10429rem;
      right: 1.10429rem; }
    @media (min-width: 992px) {
      .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-action.is-open {
        background-color: #fff; } }
    .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-action {
      font-family: "Montserrat";
      font-weight: 500;
      color: #101820; }
      @media (min-width: 992px) {
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-action {
          padding-left: 8px;
          padding-right: 8px;
          padding-top: 31px;
          padding-bottom: 31px;
          font-size: 13px; } }
      @media (min-width: 1310px) {
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-action {
          font-size: 16px;
          padding-top: 41px;
          padding-bottom: 41px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 1550px) {
        .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-action {
          font-size: 18px;
          padding-top: 51px;
          padding-bottom: 51px;
          line-height: 22px;
          padding-left: 1.14286rem;
          padding-right: 1.14286rem; } }
      .headr-container .d-flex .main-menu .navPages-container .navPages-list .navPages-action:hover {
        color: #00567d; }
    .headr-container .d-flex .main-menu .navPages-container.is-open .navPages {
      background-color: #fff;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; }
      .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-quickSearch {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        border-bottom: 0px; }
      .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-list {
        padding-left: 1.5rem; }
        @media only screen and (max-width: 991px) {
          .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-list .navPages-item.for-business-menu {
            display: block !important; } }
        .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-list .navPages-item {
          padding-top: 3px;
          padding-bottom: 3px; }
          .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-list .navPages-item a {
            font-size: 12px;
            display: block;
            position: relative; }
            .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-list .navPages-item a .navPages-action-moreIcon {
              position: absolute;
              right: 0;
              top: 40%; }
          .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-list .navPages-item a.navPage-childList-action.navPages-action {
            padding: 0.78571rem 0px; }
          .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-list .navPages-item .navPage-subMenu.is-open {
            position: relative; }
            .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-list .navPages-item .navPage-subMenu.is-open .collapsible-icon-wrapper {
              position: absolute;
              right: 0; }
          .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-list .navPages-item .navPage-childList {
            border-left: 0px; }
      .headr-container .d-flex .main-menu .navPages-container.is-open .navPages .navPages-list + .navPages-list {
        border-top: 0px; }
      .headr-container .d-flex .main-menu .navPages-container.is-open .navPages ul.navPages-list.navPages-list--user {
        background-color: #f8f8f8;
        padding-top: 22px;
        padding-bottom: 22px; }
        .headr-container .d-flex .main-menu .navPages-container.is-open .navPages ul.navPages-list.navPages-list--user .navPages-item .navPages-action {
          padding-left: 50px; }
        .headr-container .d-flex .main-menu .navPages-container.is-open .navPages ul.navPages-list.navPages-list--user .navPages-item.Dealer-Item {
          background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/dealer.png);
          background-repeat: no-repeat;
          background-position: left; }
        .headr-container .d-flex .main-menu .navPages-container.is-open .navPages ul.navPages-list.navPages-list--user .navPages-item.About-Item {
          background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/about.png);
          background-repeat: no-repeat;
          background-position: left; }
        .headr-container .d-flex .main-menu .navPages-container.is-open .navPages ul.navPages-list.navPages-list--user .navPages-item.Support-Item {
          background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/support.png);
          background-repeat: no-repeat;
          background-position: left; }
        .headr-container .d-flex .main-menu .navPages-container.is-open .navPages ul.navPages-list.navPages-list--user .navPages-item.logout-item {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='%237c858d' id='canvas_background' height='22' width='22' y='-1' x='-1'%3E%3C/rect%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath stroke='null' fill='%23ffffff' id='svg_1' d='m10,8.885718c0.88,0 1.600001,-0.732857 1.600001,-1.628572l0,-3.257144c0,-0.895715 -0.72,-1.628572 -1.600001,-1.628572s-1.600001,0.732857 -1.600001,1.628572l0,3.257144c0,0.895715 0.72,1.628572 1.600001,1.628572z'%3E%3C/path%3E%3Cpath stroke='null' fill='%23ffffff' id='svg_2' d='m15.436575,4.691995l0,0c-0.229714,-0.229714 -0.459429,-0.306286 -0.842286,-0.306286c-0.612572,0 -1.148572,0.536 -1.148572,1.148572c0,0.306286 0.153143,0.612572 0.306286,0.842286l0,0c0,0 0,0 0,0c0,0 0,0 0,0c0.995429,0.995429 1.531429,2.297144 1.531429,3.752002c0,2.986287 -2.373715,5.360003 -5.360003,5.360003s-5.360003,-2.373715 -5.360003,-5.360003c0,-1.454858 0.612572,-2.833144 1.608001,-3.752002l0,0c0.229714,-0.229714 0.382857,-0.536 0.382857,-0.842286c0,-0.612572 -0.536,-1.148572 -1.148572,-1.148572c-0.306286,0 -0.612572,0.153143 -0.842286,0.306286l0,0c-1.378286,1.378286 -2.220573,3.292573 -2.220573,5.436574c0,4.211431 3.445716,7.657147 7.657147,7.657147s7.657147,-3.445716 7.657147,-7.657147c0,-2.144001 -0.842286,-4.058288 -2.220573,-5.436574z'%3E%3C/path%3E%3Cellipse id='svg_6' cy='9.374597' cx='5.362073' stroke-opacity='null' stroke-width='null' stroke='null' fill='%23ffffff'%3E%3C/ellipse%3E%3Cellipse id='svg_7' cy='7.088886' cx='19.190623' stroke-opacity='null' stroke-width='null' stroke='null' fill='%23ffffff'%3E%3C/ellipse%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: left; }
        .headr-container .d-flex .main-menu .navPages-container.is-open .navPages ul.navPages-list.navPages-list--user .navPages-item.my-account-item {
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M437.02,330.98c-27.883-27.882-61.071-48.523-97.281-61.018C378.521,243.251,404,198.548,404,148 C404,66.393,337.607,0,256,0S108,66.393,108,148c0,50.548,25.479,95.251,64.262,121.962 c-36.21,12.495-69.398,33.136-97.281,61.018C26.629,379.333,0,443.62,0,512h40c0-119.103,96.897-216,216-216s216,96.897,216,216 h40C512,443.62,485.371,379.333,437.02,330.98z M256,256c-59.551,0-108-48.448-108-108S196.449,40,256,40 c59.551,0,108,48.448,108,108S315.551,256,256,256z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: left;
          background-size: 20px;
          width: 20px; }
        .headr-container .d-flex .main-menu .navPages-container.is-open .navPages ul.navPages-list.navPages-list--user .navPages-item.Portal-Item {
          background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/dealer-portal.png);
          background-repeat: no-repeat;
          background-position: left; }
        .headr-container .d-flex .main-menu .navPages-container.is-open .navPages ul.navPages-list.navPages-list--user .navPages-item.Contact-Item {
          background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/contact-us.png);
          background-repeat: no-repeat;
          background-position: left; }
        .headr-container .d-flex .main-menu .navPages-container.is-open .navPages ul.navPages-list.navPages-list--user .navPages-item.My-Account-Item {
          background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/my-account.png);
          background-repeat: no-repeat;
          background-position: left;
          width: 20px; }
    @media (min-width: 320px) {
      .headr-container .d-flex .header-starlink-logo {
        display: none; } }
    @media (min-width: 992px) {
      .headr-container .d-flex .header-starlink-logo {
        display: block; } }
    .headr-container .d-flex .common-menu {
      float: right;
      /* text-align: right; */
      width: 40%;
      /* navmenu start */
      /* end */ }
      .headr-container .d-flex .common-menu .navUser {
        padding: 0px; }
        @media (max-width: 991px) {
          .headr-container .d-flex .common-menu .navUser {
            top: 32px; } }
        .headr-container .d-flex .common-menu .navUser .navUser-section--alt {
          display: flex;
          align-items: center; }
          @media (min-width: 320px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li {
              padding-left: 0px;
              padding-right: 0px; } }
          @media (min-width: 992px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li {
              padding-left: 10px;
              padding-right: 10px; } }
          .headr-container .d-flex .common-menu .navUser .navUser-section--alt li a {
            font-size: 15px;
            letter-spacing: -0.06px;
            color: #101820;
            font-weight: 500;
            font-family: "Montserrat";
            text-transform: none;
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li a svg {
              margin-right: 5px; }
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li a#validate-company {
              display: none; }
          @media (min-width: 320px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.desktop-support {
              display: none; } }
          @media (min-width: 992px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.desktop-support {
              display: block; } }
          @media (min-width: 320px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.desktop-product-registration {
              display: none; } }
          @media (min-width: 992px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.desktop-product-registration {
              display: block; } }
          .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--account.Login-account a {
            padding-left: 10px;
            padding-right: 10px; }
          .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--account {
            display: inline-flex; }
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--account svg {
              height: 20px;
              width: 20px;
              stroke: none; }
            @media (min-width: 320px) {
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--account .label {
                display: none; } }
            @media (min-width: 1200px) {
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--account .label {
                display: block; } }
            @media (max-width: 991px) {
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--account .myaccount {
                display: none; }
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--account .logout {
                display: none; } }
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--account .logout svg {
              border-radius: 50px; }
          .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--cart svg {
            width: 24px;
            height: 20px;
            fill: none;
            stroke: none; }
          .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--cart .countPill--positive {
            position: absolute;
            top: -10px;
            right: 30px;
            background-color: #C43249; }
            @media (max-width: 991px) {
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--cart .countPill--positive {
                top: 5px;
                right: 18px;
                font-size: 10px;
                font-weight: 700;
                height: 15px;
                line-height: 15px;
                width: 15px; } }
          @media (min-width: 320px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--cart .label {
              display: none; } }
          @media (min-width: 1200px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item--cart .label {
              display: block; } }
          .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item {
            position: relative; }
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item a.business-nav {
              background-color: #00567d;
              color: #ffffff;
              border: 1px solid #00567d;
              display: block;
              border-radius: 50px;
              font-family: "Montserrat";
              font-weight: 500; }
              @media (min-width: 992px) {
                .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item a.business-nav {
                  font-size: 13px;
                  padding: 7px 14px; } }
              @media (min-width: 1310px) {
                .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item a.business-nav {
                  font-size: 16px;
                  padding: 10px 30px; } }
              @media (min-width: 1550px) {
                .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item a.business-nav {
                  font-size: 18px;
                  padding: 10px 46px; } }
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item a.business-nav:hover {
                color: #00567d;
                background: #fff;
                border-color: #00567d; }
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item ul.dropdown-content-list {
              display: none;
              position: absolute;
              background-color: #f8f8f8;
              min-width: 160px;
              z-index: 1;
              width: auto; }
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item ul.dropdown-content-list .dropdown-content-subMenu-item .dropdown-content-subMenu-action {
                padding: 5px 16px;
                display: block;
                font-size: 18px;
                font-family: 'Montserrat';
                color: #101820; }
                .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item ul.dropdown-content-list .dropdown-content-subMenu-item .dropdown-content-subMenu-action:hover {
                  color: #00567d; }
            @media (min-width: 992px) {
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item:hover .dropdown-content-list {
                display: block !important; } }
            @media (min-width: 1310px) {
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item {
                padding-right: 0px; } }
            @media (min-width: 1550px) {
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.business-item {
                padding-right: 22px; } }
          @media (min-width: 320px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-responsive {
              display: block; } }
          @media (min-width: 1310px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-responsive {
              display: none; } }
          @media (min-width: 320px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-responsive #quick-search-expand {
              font-size: 0px;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.456' height='20.318' viewBox='0 0 20.456 20.318'%3E%3Cpath id='Search_icon' data-name='Search icon' d='M21.688,20.072l-4.836-4.7a8.331,8.331,0,1,0-1.468,1.468l4.836,4.7a1.041,1.041,0,0,0,1.468-1.468Zm-17.6-9.738a6.248,6.248,0,1,1,6.248,6.248,6.248,6.248,0,0,1-6.248-6.248Z' transform='translate(-1.742 -1.732)' fill='%23333334' stroke='%23fff' stroke-width='0.4'/%3E%3C/svg%3E%0A");
              background-repeat: no-repeat;
              background-position: center;
              top: 7px;
              position: relative;
              margin-right: 10px; } }
          @media (min-width: 992px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-responsive #quick-search-expand {
              background-image: none;
              font-size: initial;
              top: 0px;
              margin-right: 0px; } }
          @media (min-width: 992px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header {
              display: none; } }
          @media (min-width: 1310px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header {
              display: block; } }
          .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .form {
            margin-bottom: 0px; }
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .form .form-field {
              margin-bottom: 0px; }
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .form .form-field .form-input {
                border: 1px solid #707070;
                border-radius: 50px;
                max-width: 228.03px; }
                @media (min-width: 1310px) {
                  .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .form .form-field .form-input {
                    font-size: 14px;
                    padding: 0px 15px;
                    height: 41px;
                    width: 165.81px; } }
                @media (min-width: 1550px) {
                  .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .form .form-field .form-input {
                    font-size: 18px;
                    height: 47px;
                    padding: 0px 20px;
                    width: 228.03px; } }
          @media (min-width: 992px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults {
              position: absolute;
              width: 300px;
              right: 0;
              top: 72px; } }
          .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid {
            border: 1px solid #e5e5e5; }
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product {
              width: 100% !important;
              padding-left: 2px !important;
              padding-right: 2px !important;
              margin-bottom: 0px !important;
              border-bottom: 1px solid #e5e5e5;
              background-color: #fff !important; }
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product .card {
                padding: 5px !important;
                background: #fff !important; }
                .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product .card .card-figure {
                  float: left;
                  padding-left: .1rem;
                  padding-right: .1rem;
                  width: 33.33333%;
                  text-align: center; }
                .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product .card .card-body {
                  padding-left: .5rem !important; }
                  .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product .card .card-body .card-title a {
                    font-size: 14px !important;
                    line-height: 24px !important;
                    text-align: left !important;
                    height: auto !important; }
                  .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product .card .card-body .card-model-number {
                    display: none; }
                  .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product .card .card-body .add-to-cart, .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product .card .card-body .quick-view, .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product .card .card-body .badge_display {
                    display: none !important; }
                  .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product .card .card-body .price-section .price {
                    font-size: 14px !important;
                    line-height: 24px !important;
                    text-align: left !important;
                    float: left; }
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .search_box .quickSearchResults .productGrid li.product .card--alternate:hover {
                border: 3px solid #fff !important; }
          .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .navUser-action.navUser-action--quickSearch {
            border: 1px solid #707070;
            border-radius: 50px;
            text-align: left;
            padding: 10px 20px;
            color: #101820;
            font-weight: 500;
            font-family: "Montserrat"; }
            @media (min-width: 1310px) {
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .navUser-action.navUser-action--quickSearch {
                width: 165.81px;
                font-size: 14px;
                padding: 9px 30px; } }
            @media (min-width: 1550px) {
              .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.search-header .navUser-action.navUser-action--quickSearch {
                width: 228px;
                font-size: 18px; } }
          @media screen and (max-width: 991px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.navUser-item--cart a {
              display: flex;
              align-items: center;
              position: relative;
              padding-right: 20px; } }
          @media (min-width: 992px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.navUser-item--account a, .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.navUser-item--cart a {
              height: 30px;
              padding: 0px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              position: relative; } }
          @media (min-width: 1550px) {
            .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.navUser-item--account a, .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.navUser-item--cart a {
              height: 30px; } }
          .headr-container .d-flex .common-menu .navUser .navUser-section--alt li.navUser-item.navUser-item--account.Login-account a {
            padding-left: 10px;
            padding-right: 10px; }
        .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open {
          top: 67px !important;
          background-color: #fff;
          padding: 15px 0px; }
          .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .form .form-field .form-input {
            border-radius: 0px;
            border-color: #e5e5e5;
            font-weight: 500;
            font-family: "Montserrat";
            font-size: 16px; }
          .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .quickSearchResults {
            position: relative;
            max-height: 400px;
            overflow-y: auto; }
            .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .quickSearchResults .modal-close {
              position: absolute;
              top: 0px;
              right: 0; }
          .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid {
            border: 1px solid #e5e5e5;
            padding-top: 0px;
            border-top: 0px; }
            .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product {
              width: 100%;
              padding-left: 2px;
              padding-right: 2px;
              border-bottom: 1px solid #e5e5e5; }
              .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card {
                float: left;
                width: 100%;
                margin-bottom: 0px; }
                .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card .card-figure {
                  float: left;
                  padding-left: .1rem;
                  padding-right: .1rem;
                  width: 33.33333%;
                  text-align: center; }
                .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card .card-body {
                  text-align: center;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  padding: 30px 0 0 0.5rem; }
                  .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card .card-body .card-title a {
                    font-size: 14px;
                    line-height: 24px;
                    text-align: left;
                    height: auto;
                    color: #101820;
                    font-weight: 500;
                    font-family: "Montserrat"; }
                  .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card .card-body h4.card-model-number, .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card .card-body .add-to-cart, .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card .card-body .quick-view, .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card .card-body .badge_display {
                    display: none; }
                  .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card .card-body .card-text .price-section .price {
                    font-size: 14px;
                    line-height: 24px;
                    text-align: left;
                    float: left;
                    color: #101820;
                    font-family: 'Montserrat'; }
              .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card--alternate:hover {
                border-color: #fff; }
              .headr-container .d-flex .common-menu .navUser .dropdown--quickSearch.is-open .productGrid .product .card--alternate:hover .card-body {
                background-color: #fff; }
  @media screen and (max-width: 991px) {
    .headr-container .logo {
      margin: 0 auto; } }
  .headr-container .logo .header-logo {
    margin: 0;
    text-align: left; }

.header-navigation {
  border-top: 1px solid #ccc; }
  .header-navigation .navPages-container .navPages .navPages-list .navPages-item a {
    font-size: 16px;
    color: #101820;
    font-family: "Montserrat";
    font-weight: 600;
    text-transform: capitalize;
    background-color: #fff; }
    .header-navigation .navPages-container .navPages .navPages-list .navPages-item a:hover {
      background-color: #F9FAFB; }
    .header-navigation .navPages-container .navPages .navPages-list .navPages-item a.is-open {
      background-color: #F9FAFB; }
    @media (max-width: 1100px) {
      .header-navigation .navPages-container .navPages .navPages-list .navPages-item a {
        font-size: 12px; } }
    @media (max-width: 991px) {
      .header-navigation .navPages-container .navPages .navPages-list .navPages-item a {
        background-color: transparent; }
        .header-navigation .navPages-container .navPages .navPages-list .navPages-item a:hover {
          background-color: transparent; }
        .header-navigation .navPages-container .navPages .navPages-list .navPages-item a.is-open {
          background-color: transparent; } }
  .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
    background-color: #fff; }
    .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
      padding-left: 36px;
      padding-right: 36px; }
      .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
        padding-left: 40px !important;
        padding-right: 40px !important;
        width: 33%; }
        @media (max-width: 991px) {
          .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
            padding-left: 0px !important;
            padding-right: 0px !important;
            width: 100%; } }
        .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
          text-align: left;
          font: normal normal 600 18px/22px Montserrat;
          letter-spacing: 0px;
          color: #101820;
          border-bottom: 0px;
          margin-bottom: 0px;
          padding-bottom: 5px;
          background-color: transparent; }
          @media (max-width: 991px) {
            .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
              font: normal normal 600 12px/0px Montserrat;
              display: block; } }
        @media (max-width: 991px) {
          .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .category-image {
            display: none; } }
        @media (max-width: 991px) {
          .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
            border-left: 0px;
            padding-left: 1.5rem; } }
        .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item {
          margin-top: 20px; }
          @media (max-width: 991px) {
            .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item {
              margin-top: 0px; } }
          .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
            text-align: left;
            font: normal normal 600 16px/24px Montserrat;
            letter-spacing: 0px;
            color: #042745; }
            @media (max-width: 991px) {
              .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
                font: normal normal 600 12px/15px Montserrat;
                padding: 6px 0px; } }
          .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-subchild-menu .navPage-childList-item-menu .navPages-action {
            font: normal normal 500 15px/24px Montserrat !important;
            letter-spacing: 0.07px !important;
            color: #5E6F7E !important; }
            @media (max-width: 991px) {
              .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-subchild-menu .navPage-childList-item-menu .navPages-action {
                font: normal normal 600 12px/20px Montserrat !important;
                color: #042745 !important; } }
        .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu {
          width: 33%;
          position: absolute;
          right: 0;
          max-width: 495px;
          background-color: #FCFCFC;
          min-height: 500px;
          border-radius: 51px 0px 0px 51px;
          padding: 30px 50px !important; }
          @media (max-width: 991px) {
            .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu {
              display: none; } }
          .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu a {
            font: normal normal bold 19px/23px Montserrat;
            letter-spacing: 0px;
            color: #043055; }
          .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu p.short-desc {
            font: normal normal 500 16px/19px Montserrat;
            letter-spacing: 0px;
            color: #5E6F7E;
            margin-bottom: 0px;
            margin-bottom: 25px; }
          .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu .f-product-image {
            display: flex;
            justify-content: center;
            max-width: 230px;
            align-items: center;
            margin: 15px auto; }
            .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu .f-product-image a {
              background: transparent; }
          .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu p.long-desc {
            font: normal normal normal 15px/28px Montserrat;
            letter-spacing: 0.07px;
            color: #101820;
            opacity: 0.95; }
          .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu .button-all {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start; }
            .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu .button-all .Buy-now {
              width: 96px;
              height: 40px;
              background-color: #27557A;
              border-radius: 20px;
              line-height: 40px;
              font-size: 16px;
              letter-spacing: -0.08px;
              color: #FFFFFF;
              font-weight: 600;
              border: 0px;
              font-family: 'Montserrat';
              text-align: center; }
              @media (max-width: 991px) {
                .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu .button-all .Buy-now {
                  width: 79px;
                  height: 32px;
                  line-height: 32px;
                  font-size: 13px; } }
            .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu .button-all .learn-more {
              font-size: 15px;
              font-weight: 600;
              letter-spacing: 0;
              color: #042745;
              font-family: 'Montserrat';
              margin-left: 10px;
              height: 40px;
              line-height: 40px;
              background: transparent; }
              .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu .button-all .learn-more img {
                width: 20px;
                position: relative;
                top: 1px;
                margin-left: 5px;
                display: inline-block; }
              @media (max-width: 991px) {
                .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.right-side-fix-menu .button-all .learn-more {
                  height: 32px;
                  line-height: 32px; } }
      @media (max-width: 991px) {
        .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
          padding-left: 0px;
          padding-right: 0px; } }
    .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open {
      border-top: 1px solid #ccc; }
    @media (max-width: 991px) {
      .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
        background-color: transparent; }
        .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open {
          border-top: 0px; } }
  .header-navigation .navPages-container.is-open {
    padding-top: 124px; }
    @media (max-width: 991px) {
      .header-navigation .navPages-container.is-open .navPages {
        background-color: #fff;
        padding: 1.5rem 0px 0px; } }
    @media (max-width: 991px) {
      .header-navigation .navPages-container.is-open .navPages .navPages-list {
        padding-left: 1.5rem; } }
    @media (max-width: 991px) {
      .header-navigation .navPages-container.is-open .navPages .navPages-list--user .navPages-item .navPages-action {
        padding-left: 50px;
        text-transform: uppercase; } }
    .header-navigation .navPages-container.is-open .navPages .navPages-list--user .navPages-item.Support-Item {
      background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/support.png);
      background-repeat: no-repeat;
      background-position: left; }
    .header-navigation .navPages-container.is-open .navPages .navPages-list--user .navPages-item.About-Item {
      background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/about.png);
      background-repeat: no-repeat;
      background-position: left; }
    .header-navigation .navPages-container.is-open .navPages .navPages-list--user .navPages-item.Contact-Item {
      background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/contact-us.png);
      background-repeat: no-repeat;
      background-position: left; }
    .header-navigation .navPages-container.is-open .navPages .navPages-list--user .navPages-item.My-Account-Item {
      background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/my-account.png);
      background-repeat: no-repeat;
      background-position: left;
      background-size: 20px;
      width: 20px; }
    .header-navigation .navPages-container.is-open .navPages .navPages-list--user .navPages-item.logout-item {
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='%237c858d' id='canvas_background' height='22' width='22' y='-1' x='-1'%3E%3C/rect%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath stroke='null' fill='%23ffffff' id='svg_1' d='m10,8.885718c0.88,0 1.600001,-0.732857 1.600001,-1.628572l0,-3.257144c0,-0.895715 -0.72,-1.628572 -1.600001,-1.628572s-1.600001,0.732857 -1.600001,1.628572l0,3.257144c0,0.895715 0.72,1.628572 1.600001,1.628572z'%3E%3C/path%3E%3Cpath stroke='null' fill='%23ffffff' id='svg_2' d='m15.436575,4.691995l0,0c-0.229714,-0.229714 -0.459429,-0.306286 -0.842286,-0.306286c-0.612572,0 -1.148572,0.536 -1.148572,1.148572c0,0.306286 0.153143,0.612572 0.306286,0.842286l0,0c0,0 0,0 0,0c0,0 0,0 0,0c0.995429,0.995429 1.531429,2.297144 1.531429,3.752002c0,2.986287 -2.373715,5.360003 -5.360003,5.360003s-5.360003,-2.373715 -5.360003,-5.360003c0,-1.454858 0.612572,-2.833144 1.608001,-3.752002l0,0c0.229714,-0.229714 0.382857,-0.536 0.382857,-0.842286c0,-0.612572 -0.536,-1.148572 -1.148572,-1.148572c-0.306286,0 -0.612572,0.153143 -0.842286,0.306286l0,0c-1.378286,1.378286 -2.220573,3.292573 -2.220573,5.436574c0,4.211431 3.445716,7.657147 7.657147,7.657147s7.657147,-3.445716 7.657147,-7.657147c0,-2.144001 -0.842286,-4.058288 -2.220573,-5.436574z'%3E%3C/path%3E%3Cellipse id='svg_6' cy='9.374597' cx='5.362073' stroke-opacity='null' stroke-width='null' stroke='null' fill='%23ffffff'%3E%3C/ellipse%3E%3Cellipse id='svg_7' cy='7.088886' cx='19.190623' stroke-opacity='null' stroke-width='null' stroke='null' fill='%23ffffff'%3E%3C/ellipse%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: left; }
    .header-navigation .navPages-container.is-open .navPages .navPages-list--user .navPages-item.my-account-item {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M437.02,330.98c-27.883-27.882-61.071-48.523-97.281-61.018C378.521,243.251,404,198.548,404,148 C404,66.393,337.607,0,256,0S108,66.393,108,148c0,50.548,25.479,95.251,64.262,121.962 c-36.21,12.495-69.398,33.136-97.281,61.018C26.629,379.333,0,443.62,0,512h40c0-119.103,96.897-216,216-216s216,96.897,216,216 h40C512,443.62,485.371,379.333,437.02,330.98z M256,256c-59.551,0-108-48.448-108-108S196.449,40,256,40 c59.551,0,108,48.448,108,108S315.551,256,256,256z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: left;
      width: 20px; }
    @media (max-width: 991px) {
      .header-navigation .navPages-container.is-open .navPages .navPages-list--user {
        background-color: #f8f8f8;
        border-top: 0px;
        padding-top: 20px;
        padding-bottom: 20px; } }

.heroCarousel.slick-initialized .carousel-tooltip {
  display: none; }

@media screen and (max-width: 580px) {
  .heroCarousel.slick-initialized {
    max-height: 100%; } }

@media screen and (max-width: 580px) {
  .heroCarousel .slick-slide[data-slick-index="0"] .heroCarousel-slide {
    background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/mobile-home-banner.jpg);
    background-size: auto 100%;
    height: 750px; } }

.heroCarousel-image-wrapper img {
  object-fit: cover !important; }
  @media screen and (max-width: 580px) {
    .heroCarousel-image-wrapper img {
      display: none; } }

.heroCarousel-content {
  background: transparent;
  text-align: left;
  width: 100%; }
  @media screen and (max-width: 550px) {
    .heroCarousel-content {
      left: 0;
      padding: 0.5rem 1.5rem;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      max-height: 80%; } }
  .heroCarousel-content .hero-max-width {
    max-width: 640px; }
  .heroCarousel-content .heroCarousel-title {
    color: #FFFFFF;
    font-weight: 600;
    font-family: "Montserrat";
    display: block;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px; } }
    @media (min-width: 576px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px; } }
  .heroCarousel-content .heroCarousel-description {
    color: #F8F8F8;
    font-weight: 400;
    font-family: "Montserrat";
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .heroCarousel-content .heroCarousel-description {
        font-size: 20px;
        line-height: 22px; } }
    @media (min-width: 576px) {
      .heroCarousel-content .heroCarousel-description {
        font-size: 24px;
        line-height: 32px; } }
    @media (min-width: 992px) {
      .heroCarousel-content .heroCarousel-description {
        font-size: 32px;
        line-height: 40px; } }
  .heroCarousel-content .heroCarousel-action.button.button--primary.button--large {
    color: #101820;
    font-family: 'NHaasGroteskDSPro-65Md';
    text-align: center;
    background: #fff;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .heroCarousel-content .heroCarousel-action.button.button--primary.button--large {
        font-size: 18px;
        line-height: 15px;
        border-radius: 0px;
        border: 0px; } }
    @media (min-width: 576px) {
      .heroCarousel-content .heroCarousel-action.button.button--primary.button--large {
        font-size: 16px;
        line-height: 18px; } }
    @media (min-width: 992px) {
      .heroCarousel-content .heroCarousel-action.button.button--primary.button--large {
        font-size: 18px;
        line-height: 36px;
        border: 0px;
        width: 140px; }
        .heroCarousel-content .heroCarousel-action.button.button--primary.button--large:hover {
          background-color: #00567d;
          color: #ffffff; } }

/* custom - a css start */
@media (min-width: 320px) {
  .Homepage-content {
    margin-top: 50px; } }

@media (min-width: 992px) {
  .Homepage-content {
    margin-top: 50px; } }

@media (min-width: 1550px) {
  .Homepage-content {
    margin-top: 140px; } }

.Homepage-content .home-move {
  display: flex; }
  @media (min-width: 992px) {
    .Homepage-content .home-move {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1550px) {
    .Homepage-content .home-move {
      margin-left: -25px;
      margin-right: -25px; } }
  @media (min-width: 320px) {
    .Homepage-content .home-move .home-move-title {
      text-align: center;
      display: block;
      margin: 0 auto;
      font-family: "Montserrat";
      font-size: 18px;
      font-weight: 500;
      color: #101820;
      margin-bottom: 50px; } }
  @media (min-width: 992px) {
    .Homepage-content .home-move .home-move-title {
      display: none; } }
  .Homepage-content .home-move .home-section {
    position: relative; }
    .Homepage-content .home-move .home-section > a {
      display: block; }
    .Homepage-content .home-move .home-section .home-sec-con {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
      .Homepage-content .home-move .home-section .home-sec-con h1 {
        color: #f8f8f8;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 400;
        font-family: "Montserrat";
        text-transform: uppercase; }
        .Homepage-content .home-move .home-section .home-sec-con h1 a {
          color: #f8f8f8; }
        @media (min-width: 320px) {
          .Homepage-content .home-move .home-section .home-sec-con h1 {
            font-size: 25px;
            line-height: 35px;
            display: none; } }
        @media (min-width: 992px) {
          .Homepage-content .home-move .home-section .home-sec-con h1 {
            font-size: 35px;
            line-height: 42px;
            display: block; } }
        @media (min-width: 1550px) {
          .Homepage-content .home-move .home-section .home-sec-con h1 {
            font-size: 40px;
            line-height: 49px; } }
      .Homepage-content .home-move .home-section .home-sec-con span.home-small-desc {
        color: #ffffff;
        display: block;
        font-size: 20px;
        font-family: 'Montserrat';
        font-weight: normal;
        font-style: normal;
        padding-left: 25px;
        padding-right: 25px; }
        @media (min-width: 320px) {
          .Homepage-content .home-move .home-section .home-sec-con span.home-small-desc {
            display: none; } }
        @media (min-width: 992px) {
          .Homepage-content .home-move .home-section .home-sec-con span.home-small-desc {
            display: block; } }
      @media (min-width: 320px) {
        .Homepage-content .home-move .home-section .home-sec-con a.home-button.responsive {
          display: inline-block; } }
      @media (min-width: 992px) {
        .Homepage-content .home-move .home-section .home-sec-con a.home-button.responsive {
          display: none; } }
      .Homepage-content .home-move .home-section .home-sec-con a.home-button {
        text-decoration: none;
        color: #f8f8f8;
        border: 1px solid #f8f8f8;
        display: inline-block;
        font-family: 'NHaasGroteskDSPro-65Md';
        font-weight: 500;
        font-style: normal; }
        @media (min-width: 320px) {
          .Homepage-content .home-move .home-section .home-sec-con a.home-button {
            font-size: 18px;
            margin: 25px 0px;
            padding: 15px 60px;
            display: none; } }
        @media (min-width: 992px) {
          .Homepage-content .home-move .home-section .home-sec-con a.home-button {
            font-size: 16px;
            margin: 20px 0px;
            padding: 15px 33px;
            display: inline-block; }
            .Homepage-content .home-move .home-section .home-sec-con a.home-button:hover {
              background-color: #00567d;
              color: #ffffff; } }
        @media (min-width: 1550px) {
          .Homepage-content .home-move .home-section .home-sec-con a.home-button {
            font-size: 18px;
            margin: 40px 0px;
            padding: 15px 33px; } }
    @media (min-width: 320px) {
      .Homepage-content .home-move .home-section {
        margin-bottom: 25px; } }
    @media (min-width: 992px) {
      .Homepage-content .home-move .home-section {
        margin-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1550px) {
      .Homepage-content .home-move .home-section {
        margin-bottom: 0px;
        padding-left: 25px;
        padding-right: 25px; } }
  @media (min-width: 320px) {
    .Homepage-content .home-move {
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .Homepage-content .home-move {
      flex-wrap: nowrap; } }

.Homepage-content .home-brand-section {
  display: block;
  text-align: center; }
  .Homepage-content .home-brand-section h1 {
    color: #101820;
    text-align: center;
    font-family: "Montserrat";
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .Homepage-content .home-brand-section h1 {
        font-size: 20px;
        line-height: 30px;
        max-width: 450px;
        margin: 50px auto 20px;
        font-weight: 500; } }
    @media (min-width: 576px) {
      .Homepage-content .home-brand-section h1 {
        font-size: 25px;
        line-height: 30px;
        max-width: 500px;
        margin: 20px auto 38px;
        font-weight: 500; } }
    @media (min-width: 992px) {
      .Homepage-content .home-brand-section h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 auto 35px;
        max-width: 500px;
        font-weight: 400; } }
    @media (min-width: 1200px) {
      .Homepage-content .home-brand-section h1 {
        font-size: 35px;
        line-height: 42px;
        margin: 0 auto 38px;
        max-width: 600px; } }
    @media (min-width: 1550px) {
      .Homepage-content .home-brand-section h1 {
        font-size: 40px;
        line-height: 49px;
        margin: 0 auto 45px;
        max-width: 700px; } }
  .Homepage-content .home-brand-section span.brand-small-desc {
    color: #101820;
    display: block;
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal; }
    @media (min-width: 320px) {
      .Homepage-content .home-brand-section span.brand-small-desc {
        font-size: 18px;
        margin-bottom: 25px;
        line-height: 25px; } }
    @media (min-width: 992px) {
      .Homepage-content .home-brand-section span.brand-small-desc {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .Homepage-content .home-brand-section span.brand-small-desc {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 45px; } }
    @media (min-width: 1550px) {
      .Homepage-content .home-brand-section span.brand-small-desc {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 50px; } }
  .Homepage-content .home-brand-section .brand-display {
    display: block;
    max-width: 1350px;
    margin: 0 auto; }
    .Homepage-content .home-brand-section .brand-display ul {
      margin-left: 0px;
      list-style: none; }
      .Homepage-content .home-brand-section .brand-display ul li {
        display: inline-block;
        text-align: center; }
        @media (min-width: 320px) {
          .Homepage-content .home-brand-section .brand-display ul li {
            margin: 10px 10px;
            width: 120px; } }
        @media (min-width: 992px) {
          .Homepage-content .home-brand-section .brand-display ul li {
            margin: 15px 45px;
            width: 190px; } }
  @media (min-width: 992px) {
    .Homepage-content .home-brand-section {
      margin: 50px 0px; } }
  @media (min-width: 1550px) {
    .Homepage-content .home-brand-section {
      margin: 100px 0px; } }

.sint-product-main {
  background-color: #f8f8f8;
  text-align: center;
  float: left;
  width: 100%;
  padding: 50px 0 65px;
  /*@include sm-phone {
            padding: 50px 0px;
        }*/ }
  @media only screen and (max-width: 480px) {
    .sint-product-main {
      padding: 50px 0px 65px; } }
  @media (min-width: 992px) {
    .sint-product-main {
      padding: 70px 0px; } }
  @media (min-width: 1200px) {
    .sint-product-main {
      padding: 80px 0px; } }
  @media (min-width: 1310px) {
    .sint-product-main {
      padding: 80px 0px; } }
  @media (min-width: 1550px) {
    .sint-product-main {
      padding: 175px 0px; } }
  .sint-product-main h1.sint-product-title {
    font-weight: 400;
    font-family: "Montserrat";
    color: #101820;
    margin-top: 0px;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .sint-product-main h1.sint-product-title {
        margin-bottom: 20px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500; } }
    @media (min-width: 992px) {
      .sint-product-main h1.sint-product-title {
        margin-bottom: 40px;
        font-size: 25px;
        font-weight: 400; } }
    @media (min-width: 1200px) {
      .sint-product-main h1.sint-product-title {
        margin-bottom: 50px;
        font-size: 30px; } }
    @media (min-width: 1310px) {
      .sint-product-main h1.sint-product-title {
        margin-bottom: 50px;
        font-size: 35px; } }
    @media (min-width: 1550px) {
      .sint-product-main h1.sint-product-title {
        margin-bottom: 80px;
        font-size: 40px; } }
  .sint-product-main .featured-product-display .card:hover .button, .sint-product-main .hp-feature-category .card:hover .button {
    background-color: #00567d !important;
    color: #ffffff !important;
    border-color: #00567d !important; }
  .sint-product-main .featured-product-display .card:hover .card-title a, .sint-product-main .hp-feature-category .card:hover .card-title a {
    color: #00567d !important; }
  .sint-product-main .featured-product-display .card .card-model-number, .sint-product-main .featured-product-display .card .card-text, .sint-product-main .featured-product-display .card .add-to-cart, .sint-product-main .featured-product-display .card .quick-view, .sint-product-main .featured-product-display .card .badge_display, .sint-product-main .hp-feature-category .card .card-model-number, .sint-product-main .hp-feature-category .card .card-text, .sint-product-main .hp-feature-category .card .add-to-cart, .sint-product-main .hp-feature-category .card .quick-view, .sint-product-main .hp-feature-category .card .badge_display {
    display: none; }
  .sint-product-main .featured-product-display .card .card-figure, .sint-product-main .hp-feature-category .card .card-figure {
    background-color: transparent; }
  @media screen and (max-width: 991px) {
    .sint-product-main .featured-product-display .card .card-body, .sint-product-main .hp-feature-category .card .card-body {
      padding-bottom: 15px; } }
  .sint-product-main .featured-product-display .card .card-body .card-title a, .sint-product-main .hp-feature-category .card .card-body .card-title a {
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .sint-product-main .featured-product-display .card .card-body .card-title a, .sint-product-main .hp-feature-category .card .card-body .card-title a {
        font-size: 12px; } }
    @media (min-width: 576px) {
      .sint-product-main .featured-product-display .card .card-body .card-title a, .sint-product-main .hp-feature-category .card .card-body .card-title a {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .sint-product-main .featured-product-display .card .card-body .card-title a, .sint-product-main .hp-feature-category .card .card-body .card-title a {
        font-size: 14px;
        min-height: 44px; } }
  .sint-product-main .featured-product-display .card .card-body .shop-now, .sint-product-main .hp-feature-category .card .card-body .shop-now {
    display: block !important;
    margin: 0 auto;
    max-width: 140px; }
    .sint-product-main .featured-product-display .card .card-body .shop-now .card-figcaption-button, .sint-product-main .hp-feature-category .card .card-body .shop-now .card-figcaption-button {
      background: transparent;
      text-transform: uppercase;
      color: #101820;
      border: 1px solid #000000;
      padding-left: 0px;
      padding-right: 0;
      border-radius: 0px;
      font-family: 'Montserrat';
      font-weight: normal;
      font-style: normal; }
      @media (min-width: 320px) {
        .sint-product-main .featured-product-display .card .card-body .shop-now .card-figcaption-button, .sint-product-main .hp-feature-category .card .card-body .shop-now .card-figcaption-button {
          font-size: 12px;
          margin-top: 23px;
          line-height: 24px;
          width: 98px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 576px) {
        .sint-product-main .featured-product-display .card .card-body .shop-now .card-figcaption-button, .sint-product-main .hp-feature-category .card .card-body .shop-now .card-figcaption-button {
          font-size: 16px;
          margin-top: 26px;
          line-height: 34px;
          width: auto; } }
      @media (min-width: 992px) {
        .sint-product-main .featured-product-display .card .card-body .shop-now .card-figcaption-button, .sint-product-main .hp-feature-category .card .card-body .shop-now .card-figcaption-button {
          font-size: 18px;
          margin-top: 30px;
          line-height: 42px; } }
  @media screen and (min-width: 577px) {
    .sint-product-main .slick-prev {
      left: 0px; } }
  @media screen and (max-width: 576px) {
    .sint-product-main .slick-prev {
      left: 0%;
      height: 56px;
      width: 56px;
      padding: 0;
      background: transparent;
      border: 0px; }
      .sint-product-main .slick-prev:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='86' height='86' viewBox='0 0 86 86'%3E%3Cdefs%3E%3Cfilter id='Elipse_173' x='0' y='0' width='86' height='86' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='2' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='5' result='blur'/%3E%3CfeFlood flood-opacity='0.051'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='carousel-arrow-left' transform='translate(-5 -1409)'%3E%3Cg transform='matrix(1, 0, 0, 1, 5, 1409)' filter='url(%23Elipse_173)'%3E%3Cg id='Elipse_173-2' data-name='Elipse 173' transform='translate(15 13)' fill='%23f8f8f8' stroke='%23f8f8f8' stroke-width='1'%3E%3Ccircle cx='28' cy='28' r='28' stroke='none'/%3E%3Ccircle cx='28' cy='28' r='27.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='_16665695451543238858' data-name='16665695451543238858' transform='translate(39 1440.953)' opacity='0.249'%3E%3Cpath id='Línea_6' data-name='Línea 6' d='M.131,1.262H15.963a1.131,1.131,0,0,0,0-2.262H.131a1.131,1.131,0,0,0,0,2.262Z' transform='translate(1 8.916)'/%3E%3Cpath id='Trazado_1' data-name='Trazado 1' d='M20.047,22.094a1.131,1.131,0,0,0,.8-1.931L13.73,13.047l7.117-7.117a1.131,1.131,0,0,0-1.6-1.6l-7.916,7.916a1.131,1.131,0,0,0,0,1.6l7.916,7.916A1.127,1.127,0,0,0,20.047,22.094Z' transform='translate(-11 -4)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        height: 100%;
        width: 100%; } }
  @media screen and (min-width: 577px) {
    .sint-product-main .slick-next {
      right: 0px; } }
  @media screen and (max-width: 576px) {
    .sint-product-main .slick-next {
      right: 0;
      height: 56px;
      width: 56px;
      padding: 0;
      background: transparent;
      border: 0px; }
      .sint-product-main .slick-next:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='86' height='86' viewBox='0 0 86 86'%3E%3Cdefs%3E%3Cfilter id='Elipse_172' x='0' y='0' width='86' height='86' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='2' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='5' result='blur'/%3E%3CfeFlood flood-opacity='0.051'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='carousel-arrow-right' transform='translate(-297 -1409)'%3E%3Cg transform='matrix(1, 0, 0, 1, 297, 1409)' filter='url(%23Elipse_172)'%3E%3Cg id='Elipse_172-2' data-name='Elipse 172' transform='translate(15 13)' fill='%23fff' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='28' cy='28' r='28' stroke='none'/%3E%3Ccircle cx='28' cy='28' r='27.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='_16665695451543238858' data-name='16665695451543238858' transform='translate(327 1437)'%3E%3Cpath id='Línea_6' data-name='Línea 6' d='M15.963,1.262H.131A1.131,1.131,0,1,1,.131-1H15.963a1.131,1.131,0,0,1,0,2.262Z' transform='translate(5 12.916)'/%3E%3Cpath id='Trazado_1' data-name='Trazado 1' d='M12.131,22.094a1.131,1.131,0,0,1-.8-1.931l7.117-7.117L11.331,5.931a1.131,1.131,0,1,1,1.6-1.6l7.916,7.916a1.131,1.131,0,0,1,0,1.6l-7.916,7.916A1.127,1.127,0,0,1,12.131,22.094Z' transform='translate(0.916 0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        height: 100%;
        width: 100%; } }
  .sint-product-main ul.slick-dots {
    bottom: -65px; }
    .sint-product-main ul.slick-dots li.slick-active button::before {
      background: #101820; }

.winegard-news {
  display: block;
  clear: both; }
  @media (min-width: 320px) {
    .winegard-news {
      padding: 50px 0px; } }
  @media (min-width: 992px) {
    .winegard-news {
      padding: 40px 0px; } }
  @media (min-width: 1200px) {
    .winegard-news {
      padding: 50px 0px; } }
  @media (min-width: 1550px) {
    .winegard-news {
      padding: 100px 0px; } }
  .winegard-news h1.winegard-title {
    font-family: "Montserrat";
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 320px) {
      .winegard-news h1.winegard-title {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 35px;
        font-weight: 500;
        color: #101820;
        text-align: center; } }
    @media (min-width: 576px) {
      .winegard-news h1.winegard-title {
        font-size: 20px;
        margin-bottom: 35px; } }
    @media (min-width: 992px) {
      .winegard-news h1.winegard-title {
        font-size: 30px;
        margin-top: 15px;
        font-weight: 400;
        margin-bottom: 35px;
        color: #414141; } }
    @media (min-width: 1200px) {
      .winegard-news h1.winegard-title {
        font-size: 35px;
        margin-top: 25px;
        margin-bottom: 40px; } }
    @media (min-width: 1550px) {
      .winegard-news h1.winegard-title {
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 45px; } }
  .winegard-news .news-section-main {
    display: flex; }
    @media (min-width: 992px) {
      .winegard-news .news-section-main {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 1200px) {
      .winegard-news .news-section-main {
        margin-left: -25px;
        margin-right: -25px; } }
    @media screen and (max-width: 991px) {
      .winegard-news .news-section-main .inner-news-section .news-image {
        float: right;
        width: 50%; } }
    @media (min-width: 320px) {
      .winegard-news .news-section-main .inner-news-section {
        margin-bottom: 25px; } }
    @media (min-width: 992px) {
      .winegard-news .news-section-main .inner-news-section {
        margin-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33%; } }
    @media (min-width: 1200px) {
      .winegard-news .news-section-main .inner-news-section {
        padding-left: 25px;
        padding-right: 25px; } }
    .winegard-news .news-section-main .inner-news-section .news-content {
      display: block; }
      @media screen and (max-width: 991px) {
        .winegard-news .news-section-main .inner-news-section .news-content {
          float: left;
          width: 50%;
          padding-right: 10px; } }
      .winegard-news .news-section-main .inner-news-section .news-content h2.news-title {
        color: #101820;
        font-weight: 600; }
        @media (min-width: 320px) {
          .winegard-news .news-section-main .inner-news-section .news-content h2.news-title {
            font-size: 16px;
            line-height: 20px;
            margin-top: 0px; } }
        @media (min-width: 992px) {
          .winegard-news .news-section-main .inner-news-section .news-content h2.news-title {
            font-size: 20px;
            line-height: 25px;
            min-height: 54px;
            margin-top: 15px; } }
        @media (min-width: 1200px) {
          .winegard-news .news-section-main .inner-news-section .news-content h2.news-title {
            font-size: 24px;
            line-height: 29px;
            min-height: 58px; } }
      .winegard-news .news-section-main .inner-news-section .news-content p.news-small-desc {
        font-size: 19px;
        line-height: 22px;
        margin-top: 25px;
        color: #101820;
        font-family: 'Montserrat';
        font-weight: normal;
        font-style: normal; }
        @media (min-width: 320px) {
          .winegard-news .news-section-main .inner-news-section .news-content p.news-small-desc {
            font-size: 16px;
            line-height: 20px;
            margin-top: 20px;
            display: none; } }
        @media (min-width: 992px) {
          .winegard-news .news-section-main .inner-news-section .news-content p.news-small-desc {
            font-size: 16px;
            line-height: 19px;
            margin-top: 22px;
            display: block; } }
        @media (min-width: 1200px) {
          .winegard-news .news-section-main .inner-news-section .news-content p.news-small-desc {
            font-size: 19px;
            line-height: 22px;
            margin-top: 25px; } }
      .winegard-news .news-section-main .inner-news-section .news-content a.news-button {
        text-decoration: none;
        color: #101820;
        display: block;
        font-family: 'NHaasGroteskDSPro-65Md';
        font-weight: 500;
        font-style: normal; }
        @media (min-width: 320px) {
          .winegard-news .news-section-main .inner-news-section .news-content a.news-button {
            font-size: 16px;
            margin-top: 20px;
            line-height: 18px;
            display: none; } }
        @media (min-width: 992px) {
          .winegard-news .news-section-main .inner-news-section .news-content a.news-button {
            font-size: 16px;
            margin-top: 35px;
            line-height: 18px;
            display: block; } }
        @media (min-width: 1200px) {
          .winegard-news .news-section-main .inner-news-section .news-content a.news-button {
            font-size: 18px;
            margin-top: 50px;
            line-height: 21px; } }
        .winegard-news .news-section-main .inner-news-section .news-content a.news-button:hover {
          color: #00567d; }
    @media (min-width: 320px) {
      .winegard-news .news-section-main {
        flex-wrap: wrap; } }
    @media (min-width: 992px) {
      .winegard-news .news-section-main {
        flex-wrap: nowrap; } }

.footer {
  background-color: #f8f8f8;
  border-top: 0px;
  clear: both; }
  @media (min-width: 320px) {
    .footer .footer-info {
      padding-top: 22px; } }
  @media (min-width: 1550px) {
    .footer .footer-info {
      padding-top: 42px; } }
  .footer .footer-info h3.footer-info-heading {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 32px;
    color: #101820;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase; }
  .footer .footer-info .footer-form-klaviyo .klaviyo-form.klaviyo-form.klaviyo-form {
    padding-left: 0px !important; }
    .footer .footer-info .footer-form-klaviyo .klaviyo-form.klaviyo-form.klaviyo-form div[data-testid='form-component'] {
      padding-left: 0px !important; }
    .footer .footer-info .footer-form-klaviyo .klaviyo-form.klaviyo-form.klaviyo-form input.needsclick {
      background-color: transparent !important; }
  .footer .footer-info .newsletterSubscription .footer-logo {
    display: block; }
  .footer .footer-info .newsletterSubscription .footer-form-klaviyo {
    width: 95%; }
  .footer .footer-info .newsletterSubscription h3.footer-newsletter-heading {
    font-size: 18px;
    line-height: 22px;
    color: #101820;
    font-weight: 500;
    font-family: "Montserrat";
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .footer .footer-info .newsletterSubscription .form {
    margin-top: 25px;
    margin-bottom: 0px;
    max-width: 535px; }
    .footer .footer-info .newsletterSubscription .form input#nl_email {
      background-color: transparent;
      border-radius: 0px;
      color: #101820;
      font-family: 'Montserrat';
      font-weight: normal;
      font-style: normal; }
      @media (min-width: 320px) {
        .footer .footer-info .newsletterSubscription .form input#nl_email {
          height: 50px;
          font-size: 16px;
          text-align: center; } }
      @media (min-width: 992px) {
        .footer .footer-info .newsletterSubscription .form input#nl_email {
          height: 40px;
          font-size: 18px;
          text-align: left; } }
      @media (min-width: 1310px) {
        .footer .footer-info .newsletterSubscription .form input#nl_email {
          height: 50px;
          font-size: 18px; } }
    .footer .footer-info .newsletterSubscription .form ::-webkit-input-placeholder {
      /* Edge */
      color: #101820;
      font-family: 'Montserrat';
      font-weight: normal;
      font-style: normal; }
    .footer .footer-info .newsletterSubscription .form :-ms-input-placeholder {
      /* Internet Explorer */
      color: #101820;
      font-family: 'Montserrat';
      font-weight: normal;
      font-style: normal; }
    .footer .footer-info .newsletterSubscription .form ::placeholder {
      color: #101820;
      font-family: 'Montserrat';
      font-weight: normal;
      font-style: normal; }
    .footer .footer-info .newsletterSubscription .form .button {
      background-color: transparent;
      border-color: #848484;
      border-radius: 0px;
      font-size: 18px;
      color: #101820;
      font-family: 'Montserrat';
      font-weight: normal;
      font-style: normal;
      padding-top: 24px;
      padding-bottom: 24px;
      line-height: 0;
      text-transform: uppercase; }
      @media (min-width: 320px) {
        .footer .footer-info .newsletterSubscription .form .button {
          /*margin-left: 10px;
                            width: auto;
                            margin-top: 0px;
                            padding-left: 10px;
                            padding-right: 10px;
                            height: 40px;
                            padding-top: 0px;
                            padding-bottom: 0px;*/
          font-size: 16px; } }
      @media (min-width: 992px) {
        .footer .footer-info .newsletterSubscription .form .button {
          margin-left: 25px;
          width: auto;
          margin-top: 0px;
          padding-left: 10px;
          padding-right: 10px;
          height: 40px;
          padding-top: 0px;
          padding-bottom: 0px; } }
      @media (min-width: 1310px) {
        .footer .footer-info .newsletterSubscription .form .button {
          height: 50px; } }
      .footer .footer-info .newsletterSubscription .form .button:hover {
        background-color: #00567d;
        color: #ffffff;
        border-color: #00567d; }
  @media (min-width: 320px) {
    .footer .footer-info .newsletterSubscription .footer-social-link .socialLinks-item {
      margin-right: 2.3rem; } }
  @media (min-width: 992px) {
    .footer .footer-info .newsletterSubscription .footer-social-link .socialLinks-item {
      margin-right: 1.5rem; } }
  @media (min-width: 992px) {
    .footer .footer-info .newsletterSubscription ul.socialLinks.socialLinks--alt {
      padding: 49px 0px 0px 38px; } }
  @media (min-width: 320px) {
    .footer .footer-info .newsletterSubscription {
      width: 100%; } }
  @media (min-width: 992px) {
    .footer .footer-info .newsletterSubscription {
      width: 50%;
      display: -webkit-inline-box; } }
  @media (min-width: 320px) {
    .footer .footer-info .footer-info-col--small.webpage-one {
      width: 100%;
      text-align: left; } }
  @media (min-width: 992px) {
    .footer .footer-info .footer-info-col--small.webpage-one {
      width: 20%; } }
  @media (min-width: 320px) {
    .footer .footer-info .footer-info-col--small.webpage-one[data-section-type="storeInfo"] {
      width: 100%; } }
  @media (min-width: 992px) {
    .footer .footer-info .footer-info-col--small.webpage-one[data-section-type="storeInfo"] {
      width: 20%; } }
  .footer .footer-info .footer-info-list a {
    line-height: 32px;
    color: #101820;
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal; }
    @media (min-width: 320px) {
      .footer .footer-info .footer-info-list a {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .footer .footer-info .footer-info-list a {
        font-size: 18px; } }
    .footer .footer-info .footer-info-list a:hover {
      color: #00567d; }
  .footer .footer-copyright > .powered-by {
    font-size: 16px;
    line-height: 18px;
    color: #101820;
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal; }
  @media (min-width: 320px) {
    .footer {
      padding: 1rem 0; } }
  @media (min-width: 992px) {
    .footer {
      padding: 3rem 0; } }
  @media (min-width: 1200px) {
    .footer {
      padding: 2rem 0; } }
  @media (min-width: 1550px) {
    .footer {
      padding: 4rem 0; } }

/* end */
#quickSearch-desktop .card-figcaption {
  display: none; }

#quickSearch-desktop .price-section {
  float: left;
  width: 100%;
  display: flex;
  align-items: center; }
  #quickSearch-desktop .price-section span.price-label, #quickSearch-desktop .price-section span.price-now-label {
    display: inline-block;
    float: left;
    margin-right: 2px; }

.category, main.body.search, #quickSearch-desktop, main.body.brand {
  margin-bottom: 3rem;
  margin-top: -1.5rem;
  /*max-width: 1552px;
            padding: 0px 20px;
            margin: 0 auto;*/ }
  @media (min-width: 1200px) {
    .category, main.body.search, #quickSearch-desktop, main.body.brand {
      margin-bottom: 6rem; } }
  @media (min-width: 801px) {
    .category, main.body.search, #quickSearch-desktop, main.body.brand {
      /*margin-top: -2.5rem;*/
      margin-top: 0rem; } }
  .category .category-image-with-desc, main.body.search .category-image-with-desc, #quickSearch-desktop .category-image-with-desc, main.body.brand .category-image-with-desc {
    position: relative; }
    .category .category-image-with-desc .cat-img, main.body.search .category-image-with-desc .cat-img, #quickSearch-desktop .category-image-with-desc .cat-img, main.body.brand .category-image-with-desc .cat-img {
      margin-bottom: 0rem; }
      @media (min-width: 320px) {
        .category .category-image-with-desc .cat-img, main.body.search .category-image-with-desc .cat-img, #quickSearch-desktop .category-image-with-desc .cat-img, main.body.brand .category-image-with-desc .cat-img {
          height: 420px; } }
      @media (min-width: 992px) {
        .category .category-image-with-desc .cat-img, main.body.search .category-image-with-desc .cat-img, #quickSearch-desktop .category-image-with-desc .cat-img, main.body.brand .category-image-with-desc .cat-img {
          height: auto; } }
      @media (min-width: 320px) {
        .category .category-image-with-desc .cat-img .category-header-image, main.body.search .category-image-with-desc .cat-img .category-header-image, #quickSearch-desktop .category-image-with-desc .cat-img .category-header-image, main.body.brand .category-image-with-desc .cat-img .category-header-image {
          height: 100%;
          object-fit: cover; } }
      @media (min-width: 992px) {
        .category .category-image-with-desc .cat-img .category-header-image, main.body.search .category-image-with-desc .cat-img .category-header-image, #quickSearch-desktop .category-image-with-desc .cat-img .category-header-image, main.body.brand .category-image-with-desc .cat-img .category-header-image {
          height: auto; } }
    .category .category-image-with-desc .credit, main.body.search .category-image-with-desc .credit, #quickSearch-desktop .category-image-with-desc .credit, main.body.brand .category-image-with-desc .credit {
      position: absolute;
      right: 0; }
      @media (min-width: 320px) {
        .category .category-image-with-desc .credit, main.body.search .category-image-with-desc .credit, #quickSearch-desktop .category-image-with-desc .credit, main.body.brand .category-image-with-desc .credit {
          bottom: 10px; } }
      @media (min-width: 768px) {
        .category .category-image-with-desc .credit, main.body.search .category-image-with-desc .credit, #quickSearch-desktop .category-image-with-desc .credit, main.body.brand .category-image-with-desc .credit {
          bottom: 20px; } }
      .category .category-image-with-desc .credit span, main.body.search .category-image-with-desc .credit span, #quickSearch-desktop .category-image-with-desc .credit span, main.body.brand .category-image-with-desc .credit span {
        color: #E8E8E8;
        font-size: 15px;
        font-family: Montserrat;
        font-weight: 400; }
    .category .category-image-with-desc .category-description, main.body.search .category-image-with-desc .category-description, #quickSearch-desktop .category-image-with-desc .category-description, main.body.brand .category-image-with-desc .category-description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      padding-left: 0.75rem; }
      .category .category-image-with-desc .category-description .desc, main.body.search .category-image-with-desc .category-description .desc, #quickSearch-desktop .category-image-with-desc .category-description .desc, main.body.brand .category-image-with-desc .category-description .desc {
        max-width: 750px; }
      .category .category-image-with-desc .category-description .category-title, main.body.search .category-image-with-desc .category-description .category-title, #quickSearch-desktop .category-image-with-desc .category-description .category-title, main.body.brand .category-image-with-desc .category-description .category-title {
        color: #f8f8f8;
        font-weight: 700;
        margin-bottom: 0px; }
        @media (min-width: 320px) {
          .category .category-image-with-desc .category-description .category-title, main.body.search .category-image-with-desc .category-description .category-title, #quickSearch-desktop .category-image-with-desc .category-description .category-title, main.body.brand .category-image-with-desc .category-description .category-title {
            font-size: 18px;
            line-height: 18px; } }
        @media (min-width: 992px) {
          .category .category-image-with-desc .category-description .category-title, main.body.search .category-image-with-desc .category-description .category-title, #quickSearch-desktop .category-image-with-desc .category-description .category-title, main.body.brand .category-image-with-desc .category-description .category-title {
            font-size: 28px;
            line-height: 24px; } }
      .category .category-image-with-desc .category-description.Direct.Tv.Stream.Page .category-title, main.body.search .category-image-with-desc .category-description.Direct.Tv.Stream.Page .category-title, #quickSearch-desktop .category-image-with-desc .category-description.Direct.Tv.Stream.Page .category-title, main.body.brand .category-image-with-desc .category-description.Direct.Tv.Stream.Page .category-title {
        display: none; }
      .category .category-image-with-desc .category-description.STARLINK .category-title, main.body.search .category-image-with-desc .category-description.STARLINK .category-title, #quickSearch-desktop .category-image-with-desc .category-description.STARLINK .category-title, main.body.brand .category-image-with-desc .category-description.STARLINK .category-title {
        display: none; }
      .category .category-image-with-desc .category-description .category-big-title, main.body.search .category-image-with-desc .category-description .category-big-title, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title, main.body.brand .category-image-with-desc .category-description .category-big-title {
        color: #f8f8f8;
        margin-bottom: 0px;
        text-transform: uppercase; }
        @media (min-width: 320px) {
          .category .category-image-with-desc .category-description .category-big-title, main.body.search .category-image-with-desc .category-description .category-big-title, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title, main.body.brand .category-image-with-desc .category-description .category-big-title {
            font-size: 24px;
            line-height: 32px;
            margin-top: 1.5571rem; } }
        @media (min-width: 992px) {
          .category .category-image-with-desc .category-description .category-big-title, main.body.search .category-image-with-desc .category-description .category-big-title, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title, main.body.brand .category-image-with-desc .category-description .category-big-title {
            margin-top: 2.28571rem;
            font-size: 32px;
            line-height: 40px; } }
        .category .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo {
          margin-bottom: 5px; }
          @media (min-width: 320px) {
            .category .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo {
              max-width: 68px; } }
          @media (min-width: 768px) {
            .category .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo {
              max-width: initial; } }
        .category .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo {
          margin-bottom: 5px; }
          @media (min-width: 320px) {
            .category .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo {
              max-width: initial;
              margin-left: -60px; } }
          @media (min-width: 768px) {
            .category .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo {
              max-width: initial;
              margin-left: -60px; } }
        .category .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.first-span {
          display: block;
          color: #fff;
          text-align: left;
          margin-bottom: 4px; }
          @media (min-width: 320px) {
            .category .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.first-span {
              font-size: 22px;
              line-height: 23px; } }
          @media (min-width: 768px) {
            .category .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.first-span {
              font-size: 38px;
              line-height: 40px; } }
        .category .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.second-span {
          color: #F2C737;
          font-weight: 600; }
          @media (min-width: 320px) {
            .category .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.second-span {
              font-size: 32px;
              line-height: 22px; } }
          @media (min-width: 768px) {
            .category .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.second-span {
              font-size: 56px;
              line-height: 40px; } }
        .category .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.third-span {
          display: block;
          color: #73D3F0;
          margin-top: -9px; }
          @media (min-width: 320px) {
            .category .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.third-span {
              font-size: 12px;
              line-height: 21px; } }
          @media (min-width: 768px) {
            .category .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.third-span {
              font-size: 23px;
              line-height: 40px; } }
        .category .category-image-with-desc .category-description .category-big-title .service-desc .web-page-small-description, main.body.search .category-image-with-desc .category-description .category-big-title .service-desc .web-page-small-description, #quickSearch-desktop .category-image-with-desc .category-description .category-big-title .service-desc .web-page-small-description, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc .web-page-small-description {
          font-size: 39px;
          max-width: 539px;
          line-height: 40px;
          color: #fff;
          font-family: Montserrat;
          font-weight: 600;
          text-transform: initial;
          margin-top: 0px;
          letter-spacing: 0px; }
      .category .category-image-with-desc .category-description p.category-content, main.body.search .category-image-with-desc .category-description p.category-content, #quickSearch-desktop .category-image-with-desc .category-description p.category-content, main.body.brand .category-image-with-desc .category-description p.category-content {
        color: #f8f8f8;
        margin-top: 20px; }
        @media (min-width: 320px) {
          .category .category-image-with-desc .category-description p.category-content, main.body.search .category-image-with-desc .category-description p.category-content, #quickSearch-desktop .category-image-with-desc .category-description p.category-content, main.body.brand .category-image-with-desc .category-description p.category-content {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 992px) {
          .category .category-image-with-desc .category-description p.category-content, main.body.search .category-image-with-desc .category-description p.category-content, #quickSearch-desktop .category-image-with-desc .category-description p.category-content, main.body.brand .category-image-with-desc .category-description p.category-content {
            font-size: 20px;
            line-height: 23px;
            margin-top: 40px; } }
      .category .category-image-with-desc .category-description .category-name ul, main.body.search .category-image-with-desc .category-description .category-name ul, #quickSearch-desktop .category-image-with-desc .category-description .category-name ul, main.body.brand .category-image-with-desc .category-description .category-name ul {
        list-style: none;
        display: block;
        margin-left: 0;
        margin-top: 85px; }
        .category .category-image-with-desc .category-description .category-name ul li, main.body.search .category-image-with-desc .category-description .category-name ul li, #quickSearch-desktop .category-image-with-desc .category-description .category-name ul li, main.body.brand .category-image-with-desc .category-description .category-name ul li {
          display: inline-block; }
          .category .category-image-with-desc .category-description .category-name ul li a, main.body.search .category-image-with-desc .category-description .category-name ul li a, #quickSearch-desktop .category-image-with-desc .category-description .category-name ul li a, main.body.brand .category-image-with-desc .category-description .category-name ul li a {
            color: #f8f8f8;
            font-weight: 600;
            text-transform: uppercase; }
          @media (min-width: 320px) {
            .category .category-image-with-desc .category-description .category-name ul li, main.body.search .category-image-with-desc .category-description .category-name ul li, #quickSearch-desktop .category-image-with-desc .category-description .category-name ul li, main.body.brand .category-image-with-desc .category-description .category-name ul li {
              margin-right: 18px;
              margin-top: 5px;
              margin-bottom: 5px;
              font-size: 15px; } }
          @media (min-width: 992px) {
            .category .category-image-with-desc .category-description .category-name ul li, main.body.search .category-image-with-desc .category-description .category-name ul li, #quickSearch-desktop .category-image-with-desc .category-description .category-name ul li, main.body.brand .category-image-with-desc .category-description .category-name ul li {
              margin-right: 45px;
              margin-top: 10px;
              margin-bottom: 10px;
              font-size: 20px; } }
  .category .Category-Breadcrumb, main.body.search .Category-Breadcrumb, #quickSearch-desktop .Category-Breadcrumb, main.body.brand .Category-Breadcrumb {
    background-color: #f8f8f8; }
    .category .Category-Breadcrumb ol.breadcrumbs, main.body.search .Category-Breadcrumb ol.breadcrumbs, #quickSearch-desktop .Category-Breadcrumb ol.breadcrumbs, main.body.brand .Category-Breadcrumb ol.breadcrumbs {
      padding-left: 0.75rem;
      text-align: left;
      display: block;
      margin-bottom: 16px; }
      @media (min-width: 576px) {
        .category .Category-Breadcrumb ol.breadcrumbs, main.body.search .Category-Breadcrumb ol.breadcrumbs, #quickSearch-desktop .Category-Breadcrumb ol.breadcrumbs, main.body.brand .Category-Breadcrumb ol.breadcrumbs {
          margin-bottom: 1.5rem; } }
      .category .Category-Breadcrumb ol.breadcrumbs .breadcrumb, main.body.search .Category-Breadcrumb ol.breadcrumbs .breadcrumb, #quickSearch-desktop .Category-Breadcrumb ol.breadcrumbs .breadcrumb, main.body.brand .Category-Breadcrumb ol.breadcrumbs .breadcrumb {
        line-height: 16px;
        margin-right: 0.55rem;
        padding: 10px 0; }
        @media (min-width: 576px) {
          .category .Category-Breadcrumb ol.breadcrumbs .breadcrumb, main.body.search .Category-Breadcrumb ol.breadcrumbs .breadcrumb, #quickSearch-desktop .Category-Breadcrumb ol.breadcrumbs .breadcrumb, main.body.brand .Category-Breadcrumb ol.breadcrumbs .breadcrumb {
            line-height: 50px;
            padding: 0px; } }
        .category .Category-Breadcrumb ol.breadcrumbs .breadcrumb a, main.body.search .Category-Breadcrumb ol.breadcrumbs .breadcrumb a, #quickSearch-desktop .Category-Breadcrumb ol.breadcrumbs .breadcrumb a, main.body.brand .Category-Breadcrumb ol.breadcrumbs .breadcrumb a {
          text-decoration: none;
          font-size: 14px;
          color: #101820;
          font-weight: 500;
          text-transform: uppercase;
          font-family: "Montserrat"; }
      .category .Category-Breadcrumb ol.breadcrumbs .breadcrumb:not(:first-child):before, main.body.search .Category-Breadcrumb ol.breadcrumbs .breadcrumb:not(:first-child):before, #quickSearch-desktop .Category-Breadcrumb ol.breadcrumbs .breadcrumb:not(:first-child):before, main.body.brand .Category-Breadcrumb ol.breadcrumbs .breadcrumb:not(:first-child):before {
        border-right: 0;
        transform: none;
        background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/product_images/uploaded_images/right-arrow.png);
        width: 7px;
        height: 10px; }
  .category .page, main.body.search .page, #quickSearch-desktop .page, main.body.brand .page {
    margin: 0px; }
  .category .page-sidebar, main.body.search .page-sidebar, #quickSearch-desktop .page-sidebar, main.body.brand .page-sidebar {
    display: none; }
  .category .page-sidebar + .page-content, main.body.search .page-sidebar + .page-content, #quickSearch-desktop .page-sidebar + .page-content, main.body.brand .page-sidebar + .page-content {
    width: 100%; }
  .category .page-sidebar #facetedSearch, main.body.search .page-sidebar #facetedSearch, #quickSearch-desktop .page-sidebar #facetedSearch, main.body.brand .page-sidebar #facetedSearch {
    margin: 30px 0 0 0; }
    @media (min-width: 992px) {
      .category .page-sidebar #facetedSearch, main.body.search .page-sidebar #facetedSearch, #quickSearch-desktop .page-sidebar #facetedSearch, main.body.brand .page-sidebar #facetedSearch {
        margin: 92px 0 0 0; } }
  .category #product-listing-container .actionBar, main.body.search #product-listing-container .actionBar, #quickSearch-desktop #product-listing-container .actionBar, main.body.brand #product-listing-container .actionBar {
    margin: 1.25rem 0; }
  .category #product-sub-category-listing-container, main.body.search #product-sub-category-listing-container, #quickSearch-desktop #product-sub-category-listing-container, main.body.brand #product-sub-category-listing-container {
    margin-top: 40px;
    margin-bottom: 30px; }
    @media (min-width: 320px) {
      .category #product-sub-category-listing-container, main.body.search #product-sub-category-listing-container, #quickSearch-desktop #product-sub-category-listing-container, main.body.brand #product-sub-category-listing-container {
        margin-top: 40px; } }
    @media (min-width: 576px) {
      .category #product-sub-category-listing-container, main.body.search #product-sub-category-listing-container, #quickSearch-desktop #product-sub-category-listing-container, main.body.brand #product-sub-category-listing-container {
        margin-bottom: 0px; } }
    @media (min-width: 1200px) {
      .category #product-sub-category-listing-container, main.body.search #product-sub-category-listing-container, #quickSearch-desktop #product-sub-category-listing-container, main.body.brand #product-sub-category-listing-container {
        margin-top: 100px; } }
    .category #product-sub-category-listing-container .productGrid, main.body.search #product-sub-category-listing-container .productGrid, #quickSearch-desktop #product-sub-category-listing-container .productGrid, main.body.brand #product-sub-category-listing-container .productGrid {
      display: flex;
      flex-wrap: wrap; }
      .category #product-sub-category-listing-container .productGrid .product, main.body.search #product-sub-category-listing-container .productGrid .product, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
        margin-bottom: 30px; }
        @media (min-width: 992px) {
          .category #product-sub-category-listing-container .productGrid .product, main.body.search #product-sub-category-listing-container .productGrid .product, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            margin-bottom: 40px; } }
        @media (min-width: 320px) {
          .category #product-sub-category-listing-container .productGrid .product, main.body.search #product-sub-category-listing-container .productGrid .product, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            width: 100% !important; } }
        @media (min-width: 576px) {
          .category #product-sub-category-listing-container .productGrid .product, main.body.search #product-sub-category-listing-container .productGrid .product, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            width: 50% !important;
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 992px) {
          .category #product-sub-category-listing-container .productGrid .product, main.body.search #product-sub-category-listing-container .productGrid .product, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            width: 33.33% !important;
            padding-left: 20px;
            padding-right: 20px; } }
        @media (min-width: 1200px) {
          .category #product-sub-category-listing-container .productGrid .product, main.body.search #product-sub-category-listing-container .productGrid .product, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            width: 25% !important; } }
        @media (min-width: 1550px) {
          .category #product-sub-category-listing-container .productGrid .product, main.body.search #product-sub-category-listing-container .productGrid .product, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            padding-left: 25px;
            padding-right: 25px; } }
        .category #product-sub-category-listing-container .productGrid .product .card, main.body.search #product-sub-category-listing-container .productGrid .product .card, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product .card, main.body.brand #product-sub-category-listing-container .productGrid .product .card {
          margin-bottom: 0;
          height: 100%;
          padding-bottom: 70px; }
          .category #product-sub-category-listing-container .productGrid .product .card .card-body, main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product .card .card-body, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body {
            display: flex;
            flex-direction: column;
            padding: 30px 0 0 0; }
            .category #product-sub-category-listing-container .productGrid .product .card .card-body .card-title, main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .card-title, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product .card .card-body .card-title, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .card-title {
              margin-bottom: 15px; }
              @media (min-width: 1200px) {
                .category #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a, main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a {
                  font-size: 18px; } }
              @media (min-width: 1550px) {
                .category #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a, main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a {
                  font-size: 18px; } }
            .category #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc, main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc {
              display: none;
              /*@include sm-desktop {
                                        min-height: 200px;
                                    }*/ }
              @media (min-width: 320px) {
                .category #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc, main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc {
                  min-height: unset; } }
              @media (min-width: 992px) {
                .category #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc p, main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc p, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc p, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc p {
                  font-size: 16px; } }
            .category #product-sub-category-listing-container .productGrid .product .card .card-body .add-to-cart, main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .add-to-cart, #quickSearch-desktop #product-sub-category-listing-container .productGrid .product .card .card-body .add-to-cart, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .add-to-cart {
              display: block;
              position: absolute;
              bottom: 25px;
              width: calc(100% - 50px); }
  .category .actionBar .actionBar-section, main.body.search .actionBar .actionBar-section, #quickSearch-desktop .actionBar .actionBar-section, main.body.brand .actionBar .actionBar-section {
    float: right; }
    .category .actionBar .actionBar-section .form-field, main.body.search .actionBar .actionBar-section .form-field, #quickSearch-desktop .actionBar .actionBar-section .form-field, main.body.brand .actionBar .actionBar-section .form-field {
      border: none; }
      .category .actionBar .actionBar-section .form-field label.form-label, main.body.search .actionBar .actionBar-section .form-field label.form-label, #quickSearch-desktop .actionBar .actionBar-section .form-field label.form-label, main.body.brand .actionBar .actionBar-section .form-field label.form-label {
        text-transform: uppercase;
        color: #101820;
        font-size: 14px;
        line-height: 18px;
        font-family: 'Montserrat';
        text-align: center; }
        @media (min-width: 576px) {
          .category .actionBar .actionBar-section .form-field label.form-label, main.body.search .actionBar .actionBar-section .form-field label.form-label, #quickSearch-desktop .actionBar .actionBar-section .form-field label.form-label, main.body.brand .actionBar .actionBar-section .form-field label.form-label {
            font-size: 16px; } }
      .category .actionBar .actionBar-section .form-field .form-select, main.body.search .actionBar .actionBar-section .form-field .form-select, #quickSearch-desktop .actionBar .actionBar-section .form-field .form-select, main.body.brand .actionBar .actionBar-section .form-field .form-select {
        font-size: 14px;
        color: #101820;
        line-height: 18px;
        font-family: 'Montserrat';
        background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/select-arrow-down-12.png);
        background-size: 12px;
        background-position: 96% center;
        padding: 0 10px; }
        @media (min-width: 576px) {
          .category .actionBar .actionBar-section .form-field .form-select, main.body.search .actionBar .actionBar-section .form-field .form-select, #quickSearch-desktop .actionBar .actionBar-section .form-field .form-select, main.body.brand .actionBar .actionBar-section .form-field .form-select {
            font-size: 16px; } }
  .category .productGrid, main.body.search .productGrid, #quickSearch-desktop .productGrid, main.body.brand .productGrid {
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 576px) {
      .category .productGrid .product:nth-child(even), main.body.search .productGrid .product:nth-child(even), #quickSearch-desktop .productGrid .product:nth-child(even), main.body.brand .productGrid .product:nth-child(even) {
        padding-right: 0px; } }
    @media (min-width: 992px) {
      .category .productGrid .product:nth-child(even), main.body.search .productGrid .product:nth-child(even), #quickSearch-desktop .productGrid .product:nth-child(even), main.body.brand .productGrid .product:nth-child(even) {
        padding-right: 25px; } }
    @media (min-width: 1200px) {
      .category .productGrid .product:nth-child(even), main.body.search .productGrid .product:nth-child(even), #quickSearch-desktop .productGrid .product:nth-child(even), main.body.brand .productGrid .product:nth-child(even) {
        padding-right: 25px; } }
    .category .productGrid .product, main.body.search .productGrid .product, #quickSearch-desktop .productGrid .product, main.body.brand .productGrid .product {
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 30px; }
      @media (min-width: 576px) {
        .category .productGrid .product, main.body.search .productGrid .product, #quickSearch-desktop .productGrid .product, main.body.brand .productGrid .product {
          width: 33.33%;
          padding-left: 0px;
          padding-right: 30px;
          margin-bottom: 30px; } }
      @media (min-width: 1200px) {
        .category .productGrid .product, main.body.search .productGrid .product, #quickSearch-desktop .productGrid .product, main.body.brand .productGrid .product {
          width: 25%;
          padding-left: 25px;
          padding-right: 25px;
          margin-bottom: 50px; } }
      .category .productGrid .product .card, main.body.search .productGrid .product .card, #quickSearch-desktop .productGrid .product .card, main.body.brand .productGrid .product .card {
        background-color: #f8f8f8;
        margin-bottom: 0px;
        position: relative;
        padding: 25px;
        -webkit-transition: background-color 1000ms linear;
        -moz-transition: background-color 1000ms linear;
        -o-transition: background-color 1000ms linear;
        -ms-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
        height: 100%; }
        .category .productGrid .product .card .card-figure, main.body.search .productGrid .product .card .card-figure, #quickSearch-desktop .productGrid .product .card .card-figure, main.body.brand .productGrid .product .card .card-figure {
          background-color: transparent; }
          .category .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview, main.body.search .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview, #quickSearch-desktop .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview, main.body.brand .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview {
            font-size: 16px;
            line-height: 32px;
            border: 1px solid #101820;
            border-radius: 0;
            color: #101820;
            text-transform: uppercase;
            font-family: 'Montserrat'; }
            .category .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview:hover, main.body.search .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview:hover, #quickSearch-desktop .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview:hover, main.body.brand .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview:hover {
              background-color: #00567d;
              color: #fff; }
        .category .productGrid .product .card .card-body, main.body.search .productGrid .product .card .card-body, #quickSearch-desktop .productGrid .product .card .card-body, main.body.brand .productGrid .product .card .card-body {
          text-align: center;
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          padding: 30px 0 0 0; }
          .category .productGrid .product .card .card-body .card-title a, main.body.search .productGrid .product .card .card-body .card-title a, #quickSearch-desktop .productGrid .product .card .card-body .card-title a, main.body.brand .productGrid .product .card .card-body .card-title a {
            text-align: center;
            color: #101820;
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
            font-family: "Montserrat"; }
            @media (min-width: 576px) {
              .category .productGrid .product .card .card-body .card-title a, main.body.search .productGrid .product .card .card-body .card-title a, #quickSearch-desktop .productGrid .product .card .card-body .card-title a, main.body.brand .productGrid .product .card .card-body .card-title a {
                height: 46px;
                overflow: hidden; } }
          .category .productGrid .product .card .card-body .card-model-number, main.body.search .productGrid .product .card .card-body .card-model-number, #quickSearch-desktop .productGrid .product .card .card-body .card-model-number, main.body.brand .productGrid .product .card .card-body .card-model-number {
            font-size: 16px;
            line-height: 18px;
            color: #101820;
            margin-top: 18px;
            margin-bottom: 40px;
            font-family: 'Montserrat'; }
          .category .productGrid .product .card .card-body .cate-desc, main.body.search .productGrid .product .card .card-body .cate-desc, #quickSearch-desktop .productGrid .product .card .card-body .cate-desc, main.body.brand .productGrid .product .card .card-body .cate-desc {
            text-align: left;
            margin-bottom: 40px;
            margin-top: 20px;
            min-height: 230px;
            font-family: 'Montserrat'; }
            .category .productGrid .product .card .card-body .cate-desc p, main.body.search .productGrid .product .card .card-body .cate-desc p, #quickSearch-desktop .productGrid .product .card .card-body .cate-desc p, main.body.brand .productGrid .product .card .card-body .cate-desc p {
              font-size: 16px;
              line-height: 18px;
              color: #101820; }
          .category .productGrid .product .card .card-body .card-text, main.body.search .productGrid .product .card .card-body .card-text, #quickSearch-desktop .productGrid .product .card .card-body .card-text, main.body.brand .productGrid .product .card .card-body .card-text {
            min-height: 54px; }
            .category .productGrid .product .card .card-body .card-text .price-section .price, main.body.search .productGrid .product .card .card-body .card-text .price-section .price, #quickSearch-desktop .productGrid .product .card .card-body .card-text .price-section .price, main.body.brand .productGrid .product .card .card-body .card-text .price-section .price {
              font-size: 18px;
              color: #101820;
              text-align: center;
              font-family: 'Montserrat'; }
          .category .productGrid .product .card .card-body .add-to-cart, .category .productGrid .product .card .card-body .quick-view, main.body.search .productGrid .product .card .card-body .add-to-cart, main.body.search .productGrid .product .card .card-body .quick-view, #quickSearch-desktop .productGrid .product .card .card-body .add-to-cart, #quickSearch-desktop .productGrid .product .card .card-body .quick-view, main.body.brand .productGrid .product .card .card-body .add-to-cart, main.body.brand .productGrid .product .card .card-body .quick-view {
            margin-top: 15px;
            display: block; }
            .category .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, .category .productGrid .product .card .card-body .quick-view .card-figcaption-button, main.body.search .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, main.body.search .productGrid .product .card .card-body .quick-view .card-figcaption-button, #quickSearch-desktop .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, #quickSearch-desktop .productGrid .product .card .card-body .quick-view .card-figcaption-button, main.body.brand .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, main.body.brand .productGrid .product .card .card-body .quick-view .card-figcaption-button {
              background-color: transparent;
              border: 1px solid #101820;
              border-radius: 0px;
              font-size: 14px;
              color: #101820;
              text-transform: uppercase;
              line-height: 24px;
              width: 100%;
              font-family: 'Montserrat'; }
              .category .productGrid .product .card .card-body .add-to-cart .card-figcaption-button:hover, .category .productGrid .product .card .card-body .quick-view .card-figcaption-button:hover, main.body.search .productGrid .product .card .card-body .add-to-cart .card-figcaption-button:hover, main.body.search .productGrid .product .card .card-body .quick-view .card-figcaption-button:hover, #quickSearch-desktop .productGrid .product .card .card-body .add-to-cart .card-figcaption-button:hover, #quickSearch-desktop .productGrid .product .card .card-body .quick-view .card-figcaption-button:hover, main.body.brand .productGrid .product .card .card-body .add-to-cart .card-figcaption-button:hover, main.body.brand .productGrid .product .card .card-body .quick-view .card-figcaption-button:hover {
                background-color: #00567d;
                color: #fff; }
              @media (min-width: 576px) {
                .category .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, .category .productGrid .product .card .card-body .quick-view .card-figcaption-button, main.body.search .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, main.body.search .productGrid .product .card .card-body .quick-view .card-figcaption-button, #quickSearch-desktop .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, #quickSearch-desktop .productGrid .product .card .card-body .quick-view .card-figcaption-button, main.body.brand .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, main.body.brand .productGrid .product .card .card-body .quick-view .card-figcaption-button {
                  font-size: 16px;
                  line-height: 32px; } }
          .category .productGrid .product .card .card-body .quick-view, main.body.search .productGrid .product .card .card-body .quick-view, #quickSearch-desktop .productGrid .product .card .card-body .quick-view, main.body.brand .productGrid .product .card .card-body .quick-view {
            display: none; }
          .category .productGrid .product .card .card-body .badge_display, main.body.search .productGrid .product .card .card-body .badge_display, #quickSearch-desktop .productGrid .product .card .card-body .badge_display, main.body.brand .productGrid .product .card .card-body .badge_display {
            position: absolute;
            top: 0;
            left: 0;
            width: 56px;
            height: 56px;
            background-color: #101820; }
            .category .productGrid .product .card .card-body .badge_display label.badge-new, main.body.search .productGrid .product .card .card-body .badge_display label.badge-new, #quickSearch-desktop .productGrid .product .card .card-body .badge_display label.badge-new, main.body.brand .productGrid .product .card .card-body .badge_display label.badge-new {
              line-height: 56px;
              color: #fff;
              font-size: 14px; }
      .category .productGrid .product:hover .card, main.body.search .productGrid .product:hover .card, #quickSearch-desktop .productGrid .product:hover .card, main.body.brand .productGrid .product:hover .card {
        background-color: #b2b4b7 !important;
        /*.add-to-cart {
                                display: none;
                            }*/ }
        .category .productGrid .product:hover .card .card-figcaption .card-figcaption-body .quickview, main.body.search .productGrid .product:hover .card .card-figcaption .card-figcaption-body .quickview, #quickSearch-desktop .productGrid .product:hover .card .card-figcaption .card-figcaption-body .quickview, main.body.brand .productGrid .product:hover .card .card-figcaption .card-figcaption-body .quickview {
          display: block; }
        .category .productGrid .product:hover .card .quick-view, main.body.search .productGrid .product:hover .card .quick-view, #quickSearch-desktop .productGrid .product:hover .card .quick-view, main.body.brand .productGrid .product:hover .card .quick-view {
          display: block; }
          .category .productGrid .product:hover .card .quick-view .card-figcaption-button, main.body.search .productGrid .product:hover .card .quick-view .card-figcaption-button, #quickSearch-desktop .productGrid .product:hover .card .quick-view .card-figcaption-button, main.body.brand .productGrid .product:hover .card .quick-view .card-figcaption-button {
            background-color: #fff;
            border-color: #fff; }

/*** search page here ***/
main.body.search, main.body.brand {
  margin-bottom: 3rem;
  /*max-width: 1552px;
            padding: 0px 20px;
            margin: 0 auto;*/ }
  main.body.search .category-image-with-desc, main.body.brand .category-image-with-desc {
    position: relative; }
    main.body.search .category-image-with-desc .cat-img, main.body.brand .category-image-with-desc .cat-img {
      margin-bottom: 0rem; }
      @media (min-width: 320px) {
        main.body.search .category-image-with-desc .cat-img, main.body.brand .category-image-with-desc .cat-img {
          height: 420px; } }
      @media (min-width: 992px) {
        main.body.search .category-image-with-desc .cat-img, main.body.brand .category-image-with-desc .cat-img {
          height: auto; } }
      @media (min-width: 320px) {
        main.body.search .category-image-with-desc .cat-img .category-header-image, main.body.brand .category-image-with-desc .cat-img .category-header-image {
          height: 100%;
          object-fit: cover; } }
      @media (min-width: 992px) {
        main.body.search .category-image-with-desc .cat-img .category-header-image, main.body.brand .category-image-with-desc .cat-img .category-header-image {
          height: auto; } }
    main.body.search .category-image-with-desc .credit, main.body.brand .category-image-with-desc .credit {
      position: absolute;
      right: 0; }
      @media (min-width: 320px) {
        main.body.search .category-image-with-desc .credit, main.body.brand .category-image-with-desc .credit {
          bottom: 10px; } }
      @media (min-width: 768px) {
        main.body.search .category-image-with-desc .credit, main.body.brand .category-image-with-desc .credit {
          bottom: 20px; } }
      main.body.search .category-image-with-desc .credit span, main.body.brand .category-image-with-desc .credit span {
        color: #E8E8E8;
        font-size: 15px;
        font-family: Montserrat;
        font-weight: 400; }
    main.body.search .category-image-with-desc .category-description, main.body.brand .category-image-with-desc .category-description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      padding-left: 0.75rem; }
      main.body.search .category-image-with-desc .category-description .desc, main.body.brand .category-image-with-desc .category-description .desc {
        max-width: 750px; }
      main.body.search .category-image-with-desc .category-description .category-title, main.body.brand .category-image-with-desc .category-description .category-title {
        color: #f8f8f8;
        font-weight: 700;
        margin-bottom: 0px; }
        @media (min-width: 320px) {
          main.body.search .category-image-with-desc .category-description .category-title, main.body.brand .category-image-with-desc .category-description .category-title {
            font-size: 18px;
            line-height: 18px; } }
        @media (min-width: 992px) {
          main.body.search .category-image-with-desc .category-description .category-title, main.body.brand .category-image-with-desc .category-description .category-title {
            font-size: 28px;
            line-height: 24px; } }
      main.body.search .category-image-with-desc .category-description.Direct.Tv.Stream.Page .category-title, main.body.brand .category-image-with-desc .category-description.Direct.Tv.Stream.Page .category-title {
        display: none; }
      main.body.search .category-image-with-desc .category-description.STARLINK .category-title, main.body.brand .category-image-with-desc .category-description.STARLINK .category-title {
        display: none; }
      main.body.search .category-image-with-desc .category-description .category-big-title, main.body.brand .category-image-with-desc .category-description .category-big-title {
        color: #f8f8f8;
        margin-bottom: 0px;
        text-transform: uppercase; }
        @media (min-width: 320px) {
          main.body.search .category-image-with-desc .category-description .category-big-title, main.body.brand .category-image-with-desc .category-description .category-big-title {
            font-size: 24px;
            line-height: 32px;
            margin-top: 1.5571rem; } }
        @media (min-width: 992px) {
          main.body.search .category-image-with-desc .category-description .category-big-title, main.body.brand .category-image-with-desc .category-description .category-big-title {
            margin-top: 2.28571rem;
            font-size: 32px;
            line-height: 40px; } }
        main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo {
          margin-bottom: 5px; }
          @media (min-width: 320px) {
            main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo {
              max-width: 68px; } }
          @media (min-width: 768px) {
            main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.directtv-stream-logo {
              max-width: initial; } }
        main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo {
          margin-bottom: 5px; }
          @media (min-width: 320px) {
            main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo {
              max-width: initial;
              margin-left: -60px; } }
          @media (min-width: 768px) {
            main.body.search .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc img.starlink-small-logo {
              max-width: initial;
              margin-left: -60px; } }
        main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.first-span {
          display: block;
          color: #fff;
          text-align: left;
          margin-bottom: 4px; }
          @media (min-width: 320px) {
            main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.first-span {
              font-size: 22px;
              line-height: 23px; } }
          @media (min-width: 768px) {
            main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.first-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.first-span {
              font-size: 38px;
              line-height: 40px; } }
        main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.second-span {
          color: #F2C737;
          font-weight: 600; }
          @media (min-width: 320px) {
            main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.second-span {
              font-size: 32px;
              line-height: 22px; } }
          @media (min-width: 768px) {
            main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.second-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.second-span {
              font-size: 56px;
              line-height: 40px; } }
        main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.third-span {
          display: block;
          color: #73D3F0;
          margin-top: -9px; }
          @media (min-width: 320px) {
            main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.third-span {
              font-size: 12px;
              line-height: 21px; } }
          @media (min-width: 768px) {
            main.body.search .category-image-with-desc .category-description .category-big-title .service-desc span.third-span, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc span.third-span {
              font-size: 23px;
              line-height: 40px; } }
        main.body.search .category-image-with-desc .category-description .category-big-title .service-desc .web-page-small-description, main.body.brand .category-image-with-desc .category-description .category-big-title .service-desc .web-page-small-description {
          font-size: 39px;
          max-width: 539px;
          line-height: 40px;
          color: #fff;
          font-family: Montserrat;
          font-weight: 600;
          text-transform: initial;
          margin-top: 0px;
          letter-spacing: 0px; }
      main.body.search .category-image-with-desc .category-description p.category-content, main.body.brand .category-image-with-desc .category-description p.category-content {
        color: #f8f8f8;
        margin-top: 20px; }
        @media (min-width: 320px) {
          main.body.search .category-image-with-desc .category-description p.category-content, main.body.brand .category-image-with-desc .category-description p.category-content {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 992px) {
          main.body.search .category-image-with-desc .category-description p.category-content, main.body.brand .category-image-with-desc .category-description p.category-content {
            font-size: 20px;
            line-height: 23px;
            margin-top: 40px; } }
      main.body.search .category-image-with-desc .category-description .category-name ul, main.body.brand .category-image-with-desc .category-description .category-name ul {
        list-style: none;
        display: block;
        margin-left: 0;
        margin-top: 85px; }
        main.body.search .category-image-with-desc .category-description .category-name ul li, main.body.brand .category-image-with-desc .category-description .category-name ul li {
          display: inline-block; }
          main.body.search .category-image-with-desc .category-description .category-name ul li a, main.body.brand .category-image-with-desc .category-description .category-name ul li a {
            color: #f8f8f8;
            font-weight: 600;
            text-transform: uppercase; }
          @media (min-width: 320px) {
            main.body.search .category-image-with-desc .category-description .category-name ul li, main.body.brand .category-image-with-desc .category-description .category-name ul li {
              margin-right: 18px;
              margin-top: 5px;
              margin-bottom: 5px;
              font-size: 15px; } }
          @media (min-width: 992px) {
            main.body.search .category-image-with-desc .category-description .category-name ul li, main.body.brand .category-image-with-desc .category-description .category-name ul li {
              margin-right: 45px;
              margin-top: 10px;
              margin-bottom: 10px;
              font-size: 20px; } }
  main.body.search .Category-Breadcrumb, main.body.brand .Category-Breadcrumb {
    background-color: #f8f8f8; }
    main.body.search .Category-Breadcrumb ol.breadcrumbs, main.body.brand .Category-Breadcrumb ol.breadcrumbs {
      padding-left: 0.75rem;
      text-align: left;
      display: block;
      margin-bottom: 16px; }
      @media (min-width: 576px) {
        main.body.search .Category-Breadcrumb ol.breadcrumbs, main.body.brand .Category-Breadcrumb ol.breadcrumbs {
          margin-bottom: 1.5rem; } }
      main.body.search .Category-Breadcrumb ol.breadcrumbs .breadcrumb, main.body.brand .Category-Breadcrumb ol.breadcrumbs .breadcrumb {
        line-height: 16px;
        margin-right: 0.55rem;
        padding: 10px 0; }
        @media (min-width: 576px) {
          main.body.search .Category-Breadcrumb ol.breadcrumbs .breadcrumb, main.body.brand .Category-Breadcrumb ol.breadcrumbs .breadcrumb {
            line-height: 50px;
            padding: 0px; } }
        main.body.search .Category-Breadcrumb ol.breadcrumbs .breadcrumb a, main.body.brand .Category-Breadcrumb ol.breadcrumbs .breadcrumb a {
          text-decoration: none;
          font-size: 14px;
          color: #101820;
          font-weight: 500;
          text-transform: uppercase;
          font-family: "Montserrat"; }
      main.body.search .Category-Breadcrumb ol.breadcrumbs .breadcrumb:not(:first-child):before, main.body.brand .Category-Breadcrumb ol.breadcrumbs .breadcrumb:not(:first-child):before {
        border-right: 0;
        transform: none;
        background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/product_images/uploaded_images/right-arrow.png);
        width: 7px;
        height: 10px; }
  main.body.search .page, main.body.brand .page {
    margin: 0px; }
  main.body.search .page-sidebar, main.body.brand .page-sidebar {
    display: none; }
  main.body.search .page-sidebar #facetedSearch, main.body.brand .page-sidebar #facetedSearch {
    margin: 30px 0 0 0; }
    @media (min-width: 992px) {
      main.body.search .page-sidebar #facetedSearch, main.body.brand .page-sidebar #facetedSearch {
        margin: 92px 0 0 0; } }
  main.body.search #product-listing-container .actionBar, main.body.brand #product-listing-container .actionBar {
    margin: 1.25rem 0; }
  main.body.search #product-sub-category-listing-container, main.body.brand #product-sub-category-listing-container {
    margin-top: 40px;
    margin-bottom: 30px; }
    @media (min-width: 320px) {
      main.body.search #product-sub-category-listing-container, main.body.brand #product-sub-category-listing-container {
        margin-top: 40px; } }
    @media (min-width: 576px) {
      main.body.search #product-sub-category-listing-container, main.body.brand #product-sub-category-listing-container {
        margin-bottom: 0px; } }
    @media (min-width: 1200px) {
      main.body.search #product-sub-category-listing-container, main.body.brand #product-sub-category-listing-container {
        margin-top: 100px; } }
    main.body.search #product-sub-category-listing-container .productGrid, main.body.brand #product-sub-category-listing-container .productGrid {
      display: flex;
      flex-wrap: wrap; }
      main.body.search #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
        margin-bottom: 30px; }
        @media (min-width: 992px) {
          main.body.search #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            margin-bottom: 40px; } }
        @media (min-width: 320px) {
          main.body.search #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            width: 100% !important; } }
        @media (min-width: 576px) {
          main.body.search #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            width: 50% !important;
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 992px) {
          main.body.search #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            width: 33.33% !important;
            padding-left: 20px;
            padding-right: 20px; } }
        @media (min-width: 1200px) {
          main.body.search #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            width: 25% !important; } }
        @media (min-width: 1550px) {
          main.body.search #product-sub-category-listing-container .productGrid .product, main.body.brand #product-sub-category-listing-container .productGrid .product {
            padding-left: 25px;
            padding-right: 25px; } }
        main.body.search #product-sub-category-listing-container .productGrid .product .card, main.body.brand #product-sub-category-listing-container .productGrid .product .card {
          margin-bottom: 0;
          height: 100%;
          padding-bottom: 70px; }
          main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body {
            display: flex;
            flex-direction: column;
            padding: 30px 0 0 0; }
            main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .card-title, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .card-title {
              margin-bottom: 15px; }
              @media (min-width: 1200px) {
                main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a {
                  font-size: 18px; } }
              @media (min-width: 1550px) {
                main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .card-title a {
                  font-size: 18px; } }
            main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc {
              display: none;
              /*@include sm-desktop {
                                        min-height: 200px;
                                    }*/ }
              @media (min-width: 320px) {
                main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc {
                  min-height: unset; } }
              @media (min-width: 992px) {
                main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc p, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .cate-desc p {
                  font-size: 16px; } }
            main.body.search #product-sub-category-listing-container .productGrid .product .card .card-body .add-to-cart, main.body.brand #product-sub-category-listing-container .productGrid .product .card .card-body .add-to-cart {
              display: block;
              position: absolute;
              bottom: 25px;
              width: calc(100% - 50px); }
  main.body.search .actionBar .actionBar-section, main.body.brand .actionBar .actionBar-section {
    float: right; }
    main.body.search .actionBar .actionBar-section .form-field, main.body.brand .actionBar .actionBar-section .form-field {
      border: none; }
      main.body.search .actionBar .actionBar-section .form-field label.form-label, main.body.brand .actionBar .actionBar-section .form-field label.form-label {
        text-transform: uppercase;
        color: #101820;
        font-size: 14px;
        line-height: 18px;
        font-family: 'Montserrat';
        text-align: center; }
        @media (min-width: 576px) {
          main.body.search .actionBar .actionBar-section .form-field label.form-label, main.body.brand .actionBar .actionBar-section .form-field label.form-label {
            font-size: 16px; } }
      main.body.search .actionBar .actionBar-section .form-field .form-select, main.body.brand .actionBar .actionBar-section .form-field .form-select {
        font-size: 14px;
        color: #101820;
        line-height: 18px;
        font-family: 'Montserrat';
        background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/select-arrow-down-12.png);
        background-size: 12px;
        background-position: 96% center;
        padding: 0 10px; }
        @media (min-width: 576px) {
          main.body.search .actionBar .actionBar-section .form-field .form-select, main.body.brand .actionBar .actionBar-section .form-field .form-select {
            font-size: 16px; } }
  main.body.search .productGrid, main.body.brand .productGrid {
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 576px) {
      main.body.search .productGrid .product:nth-child(even), main.body.brand .productGrid .product:nth-child(even) {
        padding-right: 0px; } }
    @media (min-width: 992px) {
      main.body.search .productGrid .product:nth-child(even), main.body.brand .productGrid .product:nth-child(even) {
        padding-right: 25px; } }
    @media (min-width: 1200px) {
      main.body.search .productGrid .product:nth-child(even), main.body.brand .productGrid .product:nth-child(even) {
        padding-right: 25px; } }
    main.body.search .productGrid .product, main.body.brand .productGrid .product {
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 30px; }
      @media (min-width: 576px) {
        main.body.search .productGrid .product, main.body.brand .productGrid .product {
          width: 33.33%;
          padding-left: 0px;
          padding-right: 30px;
          margin-bottom: 30px; } }
      @media (min-width: 1200px) {
        main.body.search .productGrid .product, main.body.brand .productGrid .product {
          width: 25%;
          padding-left: 25px;
          padding-right: 25px;
          margin-bottom: 50px; } }
      main.body.search .productGrid .product .card, main.body.brand .productGrid .product .card {
        background-color: #f8f8f8;
        margin-bottom: 0px;
        position: relative;
        padding: 25px;
        -webkit-transition: background-color 1000ms linear;
        -moz-transition: background-color 1000ms linear;
        -o-transition: background-color 1000ms linear;
        -ms-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
        height: 100%; }
        main.body.search .productGrid .product .card .card-figure, main.body.brand .productGrid .product .card .card-figure {
          background-color: transparent; }
          main.body.search .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview, main.body.brand .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview {
            font-size: 16px;
            line-height: 32px;
            border: 1px solid #101820;
            border-radius: 0;
            color: #101820;
            text-transform: uppercase;
            font-family: 'Montserrat'; }
            main.body.search .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview:hover, main.body.brand .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .quickview:hover {
              background-color: #00567d;
              color: #fff; }
        main.body.search .productGrid .product .card .card-body, main.body.brand .productGrid .product .card .card-body {
          text-align: center;
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          padding: 30px 0 0 0; }
          main.body.search .productGrid .product .card .card-body .card-title a, main.body.brand .productGrid .product .card .card-body .card-title a {
            text-align: center;
            color: #101820;
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
            font-family: "Montserrat"; }
            @media (min-width: 576px) {
              main.body.search .productGrid .product .card .card-body .card-title a, main.body.brand .productGrid .product .card .card-body .card-title a {
                height: 46px;
                overflow: hidden; } }
          main.body.search .productGrid .product .card .card-body .card-model-number, main.body.brand .productGrid .product .card .card-body .card-model-number {
            font-size: 16px;
            line-height: 18px;
            color: #101820;
            margin-top: 18px;
            margin-bottom: 40px;
            font-family: 'Montserrat'; }
          main.body.search .productGrid .product .card .card-body .cate-desc, main.body.brand .productGrid .product .card .card-body .cate-desc {
            text-align: left;
            margin-bottom: 40px;
            margin-top: 20px;
            min-height: 230px;
            font-family: 'Montserrat'; }
            main.body.search .productGrid .product .card .card-body .cate-desc p, main.body.brand .productGrid .product .card .card-body .cate-desc p {
              font-size: 16px;
              line-height: 18px;
              color: #101820; }
          main.body.search .productGrid .product .card .card-body .card-text, main.body.brand .productGrid .product .card .card-body .card-text {
            min-height: 54px; }
            main.body.search .productGrid .product .card .card-body .card-text .price-section .price, main.body.brand .productGrid .product .card .card-body .card-text .price-section .price {
              font-size: 18px;
              color: #101820;
              text-align: center;
              font-family: 'Montserrat'; }
          main.body.search .productGrid .product .card .card-body .add-to-cart, main.body.search .productGrid .product .card .card-body .quick-view, main.body.brand .productGrid .product .card .card-body .add-to-cart, main.body.brand .productGrid .product .card .card-body .quick-view {
            margin-top: 15px;
            display: block; }
            main.body.search .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, main.body.search .productGrid .product .card .card-body .quick-view .card-figcaption-button, main.body.brand .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, main.body.brand .productGrid .product .card .card-body .quick-view .card-figcaption-button {
              background-color: transparent;
              border: 1px solid #101820;
              border-radius: 0px;
              font-size: 14px;
              color: #101820;
              text-transform: uppercase;
              line-height: 24px;
              width: 100%;
              font-family: 'Montserrat'; }
              main.body.search .productGrid .product .card .card-body .add-to-cart .card-figcaption-button:hover, main.body.search .productGrid .product .card .card-body .quick-view .card-figcaption-button:hover, main.body.brand .productGrid .product .card .card-body .add-to-cart .card-figcaption-button:hover, main.body.brand .productGrid .product .card .card-body .quick-view .card-figcaption-button:hover {
                background-color: #00567d;
                color: #fff; }
              @media (min-width: 576px) {
                main.body.search .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, main.body.search .productGrid .product .card .card-body .quick-view .card-figcaption-button, main.body.brand .productGrid .product .card .card-body .add-to-cart .card-figcaption-button, main.body.brand .productGrid .product .card .card-body .quick-view .card-figcaption-button {
                  font-size: 16px;
                  line-height: 32px; } }
          main.body.search .productGrid .product .card .card-body .quick-view, main.body.brand .productGrid .product .card .card-body .quick-view {
            display: none; }
          main.body.search .productGrid .product .card .card-body .badge_display, main.body.brand .productGrid .product .card .card-body .badge_display {
            position: absolute;
            top: 0;
            left: 0;
            width: 56px;
            height: 56px;
            background-color: #101820; }
            main.body.search .productGrid .product .card .card-body .badge_display label.badge-new, main.body.brand .productGrid .product .card .card-body .badge_display label.badge-new {
              line-height: 56px;
              color: #fff;
              font-size: 14px; }
      main.body.search .productGrid .product:hover .card, main.body.brand .productGrid .product:hover .card {
        background-color: #b2b4b7 !important;
        /*.add-to-cart {
                                display: none;
                            }*/ }
        main.body.search .productGrid .product:hover .card .card-figcaption .card-figcaption-body .quickview, main.body.brand .productGrid .product:hover .card .card-figcaption .card-figcaption-body .quickview {
          display: block; }
        main.body.search .productGrid .product:hover .card .quick-view, main.body.brand .productGrid .product:hover .card .quick-view {
          display: block; }
          main.body.search .productGrid .product:hover .card .quick-view .card-figcaption-button, main.body.brand .productGrid .product:hover .card .quick-view .card-figcaption-button {
            background-color: #fff;
            border-color: #fff; }

main.body.search, main.body.brand {
  margin-top: 0;
  margin-bottom: 0; }
  main.body.search nav, main.body.brand nav {
    margin-top: 50px; }
  main.body.search ol.breadcrumbs, main.body.brand ol.breadcrumbs {
    display: block; }
  main.body.search ol.breadcrumbs .breadcrumb a, main.body.brand ol.breadcrumbs .breadcrumb a {
    text-decoration: none;
    font-size: 14px;
    color: #101820;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat"; }
  main.body.search .breadcrumb.is-active > .breadcrumb-label, main.body.brand .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 600;
    color: #101820; }
  main.body.search .page-heading, main.body.brand .page-heading {
    text-transform: uppercase;
    color: #101820;
    font-family: "Montserrat";
    margin-top: 0;
    font-size: 20px; }
    @media (min-width: 576px) {
      main.body.search .page-heading, main.body.brand .page-heading {
        font-size: 20px; } }
    @media (min-width: 992px) {
      main.body.search .page-heading, main.body.brand .page-heading {
        font-size: 26px; } }
  main.body.search .navBar-section li a, main.body.brand .navBar-section li a {
    font-size: 14px;
    line-height: 20px;
    color: #101820;
    font-weight: 600;
    font-family: "Montserrat"; }
  main.body.search .panel .panel-body, main.body.brand .panel .panel-body {
    background: #f8f8f8;
    display: none; }
  main.body.search .panel .suggestion-title, main.body.brand .panel .suggestion-title {
    font-size: 16px;
    line-height: 20px;
    color: #101820;
    font-weight: 600;
    font-family: "Montserrat"; }
  main.body.search .search-suggestion a, main.body.brand .search-suggestion a {
    font-size: 14px;
    line-height: 20px;
    color: #101820;
    font-family: 'Montserrat'; }
  main.body.search .search-nav, main.body.brand .search-nav {
    margin-top: 30px;
    margin-bottom: 50px; }

/*** Search box popup ***/
#quickSearch-desktop .productGrid .card--alternate .card-body {
  background-color: transparent; }

#quickSearch-desktop {
  margin-bottom: 0;
  margin-top: 0; }
  #quickSearch-desktop .form {
    margin: 0px;
    position: relative; }
    #quickSearch-desktop .form .form-field {
      margin: 0px; }
      #quickSearch-desktop .form .form-field .form-input {
        background-color: #F8F8F8;
        border-color: #F8F8F8;
        border-radius: 50px;
        height: 2.715rem;
        color: #101820;
        font-weight: 500;
        font-family: Montserrat;
        letter-spacing: 0.13px; }
      #quickSearch-desktop .form .form-field .form-input::placeholder {
        color: #101820;
        font-weight: 500;
        font-family: Montserrat;
        letter-spacing: 0.13px; }
      #quickSearch-desktop .form .form-field .form-input:-ms-input-placeholder {
        color: #101820;
        font-weight: 500;
        font-family: Montserrat;
        letter-spacing: 0.13px; }
      #quickSearch-desktop .form .form-field .form-input::-ms-input-placeholder {
        color: #101820;
        font-weight: 500;
        font-family: Montserrat;
        letter-spacing: 0.13px; }
      #quickSearch-desktop .form .form-field .button {
        border: 0;
        margin-left: 0;
        background-color: initial;
        border-left: 0;
        border-right: 0;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' viewBox='0 0 39 39'%3E%3Cg id='Search-icon' transform='translate(0.448)'%3E%3Cg id='Elipse_2' data-name='Elipse 2' transform='translate(-0.448)' fill='%23235579' stroke='%23fff' stroke-width='1.5'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' stroke='none'/%3E%3Ccircle cx='19.5' cy='19.5' r='18.75' fill='none'/%3E%3C/g%3E%3Cpath id='search-icon-2' data-name='search-icon' d='M18.719,17.616l-3.451-3.311a6.01,6.01,0,1,0-.912.924l3.424,3.283a.649.649,0,0,0,.916.024A.653.653,0,0,0,18.719,17.616Zm-8.174-2.336a4.746,4.746,0,1,1,3.356-1.39A4.716,4.716,0,0,1,10.545,15.281Z' transform='translate(7.829 7.897)' fill='%23fff' stroke='%23fff' stroke-width='0.6'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        width: 36px;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        height: 2.71rem; }
  #quickSearch-desktop .quickSearchResults {
    position: absolute;
    max-width: 350px;
    min-width: 350px;
    left: 0;
    top: 42px;
    z-index: 999;
    margin-top: 0px;
    background-color: #fff;
    /*@include sm-phone {
                padding: 0 5px;
            }*/ }
    #quickSearch-desktop .quickSearchResults .modal-close {
      display: block; }
    @media (min-width: 1200px) {
      #quickSearch-desktop .quickSearchResults {
        padding: 0 5px; } }
    #quickSearch-desktop .quickSearchResults ul.productGrid {
      max-height: 500px;
      overflow-y: auto; }
      @media (min-width: 1200px) {
        #quickSearch-desktop .quickSearchResults ul.productGrid {
          padding-left: 10px; } }
      #quickSearch-desktop .quickSearchResults ul.productGrid li.product {
        width: 100% !important;
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 0;
        border-bottom: 1px solid #e5e5e5;
        background-color: #fff; }
        #quickSearch-desktop .quickSearchResults ul.productGrid li.product .card {
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          padding-bottom: 5px;
          margin-bottom: 5px !important;
          border-radius: 4px;
          display: flex;
          align-items: center; }
          #quickSearch-desktop .quickSearchResults ul.productGrid li.product .card:hover {
            border-color: #fff; }
          #quickSearch-desktop .quickSearchResults ul.productGrid li.product .card .card-figure {
            float: left;
            padding-left: .1rem;
            padding-right: .1rem;
            width: 30%;
            text-align: center;
            background-color: transparent; }
          #quickSearch-desktop .quickSearchResults ul.productGrid li.product .card .card-body {
            padding: 5px;
            width: 70%;
            text-align: left; }
            #quickSearch-desktop .quickSearchResults ul.productGrid li.product .card .card-body .card-title a {
              font-size: 14px;
              line-height: 24px;
              text-align: left;
              height: auto;
              color: #101820;
              font-weight: 600;
              font-family: Montserrat; }
            #quickSearch-desktop .quickSearchResults ul.productGrid li.product .card .card-body .card-model-number {
              display: none; }
            #quickSearch-desktop .quickSearchResults ul.productGrid li.product .card .card-body .add-to-cart {
              display: none !important; }
            #quickSearch-desktop .quickSearchResults ul.productGrid li.product .card .card-body .card-text .price-section {
              color: #101820;
              font-weight: 500;
              font-family: Montserrat; }
              #quickSearch-desktop .quickSearchResults ul.productGrid li.product .card .card-body .card-text .price-section .price {
                font-size: 14px;
                line-height: 24px;
                text-align: left;
                height: auto;
                color: #101820;
                font-weight: 500;
                font-family: Montserrat; }

/*** End Here ***/
/*** Add to cart mini popup ***/
.previewCartList li .previewCartItem-brand {
  display: none; }

.previewCartList li .previewCartItem-name a {
  height: auto !important;
  width: auto !important;
  color: #101820;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-family: Montserrat; }
  @media screen and (max-width: 991px) {
    .previewCartList li .previewCartItem-name a {
      position: static !important; } }

.previewCartList li .previewCartItem-price {
  font-size: 14px;
  line-height: 22px;
  color: #101820;
  text-align: center;
  font-family: 'Montserrat'; }

.previewCart .previewCartAction .button {
  width: 100% !important;
  padding: 0px 10px !important;
  background-color: #00567d !important;
  height: 50px !important;
  border-color: #00567d !important;
  color: #fff !important;
  border-radius: 0;
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .previewCart .previewCartAction .button {
      justify-content: center;
      position: static !important;
      height: 40px !important; } }
  .previewCart .previewCartAction .button:hover {
    color: #00567d;
    background: #fff;
    border-color: #00567d; }

/*** End Here ***/
.accordion .navList .navList-action--checkbox::after {
  background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/filter-close-icon.png);
  background-size: 10px; }

.accordion .navList .navList-action--checkbox::before {
  border-radius: 0; }

.page-sidebar .accordion--navList .accordion-indicator.toggleLink-text--off {
  margin-top: -7px; }

@media only screen and (max-width: 991px) {
  .page-sidebar .facetedSearch-toggle {
    text-decoration: none;
    font-size: 15px;
    color: #101820;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
    float: left; }
  .facetedSearch-toggle-indicator, .facetedSearch-toggle-text {
    display: block;
    font-weight: 600;
    width: 100%;
    text-align: left; }
  .toggleLink-text {
    font-size: 15px;
    font-weight: 600;
    float: left;
    color: #043055;
    width: 100%; }
    .toggleLink-text .icon {
      float: right; }
  .category .actionBar .actionBar-section .form-field {
    margin-bottom: 0; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  .category .productGrid .product .card .card-body .card-title a {
    font-size: 16px; }
  .category .productGrid .product .card .card-body .card-model-number {
    margin-bottom: 20px; } }

@media only screen and (max-width: 575px) {
  .page-sidebar .facetedSearch-toggle {
    font-size: 12px; }
  /*.toggleLink-text {
            font-size: 10px;
        }*/
  .page-sidebar .accordion--navList .accordion-title {
    font-size: 14px; }
  .page-sidebar + .page-content .productGrid .product {
    width: 100%; }
  .category .productGrid .product .card .card-figure .card-img-container {
    max-height: 250px; }
  .category .productGrid .product .card .card-figure .card-img-container:after {
    padding-bottom: 61.8%; } }

/* on the move page */
@media (min-width: 320px) {
  .on-the-move-main-section {
    margin-top: 0px; } }

@media (min-width: 768px) {
  .on-the-move-main-section {
    margin-top: 80px; } }

@media (min-width: 1200px) {
  .on-the-move-main-section {
    margin-top: 100px; } }

@media (min-width: 1550px) {
  .on-the-move-main-section {
    margin-top: 160px; } }

.on-the-move-main-section .section-one {
  display: flex;
  align-items: center; }
  @media (min-width: 320px) {
    .on-the-move-main-section .section-one {
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .on-the-move-main-section .section-one {
      flex-wrap: nowrap; } }
  @media (min-width: 320px) {
    .on-the-move-main-section .section-one .section-left {
      width: 100%;
      padding-left: 3.69%; } }
  @media (min-width: 992px) {
    .on-the-move-main-section .section-one .section-left {
      width: 55.75%;
      padding-left: 11.69%;
      padding-right: 2%; } }
  @media (min-width: 1200px) {
    .on-the-move-main-section .section-one .section-left {
      padding-left: 4.49%;
      padding-right: 5%; } }
  @media (min-width: 1550px) {
    .on-the-move-main-section .section-one .section-left {
      padding-left: 14.69%; } }
  .on-the-move-main-section .section-one .section-left h1.section-first-title {
    font-size: 20px;
    line-height: 24px;
    color: #4a9462;
    font-weight: 700;
    font-family: "Montserrat";
    text-transform: uppercase; }
  .on-the-move-main-section .section-one .section-left h2.section-section-title {
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
    margin-top: 1.8rem;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .on-the-move-main-section .section-one .section-left h2.section-section-title {
        font-size: 24px;
        line-height: 32px; } }
    @media (min-width: 992px) {
      .on-the-move-main-section .section-one .section-left h2.section-section-title {
        font-size: 30px;
        line-height: 38px; } }
    @media (min-width: 1200px) {
      .on-the-move-main-section .section-one .section-left h2.section-section-title {
        font-size: 38px;
        line-height: 48px; } }
  .on-the-move-main-section .section-one .section-left a.exp-button {
    border: 1px solid #101820;
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat';
    color: #101820;
    text-transform: uppercase; }
    .on-the-move-main-section .section-one .section-left a.exp-button:hover {
      background-color: #00567d !important;
      color: #fff !important;
      border-color: #00567d !important; }
    @media (min-width: 320px) {
      .on-the-move-main-section .section-one .section-left a.exp-button {
        width: 120px;
        height: 50px;
        margin-top: 30px;
        line-height: 50px; } }
    @media (min-width: 992px) {
      .on-the-move-main-section .section-one .section-left a.exp-button {
        width: 140px;
        height: 60px;
        margin-top: 40px;
        line-height: 60px; } }
    @media (min-width: 1200px) {
      .on-the-move-main-section .section-one .section-left a.exp-button {
        margin-top: 40px; } }
  @media (min-width: 320px) {
    .on-the-move-main-section .section-one .section-right {
      width: 100%;
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .on-the-move-main-section .section-one .section-right {
      width: calc(100% - 55.75%);
      margin-top: 0px; } }

.on-the-move-main-section .on-the-move-product {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 320px) {
    .on-the-move-main-section .on-the-move-product {
      padding-left: 6px;
      padding-right: 6px;
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 992px) {
    .on-the-move-main-section .on-the-move-product {
      padding-left: 0px;
      padding-right: 0px;
      margin-top: 75px;
      margin-bottom: 0px; } }
  .on-the-move-main-section .on-the-move-product .productCarousel-slide {
    width: 20.56%; }
    @media (min-width: 992px) {
      .on-the-move-main-section .on-the-move-product .productCarousel-slide {
        padding-left: 0.8rem;
        padding-right: 0.8rem; } }
    @media (min-width: 1200px) {
      .on-the-move-main-section .on-the-move-product .productCarousel-slide {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (min-width: 1310px) {
      .on-the-move-main-section .on-the-move-product .productCarousel-slide {
        padding-left: 1.4rem;
        padding-right: 1.4rem; } }
    @media (min-width: 1550px) {
      .on-the-move-main-section .on-the-move-product .productCarousel-slide {
        padding-left: 1.8rem;
        padding-right: 1.8rem; } }
  .on-the-move-main-section .on-the-move-product .card {
    background-color: #f8f8f8;
    padding: 30px; }
    .on-the-move-main-section .on-the-move-product .card .card-figure {
      background-color: #f8f8f8; }
      .on-the-move-main-section .on-the-move-product .card .card-figure .card-img-container {
        max-height: 180px; }
    .on-the-move-main-section .on-the-move-product .card .card-body .card-figcaption-button {
      background-color: #f8f8f8;
      color: #000000;
      border: 1px solid #707070;
      margin-right: auto;
      margin-left: auto;
      padding: 0px;
      margin-top: 24px;
      border-radius: 0px;
      text-transform: uppercase;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 320px) {
        .on-the-move-main-section .on-the-move-product .card .card-body .card-figcaption-button {
          min-width: 140px;
          min-height: 40px;
          line-height: normal;
          font-size: 16px; } }
      @media (min-width: 576px) {
        .on-the-move-main-section .on-the-move-product .card .card-body .card-figcaption-button {
          min-width: 160px;
          min-height: 50px;
          line-height: normal; } }
      @media (min-width: 992px) {
        .on-the-move-main-section .on-the-move-product .card .card-body .card-figcaption-button {
          min-width: 170px;
          min-height: 50px;
          line-height: normal; } }
      @media (min-width: 1310px) {
        .on-the-move-main-section .on-the-move-product .card .card-body .card-figcaption-button {
          min-width: 190px;
          min-height: 60px;
          line-height: normal;
          font-size: 18px; } }
      @media (min-width: 1550px) {
        .on-the-move-main-section .on-the-move-product .card .card-body .card-figcaption-button {
          width: 205px; } }
  .on-the-move-main-section .on-the-move-product .slick-prev {
    left: 12px; }
  .on-the-move-main-section .on-the-move-product .slick-next {
    right: 12px; }

.on-the-move-main-section .on-the-move-product .card:hover .button {
  background-color: #00567d !important;
  color: #fff !important;
  border-color: #00567d !important; }

.on-the-move-main-section .section-two {
  display: flex;
  align-items: center; }
  @media (min-width: 320px) {
    .on-the-move-main-section .section-two {
      margin-top: 30px;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .on-the-move-main-section .section-two {
      margin-top: 100px;
      flex-wrap: nowrap; } }
  @media (min-width: 1200px) {
    .on-the-move-main-section .section-two {
      margin-top: 150px; } }
  @media (min-width: 1550px) {
    .on-the-move-main-section .section-two {
      margin-top: 200px; } }
  @media (min-width: 320px) {
    .on-the-move-main-section .section-two .section-left {
      width: 100%; } }
  @media (min-width: 992px) {
    .on-the-move-main-section .section-two .section-left {
      width: 44.27%; } }
  .on-the-move-main-section .section-two .section-right {
    padding-right: 1%; }
    @media (min-width: 320px) {
      .on-the-move-main-section .section-two .section-right {
        width: 100%;
        padding-left: 3.39%; } }
    @media (min-width: 992px) {
      .on-the-move-main-section .section-two .section-right {
        width: calc(100% - 44.27%);
        padding-left: 7.69%; } }
    .on-the-move-main-section .section-two .section-right .inner-max-width {
      max-width: 780px; }
    .on-the-move-main-section .section-two .section-right h1.section-first-title {
      font-size: 20px;
      line-height: 24px;
      color: #4a9462;
      font-weight: 700;
      font-family: "Montserrat";
      text-transform: uppercase; }
    .on-the-move-main-section .section-two .section-right h2.section-section-title {
      color: #000000;
      font-weight: 500;
      font-family: "Montserrat";
      margin-top: 1.8rem;
      text-transform: uppercase; }
      @media (min-width: 320px) {
        .on-the-move-main-section .section-two .section-right h2.section-section-title {
          font-size: 24px;
          line-height: 32px; } }
      @media (min-width: 992px) {
        .on-the-move-main-section .section-two .section-right h2.section-section-title {
          font-size: 30px;
          line-height: 38px; } }
      @media (min-width: 1200px) {
        .on-the-move-main-section .section-two .section-right h2.section-section-title {
          font-size: 38px;
          line-height: 48px; } }
    .on-the-move-main-section .section-two .section-right a.exp-button {
      border: 1px solid #101820;
      display: block;
      text-align: center;
      font-size: 18px;
      margin-top: 90px;
      font-family: 'Montserrat';
      color: #101820;
      text-transform: uppercase; }
      .on-the-move-main-section .section-two .section-right a.exp-button:hover {
        background-color: #00567d !important;
        color: #fff !important;
        border-color: #00567d !important; }
      @media (min-width: 320px) {
        .on-the-move-main-section .section-two .section-right a.exp-button {
          width: 120px;
          height: 50px;
          margin-top: 30px;
          line-height: 50px; } }
      @media (min-width: 992px) {
        .on-the-move-main-section .section-two .section-right a.exp-button {
          width: 140px;
          height: 60px;
          margin-top: 40px;
          line-height: 60px; } }
      @media (min-width: 1200px) {
        .on-the-move-main-section .section-two .section-right a.exp-button {
          margin-top: 40px; } }

.on-the-move-main-section .section-title-with-background {
  background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/section-titles.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 320px) {
    .on-the-move-main-section .section-title-with-background {
      padding-top: 80px;
      padding-bottom: 80px;
      margin-top: 40px; } }
  @media (min-width: 992px) {
    .on-the-move-main-section .section-title-with-background {
      padding-top: 100px;
      padding-bottom: 100px;
      margin-top: 60px; } }
  @media (min-width: 1200px) {
    .on-the-move-main-section .section-title-with-background {
      padding-top: 190px;
      padding-bottom: 190px; } }
  .on-the-move-main-section .section-title-with-background h1.section-first-title {
    font-size: 20px;
    line-height: 24px;
    color: #101820;
    font-weight: 700;
    font-family: "Montserrat";
    text-transform: uppercase; }
  .on-the-move-main-section .section-title-with-background h2.section-section-title {
    max-width: 750px;
    color: #101820;
    font-weight: 500;
    font-family: "Montserrat";
    margin-top: 0px;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .on-the-move-main-section .section-title-with-background h2.section-section-title {
        font-size: 24px;
        line-height: 32px; } }
    @media (min-width: 992px) {
      .on-the-move-main-section .section-title-with-background h2.section-section-title {
        font-size: 30px;
        line-height: 38px; } }
    @media (min-width: 1200px) {
      .on-the-move-main-section .section-title-with-background h2.section-section-title {
        font-size: 38px;
        line-height: 48px; } }
  .on-the-move-main-section .section-title-with-background a.exp-button {
    border: 1px solid #101820;
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat';
    color: #101820;
    text-transform: uppercase; }
    .on-the-move-main-section .section-title-with-background a.exp-button:hover {
      background-color: #00567d !important;
      color: #fff !important;
      border-color: #00567d !important; }
    @media (min-width: 320px) {
      .on-the-move-main-section .section-title-with-background a.exp-button {
        width: 120px;
        height: 50px;
        margin-top: 30px;
        line-height: 50px; } }
    @media (min-width: 992px) {
      .on-the-move-main-section .section-title-with-background a.exp-button {
        width: 140px;
        height: 60px;
        margin-top: 40px;
        line-height: 60px; } }
    @media (min-width: 1200px) {
      .on-the-move-main-section .section-title-with-background a.exp-button {
        margin-top: 40px; } }

/* end */
/* product view page css */
.product {
  /*figure.productView-image {
            display: none;
        }*/ }
  .product ol.breadcrumbs {
    display: block;
    text-align: left; }
    .product ol.breadcrumbs .breadcrumb {
      margin-right: 0.55rem; }
      .product ol.breadcrumbs .breadcrumb a {
        text-decoration: none;
        font-size: 14px;
        color: #101820;
        font-weight: 500;
        text-transform: uppercase;
        font-family: "Montserrat"; }
    .product ol.breadcrumbs .breadcrumb:not(:first-child):before {
      border-right: 0;
      transform: none;
      background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/product_images/uploaded_images/right-arrow.png);
      width: 7px;
      height: 10px; }
  @media (min-width: 992px) {
    .product .productView-images {
      max-width: 575.09px; } }
  .product .productView-images .easyzoom-flyout {
    background-color: #fff; }
  .product .productView-thumbnails {
    /*.productView-thumbnail {
                width: 100%;
                .productView-thumbnail-link {
                    border: 0px;
                    height: auto;
                    width: auto;
                    max-width: initial;
                }
            }*/ }
    .product .productView-thumbnails .slick-next:before {
      background-image: url(https://cdn11.bigcommerce.com/s-uvj2a6zrfq/product_images/uploaded_images/product-slick-next.png);
      background-repeat: no-repeat;
      height: 15px;
      width: 11px;
      bottom: -62px;
      right: 17%; }
    .product .productView-thumbnails .slick-prev:before {
      background-image: url(https://cdn11.bigcommerce.com/s-uvj2a6zrfq/product_images/uploaded_images/product-slick-left.png);
      background-repeat: no-repeat;
      height: 15px;
      width: 11px;
      bottom: -62px;
      left: 17%; }
    .product .productView-thumbnails ul.slick-dots li.slick-active button::before {
      background: #101820; }
  .product .productView-product {
    border-bottom: 0px;
    padding-bottom: 0px; }
    .product .productView-product .productView-title {
      text-transform: uppercase;
      color: #101820;
      font-family: "Montserrat";
      margin-top: 0px; }
      @media (min-width: 320px) {
        .product .productView-product .productView-title {
          font-size: 20px; } }
      @media (min-width: 576px) {
        .product .productView-product .productView-title {
          font-size: 25px; } }
      @media (min-width: 992px) {
        .product .productView-product .productView-title {
          font-size: 30px; } }
      @media (min-width: 1200px) {
        .product .productView-product .productView-title {
          font-size: 32px; } }
      @media (min-width: 1310px) {
        .product .productView-product .productView-title {
          font-size: 35px; } }
      @media (min-width: 1550px) {
        .product .productView-product .productView-title {
          font-size: 42px; } }
    .product .productView-product h2.productView-brand a span {
      font-family: 'NHaasGroteskDSPro-65Md';
      color: #00567d;
      font-size: 18px; }
    .product .productView-product .product-sku {
      display: block; }
      .product .productView-product .product-sku span {
        font-size: 16px;
        color: #101820;
        font-family: 'Montserrat';
        float: none; }
    .product .productView-product .productView-price .price-section {
      display: block; }
      @media (min-width: 320px) {
        .product .productView-product .productView-price .price-section {
          margin-top: 8px; } }
      @media (min-width: 992px) {
        .product .productView-product .productView-price .price-section {
          margin-top: 12px; } }
      .product .productView-product .productView-price .price-section .price {
        color: #101820;
        font-family: "Montserrat";
        font-weight: 600; }
        @media (min-width: 320px) {
          .product .productView-product .productView-price .price-section .price {
            font-size: 20px; } }
        @media (min-width: 992px) {
          .product .productView-product .productView-price .price-section .price {
            font-size: 24px; } }
    .product .productView-product .product-short-description {
      margin-top: 1.5rem;
      display: block;
      font-family: 'Montserrat';
      color: #101820;
      line-height: 25px; }
      @media (min-width: 320px) {
        .product .productView-product .product-short-description {
          font-size: 16px; } }
      @media (min-width: 992px) {
        .product .productView-product .product-short-description {
          font-size: 18px; } }
    .product .productView-product .productView-rating {
      display: none;
      margin-top: 20px; }
    .product .productView-product .product-waranty {
      display: block;
      font-family: 'Montserrat';
      color: #101820;
      line-height: 21px; }
      @media (min-width: 320px) {
        .product .productView-product .product-waranty {
          font-size: 16px;
          margin-top: 18px;
          margin-bottom: 0rem; } }
      @media (min-width: 992px) {
        .product .productView-product .product-waranty {
          font-size: 18px;
          margin-top: 25px;
          margin-bottom: 0rem; } }
  .product .on-tech-installation-guide {
    display: flex;
    align-items: center;
    clear: both; }
    .product .on-tech-installation-guide span {
      color: #00567d;
      font-size: 16px;
      font-family: 'Montserrat';
      font-weight: 600;
      letter-spacing: 1px;
      display: inline-block; }
    .product .on-tech-installation-guide img {
      display: inline-block; }
  .product .productView-details.product-data {
    -ms-flex-order: 0;
    order: 0; }
  .product .productView-details {
    padding-bottom: 1.5rem; }
    .product .productView-details .productView-options {
      text-align: left; }
      .product .productView-details .productView-options .add-to-cart-with-quantity {
        display: block;
        float: left;
        width: 100%;
        margin-top: 14px; }
        .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-field.form-field--increments {
          display: inline-block;
          float: left; }
          .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-field.form-field--increments .form-input {
            border: 1px solid #101820;
            border-radius: 0px;
            margin-top: 0px;
            background-repeat: no-repeat;
            background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/select-arrow.png);
            background-position: 85% 54%;
            background-color: transparent;
            background-size: initial;
            color: #000000;
            cursor: pointer; }
            @media (min-width: 320px) {
              .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-field.form-field--increments .form-input {
                width: 70px;
                height: 40px;
                padding-left: 20px;
                font-size: 14px;
                text-align: left; } }
            @media (min-width: 992px) {
              .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-field.form-field--increments .form-input {
                width: 90px;
                height: 50px;
                padding-left: 0px;
                font-size: 20px;
                padding-left: 20px; } }
            @media (min-width: 1310px) {
              .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-field.form-field--increments .form-input {
                width: 100px;
                height: 60px;
                padding-left: 35px;
                font-size: 24px; } }
        .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-action {
          display: inline-block;
          float: left;
          margin-top: 0px;
          padding-left: 0px;
          padding-right: 0; }
          .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-action .button {
            border: 1px solid #101820;
            border-radius: 0px;
            color: #101820;
            margin-bottom: 0px;
            margin-right: 0px;
            background-color: transparent;
            text-transform: uppercase;
            display: inline-block; }
            .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-action .button:hover {
              background-color: #00567d;
              color: #fff; }
            @media (min-width: 320px) {
              .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-action .button {
                width: 180px;
                height: 40px;
                font-size: 16px;
                margin-left: -1px; } }
            @media (min-width: 992px) {
              .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-action .button {
                width: 200px;
                height: 50px;
                font-size: 18px; } }
            @media (min-width: 1310px) {
              .product .productView-details .productView-options .add-to-cart-with-quantity #add-to-cart-wrapper .form-action .button {
                height: 60px;
                width: 280px;
                font-size: 18px; } }
      .product .productView-details .productView-options .form-field .form-label {
        color: #101820;
        font-family: 'NHaasGroteskDSPro-65Md'; }
        @media (min-width: 320px) {
          .product .productView-details .productView-options .form-field .form-label {
            margin-bottom: 1rem; } }
        @media (min-width: 992px) {
          .product .productView-details .productView-options .form-field .form-label {
            margin-bottom: 1.38571rem; } }
      .product .productView-details .productView-options .form-field small {
        font-size: 14px;
        color: #101820;
        font-family: 'NHaasGroteskDSPro-65Md'; }
      .product .productView-details .productView-options .form-field .form-option-wrapper .form-option-swatch {
        border: 0px; }
        .product .productView-details .productView-options .form-field .form-option-wrapper .form-option-swatch .form-option-variant--color {
          border: 1px solid #000; }
          @media (min-width: 320px) {
            .product .productView-details .productView-options .form-field .form-option-wrapper .form-option-swatch .form-option-variant--color {
              height: 30px;
              width: 30px; } }
          @media (min-width: 576px) {
            .product .productView-details .productView-options .form-field .form-option-wrapper .form-option-swatch .form-option-variant--color {
              height: 40px;
              width: 40px; } }
          @media (min-width: 1200px) {
            .product .productView-details .productView-options .form-field .form-option-wrapper .form-option-swatch .form-option-variant--color {
              height: 50px;
              width: 50px; } }
          @media (min-width: 1550px) {
            .product .productView-details .productView-options .form-field .form-option-wrapper .form-option-swatch .form-option-variant--color {
              height: 80px;
              width: 80px; } }
      .product .productView-details .productView-options .form-field .form-select {
        max-width: 100%;
        border-color: #101820;
        border-radius: 0px;
        font-family: 'Montserrat';
        color: #101820;
        background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/select-arrow.png);
        background-repeat: no-repeat;
        background-position: right 22px center;
        background-color: transparent;
        background-size: initial; }
        @media (min-width: 320px) {
          .product .productView-details .productView-options .form-field .form-select {
            font-size: 14px;
            height: 40px;
            line-height: 1rem;
            padding-left: 20px; } }
        @media (min-width: 992px) {
          .product .productView-details .productView-options .form-field .form-select {
            font-size: 16px;
            height: 50px;
            line-height: 1.5rem;
            padding-left: 30px; } }
        @media (min-width: 1310px) {
          .product .productView-details .productView-options .form-field .form-select {
            font-size: 18px;
            height: 60px;
            line-height: 2rem;
            padding-left: 35px; } }
      .product .productView-details .productView-options .awards-display {
        display: block; }
        .product .productView-details .productView-options .awards-display img {
          margin-right: 10px; }
  .product .product-description-and-other-data {
    background-color: #f8f8f8; }
    .product .product-description-and-other-data ul.accordion-list {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 20px 0px;
      margin: 0 auto;
      list-style: none;
      max-width: 730px; }
      .product .product-description-and-other-data ul.accordion-list li.border-bottom {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 0px auto;
        border-bottom: 1px solid #101820;
        cursor: pointer; }
        .product .product-description-and-other-data ul.accordion-list li.border-bottom .productdim-info {
          margin-bottom: 0px; }
        @media (min-width: 320px) {
          .product .product-description-and-other-data ul.accordion-list li.border-bottom {
            padding: 10px 0px; } }
        @media (min-width: 992px) {
          .product .product-description-and-other-data ul.accordion-list li.border-bottom {
            padding: 15px 0px; } }
        @media (min-width: 1550px) {
          .product .product-description-and-other-data ul.accordion-list li.border-bottom {
            padding: 20px 0px; } }
        .product .product-description-and-other-data ul.accordion-list li.border-bottom h3.p-title {
          cursor: pointer;
          margin-top: 0px;
          color: #101820;
          font-weight: 700;
          font-family: "Montserrat";
          text-transform: uppercase;
          margin-bottom: 0px;
          position: relative; }
          @media (min-width: 320px) {
            .product .product-description-and-other-data ul.accordion-list li.border-bottom h3.p-title {
              font-size: 14px; } }
          @media (min-width: 992px) {
            .product .product-description-and-other-data ul.accordion-list li.border-bottom h3.p-title {
              font-size: 18px; } }
          @media (min-width: 1550px) {
            .product .product-description-and-other-data ul.accordion-list li.border-bottom h3.p-title {
              font-size: 20px; } }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom h3.p-title:before {
            content: '';
            background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/accordian-plus.png);
            background-repeat: no-repeat;
            height: 16px;
            width: 16px;
            position: absolute;
            right: 10px;
            top: 30%; }
        .product .product-description-and-other-data ul.accordion-list li.border-bottom .short-description, .product .product-description-and-other-data ul.accordion-list li.border-bottom .features, .product .product-description-and-other-data ul.accordion-list li.border-bottom .usage-specifications, .product .product-description-and-other-data ul.accordion-list li.border-bottom .in-the-box {
          display: none; }
        .product .product-description-and-other-data ul.accordion-list li.border-bottom .pdp_video_section {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          /*margin-bottom: 80px;*/ }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .pdp_video_section .pdp_video_inner {
            width: 100%; }
            @media (min-width: 768px) {
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .pdp_video_section .pdp_video_inner {
                width: 48%;
                float: left; } }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .pdp_video_section .pdp_video_inner video {
            width: 100%; }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .pdp_video_section .pdp_video_inner h4 {
            font-size: 16px;
            line-height: 24px;
            color: #101820;
            font-family: 'Montserrat';
            margin-top: 1.28571rem; }
            @media (min-width: 768px) {
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .pdp_video_section .pdp_video_inner h4 {
                font-size: 18px;
                line-height: 24px;
                margin-top: 2.28571rem; } }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .pdp_video_section .pdp_video_inner:first-child {
            margin-bottom: 80px; }
            @media (min-width: 768px) {
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .pdp_video_section .pdp_video_inner:first-child {
                margin-bottom: 0px; } }
        .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer.overview h3 {
          margin-top: 20px;
          font-size: 18px;
          color: #00567d; }
        .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer.overview ul {
          margin-left: 2.5rem; }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer.overview ul li {
            line-height: 1.7;
            font-size: 17px; }
        .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer.compatible.mobile.apps ul li {
          max-width: 200px;
          margin-left: 0px;
          border-bottom: 0px;
          display: inline-block; }
          @media (min-width: 576px) {
            .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer.compatible.mobile.apps ul li {
              padding: 0px; } }
        .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer {
          /*ul {
                            margin-left: 0px;
                        }*/ }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer .product-usage-specifications h3 {
            margin-top: 20px;
            font-size: 18px;
            color: #00567d; }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer .product-usage-specifications ul {
            margin-left: 2.5rem; }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer .product-dimension-weight .productdim-info {
            display: block;
            margin-top: 18px; }
            .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer .product-dimension-weight .productdim-info .productdim-info-set {
              display: block;
              margin-left: 1.3rem; }
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer .product-dimension-weight .productdim-info .productdim-info-set span.productdim-info-label {
                color: #101820;
                font-weight: 600;
                margin-right: 5px;
                display: inline-block;
                font-size: 18px;
                min-width: 66px; }
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer .product-dimension-weight .productdim-info .productdim-info-set span.productdim-info-value {
                display: inline-block;
                font-size: 18px; }
            .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer .product-dimension-weight .productdim-info .productView-info-name:last-child, .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer .product-dimension-weight .productdim-info .productView-info-value:last-child {
              margin-bottom: 0px; }
          @media (min-width: 320px) {
            .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer {
              padding: 18px 0px; } }
          @media (min-width: 992px) {
            .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer {
              padding: 20px 0px; } }
          @media (min-width: 1550px) {
            .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer {
              padding: 50px 0px; } }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer p {
            font-size: 14px;
            color: #101820;
            font-family: 'Montserrat';
            margin-bottom: 15px;
            line-height: 21px; }
            @media (min-width: 992px) {
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer p {
                font-size: 18px; } }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer #product-reviews {
            border-top: 0px;
            margin-bottom: 0px; }
            .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer #product-reviews .toggle-title {
              margin-top: 0px;
              margin-bottom: 1rem;
              color: #00567d;
              font-size: 18px;
              font-weight: 700; }
            .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer #product-reviews .productReviews-list .productReview {
              width: 100%; }
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer #product-reviews .productReviews-list .productReview .productReview-title {
                font-weight: 700;
                color: #000;
                margin-bottom: 2px; }
            .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer #product-reviews .pagination {
              display: none; }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name {
            color: #101820;
            font-family: 'NHaasGroteskDSPro-65Md';
            margin-right: 0;
            vertical-align: top; }
            @media (min-width: 320px) {
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name {
                display: block;
                font-size: 14px;
                width: 100%;
                margin-bottom: 1rem; } }
            @media (min-width: 992px) {
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name {
                display: inline-block;
                font-size: 18px;
                width: 49.75%;
                margin-bottom: 2rem; } }
            @media (min-width: 1550px) {
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name {
                display: inline-block;
                font-size: 18px;
                width: 49.75%;
                margin-bottom: 2rem; } }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dd.productView-info-value {
            display: inline-block;
            width: 49.75%;
            font-size: 18px;
            color: #101820;
            font-family: 'Montserrat';
            margin-bottom: 2rem; }
            @media (min-width: 320px) {
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dd.productView-info-value {
                display: block;
                font-size: 14px;
                width: 100%;
                margin-bottom: 1rem; } }
            @media (min-width: 992px) {
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dd.productView-info-value {
                display: inline-block;
                font-size: 18px;
                width: 49.75%;
                margin-bottom: 2rem; } }
            @media (min-width: 1550px) {
              .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dd.productView-info-value {
                display: inline-block;
                font-size: 18px;
                width: 49.75%;
                margin-bottom: 2rem; } }
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="video"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="pdf_name"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="pdf_url"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="pdp_video_1"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="pdp_video_2"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_name_1"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_url_1"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_name_2"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_url_2"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_name_3"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_url_3"],
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="video"] + dd,
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="pdf_name"] + dd,
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="pdf_url"] + dd,
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="pdp_video_1"] + dd,
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="pdp_video_2"] + dd,
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_name_1"] + dd,
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_url_1"] + dd,
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_name_2"] + dd,
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_url_2"] + dd,
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_name_3"] + dd,
          .product .product-description-and-other-data ul.accordion-list li.border-bottom .answer dl dt.productView-info-name[data-custom-field="download_document_url_3"] + dd {
            display: none; }
      .product .product-description-and-other-data ul.accordion-list li.active h3.p-title:before {
        display: none; }
      .product .product-description-and-other-data ul.accordion-list li.active h3.p-title:after {
        content: '';
        background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/accordian-minus.png);
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        position: absolute;
        right: 10px;
        top: 50%; }
      .product .product-description-and-other-data ul.accordion-list .pdp_download_section .pdp_download_inner a {
        display: block;
        font-family: 'Montserrat';
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
        border: 1px solid #101820;
        margin-bottom: 30px; }
        @media (min-width: 992px) {
          .product .product-description-and-other-data ul.accordion-list .pdp_download_section .pdp_download_inner a {
            font-size: 18px;
            line-height: 24px; } }
      .product .product-description-and-other-data ul.accordion-list .pdp_download_section .pdp_download_inner a:last-child {
        margin-bottom: 0px; }
      .product .product-description-and-other-data ul.accordion-list .pdp_download_section .pdp_download_inner a img {
        margin: 0 20px 0 10px;
        width: 20px; }
        @media (min-width: 992px) {
          .product .product-description-and-other-data ul.accordion-list .pdp_download_section .pdp_download_inner a img {
            margin: 0 70px 0 30px;
            width: auto; } }
      .product .product-description-and-other-data ul.accordion-list .pdp_download_section .pdp_download_inner a span {
        display: inline;
        vertical-align: middle; }
    .product .product-description-and-other-data .extra-content {
      max-width: 730px;
      margin: 0 auto; }
      .product .product-description-and-other-data .extra-content ul {
        list-style: none;
        margin: 0;
        padding: 40px 0px 30px 0px;
        display: flex;
        align-items: baseline;
        flex-wrap: wrap; }
        @media (min-width: 1310px) {
          .product .product-description-and-other-data .extra-content ul {
            padding: 40px 0px 60px 0px; } }
        @media (min-width: 320px) {
          .product .product-description-and-other-data .extra-content ul li {
            width: 100%;
            margin-bottom: 30px; } }
        @media (min-width: 576px) {
          .product .product-description-and-other-data .extra-content ul li {
            width: 33.33%; } }
        .product .product-description-and-other-data .extra-content ul li:nth-child(1) img {
          display: block;
          margin: 0 auto; }
          @media (min-width: 320px) {
            .product .product-description-and-other-data .extra-content ul li:nth-child(1) img {
              margin: 0 auto; } }
          @media (min-width: 576px) {
            .product .product-description-and-other-data .extra-content ul li:nth-child(1) img {
              margin: 0; } }
        .product .product-description-and-other-data .extra-content ul li:nth-child(2) img {
          display: block;
          margin-left: auto;
          margin-right: auto; }
          @media (min-width: 320px) {
            .product .product-description-and-other-data .extra-content ul li:nth-child(2) img {
              margin: 0 auto; } }
          @media (min-width: 576px) {
            .product .product-description-and-other-data .extra-content ul li:nth-child(2) img {
              margin-left: auto;
              margin-right: auto; } }
        .product .product-description-and-other-data .extra-content ul li:nth-child(3) img {
          display: block;
          margin: 0 auto; }
          @media (min-width: 320px) {
            .product .product-description-and-other-data .extra-content ul li:nth-child(3) img {
              margin: 0 auto; } }
          @media (min-width: 576px) {
            .product .product-description-and-other-data .extra-content ul li:nth-child(3) img {
              margin-right: 0; } }
  .product .related-product-display h1 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    display: block;
    color: #101820;
    font-family: "Montserrat";
    padding-top: 20px;
    padding-bottom: 30px;
    /*@include md-desktop{padding-top: 120px; padding-bottom: 120px;}*/ }
    @media (min-width: 576px) {
      .product .related-product-display h1 {
        padding-top: 30px;
        padding-bottom: 40px;
        font-size: 26px; } }
    @media (min-width: 768px) {
      .product .related-product-display h1 {
        padding-top: 40px;
        padding-bottom: 50px;
        font-size: 30px; } }
    @media (min-width: 1550px) {
      .product .related-product-display h1 {
        padding-top: 120px;
        padding-bottom: 120px; } }
  .product .related-product-display .card {
    background-color: #f8f8f8;
    margin-bottom: 50px;
    position: relative;
    padding: 25px;
    margin-left: 12px;
    margin-right: 12px; }
    .product .related-product-display .card .card-figure {
      background-color: transparent; }
    .product .related-product-display .card .card-img-container:after {
      padding-bottom: 100%; }
      @media (min-width: 992px) {
        .product .related-product-display .card .card-img-container:after {
          padding-bottom: 131.8%; } }
    .product .related-product-display .card .card-figure .card-figcaption .card-figcaption-body .quickview {
      font-size: 16px;
      line-height: 32px;
      border: 1px solid #101820;
      border-radius: 0;
      color: #101820;
      text-transform: uppercase;
      font-family: 'Montserrat'; }
      .product .related-product-display .card .card-figure .card-figcaption .card-figcaption-body .quickview:hover {
        background-color: #00567d;
        color: #fff; }
    .product .related-product-display .card .card-body {
      text-align: center; }
      .product .related-product-display .card .card-body .card-title a {
        font-size: 14px;
        text-align: center;
        color: #101820;
        min-height: 54px;
        font-weight: 500; }
        @media (min-width: 576px) {
          .product .related-product-display .card .card-body .card-title a {
            font-size: 18px; } }
      .product .related-product-display .card .card-body .card-model-number {
        font-size: 14px;
        line-height: 16px;
        color: #101820;
        margin-top: 14px;
        margin-bottom: 14px;
        /*@include xl-tab{margin-bottom: 100px;}*/ }
        @media (min-width: 576px) {
          .product .related-product-display .card .card-body .card-model-number {
            font-size: 16px;
            margin-top: 18px;
            margin-bottom: 40px; } }
      .product .related-product-display .card .card-body .card-text {
        min-height: 54px; }
      .product .related-product-display .card .card-body .cate-desc {
        text-align: left;
        margin-bottom: 40px;
        margin-top: 20px;
        min-height: 230px; }
        .product .related-product-display .card .card-body .cate-desc p {
          font-size: 16px;
          line-height: 18px;
          color: #101820; }
      .product .related-product-display .card .card-body .card-text .price-section .price {
        font-size: 16px;
        color: #101820;
        text-align: center; }
        @media (min-width: 576px) {
          .product .related-product-display .card .card-body .card-text .price-section .price {
            font-size: 18px; } }
      .product .related-product-display .card .card-body .add-to-cart, .product .related-product-display .card .card-body .quick-view {
        margin-top: 15px;
        display: block; }
        .product .related-product-display .card .card-body .add-to-cart .card-figcaption-button, .product .related-product-display .card .card-body .quick-view .card-figcaption-button {
          background-color: transparent;
          border: 1px solid #101820;
          border-radius: 0px;
          font-size: 14px;
          color: #101820;
          text-transform: uppercase;
          line-height: 26px;
          width: 100%; }
          @media (min-width: 576px) {
            .product .related-product-display .card .card-body .add-to-cart .card-figcaption-button, .product .related-product-display .card .card-body .quick-view .card-figcaption-button {
              font-size: 16px;
              line-height: 32px; } }
          .product .related-product-display .card .card-body .add-to-cart .card-figcaption-button:hover, .product .related-product-display .card .card-body .quick-view .card-figcaption-button:hover {
            background-color: #00567d;
            color: #fff; }
      .product .related-product-display .card .card-body .quick-view {
        display: none; }
      .product .related-product-display .card .card-body .badge_display {
        position: absolute;
        top: 0;
        left: 0;
        width: 56px;
        height: 56px;
        background-color: #101820; }
        .product .related-product-display .card .card-body .badge_display label.badge-new {
          line-height: 56px;
          color: #fff;
          font-size: 14px; }

.hp-feature-category .card.slick-slide {
  padding: 0;
  margin-bottom: 0rem; }
  @media (min-width: 576px) {
    .hp-feature-category .card.slick-slide {
      padding: 0 30px 0 0;
      margin-bottom: 3rem; } }

.hp-feature-category .card.slick-slide:last-child {
  padding: 0; }

.hp-feature-category .card-img-container:after {
  padding-bottom: 51.8%; }
  @media (min-width: 992px) {
    .hp-feature-category .card-img-container:after {
      padding-bottom: 80.8%; } }
  @media (min-width: 1200px) {
    .hp-feature-category .card-img-container:after {
      padding-bottom: 131.8%; } }

.hp-feature-category .card-img-container .card-image {
  height: 150px;
  object-fit: contain; }

/* end */
/* California page 03-06-2021*/
.cms_page {
  margin: 0; }
  .cms_page .consumer_page {
    margin: 0; }
    .cms_page .consumer_page .page-heading {
      display: none; }
    .cms_page .consumer_page .page-content--centered {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
  .cms_page .category-image-with-desc-new {
    position: relative; }
    .cms_page .category-image-with-desc-new p.cat-img-test {
      height: auto;
      margin-bottom: 0px;
      margin-bottom: 0rem; }
      @media (min-width: 320px) {
        .cms_page .category-image-with-desc-new p.cat-img-test {
          height: 420px; } }
      @media (min-width: 992px) {
        .cms_page .category-image-with-desc-new p.cat-img-test {
          height: auto; } }
      @media (min-width: 320px) {
        .cms_page .category-image-with-desc-new p.cat-img-test .category-header-image {
          height: 100%;
          object-fit: cover; } }
      @media (min-width: 992px) {
        .cms_page .category-image-with-desc-new p.cat-img-test .category-header-image {
          height: auto; } }
    .cms_page .category-image-with-desc-new .category-description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      padding-left: .75rem; }
      .cms_page .category-image-with-desc-new .category-description .desc {
        max-width: 750px; }
        .cms_page .category-image-with-desc-new .category-description .desc img.directtv-stream-logo {
          margin-bottom: 5px; }
          @media (min-width: 320px) {
            .cms_page .category-image-with-desc-new .category-description .desc img.directtv-stream-logo {
              max-width: 68px; } }
          @media (min-width: 768px) {
            .cms_page .category-image-with-desc-new .category-description .desc img.directtv-stream-logo {
              max-width: initial; } }
        .cms_page .category-image-with-desc-new .category-description .desc img.starlink-small-logo {
          margin-bottom: 5px; }
          @media (min-width: 320px) {
            .cms_page .category-image-with-desc-new .category-description .desc img.starlink-small-logo {
              max-width: initial;
              margin-left: -60px; } }
          @media (min-width: 768px) {
            .cms_page .category-image-with-desc-new .category-description .desc img.starlink-small-logo {
              max-width: initial;
              margin-left: -60px; } }
        .cms_page .category-image-with-desc-new .category-description .desc span.first-span {
          display: block;
          color: #fff;
          text-align: left;
          margin-bottom: 4px; }
          @media (min-width: 320px) {
            .cms_page .category-image-with-desc-new .category-description .desc span.first-span {
              font-size: 22px;
              line-height: 23px; } }
          @media (min-width: 768px) {
            .cms_page .category-image-with-desc-new .category-description .desc span.first-span {
              font-size: 38px;
              line-height: 40px; } }
        .cms_page .category-image-with-desc-new .category-description .desc span.second-span {
          color: #F2C737;
          font-weight: 600; }
          @media (min-width: 320px) {
            .cms_page .category-image-with-desc-new .category-description .desc span.second-span {
              font-size: 32px;
              line-height: 22px; } }
          @media (min-width: 768px) {
            .cms_page .category-image-with-desc-new .category-description .desc span.second-span {
              font-size: 56px;
              line-height: 40px; } }
        .cms_page .category-image-with-desc-new .category-description .desc span.third-span {
          display: block;
          color: #73D3F0;
          margin-top: -9px; }
          @media (min-width: 320px) {
            .cms_page .category-image-with-desc-new .category-description .desc span.third-span {
              font-size: 12px;
              line-height: 21px; } }
          @media (min-width: 768px) {
            .cms_page .category-image-with-desc-new .category-description .desc span.third-span {
              font-size: 23px;
              line-height: 40px; } }
        .cms_page .category-image-with-desc-new .category-description .desc .web-page-small-description {
          font-size: 39px;
          max-width: 539px;
          line-height: 40px;
          color: #fff;
          font-family: Montserrat;
          font-weight: 600; }
    .cms_page .category-image-with-desc-new .credit {
      position: absolute;
      right: 0; }
      @media (min-width: 320px) {
        .cms_page .category-image-with-desc-new .credit {
          bottom: 10px; } }
      @media (min-width: 768px) {
        .cms_page .category-image-with-desc-new .credit {
          bottom: 20px; } }
      .cms_page .category-image-with-desc-new .credit span {
        color: #E8E8E8;
        font-size: 15px;
        font-family: Montserrat;
        font-weight: 400; }

.privacy-act .top-banner {
  position: relative; }
  @media (max-width: 575px) {
    .privacy-act .top-banner img {
      height: 300px;
      object-fit: cover; } }
  .privacy-act .top-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
    .privacy-act .top-banner .content h1 {
      font-family: 'Montserrat';
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .privacy-act .top-banner .content h1 {
          font-size: 35px;
          margin: 0; } }
      @media (min-width: 768px) {
        .privacy-act .top-banner .content h1 {
          font-size: 40px; } }
      @media (min-width: 992px) {
        .privacy-act .top-banner .content h1 {
          font-size: 55px;
          width: 900px; } }
      @media (min-width: 1550px) {
        .privacy-act .top-banner .content h1 {
          font-size: 85px;
          width: auto; } }

.privacy-act .breadcrumb {
  width: 100%; }
  @media (min-width: 992px) {
    .privacy-act .breadcrumb {
      margin: 25px 0 15px; } }
  @media (min-width: 1550px) {
    .privacy-act .breadcrumb {
      margin: 65px 0 45px; } }
  .privacy-act .breadcrumb ul {
    margin-left: 0;
    list-style-type: none;
    font-family: 'Montserrat';
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .privacy-act .breadcrumb ul {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .privacy-act .breadcrumb ul {
        font-size: 16px; } }
    @media (min-width: 1550px) {
      .privacy-act .breadcrumb ul {
        font-size: 25.16px; } }
    .privacy-act .breadcrumb ul li {
      display: inline-block; }
      .privacy-act .breadcrumb ul li a {
        color: #000000; }
      .privacy-act .breadcrumb ul li span {
        color: #000000; }

.privacy-act .main-content .h2 {
  color: #000000;
  font-weight: 700;
  display: block;
  font-family: 'Montserrat'; }
  @media (min-width: 576px) {
    .privacy-act .main-content .h2.top-space {
      margin-top: 20px; } }
  @media (min-width: 992px) {
    .privacy-act .main-content .h2.top-space {
      margin-top: 30px; } }
  @media (min-width: 1550px) {
    .privacy-act .main-content .h2.top-space {
      margin-top: 80px; } }
  @media (min-width: 320px) {
    .privacy-act .main-content .h2 {
      font-size: 18px;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .privacy-act .main-content .h2 {
      font-size: 22px;
      margin-bottom: 15px; } }
  @media (min-width: 1550px) {
    .privacy-act .main-content .h2 {
      font-size: 30px;
      margin-bottom: 35px; } }
  .privacy-act .main-content .h2.blue-title {
    color: #00567d; }

.privacy-act .main-content p {
  color: #000000;
  font-family: 'Montserrat'; }
  @media (min-width: 320px) {
    .privacy-act .main-content p {
      font-size: 14px;
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .privacy-act .main-content p {
      font-size: 16px;
      margin-bottom: 25px; } }
  @media (min-width: 1550px) {
    .privacy-act .main-content p {
      font-size: 25.16px;
      margin-bottom: 40px; } }

.privacy-act .main-content .blue {
  color: #00567d; }

@media (min-width: 576px) {
  .privacy-act .main-content .bottom-space {
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .privacy-act .main-content .bottom-space {
    margin-bottom: 80px; } }

@media (min-width: 1550px) {
  .privacy-act .main-content .bottom-space {
    margin-bottom: 130px; } }

.privacy-act .main-content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
  font-family: 'Montserrat'; }
  .privacy-act .main-content ul li {
    color: #000000;
    position: relative; }
    @media (min-width: 320px) {
      .privacy-act .main-content ul li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 20px; } }
    @media (min-width: 992px) {
      .privacy-act .main-content ul li {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 25px; } }
    @media (min-width: 1550px) {
      .privacy-act .main-content ul li {
        font-size: 25.16px;
        margin-bottom: 15px;
        padding-left: 35px; } }
    .privacy-act .main-content ul li:before {
      background-image: url("https://winegard10.mybigcommerce.com/product_images/uploaded_images/list-icon.png");
      content: '';
      background-size: cover;
      position: absolute; }
      @media (min-width: 320px) {
        .privacy-act .main-content ul li:before {
          width: 14px;
          height: 14px;
          left: 0;
          top: 3px; } }
      @media (min-width: 992px) {
        .privacy-act .main-content ul li:before {
          width: 16px;
          height: 16px;
          left: 0;
          top: 5px; } }
      @media (min-width: 1550px) {
        .privacy-act .main-content ul li:before {
          width: 23px;
          height: 23px;
          left: 0;
          top: 5px; } }

@media (min-width: 320px) {
  .privacy-act .main-content .table {
    display: block;
    overflow: auto; } }

@media (min-width: 992px) {
  .privacy-act .main-content .table {
    margin: 40px 0; } }

@media (min-width: 1550px) {
  .privacy-act .main-content .table {
    margin: 80px 0; } }

.privacy-act .main-content .table thead {
  background: inherit;
  border-bottom: 1px solid #000000; }
  .privacy-act .main-content .table thead th {
    text-transform: uppercase;
    color: #00567d;
    font-family: 'Montserrat'; }
    .privacy-act .main-content .table thead th.black {
      color: #000000; }
    @media (min-width: 320px) {
      .privacy-act .main-content .table thead th {
        font-size: 14px;
        padding: 10px; } }
    @media (min-width: 992px) {
      .privacy-act .main-content .table thead th {
        font-size: 14px;
        padding: 10px 20px; } }
    @media (min-width: 1550px) {
      .privacy-act .main-content .table thead th {
        font-size: 23px;
        padding: 20px 30px; } }

.privacy-act .main-content .table th {
  color: #00567d;
  border: solid 1px #e5e5e5;
  font-family: 'Montserrat'; }
  @media (min-width: 320px) {
    .privacy-act .main-content .table th {
      font-size: 14px;
      padding: 10px; } }
  @media (min-width: 992px) {
    .privacy-act .main-content .table th {
      font-size: 16px;
      padding: 10px 20px; } }
  @media (min-width: 1550px) {
    .privacy-act .main-content .table th {
      font-size: 25px;
      padding: 30px; } }

.privacy-act .main-content .table td {
  color: #000000;
  border: solid 1px #e5e5e5;
  font-weight: 600;
  font-family: 'Montserrat'; }
  .privacy-act .main-content .table td:last-child {
    text-align: center; }
  @media (min-width: 320px) {
    .privacy-act .main-content .table td {
      font-size: 14px;
      padding: 10px; } }
  @media (min-width: 992px) {
    .privacy-act .main-content .table td {
      font-size: 14px;
      padding: 10px 20px; } }
  @media (min-width: 1550px) {
    .privacy-act .main-content .table td {
      font-size: 20px;
      padding: 30px; } }

/* 04-06-2021 contact form */
.body.page_contact_form {
  margin-top: 0; }

@media (min-width: 1550px) {
  .page_contact_form {
    margin-bottom: 150px; } }

@media (max-width: 575px) {
  .page_contact_form#main-content {
    margin-bottom: 50px; } }

.page_contact_form nav {
  display: none; }

.page_contact_form .page {
  margin: 0; }
  .page_contact_form .page .page-heading {
    display: none; }

.page_contact_form #contact-us-page {
  padding: 0;
  width: 100%; }
  .page_contact_form #contact-us-page > p {
    margin-bottom: 0; }
  .page_contact_form #contact-us-page .contact-block {
    position: relative; }
    .page_contact_form #contact-us-page .contact-block .top-banner {
      position: relative; }
      @media (max-width: 575px) {
        .page_contact_form #contact-us-page .contact-block .top-banner img {
          height: 300px;
          object-fit: cover; } }
      .page_contact_form #contact-us-page .contact-block .top-banner .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center; }
        .page_contact_form #contact-us-page .contact-block .top-banner .content h1 {
          font-family: 'Montserrat';
          font-weight: 700;
          color: #ffffff;
          text-transform: uppercase; }
          @media (min-width: 576px) {
            .page_contact_form #contact-us-page .contact-block .top-banner .content h1 {
              font-size: 35px;
              margin: 0; } }
          @media (min-width: 768px) {
            .page_contact_form #contact-us-page .contact-block .top-banner .content h1 {
              font-size: 40px; } }
          @media (min-width: 992px) {
            .page_contact_form #contact-us-page .contact-block .top-banner .content h1 {
              font-size: 55px; } }
          @media (min-width: 1550px) {
            .page_contact_form #contact-us-page .contact-block .top-banner .content h1 {
              font-size: 85px;
              width: auto; } }
          @media (max-width: 480px) {
            .page_contact_form #contact-us-page .contact-block .top-banner .content h1 {
              margin: 0; } }
        .page_contact_form #contact-us-page .contact-block .top-banner .content .h2 {
          font-family: Montserrat;
          color: #fff; }
          @media (min-width: 320px) {
            .page_contact_form #contact-us-page .contact-block .top-banner .content .h2 {
              font-size: 18px; } }
          @media (min-width: 768px) {
            .page_contact_form #contact-us-page .contact-block .top-banner .content .h2 {
              font-size: 24px; } }
          @media (min-width: 992px) {
            .page_contact_form #contact-us-page .contact-block .top-banner .content .h2 {
              font-size: 34px; } }
          @media (min-width: 1550px) {
            .page_contact_form #contact-us-page .contact-block .top-banner .content .h2 {
              font-size: 53px; } }
    .page_contact_form #contact-us-page .contact-block .breadcrumb:not(:first-child):before {
      content: none; }
    .page_contact_form #contact-us-page .contact-block .breadcrumb {
      width: 100%;
      margin: 25px 0 0px; }
      @media (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-block .breadcrumb {
          margin: 25px 0 15px; } }
      @media (min-width: 1550px) {
        .page_contact_form #contact-us-page .contact-block .breadcrumb {
          margin: 65px 0 45px; } }
      .page_contact_form #contact-us-page .contact-block .breadcrumb ul {
        margin-left: 0;
        list-style-type: none;
        font-family: 'Montserrat';
        text-transform: uppercase; }
        @media (min-width: 320px) {
          .page_contact_form #contact-us-page .contact-block .breadcrumb ul {
            font-size: 14px; } }
        @media (min-width: 992px) {
          .page_contact_form #contact-us-page .contact-block .breadcrumb ul {
            font-size: 16px; } }
        @media (min-width: 1550px) {
          .page_contact_form #contact-us-page .contact-block .breadcrumb ul {
            font-size: 25.16px; } }
        .page_contact_form #contact-us-page .contact-block .breadcrumb ul li {
          display: inline-block; }
          .page_contact_form #contact-us-page .contact-block .breadcrumb ul li a {
            color: #000000; }
          .page_contact_form #contact-us-page .contact-block .breadcrumb ul li span {
            color: #000000; }
    .page_contact_form #contact-us-page .contact-block .main-content .h2 {
      color: #000000;
      font-weight: 700;
      display: block;
      font-family: 'Montserrat'; }
      @media (min-width: 320px) {
        .page_contact_form #contact-us-page .contact-block .main-content .h2 {
          font-size: 18px;
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-block .main-content .h2 {
          font-size: 22px;
          margin-bottom: 15px; } }
      @media (min-width: 1550px) {
        .page_contact_form #contact-us-page .contact-block .main-content .h2 {
          font-size: 30px;
          margin-bottom: 35px; } }
      .page_contact_form #contact-us-page .contact-block .main-content .h2.blue-title {
        color: #00567d; }
    .page_contact_form #contact-us-page .contact-block .main-content p {
      color: #000000;
      font-family: 'Montserrat'; }
      .page_contact_form #contact-us-page .contact-block .main-content p .link {
        color: #00567d;
        font-family: 'Montserrat'; }
      @media (min-width: 320px) {
        .page_contact_form #contact-us-page .contact-block .main-content p {
          font-size: 14px;
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-block .main-content p {
          font-size: 16px;
          margin-bottom: 25px; } }
      @media (min-width: 1550px) {
        .page_contact_form #contact-us-page .contact-block .main-content p {
          font-size: 25.16px;
          margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .page_contact_form #contact-us-page .contact-main {
      margin-top: 50px; } }
  @media (min-width: 1550px) {
    .page_contact_form #contact-us-page .contact-main {
      margin-top: 130px; } }
  .page_contact_form #contact-us-page .contact-main .cont-row {
    display: flex; }
    @media (min-width: 992px) {
      .page_contact_form #contact-us-page .contact-main .cont-row {
        justify-content: space-between; } }
    @media (max-width: 991px) {
      .page_contact_form #contact-us-page .contact-main .cont-row {
        flex-wrap: wrap;
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .page_contact_form #contact-us-page .contact-main .cont-row .left-col {
        width: 35%; } }
    @media (max-width: 991px) {
      .page_contact_form #contact-us-page .contact-main .cont-row .left-col {
        width: 100%;
        margin-bottom: 30px; } }
    .page_contact_form #contact-us-page .contact-main .cont-row .left-col iframe {
      max-width: 100%; }
      @media (max-width: 1549px) and (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col iframe {
          max-height: 500px; } }
      @media (max-width: 991px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col iframe {
          max-height: 400px;
          width: 100%; } }
    .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts {
      background-color: #00567d;
      color: #ffffff;
      font-family: 'Montserrat'; }
      @media (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts {
          padding: 20px; } }
      @media (min-width: 1200px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts {
          padding: 40px; } }
      @media (max-width: 991px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts {
          padding: 20px; } }
      .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts h2 {
        font-family: 'Montserrat';
        color: #ffffff;
        position: relative;
        padding-bottom: 2px; }
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts h2:after {
          content: '';
          width: 28%;
          border: 1px solid;
          position: absolute;
          left: 0;
          bottom: -3px;
          color: #ffffff; }
          @media (max-width: 991px) {
            .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts h2:after {
              width: 65px; } }
        @media (min-width: 320px) {
          .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts h2 {
            font-size: 18px; } }
        @media (min-width: 992px) {
          .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts h2 {
            font-size: 24px;
            margin: 0 0 25px; } }
        @media (min-width: 1550px) {
          .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts h2 {
            margin: 0 0 30px;
            font-size: 35px; } }
        @media (max-width: 991px) {
          .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts h2 {
            margin: 0 0 20px; } }
      .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p.time {
        display: flex; }
        @media (min-width: 992px) {
          .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p.time i {
            margin-top: 5px; } }
        @media (min-width: 1550px) {
          .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p.time i {
            margin-top: 8px; } }
        @media (max-width: 991px) {
          .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p.time i {
            margin-top: 5px; } }
      @media (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p {
          font-size: 16px;
          margin-bottom: 10px; } }
      @media (min-width: 1550px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p {
          font-size: 23px; } }
      @media (max-width: 991px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p {
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p i {
          margin-right: 15px; } }
      @media (min-width: 1550px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p i {
          margin-right: 20px; } }
      @media (max-width: 991px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p i {
          margin-right: 10px; } }
      .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p .fa-phone {
        transform: rotate(90deg); }
      .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts p a {
        color: #ffffff; }
      .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts .h3 {
        font-family: 'Montserrat';
        position: relative;
        display: block;
        font-weight: 500; }
        @media (min-width: 992px) {
          .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts .h3 {
            font-size: 18px;
            margin: 30px 0 15px; } }
        @media (min-width: 1550px) {
          .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts .h3 {
            font-size: 28px;
            margin: 40px 0 25px; } }
        .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts .h3:after {
          content: '';
          width: 28%;
          border: 1px solid;
          position: absolute;
          left: 0;
          bottom: -3px;
          color: #ffffff; }
          @media (max-width: 991px) {
            .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts .h3:after {
              width: 65px; } }
        @media (max-width: 991px) {
          .page_contact_form #contact-us-page .contact-main .cont-row .left-col .contacts .h3 {
            font-size: 16px;
            margin: 25px 0 15px; } }
    @media (min-width: 992px) {
      .page_contact_form #contact-us-page .contact-main .cont-row .right-col {
        width: 60%; } }
    .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-label {
      font-family: 'Montserrat';
      font-weight: 600;
      color: #000000; }
      .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-label small {
        display: contents;
        color: red;
        font-size: 16px; }
      @media (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-label {
          font-size: 16px; } }
      @media (min-width: 1550px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-label {
          font-size: 24px;
          margin-bottom: 10px; } }
    .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-field.contact_marketing .form-group {
      float: left;
      width: 100%;
      margin-bottom: 15px; }
      .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-field.contact_marketing .form-group input {
        position: relative;
        margin-right: 20px;
        cursor: pointer; }
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-field.contact_marketing .form-group input:before {
          content: "";
          display: block;
          position: relative;
          width: 24px;
          height: 24px;
          top: 0;
          left: auto;
          border: 1px solid #000;
          border-radius: 0;
          background-color: #fff;
          right: 0;
          margin-right: 15px; }
      .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-field.contact_marketing .form-group input:checked:after {
        content: "";
        display: block;
        width: 8px;
        height: 16px;
        border: solid #101820;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        right: 6px;
        background-color: #fff;
        left: 8px; }
    .page_contact_form #contact-us-page .contact-main .cont-row .right-col label.marketing_purpose {
      font-family: Montserrat;
      font-weight: 600;
      color: #000;
      font-size: 14px;
      margin-left: 2px; }
    .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-input {
      border-radius: 0;
      border-color: #b2b2b2; }
      @media (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-input {
          font-size: 16px; } }
      @media (min-width: 1550px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-input {
          height: 75px;
          font-size: 24px;
          padding: 10px 35px; } }
    .page_contact_form #contact-us-page .contact-main .cont-row .right-col select {
      border-radius: 0;
      border-color: #b2b2b2;
      background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 95%;
      appearance: none; }
      @media (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col select {
          height: 42px;
          padding: 10px;
          font-size: 16px; } }
      @media (min-width: 1550px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col select {
          height: 75px;
          font-size: 24px;
          padding: 10px 35px; } }
      @media (max-width: 991px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col select {
          height: 42px;
          padding: 10px; } }
    @media (min-width: 1550px) {
      .page_contact_form #contact-us-page .contact-main .cont-row .right-col textarea.form-input {
        height: 265px; } }
    @media (min-width: 1550px) {
      .page_contact_form #contact-us-page .contact-main .cont-row .right-col .g-recaptcha {
        margin-top: 80px; } }
    @media (min-width: 1550px) {
      .page_contact_form #contact-us-page .contact-main .cont-row .right-col .g-recaptcha > div {
        transform: scale(1.5);
        margin-left: 8.5%; } }
    .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-actions .button {
      width: 100%;
      border-radius: 0;
      font-family: 'Montserrat';
      font-weight: 600;
      text-transform: uppercase;
      background-color: #00567d;
      border-color: #00567d; }
      @media (min-width: 992px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-actions .button {
          font-size: 18px;
          height: 50px; } }
      @media (min-width: 1550px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-actions .button {
          font-size: 36.62px;
          height: 95px;
          margin-top: 60px; } }
    .page_contact_form #contact-us-page .contact-main .cont-row .right-col .half-field {
      width: 50%; }
      @media (max-width: 480px) {
        .page_contact_form #contact-us-page .contact-main .cont-row .right-col .half-field {
          width: 100%; } }
    @media (min-width: 1550px) {
      .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-field {
        margin-bottom: 45px; } }
    @media (min-width: 1550px) {
      .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-field .form-inlineMessage {
        font-size: 24px; } }
    @media (min-width: 1550px) {
      .page_contact_form #contact-us-page .contact-main .cont-row .right-col .form-field .form-inlineMessage:before {
        height: 20px;
        width: 20px; } }

/* cms pages 07-06-2021 */
.cms_page {
  margin: 0; }
  .cms_page .page {
    margin: 0; }
    .cms_page .page .page-heading {
      display: none; }
    .cms_page .page .page-content--centered {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }

.custom-cms-page .top-banner, .cms-page-section .top-banner {
  position: relative; }
  @media (max-width: 575px) {
    .custom-cms-page .top-banner img, .cms-page-section .top-banner img {
      height: 300px;
      object-fit: cover; } }
  .custom-cms-page .top-banner .content, .cms-page-section .top-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
    .custom-cms-page .top-banner .content h1, .cms-page-section .top-banner .content h1 {
      font-family: 'Montserrat';
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .custom-cms-page .top-banner .content h1, .cms-page-section .top-banner .content h1 {
          font-size: 35px;
          margin: 0; } }
      @media (min-width: 768px) {
        .custom-cms-page .top-banner .content h1, .cms-page-section .top-banner .content h1 {
          font-size: 40px; } }
      @media (min-width: 992px) {
        .custom-cms-page .top-banner .content h1, .cms-page-section .top-banner .content h1 {
          font-size: 55px;
          width: 900px; } }
      @media (min-width: 1550px) {
        .custom-cms-page .top-banner .content h1, .cms-page-section .top-banner .content h1 {
          font-size: 85px;
          width: auto; } }

.custom-cms-page .breadcrumb, .cms-page-section .breadcrumb {
  width: 100%; }
  .custom-cms-page .breadcrumb:before, .cms-page-section .breadcrumb:before {
    display: none; }
  @media (min-width: 992px) {
    .custom-cms-page .breadcrumb, .cms-page-section .breadcrumb {
      margin: 25px 0 15px; } }
  @media (min-width: 1550px) {
    .custom-cms-page .breadcrumb, .cms-page-section .breadcrumb {
      margin: 65px 0 45px; } }
  .custom-cms-page .breadcrumb ul, .cms-page-section .breadcrumb ul {
    margin-left: 0;
    list-style-type: none;
    font-family: 'Montserrat';
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .custom-cms-page .breadcrumb ul, .cms-page-section .breadcrumb ul {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .custom-cms-page .breadcrumb ul, .cms-page-section .breadcrumb ul {
        font-size: 16px; } }
    @media (min-width: 1550px) {
      .custom-cms-page .breadcrumb ul, .cms-page-section .breadcrumb ul {
        font-size: 25.16px; } }
    @media (max-width: 991px) {
      .custom-cms-page .breadcrumb ul, .cms-page-section .breadcrumb ul {
        margin-top: 20px; } }
    .custom-cms-page .breadcrumb ul li, .cms-page-section .breadcrumb ul li {
      display: inline-block; }
      .custom-cms-page .breadcrumb ul li a, .cms-page-section .breadcrumb ul li a {
        color: #000000; }
      .custom-cms-page .breadcrumb ul li span, .cms-page-section .breadcrumb ul li span {
        color: #000000; }

@media (min-width: 992px) {
  .custom-cms-page .main-content .custom-rows, .cms-page-section .main-content .custom-rows {
    display: flex;
    padding: 0 15px;
    margin: 0 -30px 20px; }
    .custom-cms-page .main-content .custom-rows .left-col, .custom-cms-page .main-content .custom-rows .right-col, .cms-page-section .main-content .custom-rows .left-col, .cms-page-section .main-content .custom-rows .right-col {
      padding: 0 15px; } }

.custom-cms-page .main-content .h2, .cms-page-section .main-content .h2 {
  color: #000000;
  font-weight: 700;
  display: block;
  font-family: 'Montserrat'; }
  @media (min-width: 576px) {
    .custom-cms-page .main-content .h2.top-space, .cms-page-section .main-content .h2.top-space {
      margin-top: 20px; } }
  @media (min-width: 992px) {
    .custom-cms-page .main-content .h2.top-space, .cms-page-section .main-content .h2.top-space {
      margin-top: 30px; } }
  @media (min-width: 1550px) {
    .custom-cms-page .main-content .h2.top-space, .cms-page-section .main-content .h2.top-space {
      margin-top: 80px; } }
  @media (min-width: 320px) {
    .custom-cms-page .main-content .h2, .cms-page-section .main-content .h2 {
      font-size: 18px;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .custom-cms-page .main-content .h2, .cms-page-section .main-content .h2 {
      font-size: 22px;
      margin-bottom: 15px; } }
  @media (min-width: 1550px) {
    .custom-cms-page .main-content .h2, .cms-page-section .main-content .h2 {
      font-size: 30px;
      margin-bottom: 30px; } }
  .custom-cms-page .main-content .h2.blue-title, .cms-page-section .main-content .h2.blue-title {
    color: #00567d; }

.custom-cms-page .main-content h2.h2, .cms-page-section .main-content h2.h2 {
  margin-top: 0; }

.custom-cms-page .main-content p, .cms-page-section .main-content p {
  color: #000000;
  font-family: 'Montserrat'; }
  @media (min-width: 320px) {
    .custom-cms-page .main-content p, .cms-page-section .main-content p {
      font-size: 14px;
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .custom-cms-page .main-content p, .cms-page-section .main-content p {
      font-size: 16px;
      margin-bottom: 25px; } }
  @media (min-width: 1550px) {
    .custom-cms-page .main-content p, .cms-page-section .main-content p {
      font-size: 25.16px;
      margin-bottom: 40px; } }

.custom-cms-page .main-content .blue, .cms-page-section .main-content .blue {
  color: #00567d; }

.custom-cms-page .main-content .link, .cms-page-section .main-content .link {
  color: #00567d; }

@media (min-width: 576px) {
  .custom-cms-page .main-content .bottom-space, .cms-page-section .main-content .bottom-space {
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .custom-cms-page .main-content .bottom-space, .cms-page-section .main-content .bottom-space {
    margin-bottom: 80px; } }

@media (min-width: 1550px) {
  .custom-cms-page .main-content .bottom-space, .cms-page-section .main-content .bottom-space {
    margin-bottom: 130px; } }

.custom-cms-page .main-content ul, .cms-page-section .main-content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
  font-family: 'Montserrat'; }
  .custom-cms-page .main-content ul li, .cms-page-section .main-content ul li {
    color: #000000;
    position: relative; }
    @media (min-width: 320px) {
      .custom-cms-page .main-content ul li, .cms-page-section .main-content ul li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 20px; } }
    @media (min-width: 992px) {
      .custom-cms-page .main-content ul li, .cms-page-section .main-content ul li {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 25px; } }
    @media (min-width: 1550px) {
      .custom-cms-page .main-content ul li, .cms-page-section .main-content ul li {
        font-size: 25.16px;
        margin-bottom: 15px;
        padding-left: 35px; } }
    .custom-cms-page .main-content ul li:before, .cms-page-section .main-content ul li:before {
      background-image: url("https://winegard10.mybigcommerce.com/product_images/uploaded_images/list-icon.png");
      content: '';
      background-size: cover;
      position: absolute; }
      @media (min-width: 320px) {
        .custom-cms-page .main-content ul li:before, .cms-page-section .main-content ul li:before {
          width: 14px;
          height: 14px;
          left: 0;
          top: 3px; } }
      @media (min-width: 992px) {
        .custom-cms-page .main-content ul li:before, .cms-page-section .main-content ul li:before {
          width: 16px;
          height: 16px;
          left: 0;
          top: 5px; } }
      @media (min-width: 1550px) {
        .custom-cms-page .main-content ul li:before, .cms-page-section .main-content ul li:before {
          width: 23px;
          height: 23px;
          left: 0;
          top: 5px; } }

/* custom contact page for klviyo script for testing purpose */
div#contact-us-page, div#register-product-page, div#customer-owner-page, div#register-product-page-new {
  /*margin-top: 100px;*/
  padding-left: 15px;
  padding-right: 15px; }

.page.Custom.Contact.Page .contact-main .cont-row .right-col .form-label small, .register-product-main .cont-row .right-col .form-label small, .customer-owner-main .cont-row .right-col .form-label small {
  display: contents;
  font-size: 16px !important;
  color: red !important; }

.contact-main .form-actions .button--primary, .register-product-main .form-actions .button--primary, .customer-owner-main .form-actions .button--primary {
  background-color: #00567d;
  color: #fff;
  border-color: #00567d; }

/* end */
/* register-product-page */
.page.register.your.product, .page.Custom.Contact.Page, .page.Customer.Owner.Page {
  max-width: 890px;
  margin: 0 auto; }
  .page.register.your.product .support-banner, .page.Custom.Contact.Page .support-banner, .page.Customer.Owner.Page .support-banner {
    margin: 10px 0px;
    text-align: center; }
    .page.register.your.product .support-banner video#fullscreen-video, .page.Custom.Contact.Page .support-banner video#fullscreen-video, .page.Customer.Owner.Page .support-banner video#fullscreen-video {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 70vh;
      max-width: 700px; }
  .page.register.your.product .register-product-main, .page.register.your.product .contact-main, .page.register.your.product .customer-owner-main, .page.Custom.Contact.Page .register-product-main, .page.Custom.Contact.Page .contact-main, .page.Custom.Contact.Page .customer-owner-main, .page.Customer.Owner.Page .register-product-main, .page.Customer.Owner.Page .contact-main, .page.Customer.Owner.Page .customer-owner-main {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    border-radius: 0.25rem; }
    .page.register.your.product .register-product-main h1, .page.register.your.product .contact-main h1, .page.register.your.product .customer-owner-main h1, .page.Custom.Contact.Page .register-product-main h1, .page.Custom.Contact.Page .contact-main h1, .page.Custom.Contact.Page .customer-owner-main h1, .page.Customer.Owner.Page .register-product-main h1, .page.Customer.Owner.Page .contact-main h1, .page.Customer.Owner.Page .customer-owner-main h1 {
      margin-top: 0;
      padding-left: 15px;
      background-color: rgba(0, 0, 0, 0.03);
      font-family: Montserrat;
      font-weight: 600;
      font-size: 18px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      margin-bottom: 20px; }
    .page.register.your.product .register-product-main .form-row .form-field.register-by .form-check.form-check-inline, .page.register.your.product .contact-main .form-row .form-field.register-by .form-check.form-check-inline, .page.register.your.product .customer-owner-main .form-row .form-field.register-by .form-check.form-check-inline, .page.Custom.Contact.Page .register-product-main .form-row .form-field.register-by .form-check.form-check-inline, .page.Custom.Contact.Page .contact-main .form-row .form-field.register-by .form-check.form-check-inline, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field.register-by .form-check.form-check-inline, .page.Customer.Owner.Page .register-product-main .form-row .form-field.register-by .form-check.form-check-inline, .page.Customer.Owner.Page .contact-main .form-row .form-field.register-by .form-check.form-check-inline, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field.register-by .form-check.form-check-inline {
      min-width: 145px; }
    .page.register.your.product .register-product-main .form-row .form-field, .page.register.your.product .contact-main .form-row .form-field, .page.register.your.product .customer-owner-main .form-row .form-field, .page.Custom.Contact.Page .register-product-main .form-row .form-field, .page.Custom.Contact.Page .contact-main .form-row .form-field, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field, .page.Customer.Owner.Page .register-product-main .form-row .form-field, .page.Customer.Owner.Page .contact-main .form-row .form-field, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .page.register.your.product .register-product-main .form-row .form-field .form-label, .page.register.your.product .contact-main .form-row .form-field .form-label, .page.register.your.product .customer-owner-main .form-row .form-field .form-label, .page.Custom.Contact.Page .register-product-main .form-row .form-field .form-label, .page.Custom.Contact.Page .contact-main .form-row .form-field .form-label, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .form-label, .page.Customer.Owner.Page .register-product-main .form-row .form-field .form-label, .page.Customer.Owner.Page .contact-main .form-row .form-field .form-label, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .form-label {
        width: 100%;
        font-family: Montserrat;
        font-weight: 600;
        color: #000; }
        @media (min-width: 992px) {
          .page.register.your.product .register-product-main .form-row .form-field .form-label, .page.register.your.product .contact-main .form-row .form-field .form-label, .page.register.your.product .customer-owner-main .form-row .form-field .form-label, .page.Custom.Contact.Page .register-product-main .form-row .form-field .form-label, .page.Custom.Contact.Page .contact-main .form-row .form-field .form-label, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .form-label, .page.Customer.Owner.Page .register-product-main .form-row .form-field .form-label, .page.Customer.Owner.Page .contact-main .form-row .form-field .form-label, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .form-label {
            flex: 0 0 25%;
            max-width: 25%;
            text-align: right;
            padding-right: 15px;
            padding-left: 15px; } }
      .page.register.your.product .register-product-main .form-row .form-field label.form-label-full, .page.register.your.product .contact-main .form-row .form-field label.form-label-full, .page.register.your.product .customer-owner-main .form-row .form-field label.form-label-full, .page.Custom.Contact.Page .register-product-main .form-row .form-field label.form-label-full, .page.Custom.Contact.Page .contact-main .form-row .form-field label.form-label-full, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field label.form-label-full, .page.Customer.Owner.Page .register-product-main .form-row .form-field label.form-label-full, .page.Customer.Owner.Page .contact-main .form-row .form-field label.form-label-full, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field label.form-label-full {
        padding-right: 0;
        padding-left: 15px;
        width: 100%;
        font-family: Montserrat;
        font-weight: 600;
        color: #000; }
        .page.register.your.product .register-product-main .form-row .form-field label.form-label-full span.extra_content, .page.register.your.product .contact-main .form-row .form-field label.form-label-full span.extra_content, .page.register.your.product .customer-owner-main .form-row .form-field label.form-label-full span.extra_content, .page.Custom.Contact.Page .register-product-main .form-row .form-field label.form-label-full span.extra_content, .page.Custom.Contact.Page .contact-main .form-row .form-field label.form-label-full span.extra_content, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field label.form-label-full span.extra_content, .page.Customer.Owner.Page .register-product-main .form-row .form-field label.form-label-full span.extra_content, .page.Customer.Owner.Page .contact-main .form-row .form-field label.form-label-full span.extra_content, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field label.form-label-full span.extra_content {
          font-weight: 500; }
      .page.register.your.product .register-product-main .form-row .form-field .red, .page.register.your.product .contact-main .form-row .form-field .red, .page.register.your.product .customer-owner-main .form-row .form-field .red, .page.Custom.Contact.Page .register-product-main .form-row .form-field .red, .page.Custom.Contact.Page .contact-main .form-row .form-field .red, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .red, .page.Customer.Owner.Page .register-product-main .form-row .form-field .red, .page.Customer.Owner.Page .contact-main .form-row .form-field .red, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .red {
        background-color: #db2828;
        text-align: center;
        color: #fff;
        padding: 3px 10px;
        clear: both;
        width: auto;
        border-radius: 4px;
        float: left;
        margin-bottom: 7px;
        margin-top: 10px; }
      .page.register.your.product .register-product-main .form-row .form-field .form-group, .page.register.your.product .contact-main .form-row .form-field .form-group, .page.register.your.product .customer-owner-main .form-row .form-field .form-group, .page.Custom.Contact.Page .register-product-main .form-row .form-field .form-group, .page.Custom.Contact.Page .contact-main .form-row .form-field .form-group, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .form-group, .page.Customer.Owner.Page .register-product-main .form-row .form-field .form-group, .page.Customer.Owner.Page .contact-main .form-row .form-field .form-group, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .form-group {
        margin-top: 15px;
        padding-left: 25px;
        width: 100%;
        /*input {
                                padding: 0;
                                height: initial;
                                width: initial;
                                margin-bottom: 0;
                                display: none;
                                cursor: pointer;
                            }
                            input:checked + label{
                                &:after {
                                    content: '';
                                      display: block;
                                      position: absolute;
                                      top: 2px;
                                      left: 9px;
                                      width: 6px;
                                      height: 14px;
                                      border: solid #0079bf;
                                      border-width: 0 2px 2px 0;
                                      transform: rotate(45deg);
                                }
                            }*/ }
        .page.register.your.product .register-product-main .form-row .form-field .form-group label, .page.register.your.product .contact-main .form-row .form-field .form-group label, .page.register.your.product .customer-owner-main .form-row .form-field .form-group label, .page.Custom.Contact.Page .register-product-main .form-row .form-field .form-group label, .page.Custom.Contact.Page .contact-main .form-row .form-field .form-group label, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .form-group label, .page.Customer.Owner.Page .register-product-main .form-row .form-field .form-group label, .page.Customer.Owner.Page .contact-main .form-row .form-field .form-group label, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .form-group label {
          font-family: Montserrat;
          font-weight: 500;
          color: #000;
          position: relative;
          vertical-align: middle;
          line-height: 24px;
          /*&:before {
                                    content:'';
                                      -webkit-appearance: none;
                                      background-color: transparent;
                                      border: 2px solid #0079bf;
                                      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                                      padding: 10px;
                                      display: inline-block;
                                      position: relative;
                                      vertical-align: middle;
                                      cursor: pointer;
                                      margin-right: 15px;
                                }*/ }
        .page.register.your.product .register-product-main .form-row .form-field .form-group input, .page.register.your.product .contact-main .form-row .form-field .form-group input, .page.register.your.product .customer-owner-main .form-row .form-field .form-group input, .page.Custom.Contact.Page .register-product-main .form-row .form-field .form-group input, .page.Custom.Contact.Page .contact-main .form-row .form-field .form-group input, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .form-group input, .page.Customer.Owner.Page .register-product-main .form-row .form-field .form-group input, .page.Customer.Owner.Page .contact-main .form-row .form-field .form-group input, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .form-group input {
          margin-right: 20px;
          position: relative;
          cursor: pointer; }
          .page.register.your.product .register-product-main .form-row .form-field .form-group input:before, .page.register.your.product .contact-main .form-row .form-field .form-group input:before, .page.register.your.product .customer-owner-main .form-row .form-field .form-group input:before, .page.Custom.Contact.Page .register-product-main .form-row .form-field .form-group input:before, .page.Custom.Contact.Page .contact-main .form-row .form-field .form-group input:before, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .form-group input:before, .page.Customer.Owner.Page .register-product-main .form-row .form-field .form-group input:before, .page.Customer.Owner.Page .contact-main .form-row .form-field .form-group input:before, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .form-group input:before {
            content: "";
            display: block;
            position: relative;
            width: 24px;
            height: 24px;
            top: 0;
            left: auto;
            border: 1px solid #000;
            border-radius: 0;
            background-color: #fff;
            right: 0;
            margin-right: 15px; }
        .page.register.your.product .register-product-main .form-row .form-field .form-group input:checked:after, .page.register.your.product .contact-main .form-row .form-field .form-group input:checked:after, .page.register.your.product .customer-owner-main .form-row .form-field .form-group input:checked:after, .page.Custom.Contact.Page .register-product-main .form-row .form-field .form-group input:checked:after, .page.Custom.Contact.Page .contact-main .form-row .form-field .form-group input:checked:after, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .form-group input:checked:after, .page.Customer.Owner.Page .register-product-main .form-row .form-field .form-group input:checked:after, .page.Customer.Owner.Page .contact-main .form-row .form-field .form-group input:checked:after, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .form-group input:checked:after {
          content: "";
          display: block;
          width: 8px;
          height: 16px;
          border: solid #101820;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 2px;
          right: 6px;
          background-color: #fff;
          left: 8px; }
      .page.register.your.product .register-product-main .form-row .form-field .right-data, .page.register.your.product .contact-main .form-row .form-field .right-data, .page.register.your.product .customer-owner-main .form-row .form-field .right-data, .page.Custom.Contact.Page .register-product-main .form-row .form-field .right-data, .page.Custom.Contact.Page .contact-main .form-row .form-field .right-data, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .right-data, .page.Customer.Owner.Page .register-product-main .form-row .form-field .right-data, .page.Customer.Owner.Page .contact-main .form-row .form-field .right-data, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .right-data {
        width: 100%; }
        @media (min-width: 992px) {
          .page.register.your.product .register-product-main .form-row .form-field .right-data, .page.register.your.product .contact-main .form-row .form-field .right-data, .page.register.your.product .customer-owner-main .form-row .form-field .right-data, .page.Custom.Contact.Page .register-product-main .form-row .form-field .right-data, .page.Custom.Contact.Page .contact-main .form-row .form-field .right-data, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .right-data, .page.Customer.Owner.Page .register-product-main .form-row .form-field .right-data, .page.Customer.Owner.Page .contact-main .form-row .form-field .right-data, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .right-data {
            flex: 0 0 75%;
            max-width: 75%;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px; } }
        .page.register.your.product .register-product-main .form-row .form-field .right-data select, .page.register.your.product .contact-main .form-row .form-field .right-data select, .page.register.your.product .customer-owner-main .form-row .form-field .right-data select, .page.Custom.Contact.Page .register-product-main .form-row .form-field .right-data select, .page.Custom.Contact.Page .contact-main .form-row .form-field .right-data select, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .right-data select, .page.Customer.Owner.Page .register-product-main .form-row .form-field .right-data select, .page.Customer.Owner.Page .contact-main .form-row .form-field .right-data select, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .right-data select {
          height: 3rem;
          border-radius: 4px;
          padding-left: 5px;
          padding-right: 5px; }
        .page.register.your.product .register-product-main .form-row .form-field .right-data .serial-number-text-with-image, .page.register.your.product .contact-main .form-row .form-field .right-data .serial-number-text-with-image, .page.register.your.product .customer-owner-main .form-row .form-field .right-data .serial-number-text-with-image, .page.Custom.Contact.Page .register-product-main .form-row .form-field .right-data .serial-number-text-with-image, .page.Custom.Contact.Page .contact-main .form-row .form-field .right-data .serial-number-text-with-image, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .right-data .serial-number-text-with-image, .page.Customer.Owner.Page .register-product-main .form-row .form-field .right-data .serial-number-text-with-image, .page.Customer.Owner.Page .contact-main .form-row .form-field .right-data .serial-number-text-with-image, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .right-data .serial-number-text-with-image {
          margin-top: 2rem;
          display: block;
          border-color: #8f8f8f;
          border-style: solid;
          border-width: 1px;
          padding: 20px;
          border-radius: 4px;
          width: 100%; }
          .page.register.your.product .register-product-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image, .page.register.your.product .contact-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image, .page.register.your.product .customer-owner-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image, .page.Custom.Contact.Page .register-product-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image, .page.Custom.Contact.Page .contact-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image, .page.Customer.Owner.Page .register-product-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image, .page.Customer.Owner.Page .contact-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image {
            padding: 20px;
            background-color: #f8f9fa;
            max-width: 320px;
            border-color: #8f8f8f;
            border-style: solid;
            border-width: 1px;
            border-radius: 4px; }
            .page.register.your.product .register-product-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image .serial-number-text, .page.register.your.product .contact-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image .serial-number-text, .page.register.your.product .customer-owner-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image .serial-number-text, .page.Custom.Contact.Page .register-product-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image .serial-number-text, .page.Custom.Contact.Page .contact-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image .serial-number-text, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image .serial-number-text, .page.Customer.Owner.Page .register-product-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image .serial-number-text, .page.Customer.Owner.Page .contact-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image .serial-number-text, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .right-data .serial-number-text-with-image .serial-number-image .serial-number-text {
              text-align: center;
              margin-top: 20px; }
        .page.register.your.product .register-product-main .form-row .form-field .right-data .promotional_emails, .page.register.your.product .contact-main .form-row .form-field .right-data .promotional_emails, .page.register.your.product .customer-owner-main .form-row .form-field .right-data .promotional_emails, .page.Custom.Contact.Page .register-product-main .form-row .form-field .right-data .promotional_emails, .page.Custom.Contact.Page .contact-main .form-row .form-field .right-data .promotional_emails, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .right-data .promotional_emails, .page.Customer.Owner.Page .register-product-main .form-row .form-field .right-data .promotional_emails, .page.Customer.Owner.Page .contact-main .form-row .form-field .right-data .promotional_emails, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .right-data .promotional_emails {
          font-family: Montserrat;
          font-weight: 600;
          color: #000;
          width: 100%;
          display: block; }
      .page.register.your.product .register-product-main .form-row .form-field .form-check.form-check-inline, .page.register.your.product .contact-main .form-row .form-field .form-check.form-check-inline, .page.register.your.product .customer-owner-main .form-row .form-field .form-check.form-check-inline, .page.Custom.Contact.Page .register-product-main .form-row .form-field .form-check.form-check-inline, .page.Custom.Contact.Page .contact-main .form-row .form-field .form-check.form-check-inline, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .form-check.form-check-inline, .page.Customer.Owner.Page .register-product-main .form-row .form-field .form-check.form-check-inline, .page.Customer.Owner.Page .contact-main .form-row .form-field .form-check.form-check-inline, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .form-check.form-check-inline {
        display: inline-flex;
        align-items: center;
        padding-left: 0;
        margin-right: 0.75rem;
        margin-top: 3px;
        margin-bottom: 3px; }
        .page.register.your.product .register-product-main .form-row .form-field .form-check.form-check-inline .form-check-input, .page.register.your.product .contact-main .form-row .form-field .form-check.form-check-inline .form-check-input, .page.register.your.product .customer-owner-main .form-row .form-field .form-check.form-check-inline .form-check-input, .page.Custom.Contact.Page .register-product-main .form-row .form-field .form-check.form-check-inline .form-check-input, .page.Custom.Contact.Page .contact-main .form-row .form-field .form-check.form-check-inline .form-check-input, .page.Custom.Contact.Page .customer-owner-main .form-row .form-field .form-check.form-check-inline .form-check-input, .page.Customer.Owner.Page .register-product-main .form-row .form-field .form-check.form-check-inline .form-check-input, .page.Customer.Owner.Page .contact-main .form-row .form-field .form-check.form-check-inline .form-check-input, .page.Customer.Owner.Page .customer-owner-main .form-row .form-field .form-check.form-check-inline .form-check-input {
          position: static;
          margin-top: 0;
          margin-right: 0.3125rem;
          margin-left: 0;
          outline: 0; }

input:focus + label {
  outline: 0 !important;
  outline-offset: 0 !important; }

/* end */
/* register product new */
.page.Support {
  width: 100%; }
  @media (min-width: 320px) {
    .page.Support {
      margin: 0 auto 0px; } }
  @media (min-width: 992px) {
    .page.Support {
      margin: 0 auto 100px; } }
  @media (min-width: 320px) {
    .page.Support #register-product-page-main {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .page.Support #register-product-page-main {
      padding-left: 0px;
      padding-right: 0px; } }
  .page.Support .register-product-left-part {
    float: left; }
    @media (min-width: 320px) {
      .page.Support .register-product-left-part {
        width: 100%;
        padding-top: 0px;
        padding-right: 5px;
        padding-left: 5px;
        display: none; } }
    @media (min-width: 992px) {
      .page.Support .register-product-left-part {
        width: 37%;
        padding-top: 60px;
        padding-right: 60px;
        padding-left: 40px; } }
    .page.Support .register-product-left-part h1 {
      font-family: Montserrat;
      font-weight: 700;
      line-height: 34px;
      color: #000000; }
      @media (min-width: 320px) {
        .page.Support .register-product-left-part h1 {
          font-size: 25px; } }
      @media (min-width: 992px) {
        .page.Support .register-product-left-part h1 {
          font-size: 28px; } }
    .page.Support .register-product-left-part p {
      color: #707070;
      font-family: Montserrat; }
      @media (min-width: 320px) {
        .page.Support .register-product-left-part p {
          font-size: 12px;
          line-height: 20px; } }
      @media (min-width: 992px) {
        .page.Support .register-product-left-part p {
          font-size: 16px;
          line-height: 25px; } }
    .page.Support .register-product-left-part span.customer-support {
      display: block;
      font-family: 'Karla';
      font-weight: 600;
      max-width: 270px;
      margin-bottom: 15px; }
      @media (min-width: 320px) {
        .page.Support .register-product-left-part span.customer-support {
          margin-top: 25px;
          font-size: 22px;
          line-height: 25px; } }
      @media (min-width: 992px) {
        .page.Support .register-product-left-part span.customer-support {
          margin-top: 50px;
          font-size: 22px;
          line-height: 30px; } }
    .page.Support .register-product-left-part .call-now {
      border-radius: 8px;
      background-color: #fff;
      margin-top: 20px;
      display: block;
      border: 1px solid #ddd; }
      @media (min-width: 320px) {
        .page.Support .register-product-left-part .call-now {
          margin: 0 auto 0px 0px;
          max-width: 280px; } }
      @media (min-width: 992px) {
        .page.Support .register-product-left-part .call-now {
          margin-bottom: 50px;
          max-width: 300px; } }
      .page.Support .register-product-left-part .call-now a {
        display: flex;
        align-items: center;
        justify-content: left; }
        .page.Support .register-product-left-part .call-now a .m-icon {
          background: #F5F5F5;
          border-radius: 8px 0px 0px 8px;
          display: inline-block; }
          @media (min-width: 320px) {
            .page.Support .register-product-left-part .call-now a .m-icon {
              padding: 10.5px 16.5px; } }
          @media (min-width: 992px) {
            .page.Support .register-product-left-part .call-now a .m-icon {
              padding: 12.5px 20.5px; } }
          @media (min-width: 320px) {
            .page.Support .register-product-left-part .call-now a .m-icon img {
              width: 17px; } }
          @media (min-width: 992px) {
            .page.Support .register-product-left-part .call-now a .m-icon img {
              width: 17px; } }
        .page.Support .register-product-left-part .call-now a .m-number {
          color: #020202;
          line-height: 30px;
          font-weight: 600;
          padding: 0 30px 0 25px; }
          @media (min-width: 320px) {
            .page.Support .register-product-left-part .call-now a .m-number {
              padding: 0 22px 0 15px;
              font-size: 18px; } }
          @media (min-width: 768px) {
            .page.Support .register-product-left-part .call-now a .m-number {
              font-size: 26px;
              padding: 0 30px 0 25px; } }
    .page.Support .register-product-left-part .installation-manual-video {
      float: left;
      width: 100%; }
      @media (min-width: 320px) {
        .page.Support .register-product-left-part .installation-manual-video {
          border-top: 0px; } }
      @media (min-width: 992px) {
        .page.Support .register-product-left-part .installation-manual-video {
          border-top: 1px solid rgba(0, 0, 0, 0.125); } }
      .page.Support .register-product-left-part .installation-manual-video h1 {
        font-family: 'Karla';
        font-weight: 600;
        color: #000;
        max-width: 300px; }
        @media (min-width: 320px) {
          .page.Support .register-product-left-part .installation-manual-video h1 {
            font-size: 25px;
            line-height: 30px; } }
        @media (min-width: 992px) {
          .page.Support .register-product-left-part .installation-manual-video h1 {
            font-size: 30px;
            line-height: 40px; } }
      .page.Support .register-product-left-part .installation-manual-video p {
        color: #707070;
        font-family: 'Montserrat'; }
        @media (min-width: 320px) {
          .page.Support .register-product-left-part .installation-manual-video p {
            font-size: 12px;
            line-height: 20px; } }
        @media (min-width: 992px) {
          .page.Support .register-product-left-part .installation-manual-video p {
            font-size: 18px;
            line-height: 25px; } }
    .page.Support .register-product-left-part .product-category {
      display: block;
      max-width: 344px;
      float: left;
      width: 100%; }
      .page.Support .register-product-left-part .product-category .row {
        display: flex;
        flex-wrap: wrap;
        max-width: 290px; }
        @media (min-width: 320px) {
          .page.Support .register-product-left-part .product-category .row {
            margin: 0 -10px; } }
        @media (min-width: 576px) {
          .page.Support .register-product-left-part .product-category .row {
            max-width: 100%; } }
        @media (min-width: 992px) {
          .page.Support .register-product-left-part .product-category .row {
            margin: 0 -15px; } }
        .page.Support .register-product-left-part .product-category .row .col-2 {
          float: left;
          width: 50%; }
          @media (min-width: 320px) {
            .page.Support .register-product-left-part .product-category .row .col-2 {
              margin-bottom: 20px;
              padding: 0px 10px; } }
          @media (min-width: 992px) {
            .page.Support .register-product-left-part .product-category .row .col-2 {
              margin-bottom: 40px;
              padding: 0px 15px; } }
          .page.Support .register-product-left-part .product-category .row .col-2 .pcat {
            border: 1px solid #d1d1d1;
            padding: 14px;
            transition: all .35s ease;
            max-width: 125px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            height: 100%; }
            @media (min-width: 576px) {
              .page.Support .register-product-left-part .product-category .row .col-2 .pcat {
                padding: 20px;
                max-width: 155px; } }
            .page.Support .register-product-left-part .product-category .row .col-2 .pcat a {
              display: flex;
              justify-content: center;
              flex-direction: column;
              align-items: center; }
              .page.Support .register-product-left-part .product-category .row .col-2 .pcat a img {
                max-width: 48px; }
                @media (min-width: 576px) {
                  .page.Support .register-product-left-part .product-category .row .col-2 .pcat a img {
                    max-width: 100%; } }
              .page.Support .register-product-left-part .product-category .row .col-2 .pcat a span {
                font-family: 'Montserrat';
                font-size: 13px;
                line-height: 19px;
                font-weight: 500;
                margin-top: 14px;
                text-align: center; }
                @media (min-width: 576px) {
                  .page.Support .register-product-left-part .product-category .row .col-2 .pcat a span {
                    font-size: 16px; } }
          .page.Support .register-product-left-part .product-category .row .col-2:hover .pcat {
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }
  .page.Support .register-product-main.right {
    float: right;
    background-color: #FAFAFA;
    border-radius: 12px; }
    @media (min-width: 320px) {
      .page.Support .register-product-main.right {
        width: 100%;
        padding: 10px 10px 30px;
        max-width: 800px;
        margin: 0 auto;
        float: none; } }
    @media (min-width: 992px) {
      .page.Support .register-product-main.right {
        padding: 25px 35px 40px; } }
    @media (min-width: 320px) {
      .page.Support .register-product-main.right #register-product-page {
        margin: 0 0 0rem; } }
    @media (min-width: 992px) {
      .page.Support .register-product-main.right #register-product-page {
        margin: 0 0 2.5rem; } }
    .page.Support .register-product-main.right h1 {
      margin-top: 0;
      font-family: 'Montserrat';
      font-weight: 700;
      color: #000;
      padding-left: 15px;
      line-height: 39px; }
      @media (min-width: 320px) {
        .page.Support .register-product-main.right h1 {
          font-size: 18px;
          padding-top: 0px;
          padding-bottom: 0px;
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .page.Support .register-product-main.right h1 {
          font-size: 32px;
          padding-top: 10px;
          padding-bottom: 10px;
          margin-bottom: 20px; } }
    .page.Support .register-product-main.right input[type='radio']:checked:after {
      width: 21px;
      height: 21px;
      border-radius: 15px;
      top: -6px;
      left: -1px;
      position: relative;
      background-color: #00567d;
      content: '';
      display: inline-block;
      visibility: visible; }
    .page.Support .register-product-main.right .form-row {
      margin: 0px; }
      .page.Support .register-product-main.right .form-row .fname-email {
        margin: 0px -1.5rem; }
      .page.Support .register-product-main.right .form-row .form-field.register-by .form-check.form-check-inline {
        min-width: 145px; }
      .page.Support .register-product-main.right .form-row .form-field {
        display: block;
        padding: 0px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; }
        @media (min-width: 320px) {
          .page.Support .register-product-main.right .form-row .form-field {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .page.Support .register-product-main.right .form-row .form-field {
            margin-bottom: 2rem; } }
        .page.Support .register-product-main.right .form-row .form-field.half-field {
          float: left;
          padding-left: 1.2rem;
          padding-right: 1.2rem; }
          @media (min-width: 320px) {
            .page.Support .register-product-main.right .form-row .form-field.half-field {
              width: 100%; } }
          @media (min-width: 992px) {
            .page.Support .register-product-main.right .form-row .form-field.half-field {
              width: 50%; } }
        .page.Support .register-product-main.right .form-row .form-field .form-label {
          width: 100%;
          font-family: 'Karla';
          font-weight: 600;
          line-height: 24px;
          color: #000; }
          @media (min-width: 320px) {
            .page.Support .register-product-main.right .form-row .form-field .form-label {
              font-size: 14px; } }
          @media (min-width: 992px) {
            .page.Support .register-product-main.right .form-row .form-field .form-label {
              font-size: 16px; } }
          .page.Support .register-product-main.right .form-row .form-field .form-label small {
            color: #000 !important; }
        .page.Support .register-product-main.right .form-row .form-field .tool-tip-display-div .ion-ios-help-outline {
          position: relative;
          width: 30px; }
          .page.Support .register-product-main.right .form-row .form-field .tool-tip-display-div .ion-ios-help-outline span.tooltiptext {
            position: absolute;
            width: 250px;
            background-color: #fff;
            font-size: 13px;
            text-transform: none;
            top: -13px;
            text-align: justify;
            border: 1px solid #999;
            padding: 10px;
            border-radius: 10px;
            z-index: 999;
            left: 30px;
            display: none;
            font-family: Karla;
            font-weight: 600; }
            .page.Support .register-product-main.right .form-row .form-field .tool-tip-display-div .ion-ios-help-outline span.tooltiptext .tooltip-triangle {
              position: absolute;
              width: 10px;
              height: 10px;
              background-color: #fff;
              border: 1px solid #999;
              border-bottom: 0;
              border-right: 0;
              transform: rotateZ(-45deg);
              left: -6px;
              top: 15px; }
          .page.Support .register-product-main.right .form-row .form-field .tool-tip-display-div .ion-ios-help-outline:hover span.tooltiptext {
            display: block !important; }
        .page.Support .register-product-main.right .form-row .form-field .form-input {
          font-family: 'Karla';
          font-weight: 600;
          color: #BFBFBF;
          line-height: 24px; }
          @media (min-width: 320px) {
            .page.Support .register-product-main.right .form-row .form-field .form-input {
              font-size: 14px; } }
          @media (min-width: 992px) {
            .page.Support .register-product-main.right .form-row .form-field .form-input {
              font-size: 16px; } }
        .page.Support .register-product-main.right .form-row .form-field .right-data.date-box {
          position: relative; }
          .page.Support .register-product-main.right .form-row .form-field .right-data.date-box input[type="date"]::-webkit-calendar-picker-indicator {
            color: rgba(0, 0, 0, 0);
            opacity: 1;
            display: block;
            background: url("https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/prchase-date-icon-2x.png");
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            left: 15px; }
          .page.Support .register-product-main.right .form-row .form-field .right-data.date-box #purchased_at {
            padding-left: 50px; }
        .page.Support .register-product-main.right .form-row .form-field label.form-label-full {
          padding-right: 0;
          padding-left: 15px;
          width: 100%;
          font-family: Montserrat;
          font-weight: 600;
          color: #000; }
          .page.Support .register-product-main.right .form-row .form-field label.form-label-full span.extra_content {
            font-weight: 500; }
        .page.Support .register-product-main.right .form-row .form-field.file-upload-div label#file_upload_id-error {
          position: relative;
          margin-top: 52px; }
        .page.Support .register-product-main.right .form-row .form-field .red {
          background-color: #db2828;
          text-align: center;
          color: #fff;
          padding: 3px 10px;
          clear: both;
          width: auto;
          border-radius: 4px;
          float: left;
          margin-bottom: 7px;
          margin-top: 10px; }
        .page.Support .register-product-main.right .form-row .form-field .form-group {
          margin-top: 15px;
          padding-left: 25px;
          width: 100%; }
          .page.Support .register-product-main.right .form-row .form-field .form-group label {
            font-family: Montserrat;
            font-weight: 500;
            color: #000;
            position: relative;
            vertical-align: middle;
            line-height: 24px; }
          .page.Support .register-product-main.right .form-row .form-field .form-group input {
            margin-right: 20px;
            position: relative;
            cursor: pointer; }
            .page.Support .register-product-main.right .form-row .form-field .form-group input:before {
              content: "";
              display: block;
              position: relative;
              width: 24px;
              height: 24px;
              top: 0;
              left: auto;
              border: 1px solid #000;
              border-radius: 0;
              background-color: #fff;
              right: 0;
              margin-right: 15px; }
          .page.Support .register-product-main.right .form-row .form-field .form-group input:checked:after {
            content: "";
            display: block;
            width: 8px;
            height: 16px;
            border: solid #101820;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 2px;
            right: 6px;
            background-color: #fff;
            left: 8px; }
        .page.Support .register-product-main.right .form-row .form-field select {
          height: 3rem;
          border-radius: 4px;
          padding-left: 12px;
          padding-right: 12px;
          font-family: 'Karla';
          font-weight: 600;
          color: #464646;
          line-height: 24px; }
          @media (min-width: 320px) {
            .page.Support .register-product-main.right .form-row .form-field select {
              font-size: 14px; } }
          @media (min-width: 992px) {
            .page.Support .register-product-main.right .form-row .form-field select {
              font-size: 16px; } }
        .page.Support .register-product-main.right .form-row .form-field .serial-number-text-with-image {
          margin-top: 2rem;
          display: block;
          border-color: #8f8f8f;
          border-style: solid;
          border-width: 1px;
          padding: 20px;
          border-radius: 4px;
          width: 100%; }
          .page.Support .register-product-main.right .form-row .form-field .serial-number-text-with-image .serial-number-image {
            padding: 20px;
            background-color: #f8f9fa;
            max-width: 320px;
            border-color: #8f8f8f;
            border-style: solid;
            border-width: 1px;
            border-radius: 4px; }
            .page.Support .register-product-main.right .form-row .form-field .serial-number-text-with-image .serial-number-image .serial-number-text {
              text-align: center;
              margin-top: 20px; }
        .page.Support .register-product-main.right .form-row .form-field .promotional_emails {
          font-family: 'Karla';
          font-weight: 500;
          color: #A2A2A2;
          width: 100%;
          display: block;
          max-width: 480px;
          margin-bottom: 2px; }
          @media (min-width: 320px) {
            .page.Support .register-product-main.right .form-row .form-field .promotional_emails {
              line-height: 18px;
              font-size: 12px; } }
          @media (min-width: 992px) {
            .page.Support .register-product-main.right .form-row .form-field .promotional_emails {
              line-height: 22px;
              font-size: 19px; } }
        .page.Support .register-product-main.right .form-row .form-field .form-check.form-check-inline {
          display: flex;
          align-items: center;
          justify-content: space-around;
          padding-left: 0;
          margin-top: 10px;
          margin-bottom: 10px;
          border: 1px solid #8f8f8f;
          background: #fff;
          float: left;
          padding: 0.75rem 1rem;
          border-radius: 4px; }
          @media (min-width: 320px) {
            .page.Support .register-product-main.right .form-row .form-field .form-check.form-check-inline {
              height: 3rem;
              width: 90px;
              margin-right: 1.2rem; } }
          @media (min-width: 992px) {
            .page.Support .register-product-main.right .form-row .form-field .form-check.form-check-inline {
              height: 4rem;
              width: 100px;
              margin-right: 1.75rem; } }
          .page.Support .register-product-main.right .form-row .form-field .form-check.form-check-inline label.form-check-label {
            font-family: 'Karla';
            line-height: 24px;
            font-weight: 600; }
            @media (min-width: 320px) {
              .page.Support .register-product-main.right .form-row .form-field .form-check.form-check-inline label.form-check-label {
                font-size: 14px; } }
            @media (min-width: 992px) {
              .page.Support .register-product-main.right .form-row .form-field .form-check.form-check-inline label.form-check-label {
                font-size: 18px; } }
          .page.Support .register-product-main.right .form-row .form-field .form-check.form-check-inline.active {
            border-color: #0B567C; }
            .page.Support .register-product-main.right .form-row .form-field .form-check.form-check-inline.active .form-check-label {
              color: #0B567C; }
          .page.Support .register-product-main.right .form-row .form-field .form-check.form-check-inline .form-check-input {
            position: static;
            margin-top: 0;
            margin-right: 0.5125rem;
            margin-left: 0;
            outline: 0;
            width: 20px;
            height: 20px; }
          .page.Support .register-product-main.right .form-row .form-field .form-check.form-check-inline .form-check-input::before {
            content: '';
            background-color: #fff;
            width: 6px;
            height: 6px;
            border-radius: 6px;
            display: block;
            position: relative;
            top: 7px;
            left: 0;
            z-index: 2;
            margin: 0 auto; }
      .page.Support .register-product-main.right .form-row .form-field.product-max-width {
        max-width: 350px; }
      .page.Support .register-product-main.right .form-row .form-field.file-upload-div {
        max-width: 400px; }
        .page.Support .register-product-main.right .form-row .form-field.file-upload-div .file-upload-wrapper {
          position: relative;
          width: 100%;
          height: 42px;
          cursor: pointer; }
          .page.Support .register-product-main.right .form-row .form-field.file-upload-div .file-upload-wrapper:before {
            content: "Upload";
            top: 0;
            right: 0;
            position: absolute;
            color: #000;
            z-index: 2;
            display: inline-block;
            height: 42px;
            line-height: 42px;
            font-weight: 600;
            background: linear-gradient(to right, #24c6Dc, #514a9d);
            color: #fff;
            padding-left: 10px;
            padding-right: 10px;
            text-transform: uppercase;
            transition: 0.5s ease-in-out;
            font-size: 14px; }
          .page.Support .register-product-main.right .form-row .form-field.file-upload-div .file-upload-wrapper:after {
            content: attr(data-text);
            font-size: 18px;
            font-weight: 400;
            position: absolute;
            left: 0;
            background: #fff;
            padding: 10px 15px;
            width: calc(100% - 70px);
            top: 0;
            pointer-events: none;
            z-index: 1;
            height: 42px;
            /* line-height: 42px; */
            color: #999;
            display: block; }
          .page.Support .register-product-main.right .form-row .form-field.file-upload-div .file-upload-wrapper input.file-upload-field {
            cursor: pointer;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99;
            bottom: 0;
            height: 42px;
            padding: 0;
            display: block; }
          .page.Support .register-product-main.right .form-row .form-field.file-upload-div .file-upload-wrapper:hover:before {
            background: linear-gradient(to right, #514a9d, #24c6Dc); }
    .page.Support .register-product-main.right .form-field.captcha {
      padding: 0px 15px;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 41px; }
      .page.Support .register-product-main.right .form-field.captcha .form-label {
        font-family: 'Karla';
        font-weight: 600;
        color: #000;
        margin-right: 30px;
        font-size: 16px;
        line-height: 24px; }
      @media (min-width: 320px) {
        .page.Support .register-product-main.right .form-field.captcha .right-data {
          width: 100%; } }
      @media (min-width: 992px) {
        .page.Support .register-product-main.right .form-field.captcha .right-data {
          width: auto; } }
      .page.Support .register-product-main.right .form-field.captcha .g-recaptcha {
        transform: scale(0.75);
        transform-origin: left; }
        @media (min-width: 576px) {
          .page.Support .register-product-main.right .form-field.captcha .g-recaptcha {
            transform: scale(1); } }
      .page.Support .register-product-main.right .form-field.captcha span.captcha-alert {
        background-color: #db2828;
        text-align: center;
        color: #fff;
        padding: 3px 10px;
        clear: both;
        width: auto;
        border-radius: 4px;
        float: left;
        margin-bottom: 7px;
        margin-top: 10px;
        visibility: hidden; }
    .page.Support .register-product-main.right .button {
      background: #00567d url("https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/send-icon.png") no-repeat center right;
      background-origin: content-box;
      font-size: 18px;
      line-height: 26px;
      font-family: 'Karla';
      min-width: 230px;
      background-size: 24px;
      padding: 10px 55px 10px 55px;
      text-align: center; }
      .page.Support .register-product-main.right .button:hover {
        background-color: #000; }
      @media (min-width: 576px) {
        .page.Support .register-product-main.right .button {
          text-align: left;
          font-size: 22px;
          line-height: 30px; } }
    .page.Support .register-product-main.right div#loading {
      margin-left: 20px;
      vertical-align: middle;
      line-height: 51.99px; }
  .page.Support .manuals-installation {
    padding: 0px 20px;
    text-align: center; }
    .page.Support .manuals-installation a {
      font-family: 'Karla';
      font-weight: 700;
      color: #000;
      font-size: 16px; }
    @media (min-width: 320px) {
      .page.Support .manuals-installation {
        display: block; } }
    @media (min-width: 992px) {
      .page.Support .manuals-installation {
        display: none; } }

/* end */
/*** 29-Oct-2021 ***/
.custom_cat_page {
  float: left;
  width: 100%;
  padding: 20px 0 0 0; }

.cat_content h2 {
  color: #000000;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 23px;
  margin: 0 0 18px 0; }
  @media (min-width: 576px) {
    .cat_content h2 {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 768px) {
    .cat_content h2 {
      font-size: 28px;
      line-height: 34px;
      margin: 0 0 24px 0; } }

.cat_content h3 {
  color: #000;
  font-weight: 700;
  font-family: Montserrat;
  margin: 0 0 24px 0;
  font-size: 16px; }
  @media (min-width: 768px) {
    .cat_content h3 {
      font-size: 22px; } }

.cat_content h3 small {
  color: #000;
  font-weight: 500; }

.cat_content p, .grid-content .grid_right ol li {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  font-family: "Montserrat"; }
  @media (min-width: 768px) {
    .cat_content p, .grid-content .grid_right ol li {
      font-size: 16px;
      line-height: 26px; } }

.cat_content .cat_inner_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .cat_content .cat_inner_sec {
      flex-wrap: nowrap;
      margin-bottom: 0px; } }

.inner-banner img {
  width: 100%; }

.cat_content .cat_inner_sec .cat_right img {
  max-width: 250px;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .cat_content .cat_inner_sec .cat_right img {
      margin-bottom: 0px; } }

.cat_content .freedomgo-image-section .cat_right img {
  max-width: 300px;
  margin: 20px 0; }
  @media (min-width: 1310px) {
    .cat_content .freedomgo-image-section .cat_right img {
      max-width: 400px; } }

.cat_content .cat_inner_sec .cat_left {
  padding-right: 0px; }
  @media (min-width: 768px) {
    .cat_content .cat_inner_sec .cat_left {
      padding-right: 50px; } }

.cat_content .inner-grid {
  padding: 12px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }

.cat_content .plan-section-grid .grid-content {
  margin-bottom: 50px;
  display: block; }

.cat_content .plan-section-grid .grid-content:last-child {
  margin-bottom: 0px; }

.grid-logo img {
  max-width: 250px; }
  @media (min-width: 768px) {
    .grid-logo img {
      max-width: 300px; } }
  @media (min-width: 1200px) {
    .grid-logo img {
      max-width: 100%; } }

.grid-content h4 {
  color: #00567d;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 24px 0; }
  @media (min-width: 768px) {
    .grid-content h4 {
      font-size: 24px;
      line-height: 34px;
      margin: 0 0 30px 0px; } }

.custom-ul {
  list-style: none;
  margin: 0; }

.custom-ul li {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  font-family: "Montserrat";
  margin-bottom: 20px;
  background: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/custom-li-icon.png) no-repeat center left;
  padding-left: 36px; }
  @media (min-width: 768px) {
    .custom-ul li {
      font-size: 16px; } }

#service-plan-page .service-description {
  display: none; }

#service-plan-page .custom_cat_page {
  display: block !important; }

.features-section .grid-content .custom-ul {
  display: inline-grid;
  width: 350px; }

.cat_content .plan-section-grid {
  display: block; }
  @media (min-width: 992px) {
    .cat_content .plan-section-grid {
      padding-bottom: 24px; } }

.cat_content .plan-section-grid .plan-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px; }

.cat_content .plan-section-grid .plan-section .plan-box {
  width: 16.65%;
  padding: 0px 12px; }

.plan-section .plan-title {
  background-color: #00567d;
  padding: 14px 0;
  text-align: center; }

.plan-section .plan-title h4 {
  font-size: 18px;
  line-height: 24px;
  color: #f7f8f7;
  font-weight: 700;
  font-family: "Montserrat";
  margin: 0; }
  @media (min-width: 576px) {
    .plan-section .plan-title h4 {
      font-size: 20px;
      line-height: 28px; } }

.cat_content .plan-section-grid .plan-section .plan-box .plan-content {
  background-color: #f7f8f7; }

.plan-content ul {
  margin: 0;
  list-style: none;
  position: relative; }

.plan-content ul li {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "Montserrat";
  padding: 10px 0px 10px 20px;
  border-bottom: 1px solid #ededed; }
  @media (min-width: 576px) {
    .plan-content ul li {
      font-size: 18px;
      line-height: 30px; } }

.plan-content ul li:last-child {
  border-bottom: none; }

.plan-content ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #00567d;
  margin-right: 12px;
  vertical-align: middle; }

.cat_content .inner-grid .scrolling {
  position: relative; }

.table-chart-sec #inner #compat {
  table-layout: inherit;
  border-collapse: collapse;
  border: 0;
  margin-top: 0; }
  .table-chart-sec #inner #compat tbody tr:nth-child(odd) {
    background-color: #f4f4f4 !important; }
  .table-chart-sec #inner #compat tbody tr:first-child th, .table-chart-sec #inner #compat tbody tr:first-child td {
    font-size: 11px;
    line-height: 20px;
    color: #00567d;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    padding: 16px 8px;
    min-width: 110px;
    vertical-align: middle; }
    @media (min-width: 576px) {
      .table-chart-sec #inner #compat tbody tr:first-child th, .table-chart-sec #inner #compat tbody tr:first-child td {
        min-width: 150px; } }
  .table-chart-sec #inner #compat tbody th .img-fluid {
    height: auto;
    max-width: 100px; }
  .table-chart-sec #inner #compat tbody th h4, .table-chart-sec #inner #compat tbody th h4 a {
    font-size: 10px;
    line-height: 20px;
    color: #00567d;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    margin: 6px 0 0 0; }
  .table-chart-sec #inner #compat tbody tr td {
    font-size: 10px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    border-left: none; }
    .table-chart-sec #inner #compat tbody tr td span.question {
      position: relative; }
      .table-chart-sec #inner #compat tbody tr td span.question:hover a span {
        display: block !important;
        position: absolute;
        margin-top: 10px;
        margin-left: -5px;
        width: 325px;
        padding: 10px;
        z-index: 100;
        color: #ffffff;
        background: #0079c2;
        font-size: 11px;
        line-height: 20px;
        text-align: left;
        text-decoration: none;
        border: 1px solid #ffffff;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    .table-chart-sec #inner #compat tbody tr td small {
      font-size: 9px;
      line-height: 18px; }
  .table-chart-sec #inner #compat tbody tr th, .table-chart-sec #inner #compat tbody tr td {
    padding: 16px 8px;
    min-width: 110px;
    vertical-align: middle;
    text-align: center; }
    @media (min-width: 576px) {
      .table-chart-sec #inner #compat tbody tr th, .table-chart-sec #inner #compat tbody tr td {
        min-width: 150px; } }

.cat_content .freedom-chart-sec {
  display: block; }

.category.Shaw .cat_content .cat_inner_sec .cat_right img, .category.Bell .cat_content .cat_inner_sec .cat_right img, .category.DISH .cat_content .cat_inner_sec .cat_right img {
  max-width: 250px;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .category.Shaw .cat_content .cat_inner_sec .cat_right img, .category.Bell .cat_content .cat_inner_sec .cat_right img, .category.DISH .cat_content .cat_inner_sec .cat_right img {
      margin-bottom: 0px; } }
  @media (min-width: 992px) {
    .category.Shaw .cat_content .cat_inner_sec .cat_right img, .category.Bell .cat_content .cat_inner_sec .cat_right img, .category.DISH .cat_content .cat_inner_sec .cat_right img {
      max-width: 450px; } }

.category.Shaw .cat_content .cat_inner_sec .cat_left, .category.Bell .cat_content .cat_inner_sec .cat_left, .category.DISH .cat_content .cat_inner_sec .cat_left {
  padding-right: 0px; }
  @media (min-width: 768px) {
    .category.Shaw .cat_content .cat_inner_sec .cat_left, .category.Bell .cat_content .cat_inner_sec .cat_left, .category.DISH .cat_content .cat_inner_sec .cat_left {
      padding-right: 50px; } }
  @media (min-width: 992px) {
    .category.Shaw .cat_content .cat_inner_sec .cat_left, .category.Bell .cat_content .cat_inner_sec .cat_left, .category.DISH .cat_content .cat_inner_sec .cat_left {
      width: 60%; } }

.category.Shaw .cat_content .cat_inner_sec, .category.Bell .cat_content .cat_inner_sec, .category.DISH .cat_content .cat_inner_sec {
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .category.Shaw .cat_content .cat_inner_sec, .category.Bell .cat_content .cat_inner_sec, .category.DISH .cat_content .cat_inner_sec {
      margin-bottom: 20px; } }

.category.Shaw .cat_content .cat_inner_sec .cat_left .call-now, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now {
  border: 1px solid #8D8D8D;
  border-radius: 8px;
  max-width: 240px; }
  @media (min-width: 320px) {
    .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now {
      margin: 0 0 30px; } }
  @media (min-width: 768px) {
    .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now {
      margin: initial;
      max-width: 370px; } }
  .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now a, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now a, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now a .m-icon, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now a .m-icon, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-icon {
      background: #F5F5F5;
      border-radius: 8px 0px 0px 8px;
      display: inline-block; }
      @media (min-width: 320px) {
        .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now a .m-icon, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now a .m-icon, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-icon {
          padding: 10.5px 16.5px; } }
      @media (min-width: 768px) {
        .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now a .m-icon, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now a .m-icon, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-icon {
          padding: 14.5px 25.5px; } }
      @media (min-width: 320px) {
        .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now a .m-icon img, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now a .m-icon img, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-icon img {
          width: 17px; } }
      @media (min-width: 768px) {
        .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now a .m-icon img, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now a .m-icon img, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-icon img {
          width: auto; } }
    .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now a .m-number, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now a .m-number, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-number {
      color: #020202;
      line-height: 30px;
      font-weight: 600;
      padding: 0 30px 0 25px; }
      @media (min-width: 320px) {
        .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now a .m-number, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now a .m-number, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-number {
          padding: 0 22px 0 0;
          font-size: 13px; } }
      @media (min-width: 768px) {
        .category.Shaw .cat_content .cat_inner_sec .cat_left .call-now a .m-number, .category.Bell .cat_content .cat_inner_sec .cat_left .call-now a .m-number, .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-number {
          font-size: 20px;
          padding: 0 30px 0 25px; } }

.category.Shaw .cat_content .freedom-chart-sec, .category.Bell .cat_content .freedom-chart-sec, .category.DISH .cat_content .freedom-chart-sec {
  padding: 10px 0 0 0; }
  @media (min-width: 576px) {
    .category.Shaw .cat_content .freedom-chart-sec, .category.Bell .cat_content .freedom-chart-sec, .category.DISH .cat_content .freedom-chart-sec {
      padding: 40px 0 0 0; } }
  @media (min-width: 992px) {
    .category.Shaw .cat_content .freedom-chart-sec, .category.Bell .cat_content .freedom-chart-sec, .category.DISH .cat_content .freedom-chart-sec {
      padding: 80px 0 0 0; } }
  .category.Shaw .cat_content .freedom-chart-sec .grid-content h4, .category.Bell .cat_content .freedom-chart-sec .grid-content h4, .category.DISH .cat_content .freedom-chart-sec .grid-content h4 {
    text-align: center;
    color: #000000;
    font-size: 17px;
    line-height: 23px; }
    @media (min-width: 576px) {
      .category.Shaw .cat_content .freedom-chart-sec .grid-content h4, .category.Bell .cat_content .freedom-chart-sec .grid-content h4, .category.DISH .cat_content .freedom-chart-sec .grid-content h4 {
        font-size: 24px;
        line-height: 30px; } }
    @media (min-width: 768px) {
      .category.Shaw .cat_content .freedom-chart-sec .grid-content h4, .category.Bell .cat_content .freedom-chart-sec .grid-content h4, .category.DISH .cat_content .freedom-chart-sec .grid-content h4 {
        font-size: 28px;
        line-height: 36px; } }
  .category.Shaw .cat_content .freedom-chart-sec .grid-content p, .category.Bell .cat_content .freedom-chart-sec .grid-content p, .category.DISH .cat_content .freedom-chart-sec .grid-content p {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 20px; }
  .category.Shaw .cat_content .freedom-chart-sec .table-chart-sec #inner #compat tbody tr:nth-child(odd), .category.Bell .cat_content .freedom-chart-sec .table-chart-sec #inner #compat tbody tr:nth-child(odd), .category.DISH .cat_content .freedom-chart-sec .table-chart-sec #inner #compat tbody tr:nth-child(odd) {
    background-color: #ffffff !important; }
  .category.Shaw .cat_content .freedom-chart-sec .table-chart-sec #inner #compat tr:not(:first-child), .category.Bell .cat_content .freedom-chart-sec .table-chart-sec #inner #compat tr:not(:first-child), .category.DISH .cat_content .freedom-chart-sec .table-chart-sec #inner #compat tr:not(:first-child) {
    border-bottom: 1px solid #dddddd; }

.table-chart-sec #inner {
  overflow-x: auto; }

.cat_content .inner-grid .grid-content .grid_lr_sec {
  float: left;
  width: 100%;
  padding-bottom: 0px; }
  @media (min-width: 768px) {
    .cat_content .inner-grid .grid-content .grid_lr_sec {
      padding-bottom: 24px; } }

.cat_content .inner-grid .grid-content .grid_left {
  width: 100%;
  float: left;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .cat_content .inner-grid .grid-content .grid_left {
      width: 35%;
      margin-right: 30px;
      margin-bottom: 0px; } }

.cat_content .inner-grid .grid-content .grid_right {
  width: 100%;
  float: right; }
  @media (min-width: 768px) {
    .cat_content .inner-grid .grid-content .grid_right {
      width: 60%; } }

.grid-content .grid_right ol {
  margin: 0 0 20px 20px; }

.cat_content .liftstyle-section {
  padding: 30px 0 0 0 !important; }

.cat_content .liftstyle-section .liftstyle-banner {
  margin-bottom: 32px;
  width: 100%; }

.cat_content .liftstyle-section .grid-column:last-child {
  margin-right: 0 !important; }

.cat_content .liftstyle-section .grid-column {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-bottom: 0px; }
  @media (min-width: 992px) {
    .cat_content .liftstyle-section .grid-column {
      width: 47%;
      margin-right: 3%; } }

.cat_content .liftstyle-section .grid-column h4 {
  margin: 0 0 20px 0; }

/*** scrollbar css ***/
/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00567d; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; }

@media all and (max-width: 991px) {
  .cat_content .plan-section-grid .plan-section .plan-box {
    width: 48%;
    margin-bottom: 32px; } }

@media all and (max-width: 480px) {
  .cat_content .plan-section-grid .plan-section .plan-box {
    width: 100%; } }

/* 3-11-2021 Anand css about us pages */
.about-us-pages-image-with-desc {
  position: relative; }
  .about-us-pages-image-with-desc .about-img {
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .about-us-pages-image-with-desc .about-img {
        height: 420px; } }
    @media (min-width: 992px) {
      .about-us-pages-image-with-desc .about-img {
        height: auto; } }
    .about-us-pages-image-with-desc .about-img .about-us-pages-header-image {
      width: 100%; }
      @media (min-width: 320px) {
        .about-us-pages-image-with-desc .about-img .about-us-pages-header-image {
          height: 100%;
          object-fit: cover; } }
      @media (min-width: 992px) {
        .about-us-pages-image-with-desc .about-img .about-us-pages-header-image {
          height: auto; } }
  .about-us-pages-image-with-desc .about-us-pages-description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 0.75rem; }
    .about-us-pages-image-with-desc .about-us-pages-description .desc {
      max-width: 750px; }
      .about-us-pages-image-with-desc .about-us-pages-description .desc .about-us-pages-title {
        color: #f8f8f8;
        font-weight: 700;
        margin-bottom: 0; }
        @media (min-width: 320px) {
          .about-us-pages-image-with-desc .about-us-pages-description .desc .about-us-pages-title {
            font-size: 18px;
            line-height: 18px; } }
        @media (min-width: 992px) {
          .about-us-pages-image-with-desc .about-us-pages-description .desc .about-us-pages-title {
            font-size: 28px;
            line-height: 24px; } }
      .about-us-pages-image-with-desc .about-us-pages-description .desc .about-us-pages-big-title {
        color: #f8f8f8;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #f8f8f8; }
        @media (min-width: 320px) {
          .about-us-pages-image-with-desc .about-us-pages-description .desc .about-us-pages-big-title {
            font-size: 24px;
            line-height: 32px;
            margin-top: 1.5571rem; } }
        @media (min-width: 992px) {
          .about-us-pages-image-with-desc .about-us-pages-description .desc .about-us-pages-big-title {
            margin-top: 2.28571rem;
            font-size: 32px;
            line-height: 40px; } }

.about-us-pages-Breadcrumb {
  display: block;
  background-color: #f8f8f8; }
  .about-us-pages-Breadcrumb .breadcrumbs {
    text-align: left;
    margin-bottom: 1.5rem; }
    @media (min-width: 320px) {
      .about-us-pages-Breadcrumb .breadcrumbs li.breadcrumb {
        line-height: 16px;
        padding: 10px 0px;
        margin-right: 0.55rem; } }
    @media (min-width: 992px) {
      .about-us-pages-Breadcrumb .breadcrumbs li.breadcrumb {
        line-height: 50px;
        padding: 0;
        margin-right: 0.55rem; } }
    .about-us-pages-Breadcrumb .breadcrumbs li.breadcrumb a {
      text-decoration: none;
      font-size: 14px;
      color: #101820;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Montserrat"; }
    .about-us-pages-Breadcrumb .breadcrumbs .breadcrumb:not(:first-child):before {
      border-right: 0;
      transform: none;
      background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/product_images/uploaded_images/right-arrow.png);
      width: 7px;
      height: 10px; }

.page.company-profile .text-center, .page.Innovation-Center .text-center, .page.Wifiranger .text-center, .page.our-partner .text-center, .page.About-Us-Main .text-center, .page.leadership-inner-page .text-center, .page.Blog-page .text-center, .direct-tv-category-page .text-center, .starlink-page .text-center {
  text-align: center; }

.page.company-profile .mb-1, .page.Innovation-Center .mb-1, .page.Wifiranger .mb-1, .page.our-partner .mb-1, .page.About-Us-Main .mb-1, .page.leadership-inner-page .mb-1, .page.Blog-page .mb-1, .direct-tv-category-page .mb-1, .starlink-page .mb-1 {
  margin-bottom: 1rem; }

.page.company-profile .mb-3, .page.Innovation-Center .mb-3, .page.Wifiranger .mb-3, .page.our-partner .mb-3, .page.About-Us-Main .mb-3, .page.leadership-inner-page .mb-3, .page.Blog-page .mb-3, .direct-tv-category-page .mb-3, .starlink-page .mb-3 {
  margin-bottom: 1rem !important; }

.page.company-profile .mb-4, .page.Innovation-Center .mb-4, .page.Wifiranger .mb-4, .page.our-partner .mb-4, .page.About-Us-Main .mb-4, .page.leadership-inner-page .mb-4, .page.Blog-page .mb-4, .direct-tv-category-page .mb-4, .starlink-page .mb-4 {
  margin-bottom: 1.5rem; }

.page.company-profile .pt-0, .page.company-profile .py-0, .page.Innovation-Center .pt-0, .page.Innovation-Center .py-0, .page.Wifiranger .pt-0, .page.Wifiranger .py-0, .page.our-partner .pt-0, .page.our-partner .py-0, .page.About-Us-Main .pt-0, .page.About-Us-Main .py-0, .page.leadership-inner-page .pt-0, .page.leadership-inner-page .py-0, .page.Blog-page .pt-0, .page.Blog-page .py-0, .direct-tv-category-page .pt-0, .direct-tv-category-page .py-0, .starlink-page .pt-0, .starlink-page .py-0 {
  padding-top: 0px !important; }

.page.company-profile .pb-1, .page.company-profile .py-1, .page.Innovation-Center .pb-1, .page.Innovation-Center .py-1, .page.Wifiranger .pb-1, .page.Wifiranger .py-1, .page.our-partner .pb-1, .page.our-partner .py-1, .page.About-Us-Main .pb-1, .page.About-Us-Main .py-1, .page.leadership-inner-page .pb-1, .page.leadership-inner-page .py-1, .page.Blog-page .pb-1, .page.Blog-page .py-1, .direct-tv-category-page .pb-1, .direct-tv-category-page .py-1, .starlink-page .pb-1, .starlink-page .py-1 {
  padding-bottom: 0.25rem !important; }

.page.company-profile .pt-1, .page.company-profile .py-1, .page.Innovation-Center .pt-1, .page.Innovation-Center .py-1, .page.Wifiranger .pt-1, .page.Wifiranger .py-1, .page.our-partner .pt-1, .page.our-partner .py-1, .page.About-Us-Main .pt-1, .page.About-Us-Main .py-1, .page.leadership-inner-page .pt-1, .page.leadership-inner-page .py-1, .page.Blog-page .pt-1, .page.Blog-page .py-1, .direct-tv-category-page .pt-1, .direct-tv-category-page .py-1, .starlink-page .pt-1, .starlink-page .py-1 {
  padding-top: 0.25rem !important; }

.page.company-profile .pb-0, .page.company-profile .py-0, .page.Innovation-Center .pb-0, .page.Innovation-Center .py-0, .page.Wifiranger .pb-0, .page.Wifiranger .py-0, .page.our-partner .pb-0, .page.our-partner .py-0, .page.About-Us-Main .pb-0, .page.About-Us-Main .py-0, .page.leadership-inner-page .pb-0, .page.leadership-inner-page .py-0, .page.Blog-page .pb-0, .page.Blog-page .py-0, .direct-tv-category-page .pb-0, .direct-tv-category-page .py-0, .starlink-page .pb-0, .starlink-page .py-0 {
  padding-bottom: 0 !important; }

.page.company-profile .pl-0, .page.Innovation-Center .pl-0, .page.Wifiranger .pl-0, .page.our-partner .pl-0, .page.About-Us-Main .pl-0, .page.leadership-inner-page .pl-0, .page.Blog-page .pl-0, .direct-tv-category-page .pl-0, .starlink-page .pl-0 {
  padding-left: 0px !important; }

.page.company-profile .p-1, .page.Innovation-Center .p-1, .page.Wifiranger .p-1, .page.our-partner .p-1, .page.About-Us-Main .p-1, .page.leadership-inner-page .p-1, .page.Blog-page .p-1, .direct-tv-category-page .p-1, .starlink-page .p-1 {
  padding: 0.25rem; }

.page.company-profile .pb-4, .page.company-profile .py-4, .page.Innovation-Center .pb-4, .page.Innovation-Center .py-4, .page.Wifiranger .pb-4, .page.Wifiranger .py-4, .page.our-partner .pb-4, .page.our-partner .py-4, .page.About-Us-Main .pb-4, .page.About-Us-Main .py-4, .page.leadership-inner-page .pb-4, .page.leadership-inner-page .py-4, .page.Blog-page .pb-4, .page.Blog-page .py-4, .direct-tv-category-page .pb-4, .direct-tv-category-page .py-4, .starlink-page .pb-4, .starlink-page .py-4 {
  padding-bottom: 1.5rem; }

.page.company-profile .pt-4, .page.company-profile .py-4, .page.Innovation-Center .pt-4, .page.Innovation-Center .py-4, .page.Wifiranger .pt-4, .page.Wifiranger .py-4, .page.our-partner .pt-4, .page.our-partner .py-4, .page.About-Us-Main .pt-4, .page.About-Us-Main .py-4, .page.leadership-inner-page .pt-4, .page.leadership-inner-page .py-4, .page.Blog-page .pt-4, .page.Blog-page .py-4, .direct-tv-category-page .pt-4, .direct-tv-category-page .py-4, .starlink-page .pt-4, .starlink-page .py-4 {
  padding-top: 1.5rem !important; }

.page.company-profile a.link, .page.Innovation-Center a.link, .page.Wifiranger a.link, .page.our-partner a.link, .page.About-Us-Main a.link, .page.leadership-inner-page a.link, .page.Blog-page a.link, .direct-tv-category-page a.link, .starlink-page a.link {
  color: #00567d;
  font-weight: 600;
  font-family: 'Montserrat'; }

.page.company-profile .text-muted, .page.Innovation-Center .text-muted, .page.Wifiranger .text-muted, .page.our-partner .text-muted, .page.About-Us-Main .text-muted, .page.leadership-inner-page .text-muted, .page.Blog-page .text-muted, .direct-tv-category-page .text-muted, .starlink-page .text-muted {
  color: #6c757d !important;
  font-size: 14px;
  line-height: 1.5rem; }

.page.company-profile .text-white, .page.Innovation-Center .text-white, .page.Wifiranger .text-white, .page.our-partner .text-white, .page.About-Us-Main .text-white, .page.leadership-inner-page .text-white, .page.Blog-page .text-white, .direct-tv-category-page .text-white, .starlink-page .text-white {
  color: #fff !important; }

.page.company-profile .bg-secondary, .page.Innovation-Center .bg-secondary, .page.Wifiranger .bg-secondary, .page.our-partner .bg-secondary, .page.About-Us-Main .bg-secondary, .page.leadership-inner-page .bg-secondary, .page.Blog-page .bg-secondary, .direct-tv-category-page .bg-secondary, .starlink-page .bg-secondary {
  background-color: #6c757d !important; }

.page.company-profile .bg-light, .page.Innovation-Center .bg-light, .page.Wifiranger .bg-light, .page.our-partner .bg-light, .page.About-Us-Main .bg-light, .page.leadership-inner-page .bg-light, .page.Blog-page .bg-light, .direct-tv-category-page .bg-light, .starlink-page .bg-light {
  background-color: #f8f9fa !important; }

.page.company-profile a.more-info-pricing.text-center.link, .page.Innovation-Center a.more-info-pricing.text-center.link, .page.Wifiranger a.more-info-pricing.text-center.link, .page.our-partner a.more-info-pricing.text-center.link, .page.About-Us-Main a.more-info-pricing.text-center.link, .page.leadership-inner-page a.more-info-pricing.text-center.link, .page.Blog-page a.more-info-pricing.text-center.link, .direct-tv-category-page a.more-info-pricing.text-center.link, .starlink-page a.more-info-pricing.text-center.link {
  float: left;
  width: 100%;
  font-size: 26px;
  margin-top: 15px; }

.page.company-profile .row.direct-tv-resources h2, .page.Innovation-Center .row.direct-tv-resources h2, .page.Wifiranger .row.direct-tv-resources h2, .page.our-partner .row.direct-tv-resources h2, .page.About-Us-Main .row.direct-tv-resources h2, .page.leadership-inner-page .row.direct-tv-resources h2, .page.Blog-page .row.direct-tv-resources h2, .direct-tv-category-page .row.direct-tv-resources h2, .starlink-page .row.direct-tv-resources h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

.page.company-profile .row.direct-tv-resources .list-group, .page.Innovation-Center .row.direct-tv-resources .list-group, .page.Wifiranger .row.direct-tv-resources .list-group, .page.our-partner .row.direct-tv-resources .list-group, .page.About-Us-Main .row.direct-tv-resources .list-group, .page.leadership-inner-page .row.direct-tv-resources .list-group, .page.Blog-page .row.direct-tv-resources .list-group, .direct-tv-category-page .row.direct-tv-resources .list-group, .starlink-page .row.direct-tv-resources .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }
  .page.company-profile .row.direct-tv-resources .list-group a, .page.Innovation-Center .row.direct-tv-resources .list-group a, .page.Wifiranger .row.direct-tv-resources .list-group a, .page.our-partner .row.direct-tv-resources .list-group a, .page.About-Us-Main .row.direct-tv-resources .list-group a, .page.leadership-inner-page .row.direct-tv-resources .list-group a, .page.Blog-page .row.direct-tv-resources .list-group a, .direct-tv-category-page .row.direct-tv-resources .list-group a, .starlink-page .row.direct-tv-resources .list-group a {
    display: block;
    padding: 14px 0px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    font-family: Montserrat; }
    .page.company-profile .row.direct-tv-resources .list-group a:last-child, .page.Innovation-Center .row.direct-tv-resources .list-group a:last-child, .page.Wifiranger .row.direct-tv-resources .list-group a:last-child, .page.our-partner .row.direct-tv-resources .list-group a:last-child, .page.About-Us-Main .row.direct-tv-resources .list-group a:last-child, .page.leadership-inner-page .row.direct-tv-resources .list-group a:last-child, .page.Blog-page .row.direct-tv-resources .list-group a:last-child, .direct-tv-category-page .row.direct-tv-resources .list-group a:last-child, .starlink-page .row.direct-tv-resources .list-group a:last-child {
      border-bottom: 0px; }

.page.company-profile .row.direct-tv-row-section .card .card-header h4, .page.Innovation-Center .row.direct-tv-row-section .card .card-header h4, .page.Wifiranger .row.direct-tv-row-section .card .card-header h4, .page.our-partner .row.direct-tv-row-section .card .card-header h4, .page.About-Us-Main .row.direct-tv-row-section .card .card-header h4, .page.leadership-inner-page .row.direct-tv-row-section .card .card-header h4, .page.Blog-page .row.direct-tv-row-section .card .card-header h4, .direct-tv-category-page .row.direct-tv-row-section .card .card-header h4, .starlink-page .row.direct-tv-row-section .card .card-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px; }

.page.company-profile .row, .page.Innovation-Center .row, .page.Wifiranger .row, .page.our-partner .row, .page.About-Us-Main .row, .page.leadership-inner-page .row, .page.Blog-page .row, .direct-tv-category-page .row, .starlink-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .page.company-profile .row .col-lg-1, .page.Innovation-Center .row .col-lg-1, .page.Wifiranger .row .col-lg-1, .page.our-partner .row .col-lg-1, .page.About-Us-Main .row .col-lg-1, .page.leadership-inner-page .row .col-lg-1, .page.Blog-page .row .col-lg-1, .direct-tv-category-page .row .col-lg-1, .starlink-page .row .col-lg-1 {
    padding: 15px;
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .page.company-profile .row .col-lg-1, .page.Innovation-Center .row .col-lg-1, .page.Wifiranger .row .col-lg-1, .page.our-partner .row .col-lg-1, .page.About-Us-Main .row .col-lg-1, .page.leadership-inner-page .row .col-lg-1, .page.Blog-page .row .col-lg-1, .direct-tv-category-page .row .col-lg-1, .starlink-page .row .col-lg-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%; } }
  .page.company-profile .row .col-lg-3, .page.Innovation-Center .row .col-lg-3, .page.Wifiranger .row .col-lg-3, .page.our-partner .row .col-lg-3, .page.About-Us-Main .row .col-lg-3, .page.leadership-inner-page .row .col-lg-3, .page.Blog-page .row .col-lg-3, .direct-tv-category-page .row .col-lg-3, .starlink-page .row .col-lg-3 {
    padding: 15px;
    position: relative;
    width: 100%; }
    .page.company-profile .row .col-lg-3 .image-section, .page.Innovation-Center .row .col-lg-3 .image-section, .page.Wifiranger .row .col-lg-3 .image-section, .page.our-partner .row .col-lg-3 .image-section, .page.About-Us-Main .row .col-lg-3 .image-section, .page.leadership-inner-page .row .col-lg-3 .image-section, .page.Blog-page .row .col-lg-3 .image-section, .direct-tv-category-page .row .col-lg-3 .image-section, .starlink-page .row .col-lg-3 .image-section {
      margin-bottom: 1rem; }
      .page.company-profile .row .col-lg-3 .image-section img, .page.Innovation-Center .row .col-lg-3 .image-section img, .page.Wifiranger .row .col-lg-3 .image-section img, .page.our-partner .row .col-lg-3 .image-section img, .page.About-Us-Main .row .col-lg-3 .image-section img, .page.leadership-inner-page .row .col-lg-3 .image-section img, .page.Blog-page .row .col-lg-3 .image-section img, .direct-tv-category-page .row .col-lg-3 .image-section img, .starlink-page .row .col-lg-3 .image-section img {
        padding: 0.25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        max-width: 100%;
        height: auto;
        opacity: 1;
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out; }
        .page.company-profile .row .col-lg-3 .image-section img:hover, .page.Innovation-Center .row .col-lg-3 .image-section img:hover, .page.Wifiranger .row .col-lg-3 .image-section img:hover, .page.our-partner .row .col-lg-3 .image-section img:hover, .page.About-Us-Main .row .col-lg-3 .image-section img:hover, .page.leadership-inner-page .row .col-lg-3 .image-section img:hover, .page.Blog-page .row .col-lg-3 .image-section img:hover, .direct-tv-category-page .row .col-lg-3 .image-section img:hover, .starlink-page .row .col-lg-3 .image-section img:hover {
          opacity: 0.5; }
    @media (min-width: 992px) {
      .page.company-profile .row .col-lg-3, .page.Innovation-Center .row .col-lg-3, .page.Wifiranger .row .col-lg-3, .page.our-partner .row .col-lg-3, .page.About-Us-Main .row .col-lg-3, .page.leadership-inner-page .row .col-lg-3, .page.Blog-page .row .col-lg-3, .direct-tv-category-page .row .col-lg-3, .starlink-page .row .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; } }
  .page.company-profile .row .col-lg-4, .page.Innovation-Center .row .col-lg-4, .page.Wifiranger .row .col-lg-4, .page.our-partner .row .col-lg-4, .page.About-Us-Main .row .col-lg-4, .page.leadership-inner-page .row .col-lg-4, .page.Blog-page .row .col-lg-4, .direct-tv-category-page .row .col-lg-4, .starlink-page .row .col-lg-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%; }
    .page.company-profile .row .col-lg-4 .image-section, .page.Innovation-Center .row .col-lg-4 .image-section, .page.Wifiranger .row .col-lg-4 .image-section, .page.our-partner .row .col-lg-4 .image-section, .page.About-Us-Main .row .col-lg-4 .image-section, .page.leadership-inner-page .row .col-lg-4 .image-section, .page.Blog-page .row .col-lg-4 .image-section, .direct-tv-category-page .row .col-lg-4 .image-section, .starlink-page .row .col-lg-4 .image-section {
      margin-bottom: 1rem; }
      .page.company-profile .row .col-lg-4 .image-section img, .page.Innovation-Center .row .col-lg-4 .image-section img, .page.Wifiranger .row .col-lg-4 .image-section img, .page.our-partner .row .col-lg-4 .image-section img, .page.About-Us-Main .row .col-lg-4 .image-section img, .page.leadership-inner-page .row .col-lg-4 .image-section img, .page.Blog-page .row .col-lg-4 .image-section img, .direct-tv-category-page .row .col-lg-4 .image-section img, .starlink-page .row .col-lg-4 .image-section img {
        padding: 0.25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        max-width: 100%;
        height: auto;
        opacity: 1;
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out; }
        .page.company-profile .row .col-lg-4 .image-section img:hover, .page.Innovation-Center .row .col-lg-4 .image-section img:hover, .page.Wifiranger .row .col-lg-4 .image-section img:hover, .page.our-partner .row .col-lg-4 .image-section img:hover, .page.About-Us-Main .row .col-lg-4 .image-section img:hover, .page.leadership-inner-page .row .col-lg-4 .image-section img:hover, .page.Blog-page .row .col-lg-4 .image-section img:hover, .direct-tv-category-page .row .col-lg-4 .image-section img:hover, .starlink-page .row .col-lg-4 .image-section img:hover {
          opacity: 0.5; }
      .page.company-profile .row .col-lg-4 .image-section .figure-caption, .page.Innovation-Center .row .col-lg-4 .image-section .figure-caption, .page.Wifiranger .row .col-lg-4 .image-section .figure-caption, .page.our-partner .row .col-lg-4 .image-section .figure-caption, .page.About-Us-Main .row .col-lg-4 .image-section .figure-caption, .page.leadership-inner-page .row .col-lg-4 .image-section .figure-caption, .page.Blog-page .row .col-lg-4 .image-section .figure-caption, .direct-tv-category-page .row .col-lg-4 .image-section .figure-caption, .starlink-page .row .col-lg-4 .image-section .figure-caption {
        text-align: center;
        color: #000;
        font-weight: 500;
        font-family: "Montserrat";
        display: block;
        margin: 10px 0px; }
    @media (min-width: 992px) {
      .page.company-profile .row .col-lg-4, .page.Innovation-Center .row .col-lg-4, .page.Wifiranger .row .col-lg-4, .page.our-partner .row .col-lg-4, .page.About-Us-Main .row .col-lg-4, .page.leadership-inner-page .row .col-lg-4, .page.Blog-page .row .col-lg-4, .direct-tv-category-page .row .col-lg-4, .starlink-page .row .col-lg-4 {
        flex: 0 0 33.3333333333%;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
  .page.company-profile .row .col-lg-5, .page.Innovation-Center .row .col-lg-5, .page.Wifiranger .row .col-lg-5, .page.our-partner .row .col-lg-5, .page.About-Us-Main .row .col-lg-5, .page.leadership-inner-page .row .col-lg-5, .page.Blog-page .row .col-lg-5, .direct-tv-category-page .row .col-lg-5, .starlink-page .row .col-lg-5 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%; }
    .page.company-profile .row .col-lg-5 .image-section, .page.Innovation-Center .row .col-lg-5 .image-section, .page.Wifiranger .row .col-lg-5 .image-section, .page.our-partner .row .col-lg-5 .image-section, .page.About-Us-Main .row .col-lg-5 .image-section, .page.leadership-inner-page .row .col-lg-5 .image-section, .page.Blog-page .row .col-lg-5 .image-section, .direct-tv-category-page .row .col-lg-5 .image-section, .starlink-page .row .col-lg-5 .image-section {
      margin-bottom: 1rem; }
      .page.company-profile .row .col-lg-5 .image-section img, .page.Innovation-Center .row .col-lg-5 .image-section img, .page.Wifiranger .row .col-lg-5 .image-section img, .page.our-partner .row .col-lg-5 .image-section img, .page.About-Us-Main .row .col-lg-5 .image-section img, .page.leadership-inner-page .row .col-lg-5 .image-section img, .page.Blog-page .row .col-lg-5 .image-section img, .direct-tv-category-page .row .col-lg-5 .image-section img, .starlink-page .row .col-lg-5 .image-section img {
        padding: 0.25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        max-width: 100%;
        height: auto;
        opacity: 1;
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out; }
        .page.company-profile .row .col-lg-5 .image-section img:hover, .page.Innovation-Center .row .col-lg-5 .image-section img:hover, .page.Wifiranger .row .col-lg-5 .image-section img:hover, .page.our-partner .row .col-lg-5 .image-section img:hover, .page.About-Us-Main .row .col-lg-5 .image-section img:hover, .page.leadership-inner-page .row .col-lg-5 .image-section img:hover, .page.Blog-page .row .col-lg-5 .image-section img:hover, .direct-tv-category-page .row .col-lg-5 .image-section img:hover, .starlink-page .row .col-lg-5 .image-section img:hover {
          opacity: 0.5; }
      .page.company-profile .row .col-lg-5 .image-section .figure-caption, .page.Innovation-Center .row .col-lg-5 .image-section .figure-caption, .page.Wifiranger .row .col-lg-5 .image-section .figure-caption, .page.our-partner .row .col-lg-5 .image-section .figure-caption, .page.About-Us-Main .row .col-lg-5 .image-section .figure-caption, .page.leadership-inner-page .row .col-lg-5 .image-section .figure-caption, .page.Blog-page .row .col-lg-5 .image-section .figure-caption, .direct-tv-category-page .row .col-lg-5 .image-section .figure-caption, .starlink-page .row .col-lg-5 .image-section .figure-caption {
        text-align: center;
        color: #000;
        font-weight: 500;
        font-family: "Montserrat";
        display: block;
        margin: 10px 0px; }
    @media (min-width: 992px) {
      .page.company-profile .row .col-lg-5, .page.Innovation-Center .row .col-lg-5, .page.Wifiranger .row .col-lg-5, .page.our-partner .row .col-lg-5, .page.About-Us-Main .row .col-lg-5, .page.leadership-inner-page .row .col-lg-5, .page.Blog-page .row .col-lg-5, .direct-tv-category-page .row .col-lg-5, .starlink-page .row .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; } }
  .page.company-profile .row .col-lg-6, .page.Innovation-Center .row .col-lg-6, .page.Wifiranger .row .col-lg-6, .page.our-partner .row .col-lg-6, .page.About-Us-Main .row .col-lg-6, .page.leadership-inner-page .row .col-lg-6, .page.Blog-page .row .col-lg-6, .direct-tv-category-page .row .col-lg-6, .starlink-page .row .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%; }
    .page.company-profile .row .col-lg-6 .image-section, .page.Innovation-Center .row .col-lg-6 .image-section, .page.Wifiranger .row .col-lg-6 .image-section, .page.our-partner .row .col-lg-6 .image-section, .page.About-Us-Main .row .col-lg-6 .image-section, .page.leadership-inner-page .row .col-lg-6 .image-section, .page.Blog-page .row .col-lg-6 .image-section, .direct-tv-category-page .row .col-lg-6 .image-section, .starlink-page .row .col-lg-6 .image-section {
      margin-bottom: 1rem; }
      .page.company-profile .row .col-lg-6 .image-section img, .page.Innovation-Center .row .col-lg-6 .image-section img, .page.Wifiranger .row .col-lg-6 .image-section img, .page.our-partner .row .col-lg-6 .image-section img, .page.About-Us-Main .row .col-lg-6 .image-section img, .page.leadership-inner-page .row .col-lg-6 .image-section img, .page.Blog-page .row .col-lg-6 .image-section img, .direct-tv-category-page .row .col-lg-6 .image-section img, .starlink-page .row .col-lg-6 .image-section img {
        padding: 0.25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        max-width: 100%;
        height: auto;
        opacity: 1;
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out; }
        .page.company-profile .row .col-lg-6 .image-section img:hover, .page.Innovation-Center .row .col-lg-6 .image-section img:hover, .page.Wifiranger .row .col-lg-6 .image-section img:hover, .page.our-partner .row .col-lg-6 .image-section img:hover, .page.About-Us-Main .row .col-lg-6 .image-section img:hover, .page.leadership-inner-page .row .col-lg-6 .image-section img:hover, .page.Blog-page .row .col-lg-6 .image-section img:hover, .direct-tv-category-page .row .col-lg-6 .image-section img:hover, .starlink-page .row .col-lg-6 .image-section img:hover {
          opacity: 0.5; }
      .page.company-profile .row .col-lg-6 .image-section .figure-caption, .page.Innovation-Center .row .col-lg-6 .image-section .figure-caption, .page.Wifiranger .row .col-lg-6 .image-section .figure-caption, .page.our-partner .row .col-lg-6 .image-section .figure-caption, .page.About-Us-Main .row .col-lg-6 .image-section .figure-caption, .page.leadership-inner-page .row .col-lg-6 .image-section .figure-caption, .page.Blog-page .row .col-lg-6 .image-section .figure-caption, .direct-tv-category-page .row .col-lg-6 .image-section .figure-caption, .starlink-page .row .col-lg-6 .image-section .figure-caption {
        text-align: center;
        color: #000;
        font-weight: 500;
        font-family: "Montserrat";
        display: block;
        margin: 10px 0px; }
    .page.company-profile .row .col-lg-6 ol, .page.Innovation-Center .row .col-lg-6 ol, .page.Wifiranger .row .col-lg-6 ol, .page.our-partner .row .col-lg-6 ol, .page.About-Us-Main .row .col-lg-6 ol, .page.leadership-inner-page .row .col-lg-6 ol, .page.Blog-page .row .col-lg-6 ol, .direct-tv-category-page .row .col-lg-6 ol, .starlink-page .row .col-lg-6 ol {
      margin-left: 2rem; }
      .page.company-profile .row .col-lg-6 ol li, .page.Innovation-Center .row .col-lg-6 ol li, .page.Wifiranger .row .col-lg-6 ol li, .page.our-partner .row .col-lg-6 ol li, .page.About-Us-Main .row .col-lg-6 ol li, .page.leadership-inner-page .row .col-lg-6 ol li, .page.Blog-page .row .col-lg-6 ol li, .direct-tv-category-page .row .col-lg-6 ol li, .starlink-page .row .col-lg-6 ol li {
        line-height: 1.7;
        letter-spacing: .25px;
        color: #000;
        font-weight: 500;
        font-family: Montserrat; }
    @media (min-width: 992px) {
      .page.company-profile .row .col-lg-6, .page.Innovation-Center .row .col-lg-6, .page.Wifiranger .row .col-lg-6, .page.our-partner .row .col-lg-6, .page.About-Us-Main .row .col-lg-6, .page.leadership-inner-page .row .col-lg-6, .page.Blog-page .row .col-lg-6, .direct-tv-category-page .row .col-lg-6, .starlink-page .row .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%; } }
  .page.company-profile .row .col-md-4, .page.Innovation-Center .row .col-md-4, .page.Wifiranger .row .col-md-4, .page.our-partner .row .col-md-4, .page.About-Us-Main .row .col-md-4, .page.leadership-inner-page .row .col-md-4, .page.Blog-page .row .col-md-4, .direct-tv-category-page .row .col-md-4, .starlink-page .row .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .page.company-profile .row .col-md-4, .page.Innovation-Center .row .col-md-4, .page.Wifiranger .row .col-md-4, .page.our-partner .row .col-md-4, .page.About-Us-Main .row .col-md-4, .page.leadership-inner-page .row .col-md-4, .page.Blog-page .row .col-md-4, .direct-tv-category-page .row .col-md-4, .starlink-page .row .col-md-4 {
        flex: 0 0 33.3333333333%;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
  .page.company-profile .row .col-md-6, .page.Innovation-Center .row .col-md-6, .page.Wifiranger .row .col-md-6, .page.our-partner .row .col-md-6, .page.About-Us-Main .row .col-md-6, .page.leadership-inner-page .row .col-md-6, .page.Blog-page .row .col-md-6, .direct-tv-category-page .row .col-md-6, .starlink-page .row .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%; }
    .page.company-profile .row .col-md-6 .card, .page.Innovation-Center .row .col-md-6 .card, .page.Wifiranger .row .col-md-6 .card, .page.our-partner .row .col-md-6 .card, .page.About-Us-Main .row .col-md-6 .card, .page.leadership-inner-page .row .col-md-6 .card, .page.Blog-page .row .col-md-6 .card, .direct-tv-category-page .row .col-md-6 .card, .starlink-page .row .col-md-6 .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: 0.25rem;
      margin-bottom: 1rem; }
      .page.company-profile .row .col-md-6 .card .card-body, .page.Innovation-Center .row .col-md-6 .card .card-body, .page.Wifiranger .row .col-md-6 .card .card-body, .page.our-partner .row .col-md-6 .card .card-body, .page.About-Us-Main .row .col-md-6 .card .card-body, .page.leadership-inner-page .row .col-md-6 .card .card-body, .page.Blog-page .row .col-md-6 .card .card-body, .direct-tv-category-page .row .col-md-6 .card .card-body, .starlink-page .row .col-md-6 .card .card-body {
        flex: 1 1 auto;
        min-height: 1px; }
        .page.company-profile .row .col-md-6 .card .card-body small, .page.company-profile .row .col-md-6 .card .card-body .small, .page.Innovation-Center .row .col-md-6 .card .card-body small, .page.Innovation-Center .row .col-md-6 .card .card-body .small, .page.Wifiranger .row .col-md-6 .card .card-body small, .page.Wifiranger .row .col-md-6 .card .card-body .small, .page.our-partner .row .col-md-6 .card .card-body small, .page.our-partner .row .col-md-6 .card .card-body .small, .page.About-Us-Main .row .col-md-6 .card .card-body small, .page.About-Us-Main .row .col-md-6 .card .card-body .small, .page.leadership-inner-page .row .col-md-6 .card .card-body small, .page.leadership-inner-page .row .col-md-6 .card .card-body .small, .page.Blog-page .row .col-md-6 .card .card-body small, .page.Blog-page .row .col-md-6 .card .card-body .small, .direct-tv-category-page .row .col-md-6 .card .card-body small, .direct-tv-category-page .row .col-md-6 .card .card-body .small, .starlink-page .row .col-md-6 .card .card-body small, .starlink-page .row .col-md-6 .card .card-body .small {
          font-size: 13px;
          font-weight: 400;
          line-height: 1.3rem; }
        .page.company-profile .row .col-md-6 .card .card-body .preview, .page.Innovation-Center .row .col-md-6 .card .card-body .preview, .page.Wifiranger .row .col-md-6 .card .card-body .preview, .page.our-partner .row .col-md-6 .card .card-body .preview, .page.About-Us-Main .row .col-md-6 .card .card-body .preview, .page.leadership-inner-page .row .col-md-6 .card .card-body .preview, .page.Blog-page .row .col-md-6 .card .card-body .preview, .direct-tv-category-page .row .col-md-6 .card .card-body .preview, .starlink-page .row .col-md-6 .card .card-body .preview {
          width: 100%;
          height: 100%;
          float: left;
          overflow: hidden;
          position: relative;
          text-align: center;
          cursor: default;
          padding-left: 0px; }
          .page.company-profile .row .col-md-6 .card .card-body .preview img, .page.Innovation-Center .row .col-md-6 .card .card-body .preview img, .page.Wifiranger .row .col-md-6 .card .card-body .preview img, .page.our-partner .row .col-md-6 .card .card-body .preview img, .page.About-Us-Main .row .col-md-6 .card .card-body .preview img, .page.leadership-inner-page .row .col-md-6 .card .card-body .preview img, .page.Blog-page .row .col-md-6 .card .card-body .preview img, .direct-tv-category-page .row .col-md-6 .card .card-body .preview img, .starlink-page .row .col-md-6 .card .card-body .preview img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
          .page.company-profile .row .col-md-6 .card .card-body .preview .overlay, .page.Innovation-Center .row .col-md-6 .card .card-body .preview .overlay, .page.Wifiranger .row .col-md-6 .card .card-body .preview .overlay, .page.our-partner .row .col-md-6 .card .card-body .preview .overlay, .page.About-Us-Main .row .col-md-6 .card .card-body .preview .overlay, .page.leadership-inner-page .row .col-md-6 .card .card-body .preview .overlay, .page.Blog-page .row .col-md-6 .card .card-body .preview .overlay, .direct-tv-category-page .row .col-md-6 .card .card-body .preview .overlay, .starlink-page .row .col-md-6 .card .card-body .preview .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            top: 0;
            left: 0;
            background-color: rgba(75, 75, 75, 0);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
          .page.company-profile .row .col-md-6 .card .card-body .preview h2, .page.Innovation-Center .row .col-md-6 .card .card-body .preview h2, .page.Wifiranger .row .col-md-6 .card .card-body .preview h2, .page.our-partner .row .col-md-6 .card .card-body .preview h2, .page.About-Us-Main .row .col-md-6 .card .card-body .preview h2, .page.leadership-inner-page .row .col-md-6 .card .card-body .preview h2, .page.Blog-page .row .col-md-6 .card .card-body .preview h2, .direct-tv-category-page .row .col-md-6 .card .card-body .preview h2, .starlink-page .row .col-md-6 .card .card-body .preview h2 {
            color: #fff;
            text-align: center;
            position: relative;
            padding: 10px;
            background: rgba(0, 0, 0, 0.5);
            -webkit-transform: translateY(8rem);
            -ms-transform: translateY(8rem);
            transform: translateY(8rem);
            text-transform: uppercase; }
          .page.company-profile .row .col-md-6 .card .card-body .preview a.info, .page.Innovation-Center .row .col-md-6 .card .card-body .preview a.info, .page.Wifiranger .row .col-md-6 .card .card-body .preview a.info, .page.our-partner .row .col-md-6 .card .card-body .preview a.info, .page.About-Us-Main .row .col-md-6 .card .card-body .preview a.info, .page.leadership-inner-page .row .col-md-6 .card .card-body .preview a.info, .page.Blog-page .row .col-md-6 .card .card-body .preview a.info, .direct-tv-category-page .row .col-md-6 .card .card-body .preview a.info, .starlink-page .row .col-md-6 .card .card-body .preview a.info {
            display: inline-block;
            height: 98%;
            width: 98%;
            position: absolute;
            top: -15%;
            left: 1%;
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
        .page.company-profile .row .col-md-6 .card .card-body:hover img, .page.Innovation-Center .row .col-md-6 .card .card-body:hover img, .page.Wifiranger .row .col-md-6 .card .card-body:hover img, .page.our-partner .row .col-md-6 .card .card-body:hover img, .page.About-Us-Main .row .col-md-6 .card .card-body:hover img, .page.leadership-inner-page .row .col-md-6 .card .card-body:hover img, .page.Blog-page .row .col-md-6 .card .card-body:hover img, .direct-tv-category-page .row .col-md-6 .card .card-body:hover img, .starlink-page .row .col-md-6 .card .card-body:hover img {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
    @media (min-width: 992px) {
      .page.company-profile .row .col-md-6, .page.Innovation-Center .row .col-md-6, .page.Wifiranger .row .col-md-6, .page.our-partner .row .col-md-6, .page.About-Us-Main .row .col-md-6, .page.leadership-inner-page .row .col-md-6, .page.Blog-page .row .col-md-6, .direct-tv-category-page .row .col-md-6, .starlink-page .row .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; } }
  .page.company-profile .row .col-lg-7, .page.Innovation-Center .row .col-lg-7, .page.Wifiranger .row .col-lg-7, .page.our-partner .row .col-lg-7, .page.About-Us-Main .row .col-lg-7, .page.leadership-inner-page .row .col-lg-7, .page.Blog-page .row .col-lg-7, .direct-tv-category-page .row .col-lg-7, .starlink-page .row .col-lg-7 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%; }
    .page.company-profile .row .col-lg-7 .image-section, .page.Innovation-Center .row .col-lg-7 .image-section, .page.Wifiranger .row .col-lg-7 .image-section, .page.our-partner .row .col-lg-7 .image-section, .page.About-Us-Main .row .col-lg-7 .image-section, .page.leadership-inner-page .row .col-lg-7 .image-section, .page.Blog-page .row .col-lg-7 .image-section, .direct-tv-category-page .row .col-lg-7 .image-section, .starlink-page .row .col-lg-7 .image-section {
      margin-bottom: 1rem; }
      .page.company-profile .row .col-lg-7 .image-section img, .page.Innovation-Center .row .col-lg-7 .image-section img, .page.Wifiranger .row .col-lg-7 .image-section img, .page.our-partner .row .col-lg-7 .image-section img, .page.About-Us-Main .row .col-lg-7 .image-section img, .page.leadership-inner-page .row .col-lg-7 .image-section img, .page.Blog-page .row .col-lg-7 .image-section img, .direct-tv-category-page .row .col-lg-7 .image-section img, .starlink-page .row .col-lg-7 .image-section img {
        padding: 0.25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        max-width: 100%;
        height: auto;
        opacity: 1;
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out; }
        .page.company-profile .row .col-lg-7 .image-section img:hover, .page.Innovation-Center .row .col-lg-7 .image-section img:hover, .page.Wifiranger .row .col-lg-7 .image-section img:hover, .page.our-partner .row .col-lg-7 .image-section img:hover, .page.About-Us-Main .row .col-lg-7 .image-section img:hover, .page.leadership-inner-page .row .col-lg-7 .image-section img:hover, .page.Blog-page .row .col-lg-7 .image-section img:hover, .direct-tv-category-page .row .col-lg-7 .image-section img:hover, .starlink-page .row .col-lg-7 .image-section img:hover {
          opacity: 0.5; }
      .page.company-profile .row .col-lg-7 .image-section .figure-caption, .page.Innovation-Center .row .col-lg-7 .image-section .figure-caption, .page.Wifiranger .row .col-lg-7 .image-section .figure-caption, .page.our-partner .row .col-lg-7 .image-section .figure-caption, .page.About-Us-Main .row .col-lg-7 .image-section .figure-caption, .page.leadership-inner-page .row .col-lg-7 .image-section .figure-caption, .page.Blog-page .row .col-lg-7 .image-section .figure-caption, .direct-tv-category-page .row .col-lg-7 .image-section .figure-caption, .starlink-page .row .col-lg-7 .image-section .figure-caption {
        text-align: center;
        color: #000;
        font-weight: 500;
        font-family: "Montserrat";
        display: block;
        margin: 10px 0px; }
    @media (min-width: 992px) {
      .page.company-profile .row .col-lg-7, .page.Innovation-Center .row .col-lg-7, .page.Wifiranger .row .col-lg-7, .page.our-partner .row .col-lg-7, .page.About-Us-Main .row .col-lg-7, .page.leadership-inner-page .row .col-lg-7, .page.Blog-page .row .col-lg-7, .direct-tv-category-page .row .col-lg-7, .starlink-page .row .col-lg-7 {
        flex: 0 0 57.666667%;
        max-width: 57.666667%; } }
  .page.company-profile .row .col-lg-8, .page.Innovation-Center .row .col-lg-8, .page.Wifiranger .row .col-lg-8, .page.our-partner .row .col-lg-8, .page.About-Us-Main .row .col-lg-8, .page.leadership-inner-page .row .col-lg-8, .page.Blog-page .row .col-lg-8, .direct-tv-category-page .row .col-lg-8, .starlink-page .row .col-lg-8 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%; }
    .page.company-profile .row .col-lg-8 .image-section, .page.Innovation-Center .row .col-lg-8 .image-section, .page.Wifiranger .row .col-lg-8 .image-section, .page.our-partner .row .col-lg-8 .image-section, .page.About-Us-Main .row .col-lg-8 .image-section, .page.leadership-inner-page .row .col-lg-8 .image-section, .page.Blog-page .row .col-lg-8 .image-section, .direct-tv-category-page .row .col-lg-8 .image-section, .starlink-page .row .col-lg-8 .image-section {
      margin-bottom: 1rem; }
      .page.company-profile .row .col-lg-8 .image-section img, .page.Innovation-Center .row .col-lg-8 .image-section img, .page.Wifiranger .row .col-lg-8 .image-section img, .page.our-partner .row .col-lg-8 .image-section img, .page.About-Us-Main .row .col-lg-8 .image-section img, .page.leadership-inner-page .row .col-lg-8 .image-section img, .page.Blog-page .row .col-lg-8 .image-section img, .direct-tv-category-page .row .col-lg-8 .image-section img, .starlink-page .row .col-lg-8 .image-section img {
        padding: 0.25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        max-width: 100%;
        height: auto;
        opacity: 1;
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out; }
        .page.company-profile .row .col-lg-8 .image-section img:hover, .page.Innovation-Center .row .col-lg-8 .image-section img:hover, .page.Wifiranger .row .col-lg-8 .image-section img:hover, .page.our-partner .row .col-lg-8 .image-section img:hover, .page.About-Us-Main .row .col-lg-8 .image-section img:hover, .page.leadership-inner-page .row .col-lg-8 .image-section img:hover, .page.Blog-page .row .col-lg-8 .image-section img:hover, .direct-tv-category-page .row .col-lg-8 .image-section img:hover, .starlink-page .row .col-lg-8 .image-section img:hover {
          opacity: 0.5; }
    @media (min-width: 992px) {
      .page.company-profile .row .col-lg-8, .page.Innovation-Center .row .col-lg-8, .page.Wifiranger .row .col-lg-8, .page.our-partner .row .col-lg-8, .page.About-Us-Main .row .col-lg-8, .page.leadership-inner-page .row .col-lg-8, .page.Blog-page .row .col-lg-8, .direct-tv-category-page .row .col-lg-8, .starlink-page .row .col-lg-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%; } }
  .page.company-profile .row .col-lg-9, .page.Innovation-Center .row .col-lg-9, .page.Wifiranger .row .col-lg-9, .page.our-partner .row .col-lg-9, .page.About-Us-Main .row .col-lg-9, .page.leadership-inner-page .row .col-lg-9, .page.Blog-page .row .col-lg-9, .direct-tv-category-page .row .col-lg-9, .starlink-page .row .col-lg-9 {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    .page.company-profile .row .col-lg-9 .card, .page.Innovation-Center .row .col-lg-9 .card, .page.Wifiranger .row .col-lg-9 .card, .page.our-partner .row .col-lg-9 .card, .page.About-Us-Main .row .col-lg-9 .card, .page.leadership-inner-page .row .col-lg-9 .card, .page.Blog-page .row .col-lg-9 .card, .direct-tv-category-page .row .col-lg-9 .card, .starlink-page .row .col-lg-9 .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: 0.25rem; }
      .page.company-profile .row .col-lg-9 .card .card-body, .page.Innovation-Center .row .col-lg-9 .card .card-body, .page.Wifiranger .row .col-lg-9 .card .card-body, .page.our-partner .row .col-lg-9 .card .card-body, .page.About-Us-Main .row .col-lg-9 .card .card-body, .page.leadership-inner-page .row .col-lg-9 .card .card-body, .page.Blog-page .row .col-lg-9 .card .card-body, .direct-tv-category-page .row .col-lg-9 .card .card-body, .starlink-page .row .col-lg-9 .card .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem; }
    @media (min-width: 992px) {
      .page.company-profile .row .col-lg-9, .page.Innovation-Center .row .col-lg-9, .page.Wifiranger .row .col-lg-9, .page.our-partner .row .col-lg-9, .page.About-Us-Main .row .col-lg-9, .page.leadership-inner-page .row .col-lg-9, .page.Blog-page .row .col-lg-9, .direct-tv-category-page .row .col-lg-9, .starlink-page .row .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%; } }
  .page.company-profile .row .col-lg-12, .page.Innovation-Center .row .col-lg-12, .page.Wifiranger .row .col-lg-12, .page.our-partner .row .col-lg-12, .page.About-Us-Main .row .col-lg-12, .page.leadership-inner-page .row .col-lg-12, .page.Blog-page .row .col-lg-12, .direct-tv-category-page .row .col-lg-12, .starlink-page .row .col-lg-12 {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    .page.company-profile .row .col-lg-12 .card, .page.Innovation-Center .row .col-lg-12 .card, .page.Wifiranger .row .col-lg-12 .card, .page.our-partner .row .col-lg-12 .card, .page.About-Us-Main .row .col-lg-12 .card, .page.leadership-inner-page .row .col-lg-12 .card, .page.Blog-page .row .col-lg-12 .card, .direct-tv-category-page .row .col-lg-12 .card, .starlink-page .row .col-lg-12 .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: 0.25rem; }
      .page.company-profile .row .col-lg-12 .card .card-header:first-child, .page.Innovation-Center .row .col-lg-12 .card .card-header:first-child, .page.Wifiranger .row .col-lg-12 .card .card-header:first-child, .page.our-partner .row .col-lg-12 .card .card-header:first-child, .page.About-Us-Main .row .col-lg-12 .card .card-header:first-child, .page.leadership-inner-page .row .col-lg-12 .card .card-header:first-child, .page.Blog-page .row .col-lg-12 .card .card-header:first-child, .direct-tv-category-page .row .col-lg-12 .card .card-header:first-child, .starlink-page .row .col-lg-12 .card .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
      .page.company-profile .row .col-lg-12 .card .card-header, .page.Innovation-Center .row .col-lg-12 .card .card-header, .page.Wifiranger .row .col-lg-12 .card .card-header, .page.our-partner .row .col-lg-12 .card .card-header, .page.About-Us-Main .row .col-lg-12 .card .card-header, .page.leadership-inner-page .row .col-lg-12 .card .card-header, .page.Blog-page .row .col-lg-12 .card .card-header, .direct-tv-category-page .row .col-lg-12 .card .card-header, .starlink-page .row .col-lg-12 .card .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
        .page.company-profile .row .col-lg-12 .card .card-header h2, .page.Innovation-Center .row .col-lg-12 .card .card-header h2, .page.Wifiranger .row .col-lg-12 .card .card-header h2, .page.our-partner .row .col-lg-12 .card .card-header h2, .page.About-Us-Main .row .col-lg-12 .card .card-header h2, .page.leadership-inner-page .row .col-lg-12 .card .card-header h2, .page.Blog-page .row .col-lg-12 .card .card-header h2, .direct-tv-category-page .row .col-lg-12 .card .card-header h2, .starlink-page .row .col-lg-12 .card .card-header h2 {
          text-transform: uppercase;
          margin: 5px 0px; }
      .page.company-profile .row .col-lg-12 .card .card-body, .page.Innovation-Center .row .col-lg-12 .card .card-body, .page.Wifiranger .row .col-lg-12 .card .card-body, .page.our-partner .row .col-lg-12 .card .card-body, .page.About-Us-Main .row .col-lg-12 .card .card-body, .page.leadership-inner-page .row .col-lg-12 .card .card-body, .page.Blog-page .row .col-lg-12 .card .card-body, .direct-tv-category-page .row .col-lg-12 .card .card-body, .starlink-page .row .col-lg-12 .card .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem; }
    @media (min-width: 992px) {
      .page.company-profile .row .col-lg-12, .page.Innovation-Center .row .col-lg-12, .page.Wifiranger .row .col-lg-12, .page.our-partner .row .col-lg-12, .page.About-Us-Main .row .col-lg-12, .page.leadership-inner-page .row .col-lg-12, .page.Blog-page .row .col-lg-12, .direct-tv-category-page .row .col-lg-12, .starlink-page .row .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%; } }
    .page.company-profile .row .col-lg-12 .data-section, .page.Innovation-Center .row .col-lg-12 .data-section, .page.Wifiranger .row .col-lg-12 .data-section, .page.our-partner .row .col-lg-12 .data-section, .page.About-Us-Main .row .col-lg-12 .data-section, .page.leadership-inner-page .row .col-lg-12 .data-section, .page.Blog-page .row .col-lg-12 .data-section, .direct-tv-category-page .row .col-lg-12 .data-section, .starlink-page .row .col-lg-12 .data-section {
      float: left;
      width: 100%;
      clear: both; }
      .page.company-profile .row .col-lg-12 .data-section .left-section-data, .page.Innovation-Center .row .col-lg-12 .data-section .left-section-data, .page.Wifiranger .row .col-lg-12 .data-section .left-section-data, .page.our-partner .row .col-lg-12 .data-section .left-section-data, .page.About-Us-Main .row .col-lg-12 .data-section .left-section-data, .page.leadership-inner-page .row .col-lg-12 .data-section .left-section-data, .page.Blog-page .row .col-lg-12 .data-section .left-section-data, .direct-tv-category-page .row .col-lg-12 .data-section .left-section-data, .starlink-page .row .col-lg-12 .data-section .left-section-data {
        float: left;
        width: 100%; }
        @media (min-width: 992px) {
          .page.company-profile .row .col-lg-12 .data-section .left-section-data, .page.Innovation-Center .row .col-lg-12 .data-section .left-section-data, .page.Wifiranger .row .col-lg-12 .data-section .left-section-data, .page.our-partner .row .col-lg-12 .data-section .left-section-data, .page.About-Us-Main .row .col-lg-12 .data-section .left-section-data, .page.leadership-inner-page .row .col-lg-12 .data-section .left-section-data, .page.Blog-page .row .col-lg-12 .data-section .left-section-data, .direct-tv-category-page .row .col-lg-12 .data-section .left-section-data, .starlink-page .row .col-lg-12 .data-section .left-section-data {
            width: 66.66%; } }
      .page.company-profile .row .col-lg-12 .data-section .right-section-data, .page.Innovation-Center .row .col-lg-12 .data-section .right-section-data, .page.Wifiranger .row .col-lg-12 .data-section .right-section-data, .page.our-partner .row .col-lg-12 .data-section .right-section-data, .page.About-Us-Main .row .col-lg-12 .data-section .right-section-data, .page.leadership-inner-page .row .col-lg-12 .data-section .right-section-data, .page.Blog-page .row .col-lg-12 .data-section .right-section-data, .direct-tv-category-page .row .col-lg-12 .data-section .right-section-data, .starlink-page .row .col-lg-12 .data-section .right-section-data {
        float: left;
        width: 100%; }
        @media (min-width: 992px) {
          .page.company-profile .row .col-lg-12 .data-section .right-section-data, .page.Innovation-Center .row .col-lg-12 .data-section .right-section-data, .page.Wifiranger .row .col-lg-12 .data-section .right-section-data, .page.our-partner .row .col-lg-12 .data-section .right-section-data, .page.About-Us-Main .row .col-lg-12 .data-section .right-section-data, .page.leadership-inner-page .row .col-lg-12 .data-section .right-section-data, .page.Blog-page .row .col-lg-12 .data-section .right-section-data, .direct-tv-category-page .row .col-lg-12 .data-section .right-section-data, .starlink-page .row .col-lg-12 .data-section .right-section-data {
            width: 66.66%; } }
      .page.company-profile .row .col-lg-12 .data-section .key-facts h2, .page.Innovation-Center .row .col-lg-12 .data-section .key-facts h2, .page.Wifiranger .row .col-lg-12 .data-section .key-facts h2, .page.our-partner .row .col-lg-12 .data-section .key-facts h2, .page.About-Us-Main .row .col-lg-12 .data-section .key-facts h2, .page.leadership-inner-page .row .col-lg-12 .data-section .key-facts h2, .page.Blog-page .row .col-lg-12 .data-section .key-facts h2, .direct-tv-category-page .row .col-lg-12 .data-section .key-facts h2, .starlink-page .row .col-lg-12 .data-section .key-facts h2 {
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 1.5rem; }
      .page.company-profile .row .col-lg-12 .data-section .key-facts ul, .page.Innovation-Center .row .col-lg-12 .data-section .key-facts ul, .page.Wifiranger .row .col-lg-12 .data-section .key-facts ul, .page.our-partner .row .col-lg-12 .data-section .key-facts ul, .page.About-Us-Main .row .col-lg-12 .data-section .key-facts ul, .page.leadership-inner-page .row .col-lg-12 .data-section .key-facts ul, .page.Blog-page .row .col-lg-12 .data-section .key-facts ul, .direct-tv-category-page .row .col-lg-12 .data-section .key-facts ul, .starlink-page .row .col-lg-12 .data-section .key-facts ul {
        padding-left: 1.5rem; }
        .page.company-profile .row .col-lg-12 .data-section .key-facts ul li, .page.Innovation-Center .row .col-lg-12 .data-section .key-facts ul li, .page.Wifiranger .row .col-lg-12 .data-section .key-facts ul li, .page.our-partner .row .col-lg-12 .data-section .key-facts ul li, .page.About-Us-Main .row .col-lg-12 .data-section .key-facts ul li, .page.leadership-inner-page .row .col-lg-12 .data-section .key-facts ul li, .page.Blog-page .row .col-lg-12 .data-section .key-facts ul li, .direct-tv-category-page .row .col-lg-12 .data-section .key-facts ul li, .starlink-page .row .col-lg-12 .data-section .key-facts ul li {
          line-height: 1.7;
          letter-spacing: .25px;
          color: #000;
          font-weight: 500;
          font-family: "Montserrat"; }
      .page.company-profile .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.Innovation-Center .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.Wifiranger .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.our-partner .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.About-Us-Main .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.leadership-inner-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.Blog-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .direct-tv-category-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .starlink-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 {
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        float: left;
        width: 100%; }
        .page.company-profile .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section, .page.Innovation-Center .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section, .page.Wifiranger .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section, .page.our-partner .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section, .page.About-Us-Main .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section, .page.leadership-inner-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section, .page.Blog-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section, .direct-tv-category-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section, .starlink-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section {
          margin-bottom: 1rem; }
          .page.company-profile .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img, .page.Innovation-Center .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img, .page.Wifiranger .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img, .page.our-partner .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img, .page.About-Us-Main .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img, .page.leadership-inner-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img, .page.Blog-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img, .direct-tv-category-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img, .starlink-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img {
            padding: 0.25rem;
            background-color: #fff;
            border: 1px solid #dee2e6;
            border-radius: 0.25rem;
            max-width: 100%;
            height: auto;
            opacity: 1;
            transition: opacity 0.25s ease-in-out;
            -moz-transition: opacity 0.25s ease-in-out;
            -webkit-transition: opacity 0.25s ease-in-out; }
            .page.company-profile .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img:hover, .page.Innovation-Center .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img:hover, .page.Wifiranger .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img:hover, .page.our-partner .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img:hover, .page.About-Us-Main .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img:hover, .page.leadership-inner-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img:hover, .page.Blog-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img:hover, .direct-tv-category-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img:hover, .starlink-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section img:hover {
              opacity: 0.5; }
          .page.company-profile .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section .figure-caption, .page.Innovation-Center .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section .figure-caption, .page.Wifiranger .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section .figure-caption, .page.our-partner .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section .figure-caption, .page.About-Us-Main .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section .figure-caption, .page.leadership-inner-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section .figure-caption, .page.Blog-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section .figure-caption, .direct-tv-category-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section .figure-caption, .starlink-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 .image-section .figure-caption {
            text-align: center;
            color: #000;
            font-weight: 500;
            font-family: "Montserrat";
            display: block;
            margin: 10px 0px; }
        @media (min-width: 992px) {
          .page.company-profile .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.Innovation-Center .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.Wifiranger .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.our-partner .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.About-Us-Main .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.leadership-inner-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .page.Blog-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .direct-tv-category-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5, .starlink-page .row .col-lg-12 .data-section.industry-leadership .col-lg-5 {
            flex: 0 0 41.6666666667%;
            max-width: 41.6666666667%; } }
    .page.company-profile .row .col-lg-12 .right-image, .page.Innovation-Center .row .col-lg-12 .right-image, .page.Wifiranger .row .col-lg-12 .right-image, .page.our-partner .row .col-lg-12 .right-image, .page.About-Us-Main .row .col-lg-12 .right-image, .page.leadership-inner-page .row .col-lg-12 .right-image, .page.Blog-page .row .col-lg-12 .right-image, .direct-tv-category-page .row .col-lg-12 .right-image, .starlink-page .row .col-lg-12 .right-image {
      float: right; }
    .page.company-profile .row .col-lg-12 .left-image, .page.Innovation-Center .row .col-lg-12 .left-image, .page.Wifiranger .row .col-lg-12 .left-image, .page.our-partner .row .col-lg-12 .left-image, .page.About-Us-Main .row .col-lg-12 .left-image, .page.leadership-inner-page .row .col-lg-12 .left-image, .page.Blog-page .row .col-lg-12 .left-image, .direct-tv-category-page .row .col-lg-12 .left-image, .starlink-page .row .col-lg-12 .left-image {
      float: left; }
    .page.company-profile .row .col-lg-12 .value-culture-vision ol, .page.Innovation-Center .row .col-lg-12 .value-culture-vision ol, .page.Wifiranger .row .col-lg-12 .value-culture-vision ol, .page.our-partner .row .col-lg-12 .value-culture-vision ol, .page.About-Us-Main .row .col-lg-12 .value-culture-vision ol, .page.leadership-inner-page .row .col-lg-12 .value-culture-vision ol, .page.Blog-page .row .col-lg-12 .value-culture-vision ol, .direct-tv-category-page .row .col-lg-12 .value-culture-vision ol, .starlink-page .row .col-lg-12 .value-culture-vision ol {
      line-height: 1.7;
      letter-spacing: .25px;
      color: #000;
      font-weight: 500;
      font-family: Montserrat;
      padding-left: 1.5rem; }
    .page.company-profile .row .col-lg-12 .value-culture-vision ul, .page.Innovation-Center .row .col-lg-12 .value-culture-vision ul, .page.Wifiranger .row .col-lg-12 .value-culture-vision ul, .page.our-partner .row .col-lg-12 .value-culture-vision ul, .page.About-Us-Main .row .col-lg-12 .value-culture-vision ul, .page.leadership-inner-page .row .col-lg-12 .value-culture-vision ul, .page.Blog-page .row .col-lg-12 .value-culture-vision ul, .direct-tv-category-page .row .col-lg-12 .value-culture-vision ul, .starlink-page .row .col-lg-12 .value-culture-vision ul {
      padding-left: 1.5rem; }
      .page.company-profile .row .col-lg-12 .value-culture-vision ul li, .page.Innovation-Center .row .col-lg-12 .value-culture-vision ul li, .page.Wifiranger .row .col-lg-12 .value-culture-vision ul li, .page.our-partner .row .col-lg-12 .value-culture-vision ul li, .page.About-Us-Main .row .col-lg-12 .value-culture-vision ul li, .page.leadership-inner-page .row .col-lg-12 .value-culture-vision ul li, .page.Blog-page .row .col-lg-12 .value-culture-vision ul li, .direct-tv-category-page .row .col-lg-12 .value-culture-vision ul li, .starlink-page .row .col-lg-12 .value-culture-vision ul li {
        line-height: 1.7;
        letter-spacing: .25px;
        color: #000;
        font-weight: 500;
        font-family: "Montserrat"; }

.page.company-profile h1, .page.Innovation-Center h1, .page.Wifiranger h1, .page.our-partner h1, .page.About-Us-Main h1, .page.leadership-inner-page h1, .page.Blog-page h1, .direct-tv-category-page h1, .starlink-page h1 {
  color: #000;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 24px;
  line-height: 34px;
  margin-top: 0px; }

.page.company-profile h2, .page.Innovation-Center h2, .page.Wifiranger h2, .page.our-partner h2, .page.About-Us-Main h2, .page.leadership-inner-page h2, .page.Blog-page h2, .direct-tv-category-page h2, .starlink-page h2 {
  color: #000;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 22px;
  line-height: 34px; }

.page.company-profile p, .page.Innovation-Center p, .page.Wifiranger p, .page.our-partner p, .page.About-Us-Main p, .page.leadership-inner-page p, .page.Blog-page p, .direct-tv-category-page p, .starlink-page p {
  line-height: 1.7;
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat"; }

.page.company-profile .member-content blockquote, .page.Innovation-Center .member-content blockquote, .page.Wifiranger .member-content blockquote, .page.our-partner .member-content blockquote, .page.About-Us-Main .member-content blockquote, .page.leadership-inner-page .member-content blockquote, .page.Blog-page .member-content blockquote, .direct-tv-category-page .member-content blockquote, .starlink-page .member-content blockquote {
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  font-family: 'Montserrat';
  font-weight: 500; }
  @media (min-width: 768px) {
    .page.company-profile .member-content blockquote, .page.Innovation-Center .member-content blockquote, .page.Wifiranger .member-content blockquote, .page.our-partner .member-content blockquote, .page.About-Us-Main .member-content blockquote, .page.leadership-inner-page .member-content blockquote, .page.Blog-page .member-content blockquote, .direct-tv-category-page .member-content blockquote, .starlink-page .member-content blockquote {
      font-size: 20px;
      line-height: 30px;
      padding: 1.2em 60px; } }

.page.Innovation-Center .row .col-lg-3 .image-section {
  margin-bottom: 0rem;
  /*img {
                    opacity: 1;
                    transition: opacity 0.25s ease-in-out;
                    -moz-transition: opacity 0.25s ease-in-out;
                    -webkit-transition: opacity 0.25s ease-in-out;
                    &:hover {
                        opacity: 0.5;
                    }
                }*/ }

.page.our-partner .row {
  align-items: center; }
  .page.our-partner .row .col-lg-3 .image-section {
    margin-bottom: 0px; }
    .page.our-partner .row .col-lg-3 .image-section img {
      opacity: 1;
      transition: none;
      -moz-transition: none;
      -webkit-transition: none;
      padding: 0rem;
      border: 0px;
      border-radius: 0px; }
      .page.our-partner .row .col-lg-3 .image-section img:hover {
        opacity: 1; }
  .page.our-partner .row h3 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase; }
  .page.our-partner .row hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.page.Blog-page h1.blue {
  color: #00567d;
  text-transform: uppercase; }

.page.Blog-page .posted-date {
  font-size: 1.125em;
  margin-bottom: 0.25em;
  margin-top: 0px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

.page.Blog-page .blog-large-content {
  font-size: 16px;
  line-height: 1.7; }

.page.Blog-page .community-section h2 {
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 700 !important; }

.page.Blog-page .community-section .link {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid #ddd;
  color: #009ee2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; }
  .page.Blog-page .community-section .link img {
    margin-right: 10px; }
  .page.Blog-page .community-section .link:hover {
    background-color: #f8f9fa; }

/* 404 page not found css */
.body.error_404_page {
  margin: 0px; }

.body .page-404 {
  background: #fdfdff; }
  .body .page-404 .container {
    padding: 10% 0px; }
    @media (min-width: 992px) {
      .body .page-404 .container {
        background-image: url(https://winegard.mybigcommerce.com/product_images/uploaded_images/404-dog.jpg);
        background-position: right bottom;
        background-repeat: no-repeat;
        object-fit: contain;
        background-size: contain; } }
  .body .page-404 .page-404-max-width-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto; }
    .body .page-404 .page-404-max-width-container .left-section-404, .body .page-404 .page-404-max-width-container .right-section-404 {
      float: left;
      width: 100%; }
      @media (min-width: 992px) {
        .body .page-404 .page-404-max-width-container .left-section-404, .body .page-404 .page-404-max-width-container .right-section-404 {
          width: 50%; } }
    .body .page-404 .page-404-max-width-container .left-section-404 {
      text-align: center; }
      .body .page-404 .page-404-max-width-container .left-section-404 label.error-404 {
        font-family: "Montserrat";
        font-weight: 500;
        color: #000; }
        @media (min-width: 320px) {
          .body .page-404 .page-404-max-width-container .left-section-404 label.error-404 {
            font-size: 30px; } }
        @media (min-width: 576px) {
          .body .page-404 .page-404-max-width-container .left-section-404 label.error-404 {
            font-size: 40px; } }
      .body .page-404 .page-404-max-width-container .left-section-404 h1 {
        font-family: "Montserrat";
        font-weight: 600;
        color: #000;
        margin-top: 1rem;
        margin-bottom: 2.5rem; }
        @media (min-width: 320px) {
          .body .page-404 .page-404-max-width-container .left-section-404 h1 {
            font-size: 20px; } }
        @media (min-width: 576px) {
          .body .page-404 .page-404-max-width-container .left-section-404 h1 {
            font-size: 33px; } }
      .body .page-404 .page-404-max-width-container .left-section-404 .page-404-small-content p {
        font-size: 14px;
        font-family: "Montserrat";
        font-weight: 400;
        color: #000; }
    @media (min-width: 320px) {
      .body .page-404 .page-404-max-width-container .right-section-404 img.page_404_not_found {
        visibility: visible; } }
    @media (min-width: 992px) {
      .body .page-404 .page-404-max-width-container .right-section-404 img.page_404_not_found {
        visibility: hidden; } }

.leadership-member-section .row {
  margin-left: -15px;
  margin-right: -15px; }

.leadership-member-section .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 30px; }

.leadership-member-section .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }
  .leadership-member-section .card-body .row {
    margin-left: -15px;
    margin-right: -15px; }
  .leadership-member-section .card-body .col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .leadership-member-section .card-body .col-sm-6 {
        flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%; } }
  .leadership-member-section .card-body h2 {
    margin-top: 0; }
    .leadership-member-section .card-body h2 a {
      color: #00567d;
      font-weight: 700;
      font-family: "Montserrat";
      font-size: 20px;
      line-height: 28px;
      margin: 16px 0 10px 0;
      display: block; }
      @media (min-width: 992px) {
        .leadership-member-section .card-body h2 a {
          font-size: 20px;
          line-height: 28px;
          margin: 0 0 10px 0; } }
      @media (min-width: 1200px) {
        .leadership-member-section .card-body h2 a {
          font-size: 18px;
          line-height: 24px; } }
  .leadership-member-section .card-body h3 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat";
    margin: 0; }

.cat_content .inner-grid .accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
  list-style: none; }
  .cat_content .inner-grid .accordion-list > li {
    padding: 15px 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    border-bottom: 1px solid #101820;
    cursor: pointer; }
    .cat_content .inner-grid .accordion-list > li h3 {
      cursor: pointer;
      margin-top: 0;
      color: #101820;
      font-weight: 700;
      font-family: Montserrat;
      text-transform: uppercase;
      margin-bottom: 0;
      position: relative; }
    .cat_content .inner-grid .accordion-list > li h3:before {
      content: '';
      background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/accordian-plus.png);
      background-repeat: no-repeat;
      height: 16px;
      width: 16px;
      position: absolute;
      right: 10px;
      top: 30%; }
    .cat_content .inner-grid .accordion-list > li .answer {
      padding: 30px 0; }
      .cat_content .inner-grid .accordion-list > li .answer p img {
        max-width: 250px; }
        @media (min-width: 768px) {
          .cat_content .inner-grid .accordion-list > li .answer p img {
            max-width: 310px; } }
      .cat_content .inner-grid .accordion-list > li .answer ol li {
        font-size: 14px;
        line-height: 24px;
        color: #000;
        font-weight: 500;
        font-family: "Montserrat";
        margin-bottom: 16px; }
        @media (min-width: 768px) {
          .cat_content .inner-grid .accordion-list > li .answer ol li {
            font-size: 16px;
            line-height: 26px; } }
      .cat_content .inner-grid .accordion-list > li .answer .dish-programming-section {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: center;
        padding-top: 16px; }
        .cat_content .inner-grid .accordion-list > li .answer .dish-programming-section .dish-box {
          margin-bottom: 28px;
          width: 100%;
          border: 1px solid #101820;
          border-radius: 6px; }
          @media (min-width: 768px) {
            .cat_content .inner-grid .accordion-list > li .answer .dish-programming-section .dish-box {
              width: 48%; } }
          @media (min-width: 992px) {
            .cat_content .inner-grid .accordion-list > li .answer .dish-programming-section .dish-box {
              width: 23%;
              margin-bottom: 0px; } }
          .cat_content .inner-grid .accordion-list > li .answer .dish-programming-section .dish-box .dish-title {
            background-color: #00567d;
            padding: 10px 0;
            border-radius: 4px 4px 0 0; }
            .cat_content .inner-grid .accordion-list > li .answer .dish-programming-section .dish-box .dish-title h4 {
              color: #fff;
              margin: 0;
              font-size: 16px;
              line-height: 26px; }
        .cat_content .inner-grid .accordion-list > li .answer .dish-programming-section .dish-content {
          padding: 16px 16px 6px 16px; }
          .cat_content .inner-grid .accordion-list > li .answer .dish-programming-section .dish-content p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 10px; }
          .cat_content .inner-grid .accordion-list > li .answer .dish-programming-section .dish-content p .link {
            color: #00567d;
            font-weight: 600; }
  .cat_content .inner-grid .accordion-list > li.active h3:before {
    content: none; }
  .cat_content .inner-grid .accordion-list > li.active h3:after {
    content: '';
    background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/product_images/uploaded_images/accordian-minus.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 10px;
    top: 50%; }

.pressroom-inner h1 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .pressroom-inner h1 {
      font-size: 22px;
      line-height: 28px; } }

.pressroom-inner .brand-link a {
  color: #00567d;
  font-size: 16px;
  display: block;
  margin-bottom: 24px;
  font-weight: 600; }

.pressroom-inner p {
  line-height: 1.7;
  letter-spacing: .25px;
  color: #000;
  font-weight: 500;
  font-family: Montserrat;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
  padding-bottom: 10px; }

.pressroom-inner p:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.pressroom-inner p a.link {
  color: #00567d;
  font-weight: 600; }

.pressroom-inner .media-box {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 30px; }
  .pressroom-inner .media-box .media-title {
    background: #f8f8f8;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ccc; }
  .pressroom-inner .media-box .media-title h4 {
    font-weight: 500;
    font-family: Montserrat;
    font-size: 18px;
    margin: 0;
    color: #000;
    padding: 10px 6px; }
  .pressroom-inner .media-box .media-content {
    padding: 16px 0 0 0; }

.pressroom-inner .community-section {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .pressroom-inner .community-section {
      margin-bottom: 0px; } }
  .pressroom-inner .community-section h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .pressroom-inner .community-section h2 {
        font-size: 22px;
        line-height: 28px; } }
  .pressroom-inner .community-section .link {
    display: block;
    padding: 14px 16px;
    border-bottom: 1px solid #ddd;
    color: #009ee2;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
    .pressroom-inner .community-section .link:hover {
      background-color: #f8f9fa; }
  .pressroom-inner .community-section .link img {
    margin-right: 10px; }

.pressroom-inner .row {
  display: flex;
  flex-wrap: wrap; }
  .pressroom-inner .row .col-lg-3 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .pressroom-inner .row .col-lg-3 {
        flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%; } }
  .pressroom-inner .row .col-lg-9 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .pressroom-inner .row .col-lg-9 {
        flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        max-width: 75%; } }
  .pressroom-inner .row .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .pressroom-inner .row .col-md-6 {
        flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%; } }

.pressroom-inner .pressroom-content .card {
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 30px; }

.pressroom-inner .pressroom-content .card .card-body.p-1 {
  padding: 0.25rem !important; }

.pressroom-inner .pressroom-content .card .preview {
  padding-left: 0;
  position: relative; }

.pressroom-inner .pressroom-content .card .preview a.info {
  display: block; }

.pressroom-inner .pressroom-content .card .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%; }

.pressroom-inner .pressroom-content .card .overlay a.info {
  color: #fff;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .pressroom-inner .pressroom-content .card .overlay a.info {
      font-size: 20px;
      line-height: 28px; } }

.case-study-inner h2 {
  color: #000;
  font-weight: 700;
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .case-study-inner h2 {
      font-size: 24px;
      line-height: 34px; } }

.case-study-inner .case-box {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 30px; }

.case-study-inner .case-box-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat';
  font-weight: 600;
  margin: 0 0 20px;
  color: #00567d; }
  @media (min-width: 768px) {
    .case-study-inner .case-box-title h4 {
      font-size: 18px;
      line-height: 26px; } }

.case-study-inner .case-box-title h4 a.link {
  color: #00567d; }

.case-study-inner .case-box-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center; }
  @media (min-width: 768px) {
    .case-study-inner .case-box-content {
      flex-wrap: nowrap; } }

.case-study-inner .case-box-content .case-left-img {
  display: block;
  width: 100%;
  margin-right: 0;
  display: block;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .case-study-inner .case-box-content .case-left-img {
      width: 70pc;
      margin-right: 24px;
      margin-bottom: 0px; } }

.case-study-inner .case-right-text p {
  color: #000;
  font-weight: 500;
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .case-study-inner .case-right-text p {
      font-size: 16px;
      line-height: 24px; } }

.case-study-inner .case-right-text p:last-child {
  margin-bottom: 8px; }

.case-study-inner .case-right-text p a.btn-download {
  display: block;
  text-align: center;
  border: 1px solid #00567d;
  color: #00567d;
  border-radius: 6px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600; }

.case-study-inner .case-right-text p a.btn-download:hover {
  background-color: #00567d;
  color: #fff; }

.sitemap ul li.parent-li.Brands ul li.Sagaform, .sitemap ul li.parent-li.Brands ul li.OFS, .sitemap ul li.parent-li.Brands ul li.Common.Good, .sitemap ul li.parent-li.Brands ul li.Connect, .sitemap ul li.parent-li.Brands ul li.by.WINEGARD, .sitemap ul li.parent-li.Brands ul li.by-WIN, .sitemap ul li.parent-li.Brands ul li.by {
  display: none; }

/* end */
.blog .page {
  margin: 0px; }

.blog .blog-page-breadcrumb {
  background-color: #f8f8f8; }
  .blog .blog-page-breadcrumb ol.breadcrumbs {
    padding-left: 0.75rem;
    text-align: left;
    display: block;
    margin-bottom: 16px; }
    @media (min-width: 576px) {
      .blog .blog-page-breadcrumb ol.breadcrumbs {
        margin-bottom: 1.5rem; } }
    .blog .blog-page-breadcrumb ol.breadcrumbs .breadcrumb {
      line-height: 16px;
      margin-right: 0.55rem;
      padding: 10px 0; }
      @media (min-width: 576px) {
        .blog .blog-page-breadcrumb ol.breadcrumbs .breadcrumb {
          line-height: 50px;
          padding: 0px; } }
      .blog .blog-page-breadcrumb ol.breadcrumbs .breadcrumb a {
        text-decoration: none;
        font-size: 14px;
        color: #101820;
        font-weight: 500;
        text-transform: uppercase;
        font-family: "Montserrat"; }
    .blog .blog-page-breadcrumb ol.breadcrumbs .breadcrumb:not(:first-child):before {
      border-right: 0;
      transform: none;
      background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/product_images/uploaded_images/right-arrow.png);
      width: 7px;
      height: 10px; }

.blog .blog-post-figure, .blog .blog-post {
  display: none; }

.blog .blog-post-body {
  width: 100%; }
  .blog .blog-post-body header.blog-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left; }
    .blog .blog-post-body header.blog-header h2.blog-title a {
      color: #009ee2;
      font-weight: bold;
      font-family: Montserrat;
      font-size: 14px; }
    .blog .blog-post-body header.blog-header p.blog-date {
      margin-bottom: 0;
      color: #009ee2;
      font-weight: 700;
      font-family: Montserrat;
      font-size: 14px;
      line-height: 37px;
      min-width: 150px;
      text-align: center;
      border-right: 1px solid #dee2e6; }

.blog ul.pagination-list {
  display: flex;
  margin-top: 25px;
  align-items: center; }
  .blog ul.pagination-list li.pagination-item.pagination-item--previous a.pagination-link {
    font-size: 0; }
    .blog ul.pagination-list li.pagination-item.pagination-item--previous a.pagination-link .icon {
      margin-left: 0px; }
  .blog ul.pagination-list li.pagination-item.pagination-item--next a.pagination-link {
    font-size: 0; }
    .blog ul.pagination-list li.pagination-item.pagination-item--next a.pagination-link .icon {
      margin-right: 0px; }
  .blog ul.pagination-list li.pagination-item {
    margin-left: -1px !important;
    margin-right: 0px !important;
    border: 1px solid #dee2e6;
    border-radius: 0px; }
    .blog ul.pagination-list li.pagination-item a.pagination-link {
      height: 40px;
      width: 40px;
      line-height: 40px;
      padding: 0;
      border-radius: 0px; }
    .blog ul.pagination-list li.pagination-item:hover {
      background-color: #f8f8f8; }
  .blog ul.pagination-list li.pagination-item.pagination-item--current {
    border: 1px solid #007bff !important;
    background: #007bff !important; }
    .blog ul.pagination-list li.pagination-item.pagination-item--current a.pagination-link {
      color: #fff; }

.blog + .blog {
  border-top: 1px solid #e5e5e5;
  margin-top: 0.5rem;
  padding-top: 0.5rem; }

.blog_post {
  margin-top: 0px; }
  .blog_post .blog-page-breadcrumb {
    background-color: #f8f8f8; }
    .blog_post .blog-page-breadcrumb ol.breadcrumbs {
      padding-left: 0.75rem;
      text-align: left;
      display: block;
      margin-bottom: 16px; }
      @media (min-width: 576px) {
        .blog_post .blog-page-breadcrumb ol.breadcrumbs {
          margin-bottom: 1.5rem; } }
      .blog_post .blog-page-breadcrumb ol.breadcrumbs .breadcrumb {
        line-height: 16px;
        margin-right: 0.55rem;
        padding: 10px 0; }
        @media (min-width: 576px) {
          .blog_post .blog-page-breadcrumb ol.breadcrumbs .breadcrumb {
            line-height: 50px;
            padding: 0px; } }
        .blog_post .blog-page-breadcrumb ol.breadcrumbs .breadcrumb a {
          text-decoration: none;
          font-size: 14px;
          color: #101820;
          font-weight: 500;
          text-transform: uppercase;
          font-family: "Montserrat"; }
      .blog_post .blog-page-breadcrumb ol.breadcrumbs .breadcrumb:not(:first-child):before {
        border-right: 0;
        transform: none;
        background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/product_images/uploaded_images/right-arrow.png);
        width: 7px;
        height: 10px; }
  .blog_post .row {
    display: flex;
    flex-wrap: wrap; }
    .blog_post .row .col-lg-3 {
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      width: 100%; }
      @media (min-width: 992px) {
        .blog_post .row .col-lg-3 {
          flex: 0 0 25%;
          -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
          max-width: 25%; } }
    .blog_post .row .col-lg-9 {
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      width: 100%; }
      @media (min-width: 992px) {
        .blog_post .row .col-lg-9 {
          flex: 0 0 75%;
          -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
          max-width: 75%; } }
    .blog_post .row .col-md-6 {
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
      width: 100%; }
      @media (min-width: 768px) {
        .blog_post .row .col-md-6 {
          flex: 0 0 50%;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          max-width: 50%; } }
    .blog_post .row .community-section {
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .blog_post .row .community-section {
          margin-bottom: 0px; } }
      .blog_post .row .community-section h2 {
        font-size: 24px;
        color: #000;
        font-weight: 700;
        margin: 0 0 10px 0;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .blog_post .row .community-section h2 {
            font-size: 22px;
            line-height: 28px; } }
      .blog_post .row .community-section .link {
        display: block;
        padding: 14px 16px;
        border-bottom: 1px solid #ddd;
        color: #009ee2;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px; }
        .blog_post .row .community-section .link:hover {
          background-color: #f8f9fa; }
      .blog_post .row .community-section .link img {
        margin-right: 10px; }
    .blog_post .row .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: 0.25rem; }
      .blog_post .row .card .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem; }
    .blog_post .row .blog-post-body header.blog-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
      flex-direction: column;
      -ms-flex-pack: left;
      justify-content: left; }
      .blog_post .row .blog-post-body header.blog-header h2.blog-title {
        margin: 0;
        text-align: left;
        text-transform: uppercase; }
        .blog_post .row .blog-post-body header.blog-header h2.blog-title a {
          color: #00567d;
          font-size: 1em;
          line-height: 1.2em;
          font-weight: 600; }
      .blog_post .row .blog-post-body header.blog-header p.blog-date {
        font-size: 1.125em;
        margin-bottom: 0.6em;
        color: #565656;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 0;
        text-transform: uppercase;
        padding-bottom: 10px;
        text-align: left; }
    .blog_post .row .blog-post-body .blog-post {
      display: block;
      line-height: 1.7; }
      .blog_post .row .blog-post-body .blog-post h2 {
        font-size: 1.5em;
        line-height: 1.2em;
        margin-bottom: 0.375em;
        color: #000;
        text-transform: uppercase;
        font-weight: 600; }
      .blog_post .row .blog-post-body .blog-post .link {
        color: #009ee2;
        font-weight: bold;
        text-decoration: none; }
        .blog_post .row .blog-post-body .blog-post .link:hover {
          color: #000; }
      .blog_post .row .blog-post-body .blog-post a {
        color: #007bff;
        text-decoration: none; }
        .blog_post .row .blog-post-body .blog-post a:hover {
          text-decoration: underline; }
      .blog_post .row .blog-post-body .blog-post ol {
        margin-left: 2.8rem; }
      .blog_post .row .blog-post-body .blog-post small {
        font-size: 84%; }
      .blog_post .row .blog-post-body .blog-post ul {
        margin-left: 2.15rem; }
        .blog_post .row .blog-post-body .blog-post ul li a {
          margin-top: 3px;
          margin-bottom: 3px;
          display: inline-block; }

.AmazonPayCheckout p, .PayPalExpressCheckout p {
  display: none !important; }

.cms_logout {
  position: relative;
  width: 100%;
  padding: 200px 0;
  float: left; }

.body.category.DIRECTV {
  margin-bottom: 0; }

.direct-tv-category-page .starlink-section, .starlink-page .starlink-section {
  display: block; }
  @media (min-width: 320px) {
    .direct-tv-category-page .starlink-section, .starlink-page .starlink-section {
      margin-top: 0px; } }
  @media (min-width: 992px) {
    .direct-tv-category-page .starlink-section, .starlink-page .starlink-section {
      margin-top: 46px; } }
  .direct-tv-category-page .starlink-section h2, .starlink-page .starlink-section h2 {
    padding-top: 1.5rem; }
  .direct-tv-category-page .starlink-section .starlink-product-image, .starlink-page .starlink-section .starlink-product-image {
    max-width: 407px;
    margin: 0 auto; }

.direct-tv-category-page .direct-stream-section > .row, .direct-tv-category-page .starlink-section > .row, .starlink-page .direct-stream-section > .row, .starlink-page .starlink-section > .row {
  align-items: center; }

@media (min-width: 320px) {
  .direct-tv-category-page .direct-stream-section .directtv-s-logo, .direct-tv-category-page .starlink-section .directtv-s-logo, .starlink-page .direct-stream-section .directtv-s-logo, .starlink-page .starlink-section .directtv-s-logo {
    margin-bottom: 17px; } }

@media (min-width: 768px) {
  .direct-tv-category-page .direct-stream-section .directtv-s-logo, .direct-tv-category-page .starlink-section .directtv-s-logo, .starlink-page .direct-stream-section .directtv-s-logo, .starlink-page .starlink-section .directtv-s-logo {
    margin-bottom: 30px; } }

.direct-tv-category-page .direct-stream-section h2, .direct-tv-category-page .starlink-section h2, .starlink-page .direct-stream-section h2, .starlink-page .starlink-section h2 {
  font-weight: bold; }
  @media (min-width: 320px) {
    .direct-tv-category-page .direct-stream-section h2, .direct-tv-category-page .starlink-section h2, .starlink-page .direct-stream-section h2, .starlink-page .starlink-section h2 {
      font-size: 17px;
      line-height: 20px; } }
  @media (min-width: 992px) {
    .direct-tv-category-page .direct-stream-section h2, .direct-tv-category-page .starlink-section h2, .starlink-page .direct-stream-section h2, .starlink-page .starlink-section h2 {
      font-size: 28px;
      line-height: 34px; } }

.direct-tv-category-page .direct-stream-section p, .direct-tv-category-page .starlink-section p, .starlink-page .direct-stream-section p, .starlink-page .starlink-section p {
  margin-bottom: 10px; }

.direct-tv-category-page .direct-stream-section .assist, .direct-tv-category-page .starlink-section .assist, .starlink-page .direct-stream-section .assist, .starlink-page .starlink-section .assist {
  font-size: 16px;
  font-family: Montserrat;
  color: #000;
  line-height: 19px;
  margin-bottom: 21px;
  display: block;
  margin-top: 15px; }

.direct-tv-category-page .direct-stream-section .call-now, .direct-tv-category-page .starlink-section .call-now, .starlink-page .direct-stream-section .call-now, .starlink-page .starlink-section .call-now {
  border: 1px solid #8D8D8D;
  border-radius: 8px; }
  @media (min-width: 320px) {
    .direct-tv-category-page .direct-stream-section .call-now, .direct-tv-category-page .starlink-section .call-now, .starlink-page .direct-stream-section .call-now, .starlink-page .starlink-section .call-now {
      margin: 0 auto 45px;
      max-width: 249px; } }
  @media (min-width: 992px) {
    .direct-tv-category-page .direct-stream-section .call-now, .direct-tv-category-page .starlink-section .call-now, .starlink-page .direct-stream-section .call-now, .starlink-page .starlink-section .call-now {
      margin: initial;
      max-width: 400px; } }
  .direct-tv-category-page .direct-stream-section .call-now a, .direct-tv-category-page .starlink-section .call-now a, .starlink-page .direct-stream-section .call-now a, .starlink-page .starlink-section .call-now a {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .direct-tv-category-page .direct-stream-section .call-now a .m-icon, .direct-tv-category-page .starlink-section .call-now a .m-icon, .starlink-page .direct-stream-section .call-now a .m-icon, .starlink-page .starlink-section .call-now a .m-icon {
      background: #F5F5F5;
      border-radius: 8px 0px 0px 8px;
      display: inline-block; }
      @media (min-width: 320px) {
        .direct-tv-category-page .direct-stream-section .call-now a .m-icon, .direct-tv-category-page .starlink-section .call-now a .m-icon, .starlink-page .direct-stream-section .call-now a .m-icon, .starlink-page .starlink-section .call-now a .m-icon {
          padding: 10.5px 16.5px; } }
      @media (min-width: 768px) {
        .direct-tv-category-page .direct-stream-section .call-now a .m-icon, .direct-tv-category-page .starlink-section .call-now a .m-icon, .starlink-page .direct-stream-section .call-now a .m-icon, .starlink-page .starlink-section .call-now a .m-icon {
          padding: 14.5px 25.5px; } }
      @media (min-width: 320px) {
        .direct-tv-category-page .direct-stream-section .call-now a .m-icon img, .direct-tv-category-page .starlink-section .call-now a .m-icon img, .starlink-page .direct-stream-section .call-now a .m-icon img, .starlink-page .starlink-section .call-now a .m-icon img {
          width: 17px; } }
      @media (min-width: 768px) {
        .direct-tv-category-page .direct-stream-section .call-now a .m-icon img, .direct-tv-category-page .starlink-section .call-now a .m-icon img, .starlink-page .direct-stream-section .call-now a .m-icon img, .starlink-page .starlink-section .call-now a .m-icon img {
          width: auto; } }
    .direct-tv-category-page .direct-stream-section .call-now a .m-number, .direct-tv-category-page .starlink-section .call-now a .m-number, .starlink-page .direct-stream-section .call-now a .m-number, .starlink-page .starlink-section .call-now a .m-number {
      color: #020202;
      line-height: 30px;
      font-weight: 600;
      padding: 0 30px 0 25px; }
      @media (min-width: 320px) {
        .direct-tv-category-page .direct-stream-section .call-now a .m-number, .direct-tv-category-page .starlink-section .call-now a .m-number, .starlink-page .direct-stream-section .call-now a .m-number, .starlink-page .starlink-section .call-now a .m-number {
          padding: 0 22px 0 0;
          font-size: 12px; } }
      @media (min-width: 768px) {
        .direct-tv-category-page .direct-stream-section .call-now a .m-number, .direct-tv-category-page .starlink-section .call-now a .m-number, .starlink-page .direct-stream-section .call-now a .m-number, .starlink-page .starlink-section .call-now a .m-number {
          font-size: 20px;
          padding: 0 30px 0 25px; } }

@media (min-width: 320px) {
  .direct-tv-category-page .starlink-logo-section, .starlink-page .starlink-logo-section {
    padding: 64px 0 57px 0; } }

@media (min-width: 992px) {
  .direct-tv-category-page .starlink-logo-section, .starlink-page .starlink-logo-section {
    padding: 128px 0 108px 0; } }

.direct-tv-category-page .starlink-logo-section .starlink-logo-inner .row, .starlink-page .starlink-logo-section .starlink-logo-inner .row {
  align-items: center; }
  .direct-tv-category-page .starlink-logo-section .starlink-logo-inner .row .starlink-logo, .starlink-page .starlink-logo-section .starlink-logo-inner .row .starlink-logo {
    text-align: center;
    max-width: 198px; }
    @media (min-width: 320px) {
      .direct-tv-category-page .starlink-logo-section .starlink-logo-inner .row .starlink-logo, .starlink-page .starlink-logo-section .starlink-logo-inner .row .starlink-logo {
        margin: 20px auto; } }
    @media (min-width: 992px) {
      .direct-tv-category-page .starlink-logo-section .starlink-logo-inner .row .starlink-logo, .starlink-page .starlink-logo-section .starlink-logo-inner .row .starlink-logo {
        margin: 0 auto; } }
    .direct-tv-category-page .starlink-logo-section .starlink-logo-inner .row .starlink-logo img, .starlink-page .starlink-logo-section .starlink-logo-inner .row .starlink-logo img {
      filter: grayscale(100%); }
      .direct-tv-category-page .starlink-logo-section .starlink-logo-inner .row .starlink-logo img:hover, .starlink-page .starlink-logo-section .starlink-logo-inner .row .starlink-logo img:hover {
        filter: grayscale(0); }

.direct-tv-category-page .about-starlink .row, .starlink-page .about-starlink .row {
  align-items: center; }
  .direct-tv-category-page .about-starlink .row .about-starlink-image, .starlink-page .about-starlink .row .about-starlink-image {
    max-width: 330px;
    margin: 0 auto; }
  .direct-tv-category-page .about-starlink .row .about-starlink-content p, .starlink-page .about-starlink .row .about-starlink-content p {
    margin-bottom: 10px; }

@media (min-width: 320px) {
  .direct-tv-category-page .direct-tv-logo-section, .starlink-page .direct-tv-logo-section {
    padding: 64px 0 57px 0; } }

@media (min-width: 992px) {
  .direct-tv-category-page .direct-tv-logo-section, .starlink-page .direct-tv-logo-section {
    padding: 148px 0 108px 0; } }

.direct-tv-category-page .direct-tv-logo-section .direct-tv-logo-inner, .starlink-page .direct-tv-logo-section .direct-tv-logo-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }
  .direct-tv-category-page .direct-tv-logo-section .direct-tv-logo-inner a, .starlink-page .direct-tv-logo-section .direct-tv-logo-inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px; }
    @media (min-width: 320px) {
      .direct-tv-category-page .direct-tv-logo-section .direct-tv-logo-inner a, .starlink-page .direct-tv-logo-section .direct-tv-logo-inner a {
        margin: 20px 0px; } }
    @media (min-width: 992px) {
      .direct-tv-category-page .direct-tv-logo-section .direct-tv-logo-inner a, .starlink-page .direct-tv-logo-section .direct-tv-logo-inner a {
        margin: auto; } }
    @media (min-width: 320px) {
      .direct-tv-category-page .direct-tv-logo-section .direct-tv-logo-inner a img, .starlink-page .direct-tv-logo-section .direct-tv-logo-inner a img {
        filter: none; } }
    @media (min-width: 992px) {
      .direct-tv-category-page .direct-tv-logo-section .direct-tv-logo-inner a img, .starlink-page .direct-tv-logo-section .direct-tv-logo-inner a img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all 0.5s ease; }
        .direct-tv-category-page .direct-tv-logo-section .direct-tv-logo-inner a img:hover, .starlink-page .direct-tv-logo-section .direct-tv-logo-inner a img:hover {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          filter: grayscale(0%); } }

@media (min-width: 320px) {
  .direct-tv-category-page .showtime-section, .starlink-page .showtime-section {
    padding-bottom: 45px; } }

@media (min-width: 768px) {
  .direct-tv-category-page .showtime-section, .starlink-page .showtime-section {
    padding-bottom: 142px; } }

.direct-tv-category-page .showtime-section > .row, .starlink-page .showtime-section > .row {
  align-items: center; }
  @media (min-width: 320px) {
    .direct-tv-category-page .showtime-section > .row .show-time-content, .starlink-page .showtime-section > .row .show-time-content {
      order: -1; } }
  @media (min-width: 768px) {
    .direct-tv-category-page .showtime-section > .row .show-time-content, .starlink-page .showtime-section > .row .show-time-content {
      order: 0; } }

@media (min-width: 320px) {
  .direct-tv-category-page .showtime-section h2, .starlink-page .showtime-section h2 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700; } }

@media (min-width: 768px) {
  .direct-tv-category-page .showtime-section h2, .starlink-page .showtime-section h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700; } }

.direct-tv-category-page .streaming-device-section, .starlink-page .streaming-device-section {
  text-align: center; }
  @media (min-width: 320px) {
    .direct-tv-category-page .streaming-device-section h2, .starlink-page .streaming-device-section h2 {
      font-size: 17px;
      line-height: 20px;
      font-weight: 700;
      margin-bottom: 0px; } }
  @media (min-width: 768px) {
    .direct-tv-category-page .streaming-device-section h2, .starlink-page .streaming-device-section h2 {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 78px; } }
  .direct-tv-category-page .streaming-device-section .streaming-device-inner, .starlink-page .streaming-device-section .streaming-device-inner {
    max-width: 1000px;
    margin: 0 auto; }
    .direct-tv-category-page .streaming-device-section .streaming-device-inner > .row, .starlink-page .streaming-device-section .streaming-device-inner > .row {
      align-items: center; }
      @media (min-width: 320px) {
        .direct-tv-category-page .streaming-device-section .streaming-device-inner > .row .col-lg-6, .starlink-page .streaming-device-section .streaming-device-inner > .row .col-lg-6 {
          width: 50%; } }

.dtv-bottom-section {
  float: left;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50% - 5px); }
  @media (min-width: 320px) {
    .dtv-bottom-section {
      margin-top: 60px; } }
  @media (min-width: 768px) {
    .dtv-bottom-section {
      margin-top: 134px; } }
  .dtv-bottom-section .cat-img-new {
    margin-bottom: 0; }
    .dtv-bottom-section .cat-img-new .category-header-image {
      height: 100%;
      object-fit: cover;
      width: 100%; }
      @media (min-width: 320px) {
        .dtv-bottom-section .cat-img-new .category-header-image {
          min-height: 246px; } }
      @media (min-width: 992px) {
        .dtv-bottom-section .cat-img-new .category-header-image {
          min-height: initial; } }
  @media (min-width: 320px) {
    .dtv-bottom-section.starlink-last {
      margin-top: 60px; } }
  @media (min-width: 768px) {
    .dtv-bottom-section.starlink-last {
      margin-top: 120px; } }
  @media (min-width: 320px) {
    .dtv-bottom-section.starlink-last .dtv-bottom-description .desc > h2 {
      max-width: 300px; } }
  @media (min-width: 768px) {
    .dtv-bottom-section.starlink-last .dtv-bottom-description .desc > h2 {
      max-width: 573px; } }
  .dtv-bottom-section.starlink-last .credit {
    position: absolute;
    right: 0; }
    @media (min-width: 320px) {
      .dtv-bottom-section.starlink-last .credit {
        bottom: 10px; } }
    @media (min-width: 768px) {
      .dtv-bottom-section.starlink-last .credit {
        bottom: 20px; } }
    .dtv-bottom-section.starlink-last .credit span {
      color: #D1D1D1;
      font-size: 15px;
      font-family: Montserrat;
      font-weight: 400; }
  .dtv-bottom-section .dtv-bottom-description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 0.75rem; }
    .dtv-bottom-section .dtv-bottom-description .desc > h2 {
      font-weight: 500;
      color: #fff; }
      @media (min-width: 320px) {
        .dtv-bottom-section .dtv-bottom-description .desc > h2 {
          font-size: 17px;
          line-height: 20px;
          margin-bottom: 15px;
          max-width: 207px; } }
      @media (min-width: 768px) {
        .dtv-bottom-section .dtv-bottom-description .desc > h2 {
          font-size: 38px;
          line-height: 47px;
          max-width: 530px;
          margin-bottom: 50px; } }
    .dtv-bottom-section .dtv-bottom-description .call-now {
      border: 1px solid #8d8d8d;
      border-radius: 8px; }
      @media (min-width: 320px) {
        .dtv-bottom-section .dtv-bottom-description .call-now {
          max-width: 249px; } }
      @media (min-width: 768px) {
        .dtv-bottom-section .dtv-bottom-description .call-now {
          max-width: 400px; } }
      .dtv-bottom-section .dtv-bottom-description .call-now a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 8px; }
        .dtv-bottom-section .dtv-bottom-description .call-now a .m-icon {
          background: #f5f5f5;
          border-radius: 8px 0 0 8px;
          display: inline-block; }
          @media (min-width: 320px) {
            .dtv-bottom-section .dtv-bottom-description .call-now a .m-icon {
              padding: 10.5px 16.5px; } }
          @media (min-width: 768px) {
            .dtv-bottom-section .dtv-bottom-description .call-now a .m-icon {
              padding: 14.5px 25.5px; } }
          @media (min-width: 320px) {
            .dtv-bottom-section .dtv-bottom-description .call-now a .m-icon img {
              width: 17px; } }
          @media (min-width: 768px) {
            .dtv-bottom-section .dtv-bottom-description .call-now a .m-icon img {
              width: auto; } }
        .dtv-bottom-section .dtv-bottom-description .call-now a .m-number {
          color: #020202;
          line-height: 30px;
          font-weight: 600;
          background-color: #fff; }
          @media (min-width: 320px) {
            .dtv-bottom-section .dtv-bottom-description .call-now a .m-number {
              padding: 0 22px 0 0px;
              font-size: 12px; } }
          @media (min-width: 768px) {
            .dtv-bottom-section .dtv-bottom-description .call-now a .m-number {
              padding: 0 30px 0 25px;
              font-size: 20px; } }

/* category page service plan */
.cat_content .row-cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.cat_content .att-part.align-item-set .row-cat {
  align-items: center; }

@media (min-width: 320px) {
  .cat_content .att-part h2 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .cat_content .att-part h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px; } }

@media (min-width: 320px) {
  .cat_content .att-part p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 16px; } }

@media (min-width: 992px) {
  .cat_content .att-part p {
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 19px; } }

@media (min-width: 320px) {
  .cat_content .att-part .mobile-order-set-image {
    order: -1;
    margin-bottom: 50px; } }

@media (min-width: 992px) {
  .cat_content .att-part .mobile-order-set-image {
    order: 0;
    margin-bottom: 0px; } }

.cat_content .att-part .image-section {
  text-align: center; }

.cat_content .verizon-part {
  display: block; }
  @media (min-width: 992px) {
    .cat_content .verizon-part {
      margin-top: 40px; } }
  @media (min-width: 320px) {
    .cat_content .verizon-part .verizon-image {
      margin: 0 auto;
      text-align: center;
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .cat_content .verizon-part .verizon-image {
      margin-left: 0px;
      text-align: left;
      margin-bottom: 0px; } }
  .cat_content .verizon-part.align-item-set .row-cat {
    align-items: center; }

.cat_content .call-winegard-setup-plan {
  width: 100vw;
  margin-left: calc(-50vw + 50% - 5px);
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040; }
  @media (min-width: 320px) {
    .cat_content .call-winegard-setup-plan {
      margin-top: 60px;
      padding-top: 17px;
      padding-bottom: 17px; } }
  @media (min-width: 992px) {
    .cat_content .call-winegard-setup-plan {
      margin-top: 100px;
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (min-width: 320px) {
    .cat_content .call-winegard-setup-plan .setup-plan-with-icon {
      padding-left: 20px; } }
  @media (min-width: 992px) {
    .cat_content .call-winegard-setup-plan .setup-plan-with-icon {
      padding-left: 0px; } }
  .cat_content .call-winegard-setup-plan a {
    display: flex;
    align-items: center;
    justify-content: center; }
    .cat_content .call-winegard-setup-plan a span {
      margin-left: 25px;
      font-weight: 600;
      color: #000000;
      font-family: "Montserrat"; }
      @media (min-width: 320px) {
        .cat_content .call-winegard-setup-plan a span {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .cat_content .call-winegard-setup-plan a span {
          font-size: 28px; } }

.cat_content .col-lg-6 {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .cat_content .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; } }

.cat_content .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .cat_content .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; } }

.cat_content .limited-time-offer {
  width: auto;
  height: auto;
  background-color: #F8F8F8;
  text-align: center;
  padding-bottom: 50px; }
  @media (min-width: 320px) {
    .cat_content .limited-time-offer.margin-bottom {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .cat_content .limited-time-offer.margin-bottom {
      margin-bottom: 0px; } }
  .cat_content .limited-time-offer .limited-time {
    display: block;
    padding-top: 25px; }
    .cat_content .limited-time-offer .limited-time span {
      font-size: 14px;
      color: #000;
      font-family: "Montserrat";
      font-weight: 600; }
  .cat_content .limited-time-offer h1 {
    color: #0E577D;
    font-family: "Montserrat";
    font-weight: 800;
    margin-top: 5px; }
    @media (min-width: 320px) {
      .cat_content .limited-time-offer h1 {
        font-size: 37px; } }
    @media (min-width: 992px) {
      .cat_content .limited-time-offer h1 {
        font-size: 41px; } }
  .cat_content .limited-time-offer .price-display {
    margin-top: -20px; }
    .cat_content .limited-time-offer .price-display span.doller-sign {
      font-family: "Montserrat";
      font-weight: 400; }
      @media (min-width: 320px) {
        .cat_content .limited-time-offer .price-display span.doller-sign {
          font-size: 40px; } }
      @media (min-width: 992px) {
        .cat_content .limited-time-offer .price-display span.doller-sign {
          font-size: 49px; } }
    .cat_content .limited-time-offer .price-display .price {
      color: #000;
      font-family: "Montserrat";
      font-weight: 800;
      line-height: normal; }
      @media (min-width: 320px) {
        .cat_content .limited-time-offer .price-display .price {
          font-size: 83px; } }
      @media (min-width: 992px) {
        .cat_content .limited-time-offer .price-display .price {
          font-size: 103px; } }
    .cat_content .limited-time-offer .price-display span.mo {
      color: #000;
      font-family: "Montserrat";
      font-weight: 400; }
      @media (min-width: 320px) {
        .cat_content .limited-time-offer .price-display span.mo {
          font-size: 40px; } }
      @media (min-width: 992px) {
        .cat_content .limited-time-offer .price-display span.mo {
          font-size: 49px; } }
    .cat_content .limited-time-offer .price-display.fredomgo span.doller-sign {
      font-family: "Montserrat";
      font-weight: 400; }
      @media (min-width: 320px) {
        .cat_content .limited-time-offer .price-display.fredomgo span.doller-sign {
          font-size: 30px; } }
      @media (min-width: 992px) {
        .cat_content .limited-time-offer .price-display.fredomgo span.doller-sign {
          font-size: 46px; } }
    .cat_content .limited-time-offer .price-display.fredomgo .price {
      color: #000;
      font-family: "Montserrat";
      font-weight: 800;
      line-height: normal; }
      @media (min-width: 320px) {
        .cat_content .limited-time-offer .price-display.fredomgo .price {
          font-size: 63px; } }
      @media (min-width: 992px) {
        .cat_content .limited-time-offer .price-display.fredomgo .price {
          font-size: 96px; } }
    .cat_content .limited-time-offer .price-display.fredomgo span.mo {
      color: #000;
      font-family: "Montserrat";
      font-weight: 400; }
      @media (min-width: 320px) {
        .cat_content .limited-time-offer .price-display.fredomgo span.mo {
          font-size: 30px; } }
      @media (min-width: 992px) {
        .cat_content .limited-time-offer .price-display.fredomgo span.mo {
          font-size: 46px; } }

.cat_content .verizon-part-middle-content .row-cat.align-item-set {
  align-items: center; }
  @media (min-width: 320px) {
    .cat_content .verizon-part-middle-content .row-cat.align-item-set {
      margin-top: 0px;
      margin-bottom: 0px; } }
  @media (min-width: 992px) {
    .cat_content .verizon-part-middle-content .row-cat.align-item-set {
      margin-top: 80px;
      margin-bottom: 80px; } }

@media (min-width: 320px) {
  .cat_content .verizon-part-middle-content {
    margin-top: 60px; } }

@media (min-width: 992px) {
  .cat_content .verizon-part-middle-content {
    margin-top: 120px; } }

@media (min-width: 320px) {
  .cat_content .verizon-part-middle-content h2 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .cat_content .verizon-part-middle-content h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px; } }

@media (min-width: 320px) {
  .cat_content .verizon-part-middle-content p.desktop-view {
    display: none; } }

@media (min-width: 992px) {
  .cat_content .verizon-part-middle-content p.desktop-view {
    display: block; } }

@media (min-width: 320px) {
  .cat_content .verizon-part-middle-content p.mobile-view {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; } }

@media (min-width: 992px) {
  .cat_content .verizon-part-middle-content p.mobile-view {
    display: none; } }

@media (min-width: 320px) {
  .cat_content .verizon-part-middle-content p {
    margin-bottom: 50px;
    font-size: 13px;
    line-height: 16px; } }

@media (min-width: 992px) {
  .cat_content .verizon-part-middle-content p {
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 19px; } }

@media (min-width: 320px) {
  .cat_content .verizon-part-middle-content .image-section h2.mobile-view {
    display: block; } }

@media (min-width: 992px) {
  .cat_content .verizon-part-middle-content .image-section h2.mobile-view {
    display: none; } }

.cat_content .verizon-part-middle-content .image-section img {
  display: block;
  margin: 0 auto; }

.cat_content .verizon-part-middle-content .image-section a {
  width: 100%;
  float: left;
  text-decoration: underline;
  color: #0E577D;
  font-size: 14px;
  margin-top: 10px;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center; }

@media (min-width: 320px) {
  .cat_content .verizon-part-middle-content h2.desktop-view {
    opacity: 0;
    margin-top: 0px;
    margin-bottom: 0px; } }

@media (min-width: 992px) {
  .cat_content .verizon-part-middle-content h2.desktop-view {
    opacity: 1;
    margin-bottom: 10px; } }

.cat_content .benefits {
  margin-top: 50px;
  display: block; }
  .cat_content .benefits h2 {
    margin-bottom: 18px; }
    @media (min-width: 320px) {
      .cat_content .benefits h2 {
        font-size: 17px; } }
    @media (min-width: 992px) {
      .cat_content .benefits h2 {
        font-size: 28px; } }
  .cat_content .benefits .icon-display {
    float: left;
    width: 55px;
    height: 55px;
    margin-right: 5px; }
  .cat_content .benefits .content-display {
    float: left;
    width: calc(100% - 65px); }
    .cat_content .benefits .content-display h3 {
      font-family: "Montserrat";
      color: #0E577D;
      font-size: 16px;
      margin-bottom: 3px;
      padding-top: 12px;
      font-weight: 500; }
    .cat_content .benefits .content-display p {
      font-weight: 400;
      line-height: 19px;
      font-family: "Montserrat";
      float: left;
      width: 100%; }
      @media (min-width: 320px) {
        .cat_content .benefits .content-display p {
          font-size: 13px; } }
      @media (min-width: 992px) {
        .cat_content .benefits .content-display p {
          font-size: 16px; } }
      .cat_content .benefits .content-display p span.light-weight {
        font-weight: 500;
        color: #000; }
      .cat_content .benefits .content-display p span.mt-1 {
        float: left;
        width: 100%;
        margin-top: 5px; }

@media (min-width: 320px) {
  .cat_content .freedomgo-with-background-section {
    background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/freedomgo-cta-banner-bg-mobile.png);
    background-size: 100% 100%;
    height: 578px;
    margin-bottom: 60px; } }

@media (min-width: 992px) {
  .cat_content .freedomgo-with-background-section {
    background-size: 100%;
    background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/freedomgo-cta-banner-bg.png);
    height: auto;
    background-color: initial;
    margin-bottom: 65px; } }

@media (min-width: 320px) {
  .cat_content .version-with-background-section {
    background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/verizon-cta-banner-bg-mb.png);
    background-color: #E6E6E6;
    background-size: 100% 100%;
    height: 578px;
    margin-bottom: 60px; } }

@media (min-width: 992px) {
  .cat_content .version-with-background-section {
    background-size: 100%;
    background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/verizon-cta-banner-bg.png);
    height: auto;
    background-color: initial;
    margin-bottom: 65px; } }

@media (min-width: 320px) {
  .cat_content .att-with-background-section {
    background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/att-cta-banner-bg-mobile.png);
    background-size: 100% 100%;
    height: 578px;
    margin-bottom: 60px; } }

@media (min-width: 992px) {
  .cat_content .att-with-background-section {
    background-size: 100%;
    background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/att-cta-banner-bg.png);
    height: auto;
    margin-bottom: 65px; } }

@media (min-width: 320px) {
  .cat_content .t-mobile-with-background-section {
    background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/t-mobile-cta-banner-bg-mobile.png);
    background-size: 100% 100%;
    height: 578px;
    margin-bottom: 60px; } }

@media (min-width: 992px) {
  .cat_content .t-mobile-with-background-section {
    background-size: 100%;
    background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/t-mobile-cta-banner-bg.png);
    height: auto;
    margin-bottom: 65px; } }

.cat_content .version-with-background-section, .cat_content .att-with-background-section, .cat_content .t-mobile-with-background-section, .cat_content .freedomgo-with-background-section {
  background-repeat: no-repeat;
  display: block;
  width: 100vw;
  margin-left: calc(-50vw + 50% - 5px); }
  @media (min-width: 320px) {
    .cat_content .version-with-background-section .verizon-section, .cat_content .version-with-background-section .att-section, .cat_content .version-with-background-section .t-mobile-section, .cat_content .version-with-background-section .freedomgo-section, .cat_content .att-with-background-section .verizon-section, .cat_content .att-with-background-section .att-section, .cat_content .att-with-background-section .t-mobile-section, .cat_content .att-with-background-section .freedomgo-section, .cat_content .t-mobile-with-background-section .verizon-section, .cat_content .t-mobile-with-background-section .att-section, .cat_content .t-mobile-with-background-section .t-mobile-section, .cat_content .t-mobile-with-background-section .freedomgo-section, .cat_content .freedomgo-with-background-section .verizon-section, .cat_content .freedomgo-with-background-section .att-section, .cat_content .freedomgo-with-background-section .t-mobile-section, .cat_content .freedomgo-with-background-section .freedomgo-section {
      padding-left: 20px;
      padding-top: 70px;
      padding-bottom: 0px; } }
  @media (min-width: 992px) {
    .cat_content .version-with-background-section .verizon-section, .cat_content .version-with-background-section .att-section, .cat_content .version-with-background-section .t-mobile-section, .cat_content .version-with-background-section .freedomgo-section, .cat_content .att-with-background-section .verizon-section, .cat_content .att-with-background-section .att-section, .cat_content .att-with-background-section .t-mobile-section, .cat_content .att-with-background-section .freedomgo-section, .cat_content .t-mobile-with-background-section .verizon-section, .cat_content .t-mobile-with-background-section .att-section, .cat_content .t-mobile-with-background-section .t-mobile-section, .cat_content .t-mobile-with-background-section .freedomgo-section, .cat_content .freedomgo-with-background-section .verizon-section, .cat_content .freedomgo-with-background-section .att-section, .cat_content .freedomgo-with-background-section .t-mobile-section, .cat_content .freedomgo-with-background-section .freedomgo-section {
      padding-left: 0px;
      padding-top: 150px;
      padding-bottom: 50px; } }
  .cat_content .version-with-background-section .verizon-section .freedomgo-image-part, .cat_content .version-with-background-section .att-section .freedomgo-image-part, .cat_content .version-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .version-with-background-section .freedomgo-section .freedomgo-image-part, .cat_content .att-with-background-section .verizon-section .freedomgo-image-part, .cat_content .att-with-background-section .att-section .freedomgo-image-part, .cat_content .att-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .att-with-background-section .freedomgo-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .att-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .att-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-image-part {
    max-width: 226px;
    width: 100%; }
    @media (min-width: 320px) {
      .cat_content .version-with-background-section .verizon-section .freedomgo-image-part, .cat_content .version-with-background-section .att-section .freedomgo-image-part, .cat_content .version-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .version-with-background-section .freedomgo-section .freedomgo-image-part, .cat_content .att-with-background-section .verizon-section .freedomgo-image-part, .cat_content .att-with-background-section .att-section .freedomgo-image-part, .cat_content .att-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .att-with-background-section .freedomgo-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .att-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .att-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-image-part {
        display: block;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .cat_content .version-with-background-section .verizon-section .freedomgo-image-part, .cat_content .version-with-background-section .att-section .freedomgo-image-part, .cat_content .version-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .version-with-background-section .freedomgo-section .freedomgo-image-part, .cat_content .att-with-background-section .verizon-section .freedomgo-image-part, .cat_content .att-with-background-section .att-section .freedomgo-image-part, .cat_content .att-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .att-with-background-section .freedomgo-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .att-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .att-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-image-part {
        display: block;
        margin-left: 0;
        margin-bottom: 10px; } }
  .cat_content .version-with-background-section .verizon-section .verizon-image-part, .cat_content .version-with-background-section .att-section .verizon-image-part, .cat_content .version-with-background-section .t-mobile-section .verizon-image-part, .cat_content .version-with-background-section .freedomgo-section .verizon-image-part, .cat_content .att-with-background-section .verizon-section .verizon-image-part, .cat_content .att-with-background-section .att-section .verizon-image-part, .cat_content .att-with-background-section .t-mobile-section .verizon-image-part, .cat_content .att-with-background-section .freedomgo-section .verizon-image-part, .cat_content .t-mobile-with-background-section .verizon-section .verizon-image-part, .cat_content .t-mobile-with-background-section .att-section .verizon-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-image-part, .cat_content .freedomgo-with-background-section .verizon-section .verizon-image-part, .cat_content .freedomgo-with-background-section .att-section .verizon-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-image-part {
    max-width: 234px;
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 320px) {
      .cat_content .version-with-background-section .verizon-section .verizon-image-part, .cat_content .version-with-background-section .att-section .verizon-image-part, .cat_content .version-with-background-section .t-mobile-section .verizon-image-part, .cat_content .version-with-background-section .freedomgo-section .verizon-image-part, .cat_content .att-with-background-section .verizon-section .verizon-image-part, .cat_content .att-with-background-section .att-section .verizon-image-part, .cat_content .att-with-background-section .t-mobile-section .verizon-image-part, .cat_content .att-with-background-section .freedomgo-section .verizon-image-part, .cat_content .t-mobile-with-background-section .verizon-section .verizon-image-part, .cat_content .t-mobile-with-background-section .att-section .verizon-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-image-part, .cat_content .freedomgo-with-background-section .verizon-section .verizon-image-part, .cat_content .freedomgo-with-background-section .att-section .verizon-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-image-part {
        display: none; } }
    @media (min-width: 992px) {
      .cat_content .version-with-background-section .verizon-section .verizon-image-part, .cat_content .version-with-background-section .att-section .verizon-image-part, .cat_content .version-with-background-section .t-mobile-section .verizon-image-part, .cat_content .version-with-background-section .freedomgo-section .verizon-image-part, .cat_content .att-with-background-section .verizon-section .verizon-image-part, .cat_content .att-with-background-section .att-section .verizon-image-part, .cat_content .att-with-background-section .t-mobile-section .verizon-image-part, .cat_content .att-with-background-section .freedomgo-section .verizon-image-part, .cat_content .t-mobile-with-background-section .verizon-section .verizon-image-part, .cat_content .t-mobile-with-background-section .att-section .verizon-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-image-part, .cat_content .freedomgo-with-background-section .verizon-section .verizon-image-part, .cat_content .freedomgo-with-background-section .att-section .verizon-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-image-part {
        display: block; } }
  .cat_content .version-with-background-section .verizon-section .att-image-part, .cat_content .version-with-background-section .att-section .att-image-part, .cat_content .version-with-background-section .t-mobile-section .att-image-part, .cat_content .version-with-background-section .freedomgo-section .att-image-part, .cat_content .att-with-background-section .verizon-section .att-image-part, .cat_content .att-with-background-section .att-section .att-image-part, .cat_content .att-with-background-section .t-mobile-section .att-image-part, .cat_content .att-with-background-section .freedomgo-section .att-image-part, .cat_content .t-mobile-with-background-section .verizon-section .att-image-part, .cat_content .t-mobile-with-background-section .att-section .att-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .att-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .att-image-part, .cat_content .freedomgo-with-background-section .verizon-section .att-image-part, .cat_content .freedomgo-with-background-section .att-section .att-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .att-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .att-image-part {
    max-width: 180px;
    width: 100%; }
    @media (min-width: 320px) {
      .cat_content .version-with-background-section .verizon-section .att-image-part, .cat_content .version-with-background-section .att-section .att-image-part, .cat_content .version-with-background-section .t-mobile-section .att-image-part, .cat_content .version-with-background-section .freedomgo-section .att-image-part, .cat_content .att-with-background-section .verizon-section .att-image-part, .cat_content .att-with-background-section .att-section .att-image-part, .cat_content .att-with-background-section .t-mobile-section .att-image-part, .cat_content .att-with-background-section .freedomgo-section .att-image-part, .cat_content .t-mobile-with-background-section .verizon-section .att-image-part, .cat_content .t-mobile-with-background-section .att-section .att-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .att-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .att-image-part, .cat_content .freedomgo-with-background-section .verizon-section .att-image-part, .cat_content .freedomgo-with-background-section .att-section .att-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .att-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .att-image-part {
        display: block;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .cat_content .version-with-background-section .verizon-section .att-image-part, .cat_content .version-with-background-section .att-section .att-image-part, .cat_content .version-with-background-section .t-mobile-section .att-image-part, .cat_content .version-with-background-section .freedomgo-section .att-image-part, .cat_content .att-with-background-section .verizon-section .att-image-part, .cat_content .att-with-background-section .att-section .att-image-part, .cat_content .att-with-background-section .t-mobile-section .att-image-part, .cat_content .att-with-background-section .freedomgo-section .att-image-part, .cat_content .t-mobile-with-background-section .verizon-section .att-image-part, .cat_content .t-mobile-with-background-section .att-section .att-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .att-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .att-image-part, .cat_content .freedomgo-with-background-section .verizon-section .att-image-part, .cat_content .freedomgo-with-background-section .att-section .att-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .att-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .att-image-part {
        display: block;
        margin-left: 0;
        margin-bottom: 10px; } }
  .cat_content .version-with-background-section .verizon-section .t-mobile-image-part, .cat_content .version-with-background-section .att-section .t-mobile-image-part, .cat_content .version-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .version-with-background-section .freedomgo-section .t-mobile-image-part, .cat_content .att-with-background-section .verizon-section .t-mobile-image-part, .cat_content .att-with-background-section .att-section .t-mobile-image-part, .cat_content .att-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .att-with-background-section .freedomgo-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .att-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .att-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-image-part {
    max-width: 202px;
    width: 100%; }
    @media (min-width: 320px) {
      .cat_content .version-with-background-section .verizon-section .t-mobile-image-part, .cat_content .version-with-background-section .att-section .t-mobile-image-part, .cat_content .version-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .version-with-background-section .freedomgo-section .t-mobile-image-part, .cat_content .att-with-background-section .verizon-section .t-mobile-image-part, .cat_content .att-with-background-section .att-section .t-mobile-image-part, .cat_content .att-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .att-with-background-section .freedomgo-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .att-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .att-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-image-part {
        display: block;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px; } }
    @media (min-width: 992px) {
      .cat_content .version-with-background-section .verizon-section .t-mobile-image-part, .cat_content .version-with-background-section .att-section .t-mobile-image-part, .cat_content .version-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .version-with-background-section .freedomgo-section .t-mobile-image-part, .cat_content .att-with-background-section .verizon-section .t-mobile-image-part, .cat_content .att-with-background-section .att-section .t-mobile-image-part, .cat_content .att-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .att-with-background-section .freedomgo-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .att-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .att-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-image-part, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-image-part {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
        margin-top: 50px; } }
  .cat_content .version-with-background-section .verizon-section .verizon-some-content, .cat_content .version-with-background-section .verizon-section .att-some-content, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content, .cat_content .version-with-background-section .att-section .verizon-some-content, .cat_content .version-with-background-section .att-section .att-some-content, .cat_content .version-with-background-section .att-section .t-mobile-some-content, .cat_content .version-with-background-section .att-section .freedomgo-some-content, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content, .cat_content .version-with-background-section .t-mobile-section .att-some-content, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content, .cat_content .version-with-background-section .freedomgo-section .att-some-content, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content, .cat_content .att-with-background-section .verizon-section .verizon-some-content, .cat_content .att-with-background-section .verizon-section .att-some-content, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content, .cat_content .att-with-background-section .att-section .verizon-some-content, .cat_content .att-with-background-section .att-section .att-some-content, .cat_content .att-with-background-section .att-section .t-mobile-some-content, .cat_content .att-with-background-section .att-section .freedomgo-some-content, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content, .cat_content .att-with-background-section .t-mobile-section .att-some-content, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content, .cat_content .att-with-background-section .freedomgo-section .att-some-content, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content, .cat_content .t-mobile-with-background-section .att-section .att-some-content, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content, .cat_content .freedomgo-with-background-section .att-section .att-some-content, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content {
    display: block;
    max-width: 630px; }
    @media (min-width: 320px) {
      .cat_content .version-with-background-section .verizon-section .verizon-some-content, .cat_content .version-with-background-section .verizon-section .att-some-content, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content, .cat_content .version-with-background-section .att-section .verizon-some-content, .cat_content .version-with-background-section .att-section .att-some-content, .cat_content .version-with-background-section .att-section .t-mobile-some-content, .cat_content .version-with-background-section .att-section .freedomgo-some-content, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content, .cat_content .version-with-background-section .t-mobile-section .att-some-content, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content, .cat_content .version-with-background-section .freedomgo-section .att-some-content, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content, .cat_content .att-with-background-section .verizon-section .verizon-some-content, .cat_content .att-with-background-section .verizon-section .att-some-content, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content, .cat_content .att-with-background-section .att-section .verizon-some-content, .cat_content .att-with-background-section .att-section .att-some-content, .cat_content .att-with-background-section .att-section .t-mobile-some-content, .cat_content .att-with-background-section .att-section .freedomgo-some-content, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content, .cat_content .att-with-background-section .t-mobile-section .att-some-content, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content, .cat_content .att-with-background-section .freedomgo-section .att-some-content, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content, .cat_content .t-mobile-with-background-section .att-section .att-some-content, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content, .cat_content .freedomgo-with-background-section .att-section .att-some-content, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content {
        text-align: center; } }
    @media (min-width: 992px) {
      .cat_content .version-with-background-section .verizon-section .verizon-some-content, .cat_content .version-with-background-section .verizon-section .att-some-content, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content, .cat_content .version-with-background-section .att-section .verizon-some-content, .cat_content .version-with-background-section .att-section .att-some-content, .cat_content .version-with-background-section .att-section .t-mobile-some-content, .cat_content .version-with-background-section .att-section .freedomgo-some-content, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content, .cat_content .version-with-background-section .t-mobile-section .att-some-content, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content, .cat_content .version-with-background-section .freedomgo-section .att-some-content, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content, .cat_content .att-with-background-section .verizon-section .verizon-some-content, .cat_content .att-with-background-section .verizon-section .att-some-content, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content, .cat_content .att-with-background-section .att-section .verizon-some-content, .cat_content .att-with-background-section .att-section .att-some-content, .cat_content .att-with-background-section .att-section .t-mobile-some-content, .cat_content .att-with-background-section .att-section .freedomgo-some-content, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content, .cat_content .att-with-background-section .t-mobile-section .att-some-content, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content, .cat_content .att-with-background-section .freedomgo-section .att-some-content, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content, .cat_content .t-mobile-with-background-section .att-section .att-some-content, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content, .cat_content .freedomgo-with-background-section .att-section .att-some-content, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content {
        text-align: initial; } }
    .cat_content .version-with-background-section .verizon-section .verizon-some-content h3, .cat_content .version-with-background-section .verizon-section .att-some-content h3, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .version-with-background-section .att-section .verizon-some-content h3, .cat_content .version-with-background-section .att-section .att-some-content h3, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3, .cat_content .att-with-background-section .verizon-section .att-some-content h3, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .att-with-background-section .att-section .verizon-some-content h3, .cat_content .att-with-background-section .att-section .att-some-content h3, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 {
      color: #2E2925;
      line-height: normal; }
      @media (min-width: 320px) {
        .cat_content .version-with-background-section .verizon-section .verizon-some-content h3, .cat_content .version-with-background-section .verizon-section .att-some-content h3, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .version-with-background-section .att-section .verizon-some-content h3, .cat_content .version-with-background-section .att-section .att-some-content h3, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3, .cat_content .att-with-background-section .verizon-section .att-some-content h3, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .att-with-background-section .att-section .verizon-some-content h3, .cat_content .att-with-background-section .att-section .att-some-content h3, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 {
          font-size: 20px; } }
      @media (min-width: 992px) {
        .cat_content .version-with-background-section .verizon-section .verizon-some-content h3, .cat_content .version-with-background-section .verizon-section .att-some-content h3, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .version-with-background-section .att-section .verizon-some-content h3, .cat_content .version-with-background-section .att-section .att-some-content h3, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3, .cat_content .att-with-background-section .verizon-section .att-some-content h3, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .att-with-background-section .att-section .verizon-some-content h3, .cat_content .att-with-background-section .att-section .att-some-content h3, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 {
          font-size: 30px; } }
      .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .version-with-background-section .verizon-section .att-some-content h3 span, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .version-with-background-section .att-section .verizon-some-content h3 span, .cat_content .version-with-background-section .att-section .att-some-content h3 span, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .att-with-background-section .verizon-section .att-some-content h3 span, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .att-section .verizon-some-content h3 span, .cat_content .att-with-background-section .att-section .att-some-content h3 span, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 span {
        font-weight: 500;
        color: #000000; }
        @media (min-width: 320px) {
          .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .version-with-background-section .verizon-section .att-some-content h3 span, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .version-with-background-section .att-section .verizon-some-content h3 span, .cat_content .version-with-background-section .att-section .att-some-content h3 span, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .att-with-background-section .verizon-section .att-some-content h3 span, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .att-section .verizon-some-content h3 span, .cat_content .att-with-background-section .att-section .att-some-content h3 span, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 span {
            font-size: 30px; } }
        @media (min-width: 992px) {
          .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .version-with-background-section .verizon-section .att-some-content h3 span, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .version-with-background-section .att-section .verizon-some-content h3 span, .cat_content .version-with-background-section .att-section .att-some-content h3 span, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .att-with-background-section .verizon-section .att-some-content h3 span, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .att-section .verizon-some-content h3 span, .cat_content .att-with-background-section .att-section .att-some-content h3 span, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 span, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 span {
            font-size: 40px; } }
      .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 span.and-person, .cat_content .version-with-background-section .verizon-section .att-some-content h3 span.and-person, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 span.and-person, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 span.and-person, .cat_content .version-with-background-section .att-section .verizon-some-content h3 span.and-person, .cat_content .version-with-background-section .att-section .att-some-content h3 span.and-person, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 span.and-person, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 span.and-person, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 span.and-person, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 span.and-person, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 span.and-person, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 span.and-person, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 span.and-person, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 span.and-person, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 span.and-person, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 span.and-person, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 span.and-person, .cat_content .att-with-background-section .verizon-section .att-some-content h3 span.and-person, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 span.and-person, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 span.and-person, .cat_content .att-with-background-section .att-section .verizon-some-content h3 span.and-person, .cat_content .att-with-background-section .att-section .att-some-content h3 span.and-person, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 span.and-person, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 span.and-person, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 span.and-person, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 span.and-person, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 span.and-person, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 span.and-person, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 span.and-person, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 span.and-person, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 span.and-person, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 span.and-person, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 span.and-person, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 span.and-person {
        font-size: 30px;
        font-weight: 500;
        color: #2E2925; }
      .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red {
        font-size: 40px;
        font-weight: 500;
        color: #E32526; }
        @media (min-width: 320px) {
          .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red {
            font-size: 30px; } }
        @media (min-width: 992px) {
          .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .verzion-red, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .verzion-red {
            font-size: 40px; } }
      .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue {
        font-size: 40px;
        font-weight: 500;
        color: #00A8E0; }
        @media (min-width: 320px) {
          .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue {
            font-size: 30px; } }
        @media (min-width: 992px) {
          .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .att-blue, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .att-blue {
            font-size: 40px; } }
      .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text {
        font-size: 40px;
        font-weight: 500;
        color: #005978; }
        @media (min-width: 320px) {
          .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text {
            font-size: 30px; } }
        @media (min-width: 992px) {
          .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text {
            font-size: 40px; } }
      .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text {
        font-size: 40px;
        font-weight: 500;
        color: #E20074; }
        @media (min-width: 320px) {
          .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text {
            font-size: 30px; } }
        @media (min-width: 992px) {
          .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .t-mobile-text, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .t-mobile-text {
            font-size: 40px; } }
      @media (min-width: 320px) {
        .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .winegard-text, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .winegard-text, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .winegard-text, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .winegard-text, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .winegard-text, .cat_content .version-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .att-some-content h3 .winegard-text, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .winegard-text, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .winegard-text, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .winegard-text, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .winegard-text, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .winegard-text, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .winegard-text, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .winegard-text, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .winegard-text, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .winegard-text, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .winegard-text, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .winegard-text, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .winegard-text, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .winegard-text, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .winegard-text, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .winegard-text, .cat_content .att-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .att-some-content h3 .winegard-text, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .winegard-text, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .winegard-text, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .winegard-text, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .winegard-text, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .winegard-text, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .winegard-text, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .winegard-text, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .winegard-text, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .winegard-text, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .winegard-text {
          font-size: 25px !important; } }
      @media (min-width: 992px) {
        .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .verizon-some-content h3 .winegard-text, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .att-some-content h3 .winegard-text, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .t-mobile-some-content h3 .winegard-text, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .verizon-section .freedomgo-some-content h3 .winegard-text, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .verizon-some-content h3 .winegard-text, .cat_content .version-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .att-some-content h3 .winegard-text, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .t-mobile-some-content h3 .winegard-text, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .att-section .freedomgo-some-content h3 .winegard-text, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .verizon-some-content h3 .winegard-text, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .att-some-content h3 .winegard-text, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .t-mobile-some-content h3 .winegard-text, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .t-mobile-section .freedomgo-some-content h3 .winegard-text, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .verizon-some-content h3 .winegard-text, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .att-some-content h3 .winegard-text, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .t-mobile-some-content h3 .winegard-text, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .version-with-background-section .freedomgo-section .freedomgo-some-content h3 .winegard-text, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .verizon-some-content h3 .winegard-text, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .att-some-content h3 .winegard-text, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .t-mobile-some-content h3 .winegard-text, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .verizon-section .freedomgo-some-content h3 .winegard-text, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .verizon-some-content h3 .winegard-text, .cat_content .att-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .att-some-content h3 .winegard-text, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .t-mobile-some-content h3 .winegard-text, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .att-section .freedomgo-some-content h3 .winegard-text, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .verizon-some-content h3 .winegard-text, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .att-some-content h3 .winegard-text, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .t-mobile-some-content h3 .winegard-text, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .t-mobile-section .freedomgo-some-content h3 .winegard-text, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .verizon-some-content h3 .winegard-text, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .att-some-content h3 .winegard-text, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .t-mobile-some-content h3 .winegard-text, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .att-with-background-section .freedomgo-section .freedomgo-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .verizon-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .att-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .t-mobile-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .verizon-section .freedomgo-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .verizon-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .att-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .t-mobile-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .att-section .freedomgo-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .verizon-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .att-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .t-mobile-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .t-mobile-section .freedomgo-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .verizon-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .att-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .t-mobile-some-content h3 .winegard-text, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .t-mobile-with-background-section .freedomgo-section .freedomgo-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .verizon-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .att-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .t-mobile-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .verizon-section .freedomgo-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .verizon-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .att-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .t-mobile-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .att-section .freedomgo-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .verizon-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .att-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .t-mobile-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .t-mobile-section .freedomgo-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .verizon-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .att-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .t-mobile-some-content h3 .winegard-text, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .freedomgo-text, .cat_content .freedomgo-with-background-section .freedomgo-section .freedomgo-some-content h3 .winegard-text {
          font-size: 40px !important; } }
  .cat_content .version-with-background-section .verizon-section .call-now, .cat_content .version-with-background-section .att-section .call-now, .cat_content .version-with-background-section .t-mobile-section .call-now, .cat_content .version-with-background-section .freedomgo-section .call-now, .cat_content .att-with-background-section .verizon-section .call-now, .cat_content .att-with-background-section .att-section .call-now, .cat_content .att-with-background-section .t-mobile-section .call-now, .cat_content .att-with-background-section .freedomgo-section .call-now, .cat_content .t-mobile-with-background-section .verizon-section .call-now, .cat_content .t-mobile-with-background-section .att-section .call-now, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now, .cat_content .freedomgo-with-background-section .verizon-section .call-now, .cat_content .freedomgo-with-background-section .att-section .call-now, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now {
    border-radius: 8px;
    background-color: #fff; }
    @media (min-width: 320px) {
      .cat_content .version-with-background-section .verizon-section .call-now, .cat_content .version-with-background-section .att-section .call-now, .cat_content .version-with-background-section .t-mobile-section .call-now, .cat_content .version-with-background-section .freedomgo-section .call-now, .cat_content .att-with-background-section .verizon-section .call-now, .cat_content .att-with-background-section .att-section .call-now, .cat_content .att-with-background-section .t-mobile-section .call-now, .cat_content .att-with-background-section .freedomgo-section .call-now, .cat_content .t-mobile-with-background-section .verizon-section .call-now, .cat_content .t-mobile-with-background-section .att-section .call-now, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now, .cat_content .freedomgo-with-background-section .verizon-section .call-now, .cat_content .freedomgo-with-background-section .att-section .call-now, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now {
        margin: 0 auto 45px;
        max-width: 280px; } }
    @media (min-width: 992px) {
      .cat_content .version-with-background-section .verizon-section .call-now, .cat_content .version-with-background-section .att-section .call-now, .cat_content .version-with-background-section .t-mobile-section .call-now, .cat_content .version-with-background-section .freedomgo-section .call-now, .cat_content .att-with-background-section .verizon-section .call-now, .cat_content .att-with-background-section .att-section .call-now, .cat_content .att-with-background-section .t-mobile-section .call-now, .cat_content .att-with-background-section .freedomgo-section .call-now, .cat_content .t-mobile-with-background-section .verizon-section .call-now, .cat_content .t-mobile-with-background-section .att-section .call-now, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now, .cat_content .freedomgo-with-background-section .verizon-section .call-now, .cat_content .freedomgo-with-background-section .att-section .call-now, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now {
        margin: initial;
        max-width: 410px; } }
    .cat_content .version-with-background-section .verizon-section .call-now a, .cat_content .version-with-background-section .att-section .call-now a, .cat_content .version-with-background-section .t-mobile-section .call-now a, .cat_content .version-with-background-section .freedomgo-section .call-now a, .cat_content .att-with-background-section .verizon-section .call-now a, .cat_content .att-with-background-section .att-section .call-now a, .cat_content .att-with-background-section .t-mobile-section .call-now a, .cat_content .att-with-background-section .freedomgo-section .call-now a, .cat_content .t-mobile-with-background-section .verizon-section .call-now a, .cat_content .t-mobile-with-background-section .att-section .call-now a, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now a, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now a, .cat_content .freedomgo-with-background-section .verizon-section .call-now a, .cat_content .freedomgo-with-background-section .att-section .call-now a, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now a, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now a {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .cat_content .version-with-background-section .verizon-section .call-now a .m-icon, .cat_content .version-with-background-section .att-section .call-now a .m-icon, .cat_content .version-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .version-with-background-section .freedomgo-section .call-now a .m-icon, .cat_content .att-with-background-section .verizon-section .call-now a .m-icon, .cat_content .att-with-background-section .att-section .call-now a .m-icon, .cat_content .att-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .att-with-background-section .freedomgo-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .verizon-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .att-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .verizon-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .att-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now a .m-icon {
        background: #F5F5F5;
        border-radius: 8px 0px 0px 8px;
        display: inline-block; }
        @media (min-width: 320px) {
          .cat_content .version-with-background-section .verizon-section .call-now a .m-icon, .cat_content .version-with-background-section .att-section .call-now a .m-icon, .cat_content .version-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .version-with-background-section .freedomgo-section .call-now a .m-icon, .cat_content .att-with-background-section .verizon-section .call-now a .m-icon, .cat_content .att-with-background-section .att-section .call-now a .m-icon, .cat_content .att-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .att-with-background-section .freedomgo-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .verizon-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .att-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .verizon-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .att-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now a .m-icon {
            padding: 10.5px 16.5px; } }
        @media (min-width: 768px) {
          .cat_content .version-with-background-section .verizon-section .call-now a .m-icon, .cat_content .version-with-background-section .att-section .call-now a .m-icon, .cat_content .version-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .version-with-background-section .freedomgo-section .call-now a .m-icon, .cat_content .att-with-background-section .verizon-section .call-now a .m-icon, .cat_content .att-with-background-section .att-section .call-now a .m-icon, .cat_content .att-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .att-with-background-section .freedomgo-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .verizon-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .att-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .verizon-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .att-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now a .m-icon, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now a .m-icon {
            padding: 14.5px 25.5px; } }
        @media (min-width: 320px) {
          .cat_content .version-with-background-section .verizon-section .call-now a .m-icon img, .cat_content .version-with-background-section .att-section .call-now a .m-icon img, .cat_content .version-with-background-section .t-mobile-section .call-now a .m-icon img, .cat_content .version-with-background-section .freedomgo-section .call-now a .m-icon img, .cat_content .att-with-background-section .verizon-section .call-now a .m-icon img, .cat_content .att-with-background-section .att-section .call-now a .m-icon img, .cat_content .att-with-background-section .t-mobile-section .call-now a .m-icon img, .cat_content .att-with-background-section .freedomgo-section .call-now a .m-icon img, .cat_content .t-mobile-with-background-section .verizon-section .call-now a .m-icon img, .cat_content .t-mobile-with-background-section .att-section .call-now a .m-icon img, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now a .m-icon img, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now a .m-icon img, .cat_content .freedomgo-with-background-section .verizon-section .call-now a .m-icon img, .cat_content .freedomgo-with-background-section .att-section .call-now a .m-icon img, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now a .m-icon img, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now a .m-icon img {
            width: 17px; } }
        @media (min-width: 768px) {
          .cat_content .version-with-background-section .verizon-section .call-now a .m-icon img, .cat_content .version-with-background-section .att-section .call-now a .m-icon img, .cat_content .version-with-background-section .t-mobile-section .call-now a .m-icon img, .cat_content .version-with-background-section .freedomgo-section .call-now a .m-icon img, .cat_content .att-with-background-section .verizon-section .call-now a .m-icon img, .cat_content .att-with-background-section .att-section .call-now a .m-icon img, .cat_content .att-with-background-section .t-mobile-section .call-now a .m-icon img, .cat_content .att-with-background-section .freedomgo-section .call-now a .m-icon img, .cat_content .t-mobile-with-background-section .verizon-section .call-now a .m-icon img, .cat_content .t-mobile-with-background-section .att-section .call-now a .m-icon img, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now a .m-icon img, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now a .m-icon img, .cat_content .freedomgo-with-background-section .verizon-section .call-now a .m-icon img, .cat_content .freedomgo-with-background-section .att-section .call-now a .m-icon img, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now a .m-icon img, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now a .m-icon img {
            width: auto; } }
      .cat_content .version-with-background-section .verizon-section .call-now a .m-number, .cat_content .version-with-background-section .att-section .call-now a .m-number, .cat_content .version-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .version-with-background-section .freedomgo-section .call-now a .m-number, .cat_content .att-with-background-section .verizon-section .call-now a .m-number, .cat_content .att-with-background-section .att-section .call-now a .m-number, .cat_content .att-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .att-with-background-section .freedomgo-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .verizon-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .att-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .verizon-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .att-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now a .m-number {
        color: #020202;
        line-height: 30px;
        font-weight: 600;
        padding: 0 30px 0 25px; }
        @media (min-width: 320px) {
          .cat_content .version-with-background-section .verizon-section .call-now a .m-number, .cat_content .version-with-background-section .att-section .call-now a .m-number, .cat_content .version-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .version-with-background-section .freedomgo-section .call-now a .m-number, .cat_content .att-with-background-section .verizon-section .call-now a .m-number, .cat_content .att-with-background-section .att-section .call-now a .m-number, .cat_content .att-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .att-with-background-section .freedomgo-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .verizon-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .att-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .verizon-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .att-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now a .m-number {
            padding: 0 22px 0 0;
            font-size: 12px; } }
        @media (min-width: 768px) {
          .cat_content .version-with-background-section .verizon-section .call-now a .m-number, .cat_content .version-with-background-section .att-section .call-now a .m-number, .cat_content .version-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .version-with-background-section .freedomgo-section .call-now a .m-number, .cat_content .att-with-background-section .verizon-section .call-now a .m-number, .cat_content .att-with-background-section .att-section .call-now a .m-number, .cat_content .att-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .att-with-background-section .freedomgo-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .verizon-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .att-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .t-mobile-with-background-section .freedomgo-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .verizon-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .att-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .t-mobile-section .call-now a .m-number, .cat_content .freedomgo-with-background-section .freedomgo-section .call-now a .m-number {
            font-size: 18px;
            padding: 0 30px 0 25px; } }
  @media (min-width: 320px) {
    .cat_content .version-with-background-section .freedomgo-section, .cat_content .att-with-background-section .freedomgo-section, .cat_content .t-mobile-with-background-section .freedomgo-section, .cat_content .freedomgo-with-background-section .freedomgo-section {
      padding-left: 20px;
      padding-top: 15px;
      padding-bottom: 0px; } }
  @media (min-width: 992px) {
    .cat_content .version-with-background-section .freedomgo-section, .cat_content .att-with-background-section .freedomgo-section, .cat_content .t-mobile-with-background-section .freedomgo-section, .cat_content .freedomgo-with-background-section .freedomgo-section {
      padding-left: 0px;
      padding-top: 100px;
      padding-bottom: 50px; } }
  @media (min-width: 320px) {
    .cat_content .version-with-background-section .t-mobile-section, .cat_content .att-with-background-section .t-mobile-section, .cat_content .t-mobile-with-background-section .t-mobile-section, .cat_content .freedomgo-with-background-section .t-mobile-section {
      padding-left: 20px;
      padding-top: 40px;
      padding-bottom: 0px; } }
  @media (min-width: 992px) {
    .cat_content .version-with-background-section .t-mobile-section, .cat_content .att-with-background-section .t-mobile-section, .cat_content .t-mobile-with-background-section .t-mobile-section, .cat_content .freedomgo-with-background-section .t-mobile-section {
      padding-left: 0px;
      padding-top: 150px;
      padding-bottom: 50px; } }
  @media (min-width: 320px) {
    .cat_content .version-with-background-section .att-section, .cat_content .att-with-background-section .att-section, .cat_content .t-mobile-with-background-section .att-section, .cat_content .freedomgo-with-background-section .att-section {
      padding-left: 0px;
      padding-top: 30px;
      padding-bottom: 0px; } }
  @media (min-width: 992px) {
    .cat_content .version-with-background-section .att-section, .cat_content .att-with-background-section .att-section, .cat_content .t-mobile-with-background-section .att-section, .cat_content .freedomgo-with-background-section .att-section {
      padding-left: 0px;
      padding-top: 150px;
      padding-bottom: 50px; } }

.cat_content .available-plan {
  display: block; }
  @media (min-width: 320px) {
    .cat_content .available-plan {
      margin-bottom: 5px; } }
  @media (min-width: 992px) {
    .cat_content .available-plan {
      margin-bottom: 65px; } }
  .cat_content .available-plan h1 {
    margin-top: 0px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #000;
    font-family: Montserrat;
    line-height: normal; }
    @media (min-width: 320px) {
      .cat_content .available-plan h1 {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .cat_content .available-plan h1 {
        font-size: 28px; } }
  .cat_content .available-plan .for-new-customer {
    float: left;
    width: 100%; }
    .cat_content .available-plan .for-new-customer h1 {
      text-align: center;
      font-weight: 500;
      font-size: 28px;
      font-family: Montserrat;
      letter-spacing: 0px;
      margin-top: 5px;
      float: left; }
      @media (min-width: 320px) {
        .cat_content .available-plan .for-new-customer h1 {
          width: 100%;
          font-size: 20px; } }
      @media (min-width: 768px) {
        .cat_content .available-plan .for-new-customer h1 {
          width: 50%;
          font-size: 28px; } }
    .cat_content .available-plan .for-new-customer h2 {
      text-align: center;
      font-weight: 500;
      font-family: Montserrat;
      letter-spacing: 0px;
      margin-top: 5px;
      float: left; }
      @media (min-width: 320px) {
        .cat_content .available-plan .for-new-customer h2 {
          width: 100%;
          font-size: 20px;
          display: none; } }
      @media (min-width: 768px) {
        .cat_content .available-plan .for-new-customer h2 {
          width: 50%;
          font-size: 28px;
          display: block; } }
    .cat_content .available-plan .for-new-customer ul {
      margin-left: 0px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
      position: relative;
      clear: both; }
      @media (min-width: 768px) {
        .cat_content .available-plan .for-new-customer ul {
          margin: 0px -30px; } }
      .cat_content .available-plan .for-new-customer ul .mobile {
        text-align: center;
        font-weight: 500;
        font-family: Montserrat;
        letter-spacing: 0px;
        margin-top: 5px;
        float: left; }
        @media (min-width: 320px) {
          .cat_content .available-plan .for-new-customer ul .mobile {
            width: 100%;
            font-size: 20px;
            display: block; } }
        @media (min-width: 768px) {
          .cat_content .available-plan .for-new-customer ul .mobile {
            width: 50%;
            font-size: 28px;
            display: none; } }
      .cat_content .available-plan .for-new-customer ul li {
        list-style-type: none; }
        @media (min-width: 320px) {
          .cat_content .available-plan .for-new-customer ul li {
            width: 100%;
            margin-bottom: 20px; } }
        @media (min-width: 768px) {
          .cat_content .available-plan .for-new-customer ul li {
            width: 50%;
            padding: 0 30px; } }
        @media (min-width: 992px) {
          .cat_content .available-plan .for-new-customer ul li {
            width: 25%;
            margin-bottom: 0px; } }
        .cat_content .available-plan .for-new-customer ul li .content-p {
          border: 1px solid #707070;
          border-radius: 4px;
          display: flex;
          height: 100%; }
          .cat_content .available-plan .for-new-customer ul li .content-p .plan-content {
            width: 100%; }
            .cat_content .available-plan .for-new-customer ul li .content-p .plan-content h3 {
              background-color: #0E577D;
              color: #fff;
              font-size: 17px;
              font-weight: 600;
              padding: 14px 0px; }
            .cat_content .available-plan .for-new-customer ul li .content-p .plan-content .plan-price span.doller-sign {
              font-size: 20px;
              color: #000000;
              font-weight: 400;
              line-height: 24px;
              font-family: Montserrat; }
            .cat_content .available-plan .for-new-customer ul li .content-p .plan-content .plan-price .plan-original-price {
              font-size: 43px;
              font-weight: 700;
              font-family: Montserrat;
              color: #000;
              line-height: 24px; }
            .cat_content .available-plan .for-new-customer ul li .content-p .plan-content span.tax-fees {
              display: block;
              font-size: 20px;
              color: #000000;
              font-weight: 400;
              line-height: 24px;
              font-family: Montserrat; }
            .cat_content .available-plan .for-new-customer ul li .content-p .plan-content span.plan-gb {
              display: block;
              font-size: 36px;
              color: #0E577D;
              font-weight: 700;
              font-family: Montserrat; }
            .cat_content .available-plan .for-new-customer ul li .content-p .plan-content p {
              padding: 0px 20px;
              line-height: 15px;
              display: block;
              font-size: 11px;
              margin-top: 8px;
              font-family: Montserrat;
              font-weight: 400;
              color: #000; }
      @media (min-width: 768px) {
        .cat_content .available-plan .for-new-customer ul:after {
          content: '';
          display: block;
          background: #707070;
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); } }

.cat_content .available-plan-freedomgo {
  display: block; }
  @media (min-width: 320px) {
    .cat_content .available-plan-freedomgo {
      margin-bottom: 5px; } }
  @media (min-width: 992px) {
    .cat_content .available-plan-freedomgo {
      margin-bottom: 65px; } }
  .cat_content .available-plan-freedomgo h1 {
    margin-top: 0px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #000;
    font-family: Montserrat;
    line-height: normal; }
    @media (min-width: 320px) {
      .cat_content .available-plan-freedomgo h1 {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .cat_content .available-plan-freedomgo h1 {
        font-size: 28px; } }
  .cat_content .available-plan-freedomgo .available-plan-max-width {
    max-width: 1008px;
    margin: 0 auto; }
    .cat_content .available-plan-freedomgo .available-plan-max-width ul {
      margin-left: 0px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
      position: relative;
      clear: both; }
      @media (min-width: 768px) {
        .cat_content .available-plan-freedomgo .available-plan-max-width ul {
          margin: 0px -30px; } }
      .cat_content .available-plan-freedomgo .available-plan-max-width ul li {
        list-style-type: none; }
        @media (min-width: 320px) {
          .cat_content .available-plan-freedomgo .available-plan-max-width ul li {
            width: 100%;
            margin: 15px 0px; } }
        @media (min-width: 768px) {
          .cat_content .available-plan-freedomgo .available-plan-max-width ul li {
            width: 50%;
            padding: 0 30px; } }
        @media (min-width: 992px) {
          .cat_content .available-plan-freedomgo .available-plan-max-width ul li {
            width: 33.33%;
            margin: 25px 0px; } }
        .cat_content .available-plan-freedomgo .available-plan-max-width ul li .content-p {
          border: 1px solid #707070;
          border-radius: 4px;
          display: flex;
          height: 100%; }
          .cat_content .available-plan-freedomgo .available-plan-max-width ul li .content-p .plan-content {
            width: 100%; }
            .cat_content .available-plan-freedomgo .available-plan-max-width ul li .content-p .plan-content h3 {
              background-color: #0E577D;
              color: #fff;
              font-size: 17px;
              font-weight: 600;
              padding: 14px 0px;
              float: left;
              width: 100%;
              margin-top: -1px;
              margin-bottom: 0px; }
            .cat_content .available-plan-freedomgo .available-plan-max-width ul li .content-p .plan-content .plan-price {
              float: left;
              width: 100%;
              margin-top: 45px; }
              .cat_content .available-plan-freedomgo .available-plan-max-width ul li .content-p .plan-content .plan-price span.doller-sign {
                font-size: 20px;
                color: #000000;
                font-weight: 400;
                line-height: 24px;
                font-family: Montserrat; }
              .cat_content .available-plan-freedomgo .available-plan-max-width ul li .content-p .plan-content .plan-price .plan-original-price {
                font-size: 43px;
                font-weight: 700;
                font-family: Montserrat;
                color: #000;
                line-height: 24px; }
              .cat_content .available-plan-freedomgo .available-plan-max-width ul li .content-p .plan-content .plan-price span.plan-days {
                font-size: 20px;
                color: #000000;
                font-weight: 400;
                line-height: 24px;
                font-family: Montserrat; }
            .cat_content .available-plan-freedomgo .available-plan-max-width ul li .content-p .plan-content span.plan-gb {
              display: block;
              font-size: 36px;
              color: #0E577D;
              font-weight: 700;
              font-family: Montserrat;
              float: left;
              width: 100%;
              margin-top: 15px;
              margin-bottom: 100px; }

.cat_content .freedom-chart-sec .winegard-version-chart-title {
  margin-bottom: 30px; }
  @media (min-width: 320px) {
    .cat_content .freedom-chart-sec .winegard-version-chart-title {
      font-size: 17px; } }
  @media (min-width: 992px) {
    .cat_content .freedom-chart-sec .winegard-version-chart-title {
      font-size: 28px; } }

.cat_content .below-chart-content p {
  max-width: 560px;
  font-size: 11px;
  line-height: 17px;
  font-family: Montserrat;
  font-weight: 400; }
  @media (min-width: 320px) {
    .cat_content .below-chart-content p {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    .cat_content .below-chart-content p {
      margin-top: 10px; } }

.cat_content .below-chart-content p.mt-0 {
  margin-top: 0px; }

.body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources {
      margin-bottom: 50px; } }
  .body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources .col-lg-7 {
    margin-right: 0px; }
    @media (min-width: 992px) {
      .body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources .col-lg-7 {
        margin-right: 80px; } }
    @media (min-width: 1200px) {
      .body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources .col-lg-7 {
        margin-right: 100px; } }
  .body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources h1, .body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources h2 {
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 18px 0; }
    @media (min-width: 576px) {
      .body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources h1, .body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media (min-width: 768px) {
      .body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources h1, .body.category.DIRECTV .direct-tv-category-page .row.direct-tv-resources h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 24px 0; } }

.body.category.DIRECTV .direct-tv-category-page .antennas-inner, .body.category.DIRECTV .direct-tv-category-page .programming-inner, .body.category.DIRECTV .direct-tv-category-page .receivers-inner {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .body.category.DIRECTV .direct-tv-category-page .antennas-inner, .body.category.DIRECTV .direct-tv-category-page .programming-inner, .body.category.DIRECTV .direct-tv-category-page .receivers-inner {
      padding-bottom: 72px; } }
  .body.category.DIRECTV .direct-tv-category-page .antennas-inner h3, .body.category.DIRECTV .direct-tv-category-page .programming-inner h3, .body.category.DIRECTV .direct-tv-category-page .receivers-inner h3 {
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 18px 0; }
    @media (min-width: 576px) {
      .body.category.DIRECTV .direct-tv-category-page .antennas-inner h3, .body.category.DIRECTV .direct-tv-category-page .programming-inner h3, .body.category.DIRECTV .direct-tv-category-page .receivers-inner h3 {
        font-size: 24px;
        line-height: 30px; } }
    @media (min-width: 768px) {
      .body.category.DIRECTV .direct-tv-category-page .antennas-inner h3, .body.category.DIRECTV .direct-tv-category-page .programming-inner h3, .body.category.DIRECTV .direct-tv-category-page .receivers-inner h3 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 24px 0; } }

.body.category.DIRECTV .direct-tv-category-page #directvrebate {
  width: 100vw;
  margin-left: calc(-50vw + 50% - 5px);
  background-color: #F8F8F8;
  padding: 48px 0px;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .body.category.DIRECTV .direct-tv-category-page #directvrebate {
      padding: 72px 0px; } }

.body.category.DIRECTV .direct-tv-category-page .antennas-inner {
  text-align: center;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .body.category.DIRECTV .direct-tv-category-page .antennas-inner {
      padding-top: 50px; } }
  .body.category.DIRECTV .direct-tv-category-page .antennas-inner .freedom-chart-sec .table-chart-sec #inner #compat tbody tr:nth-child(odd) {
    background-color: #ffffff !important; }
  .body.category.DIRECTV .direct-tv-category-page .antennas-inner .freedom-chart-sec .table-chart-sec #inner #compat tr:not(:first-child) {
    border-bottom: 1px solid #ddd; }

.body.category.DIRECTV .direct-tv-category-page .programming-inner {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .body.category.DIRECTV .direct-tv-category-page .programming-inner {
      padding-top: 50px; } }
  .body.category.DIRECTV .direct-tv-category-page .programming-inner > .row {
    align-items: center; }

.body.category.DIRECTV .direct-tv-category-page .receivers-inner {
  text-align: center;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .body.category.DIRECTV .direct-tv-category-page .receivers-inner {
      padding-top: 50px; } }

.category.DISH .cat_content .cat_inner_sec .cat_left .call-now {
  border: 1px solid #8D8D8D;
  border-radius: 8px;
  max-width: 280px; }
  @media (min-width: 320px) {
    .category.DISH .cat_content .cat_inner_sec .cat_left .call-now {
      margin: 0 0 30px; } }
  @media (min-width: 768px) {
    .category.DISH .cat_content .cat_inner_sec .cat_left .call-now {
      margin: initial;
      max-width: 440px; } }
  .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-icon {
      background: #F5F5F5;
      border-radius: 8px 0px 0px 8px;
      display: inline-block; }
      @media (min-width: 320px) {
        .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-icon {
          padding: 10.5px 16.5px; } }
      @media (min-width: 768px) {
        .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-icon {
          padding: 14.5px 25.5px; } }
      @media (min-width: 320px) {
        .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-icon img {
          width: 17px; } }
      @media (min-width: 768px) {
        .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-icon img {
          width: auto; } }
    .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-number {
      color: #020202;
      line-height: 30px;
      font-weight: 600;
      padding: 0 30px 0 25px; }
      @media (min-width: 320px) {
        .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-number {
          padding: 0 22px 0 0;
          font-size: 12px; } }
      @media (min-width: 768px) {
        .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-number {
          font-size: 16px;
          padding: 0 30px 0 25px; } }
      @media (min-width: 992px) {
        .category.DISH .cat_content .cat_inner_sec .cat_left .call-now a .m-number {
          font-size: 20px; } }

.category.DISH .cat_content .step-section {
  float: left;
  width: 100%;
  padding: 90px 0 90px 0;
  text-align: center; }
  .category.DISH .cat_content .step-section .step-inner .step-grid {
    margin: 0 auto;
    padding: 20px 0 0 0; }
    @media (min-width: 320px) {
      .category.DISH .cat_content .step-section .step-inner .step-grid {
        display: block; } }
    @media (min-width: 992px) {
      .category.DISH .cat_content .step-section .step-inner .step-grid {
        display: flex;
        justify-content: center;
        max-width: 1000px; } }
    @media (min-width: 320px) {
      .category.DISH .cat_content .step-section .step-inner .step-grid .step-box {
        padding: 0px; } }
    @media (min-width: 992px) {
      .category.DISH .cat_content .step-section .step-inner .step-grid .step-box {
        padding: 0 50px; } }
    .category.DISH .cat_content .step-section .step-inner .step-grid .step-box .s-no {
      position: relative; }
      @media (min-width: 320px) {
        .category.DISH .cat_content .step-section .step-inner .step-grid .step-box .s-no:after {
          display: none; } }
      @media (min-width: 992px) {
        .category.DISH .cat_content .step-section .step-inner .step-grid .step-box .s-no:after {
          left: 150px;
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background: #707070;
          position: absolute;
          top: 21px;
          left: 110px;
          z-index: -1; } }
      @media (min-width: 1200px) {
        .category.DISH .cat_content .step-section .step-inner .step-grid .step-box .s-no:after {
          left: 160px; } }
      .category.DISH .cat_content .step-section .step-inner .step-grid .step-box .s-no span {
        color: #fff;
        font-weight: 600;
        font-family: "Montserrat";
        font-size: 28px;
        line-height: 34px;
        margin: 0 auto 10px auto;
        display: flex;
        background: #0E577D;
        width: 42px;
        height: 42px;
        border-radius: 100%;
        justify-content: center;
        align-items: center; }
    .category.DISH .cat_content .step-section .step-inner .step-grid .step-box .s-no + p {
      line-height: 20px;
      margin: 0 auto 16px auto; }
      @media (min-width: 320px) {
        .category.DISH .cat_content .step-section .step-inner .step-grid .step-box .s-no + p {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .category.DISH .cat_content .step-section .step-inner .step-grid .step-box .s-no + p {
          max-width: 150px; } }
    .category.DISH .cat_content .step-section .step-inner .step-grid .step-box p:last-child {
      font-size: 13px;
      line-height: 18px; }
      .category.DISH .cat_content .step-section .step-inner .step-grid .step-box p:last-child a {
        color: #0E577D; }
      @media (min-width: 320px) {
        .category.DISH .cat_content .step-section .step-inner .step-grid .step-box p:last-child {
          max-width: 100%;
          margin: 0 auto 20px; } }
      @media (min-width: 992px) {
        .category.DISH .cat_content .step-section .step-inner .step-grid .step-box p:last-child {
          max-width: 230px;
          margin: 0 auto; } }
    .category.DISH .cat_content .step-section .step-inner .step-grid .step-box:last-child .s-no:after {
      content: none; }

.category.DISH .cat_content .price-section {
  text-align: center;
  padding: 0 0 30px 0; }
  .category.DISH .cat_content .price-section p {
    max-width: 850px;
    margin: 0 auto 20px auto; }
  .category.DISH .cat_content .price-section .dish-programming-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 16px; }
    .category.DISH .cat_content .price-section .dish-programming-section .dish-box {
      margin-bottom: 28px;
      width: 100%;
      border: 1px solid #101820;
      border-radius: 6px; }
      @media (min-width: 768px) {
        .category.DISH .cat_content .price-section .dish-programming-section .dish-box {
          width: 48%; } }
      @media (min-width: 992px) {
        .category.DISH .cat_content .price-section .dish-programming-section .dish-box {
          width: 23%;
          margin-bottom: 0px; } }
      .category.DISH .cat_content .price-section .dish-programming-section .dish-box .dish-title {
        background-color: #00567d;
        padding: 10px 0;
        border-radius: 4px 4px 0 0; }
        .category.DISH .cat_content .price-section .dish-programming-section .dish-box .dish-title h4 {
          color: #fff;
          margin: 0;
          font-size: 17px;
          line-height: 29px;
          font-weight: bold; }
    .category.DISH .cat_content .price-section .dish-programming-section .dish-content {
      padding: 16px 16px 6px 16px; }
      .category.DISH .cat_content .price-section .dish-programming-section .dish-content .p-month {
        font-size: 43px;
        line-height: 50px;
        font-weight: 800; }
        .category.DISH .cat_content .price-section .dish-programming-section .dish-content .p-month span {
          font-size: 20px;
          line-height: 24px;
          font-weight: 500;
          color: #000000; }
      .category.DISH .cat_content .price-section .dish-programming-section .dish-content p {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 10px; }
        .category.DISH .cat_content .price-section .dish-programming-section .dish-content p > span {
          display: inline-block;
          max-width: 16px;
          margin-right: 10px; }
      .category.DISH .cat_content .price-section .dish-programming-section .dish-content p .link {
        color: #00567d;
        font-weight: 800;
        font-size: 35px;
        line-height: 43px; }
        .category.DISH .cat_content .price-section .dish-programming-section .dish-content p .link span {
          font-size: 11px;
          color: #000000;
          display: block;
          line-height: 20px;
          font-weight: 500;
          text-transform: uppercase; }

.category.DISH .cat_content .dish-satellite-section {
  text-align: center; }

/* end */
#product-sub-category-listing-container-service-plan .service-plan-productgrid {
  padding-top: 50px; }
  #product-sub-category-listing-container-service-plan .service-plan-productgrid .product {
    padding-left: 15px;
    padding-right: 15px; }
    #product-sub-category-listing-container-service-plan .service-plan-productgrid .product .card {
      text-align: center;
      background-color: #fff; }
      #product-sub-category-listing-container-service-plan .service-plan-productgrid .product .card .category-name-service-plan-page .card-title {
        float: left;
        width: 100%; }
        #product-sub-category-listing-container-service-plan .service-plan-productgrid .product .card .category-name-service-plan-page .card-title a {
          background: #CACACA;
          display: inline-block;
          padding: 1px 8px;
          border-radius: 8px;
          color: #fff;
          font-size: 10px; }
      #product-sub-category-listing-container-service-plan .service-plan-productgrid .product .card .card-figure .card-img-container {
        padding: 30px 0px 0px; }
        #product-sub-category-listing-container-service-plan .service-plan-productgrid .product .card .card-figure .card-img-container img {
          filter: grayscale(100%);
          /*max-width: 185px;
                            max-height: 50px;
                            margin: 30px 0px;*/ }
        #product-sub-category-listing-container-service-plan .service-plan-productgrid .product .card .card-figure .card-img-container:after {
          padding-bottom: 0%; }
    #product-sub-category-listing-container-service-plan .service-plan-productgrid .product .card-body .cate-desc {
      display: none; }
    #product-sub-category-listing-container-service-plan .service-plan-productgrid .product .card-body .add-to-cart .button {
      font-weight: 600;
      line-height: 20px;
      font-size: 12px; }
    #product-sub-category-listing-container-service-plan .service-plan-productgrid .product:hover .card {
      background-color: #fff !important; }
      #product-sub-category-listing-container-service-plan .service-plan-productgrid .product:hover .card .card-figure .card-img-container img {
        filter: grayscale(0); }
    #product-sub-category-listing-container-service-plan .service-plan-productgrid .product:hover .card-body .add-to-cart .button {
      background-color: #00567d;
      color: #fff; }

.heroCarousel-slide.ab-page {
  /*@media screen and (max-width:580px){    
        position: relative;
        background-image: url('https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/hompage-small-banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }*/ }
  @media screen and (min-width: 992px) {
    .heroCarousel-slide.ab-page .heroCarousel-image-wrapper {
      max-height: 38.42914rem; } }
  .heroCarousel-slide.ab-page .heroCarousel-image-wrapper .responsive-device {
    display: none; }
    @media screen and (max-width: 580px) {
      .heroCarousel-slide.ab-page .heroCarousel-image-wrapper .responsive-device {
        display: block;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%; } }

.ab-testing-page .Homepage-content {
  clear: both; }
  .ab-testing-page .Homepage-content h1.home-move-title {
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #101820;
    text-transform: uppercase;
    line-height: 39px;
    margin-top: 0px; }
    @media (min-width: 320px) {
      .ab-testing-page .Homepage-content h1.home-move-title {
        font-size: 18px;
        margin-bottom: 25px; } }
    @media (min-width: 768px) {
      .ab-testing-page .Homepage-content h1.home-move-title {
        font-size: 25px; } }
    @media (min-width: 992px) {
      .ab-testing-page .Homepage-content h1.home-move-title {
        font-size: 32px;
        margin-bottom: 30px; } }
  .ab-testing-page .Homepage-content .home-move .home-section .home-section-inner {
    transition: transform .3s ease-in-out; }
    .ab-testing-page .Homepage-content .home-move .home-section .home-section-inner:hover {
      transform: scale(1.02);
      background-color: rgba(35, 85, 121, 0.5); }
      .ab-testing-page .Homepage-content .home-move .home-section .home-section-inner:hover img {
        opacity: 0.6; }
    .ab-testing-page .Homepage-content .home-move .home-section .home-section-inner .home-sec-con {
      bottom: 60px; }
      .ab-testing-page .Homepage-content .home-move .home-section .home-section-inner .home-sec-con h1 {
        display: block; }
      .ab-testing-page .Homepage-content .home-move .home-section .home-section-inner .home-sec-con a {
        font-weight: 600;
        font-family: 'Montserrat';
        font-style: normal;
        color: #f8f8f8;
        border: 1px solid #f8f8f8;
        text-transform: uppercase;
        letter-spacing: 0.36px; }
        .ab-testing-page .Homepage-content .home-move .home-section .home-section-inner .home-sec-con a:hover {
          background: #fff;
          color: #101820; }
        @media (min-width: 320px) {
          .ab-testing-page .Homepage-content .home-move .home-section .home-section-inner .home-sec-con a {
            font-size: 18px;
            padding: 16px 48px; } }
        @media (min-width: 992px) {
          .ab-testing-page .Homepage-content .home-move .home-section .home-section-inner .home-sec-con a {
            padding: 21px 90px;
            font-size: 24px; } }
  @media (min-width: 320px) {
    .ab-testing-page .Homepage-content.home-move-div {
      margin-top: 25px; } }
  @media (min-width: 992px) {
    .ab-testing-page .Homepage-content.home-move-div {
      margin-top: 30px; } }

.ab-testing-page .sint-product-main {
  margin-top: 80px;
  margin-bottom: 40px; }
  .ab-testing-page .sint-product-main .card .card-body .shop-now a {
    background-color: #235579 !important;
    color: #fff !important; }
    .ab-testing-page .sint-product-main .card .card-body .shop-now a:hover {
      background-color: #295F88 !important; }

/* leave-2-category-css-start */
.category-container {
  max-width: 1432px;
  margin: 0 auto;
  padding: 0px 20px; }

.category-menu-display {
  display: block;
  width: 100%;
  margin-top: 20px;
  background-color: #FCFCFC; }
  .category-menu-display .category-title {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 25px; }
    .category-menu-display .category-title span.solution-for {
      display: block;
      font-size: 23px;
      line-height: 28px;
      letter-spacing: 0.07px;
      color: #043055;
      font-family: "Montserrat";
      font-weight: 500; }
    .category-menu-display .category-title a.current-category-name {
      font-size: 40px;
      letter-spacing: 0.08px;
      color: #043055;
      line-height: 49px;
      font-family: "Montserrat";
      font-weight: 800; }
  .category-menu-display .category-display {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px; }
    .category-menu-display .category-display li {
      width: 50%;
      padding: 10px;
      display: flex;
      align-items: center; }
      .category-menu-display .category-display li .category-content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.04);
        border-radius: 10px;
        padding: 25px;
        background-color: #fff; }
        .category-menu-display .category-display li .category-content .category-image {
          width: 40%; }
        .category-menu-display .category-display li .category-content .cate-name-and-desc {
          width: 75%;
          text-align: center;
          padding: 0px 10px; }
          .category-menu-display .category-display li .category-content .cate-name-and-desc .cat-name {
            letter-spacing: 0.06px;
            color: #000000;
            font-size: 28px;
            font-weight: bold;
            font-family: "Montserrat";
            width: 100%;
            display: block; }
          .category-menu-display .category-display li .category-content .cate-name-and-desc p {
            font-size: 16px;
            line-height: 24px;
            color: #101820;
            font-family: "Montserrat";
            margin-top: 5px;
            display: block; }
          .category-menu-display .category-display li .category-content .cate-name-and-desc a.learn-more {
            font-size: 15px;
            letter-spacing: 0px;
            color: #042745;
            font-family: "Montserrat";
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center; }
            .category-menu-display .category-display li .category-content .cate-name-and-desc a.learn-more span.arrow {
              height: 18px;
              width: 18px; }
              .category-menu-display .category-display li .category-content .cate-name-and-desc a.learn-more span.arrow svg {
                width: 22px;
                height: 22px; }

.four-category-and-certified-by-mobile {
  display: block;
  background-image: url(https://cdn11.bigcommerce.com/s-4xwqshbmn7/images/stencil/original/image-manager/enmascarar-grupo-27-2x.png?t=1665139932&_gl=1*1c4hat9*_ga*MTM0OTkxOTYyMi4xNjY1MTE5NzMz*_ga_WS2VZYPC6G*MTY2NTEzOTE4OS45OC4xLjE2NjUxMzkxOTYuNTMuMC4w);
  background-repeat: no-repeat;
  background-size: 100%; }

.below-category-four-section {
  display: block;
  margin-bottom: 0px; }
  .below-category-four-section .cat-four-sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .below-category-four-section .cat-four-sec .section-four {
      width: 50%; }
      .below-category-four-section .cat-four-sec .section-four .relative-section {
        position: relative; }
        .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div {
          position: absolute;
          top: 30px;
          left: 0;
          right: 0;
          margin: 0 auto;
          text-align: center;
          padding: 0px 20px; }
          .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div h2 {
            font-size: 28px;
            letter-spacing: 0.06px;
            color: #FFFFFF;
            font-weight: 600;
            font-family: "Montserrat";
            line-height: 34px; }
          .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div span a {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            color: #fff;
            font-size: 15px;
            font-family: "Montserrat";
            margin-bottom: 30px; }
            .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div span a span.arrow {
              height: 18px;
              width: 18px; }
              .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div span a span.arrow svg {
                width: 22px;
                height: 22px; }
          .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div.wifi-section {
            padding-left: 50px;
            text-align: left; }
            .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div.wifi-section h2 {
              letter-spacing: 0.07px;
              color: #043055;
              font-size: 36px;
              font-family: "Montserrat";
              font-weight: 800;
              margin-bottom: 30px; }
            .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div.wifi-section p {
              letter-spacing: 0px;
              color: #101820;
              font-size: 16px;
              font-family: "Montserrat"; }
            .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div.wifi-section .wifi-small-icon {
              display: block;
              margin-top: 50px; }
              .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div.wifi-section .wifi-small-icon ul {
                margin: 0px -10px;
                list-style: none;
                display: flex; }
                .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div.wifi-section .wifi-small-icon ul li {
                  padding: 0px 10px; }
                  .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div.wifi-section .wifi-small-icon ul li .image-section {
                    width: 45px;
                    height: 45px;
                    text-align: center;
                    margin: 0 auto;
                    display: flex;
                    align-items: center;
                    margin-bottom: 13px; }
                  .below-category-four-section .cat-four-sec .section-four .relative-section .inner-content-div.wifi-section .wifi-small-icon ul li span {
                    font-size: 13px;
                    line-height: 16px;
                    color: #101820;
                    /* height: 31px; */
                    display: block;
                    text-align: center; }

.certified-by-mobile {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /*background-image: url(https://cdn11.bigcommerce.com/s-4xwqshbmn7/images/stencil/original/image-manager/certified-by-majo-mobile-data-carriers.png?t=1665125910&_gl=1*w3fn0y*_ga*MTM0OTkxOTYyMi4xNjY1MTE5NzMz*_ga_WS2VZYPC6G*MTY2NTEyNDkxNi45Ni4xLjE2NjUxMjU5MTMuMjguMC4w);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: right;*/ }
  .certified-by-mobile .bg-section {
    background-image: url(https://cdn11.bigcommerce.com/s-4xwqshbmn7/images/stencil/original/image-manager/certified-by-majo-mobile-data-carriers.png?t=1665125910&_gl=1*w3fn0y*_ga*MTM0OTkxOTYyMi4xNjY1MTE5NzMz*_ga_WS2VZYPC6G*MTY2NTEyNDkxNi45Ni4xLjE2NjUxMjU5MTMuMjguMC4w);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: right;
    padding-bottom: 50px;
    padding-top: 10px; }
  .certified-by-mobile h1 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.06px;
    color: #081E31;
    font-weight: 600;
    font-family: "Montserrat";
    margin-bottom: 20px; }
  .certified-by-mobile span a {
    text-align: center;
    display: block;
    font-weight: 600;
    color: #042745;
    font-size: 15px;
    font-family: "Montserrat";
    margin-bottom: 30px; }
  .certified-by-mobile ul {
    margin-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px -30px; }
    .certified-by-mobile ul li {
      width: 25%;
      padding: 0px 30px; }

.fplg-last-section {
  display: block;
  width: 100%;
  margin-top: 50px; }
  .fplg-last-section ul {
    margin-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .fplg-last-section ul li {
      text-align: center;
      padding: 0px 20px;
      width: 25%; }
      @media (max-width: 991px) {
        .fplg-last-section ul li {
          width: 50%; } }
      @media (max-width: 600px) {
        .fplg-last-section ul li {
          width: 100%;
          margin-bottom: 50px; } }
      .fplg-last-section ul li .image-section {
        max-width: 52px;
        height: 48px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        align-items: center; }
      .fplg-last-section ul li h6 {
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        line-height: 22px;
        font-family: "Montserrat";
        text-transform: none;
        margin-top: 20px; }
      .fplg-last-section ul li p {
        font-size: 16px;
        font-weight: 500;
        color: #101820;
        opacity: 0.9;
        font-family: "Montserrat"; }

/*.download-the-app-section {
    background-image: url(https://cdn11.bigcommerce.com/s-4xwqshbmn7/images/stencil/original/image-manager/download-the-app.png?t=1665141365&_gl=1*3u9bq3*_ga*MTM0OTkxOTYyMi4xNjY1MTE5NzMz*_ga_WS2VZYPC6G*MTY2NTE0MTE1OC45OS4wLjE2NjUxNDExNzIuNDYuMC4w);
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 50px;
    position: relative;
    .app-content {
        position: absolute;
        top: 127px;
        h1 {
            font-size: 38px;
            letter-spacing: 0.08px;
            color: #FFFFFF;
            font-family: "Montserrat";
            font-weight: 600;
            margin-bottom: 5px;
        }
        p {
            font-size: 16px;
            color: #FFFFFF;
            font-family: "Montserrat";
            line-height: 24px;
            margin-bottom: 0px;
            max-width: 375px;
        }
    }
}*/
/* end */
form#checkout-customer-returning .form-legend-container [data-test="forgot-password-link"] {
  display: none; }

/* download the app section */
.download-the-app-section {
  /*background-image: url("https://cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/quick-and-easy-product-setup-with-our-app-2x.jpg");
    height: 500px;
    background-repeat: no-repeat;
    background-size: 100%;*/
  margin-top: 50px;
  position: relative; }
  .download-the-app-section .download-desktop {
    width: 100%; }
    @media (min-width: 320px) {
      .download-the-app-section .download-desktop {
        display: none; } }
    @media (min-width: 992px) {
      .download-the-app-section .download-desktop {
        display: block; } }
  @media (min-width: 320px) {
    .download-the-app-section .download-mobile {
      display: block;
      width: 100%;
      height: 587px; } }
  @media (min-width: 576px) {
    .download-the-app-section .download-mobile {
      height: auto; } }
  @media (min-width: 992px) {
    .download-the-app-section .download-mobile {
      display: none; } }
  .download-the-app-section .container {
    position: static; }
  .download-the-app-section .app-content {
    position: absolute; }
    @media (min-width: 320px) {
      .download-the-app-section .app-content {
        top: 180px;
        left: 0px;
        padding: 0px 20px; } }
    @media (min-width: 992px) {
      .download-the-app-section .app-content {
        top: 0px;
        left: 60px; } }
    .download-the-app-section .app-content .app-icon {
      display: flex;
      flex-wrap: wrap;
      margin-top: 40px; }
      @media (min-width: 320px) {
        .download-the-app-section .app-content .app-icon {
          margin: 40px auto 0 auto; } }
      @media (min-width: 992px) {
        .download-the-app-section .app-content .app-icon {
          margin: 40px -10px 0 -10px; } }
      @media (max-width: 991px) {
        .download-the-app-section .app-content .app-icon {
          justify-content: center; } }
      .download-the-app-section .app-content .app-icon img {
        max-width: 156px;
        margin: 0px 10px;
        width: 100%; }
        @media (max-width: 479px) {
          .download-the-app-section .app-content .app-icon img {
            max-width: 146px; } }
    .download-the-app-section .app-content .winegard-image {
      display: block;
      margin-top: 25px;
      width: 63px; }
      @media (min-width: 320px) {
        .download-the-app-section .app-content .winegard-image {
          margin: 0 auto; } }
      @media (min-width: 992px) {
        .download-the-app-section .app-content .winegard-image {
          margin-left: -6px;
          margin-top: 25px; } }
    .download-the-app-section .app-content h1 {
      letter-spacing: 0.08px;
      color: #FFFFFF;
      font-family: "Montserrat";
      font-weight: 600;
      margin-bottom: 5px;
      margin-top: 10px; }
      @media (min-width: 320px) {
        .download-the-app-section .app-content h1 {
          max-width: 100%;
          text-align: center;
          font-size: 30px;
          line-height: 37px; } }
      @media (min-width: 992px) {
        .download-the-app-section .app-content h1 {
          max-width: 466px;
          line-height: 44px;
          font-size: 38px;
          text-align: left; } }
    .download-the-app-section .app-content p {
      font-size: 16px;
      color: #FFFFFF;
      font-family: "Montserrat";
      line-height: 24px;
      margin-bottom: 0px; }
      @media (min-width: 320px) {
        .download-the-app-section .app-content p {
          max-width: 100%;
          text-align: center;
          margin-top: 20px; } }
      @media (min-width: 992px) {
        .download-the-app-section .app-content p {
          max-width: 400px;
          text-align: left; } }

.home-page-content .homepage-banner {
  margin-bottom: 0px;
  display: block;
  position: relative;
  background-color: #f8f8f9; }
  .home-page-content .homepage-banner .home-hero-banner {
    width: 100%; }
    @media (max-width: 991px) {
      .home-page-content .homepage-banner .home-hero-banner {
        height: 630px;
        object-fit: cover;
        width: 100%; } }
  .home-page-content .homepage-banner .homepage-banner-content {
    position: absolute;
    top: 100px;
    max-width: 540px;
    left: 80px; }
    @media (max-width: 991px) {
      .home-page-content .homepage-banner .homepage-banner-content {
        left: 30px; } }
    .home-page-content .homepage-banner .homepage-banner-content .b-content {
      position: relative; }
      .home-page-content .homepage-banner .homepage-banner-content .b-content .t-technology {
        text-align: left;
        font: italic normal 500 27px/27px Montserrat;
        letter-spacing: 3.76px;
        color: #F4F4F4;
        display: block; }
        @media (max-width: 991px) {
          .home-page-content .homepage-banner .homepage-banner-content .b-content .t-technology {
            font: italic normal medium 18px/22px Montserrat;
            letter-spacing: 1.44px; } }
      .home-page-content .homepage-banner .homepage-banner-content .b-content h2 {
        text-align: left;
        font: normal normal 800 56px/64px Montserrat;
        letter-spacing: 0px;
        color: #FFFFFF;
        display: block;
        margin-top: 5px; }
        @media (max-width: 991px) {
          .home-page-content .homepage-banner .homepage-banner-content .b-content h2 {
            font: normal normal 800 36px/44px Montserrat; } }
      .home-page-content .homepage-banner .homepage-banner-content .b-content p {
        text-align: left;
        font: normal normal 500 18px/26px Montserrat;
        letter-spacing: 0.05px;
        color: #FFFFFF;
        display: block;
        margin-top: 22px; }
        @media (max-width: 991px) {
          .home-page-content .homepage-banner .homepage-banner-content .b-content p {
            font: normal normal medium 15px/24px Montserrat; } }
      .home-page-content .homepage-banner .homepage-banner-content .b-content a {
        background-color: #fff;
        color: #27557a;
        display: block;
        max-width: 156px;
        padding: 0 15px 0 20px;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        font-family: Montserrat;
        border-radius: 25px;
        height: 50px;
        line-height: 50px; }
        .home-page-content .homepage-banner .homepage-banner-content .b-content a img {
          position: relative;
          top: 1.5px;
          margin-left: 5px;
          width: 20px; }
        @media (max-width: 991px) {
          .home-page-content .homepage-banner .homepage-banner-content .b-content a {
            height: 40px;
            line-height: 40px;
            font-size: 13px;
            max-width: 136px; } }
      .home-page-content .homepage-banner .homepage-banner-content .b-content:before {
        content: '';
        width: 3px;
        height: 193px;
        background: transparent linear-gradient(180deg, #3C6587 0%, #3C6587 46%, transparent 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        z-index: 1;
        display: inline-block;
        position: absolute;
        left: -25px;
        top: 5px; }

.home-page-content .find-solution-for {
  position: relative;
  top: -90px;
  padding: 0px 15px; }
  .home-page-content .find-solution-for .max-width-find-solution {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0px 20px; }
    .home-page-content .find-solution-for .max-width-find-solution h2 {
      display: block;
      margin-top: 0px;
      font: normal normal 500 20px/24px Montserrat;
      letter-spacing: 0.2px;
      color: #F4F4F4;
      padding-left: 20px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .home-page-content .find-solution-for .max-width-find-solution h2 {
          display: none; } }
    .home-page-content .find-solution-for .max-width-find-solution ul {
      background-color: #fff;
      border-radius: 30px;
      padding: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px -10px;
      flex-wrap: wrap; }
      @media screen and (max-width: 1310px) {
        .home-page-content .find-solution-for .max-width-find-solution ul {
          margin: 0 -5px; } }
      @media (max-width: 600px) {
        .home-page-content .find-solution-for .max-width-find-solution ul {
          justify-content: center; } }
      .home-page-content .find-solution-for .max-width-find-solution ul li {
        text-align: center;
        list-style-type: none;
        padding: 0px 10px; }
        @media screen and (max-width: 1310px) {
          .home-page-content .find-solution-for .max-width-find-solution ul li {
            padding: 0px 5px; } }
        .home-page-content .find-solution-for .max-width-find-solution ul li .cat-image {
          background-color: #F8F8F8;
          border-radius: 100px;
          padding: 15px;
          width: 148px;
          height: 148px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .home-page-content .find-solution-for .max-width-find-solution ul li .cat-image img {
            max-width: 90px; }
          @media screen and (max-width: 1310px) {
            .home-page-content .find-solution-for .max-width-find-solution ul li .cat-image {
              width: 105px;
              height: 105px; } }
          @media (max-width: 600px) {
            .home-page-content .find-solution-for .max-width-find-solution ul li .cat-image {
              width: 130px;
              height: 130px;
              margin: auto; } }
        .home-page-content .find-solution-for .max-width-find-solution ul li .c-name h6 {
          text-align: center;
          font: normal normal 600 20px/24px Montserrat;
          letter-spacing: 0px;
          color: #043055;
          text-transform: none;
          margin-top: 15px; }
          @media screen and (max-width: 1310px) {
            .home-page-content .find-solution-for .max-width-find-solution ul li .c-name h6 {
              font: normal normal 600 15px/24px Montserrat; } }
          @media (max-width: 600px) {
            .home-page-content .find-solution-for .max-width-find-solution ul li .c-name h6 {
              font: normal normal 600 18px/24px Montserrat; } }
        @media (max-width: 600px) {
          .home-page-content .find-solution-for .max-width-find-solution ul li {
            width: 50%;
            margin: 5px 0px; } }

.home-page-content .featured-product-display {
  background-color: #f8f8f9;
  padding: 0px 0 50px 0px;
  margin-top: -90px;
  z-index: 1;
  position: relative;
  padding-top: 70px; }
  .home-page-content .featured-product-display h2 {
    text-align: center;
    font: normal normal 500 23px/28px Montserrat;
    letter-spacing: 0.07px;
    color: #043055;
    margin: 0; }
    @media (max-width: 991px) {
      .home-page-content .featured-product-display h2 {
        font: normal normal medium 22px/27px Montserrat; } }
  .home-page-content .featured-product-display h3 {
    font: normal normal 800 40px/49px Montserrat;
    letter-spacing: 0.08px;
    color: #043055;
    text-align: center;
    margin: 0px; }
    @media (max-width: 991px) {
      .home-page-content .featured-product-display h3 {
        font: normal normal 800 34px/42px Montserrat; } }
  .home-page-content .featured-product-display .f-product-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px; }
    .home-page-content .featured-product-display .f-product-section .f-product {
      width: 50%;
      padding: 8px; }
      .home-page-content .featured-product-display .f-product-section .f-product .card {
        display: flex;
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        border-radius: 10px;
        padding: 35px 30px;
        flex-wrap: wrap;
        margin: 0px;
        height: 100%; }
        .home-page-content .featured-product-display .f-product-section .f-product .card .card-figure {
          width: 160px; }
          .home-page-content .featured-product-display .f-product-section .f-product .card .card-figure .card-img-container:after {
            padding-bottom: 0%; }
          @media (max-width: 991px) {
            .home-page-content .featured-product-display .f-product-section .f-product .card .card-figure {
              margin: 0 auto; } }
        .home-page-content .featured-product-display .f-product-section .f-product .card .card-body {
          display: flex;
          flex-wrap: wrap;
          width: calc(100% - 160px);
          align-items: center;
          justify-content: center; }
          .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .card-title {
            font: normal normal bold 28px/34px Montserrat;
            letter-spacing: 0.06px;
            color: #000000;
            margin-bottom: 10px; }
            @media (max-width: 991px) {
              .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .card-title {
                font: normal normal bold 24px/29px Montserrat;
                letter-spacing: 0.05px;
                width: 100%; } }
          .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .card-model-number, .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .card-text, .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .add-to-cart {
            display: none; }
          .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .f-product-content {
            display: block !important;
            padding: 0px 20px;
            text-align: center; }
            .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .f-product-content p {
              font: normal normal normal 16px/24px Montserrat;
              letter-spacing: 0px;
              color: #101820; }
              @media (max-width: 991px) {
                .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .f-product-content p {
                  font: normal normal normal 14px/22px Montserrat; } }
            .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .f-product-content .learn-more {
              font: normal normal 600 15px/20px Montserrat;
              letter-spacing: 0;
              color: #042745; }
              .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .f-product-content .learn-more img {
                width: 20px;
                position: relative;
                top: 2px;
                margin-left: 5px; }
              @media (max-width: 991px) {
                .home-page-content .featured-product-display .f-product-section .f-product .card .card-body .f-product-content .learn-more {
                  padding-bottom: 20px;
                  display: block; } }
          @media (max-width: 991px) {
            .home-page-content .featured-product-display .f-product-section .f-product .card .card-body {
              width: 100%; } }
        .home-page-content .featured-product-display .f-product-section .f-product .card .badge-type, .home-page-content .featured-product-display .f-product-section .f-product .card .left, .home-page-content .featured-product-display .f-product-section .f-product .card .right {
          display: none; }
        @media (max-width: 991px) {
          .home-page-content .featured-product-display .f-product-section .f-product .card {
            padding: 5px 10px; } }
      @media (max-width: 991px) {
        .home-page-content .featured-product-display .f-product-section .f-product {
          width: 100%; } }

.home-page-content .reliable-product {
  background-color: #f8f8f9;
  display: block;
  padding-bottom: 140px; }
  @media (max-width: 991px) {
    .home-page-content .reliable-product {
      padding-bottom: 60px; } }
  .home-page-content .reliable-product button.slick-prev.slick-arrow {
    bottom: -110px;
    top: initial;
    left: auto;
    right: 50%;
    margin: 0 7px;
    background-color: transparent;
    border: 0px; }
    .home-page-content .reliable-product button.slick-prev.slick-arrow:before {
      background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/arrow-right-2x.png?t=1672058748&_gl=1*vrc6t2*_ga*MTI3NzkzMDMyOC4xNjY5Mjg5NjA2*_ga_WS2VZYPC6G*MTY3MjA1ODczNS45My4xLjE2NzIwNTg3NDguNDcuMC4w) !important;
      height: 40px;
      width: 40px;
      transform: rotate(180deg); }
    @media (max-width: 991px) {
      .home-page-content .reliable-product button.slick-prev.slick-arrow {
        display: none !important; } }
  .home-page-content .reliable-product button.slick-next.slick-arrow {
    bottom: -110px;
    top: initial;
    left: 50%;
    right: auto;
    margin: 0 7px;
    background-color: transparent;
    border: 0px; }
    .home-page-content .reliable-product button.slick-next.slick-arrow:before {
      background-image: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/arrow-right-2x.png?t=1672058748&_gl=1*vrc6t2*_ga*MTI3NzkzMDMyOC4xNjY5Mjg5NjA2*_ga_WS2VZYPC6G*MTY3MjA1ODczNS45My4xLjE2NzIwNTg3NDguNDcuMC4w) !important;
      height: 40px;
      width: 40px; }
    @media (max-width: 991px) {
      .home-page-content .reliable-product button.slick-next.slick-arrow {
        display: none !important; } }
  .home-page-content .reliable-product h6 {
    text-align: center;
    font: normal normal 800 40px/49px Montserrat;
    letter-spacing: 0.08px;
    color: #043055;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: none;
    max-width: 1066px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 991px) {
      .home-page-content .reliable-product h6 {
        font: normal normal 800 26px/32px Montserrat;
        letter-spacing: 0.05px; } }
  .home-page-content .reliable-product ul {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap; }
    .home-page-content .reliable-product ul .slick-list.draggable {
      padding: 0 150px 0 0 !important; }
      @media (max-width: 991px) {
        .home-page-content .reliable-product ul .slick-list.draggable {
          padding: 0 100px 0 0 !important; } }
    @media (max-width: 991px) {
      .home-page-content .reliable-product ul {
        margin: 0px -5px; } }
    .home-page-content .reliable-product ul .slick-track {
      display: flex; }
    .home-page-content .reliable-product ul li {
      width: 25%;
      list-style-type: none;
      padding: 0px 10px 30px;
      height: inherit; }
      @media (max-width: 991px) {
        .home-page-content .reliable-product ul li {
          padding: 0px 5px 25px; } }
      .home-page-content .reliable-product ul li .cards {
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 20px;
        margin: 10px 0px;
        border-radius: 8px;
        height: 100%; }
        .home-page-content .reliable-product ul li .cards .card-figure img {
          object-fit: contain;
          width: 190px;
          height: 190px;
          margin: 0 auto; }
        @media (max-width: 991px) {
          .home-page-content .reliable-product ul li .cards .card-figure {
            max-width: 117px;
            margin-left: auto;
            margin-right: auto; } }
        .home-page-content .reliable-product ul li .cards .card-body {
          text-align: center; }
          .home-page-content .reliable-product ul li .cards .card-body .card-title {
            text-align: center;
            font: normal normal bold 24px/29px Montserrat;
            letter-spacing: 0.05px;
            color: #101820;
            margin-bottom: 15px; }
            @media (max-width: 991px) {
              .home-page-content .reliable-product ul li .cards .card-body .card-title {
                font: normal normal bold 18px/22px Montserrat;
                letter-spacing: 0.04px; } }
          .home-page-content .reliable-product ul li .cards .card-body p {
            text-align: center;
            font: normal normal normal 16px/24px Montserrat;
            letter-spacing: 0px;
            color: #101820;
            margin-bottom: 25px; }
            @media (max-width: 991px) {
              .home-page-content .reliable-product ul li .cards .card-body p {
                font: normal normal normal 14px/20px Montserrat; } }
          .home-page-content .reliable-product ul li .cards .card-body .button-all {
            display: flex;
            align-items: center;
            justify-content: center; }
            .home-page-content .reliable-product ul li .cards .card-body .button-all .Buy-now {
              width: 96px;
              height: 40px;
              background-color: #27557A;
              border-radius: 20px;
              line-height: 40px;
              font-size: 16px;
              letter-spacing: -0.08px;
              color: #FFFFFF;
              font-weight: 600;
              border: 0px;
              font-family: 'Montserrat'; }
              @media (max-width: 991px) {
                .home-page-content .reliable-product ul li .cards .card-body .button-all .Buy-now {
                  width: 79px;
                  height: 32px;
                  line-height: 32px;
                  font-size: 13px; } }
              @media (max-width: 550px) {
                .home-page-content .reliable-product ul li .cards .card-body .button-all .Buy-now {
                  font-size: 12px; } }
            .home-page-content .reliable-product ul li .cards .card-body .button-all .learn-more {
              font-size: 15px;
              font-weight: 600;
              letter-spacing: 0;
              color: #042745;
              font-family: 'Montserrat';
              margin-left: 10px;
              height: 40px;
              line-height: 40px; }
              .home-page-content .reliable-product ul li .cards .card-body .button-all .learn-more img {
                width: 20px;
                position: relative;
                top: 1px;
                margin-left: 5px;
                display: inline-block; }
              @media (max-width: 991px) {
                .home-page-content .reliable-product ul li .cards .card-body .button-all .learn-more {
                  height: 32px;
                  line-height: 32px; } }
              @media (max-width: 550px) {
                .home-page-content .reliable-product ul li .cards .card-body .button-all .learn-more {
                  font-size: 12px;
                  margin-left: 5px; } }

.home-page-content .c-indus-leader-section {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  /* min-height: 388px; */ }
  .home-page-content .c-indus-leader-section .c-content {
    position: absolute;
    top: 50px; }
    .home-page-content .c-indus-leader-section .c-content .content {
      padding-left: 40px; }
      @media (max-width: 991px) {
        .home-page-content .c-indus-leader-section .c-content .content {
          padding-left: 0px; } }
      .home-page-content .c-indus-leader-section .c-content .content h1 {
        font: normal normal 800 50px/56px Montserrat;
        letter-spacing: 0px;
        color: #FFFFFF;
        max-width: 460px;
        margin-top: 0px; }
        @media (max-width: 991px) {
          .home-page-content .c-indus-leader-section .c-content .content h1 {
            font: normal normal 800 34px/38px Montserrat;
            letter-spacing: 0.17px;
            text-align: center; } }
      .home-page-content .c-indus-leader-section .c-content .content p {
        text-align: left;
        font: normal normal normal 18px/26px Montserrat;
        letter-spacing: 0.05px;
        color: #FFFFFF;
        max-width: 460px; }
        @media (max-width: 991px) {
          .home-page-content .c-indus-leader-section .c-content .content p {
            text-align: center;
            font: normal normal normal 16px/24px Montserrat;
            letter-spacing: 0.05px; } }
      .home-page-content .c-indus-leader-section .c-content .content .btn-browse {
        background-color: #27557a;
        color: #fff;
        display: block;
        max-width: 155px;
        padding: 0 15px 0 21px;
        font-size: 15px;
        font-family: Montserrat;
        border-radius: 25px;
        margin-top: 25px;
        height: 50px;
        line-height: 50px; }
        .home-page-content .c-indus-leader-section .c-content .content .btn-browse img {
          position: relative;
          top: 1.5px;
          margin-left: 5px;
          width: 20px; }
        @media (max-width: 991px) {
          .home-page-content .c-indus-leader-section .c-content .content .btn-browse {
            text-align: center;
            margin: auto;
            height: 34px;
            line-height: 34px;
            font-size: 13px; } }
  .home-page-content .c-indus-leader-section .c-image-desktop {
    width: 100%; }
    @media (max-width: 991px) {
      .home-page-content .c-indus-leader-section .c-image-desktop {
        display: none; } }
  .home-page-content .c-indus-leader-section .c-image-mobile {
    display: none; }
    @media (max-width: 991px) {
      .home-page-content .c-indus-leader-section .c-image-mobile {
        display: block;
        max-height: 500px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }

.home-page-content .service-plan {
  background-color: #f8f8f9;
  display: block;
  clear: both;
  padding-top: 80px;
  padding-bottom: 80px; }
  .home-page-content .service-plan .ser-title {
    text-align: center; }
    .home-page-content .service-plan .ser-title h2 {
      text-align: center;
      font: normal normal 500 23px/28px Montserrat;
      letter-spacing: 0.07px;
      color: #043055;
      margin-top: 0px;
      margin-bottom: 0px; }
      @media (max-width: 991px) {
        .home-page-content .service-plan .ser-title h2 {
          font: normal normal 500 22px/27px Montserrat; } }
    .home-page-content .service-plan .ser-title h3 {
      text-align: center;
      font: normal normal 800 40px/49px Montserrat;
      letter-spacing: 0.08px;
      color: #043055;
      margin-top: 0px;
      margin-bottom: 0px; }
      @media (max-width: 991px) {
        .home-page-content .service-plan .ser-title h3 {
          font: normal normal 800 34px/42px Montserrat; } }
  .home-page-content .service-plan .s-plan {
    display: block;
    margin-top: 18px; }
    .home-page-content .service-plan .s-plan ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px -8px; }
      .home-page-content .service-plan .s-plan ul li {
        width: 50%;
        padding: 8px;
        list-style-type: none;
        text-align: center; }
        .home-page-content .service-plan .s-plan ul li .cards {
          height: 100%;
          background-color: #fff;
          border-radius: 10px;
          width: 100%;
          position: relative;
          margin: 0 auto;
          padding: 35px;
          box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1); }
          .home-page-content .service-plan .s-plan ul li .cards .s-title {
            font: normal normal 500 16px/22px Montserrat;
            letter-spacing: 0px;
            color: #7B7B7B;
            text-transform: capitalize; }
            @media (max-width: 991px) {
              .home-page-content .service-plan .s-plan ul li .cards .s-title {
                font: normal normal 500 13px/22px Montserrat; } }
          .home-page-content .service-plan .s-plan ul li .cards h4 {
            text-align: center;
            font: normal normal bold 32px/40px Montserrat;
            letter-spacing: 0.06px;
            color: #101820;
            max-width: 495px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px; }
            @media (max-width: 991px) {
              .home-page-content .service-plan .s-plan ul li .cards h4 {
                font: normal normal bold 22px/26px Montserrat;
                letter-spacing: 0.04px; } }
          .home-page-content .service-plan .s-plan ul li .cards p {
            text-align: center;
            font: normal normal normal 16px/26px Montserrat;
            letter-spacing: 0px;
            color: #101820;
            margin-top: 18px;
            margin-bottom: 15px; }
            @media (max-width: 991px) {
              .home-page-content .service-plan .s-plan ul li .cards p {
                font: normal normal normal 13px/22px Montserrat;
                letter-spacing: 0px;
                margin-top: 10px; } }
          .home-page-content .service-plan .s-plan ul li .cards .learn-more {
            font: normal normal 600 15px/20px Montserrat;
            letter-spacing: 0px;
            color: #042745; }
            .home-page-content .service-plan .s-plan ul li .cards .learn-more img {
              width: 20px;
              position: relative;
              top: 2px;
              margin-left: 5px; }
              @media (max-width: 991px) {
                .home-page-content .service-plan .s-plan ul li .cards .learn-more img {
                  width: 18px;
                  top: 1px; } }
            @media (max-width: 991px) {
              .home-page-content .service-plan .s-plan ul li .cards .learn-more {
                font: normal normal 600 13px/20px Montserrat;
                letter-spacing: 0px; } }
          .home-page-content .service-plan .s-plan ul li .cards .s-image {
            max-width: 350px;
            margin: 20px auto auto auto; }
            @media (max-width: 991px) {
              .home-page-content .service-plan .s-plan ul li .cards .s-image {
                max-width: 230px; } }
          @media (max-width: 991px) {
            .home-page-content .service-plan .s-plan ul li .cards {
              padding: 35px 20px; } }
        @media (max-width: 991px) {
          .home-page-content .service-plan .s-plan ul li {
            width: 100%; } }
  .home-page-content .service-plan .streaming-service {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
    padding: 80px 40px 40px;
    margin-top: 10px;
    border-radius: 10px; }
    .home-page-content .service-plan .streaming-service .stre-ser-left {
      width: 50%;
      padding: 0px 20px;
      text-align: center; }
      .home-page-content .service-plan .streaming-service .stre-ser-left h2 {
        font: normal normal 500 16px/22px Montserrat;
        letter-spacing: 0px;
        color: #7B7B7B;
        text-transform: capitalize;
        margin-top: 0; }
        @media (max-width: 991px) {
          .home-page-content .service-plan .streaming-service .stre-ser-left h2 {
            font: normal normal 500 13px/22px Montserrat; } }
      .home-page-content .service-plan .streaming-service .stre-ser-left h3 {
        text-align: center;
        font: normal normal bold 32px/40px Montserrat;
        letter-spacing: 0.06px;
        color: #101820;
        margin-top: 0px; }
        @media (max-width: 991px) {
          .home-page-content .service-plan .streaming-service .stre-ser-left h3 {
            font: normal normal bold 22px/26px Montserrat;
            letter-spacing: 0.04px; } }
      .home-page-content .service-plan .streaming-service .stre-ser-left p {
        display: block;
        margin-top: 18px;
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .home-page-content .service-plan .streaming-service .stre-ser-left p {
            font: normal normal normal 13px/22px Montserrat; } }
      .home-page-content .service-plan .streaming-service .stre-ser-left a.learn-more {
        font: normal normal 600 15px/20px Montserrat;
        letter-spacing: 0px;
        color: #042745; }
        .home-page-content .service-plan .streaming-service .stre-ser-left a.learn-more img {
          width: 20px;
          position: relative;
          top: 2px;
          margin-left: 5px; }
        @media (max-width: 991px) {
          .home-page-content .service-plan .streaming-service .stre-ser-left a.learn-more {
            font: normal normal 600 13px/20px Montserrat; } }
      @media (max-width: 991px) {
        .home-page-content .service-plan .streaming-service .stre-ser-left {
          width: 100%; } }
    .home-page-content .service-plan .streaming-service .stre-ser-right {
      width: 50%;
      padding: 0 20px;
      max-width: 540px;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .home-page-content .service-plan .streaming-service .stre-ser-right {
          width: 100%;
          margin-top: 20px; } }
    @media (max-width: 991px) {
      .home-page-content .service-plan .streaming-service {
        padding: 35px 20px; } }

.home-page-content .our-top-product-section {
  background-color: #F8F8F9; }
  @media (max-width: 991px) {
    .home-page-content .our-top-product-section .product-display ul .slick-list.draggable {
      padding: 0 120px 0 0 !important; } }
  .home-page-content .our-top-product-section .product-display ul li .cards {
    background-color: #fff; }
    @media (max-width: 991px) {
      .home-page-content .our-top-product-section .product-display ul li .cards .card-figure {
        max-width: 158px; } }

.home-page-content .Limited-time-offer {
  display: block;
  clear: both;
  margin-top: 30px; }
  .home-page-content .Limited-time-offer .l-offer-section {
    /* background: #828E98 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(359deg, #020B42 0%, #020C44 35%, #173DBC 100%) 0% 0% no-repeat padding-box;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 40px 40px 40px; }
    .home-page-content .Limited-time-offer .l-offer-section .l-offer-left {
      width: 50%;
      padding: 0px 20px;
      text-align: center; }
      .home-page-content .Limited-time-offer .l-offer-section .l-offer-left h1 {
        text-align: center;
        font: normal normal 800 40px/40px Montserrat;
        letter-spacing: 0.08px;
        color: #FFFFFF;
        margin-top: 0px; }
        @media (max-width: 991px) {
          .home-page-content .Limited-time-offer .l-offer-section .l-offer-left h1 {
            font: normal normal 800 32px/34px Montserrat;
            letter-spacing: 0.06px; } }
      .home-page-content .Limited-time-offer .l-offer-section .l-offer-left h2 {
        text-align: center;
        font: normal normal 600 20px/26px Montserrat;
        letter-spacing: 0px;
        color: #FFFFFF;
        margin-top: 0px; }
        @media (max-width: 991px) {
          .home-page-content .Limited-time-offer .l-offer-section .l-offer-left h2 {
            font: normal normal 600 18px/26px Montserrat; } }
      .home-page-content .Limited-time-offer .l-offer-section .l-offer-left .starting-at-div {
        display: block; }
        .home-page-content .Limited-time-offer .l-offer-section .l-offer-left .starting-at-div .st-at {
          font: normal normal 600 20px/26px Montserrat;
          letter-spacing: 0px;
          color: #FAA21C;
          display: inline-block;
          margin-right: 5px; }
          @media (max-width: 991px) {
            .home-page-content .Limited-time-offer .l-offer-section .l-offer-left .starting-at-div .st-at {
              font: normal normal 600 18px/26px Montserrat; } }
        .home-page-content .Limited-time-offer .l-offer-section .l-offer-left .starting-at-div .s-price {
          font: normal normal 600 20px/26px Montserrat;
          letter-spacing: 0px;
          color: #FFFFFF;
          display: inline-block; }
          @media (max-width: 991px) {
            .home-page-content .Limited-time-offer .l-offer-section .l-offer-left .starting-at-div .s-price {
              font: normal normal 600 18px/26px Montserrat; } }
      .home-page-content .Limited-time-offer .l-offer-section .l-offer-left .l-description {
        font: normal normal 500 16px/26px Montserrat;
        letter-spacing: 0px;
        color: #FFFFFF;
        display: block;
        margin-top: 15px; }
        @media (max-width: 991px) {
          .home-page-content .Limited-time-offer .l-offer-section .l-offer-left .l-description {
            font: normal normal normal 14px/21px Montserrat; } }
      .home-page-content .Limited-time-offer .l-offer-section .l-offer-left a.btn-browse {
        background-color: #fff;
        color: #27557A;
        display: block;
        max-width: 155px;
        padding: 0 15px 0 25px;
        font-size: 15px;
        font-family: Montserrat;
        border-radius: 25px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 0 auto;
        font-weight: 600; }
        .home-page-content .Limited-time-offer .l-offer-section .l-offer-left a.btn-browse img {
          position: relative;
          top: 1.5px;
          margin-left: 5px;
          width: 20px; }
        @media (max-width: 991px) {
          .home-page-content .Limited-time-offer .l-offer-section .l-offer-left a.btn-browse {
            height: 35px;
            line-height: 35px; } }
      @media (max-width: 991px) {
        .home-page-content .Limited-time-offer .l-offer-section .l-offer-left {
          width: 100%; } }
    .home-page-content .Limited-time-offer .l-offer-section .l-offer-right {
      width: 50%;
      padding: 0px 20px; }
      @media (max-width: 991px) {
        .home-page-content .Limited-time-offer .l-offer-section .l-offer-right {
          width: 100%;
          margin-top: 50px; } }
    @media (max-width: 991px) {
      .home-page-content .Limited-time-offer .l-offer-section {
        padding: 50px 20px 20px 20px; } }

.home-page-content .learn-about-section {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 80px;
  /* min-height: 388px; */ }
  .home-page-content .learn-about-section .learn-about-desktop {
    width: 100%; }
    @media (max-width: 991px) {
      .home-page-content .learn-about-section .learn-about-desktop {
        display: none; } }
  .home-page-content .learn-about-section .learn-about-mobile {
    display: none; }
    @media (max-width: 991px) {
      .home-page-content .learn-about-section .learn-about-mobile {
        display: block;
        max-height: 500px;
        width: 100%;
        object-fit: cover; } }
  .home-page-content .learn-about-section .l-content {
    position: absolute;
    top: 50px; }
    .home-page-content .learn-about-section .l-content .content {
      padding-left: 40px; }
      @media (max-width: 991px) {
        .home-page-content .learn-about-section .l-content .content {
          padding-left: 0px; } }
      .home-page-content .learn-about-section .l-content .content h1 {
        font: normal normal 800 50px/56px Montserrat;
        letter-spacing: 0px;
        color: #FFFFFF;
        max-width: 460px;
        margin-top: 0px; }
        @media (max-width: 991px) {
          .home-page-content .learn-about-section .l-content .content h1 {
            font: normal normal 800 34px/38px Montserrat;
            letter-spacing: 0.17px;
            text-align: center; } }
      .home-page-content .learn-about-section .l-content .content p {
        text-align: left;
        font: normal normal normal 18px/26px Montserrat;
        letter-spacing: 0.05px;
        color: #FFFFFF;
        max-width: 460px; }
        @media (max-width: 991px) {
          .home-page-content .learn-about-section .l-content .content p {
            font: normal normal normal 16px/24px Montserrat;
            letter-spacing: 0.05px;
            text-align: center; } }
      .home-page-content .learn-about-section .l-content .content .btn-browse {
        background-color: #27557a;
        color: #fff;
        display: block;
        max-width: 155px;
        padding: 0 15px 0 20px;
        font-size: 15px;
        font-family: Montserrat;
        border-radius: 25px;
        margin-top: 25px;
        height: 50px;
        line-height: 50px; }
        .home-page-content .learn-about-section .l-content .content .btn-browse img {
          position: relative;
          top: 1.5px;
          margin-left: 5px;
          width: 20px; }
        @media (max-width: 991px) {
          .home-page-content .learn-about-section .l-content .content .btn-browse {
            text-align: center;
            margin: auto;
            height: 34px;
            line-height: 34px;
            font-size: 13px; } }

/* page builder css start */
.acc-container {
  max-width: 1282px;
  padding: 0px 15px;
  margin: 0 auto; }

.page-builder-start {
  float: left;
  width: 100%; }

.page-builder-title {
  text-align: center;
  color: #043055;
  letter-spacing: 0.1px;
  font-weight: 800;
  font-family: "Montserrat";
  font-size: 52px;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .page-builder-title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .page-builder-title {
      font-size: 26px; } }

.connectivity-acc-section {
  display: block;
  background-color: #F9FAFB;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 0px; }
  .connectivity-acc-section .product-acc {
    background-color: #fff; }
  .connectivity-acc-section .product-display .cards {
    background-color: #fff; }

.product-acc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #FCFCFC;
  border-radius: 26px; }
  .product-acc .p-left {
    width: 50%;
    padding: 15px 40px;
    display: flex;
    -ms-flex-align: center;
    flex-direction: column;
    justify-content: center; }
    .product-acc .p-left h1 {
      font-size: 46px;
      color: #043055;
      font-weight: 800;
      line-height: 54px;
      font-family: "Montserrat";
      letter-spacing: 0px;
      margin-bottom: 15px;
      margin-top: 0px; }
    .product-acc .p-left p {
      letter-spacing: 0.05px;
      color: #101820;
      font-size: 18px;
      line-height: 26px;
      font-family: "Montserrat";
      max-width: 476px;
      margin-bottom: 0px; }
    .product-acc .p-left a.btn-browse {
      background-color: #27557A;
      color: #fff;
      display: block;
      max-width: 155px;
      padding: 0px 15px 0px 20px;
      font-size: 15px;
      font-family: "Montserrat";
      border-radius: 25px;
      margin-top: 25px;
      height: 50px;
      line-height: 50px; }
      .product-acc .p-left a.btn-browse img.browse-arrow {
        position: relative;
        top: 1.5px;
        margin-left: 5px;
        width: 20px; }
  .product-acc .p-right {
    width: 50%; }
    .product-acc .p-right img {
      height: 100%;
      width: 100%; }
  @media (max-width: 991px) {
    .product-acc .p-left {
      padding: 20px; }
      .product-acc .p-left h1 {
        font-size: 32px;
        line-height: 36px; }
      .product-acc .p-left p {
        font-size: 16px;
        line-height: 20px; }
      .product-acc .p-left a.btn-browse {
        font-size: 16px;
        margin-top: 20px;
        height: 40px;
        line-height: 40px; } }
  @media (max-width: 767px) {
    .product-acc {
      flex-direction: column; }
      .product-acc .p-left {
        width: 100%;
        padding: 25px;
        text-align: center; }
        .product-acc .p-left h1 {
          font-size: 30px;
          line-height: 36px; }
        .product-acc .p-left p {
          max-width: 100%; }
        .product-acc .p-left a.btn-browse {
          margin: 0 auto;
          margin-top: 20px; }
      .product-acc .p-right {
        width: 100%; } }

.product-display {
  display: block;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .product-display [data-sub-layout="425bd939-a1d4-4bfd-8bf8-7140e9e92e36"] {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (max-width: 767px) {
    .product-display .slick-list.draggable {
      padding: 0 60px 0 0 !important; } }
  .product-display ul {
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap; }
    .product-display ul li {
      list-style-type: none;
      width: 33.33%;
      padding: 8px; }
      @media (max-width: 991px) {
        .product-display ul li {
          padding: 5px; } }
      .product-display ul li .cards {
        height: 100%;
        background-color: #FCFCFC;
        border-radius: 26px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding: 35px; }
        .product-display ul li .cards .card-figure {
          max-width: 250px;
          margin: 0 auto; }
        .product-display ul li .cards .card-body {
          text-align: center; }
          .product-display ul li .cards .card-body .card-title {
            color: #101820;
            font-size: 28px;
            font-weight: 600;
            font-family: "Montserrat";
            letter-spacing: 0.06px;
            line-height: 34px;
            margin-bottom: 15px; }
          .product-display ul li .cards .card-body .short-descr {
            text-align: center;
            font-size: 16px;
            color: #101820;
            line-height: 24px;
            font-family: "Montserrat"; }
          .product-display ul li .cards .card-body .product-btn {
            display: flex;
            align-items: center;
            justify-content: center; }
            .product-display ul li .cards .card-body .product-btn a.shop-btn {
              background-color: #27557A;
              font-size: 16px;
              letter-spacing: -0.08px;
              color: #FFFFFF;
              font-weight: 600;
              font-family: "Montserrat";
              padding: 8px 17px;
              border-radius: 20px; }
              @media (max-width: 550px) {
                .product-display ul li .cards .card-body .product-btn a.shop-btn {
                  font-size: 12px;
                  padding: 8px 8px; } }
            .product-display ul li .cards .card-body .product-btn a.product-browse-all {
              font-size: 15px;
              color: #042745;
              font-weight: 600;
              font-family: "Montserrat";
              margin-left: 17px; }
              @media (max-width: 550px) {
                .product-display ul li .cards .card-body .product-btn a.product-browse-all {
                  margin-left: 5px; } }
              .product-display ul li .cards .card-body .product-btn a.product-browse-all img.browse-arrow-green {
                width: 20px;
                position: relative;
                top: 1px;
                margin-left: 5px; }
      @media (max-width: 991px) {
        .product-display ul li .cards {
          padding: 15px; }
          .product-display ul li .cards .card-body .card-title {
            font-size: 18px;
            line-height: 22px;
            margin: 15px 0; }
          .product-display ul li .cards .card-body .short-descr {
            font-size: 16px;
            line-height: 20px; }
          .product-display ul li .cards .card-body .product-btn a.shop-btn, .product-display ul li .cards .card-body .product-btn a.product-browse-all {
            font-size: 14px; }
            .product-display ul li .cards .card-body .product-btn a.shop-btn img, .product-display ul li .cards .card-body .product-btn a.product-browse-all img {
              display: inline-block; } }
      @media (max-width: 550px) {
        .product-display ul li .cards .card-body .product-btn a.shop-btn, .product-display ul li .cards .card-body .product-btn a.product-browse-all {
          font-size: 12px;
          padding: 8px 8px; } }

/* end */
.plp-tabs-in-products {
  width: 100%; }
  .plp-tabs-in-products .tabs-plp {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }
    .plp-tabs-in-products .tabs-plp > a {
      padding: 15px 0;
      margin: 0 15px;
      text-align: center;
      letter-spacing: 0px;
      color: #043055;
      opacity: 1;
      font-family: Montserrat;
      font-size: 20px;
      line-height: 24px;
      font-weight: normal;
      border-bottom: 1px solid transparent; }
      .plp-tabs-in-products .tabs-plp > a.active {
        font-weight: bold;
        border-bottom: 1px solid #043055; }
      .plp-tabs-in-products .tabs-plp > a:hover {
        border-bottom: 1px solid #043055; }
    @media (max-width: 991px) {
      .plp-tabs-in-products .tabs-plp > a {
        font-size: 16px;
        line-height: 20px;
        margin: 0 7px; } }
    @media (max-width: 400px) {
      .plp-tabs-in-products .tabs-plp > a {
        font-size: 14px;
        line-height: 18px; } }
  .plp-tabs-in-products .tab-content-plp {
    width: 100%; }
    .plp-tabs-in-products .tab-content-plp .content-product-plp {
      width: 100%; }
      .plp-tabs-in-products .tab-content-plp .content-product-plp ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 20px 0 40px 0; }
        .plp-tabs-in-products .tab-content-plp .content-product-plp ul li {
          width: 15%;
          margin-bottom: 20px;
          padding: 0 15px; }
          .plp-tabs-in-products .tab-content-plp .content-product-plp ul li a {
            display: block; }
            .plp-tabs-in-products .tab-content-plp .content-product-plp ul li a .image {
              width: 100%;
              height: 155px;
              background: #F8F8F8;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              margin: 0 auto; }
              .plp-tabs-in-products .tab-content-plp .content-product-plp ul li a .image img {
                width: 65%;
                height: 65%;
                object-fit: cover; }
          .plp-tabs-in-products .tab-content-plp .content-product-plp ul li h5 {
            font-family: Montserrat;
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            letter-spacing: 0;
            color: #043055;
            margin: 20px 0 0 0;
            text-transform: none; }
            .plp-tabs-in-products .tab-content-plp .content-product-plp ul li h5 a {
              text-decoration: none; }
        @media (max-width: 1100px) {
          .plp-tabs-in-products .tab-content-plp .content-product-plp ul li {
            width: 25%; }
            .plp-tabs-in-products .tab-content-plp .content-product-plp ul li a .image {
              height: 190px; } }
        @media (max-width: 991px) {
          .plp-tabs-in-products .tab-content-plp .content-product-plp ul li {
            width: 25%; }
            .plp-tabs-in-products .tab-content-plp .content-product-plp ul li a .image {
              height: 170px; } }
        @media (max-width: 767px) {
          .plp-tabs-in-products .tab-content-plp .content-product-plp ul li {
            width: 25%; }
            .plp-tabs-in-products .tab-content-plp .content-product-plp ul li a .image {
              height: 130px; }
          .plp-tabs-in-products .tab-content-plp .content-product-plp ul .slick-list.draggable {
            padding: 0 60px 0 0 !important; } }
        @media (max-width: 400px) {
          .plp-tabs-in-products .tab-content-plp .content-product-plp ul li {
            padding: 0 10px;
            width: 25%; }
            .plp-tabs-in-products .tab-content-plp .content-product-plp ul li a .image {
              height: 120px; }
            .plp-tabs-in-products .tab-content-plp .content-product-plp ul li h5 {
              font-size: 16px;
              line-height: 22px; }
          .plp-tabs-in-products .tab-content-plp .content-product-plp ul .slick-list.draggable {
            padding: 0 40px 0 0 !important; } }
        @media (max-width: 320px) {
          .plp-tabs-in-products .tab-content-plp .content-product-plp ul li a .image {
            height: 80px; }
          .plp-tabs-in-products .tab-content-plp .content-product-plp ul li h5 {
            font-size: 14px;
            line-height: 20px; } }
    .plp-tabs-in-products .tab-content-plp .content-category {
      width: 100%;
      padding: 0px !important; }
      .plp-tabs-in-products .tab-content-plp .content-category .find-solution-for h2 {
        display: none; }
      .plp-tabs-in-products .tab-content-plp .content-category ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 20px 0 40px 0; }
        .plp-tabs-in-products .tab-content-plp .content-category ul li {
          width: 15%;
          margin-bottom: 20px;
          padding: 0 15px; }
          .plp-tabs-in-products .tab-content-plp .content-category ul li .cat-image {
            width: 100%;
            height: 155px;
            background: #f8f8f8;
            border-radius: 50%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0 auto; }
            .plp-tabs-in-products .tab-content-plp .content-category ul li .cat-image img {
              width: 65%;
              height: 65%;
              -o-object-fit: cover;
              object-fit: cover;
              margin: auto; }
          .plp-tabs-in-products .tab-content-plp .content-category ul li a {
            display: block; }
            .plp-tabs-in-products .tab-content-plp .content-category ul li a .image {
              width: 100%;
              height: 155px;
              background: #F8F8F8;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              margin: 0 auto; }
              .plp-tabs-in-products .tab-content-plp .content-category ul li a .image img {
                width: 65%;
                height: 65%;
                object-fit: cover; }
          .plp-tabs-in-products .tab-content-plp .content-category ul li h6 {
            font-family: Montserrat;
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            letter-spacing: 0;
            color: #043055;
            margin: 20px 0 0 0;
            text-transform: none; }
            .plp-tabs-in-products .tab-content-plp .content-category ul li h6 a {
              text-decoration: none; }
        @media (max-width: 1100px) {
          .plp-tabs-in-products .tab-content-plp .content-category ul li {
            width: 25%; }
            .plp-tabs-in-products .tab-content-plp .content-category ul li .cat-image {
              height: 190px; } }
        @media (max-width: 991px) {
          .plp-tabs-in-products .tab-content-plp .content-category ul li {
            width: 25%; }
            .plp-tabs-in-products .tab-content-plp .content-category ul li .cat-image {
              height: 170px; } }
        @media (max-width: 767px) {
          .plp-tabs-in-products .tab-content-plp .content-category ul li {
            width: 25%; }
            .plp-tabs-in-products .tab-content-plp .content-category ul li .cat-image {
              height: 130px; }
          .plp-tabs-in-products .tab-content-plp .content-category ul .slick-list.draggable {
            padding: 0 60px 0 0 !important; } }
        @media (max-width: 400px) {
          .plp-tabs-in-products .tab-content-plp .content-category ul li {
            padding: 0 10px;
            width: 25%; }
            .plp-tabs-in-products .tab-content-plp .content-category ul li a .image {
              height: 120px; }
            .plp-tabs-in-products .tab-content-plp .content-category ul li h5 {
              font-size: 16px;
              line-height: 22px; }
          .plp-tabs-in-products .tab-content-plp .content-category ul .slick-list.draggable {
            padding: 0 40px 0 0 !important; } }
        @media (max-width: 320px) {
          .plp-tabs-in-products .tab-content-plp .content-category ul li a .image {
            height: 80px; }
          .plp-tabs-in-products .tab-content-plp .content-category ul li h5 {
            font-size: 14px;
            line-height: 20px; } }
    .plp-tabs-in-products .tab-content-plp .content-category {
      display: none;
      width: 100%;
      text-align: center;
      font-size: 18px;
      padding: 20px;
      min-height: 200px; }

.cat-description {
  float: left;
  width: 100%;
  background-color: #FDFDFD;
  /* opacity: 0.35; */
  padding: 50px 0px;
  margin-bottom: 30px; }
  .cat-description p {
    font: normal normal normal 14px/22px Montserrat;
    letter-spacing: 0px;
    color: #525151; }

.needsclick.kl-teaser-VCmjKe {
  bottom: 90px !important;
  right: 0px !important;
  left: initial !important; }

main.page.Trade.Professional.Application {
  padding-left: 15px;
  padding-right: 15px; }
  main.page.Trade.Professional.Application .company-form-wrap2 {
    max-width: 900px;
    margin: 0 auto; }

.navBar--account.noprint {
  margin-top: 3rem; }

.account-body .form-label > small {
  font-size: 0 !important; }

.account-body .form-label > small:after {
  content: '*';
  font-size: 16px; }

.ft-info-main {
  display: flex;
  align-items: center;
  gap: 1rem; }

.create-account-page .create-account-inner .attach-file-container .fa-paperclip {
  font-size: 0px; }

.create-account-page .create-account-inner .attach-file-container .fa-paperclip::after {
  content: 'Attach W9 and Tax Exemption files';
  font-size: 15px; }

.home-page-content .homepage-banner .homepage-banner-content .b-content a span img {
  display: none; }

.home-page-content .homepage-banner .homepage-banner-content .b-content a span {
  background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/browse-all-icon-white-new2.png);
  display: inline-flex;
  display: none;
  width: 20px;
  height: 22px;
  position: relative;
  top: 1.5px;
  margin-left: 5px; }

a.learn-more:not(.pages\/custom\/product\/Enhanced-PDP a.learn-more):not(.pages\/custom\/product\/Bundle-product-new-two a.learn-more) > span {
  background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/browse-all-icon-blue.png);
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 22px;
  position: relative;
  top: 1.5px;
  margin-left: 5px; }

a.learn-more > span > img {
  display: none !important; }

.home-page-content .c-indus-leader-section .c-content .content .btn-browse img {
  display: none; }

.home-page-content .c-indus-leader-section .c-content .content .btn-browse span {
  background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/browse-all-icon-white-new2.png);
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 22px;
  position: relative;
  top: 1.5px;
  margin-left: 5px; }

.home-page-content .learn-about-section .l-content .content .btn-browse span {
  background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/browse-all-icon-white-new2.png);
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 22px;
  position: relative;
  top: 1.5px;
  margin-left: 5px; }

.home-page-content .learn-about-section .l-content .content .btn-browse img.browse-arrow {
  display: none; }

.product-acc .p-left a.btn-browse span {
  background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/browse-all-icon-white-new2.png);
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 22px;
  position: relative;
  top: 1.5px;
  margin-left: 5px; }

.product-acc .p-left a.btn-browse span img.browse-arrow {
  display: none; }

.product-display ul li .cards .card-body .product-btn a.product-browse-all span {
  background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/browse-all-icon-blue.png);
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 22px;
  position: relative;
  top: 1.5px;
  margin-left: 5px; }

.product-display ul li .cards .card-body .product-btn a.product-browse-all span img.browse-arrow-green {
  display: none; }

.home-page-content .Limited-time-offer .l-offer-section .l-offer-left a.btn-browse span {
  background-image: url(https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/browse-all-icon-blue.png);
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 22px;
  position: relative;
  top: 1.5px;
  margin-left: 5px; }

.home-page-content .Limited-time-offer .l-offer-section .l-offer-left a.btn-browse span img.browse-arrow {
  display: none; }

.announcement-bar > div {
  display: flex;
  align-items: center;
  justify-content: center; }

.announcement-bar {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.announcement-bar > div.announcement-left {
  justify-content: space-between; }

ul.announcement-bar-ul {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 10px; }

a.announ-ul-a.announ-call {
  display: flex;
  align-items: center;
  gap: 5px; }

a.announ-ul-a.announ-call svg {
  width: 18px;
  height: 18px; }

ul.announcement-bar-ul a {
  color: #fff;
  font-family: Montserrat; }

.announcement-bar > div.announcement-right {
  justify-content: flex-end; }

.top-mini-header {
  max-width: 1790px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%; }

.headr-container .d-flex .common-menu {
  width: max-content; }

a.announ-ul-a.announ-need-help, a.announ-ul-a.announ- {
  border-right: 2px solid #fff;
  padding-right: 10px; }

.need-help.desktop {
  display: none; }

.top-mini-header {
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: 100% !important; }

.product-slider .shg-sld-nav-button {
  display: none; }

.product-slider .shg-sld-dot {
  height: 8px;
  width: 20px;
  border-radius: 6px;
  background: #265276 !important; }
  .product-slider .shg-sld-dot.shg-sld-active {
    background: #043055 !important; }

.slide-box {
  display: flex;
  justify-content: flex-start;
  font-family: Montserrat,Arial,Helvetica,sans-serif; }
  .slide-box .number {
    width: 120px;
    font-size: 48px;
    font-weight: 600;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    color: #cdd7df;
    position: relative;
    line-height: 48px; }
    .slide-box .number:before {
      content: "";
      width: 3px;
      height: 35px;
      background: #265276;
      display: block;
      position: absolute;
      top: 6px;
      right: 40px; }
  .slide-box .text-box {
    max-width: 500px; }
  .slide-box h2 {
    margin: 0 0 15px;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px; }
    .slide-box h2 strong {
      font-weight: 800;
      color: #043055; }
  .slide-box p {
    font-size: 16px; }

.navPages-list .navPages-item[page-attribute="Wifi Ranger"] {
  display: none; }

.faq-section .shogun-accordion-wrapper > .shogun-accordion {
  border: 0px solid #f0f0f0 !important;
  box-shadow: none; }
  .faq-section .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
    padding: 15px 25px 15px 50px !important; }
    .faq-section .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-header > h4.shogun-accordion-title {
      font-family: Montserrat, Arial, Helvetica, sans-serif !important;
      font-size: 28px !important;
      font-weight: 500 !important; }

.faq-section .shogun-accordion-icon > span {
  right: auto;
  left: -40px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 800; }
  .faq-section .shogun-accordion-icon > span:after {
    color: #265276; }

@media (max-width: 768px) {
  .slide-box .number {
    min-width: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 42px; }
    .slide-box .number:before {
      width: 2px;
      right: 10px;
      top: 10px;
      height: 25px; }
  .slide-box h2 {
    font-size: 30px;
    line-height: 30px; }
  .shogun-tab-content .shogun-image-container img {
    top: 0 !important; }
  .always-connected-banner .always-connected-header {
    padding-left: 10px !important; }
  .always-connected-banner .always-connected-text {
    padding-left: 10px !important; }
  .always-connected-banner .shg-btn-wrapper.shg-align-left {
    text-align: center; }
  .always-connected-banner .shg-btn {
    margin: 10px auto 0 !important; }
  .always-connected-banner .shg-box-content .shogun-heading-component h1 {
    font-size: 26px !important; }
  .faq-header .shogun-heading-component h2 {
    font-size: 26px !important; }
  .faq-section .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-header > h4.shogun-accordion-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22px; } }

main.page.Quiz.Result {
  background: #fafafa; }

.affilatebutton a {
  position: relative; }

.affilatebutton a:after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-image: url("//cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/arrow-right-icon.png");
  right: 15px;
  top: 50%;
  transform: translate(0px, -50%);
  background-repeat: no-repeat; }

.affilateaccordion .shogun-accordion-header .shogun-accordion-title {
  order: 1; }

.affilateaccordion .shogun-accordion-header .shogun-accordion-icon > span {
  right: unset;
  left: 0; }

.affilateaccordion .shogun-accordion-header .shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "";
  background-image: url("//cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/3700266371543238866.png");
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 10px; }

.affilateaccordion .shogun-accordion.shogun-accordion-active > .shogun-accordion-heading .shogun-accordion-icon.shogun-icon-chevron > span {
  transform: rotate(180deg); }

.cms_page .page.Affiliate .page-content--centered {
  margin-bottom: 0 !important; }

@media (min-width: 768px) and (max-width: 1024px) {
  .businesstext p span {
    font-size: 14px !important; }
  .affilateaccordion .shg-box-content > div {
    padding-left: 20px; }
  .businessheading .shogun-heading-component h3 {
    font-size: 28px !important; }
  .shg-box.shg-c.businessitem {
    min-height: 280px !important; } }

@media (max-width: 767px) {
  .howitworksflexbox .shg-c-lg-3.shg-c-md-3.shg-c-sm-3.shg-c-xs-6 {
    width: 100%; }
  .requirementcolumnbox .shg-c-lg-2.shg-c-md-2.shg-c-sm-2.shg-c-xs-6 {
    width: 60px; }
  .requirementcolumnbox .shg-c-lg-10.shg-c-md-10.shg-c-sm-10.shg-c-xs-6 {
    width: calc(100% - 80px); }
  .affilateaccordion .shogun-accordion-heading .shogun-accordion-icon {
    font-size: 30px !important; }
  .shg-box.shg-c.affilateherosection {
    background-image: url("//cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/become-an-affiliate-background-mobile.jpg") !important;
    background-image: url("//cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/affilateherobannermobile.jpg") !important;
    padding-bottom: 300px !important; }
  .shg-box.shg-c.affilatebecomesection {
    background-image: url("//cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/become-an-affiliate-background-mobile.png") !important;
    background-image: url("//cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/afffiliatefooterbannermobile.jpg") !important;
    padding-bottom: 480px !important; }
  .businesstext p span {
    font-size: 14px !important; } }

.which-model-right ul li:nth-child(3) .carriers .c-images img:last-child, .which-model-right ul li:nth-child(3) .carriers .c-images img:nth-child(3), .which-model-right ul li:nth-child(2) .carriers .c-images img:last-child, .which-model-right ul li:nth-child(2) .carriers .c-images img:nth-child(3) {
  display: block !important; }

.resource-center {
  text-align: center;
  padding-bottom: 20px; }

.resource-page-title h1 {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 52px;
  text-align: center;
  line-height: 63px;
  letter-spacing: 0.1px;
  color: #043055;
  margin-bottom: 20px; }

.resource-search {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px; }

.resource-search input[type=search] {
  width: 100%;
  padding: 15px 40px;
  border-radius: 30px;
  background: #F8F8F8;
  outline: none;
  border: none;
  min-height: 50px;
  box-sizing: border-box;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  color: #101820; }

.resource-search button {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #828E98;
  border-radius: 50%;
  padding: 8px; }

.resource-tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 20px; }

.resource-tab-item {
  padding: 10px;
  font-family: Montserrat;
  font-weight: 500;
  color: rgba(16, 24, 32, 0.7);
  font-size: 18px;
  line-height: 20px; }

.resource-tab-item[active] {
  font-weight: 600;
  color: #043055;
  border-bottom: 3px solid #265276; }

section.featured-release {
  padding: 50px 0;
  background: linear-gradient(179deg, #26567a 0%, #0b263a 100%) 0% 0%;
  color: #ffffff; }

.featured-title-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px; }

.featured-button-box {
  flex: 0 0 160px;
  max-width: 160px; }

.featured-title-box h2.section-title {
  margin: 0;
  color: #fff;
  letter-spacing: 0.08px;
  font: normal normal 800 40px/49px Montserrat; }

.featured-button-box a.button {
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  border-radius: 25px;
  font: normal normal bold 15px/19px Montserrat;
  max-width: 160px;
  display: block; }

.featured-slide-item {
  position: relative; }

.featured-slide-image img.img-responsive {
  width: 100%; }

.featured-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 40px 30px;
  z-index: 9; }

.featured-slide-image {
  height: 500px;
  position: relative; }

.featured-slide-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #173c57;
  opacity: 0.20;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px; }

.featured-slide-image figure.featured-blog-thumbnail {
  width: 100%;
  margin: 0 !important;
  height: 100%; }

.featured-slide-image figure.featured-blog-thumbnail img {
  height: 100% !important; }

.featured-blog-subtitle p {
  margin: 0;
  font: normal normal normal 16px/19px Montserrat; }

.featured-blog-subtitle p span {
  text-transform: capitalize;
  font: normal normal normal 16px/19px Montserrat; }

.featured-blog-subtitle {
  padding-bottom: 20px; }

.featured-blog-title {
  padding-bottom: 10px; }

.featured-blog-button-box {
  padding-top: 30px;
  position: absolute;
  bottom: 40px; }

.featured-blog-title h3 {
  font: normal normal bold 36px/45px Montserrat;
  letter-spacing: 0.07px;
  text-transform: capitalize;
  color: #fff;
  max-width: 50%;
  margin: 0; }

a.featured-blog-button {
  display: block;
  width: 100%;
  max-width: 180px;
  border-radius: 25px;
  background: #2F628B;
  padding: 12px 25px;
  font-size: 15px;
  color: #fff;
  font-weight: 500; }

span.right-arrow {
  padding-left: 10px; }

section.press-releases-posts,
section.more-press-releases,
section.our-top-product-accessories {
  padding: 50px 0;
  position: relative;
  background: rgba(130, 142, 152, 0.03); }

.press-releases-posts-title-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  align-items: center;
  position: relative; }

.press-releases-all-button-box {
  flex: 0 0 160px;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 160px; }

a.press-releases-view-btn {
  display: block;
  width: 100%;
  padding: 8px 4px;
  max-width: 160px;
  border-radius: 25px;
  border: 1px solid #2F628B;
  text-align: center;
  min-height: 42px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  color: #2F628B;
  line-height: 22px; }

.press-releases-item-box .press-releases-item {
  height: auto; }

.press-releases-item-box .press-releases-item .press-releases-image-box {
  width: 100%;
  max-width: 240px; }

.press-releases-item {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.04);
  margin: 10px 0; }

.press-releases-image-box img {
  width: 100%; }

.press-releases-content {
  padding: 25px 0 0; }

.press-releases-subtitle p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #101820;
  opacity: 0.9;
  text-transform: uppercase;
  margin-bottom: 15px; }

.press-releases-title {
  min-height: 100px; }

.press-releases-title h3 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 600; }

.press-releases-button-box {
  margin-top: 20px; }

span.press-right-arrow {
  padding-left: 10px; }

section.always-connected {
  padding: 120px 0;
  background: url(https://cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/always-connected-to-everything-you-love.png);
  background-repeat: no-repeat;
  background-size: cover; }

.always-title h2 {
  font-size: 50px;
  line-height: 56px;
  font-family: Montserrat;
  font-weight: 800;
  color: #FFFFFF; }

.always-title h2 {
  font-size: 50px;
  line-height: 56px;
  font-family: Montserrat;
  font-weight: 800;
  color: #fff;
  margin: 0;
  margin-bottom: 18px; }

.always-content p {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.05px;
  line-height: 26px;
  color: #FFFFFF; }

.always-btn {
  padding-top: 30px; }

.always-btn a.alwaysbutton {
  background: #27557A;
  border-radius: 25px;
  margin: 0;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  display: block;
  width: 100%;
  max-width: 160px;
  padding: 15px; }

.more-title h2 {
  margin: 0;
  font-family: 'Montserrat';
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  color: #043055;
  letter-spacing: 0.08px;
  margin-bottom: 40px; }

a.press-releases-btn {
  font-size: 15px;
  line-height: 20px;
  color: #042745;
  font-family: 'Montserrat';
  font-weight: 600;
  letter-spacing: 0; }

.our-top-product-accessories-main-box {
  background: #fff;
  border-radius: 25px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  align-items: center; }

.our-top-content-box {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 50px 90px 50px 70px; }

.our-top-image-box {
  flex: 0 0 50%;
  max-width: 50%; }

.our-top-image-box img {
  width: 100%;
  height: 100%; }

.our-top-content-box h2 {
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #043055;
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 30px; }

.our-top-content-box p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05px;
  color: #101820;
  margin: 0; }

.our-top-btn {
  padding-top: 50px; }

.our-top-btn a {
  display: block;
  width: 100%;
  max-width: 180px;
  background: #27557A;
  border-radius: 25px;
  padding: 18px 12px;
  font-family: 'Montserrat';
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  min-height: 50px;
  color: #FFFFFF; }

.press-releases-flex-box {
  display: flex;
  gap: 20px;
  justify-content: center; }

.always-container {
  max-width: 50%; }

span.press-right-arrow img {
  max-width: 18px;
  display: inline-block; }

span.right-arrow img {
  display: inline-block;
  max-width: 100%;
  width: auto; }

button.featured-release-arrow.slick-arrow {
  width: 40px;
  height: 40px;
  background: 0 0;
  border: none;
  border-radius: 50%;
  padding: 0;
  top: unset;
  bottom: 0px;
  transform: unset;
  left: unset;
  right: 0; }

button.featured-release-arrow.slick-arrow::before {
  content: unset; }

button.slick-prev.featured-release-arrow.slick-arrow {
  right: 60px; }

ul.slick-dots.featured-release-dots {
  bottom: 0px;
  left: 0;
  text-align: left;
  max-width: 400px; }

.featured-release-dots.slick-dots li button {
  border: 1px solid #fff;
  width: 10px;
  height: 10px; }

.featured-release-dots.slick-dots li button::before {
  width: 8px;
  height: 8px;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  color: #ffffff; }

.featured-release-dots.slick-dots li.slick-active button::before {
  background: #ffffff; }

.slick-dots.featured-release-dots li {
  width: 20px;
  height: 20px; }

.featured-slider-container.slick-slider.slick-dotted,
.featured-slider-container-case.slick-slider.slick-dotted,
.featured-slider-container-whitepapers.slick-slider.slick-dotted,
.featured-slider-container-blog.slick-slider.slick-dotted {
  margin: 0;
  padding-bottom: 70px; }

.press-releases-slider {
  padding-bottom: 10px; }

section.subscribe-newsletter {
  padding: 150px 0;
  background: url(//cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/susbcribe-to-our-newsletter.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px; }

.subscribe-box {
  max-width: 40%; }

.subscribe-box h2 {
  margin: 0;
  font-size: 46px;
  line-height: 54px;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 16px; }

.subscribe-box p {
  margin: 0;
  color: #ffffff;
  font-size: 18px; }

.subscirbe-btn {
  padding-top: 30px; }

a.sub-btn {
  display: block;
  width: 100%;
  max-width: 160px;
  background: #27557A;
  padding: 10px 15px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600; }

section.product-setup {
  padding: 50px 0;
  background: url(//cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/quick-easy-product-set-up-with-our-app-background.png);
  background: url(//cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/app-download-background-tv-finder.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  position: relative; }

.product-setup-box {
  max-width: 40%; }

.product-setup-logo {
  padding-bottom: 25px; }

.product-setup-title h2 {
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: 0.08px;
  color: #ffffff;
  margin-bottom: 15px; }

.product-setup-content p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px; }

.product-social-box {
  display: flex;
  padding-top: 30px;
  gap: 20px;
  align-items: center; }

section.usp-bar {
  padding: 50px 0;
  background: #fff;
  position: relative; }

.usp-bar-image-box {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }

.usp-bar-content-box h3 {
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  line-height: 22px; }

.uso-bar-flex-box {
  display: flex; }

.usp-bar-flex-item-box {
  flex: 0 0 25%; }

.usp-bar-content-box p {
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  max-width: 200px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #000; }

span.searchicon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto; }

.always-content {
  max-width: 80%; }

body.press-releases div[data-content-region="blog_banner_carousel_blog"],
body.press-releases div[data-content-region="blog_banner_carousel_all"],
body.press-releases div[data-content-region="blog_banner_carousel_casestudies"],
body.press-releases div[data-content-region="blog_banner_carousel_whitepapers"],
body.press-releases div[data-content-region="blog_footer_all"],
body.press-releases div[data-content-region="blog_footer_blog"],
body.press-releases div[data-content-region="blog_footer_casestudies"],
body.press-releases div[data-content-region="blog_footer_whitepapers"] {
  display: none; }

body.white-papers div[data-content-region="blog_banner_carousel_blog"],
body.white-papers div[data-content-region="blog_banner_carousel_all"],
body.white-papers div[data-content-region="blog_banner_carousel_casestudies"],
body.white-papers div[data-content-region="blog_banner_carousel_press_releases"],
body.white-papers div[data-content-region="blog_footer_all"],
body.white-papers div[data-content-region="blog_footer_blog"],
body.white-papers div[data-content-region="blog_footer_casestudies"],
body.white-papers div[data-content-region="blog_footer_press_releases"] {
  display: none; }

body.case-studies div[data-content-region="blog_banner_carousel_blog"],
body.case-studies div[data-content-region="blog_banner_carousel_all"],
body.case-studies div[data-content-region="blog_banner_carousel_whitepapers"],
body.case-studies div[data-content-region="blog_banner_carousel_press_releases"],
body.case-studies div[data-content-region="blog_footer_all"],
body.case-studies div[data-content-region="blog_footer_blog"],
body.case-studies div[data-content-region="blog_footer_whitepapers"],
body.case-studies div[data-content-region="blog_footer_press_releases"] {
  display: none; }

body.blog div[data-content-region="blog_banner_carousel_whitepapers"],
body.blog div[data-content-region="blog_banner_carousel_all"],
body.blog div[data-content-region="blog_banner_carousel_casestudies"],
body.blog div[data-content-region="blog_banner_carousel_press_releases"],
body.blog div[data-content-region="blog_footer_all"],
body.blog div[data-content-region="blog_footer_whitepapers"],
body.blog div[data-content-region="blog_footer_casestudies"],
body.blog div[data-content-region="blog_footer_press_releases"] {
  display: none; }

body.AllBlogPage div[data-content-region="blog_banner_carousel_whitepapers"],
body.AllBlogPage div[data-content-region="blog_banner_carousel_blog"],
body.AllBlogPage div[data-content-region="blog_banner_carousel_casestudies"],
body.AllBlogPage div[data-content-region="blog_banner_carousel_press_releases"],
body.AllBlogPage div[data-content-region="blog_footer_blog"],
body.AllBlogPage div[data-content-region="blog_footer_whitepapers"],
body.AllBlogPage div[data-content-region="blog_footer_casestudies"],
body.AllBlogPage div[data-content-region="blog_footer_press_releases"] {
  display: none; }

img.img-responsive.desktop-img {
  display: block; }

img.img-responsive.mobile-img {
  display: none; }

.page .blog-page-data .blog-post-figure {
  display: block; }

.blog-page-data.blog-page-flex-box {
  grid-template-columns: repeat(3, 2fr) !important;
  gap: 20px; }

article.blog.blog-card {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.04);
  margin-top: .5rem;
  height: 100%;
  border-top: 1px solid #e5e5e5; }

article.blog-card .blog-post-figure.blog-post-img-box {
  width: 100%; }

article.blog-card .blog-post-img-box figure.blog-thumbnail {
  margin: 0 auto;
  max-width: unset; }

.blog-post-template-data ul.tags {
  margin: 0; }

.blog-date-box p {
  margin: 0;
  color: inherit;
  font-family: 'Montserrat';
  font-size: 15px; }

.blog-card .blog-post-body {
  padding-top: 25px;
  text-align: left; }

.blog-tag-date-container {
  display: flex;
  align-items: center;
  gap: 2px;
  text-transform: uppercase; }

.blog-tag-date-container a {
  padding: 0;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 15px;
  line-height: 24px;
  padding-right: 4px;
  color: rgba(16, 24, 32, 0.9); }

.blog-tag-date-container li.tag {
  border-right: 1px solid #828E98; }

.blog-tag-date-container li.tag:not(:first-child) {
  padding-left: 4px; }

.blog-date-box {
  padding-left: 2px; }

.blog.blog-card .blog-title {
  margin: 0;
  min-height: 100px; }

.blog .blog.blog-card .blog-post-body header.blog-header .blog-title a {
  margin: 0;
  color: #000000;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px; }

.read-more-button {
  padding-top: 20px; }

a.read-more-btn {
  color: #042745;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 20px;
  font-size: 15px;
  text-transform: capitalize; }

.blog-post-template-data {
  padding-bottom: 15px; }

.resource-search-box {
  max-width: 800px;
  margin: 0 auto; }

.searchresultsajax {
  padding: 20px 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }

.search-item-ul .search-li {
  display: block;
  padding: 4px 0;
  text-align: left;
  position: relative;
  padding-left: 45px;
  font-weight: 500; }

.search-item-ul .search-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("//cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/blog-solid.png");
  display: block;
  width: 45px;
  height: 25px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.blog-back-search a {
  font-size: 24px;
  padding: 10px 0;
  display: block;
  line-height: 1;
  font-weight: 800;
  font-family: 'Montserrat'; }

.blog-contents {
  margin-top: 30px;
  padding: 20px 0;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }

.blog-contents a.search-li {
  padding: 20px 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px;
  text-align: center;
  min-height: 100%; }

.blog-contents a.search-li .blog-images {
  padding-bottom: 20px;
  text-align: center; }

.blog-contents a.search-li:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 2px; }

.slick-initialized .slick-slide.press-releases-item-box {
  margin: 0 10px; }

.press-releases-slider .slick-list {
  padding-left: 0 !important; }

.blog-flex-search-box {
  display: grid;
  grid-template-columns: minmax(50px, 1fr) minmax(600px, 2fr) 1fr;
  justify-content: center;
  align-items: center;
  gap: 10px; }

.blog-flex-search-box .resource-search-box {
  grid-column: 2;
  grid-row: 1;
  width: 100%; }

.blog-flex-search-box .blog-back-search {
  max-width: 35px;
  grid-column: 1;
  grid-row: 1; }

.blog-search-data {
  padding-top: 50px;
  position: relative; }

.blog-contents .error-handel {
  grid-column: span 4;
  text-align: center;
  padding: 8px 0;
  font-size: 20px;
  color: #101820;
  text-transform: uppercase; }

.blog-back-search {
  position: absolute;
  top: 50px; }

.press-releases-title-content h2 {
  margin: 0;
  font-family: Montserrat;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  color: #043055;
  letter-spacing: .08px; }

.press-releases-title-content {
  flex: 0 0 calc(100% - 160px);
  flex: 0 0 100%;
  text-align: center; }

figure.placeholder-figure {
  margin: 0; }

.pagination .pagination-list {
  justify-content: center; }

.blog ul.pagination-list li.pagination-item.pagination-item--current {
  border: 1px solid #26567A !important;
  background: #26567A !important;
  border-radius: 50% !important; }

.blog ul.pagination-list li.pagination-item {
  border: none;
  color: #101820;
  margin-left: 4px !important; }

.blog ul.pagination-list li.pagination-item a.pagination-link {
  font-size: 16px; }

.blog-page-data.blog-page-flex-box {
  display: grid !important; }

.featured-slide-image figure {
  height: 100%; }

.featured-slide-image figure img {
  border-radius: 20px;
  height: 100%; }

div#pagination {
  display: grid;
  grid-template-columns: minmax(55px, max-content) max-content minmax(55px, max-content);
  justify-content: center;
  align-items: center;
  margin: 30px 0 25px; }

div#page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px; }

span.page-number {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  color: #757575;
  font-size: 16px;
  cursor: pointer; }

span.page-number.active {
  border: 1px solid #26567a;
  background: #26567a;
  color: #fff; }

span.ellipsis {
  cursor: pointer; }

.blog.blog-card .blog-post, .blog.blog-card .blog-post-figure {
  display: block; }

section.more-press-releases .press-releases-flex-box .press-releases-item-box {
  flex: 0 0 calc((100% - 40px)/3); }

@media (max-width: 1024px) {
  .featured-blog-title h3 {
    max-width: 60%;
    font-size: 28px; }
  .always-title h2 {
    font-size: 34px; }
  .our-top-product-accessories-main-box {
    align-items: unset; }
  .our-top-content-box {
    padding: 50px 20px; }
  .our-top-content-box h2 {
    font-size: 34px;
    line-height: 1.4; }
  .our-top-btn {
    padding-top: 30px; }
  .subscribe-box {
    max-width: unset; }
  .subscribe-box h2 {
    font-size: 34px;
    line-height: 1.4; }
  .product-setup-box {
    max-width: unset; }
  .product-setup-title h2 {
    font-size: 34px;
    line-height: 1.4; }
  .press-releases-flex-box {
    flex-wrap: wrap; }
  section.more-press-releases .press-releases-flex-box .press-releases-item-box {
    flex: 0 0 calc( (100% - 20px)/2); }
  .blog-search-data .resource-search-box {
    padding-left: 40px; }
  .uso-bar-flex-box {
    flex-wrap: wrap;
    gap: 20px; }
  .usp-bar-flex-item-box {
    flex: 0 0 calc((100% - 20px)/2); }
  .blog-page-data.blog-page-flex-box {
    grid-template-columns: repeat(2, 2fr) !important; }
  .blog-contents {
    grid-template-columns: repeat(3, 2fr); }
  .press-releases-posts-title-box {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px; }
  .press-releases-all-button-box {
    position: static;
    flex: 0 0 auto; } }

@media (max-width: 768px) {
  .resource-page-title h1 {
    font-size: 26px;
    line-height: 32px; }
  .featured-title-box h2.section-title {
    font-size: 26px;
    line-height: 32px; }
  .featured-button-box {
    display: none; }
  .resource-tab-item {
    white-space: nowrap; }
  .resource-tab-container {
    overflow-x: scroll;
    justify-content: unset; }
  .resource-tab-container::-webkit-scrollbar-thumb {
    background: transparent; }
  .resource-tab-container::-webkit-scrollbar-track {
    background: transparent; }
  .featured-blog-title h3 {
    font-size: 24px;
    line-height: 28px;
    max-width: unset; }
  .always-container {
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: space-between; }
  .always-title h2 {
    font-size: 30px;
    line-height: 34px; }
  .always-content {
    max-width: unset; }
  .always-content p {
    font-size: 14px; }
  .more-title h2 {
    font-size: 26px;
    line-height: 32px; }
  section.more-press-releases .press-releases-flex-box .press-releases-item-box {
    flex: 0 0 100%; }
  .our-top-product-accessories-main-box {
    flex-wrap: wrap;
    box-shadow: unset;
    background: transparent; }
  .our-top-content-box {
    flex: 0 0 100%;
    padding: 0 20px 50px 20px;
    max-width: 100%; }
  .our-top-product-accessories {
    padding-top: 0; }
  .slick-initialized .slick-slide.press-releases-item-box {
    margin: 0; }
  .our-top-image-box {
    flex: 0 0 100%;
    max-width: 100%; }
  .our-top-content-box h2 {
    font-size: 32px; }
  .our-top-content-box p {
    font-size: 13px;
    line-height: 21px; }
  section.subscribe-newsletter {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover; }
  .subscribe-box h2 {
    font-size: 30px; }
  .subscribe-box p {
    font-size: 14px; }
  .product-setup-logo {
    text-align: center; }
  .product-setup-title h2 {
    font-size: 30px;
    line-height: 37px;
    text-align: center; }
  .product-setup-content p {
    font-size: 14px;
    line-height: 24px;
    text-align: center; }
  .usp-bar-flex-item-box {
    flex: 0 0 100%; }
  section.product-setup {
    background: url(//cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/quick-easy-product-setup-with-our-app-mobile-blog.png);
    background: url(//cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/app-download-background-narrow-tv-finder.jpg);
    padding-top: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-origin: padding-box; }
  section.subscribe-newsletter {
    background: url("//cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/susbcribe-to-our-newsletter-mobile-blog.png");
    background-repeat: no-repeat;
    background-size: cover; }
  section.always-connected {
    background: url(//cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/always-connected-to-everything-you-love-mobile-blog.png);
    padding: 50px 0;
    min-height: 600px;
    background-position: center;
    background-size: cover; }
  img.img-responsive.desktop-img {
    display: none; }
  img.img-responsive.mobile-img {
    display: block; }
  .featured-slide-content {
    justify-content: unset;
    padding: 40px 20px; }
  .featured-blog-subtitle {
    padding-bottom: 10px; }
  .featured-blog-title {
    padding-bottom: 20px; }
  .resource-search input[type=search] {
    font-size: 13px;
    padding: 15px 30px 15px 15px; }
  .resource-search {
    padding: 0; }
  .resource-search button {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 4px; }
  span.searchicon {
    width: 16px; }
  .press-releases-item-box.slick-slide {
    padding-left: 0;
    padding-right: 10px; }
  .featured-blog-button-box {
    position: absolute;
    bottom: 20px; }
  .blog-page-data.blog-page-flex-box {
    grid-template-columns: 2fr !important; }
  .blog-contents {
    grid-template-columns: repeat(2, 2fr); }
  .blog-flex-search-box {
    grid-template-columns: minmax(50px, 1fr) minmax(200px, 4fr); }
  .press-releases-all-button-box {
    display: none; }
  .press-releases-title-content {
    flex: 0 0 100%; }
  .press-releases-title-content h2 {
    font-size: 26px;
    line-height: 32px; }
  .always-title-content-btn {
    flex: 0 0 420px; }
  div#pagination {
    grid-template-columns: minmax(45px, max-content) minmax(45px, max-content);
    row-gap: 10px; }
  button#prev-button-js {
    grid-column: 1;
    grid-row: 2;
    text-align: right; }
  div#page-numbers {
    grid-column: span 2;
    grid-row: 1;
    flex-wrap: wrap; }
  button#next-button-js {
    grid-column: 2;
    grid-row: 2;
    text-align: left; } }

.bundle-product-description .videos {
  display: none !important; }

.bundle-product-description .videos.active, .bundle-product-description .videos.activeactive, .bundle-product-description .videos.activeactiveactive {
  display: block !important; }

div #s-d28987b2-2fb5-49af-b830-887ef44c807a {
  display: none; }

.home-page-content .service-plan .s-plan ul li .cards .s-title {
  color: #000; }

.home-page-content .service-plan .streaming-service {
  color: #000; }
  .home-page-content .service-plan .streaming-service .stre-ser-left h2 {
    color: #000; }

.footer-info-col {
  color: #000; }

.footer .footer-info .footer-info-list a {
  color: #000; }

.cart-remove a {
  display: none; }

.cart-remove {
  background-color: white !important; }

.loader-display {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; }

#search-product-list {
  margin-bottom: 50px; }
  #search-product-list ol.breadcrumbs {
    display: block;
    font-family: Montserrat;
    font-weight: 500;
    color: #101820;
    text-align: left; }
  #search-product-list .nav {
    padding: 25px 20px; }
  #search-product-list nav {
    margin-top: 20px; }
  #search-product-list #search-results-heading h1 {
    font-size: 26px;
    display: block; }
  #search-product-list .tab {
    width: 100%;
    text-align: center;
    padding: 0 0 25px 0;
    border-bottom: 2px solid #ddd;
    margin: 0 0 35px 0; }
    #search-product-list .tab ul.search-tab {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding: 0;
      margin: 0; }
      #search-product-list .tab ul.search-tab li {
        padding: 12px 30px;
        cursor: pointer;
        font-size: 16px;
        color: #555;
        margin: 0 5px;
        transition: background-color 0.3s ease, color 0.3s ease;
        user-select: none; }
        #search-product-list .tab ul.search-tab li:hover {
          color: #000; }
        #search-product-list .tab ul.search-tab li.active {
          font-weight: bold;
          border-bottom: 2px solid #101820; }
  #search-product-list .left-nav {
    width: 20%;
    float: left;
    margin-right: 20px;
    padding: 0 8px; }
    #search-product-list .left-nav h4 {
      font-family: Montserrat;
      letter-spacing: 0px;
      color: #043055;
      position: relative;
      margin: 0 0 10px 0;
      padding-left: 15px;
      cursor: pointer; }
      #search-product-list .left-nav h4:after {
        content: "";
        position: absolute;
        right: 0;
        top: 8px;
        width: 9px;
        height: 9px;
        border-left: 1.5px solid #000;
        border-bottom: 1.5px solid #000;
        transform: rotate(135deg); }
      #search-product-list .left-nav h4.active {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 20px; }
        #search-product-list .left-nav h4.active:after {
          transform: rotate(-45deg); }
    #search-product-list .left-nav label {
      letter-spacing: -0.07px;
      color: #525151;
      font-size: 15px;
      position: relative;
      padding-left: 24px; }
      #search-product-list .left-nav label:before {
        content: "";
        width: 15px;
        height: 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 2px; }
    #search-product-list .left-nav input[type="radio"] {
      opacity: 0;
      position: absolute; }
    #search-product-list .left-nav input[type="radio"]:checked + label:before {
      background: #043055;
      border-color: #043055; }
    #search-product-list .left-nav ul {
      list-style: none;
      padding: 0 0 13px 0;
      margin-left: 0;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      padding-bottom: 20px; }
      #search-product-list .left-nav ul li {
        padding: 4px;
        font-size: 14px;
        color: #333; }
        #search-product-list .left-nav ul li label {
          cursor: pointer; }
    #search-product-list .left-nav .filter-state {
      display: none;
      text-align: center; }
      #search-product-list .left-nav .filter-state .button {
        width: 100%; }
  #search-product-list .page .tab-content {
    display: none;
    padding: 0;
    list-style: none; }
    #search-product-list .page .tab-content.active {
      display: block; }
  #search-product-list .tab-content .wrapper {
    margin: 0;
    padding: 0 10px;
    width: 78%;
    float: right; }
    #search-product-list .tab-content .wrapper .toolbar {
      display: flex;
      justify-content: space-between; }
      #search-product-list .tab-content .wrapper .toolbar .count {
        padding: 0px 2px 20px;
        font-family: Montserrat;
        color: #555;
        font-size: 16px; }
    #search-product-list .tab-content .wrapper .support {
      height: 58px;
      background: #f9f9fa 0% 0% no-repeat padding-box;
      border-radius: 4px;
      padding: 13px 10%;
      font-size: 17px;
      font-family: Montserrat; }
      #search-product-list .tab-content .wrapper .support span {
        font-family: Montserrat;
        letter-spacing: 0px;
        color: #555;
        opacity: 1; }
      #search-product-list .tab-content .wrapper .support a {
        border: 1px solid;
        border-radius: 20px;
        padding: 8px;
        font-size: 14px;
        font-weight: bold;
        margin-left: 15px; }
  #search-product-list ul.productGrid {
    margin: 0; }
    #search-product-list ul.productGrid li.product {
      width: 32%;
      height: 500px;
      padding: 0 25px;
      margin: 10px 1%;
      border-radius: 5px;
      position: relative;
      box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14); }
      #search-product-list ul.productGrid li.product:nth-child(3n + 1) {
        margin-left: 0; }
      #search-product-list ul.productGrid li.product:first-child {
        margin-left: 0; }
      #search-product-list ul.productGrid li.product:nth-child(3n) {
        margin-right: 0; }
      #search-product-list ul.productGrid li.product .card {
        margin-bottom: 0;
        padding: 25px;
        height: 100%; }
      #search-product-list ul.productGrid li.product div.card-body {
        text-align: center;
        font-family: Montserrat; }
        #search-product-list ul.productGrid li.product div.card-body h3 {
          font: normal normal bold 20px/24px Montserrat;
          text-align: center;
          height: 50px;
          overflow: hidden; }
        #search-product-list ul.productGrid li.product div.card-body p {
          font: normal normal medium 15px/15px Montserrat;
          color: #7B7B7B; }
        #search-product-list ul.productGrid li.product div.card-body .content {
          color: #101820;
          font-size: 15px;
          line-height: 24px;
          margin-bottom: 15px; }
        #search-product-list ul.productGrid li.product div.card-body .price {
          color: #101820;
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 15px;
          position: absolute;
          bottom: 70px;
          left: 44%; }
        #search-product-list ul.productGrid li.product div.card-body .action-item {
          display: flex;
          align-items: center;
          position: absolute;
          bottom: 25px; }
          #search-product-list ul.productGrid li.product div.card-body .action-item .button {
            background: #27557A;
            color: #fff;
            border-radius: 20px;
            font-size: 16px;
            font-weight: 500;
            vertical-align: middle;
            margin: 0;
            padding: 10px 15px; }
          #search-product-list ul.productGrid li.product div.card-body .action-item .link {
            color: #042745;
            font-size: 15px;
            font-weight: 600;
            margin: 0 10px; }
      #search-product-list ul.productGrid li.product .card-figure {
        margin-top: 0;
        position: relative;
        padding: 3px;
        overflow: hidden;
        max-width: 150px;
        margin: 0 auto;
        height: 150px; }
      #search-product-list ul.productGrid li.product .card-figcaption-button {
        background-color: transparent;
        border: 1px solid #101820;
        border-radius: 0;
        font-size: 14px;
        color: #101820;
        text-transform: uppercase;
        width: 100%;
        font-family: 'Montserrat'; }
      #search-product-list ul.productGrid li.product:hover article,
      #search-product-list ul.productGrid li.product:hover figure {
        -webkit-transition: background-color 1s linear;
        transition: background-color 1s linear; }
      #search-product-list ul.productGrid li.product:hover .card-figcaption-button {
        background-color: #27567a;
        color: #fff; }
  #search-product-list ul.resourceList li.blog-post {
    margin-bottom: 30px; }
    #search-product-list ul.resourceList li.blog-post .title {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px; }
    #search-product-list ul.resourceList li.blog-post p {
      font-weight: normal;
      font-size: 14px;
      color: #333;
      line-height: 1.5; }
  #search-product-list .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    z-index: 1000;
    /* Ensure it's above other content */ }

@media (max-width: 768px) {
  #search-product-list .tab {
    border: none;
    margin: 0; }
    #search-product-list .tab ul.search-tab {
      display: block;
      text-align: left; }
      #search-product-list .tab ul.search-tab li {
        padding: 12px 10px;
        border-bottom: 2px solid #ddd; }
  #search-product-list .container {
    padding: 0; }
  #search-product-list .tab-content .wrapper {
    width: 100%;
    margin: 0; }
    #search-product-list .tab-content .wrapper .sorter {
      font-family: Montserrat;
      font-size: 16px; }
      #search-product-list .tab-content .wrapper .sorter::before {
        content: "Filter";
        cursor: pointer; }
    #search-product-list .tab-content .wrapper .toolbar {
      padding: 0 16px; }
    #search-product-list .tab-content .wrapper .support {
      padding: 10px;
      text-align: center;
      height: auto; }
      #search-product-list .tab-content .wrapper .support span {
        display: block;
        margin-bottom: 10px; }
      #search-product-list .tab-content .wrapper .support a {
        margin-left: 0; }
  #search-product-list .tab-content .left-nav {
    display: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    right: -100%;
    transition: all .3s;
    border: 1px solid #ddd;
    top: 100px; }
  #search-product-list .tab-content .left-nav.mobile-show {
    display: block;
    right: 0;
    padding-top: 40px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001; }
    #search-product-list .tab-content .left-nav.mobile-show span.close {
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 5px;
      font-size: 20px;
      text-align: center;
      background: none;
      color: #000; }
      #search-product-list .tab-content .left-nav.mobile-show span.close::before {
        content: 'X'; }
  #search-product-list ul.productGrid li.product {
    width: 100%; } }

.announ-learnmore {
  color: white;
  font-weight: 800;
  text-decoration: underline; }

.category-banner {
  color: white; }

.bannr .desktop-image {
  width: 100%; }

.cart-additionalCheckoutButtons {
  width: 100% !important; }

.BraintreePaypalCheckout {
  margin-bottom: 16px !important; }

.paypal-button-shape-rect {
  border-radius: 50px !important; }

.paypal-button-container {
  border-radius: 50px !important; }

.paypal-button .paypal-button-shape-rect {
  border-radius: 50px !important; }

#cart-preview-dropdown {
  width: 336px; }

.header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .category-menu-545 .navPage-subMenu-item {
  width: 23%; }

#navPages-545 .navPage-subMenu-item:nth-child(5) {
  margin-top: 66px; }

/* CSS Used for Performance */
.home-page-content .homepage-banner .home-hero-banner {
  aspect-ratio: 81 / 35; }

.home-page-content .find-solution-for .max-width-find-solution ul li:nth-child(1) img {
  aspect-ratio: 15 / 14; }

.home-page-content .find-solution-for .max-width-find-solution ul li:nth-child(2) img {
  aspect-ratio: 1 / 1; }

.home-page-content .find-solution-for .max-width-find-solution ul li:nth-child(3) img {
  aspect-ratio: 90 / 71; }

.home-page-content .find-solution-for .max-width-find-solution ul li:nth-child(4) img {
  aspect-ratio: 45 / 53; }

.home-page-content .find-solution-for .max-width-find-solution ul li:nth-child(5) img {
  aspect-ratio: 90 / 71; }

.home-page-content .find-solution-for .max-width-find-solution ul li:nth-child(6) img {
  aspect-ratio: 15 / 14; }

.featured-product-display .card-img-container img {
  aspect-ratio: 1 / 1; }

.featured-product-display .desktop-image {
  aspect-ratio: 1782 / 479; }

.featured-product-display .mobile-image {
  aspect-ratio: 78 / 107; }

.reliable-product .card-figure img {
  aspect-ratio: 1 / 1; }

.home-page-content .c-indus-leader-section .c-image-desktop {
  aspect-ratio: 1782 / 479; }

.service-plan .cards img {
  aspect-ratio: 175 / 111; }

.streaming-service .stre-ser-right img {
  aspect-ratio: 500 / 317; }

.main-div-rt .bnr-img img {
  aspect-ratio: 448 / 403; }

.learn-about-section .learn-about-desktop {
  aspect-ratio: 1782 / 481; }

.learn-about-section .learn-about-mobile {
  aspect-ratio: 130 / 167; }

.product-display .card-figure img {
  aspect-ratio: 1 / 1; }

@media (min-width: 992px) {
  .headr-container .d-flex .search-menu {
    min-height: 98px; } }

@media (max-width: 767px) {
  .header-navigation .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .category-menu-545 .navPage-subMenu-item {
    width: 100%; }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    height: auto; }
  #navPages-545 .navPage-subMenu-item:nth-child(5) {
    margin-top: 0; } }

/*
@media (min-width: 769px) {
    .rv-halo {
        margin-right: -135px;
        margin-left: -135px;
        width: calc(100% + 270px);
    }
}
.rv-halo {
    h2 {
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1px;
        font-family: Montserrat;
    }
    p {
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0.25px;
    }
}
.services {
    padding: 20px 40px;
  }
  .services ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .services h4 {
    font-weight: 600;
  }
  .services ul li {
    max-width: 250px;
    list-style: none;
  }
  .customer-support-wrap {
      background: #F0F4FA;
      padding: 25px 15px;
    .customer-support {
      max-width: 500px;
      margin: 0 auto;
      text-align: center;
    }
    h2 {
    font-size: 42px;
    font-weight: 700;
    color: #12293B;
    margin-top: 0;  
    }
    p {
    font-size: 16px;
    }
    ul {
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: center;
    li{
    padding: 5px 5px;
    background: #fff;
    margin: 10px;
    border-radius: 33px;
    font-size: 16px;
    min-width: 214px;
    text-align: left;
    a {
        color: #333333;
        line-height: inherit;
        }
     }
    }
  }
.peace-mind {
  background: #245074;
  color: #fff;
  font-family: Montserrat;
  margin-top:150px;
  .peace-mind-wrap {
    max-width: 1510px;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    justify-content: space-between;
  }
  .text-box {
    max-width:510px;
  }
  .img-box {
   img {
    margin-top:-185px
   }
  }
  h2 {
    color: #fff;
    font-size: 55px;
  }
  p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  }
  ul {
    margin: 0;
    list-style: none;
    display: flex;
    li {
      &:first-child {
        margin-right:10px;
      }
    }
  }
}

.adventure-freedom {
  padding:50px 0;
  .adventure-freedom-wrap {
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
  .img-box {
    max-width: 50%;
    width: 100%;
    text-align: right;
  }
  .text-box {
    max-width:625px;
    padding: 50px;
  }
  h2 {
  color: #12293B;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  }
  p {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.25px;
  }
}

.network {
    background: url('https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/peace-of-mind.jpg?t=1749047739') no-repeat;
    background-size:cover;
    .network-wrap {
        max-width:1510px;
        margin: 0 auto;
        display:flex;
        justify-content: space-between;
        padding: 50px 25px;
    }
    h2 {
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    color: #fff;
    }
    p {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #fff;
    }
    .text-box {
        width:40%;
    }
    .img-box {
        width:50%;
    }
}

.monitor-banner {
    .monitor-banner-wrap {
        max-width:1510px;
        margin: 0 auto;
        display:flex;
        justify-content: space-between;
        padding: 50px 0;
        align-items: center;
    }
    h2 {
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    color: #000;
    }
    p {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #000;
    em {
        color:#285577;
    }
    }
    .text-box {
        width:45%;
    }
    .img-box {
        width:50%;
        text-align: left;
    }
}
.halo-app {
    background: #F0F4FA;
    text-align: center;
    padding: 50px;
    .halo-app-wrap {
     max-width:1510px;
     margin: 0 auto;   
    }
    h2 {
    font-size: 50px;
    color: #000;
    margin-top: 0;
    }
    p {
    color: #000;  
    }
    .top {
        max-width: 800px;
        margin: 0 auto;
    }
    .bottom {
        display: flex;
        justify-content: space-between;
     .col01 {
         max-width: 300px;
        padding: 0 40px;
     }
     .col02 {
         
     }
     .col03 {
        max-width: 300px;
        padding: 0 40px; 
     }
     strong {
         display: block;
        margin: 10px 0;
        color: #12293B;
        text-align: center;
        font-family: Montserrat;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
     }
    }
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
}

.adventure-banner {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    h2 {
        font-size: 50px;
    }
    p {
        font-size: 16px;
    }
    .text-box {
        width: 45%;
        padding: 50px;
    }
    .img-box {
        width:50%;
        text-align: right;
    }
}
.banner-hero {
    background: url('https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/hero-banner.jpg?t=1749222562') no-repeat;
    background-size: cover;
    .banner-hero-wrap {
        max-width: 1510px;
        margin: 0 auto;
        padding: 50px;
        display: flex;
        justify-content: space-between;
        color:#fff;
    }
    .text-box {
        width:40%;
    }
    .img-box {
        width: 50%;
        position: relative;
        img {
            position: absolute;
            max-width:120px;
            &:first-child {
                left:0px;
                top:120px;
            }
            &:last-child {
                left:100px;
                top:0px;
            }
        }
    }
    h2 {
        color:#fff;
        font-size:60px;
    }
    h3 {
        color:#fff;
    }
    ul {
        list-style: none;
        display: flex;
        margin: 25px 0;
        li {
            margin-right:10px;
        }
    }
}
*/
html {
  scroll-behavior: smooth; }

.solution-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #1976d2;
  font-weight: 700;
  font-size: 16px;
  font-family: "Helvetica Neue", sans-serif;
  transition: background 0.2s ease;
  box-sizing: border-box; }

.solution-icon {
  width: 26px;
  height: 26px;
  margin-right: 12px; }

.solution-text {
  position: relative;
  display: inline-block; }

.solution-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #2196f3; }

.rv-halo h2 {
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  font-family: Montserrat; }

.rv-halo p {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px; }

.services {
  padding: 20px 40px; }

.services ul {
  display: flex;
  justify-content: space-between;
  text-align: center; }

.services h4 {
  font-weight: 600; }

.services ul li {
  max-width: 250px;
  list-style: none; }

.customer-support-wrap {
  background: #F0F4FA;
  padding: 25px 15px; }
  .customer-support-wrap .customer-support {
    max-width: 500px;
    margin: 0 auto;
    text-align: center; }
  .customer-support-wrap h2 {
    font-size: 42px;
    font-weight: 700;
    color: #12293B;
    margin-top: 0; }
  .customer-support-wrap p {
    font-size: 16px; }
  .customer-support-wrap ul {
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: center; }
    .customer-support-wrap ul li {
      padding: 5px 5px;
      background: #fff;
      margin: 10px;
      border-radius: 33px;
      font-size: 16px;
      min-width: 214px;
      text-align: left; }
      .customer-support-wrap ul li a {
        color: #333333;
        line-height: inherit; }

.peace-mind {
  background: #245074;
  color: #fff;
  font-family: Montserrat;
  margin-top: 150px; }
  .peace-mind .peace-mind-wrap {
    max-width: 1510px;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    justify-content: space-between; }
  .peace-mind .text-box {
    max-width: 510px; }
  .peace-mind .img-box img {
    margin-top: -185px; }
  .peace-mind h2 {
    color: #fff;
    font-size: 55px; }
  .peace-mind p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px; }
  .peace-mind ul {
    margin: 0;
    list-style: none;
    display: flex; }
    .peace-mind ul li:first-child {
      margin-right: 10px; }

.adventure-freedom {
  padding: 50px 0; }
  .adventure-freedom .adventure-freedom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .adventure-freedom .img-box {
    max-width: 50%;
    width: 100%;
    text-align: right; }
  .adventure-freedom .text-box {
    max-width: 625px;
    padding: 50px; }
  .adventure-freedom h2 {
    color: #12293B;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px; }
  .adventure-freedom p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.25px; }

.network-box {
  background: url("https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/peace-of-mind.jpg?t=1749047739") no-repeat;
  background-size: cover; }
  .network-box .network-wrap {
    max-width: 1510px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 25px; }
  .network-box h2 {
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    color: #fff; }
  .network-box p {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #fff; }
  .network-box .text-box {
    width: 40%; }
  .network-box .img-box {
    width: 50%; }

.monitor-banner .monitor-banner-wrap {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  align-items: center; }

.monitor-banner h2 {
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  color: #000; }

.monitor-banner p {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: #000; }
  .monitor-banner p em {
    color: #285577; }

.monitor-banner .text-box {
  width: 45%; }

.monitor-banner .img-box {
  width: 50%;
  text-align: left; }

.halo-app {
  background: #F0F4FA;
  text-align: center;
  padding: 50px; }
  .halo-app .halo-app-wrap {
    max-width: 1510px;
    margin: 0 auto; }
  .halo-app h2 {
    font-size: 50px;
    color: #000;
    margin-top: 0; }
  .halo-app p {
    color: #000; }
  .halo-app .top {
    max-width: 800px;
    margin: 0 auto; }
  .halo-app .bottom {
    display: flex;
    justify-content: space-between; }
    .halo-app .bottom .col01 {
      max-width: 300px;
      padding: 0 40px; }
    .halo-app .bottom .col03 {
      max-width: 300px;
      padding: 0 40px; }
    .halo-app .bottom strong {
      display: block;
      margin: 10px 0;
      color: #12293B;
      text-align: center;
      font-family: Montserrat;
      font-size: 23px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
  .halo-app ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.adventure-banner {
  display: flex;
  justify-content: space-between;
  padding: 50px 0; }
  .adventure-banner h2 {
    font-size: 50px; }
  .adventure-banner p {
    font-size: 16px; }
  .adventure-banner .text-box {
    width: 45%;
    padding: 50px; }
  .adventure-banner .img-box {
    width: 50%;
    text-align: right; }

.banner-hero {
  background: url("https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/hero-banner.jpg?t=1749222562") no-repeat;
  background-size: cover; }
  .banner-hero .banner-hero-wrap {
    max-width: 1510px;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    color: #fff; }
  .banner-hero .text-box {
    width: 40%; }
  .banner-hero .img-box {
    width: 50%;
    position: relative; }
    .banner-hero .img-box img {
      position: absolute;
      max-width: 120px; }
      .banner-hero .img-box img:first-child {
        left: 0px;
        top: 120px; }
      .banner-hero .img-box img:last-child {
        left: 100px;
        top: 0px; }
  .banner-hero h2 {
    color: #fff;
    font-size: 60px; }
  .banner-hero h3 {
    color: #fff; }
  .banner-hero ul {
    list-style: none;
    display: flex;
    margin: 25px 0; }
    .banner-hero ul li {
      margin-right: 10px; }

@media (max-width: 768px) {
  .rv-halo {
    font-size: 15px;
    line-height: 22px;
    margin: 0 -15px; }
  .banner-hero {
    background: url("https://cdn11.bigcommerce.com/s-ltdyg0lu1n/images/stencil/original/image-manager/hero-banner-mobile.jpg?t=1749478052"); }
    .banner-hero .banner-hero-wrap {
      flex-wrap: wrap;
      padding: 20px; }
    .banner-hero h2 {
      font-size: 40px;
      margin-top: 10px; }
    .banner-hero .text-box {
      width: 100%; }
    .banner-hero .img-box {
      width: 100%;
      min-height: 280px; }
      .banner-hero .img-box img {
        position: absolute;
        max-width: 90px; }
        .banner-hero .img-box img:first-child {
          left: 40px;
          top: 100px; }
        .banner-hero .img-box img:last-child {
          left: 135px;
          top: -25px; }
    .banner-hero ul svg {
      width: 120px; }
  .adventure-banner {
    padding: 20px 0;
    flex-wrap: wrap; }
    .adventure-banner .text-box {
      width: 100%;
      padding: 20px; }
    .adventure-banner h2 {
      font-size: 40px;
      margin-top: 0; }
    .adventure-banner .img-box {
      width: 100%; }
  .halo-app {
    padding: 20px; }
    .halo-app h2 {
      font-size: 40px; }
    .halo-app .bottom {
      flex-wrap: wrap; }
      .halo-app .bottom .col01 {
        max-width: 100%;
        padding: 0; }
      .halo-app .bottom .col02 {
        max-width: 100%;
        padding: 20px 0; }
      .halo-app .bottom .col03 {
        max-width: 100%;
        padding: 0; }
      .halo-app .bottom ul {
        display: flex;
        justify-content: space-between; }
        .halo-app .bottom ul li {
          margin: 0 5px; }
          .halo-app .bottom ul li img {
            width: 100px; }
  .monitor-banner .monitor-banner-wrap {
    padding: 20px 0;
    flex-wrap: wrap; }
  .monitor-banner .text-box {
    width: 100%;
    padding: 20px; }
  .monitor-banner .img-box {
    width: 100%; }
  .monitor-banner h2 {
    font-size: 40px; }
  .monitor-banner p {
    font-size: 16px;
    font-weight: 400; }
  .network-box .network-wrap {
    padding: 20px;
    flex-wrap: wrap; }
  .network-box .text-box {
    width: 100%; }
  .network-box .img-box {
    width: 100%;
    padding: 20px 0; }
  .network-box h2 {
    font-size: 40px;
    margin-top: 0; }
  .adventure-freedom {
    padding: 20px 0; }
    .adventure-freedom .adventure-freedom-wrap {
      flex-wrap: wrap; }
    .adventure-freedom .text-box {
      padding: 20px;
      width: 100%; }
    .adventure-freedom .img-box {
      width: 100%;
      max-width: 100%; }
    .adventure-freedom h2 {
      font-size: 40px;
      margin-top: 0; }
  .services ul {
    margin: 0 auto;
    flex-wrap: wrap; }
    .services ul li {
      max-width: 100%; }
  .peace-mind {
    margin-top: 0; }
    .peace-mind .peace-mind-wrap {
      padding: 20px;
      flex-wrap: wrap; }
    .peace-mind .text-box {
      max-width: 100%; }
      .peace-mind .text-box svg {
        width: 120px; }
    .peace-mind .img-box {
      max-width: 100%; }
      .peace-mind .img-box img {
        margin: 0; }
    .peace-mind h2 {
      font-size: 40px; }
  .customer-support-wrap ul {
    flex-wrap: wrap; } }

.product-box {
  max-width: 1296px;
  padding: 40px 40px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
  margin: 30px auto;
  flex: unset !important; }

.product-items .rca-product-view {
  display: flex;
  border-radius: 8px;
  border: 1px solid #E5E1E1;
  background: #FFF;
  padding: 30px;
  margin: 15px 0;
  flex-wrap: wrap; }

.product-items .shg-product-title-component h1 {
  color: #12293B;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.25px; }

.product-items .shg-theme-text-content p {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.3px; }

.product-items .rca-product-price {
  color: #484646;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px; }

.product-items a.rca-add-to-cart-submit {
  min-width: 130px;
  width: 165px;
  padding: 17px 24px !important;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
  background: #00567D !important;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; }

.product-items a.shg-btn-text {
  display: flex;
  width: 157px;
  height: 48px;
  padding: 17px 20px !important;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
  border: 1px solid #E5E1E1 !important;
  background: #FFF !important;
  color: #111 !important;
  font-family: Montserrat;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 100% */ }

.product-items img.shogun-image {
  max-width: 150px; }

.product-items .rca-product-view .shg-c:nth-child(1) {
  order: 2;
  width: 30%;
  margin-bottom: 20px; }

.product-items .rca-product-view .shg-c:nth-child(2) {
  order: 1;
  width: 70%; }

.product-items .rca-product-view .shg-c:nth-child(3) {
  order: 3;
  width: 70%;
  position: absolute;
  top: 90px; }

.product-items .rca-product-view .shg-c:nth-child(4) {
  order: 5;
  width: 33%; }

.product-items .rca-product-view .shg-c:nth-child(5) {
  order: 3;
  width: 33%; }

.product-items .rca-add-to-cart-submit {
  order: 4;
  width: 33%; }

.product-tab {
  border: 0;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E1E1; }
  .product-tab .shogun-tabs {
    position: absolute;
    border: 0;
    left: 45%;
    bottom: 30px; }
    .product-tab .shogun-tabs .shogun-tab .shogun-tab-title {
      font-size: 0 !important; }
    .product-tab .shogun-tabs .shogun-tab .shogun-tab-box {
      width: 20px;
      height: 20px;
      padding: 0 !important;
      border: 1px solid #DDDDDD !important;
      margin: 0 2px;
      background: #f4f4f4 !important;
      border-radius: 20px; }
    .product-tab .shogun-tabs > li.shogun-tab-active > .shogun-tab-box {
      background: #00567D !important;
      border-color: #00567D !important; }
  .product-tab .shogun-rounded {
    border: 0 !important; }
  .product-tab .shg-product-title-component h1 {
    color: #12293B;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: 0.25px; }
  .product-tab .shg-theme-text-content p {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.25px; }
  .product-tab .rca-product-price {
    color: #484646;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.25px; }
  .product-tab .add-to-cart-btn {
    float: left;
    margin: 20px 0 0; }
    .product-tab .add-to-cart-btn a.rca-add-to-cart-submit {
      padding: 17px 24px !important;
      justify-content: center;
      align-items: center;
      border-radius: 50px !important;
      background: #00567D !important;
      color: #FFF;
      font-family: Montserrat;
      font-size: 16px !important;
      font-style: normal;
      font-weight: 600;
      line-height: 14px; }
  .product-tab .view-btn {
    float: left;
    margin: 20px 0 0 15px; }
    .product-tab .view-btn .shg-btn-text {
      display: flex;
      width: 157px;
      padding: 13px 20px !important;
      justify-content: center;
      align-items: center;
      border-radius: 50px !important;
      border: 1px solid #E5E1E1 !important;
      background: #F4F0EF !important;
      color: #111 !important;
      font-family: Montserrat;
      font-size: 14px !important;
      font-style: normal;
      font-weight: 500;
      line-height: 18px; }
      .product-tab .view-btn .shg-btn-text:hover {
        color: #fff !important; }
      .product-tab .view-btn .shg-btn-text:after {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url("https://cdn11.bigcommerce.com/s-2r9bnwgmqy/images/stencil/original/image-manager/round-arrow.png?t=1750256474") no-repeat;
        background-size: 100%;
        vertical-align: middle;
        margin: 0 0 0 2px; }

@media (max-width: 768px) {
  .product-box {
    padding: 0px;
    box-shadow: none; }
  .product-items .rca-product-view {
    padding: 20px; }
    .product-items .rca-product-view .shg-c:nth-child(5) {
      width: 100%;
      margin: 10px 0; }
    .product-items .rca-product-view .shg-c:nth-child(1) {
      width: 100%;
      margin: 10px 0;
      order: 1;
      text-align: left !important; }
    .product-items .rca-product-view .shg-c:nth-child(2) {
      width: 100%;
      order: 2; }
    .product-items .rca-product-view .shg-c:nth-child(3) {
      width: 100%;
      order: 3;
      position: static; }
      .product-items .rca-product-view .shg-c:nth-child(3) p {
        margin-bottom: 10px; }
    .product-items .rca-product-view .shg-c:nth-child(4) {
      width: 50%;
      order: 5; }
  .product-items .rca-add-to-cart-submit {
    width: 50%; }
  .product-items a.rca-add-to-cart-submit {
    width: 150px;
    padding: 14px 15px !important; }
  .product-items a.shg-btn-text {
    width: 150px;
    height: auto;
    padding: 14px 15px !important; } }

/* Category All Page */
.category-all h2 {
  text-align: center;
  color: #043055;
  font-size: 30px;
  line-height: 37px;
  font-family: Montserrat;
  font-weight: 800;
  letter-spacing: .06px;
  height: auto;
  margin-bottom: 35px; }

.category-all ul {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center; }
  .category-all ul li {
    margin: 0 3%; }
  .category-all ul .img-box img {
    width: 100px; }
  .category-all ul .img-box a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 100%;
    text-align: center;
    width: 180px;
    height: 180px;
    line-height: 180px; }
  .category-all ul .name {
    font: normal normal 700 20px / 22px Montserrat;
    letter-spacing: 0;
    color: #101820;
    border-bottom: 0;
    margin: 15px 0 10px; }
  .category-all ul .count {
    font: normal normal 500 18px / 22px Montserrat;
    color: #101820; }

.shop-by-category {
  padding-top: 50px;
  padding-bottom: 20px; }
  .shop-by-category h2 {
    text-align: center;
    color: #043055;
    font-size: 30px;
    line-height: 37px;
    font-family: Montserrat;
    font-weight: 800;
    letter-spacing: .06px;
    height: auto;
    margin-bottom: 35px; }
  .shop-by-category ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .shop-by-category ul .img-box {
      position: absolute;
      bottom: 15px;
      right: 15px; }
    .shop-by-category ul img {
      width: 100px; }
    .shop-by-category ul .link {
      margin-bottom: 5px; }
      .shop-by-category ul .link a {
        font: normal normal 500 16px / 24px Montserrat;
        color: #101820; }
        .shop-by-category ul .link a:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          border-left: 7px solid #101820;
          border-bottom: 5px solid transparent;
          border-top: 5px solid transparent;
          border-radius: 2px;
          margin-right: 7px; }
    .shop-by-category ul .name {
      font: normal normal 700 20px / 22px Montserrat;
      letter-spacing: 0;
      color: #101820;
      border-bottom: 0;
      margin: 10px 0 10px; }
    .shop-by-category ul li {
      border: 1px solid #ccc;
      max-width: 330px;
      width: 100%;
      margin: 10px 20px;
      min-height: 250px;
      border-radius: 10px;
      position: relative;
      padding: 10px 20px; }
